|
|
|
| 1 | 2024-10-16T19:14:09.693Z | job assigned to worker 01JABBZ8DMH24V7ABPYSDC84SP (queued for 1 m 1 s) |
| |
| 2 | 2024-10-16T19:14:17.373Z | starting task 0: "setup" |
| 3 | 2024-10-16T19:14:17.379Z | ++ uname -s |
| 4 | 2024-10-16T19:14:17.382Z | + kern=SunOS |
| 5 | 2024-10-16T19:14:17.382Z | + case "$kern" in |
| 6 | 2024-10-16T19:14:17.382Z | + groupadd -g 12345 build |
| 7 | 2024-10-16T19:14:17.384Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-16T19:14:19.393Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-16T19:14:19.531Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-16T19:14:19.533Z | + home_fs=zfs |
| 11 | 2024-10-16T19:14:19.533Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-16T19:14:19.534Z | + mkdir -p /home/build |
| 13 | 2024-10-16T19:14:19.536Z | + chown build:build /home/build /work |
| 14 | 2024-10-16T19:14:21.539Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-16T19:14:21.541Z | process exited: duration 4170 ms, exit code 0 |
| |
| 16 | 2024-10-16T19:14:21.547Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-16T19:14:21.552Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-16T19:14:21.552Z | ' 1.80.1 |
| 19 | 2024-10-16T19:14:21.553Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-10-16T19:14:21.553Z | ' default |
| 21 | 2024-10-16T19:14:21.553Z | * toolchain channel = "1.80.1" |
| 22 | 2024-10-16T19:14:21.553Z | * toolchain profile = "default" |
| 23 | 2024-10-16T19:14:21.555Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-16T19:14:21.556Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-16T19:14:21.658Z | info: downloading installer |
| 26 | 2024-10-16T19:14:22.925Z | info: profile set to 'default' |
| 27 | 2024-10-16T19:14:22.925Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-16T19:14:22.927Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-16T19:14:23.073Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-16T19:14:23.073Z | info: downloading component 'cargo' |
| 31 | 2024-10-16T19:14:23.898Z | info: downloading component 'clippy' |
| 32 | 2024-10-16T19:14:24.186Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-16T19:14:25.328Z | info: downloading component 'rust-std' |
| 34 | 2024-10-16T19:14:26.931Z | info: downloading component 'rustc' |
| 35 | 2024-10-16T19:14:31.638Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-16T19:14:31.890Z | info: installing component 'cargo' |
| 37 | 2024-10-16T19:14:32.737Z | info: installing component 'clippy' |
| 38 | 2024-10-16T19:14:33.133Z | info: installing component 'rust-docs' |
| 39 | 2024-10-16T19:14:34.771Z | info: installing component 'rust-std' |
| 40 | 2024-10-16T19:14:36.422Z | info: installing component 'rustc' |
| 41 | 2024-10-16T19:14:40.684Z | info: installing component 'rustfmt' |
| 42 | 2024-10-16T19:14:41.029Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-16T19:14:41.029Z | |
| 44 | 2024-10-16T19:14:41.298Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-16T19:14:41.298Z | |
| 46 | 2024-10-16T19:14:41.301Z | |
| 47 | 2024-10-16T19:14:41.301Z | Rust is installed now. Great! |
| 48 | 2024-10-16T19:14:41.301Z | |
| 49 | 2024-10-16T19:14:41.301Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-16T19:14:41.301Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-16T19:14:41.301Z | |
| 52 | 2024-10-16T19:14:41.301Z | To configure your current shell, you need to source |
| 53 | 2024-10-16T19:14:41.301Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-16T19:14:41.301Z | |
| 55 | 2024-10-16T19:14:41.301Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-16T19:14:41.301Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-16T19:14:41.301Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-16T19:14:41.357Z | + rustc --version |
| 59 | 2024-10-16T19:14:41.424Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-16T19:14:41.427Z | process exited: duration 19877 ms, exit code 0 |
| |
| 61 | 2024-10-16T19:14:41.434Z | starting task 2: "authentication" |
| 62 | 2024-10-16T19:14:41.452Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-10-16T19:14:41.457Z | starting task 3: "clone repository" |
| 64 | 2024-10-16T19:14:41.463Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-16T19:14:41.465Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-16T19:14:41.782Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-16T19:14:54.154Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-16T19:14:54.154Z | + git fetch origin ee7ff3f015a07846eacc0ea64bff5f06525860d5 |
| 69 | 2024-10-16T19:14:54.461Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-16T19:14:54.461Z | * branch ee7ff3f015a07846eacc0ea64bff5f06525860d5 -> FETCH_HEAD |
| 71 | 2024-10-16T19:14:54.471Z | + [[ -n bump-console-f7d6dafd ]] |
| 72 | 2024-10-16T19:14:54.474Z | ++ git branch --show-current |
| 73 | 2024-10-16T19:14:54.476Z | + current=main |
| 74 | 2024-10-16T19:14:54.476Z | + [[ main != bump-console-f7d6dafd ]] |
| 75 | 2024-10-16T19:14:54.476Z | + git branch -f bump-console-f7d6dafd ee7ff3f015a07846eacc0ea64bff5f06525860d5 |
| 76 | 2024-10-16T19:14:54.479Z | + git checkout -f bump-console-f7d6dafd |
| 77 | 2024-10-16T19:14:54.645Z | Switched to branch 'bump-console-f7d6dafd' |
| 78 | 2024-10-16T19:14:54.648Z | + git reset --hard ee7ff3f015a07846eacc0ea64bff5f06525860d5 |
| 79 | 2024-10-16T19:14:54.812Z | HEAD is now at ee7ff3f01 Bump web console |
| 80 | 2024-10-16T19:14:54.814Z | process exited: duration 13353 ms, exit code 0 |
| |
| 81 | 2024-10-16T19:14:54.819Z | starting task 4: "build" |
| 82 | 2024-10-16T19:14:54.825Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-10-16T19:14:54.825Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-10-16T19:14:54.825Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-10-16T19:14:54.825Z | + cargo --version |
| 86 | 2024-10-16T19:14:54.881Z | cargo 1.80.1 (376290515 2024-07-16) |
| 87 | 2024-10-16T19:14:54.883Z | + rustc --version |
| 88 | 2024-10-16T19:14:54.942Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 89 | 2024-10-16T19:14:54.944Z | + WORK=/work |
| 90 | 2024-10-16T19:14:54.944Z | + pfexec mkdir -p /work |
| 91 | 2024-10-16T19:14:54.948Z | + pfexec chown build /work |
| 92 | 2024-10-16T19:14:54.952Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2024-10-16T19:15:32.257Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 94 | 2024-10-16T19:15:35.410Z | Startup: Caching catalogs ... Done |
| 95 | 2024-10-16T19:15:41.521Z | Planning: Solver setup ... Done (5.373s) |
| 96 | 2024-10-16T19:15:41.600Z | Planning: Running solver ... Done (0.079s) |
| 97 | 2024-10-16T19:15:41.733Z | Planning: Finding local manifests ... Done (0.061s) |
| 98 | 2024-10-16T19:15:41.746Z | Planning: Fetching manifests: 0/5 0% complete |
| 99 | 2024-10-16T19:15:42.594Z | Planning: Fetching manifests: 5/5 100% complete |
| 100 | 2024-10-16T19:15:42.843Z | Planning: Package planning ... Done (0.249s) |
| 101 | 2024-10-16T19:15:42.899Z | Planning: Merging actions ... Done (0.055s) |
| 102 | 2024-10-16T19:15:43.995Z | Planning: Checking for conflicting actions ... Done (1.094s) |
| 103 | 2024-10-16T19:15:52.806Z | Planning: Consolidating action changes ... Done (8.811s) |
| 104 | 2024-10-16T19:15:53.177Z | Planning: Evaluating mediators ... Done (0.366s) |
| 105 | 2024-10-16T19:15:53.261Z | Planning: Planning completed in 17.76 seconds |
| 106 | 2024-10-16T19:15:54.740Z | Packages to install: 4 |
| 107 | 2024-10-16T19:15:54.740Z | Packages to update: 1 |
| 108 | 2024-10-16T19:15:54.740Z | Mediators to change: 2 |
| 109 | 2024-10-16T19:15:54.742Z | Services to change: 1 |
| 110 | 2024-10-16T19:15:54.742Z | Estimated space available: 155.71 GB |
| 111 | 2024-10-16T19:15:54.742Z | Estimated space to be consumed: 1.57 GB |
| 112 | 2024-10-16T19:15:54.742Z | Create boot environment: No |
| 113 | 2024-10-16T19:15:54.742Z | Create backup boot environment: Yes |
| 114 | 2024-10-16T19:15:54.742Z | Rebuild boot archive: No |
| 115 | 2024-10-16T19:15:54.742Z | |
| 116 | 2024-10-16T19:15:54.743Z | Changed mediators: |
| 117 | 2024-10-16T19:15:54.743Z | mediator clang: |
| 118 | 2024-10-16T19:15:54.743Z | version: None -> 15 (system default) |
| 119 | 2024-10-16T19:15:54.743Z | |
| 120 | 2024-10-16T19:15:54.743Z | mediator llvm: |
| 121 | 2024-10-16T19:15:54.743Z | version: 14 (system default) -> 15 (system default) |
| 122 | 2024-10-16T19:15:54.743Z | |
| 123 | 2024-10-16T19:15:54.743Z | Changed packages: |
| 124 | 2024-10-16T19:15:54.743Z | helios-dev |
| 125 | 2024-10-16T19:15:54.743Z | developer/build-essential |
| 126 | 2024-10-16T19:15:54.743Z | None -> 11-2.0 |
| 127 | 2024-10-16T19:15:54.743Z | library/libxmlsec1 |
| 128 | 2024-10-16T19:15:54.743Z | None -> 1.2.35-2.0 |
| 129 | 2024-10-16T19:15:54.743Z | ooce/developer/clang-15 |
| 130 | 2024-10-16T19:15:54.743Z | None -> 15.0.7-2.0 |
| 131 | 2024-10-16T19:15:54.743Z | ooce/developer/llvm-15 |
| 132 | 2024-10-16T19:15:54.743Z | None -> 15.0.7-2.0 |
| 133 | 2024-10-16T19:15:54.743Z | package/pkg |
| 134 | 2024-10-16T19:15:54.743Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 135 | 2024-10-16T19:15:54.743Z | |
| 136 | 2024-10-16T19:15:54.743Z | Services: |
| 137 | 2024-10-16T19:15:54.743Z | restart_fmri: |
| 138 | 2024-10-16T19:15:54.743Z | svc:/system/update-man-index:default |
| 139 | 2024-10-16T19:15:54.743Z | |
| 140 | 2024-10-16T19:15:54.743Z | Editable files to change: |
| 141 | 2024-10-16T19:15:54.743Z | Update: |
| 142 | 2024-10-16T19:15:54.743Z | usr/share/lib/pkg/web/config.shtml |
| 143 | 2024-10-16T19:15:55.258Z | |
| 144 | 2024-10-16T19:15:55.258Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 145 | 2024-10-16T19:16:00.267Z | Download: 927/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
| 146 | 2024-10-16T19:16:05.269Z | Download: 1992/4281 items 118.7/220.6MB 53% complete (12.0M/s) |
| 147 | 2024-10-16T19:16:10.815Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (11.8M/s) |
| 148 | 2024-10-16T19:16:15.830Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
| 149 | 2024-10-16T19:16:20.949Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (10.3M/s) |
| 150 | 2024-10-16T19:16:21.655Z | Download: Completed 220.60 MB in 26.39 seconds (8.4M/s) |
| 151 | 2024-10-16T19:16:27.010Z | Actions: 1/5063 actions (Removing old actions) |
| 152 | 2024-10-16T19:16:27.060Z | Actions: 194/5063 actions (Installing new actions) |
| 153 | 2024-10-16T19:16:32.114Z | Actions: 4106/5063 actions (Installing new actions) |
| 154 | 2024-10-16T19:16:32.598Z | Actions: 4226/5063 actions (Updating modified actions) |
| 155 | 2024-10-16T19:16:32.977Z | Actions: Completed 5063 actions in 5.97 seconds. |
| 156 | 2024-10-16T19:16:33.333Z | Done (0.348s) |
| 157 | 2024-10-16T19:16:33.337Z | Done (0.000s) |
| 158 | 2024-10-16T19:16:33.806Z | Done (0.472s) |
| 159 | 2024-10-16T19:16:40.041Z | Done (6.034s) |
| 160 | 2024-10-16T19:16:40.386Z | Done (0.275s) |
| 161 | 2024-10-16T19:16:40.388Z | Done (0.000s) |
| 162 | 2024-10-16T19:16:40.526Z | Done (0.000s) |
| 163 | 2024-10-16T19:16:41.191Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2024-10-16T19:16:41.357Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2024-10-16T19:16:41.360Z | Planning: Consolidating action changes ... Done |
| 166 | 2024-10-16T19:16:41.630Z | Planning: Evaluating mediators ... Done |
| 167 | 2024-10-16T19:16:41.633Z | Planning: Planning completed in 0.44 seconds |
| 168 | 2024-10-16T19:16:41.667Z | Mediators to change: 2 |
| 169 | 2024-10-16T19:16:41.669Z | Create boot environment: No |
| 170 | 2024-10-16T19:16:41.669Z | Create backup boot environment: No |
| 171 | 2024-10-16T19:16:41.732Z | Done |
| 172 | 2024-10-16T19:16:41.732Z | Done |
| 173 | 2024-10-16T19:16:42.047Z | Done |
| 174 | 2024-10-16T19:16:45.687Z | Done |
| 175 | 2024-10-16T19:16:45.777Z | Done |
| 176 | 2024-10-16T19:16:45.780Z | Done |
| 177 | 2024-10-16T19:16:45.925Z | Done |
| 178 | 2024-10-16T19:16:46.557Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2024-10-16T19:16:46.559Z | Planning: Merging actions ... Done |
| 180 | 2024-10-16T19:16:46.754Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2024-10-16T19:16:46.756Z | Planning: Consolidating action changes ... Done |
| 182 | 2024-10-16T19:16:47.033Z | Planning: Evaluating mediators ... Done |
| 183 | 2024-10-16T19:16:47.091Z | Planning: Planning completed in 0.78 seconds |
| 184 | 2024-10-16T19:16:47.131Z | Packages to change: 1 |
| 185 | 2024-10-16T19:16:47.131Z | Mediators to change: 1 |
| 186 | 2024-10-16T19:16:47.135Z | Services to change: 1 |
| 187 | 2024-10-16T19:16:47.135Z | Create boot environment: No |
| 188 | 2024-10-16T19:16:47.135Z | Create backup boot environment: Yes |
| 189 | 2024-10-16T19:16:49.152Z | Actions: 1/6 actions (Updating modified actions) |
| 190 | 2024-10-16T19:16:49.188Z | Actions: Completed 6 actions in 0.04 seconds. |
| 191 | 2024-10-16T19:16:49.190Z | Done |
| 192 | 2024-10-16T19:16:49.190Z | Done |
| 193 | 2024-10-16T19:16:49.288Z | Done |
| 194 | 2024-10-16T19:16:52.994Z | Done |
| 195 | 2024-10-16T19:16:53.086Z | Done |
| 196 | 2024-10-16T19:16:53.088Z | Done |
| 197 | 2024-10-16T19:16:53.202Z | Done |
| 198 | 2024-10-16T19:16:53.650Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2024-10-16T19:16:53.651Z | clang system 15 system |
| 200 | 2024-10-16T19:16:53.651Z | csh system system illumos |
| 201 | 2024-10-16T19:16:53.651Z | ctags system system illumos |
| 202 | 2024-10-16T19:16:53.651Z | gcc vendor 12 vendor |
| 203 | 2024-10-16T19:16:53.651Z | gcc system 10 system |
| 204 | 2024-10-16T19:16:53.651Z | gcc system 7 system |
| 205 | 2024-10-16T19:16:53.651Z | go system 1.20 system |
| 206 | 2024-10-16T19:16:53.651Z | go system 1.19 system |
| 207 | 2024-10-16T19:16:53.651Z | llvm system 15 system |
| 208 | 2024-10-16T19:16:53.651Z | llvm system 14 system |
| 209 | 2024-10-16T19:16:53.651Z | mariadb system 10.6 system |
| 210 | 2024-10-16T19:16:53.651Z | mta vendor vendor dma |
| 211 | 2024-10-16T19:16:53.651Z | openjdk system 17 system |
| 212 | 2024-10-16T19:16:53.651Z | openjdk system 11 system |
| 213 | 2024-10-16T19:16:53.651Z | openjdk system 1.8 system |
| 214 | 2024-10-16T19:16:53.651Z | openssl vendor 3 vendor |
| 215 | 2024-10-16T19:16:53.651Z | perl system 5.36 system |
| 216 | 2024-10-16T19:16:53.651Z | postgresql system 15 system |
| 217 | 2024-10-16T19:16:53.651Z | postgresql system 13 system |
| 218 | 2024-10-16T19:16:53.651Z | python vendor 3 vendor |
| 219 | 2024-10-16T19:16:53.651Z | python system 2 system |
| 220 | 2024-10-16T19:16:53.651Z | python3 system 3.11 system |
| 221 | 2024-10-16T19:16:53.651Z | ruby system 3.0 system |
| 222 | 2024-10-16T19:16:53.651Z | words vendor vendor american-english |
| 223 | 2024-10-16T19:16:53.651Z | words system system australian-english |
| 224 | 2024-10-16T19:16:53.651Z | words system system british-english |
| 225 | 2024-10-16T19:16:53.651Z | words system system canadian-english |
| 226 | 2024-10-16T19:16:53.651Z | words system system french |
| 227 | 2024-10-16T19:16:53.651Z | words system system italian |
| 228 | 2024-10-16T19:16:53.651Z | words system system ngerman |
| 229 | 2024-10-16T19:16:53.651Z | words system system ogerman |
| 230 | 2024-10-16T19:16:53.651Z | words system system spanish |
| 231 | 2024-10-16T19:16:54.006Z | PUBLISHER TYPE STATUS P LOCATION |
| 232 | 2024-10-16T19:16:54.006Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 233 | 2024-10-16T19:16:56.236Z | FMRI IFO |
| 234 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 235 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 236 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 237 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 238 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 239 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 240 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 241 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 242 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 243 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 244 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 245 | 2024-10-16T19:16:56.236Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 246 | 2024-10-16T19:16:56.237Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 247 | 2024-10-16T19:16:56.948Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 248 | 2024-10-16T19:16:57.262Z | Updating crates.io index |
| 249 | 2024-10-16T19:16:57.264Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2024-10-16T19:16:58.107Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 251 | 2024-10-16T19:16:58.508Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2024-10-16T19:16:58.762Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 253 | 2024-10-16T19:16:58.998Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 254 | 2024-10-16T19:16:59.842Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 255 | 2024-10-16T19:17:02.062Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 256 | 2024-10-16T19:17:03.005Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 257 | 2024-10-16T19:17:03.964Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2024-10-16T19:17:04.425Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 259 | 2024-10-16T19:17:04.628Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 260 | 2024-10-16T19:17:05.214Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 261 | 2024-10-16T19:17:05.614Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 262 | 2024-10-16T19:17:06.057Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2024-10-16T19:17:06.362Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2024-10-16T19:17:06.701Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2024-10-16T19:17:06.917Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2024-10-16T19:17:07.300Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 267 | 2024-10-16T19:17:07.574Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2024-10-16T19:17:07.992Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 269 | 2024-10-16T19:17:08.402Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2024-10-16T19:17:08.963Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2024-10-16T19:17:09.233Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 272 | 2024-10-16T19:17:09.836Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2024-10-16T19:17:10.184Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2024-10-16T19:17:10.567Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 275 | 2024-10-16T19:17:10.830Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 276 | 2024-10-16T19:17:12.181Z | Downloading crates ... |
| 277 | 2024-10-16T19:17:12.275Z | Downloaded autocfg v1.4.0 |
| 278 | 2024-10-16T19:17:12.277Z | Downloaded byteorder v1.5.0 |
| 279 | 2024-10-16T19:17:12.280Z | Downloaded camino-tempfile v1.1.1 |
| 280 | 2024-10-16T19:17:12.282Z | Downloaded block-buffer v0.10.4 |
| 281 | 2024-10-16T19:17:12.282Z | Downloaded anstyle v1.0.8 |
| 282 | 2024-10-16T19:17:12.285Z | Downloaded cfg-if v1.0.0 |
| 283 | 2024-10-16T19:17:12.290Z | Downloaded scroll_derive v0.12.0 |
| 284 | 2024-10-16T19:17:12.292Z | Downloaded colorchoice v1.0.2 |
| 285 | 2024-10-16T19:17:12.294Z | Downloaded equivalent v1.0.1 |
| 286 | 2024-10-16T19:17:12.296Z | Downloaded proc-macro-error-attr v1.0.4 |
| 287 | 2024-10-16T19:17:12.299Z | Downloaded quote v1.0.37 |
| 288 | 2024-10-16T19:17:12.301Z | Downloaded usdt-attr-macro v0.5.0 |
| 289 | 2024-10-16T19:17:12.301Z | Downloaded fs-err v2.11.0 |
| 290 | 2024-10-16T19:17:12.304Z | Downloaded strsim v0.11.1 |
| 291 | 2024-10-16T19:17:12.306Z | Downloaded anstyle-query v1.1.1 |
| 292 | 2024-10-16T19:17:12.309Z | Downloaded pest_generator v2.7.14 |
| 293 | 2024-10-16T19:17:12.309Z | Downloaded thiserror-impl v1.0.64 |
| 294 | 2024-10-16T19:17:12.309Z | Downloaded plain v0.2.3 |
| 295 | 2024-10-16T19:17:12.313Z | Downloaded itoa v1.0.11 |
| 296 | 2024-10-16T19:17:12.316Z | Downloaded heck v0.4.1 |
| 297 | 2024-10-16T19:17:12.318Z | Downloaded fastrand v2.1.1 |
| 298 | 2024-10-16T19:17:12.318Z | Downloaded dof v0.3.0 |
| 299 | 2024-10-16T19:17:12.321Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2024-10-16T19:17:12.325Z | Downloaded usdt-impl v0.5.0 |
| 301 | 2024-10-16T19:17:12.327Z | Downloaded serde_tokenstream v0.2.2 |
| 302 | 2024-10-16T19:17:12.330Z | Downloaded bytecount v0.6.8 |
| 303 | 2024-10-16T19:17:12.332Z | Downloaded anstyle-parse v0.2.5 |
| 304 | 2024-10-16T19:17:12.332Z | Downloaded cargo_metadata v0.18.1 |
| 305 | 2024-10-16T19:17:12.335Z | Downloaded crypto-common v0.1.6 |
| 306 | 2024-10-16T19:17:12.337Z | Downloaded tempfile v3.13.0 |
| 307 | 2024-10-16T19:17:12.340Z | Downloaded once_cell v1.20.2 |
| 308 | 2024-10-16T19:17:12.347Z | Downloaded utf8parse v0.2.2 |
| 309 | 2024-10-16T19:17:12.350Z | Downloaded camino v1.1.9 |
| 310 | 2024-10-16T19:17:12.353Z | Downloaded unicode-ident v1.0.13 |
| 311 | 2024-10-16T19:17:12.357Z | Downloaded log v0.4.22 |
| 312 | 2024-10-16T19:17:12.360Z | Downloaded bitflags v2.6.0 |
| 313 | 2024-10-16T19:17:12.363Z | Downloaded anyhow v1.0.89 |
| 314 | 2024-10-16T19:17:12.367Z | Downloaded ryu v1.0.18 |
| 315 | 2024-10-16T19:17:12.371Z | Downloaded swrite v0.1.0 |
| 316 | 2024-10-16T19:17:12.378Z | Downloaded toml v0.8.19 |
| 317 | 2024-10-16T19:17:12.382Z | Downloaded anstream v0.6.15 |
| 318 | 2024-10-16T19:17:12.385Z | Downloaded textwrap v0.16.1 |
| 319 | 2024-10-16T19:17:12.388Z | Downloaded usdt v0.5.0 |
| 320 | 2024-10-16T19:17:12.390Z | Downloaded thread-id v4.2.2 |
| 321 | 2024-10-16T19:17:12.390Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2024-10-16T19:17:12.392Z | Downloaded smawk v0.3.2 |
| 323 | 2024-10-16T19:17:12.392Z | Downloaded errno v0.3.9 |
| 324 | 2024-10-16T19:17:12.395Z | Downloaded digest v0.10.7 |
| 325 | 2024-10-16T19:17:12.400Z | Downloaded is_terminal_polyfill v1.70.1 |
| 326 | 2024-10-16T19:17:12.400Z | Downloaded toml_datetime v0.6.8 |
| 327 | 2024-10-16T19:17:12.403Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2024-10-16T19:17:12.403Z | Downloaded serde_spanned v0.6.8 |
| 329 | 2024-10-16T19:17:12.403Z | Downloaded thiserror v1.0.64 |
| 330 | 2024-10-16T19:17:12.405Z | Downloaded clap_lex v0.7.2 |
| 331 | 2024-10-16T19:17:12.405Z | Downloaded version_check v0.9.5 |
| 332 | 2024-10-16T19:17:12.408Z | Downloaded terminal_size v0.4.0 |
| 333 | 2024-10-16T19:17:12.408Z | Downloaded heck v0.5.0 |
| 334 | 2024-10-16T19:17:12.410Z | Downloaded cargo-platform v0.1.8 |
| 335 | 2024-10-16T19:17:12.410Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2024-10-16T19:17:12.412Z | Downloaded fnv v1.0.7 |
| 337 | 2024-10-16T19:17:12.412Z | Downloaded macaddr v1.0.1 |
| 338 | 2024-10-16T19:17:12.414Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2024-10-16T19:17:12.414Z | Downloaded cpufeatures v0.2.14 |
| 340 | 2024-10-16T19:17:12.417Z | Downloaded generic-array v0.14.7 |
| 341 | 2024-10-16T19:17:12.419Z | Downloaded indexmap v2.6.0 |
| 342 | 2024-10-16T19:17:12.422Z | Downloaded sha2 v0.10.8 |
| 343 | 2024-10-16T19:17:12.425Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2024-10-16T19:17:12.427Z | Downloaded cargo_toml v0.20.5 |
| 345 | 2024-10-16T19:17:12.429Z | Downloaded pest_derive v2.7.14 |
| 346 | 2024-10-16T19:17:12.432Z | Downloaded semver v1.0.23 |
| 347 | 2024-10-16T19:17:12.434Z | Downloaded memmap v0.7.0 |
| 348 | 2024-10-16T19:17:12.437Z | Downloaded zerocopy-derive v0.7.35 |
| 349 | 2024-10-16T19:17:12.442Z | Downloaded serde v1.0.210 |
| 350 | 2024-10-16T19:17:12.445Z | Downloaded clap_derive v4.5.18 |
| 351 | 2024-10-16T19:17:12.448Z | Downloaded typenum v1.17.0 |
| 352 | 2024-10-16T19:17:12.450Z | Downloaded serde_derive v1.0.210 |
| 353 | 2024-10-16T19:17:12.452Z | Downloaded toml_edit v0.22.22 |
| 354 | 2024-10-16T19:17:12.474Z | Downloaded proc-macro2 v1.0.87 |
| 355 | 2024-10-16T19:17:12.476Z | Downloaded ucd-trie v0.1.7 |
| 356 | 2024-10-16T19:17:12.479Z | Downloaded papergrid v0.11.0 |
| 357 | 2024-10-16T19:17:12.482Z | Downloaded pest_meta v2.7.14 |
| 358 | 2024-10-16T19:17:12.485Z | Downloaded memchr v2.7.4 |
| 359 | 2024-10-16T19:17:12.489Z | Downloaded scroll v0.12.0 |
| 360 | 2024-10-16T19:17:12.492Z | Downloaded pest v2.7.14 |
| 361 | 2024-10-16T19:17:12.496Z | Downloaded clap v4.5.20 |
| 362 | 2024-10-16T19:17:12.506Z | Downloaded serde_json v1.0.128 |
| 363 | 2024-10-16T19:17:12.511Z | Downloaded winnow v0.6.20 |
| 364 | 2024-10-16T19:17:12.520Z | Downloaded clap_builder v4.5.20 |
| 365 | 2024-10-16T19:17:12.526Z | Downloaded goblin v0.8.2 |
| 366 | 2024-10-16T19:17:12.532Z | Downloaded hashbrown v0.15.0 |
| 367 | 2024-10-16T19:17:12.537Z | Downloaded zerocopy v0.7.35 |
| 368 | 2024-10-16T19:17:12.554Z | Downloaded tabled v0.15.0 |
| 369 | 2024-10-16T19:17:12.568Z | Downloaded unicode-width v0.1.14 |
| 370 | 2024-10-16T19:17:12.574Z | Downloaded syn v2.0.79 |
| 371 | 2024-10-16T19:17:12.585Z | Downloaded syn v1.0.109 |
| 372 | 2024-10-16T19:17:12.594Z | Downloaded rustix v0.38.37 |
| 373 | 2024-10-16T19:17:12.616Z | Downloaded libc v0.2.159 |
| 374 | 2024-10-16T19:17:12.919Z | Compiling proc-macro2 v1.0.87 |
| 375 | 2024-10-16T19:17:12.922Z | Compiling unicode-ident v1.0.13 |
| 376 | 2024-10-16T19:17:12.922Z | Compiling serde v1.0.210 |
| 377 | 2024-10-16T19:17:12.922Z | Compiling version_check v0.9.5 |
| 378 | 2024-10-16T19:17:12.922Z | Compiling memchr v2.7.4 |
| 379 | 2024-10-16T19:17:12.922Z | Compiling thiserror v1.0.64 |
| 380 | 2024-10-16T19:17:12.922Z | Compiling libc v0.2.159 |
| 381 | 2024-10-16T19:17:12.954Z | Compiling ucd-trie v0.1.7 |
| 382 | 2024-10-16T19:17:13.213Z | Compiling ryu v1.0.18 |
| 383 | 2024-10-16T19:17:13.595Z | Compiling itoa v1.0.11 |
| 384 | 2024-10-16T19:17:13.713Z | Compiling once_cell v1.20.2 |
| 385 | 2024-10-16T19:17:13.837Z | Compiling byteorder v1.5.0 |
| 386 | 2024-10-16T19:17:14.198Z | Compiling rustix v0.38.37 |
| 387 | 2024-10-16T19:17:14.428Z | Compiling serde_json v1.0.128 |
| 388 | 2024-10-16T19:17:14.889Z | Compiling bitflags v2.6.0 |
| 389 | 2024-10-16T19:17:14.931Z | Compiling usdt-impl v0.5.0 |
| 390 | 2024-10-16T19:17:14.973Z | Compiling proc-macro-error-attr v1.0.4 |
| 391 | 2024-10-16T19:17:15.041Z | Compiling syn v1.0.109 |
| 392 | 2024-10-16T19:17:15.201Z | Compiling proc-macro-error v1.0.4 |
| 393 | 2024-10-16T19:17:15.301Z | Compiling utf8parse v0.2.2 |
| 394 | 2024-10-16T19:17:15.345Z | Compiling plain v0.2.3 |
| 395 | 2024-10-16T19:17:15.395Z | Compiling camino v1.1.9 |
| 396 | 2024-10-16T19:17:15.462Z | Compiling hashbrown v0.15.0 |
| 397 | 2024-10-16T19:17:15.500Z | Compiling equivalent v1.0.1 |
| 398 | 2024-10-16T19:17:15.525Z | Compiling log v0.4.22 |
| 399 | 2024-10-16T19:17:15.612Z | Compiling thread-id v4.2.2 |
| 400 | 2024-10-16T19:17:15.730Z | Compiling anstyle-parse v0.2.5 |
| 401 | 2024-10-16T19:17:15.777Z | Compiling quote v1.0.37 |
| 402 | 2024-10-16T19:17:15.894Z | Compiling pretty-hex v0.4.1 |
| 403 | 2024-10-16T19:17:16.062Z | Compiling unicode-width v0.1.14 |
| 404 | 2024-10-16T19:17:16.091Z | Compiling is_terminal_polyfill v1.70.1 |
| 405 | 2024-10-16T19:17:16.125Z | Compiling errno v0.3.9 |
| 406 | 2024-10-16T19:17:16.188Z | Compiling syn v2.0.79 |
| 407 | 2024-10-16T19:17:16.413Z | Compiling anstyle v1.0.8 |
| 408 | 2024-10-16T19:17:16.512Z | Compiling semver v1.0.23 |
| 409 | 2024-10-16T19:17:16.568Z | Compiling autocfg v1.4.0 |
| 410 | 2024-10-16T19:17:16.770Z | Compiling indexmap v2.6.0 |
| 411 | 2024-10-16T19:17:16.884Z | Compiling colorchoice v1.0.2 |
| 412 | 2024-10-16T19:17:17.040Z | Compiling winnow v0.6.20 |
| 413 | 2024-10-16T19:17:17.065Z | Compiling anstyle-query v1.1.1 |
| 414 | 2024-10-16T19:17:17.225Z | Compiling anstream v0.6.15 |
| 415 | 2024-10-16T19:17:17.719Z | Compiling fs-err v2.11.0 |
| 416 | 2024-10-16T19:17:18.040Z | Compiling strsim v0.11.1 |
| 417 | 2024-10-16T19:17:18.043Z | Compiling clap_lex v0.7.2 |
| 418 | 2024-10-16T19:17:18.139Z | Compiling heck v0.5.0 |
| 419 | 2024-10-16T19:17:18.218Z | Compiling cfg-if v1.0.0 |
| 420 | 2024-10-16T19:17:18.325Z | Compiling fnv v1.0.7 |
| 421 | 2024-10-16T19:17:18.631Z | Compiling terminal_size v0.4.0 |
| 422 | 2024-10-16T19:17:18.705Z | Compiling heck v0.4.1 |
| 423 | 2024-10-16T19:17:18.827Z | Compiling anyhow v1.0.89 |
| 424 | 2024-10-16T19:17:18.910Z | Compiling bytecount v0.6.8 |
| 425 | 2024-10-16T19:17:19.129Z | Compiling fastrand v2.1.1 |
| 426 | 2024-10-16T19:17:19.211Z | Compiling papergrid v0.11.0 |
| 427 | 2024-10-16T19:17:19.386Z | Compiling clap_builder v4.5.20 |
| 428 | 2024-10-16T19:17:19.664Z | Compiling tempfile v3.13.0 |
| 429 | 2024-10-16T19:17:19.753Z | Compiling memmap v0.7.0 |
| 430 | 2024-10-16T19:17:19.834Z | Compiling smawk v0.3.2 |
| 431 | 2024-10-16T19:17:20.057Z | Compiling unicode-linebreak v0.1.5 |
| 432 | 2024-10-16T19:17:20.535Z | Compiling textwrap v0.16.1 |
| 433 | 2024-10-16T19:17:20.727Z | Compiling swrite v0.1.0 |
| 434 | 2024-10-16T19:17:22.054Z | Compiling tabled_derive v0.7.0 |
| 435 | 2024-10-16T19:17:23.645Z | Compiling tabled v0.15.0 |
| 436 | 2024-10-16T19:17:25.018Z | Compiling serde_derive v1.0.210 |
| 437 | 2024-10-16T19:17:25.020Z | Compiling thiserror-impl v1.0.64 |
| 438 | 2024-10-16T19:17:25.020Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2024-10-16T19:17:25.038Z | Compiling scroll_derive v0.12.0 |
| 440 | 2024-10-16T19:17:25.111Z | Compiling clap_derive v4.5.18 |
| 441 | 2024-10-16T19:17:26.451Z | Compiling scroll v0.12.0 |
| 442 | 2024-10-16T19:17:26.764Z | Compiling zerocopy v0.7.35 |
| 443 | 2024-10-16T19:17:26.954Z | Compiling goblin v0.8.2 |
| 444 | 2024-10-16T19:17:29.003Z | Compiling clap v4.5.20 |
| 445 | 2024-10-16T19:17:30.275Z | Compiling pest v2.7.14 |
| 446 | 2024-10-16T19:17:32.000Z | Compiling pest_meta v2.7.14 |
| 447 | 2024-10-16T19:17:33.164Z | Compiling pest_generator v2.7.14 |
| 448 | 2024-10-16T19:17:34.746Z | Compiling pest_derive v2.7.14 |
| 449 | 2024-10-16T19:17:34.923Z | Compiling serde_tokenstream v0.2.2 |
| 450 | 2024-10-16T19:17:34.964Z | Compiling serde_spanned v0.6.8 |
| 451 | 2024-10-16T19:17:34.964Z | Compiling toml_datetime v0.6.8 |
| 452 | 2024-10-16T19:17:35.325Z | Compiling toml_edit v0.22.22 |
| 453 | 2024-10-16T19:17:35.454Z | Compiling dtrace-parser v0.2.0 |
| 454 | 2024-10-16T19:17:35.493Z | Compiling cargo-platform v0.1.8 |
| 455 | 2024-10-16T19:17:35.535Z | Compiling macaddr v1.0.1 |
| 456 | 2024-10-16T19:17:35.998Z | Compiling camino-tempfile v1.1.1 |
| 457 | 2024-10-16T19:17:36.581Z | Compiling dof v0.3.0 |
| 458 | 2024-10-16T19:17:36.706Z | Compiling cargo_metadata v0.18.1 |
| 459 | 2024-10-16T19:17:38.450Z | Compiling usdt-macro v0.5.0 |
| 460 | 2024-10-16T19:17:38.450Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2024-10-16T19:17:38.530Z | Compiling toml v0.8.19 |
| 462 | 2024-10-16T19:17:39.329Z | Compiling cargo_toml v0.20.5 |
| 463 | 2024-10-16T19:17:39.903Z | Compiling usdt v0.5.0 |
| 464 | 2024-10-16T19:17:42.984Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2024-10-16T19:17:47.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.35s |
| 466 | 2024-10-16T19:17:47.324Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 467 | 2024-10-16T19:17:47.907Z | Downloading crates ... |
| 468 | 2024-10-16T19:17:48.028Z | Downloaded adler2 v2.0.0 |
| 469 | 2024-10-16T19:17:48.032Z | Downloaded bit-set v0.5.3 |
| 470 | 2024-10-16T19:17:48.038Z | Downloaded atty v0.2.14 |
| 471 | 2024-10-16T19:17:48.044Z | Downloaded cfg_aliases v0.1.1 |
| 472 | 2024-10-16T19:17:48.049Z | Downloaded ciborium-io v0.2.2 |
| 473 | 2024-10-16T19:17:48.051Z | Downloaded hostname v0.4.0 |
| 474 | 2024-10-16T19:17:48.053Z | Downloaded hostname v0.3.1 |
| 475 | 2024-10-16T19:17:48.056Z | Downloaded cstr-argument v0.1.2 |
| 476 | 2024-10-16T19:17:48.058Z | Downloaded hickory-resolver v0.24.1 |
| 477 | 2024-10-16T19:17:48.063Z | Downloaded argon2 v0.5.3 |
| 478 | 2024-10-16T19:17:48.066Z | Downloaded bitflags v1.3.2 |
| 479 | 2024-10-16T19:17:48.069Z | Downloaded colored v2.1.0 |
| 480 | 2024-10-16T19:17:48.072Z | Downloaded md5 v0.7.0 |
| 481 | 2024-10-16T19:17:48.075Z | Downloaded match_cfg v0.1.0 |
| 482 | 2024-10-16T19:17:48.078Z | Downloaded newtype_derive v0.1.6 |
| 483 | 2024-10-16T19:17:48.078Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 484 | 2024-10-16T19:17:48.081Z | Downloaded convert_case v0.4.0 |
| 485 | 2024-10-16T19:17:48.081Z | Downloaded castaway v0.2.3 |
| 486 | 2024-10-16T19:17:48.084Z | Downloaded newline-converter v0.3.0 |
| 487 | 2024-10-16T19:17:48.084Z | Downloaded lazy_static v1.5.0 |
| 488 | 2024-10-16T19:17:48.086Z | Downloaded is-terminal v0.4.13 |
| 489 | 2024-10-16T19:17:48.089Z | Downloaded ipnetwork v0.20.0 |
| 490 | 2024-10-16T19:17:48.091Z | Downloaded ahash v0.8.11 |
| 491 | 2024-10-16T19:17:48.094Z | Downloaded linear-map v1.2.0 |
| 492 | 2024-10-16T19:17:48.096Z | Downloaded kstat-rs v0.2.4 |
| 493 | 2024-10-16T19:17:48.099Z | Downloaded mockall v0.13.0 |
| 494 | 2024-10-16T19:17:48.099Z | Downloaded managed v0.8.0 |
| 495 | 2024-10-16T19:17:48.101Z | Downloaded linked-hash-map v0.5.6 |
| 496 | 2024-10-16T19:17:48.103Z | Downloaded native-tls v0.2.12 |
| 497 | 2024-10-16T19:17:48.106Z | Downloaded memoffset v0.9.1 |
| 498 | 2024-10-16T19:17:48.108Z | Downloaded lru v0.12.5 |
| 499 | 2024-10-16T19:17:48.111Z | Downloaded libloading v0.8.5 |
| 500 | 2024-10-16T19:17:48.113Z | Downloaded atomicwrites v0.4.4 |
| 501 | 2024-10-16T19:17:48.116Z | Downloaded async-bb8-diesel v0.2.1 |
| 502 | 2024-10-16T19:17:48.119Z | Downloaded mime_guess v2.0.5 |
| 503 | 2024-10-16T19:17:48.122Z | Downloaded maybe-uninit v2.0.0 |
| 504 | 2024-10-16T19:17:48.125Z | Downloaded hmac v0.12.1 |
| 505 | 2024-10-16T19:17:48.129Z | Downloaded hubpack v0.1.2 |
| 506 | 2024-10-16T19:17:48.131Z | Downloaded instant v0.1.13 |
| 507 | 2024-10-16T19:17:48.134Z | Downloaded sigpipe v0.1.3 |
| 508 | 2024-10-16T19:17:48.136Z | Downloaded matches v0.1.10 |
| 509 | 2024-10-16T19:17:48.138Z | Downloaded ident_case v1.0.1 |
| 510 | 2024-10-16T19:17:48.141Z | Downloaded hyper-rustls v0.27.3 |
| 511 | 2024-10-16T19:17:48.143Z | Downloaded new_debug_unreachable v1.0.6 |
| 512 | 2024-10-16T19:17:48.146Z | Downloaded crc-any v2.5.0 |
| 513 | 2024-10-16T19:17:48.150Z | Downloaded atomic-waker v1.1.2 |
| 514 | 2024-10-16T19:17:48.152Z | Downloaded blake2 v0.10.6 |
| 515 | 2024-10-16T19:17:48.155Z | Downloaded base64 v0.13.1 |
| 516 | 2024-10-16T19:17:48.158Z | Downloaded sqlparser_derive v0.2.2 |
| 517 | 2024-10-16T19:17:48.160Z | Downloaded bit-vec v0.6.3 |
| 518 | 2024-10-16T19:17:48.163Z | Downloaded constant_time_eq v0.3.1 |
| 519 | 2024-10-16T19:17:48.165Z | Downloaded is_ci v1.2.0 |
| 520 | 2024-10-16T19:17:48.165Z | Downloaded humantime v2.1.0 |
| 521 | 2024-10-16T19:17:48.168Z | Downloaded home v0.5.9 |
| 522 | 2024-10-16T19:17:48.170Z | Downloaded lazycell v1.3.0 |
| 523 | 2024-10-16T19:17:48.170Z | Downloaded keccak v0.1.5 |
| 524 | 2024-10-16T19:17:48.172Z | Downloaded http-body v0.4.6 |
| 525 | 2024-10-16T19:17:48.174Z | Downloaded ciborium-ll v0.2.2 |
| 526 | 2024-10-16T19:17:48.175Z | Downloaded http-body-util v0.1.2 |
| 527 | 2024-10-16T19:17:48.177Z | Downloaded inout v0.1.3 |
| 528 | 2024-10-16T19:17:48.179Z | Downloaded mime v0.3.17 |
| 529 | 2024-10-16T19:17:48.181Z | Downloaded want v0.3.1 |
| 530 | 2024-10-16T19:17:48.181Z | Downloaded try-lock v0.2.5 |
| 531 | 2024-10-16T19:17:48.183Z | Downloaded waitgroup v0.1.2 |
| 532 | 2024-10-16T19:17:48.184Z | Downloaded rustc-demangle v0.1.24 |
| 533 | 2024-10-16T19:17:48.186Z | Downloaded rustls-pemfile v1.0.4 |
| 534 | 2024-10-16T19:17:48.188Z | Downloaded slog-envlogger v2.2.0 |
| 535 | 2024-10-16T19:17:48.190Z | Downloaded rand_core v0.6.4 |
| 536 | 2024-10-16T19:17:48.193Z | Downloaded nanorand v0.7.0 |
| 537 | 2024-10-16T19:17:48.195Z | Downloaded multimap v0.10.0 |
| 538 | 2024-10-16T19:17:48.197Z | Downloaded newtype-uuid v1.1.2 |
| 539 | 2024-10-16T19:17:48.201Z | Downloaded lalrpop-util v0.19.12 |
| 540 | 2024-10-16T19:17:48.201Z | Downloaded derive_builder_macro v0.20.2 |
| 541 | 2024-10-16T19:17:48.201Z | Downloaded darling_core v0.20.10 |
| 542 | 2024-10-16T19:17:48.205Z | Downloaded backoff v0.4.0 |
| 543 | 2024-10-16T19:17:48.208Z | Downloaded foreign-types-shared v0.3.1 |
| 544 | 2024-10-16T19:17:48.210Z | Downloaded ssh-cipher v0.2.0 |
| 545 | 2024-10-16T19:17:48.210Z | Downloaded sha1 v0.10.6 |
| 546 | 2024-10-16T19:17:48.212Z | Downloaded md-5 v0.10.6 |
| 547 | 2024-10-16T19:17:48.218Z | Downloaded tokio-native-tls v0.3.1 |
| 548 | 2024-10-16T19:17:48.218Z | Downloaded tokio-macros v2.4.0 |
| 549 | 2024-10-16T19:17:48.218Z | Downloaded slog-json v2.6.1 |
| 550 | 2024-10-16T19:17:48.221Z | Downloaded slog-dtrace v0.3.0 |
| 551 | 2024-10-16T19:17:48.224Z | Downloaded slog-scope v4.4.0 |
| 552 | 2024-10-16T19:17:48.226Z | Downloaded ipnet v2.10.1 |
| 553 | 2024-10-16T19:17:48.229Z | Downloaded sqlformat v0.2.6 |
| 554 | 2024-10-16T19:17:48.229Z | Downloaded parse-size v1.0.0 |
| 555 | 2024-10-16T19:17:48.231Z | Downloaded lock_api v0.4.12 |
| 556 | 2024-10-16T19:17:48.233Z | Downloaded hyper-staticfile v0.10.1 |
| 557 | 2024-10-16T19:17:48.236Z | Downloaded tui-tree-widget v0.22.0 |
| 558 | 2024-10-16T19:17:48.238Z | Downloaded which v4.4.2 |
| 559 | 2024-10-16T19:17:48.240Z | Downloaded untrusted v0.9.0 |
| 560 | 2024-10-16T19:17:48.243Z | Downloaded memmap2 v0.9.5 |
| 561 | 2024-10-16T19:17:48.252Z | Downloaded const_format v0.2.33 |
| 562 | 2024-10-16T19:17:48.252Z | Downloaded arrayvec v0.7.6 |
| 563 | 2024-10-16T19:17:48.254Z | Downloaded pretty-hex v0.2.1 |
| 564 | 2024-10-16T19:17:48.254Z | Downloaded scopeguard v1.2.0 |
| 565 | 2024-10-16T19:17:48.254Z | Downloaded darling v0.20.10 |
| 566 | 2024-10-16T19:17:48.258Z | Downloaded either v1.13.0 |
| 567 | 2024-10-16T19:17:48.261Z | Downloaded sync_wrapper v0.1.2 |
| 568 | 2024-10-16T19:17:48.263Z | Downloaded glob v0.3.1 |
| 569 | 2024-10-16T19:17:48.265Z | Downloaded serde-big-array v0.5.1 |
| 570 | 2024-10-16T19:17:48.265Z | Downloaded futures-task v0.3.31 |
| 571 | 2024-10-16T19:17:48.268Z | Downloaded rustls-pemfile v2.2.0 |
| 572 | 2024-10-16T19:17:48.270Z | Downloaded fixedbitset v0.4.2 |
| 573 | 2024-10-16T19:17:48.272Z | Downloaded num_enum_derive v0.5.11 |
| 574 | 2024-10-16T19:17:48.272Z | Downloaded termios v0.3.3 |
| 575 | 2024-10-16T19:17:48.275Z | Downloaded const-oid v0.9.6 |
| 576 | 2024-10-16T19:17:48.278Z | Downloaded filetime v0.2.25 |
| 577 | 2024-10-16T19:17:48.280Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 578 | 2024-10-16T19:17:48.282Z | Downloaded cookie v0.18.1 |
| 579 | 2024-10-16T19:17:48.284Z | Downloaded ff v0.13.0 |
| 580 | 2024-10-16T19:17:48.287Z | Downloaded parse-display v0.10.0 |
| 581 | 2024-10-16T19:17:48.288Z | Downloaded walkdir v2.5.0 |
| 582 | 2024-10-16T19:17:48.290Z | Downloaded num_enum v0.5.11 |
| 583 | 2024-10-16T19:17:48.295Z | Downloaded pkg-config v0.3.31 |
| 584 | 2024-10-16T19:17:48.298Z | Downloaded predicates-tree v1.0.11 |
| 585 | 2024-10-16T19:17:48.300Z | Downloaded cc v1.1.30 |
| 586 | 2024-10-16T19:17:48.304Z | Downloaded whoami v1.5.2 |
| 587 | 2024-10-16T19:17:48.307Z | Downloaded endian-type v0.1.2 |
| 588 | 2024-10-16T19:17:48.310Z | Downloaded fxhash v0.2.1 |
| 589 | 2024-10-16T19:17:48.310Z | Downloaded rand_seeder v0.3.0 |
| 590 | 2024-10-16T19:17:48.310Z | Downloaded rand_chacha v0.3.1 |
| 591 | 2024-10-16T19:17:48.312Z | Downloaded ed25519 v2.2.3 |
| 592 | 2024-10-16T19:17:48.315Z | Downloaded serde_path_to_error v0.1.16 |
| 593 | 2024-10-16T19:17:48.317Z | Downloaded openssl-probe v0.1.5 |
| 594 | 2024-10-16T19:17:48.320Z | Downloaded openssl-macros v0.1.1 |
| 595 | 2024-10-16T19:17:48.320Z | Downloaded slog-stdlog v4.1.1 |
| 596 | 2024-10-16T19:17:48.322Z | Downloaded slog-bunyan v2.5.0 |
| 597 | 2024-10-16T19:17:48.324Z | Downloaded structmeta-derive v0.2.0 |
| 598 | 2024-10-16T19:17:48.324Z | Downloaded structmeta v0.3.0 |
| 599 | 2024-10-16T19:17:48.326Z | Downloaded smallvec v0.6.14 |
| 600 | 2024-10-16T19:17:48.329Z | Downloaded futures-channel v0.3.31 |
| 601 | 2024-10-16T19:17:48.331Z | Downloaded hickory-client v0.24.1 |
| 602 | 2024-10-16T19:17:48.334Z | Downloaded chacha20poly1305 v0.10.1 |
| 603 | 2024-10-16T19:17:48.336Z | Downloaded parking_lot_core v0.9.10 |
| 604 | 2024-10-16T19:17:48.341Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2024-10-16T19:17:48.343Z | Downloaded compact_str v0.8.0 |
| 606 | 2024-10-16T19:17:48.346Z | Downloaded thiserror-no-std v2.0.2 |
| 607 | 2024-10-16T19:17:48.351Z | Downloaded uzers v0.11.3 |
| 608 | 2024-10-16T19:17:48.354Z | Downloaded difflib v0.4.0 |
| 609 | 2024-10-16T19:17:48.357Z | Downloaded serde_yaml v0.9.34+deprecated |
| 610 | 2024-10-16T19:17:48.361Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 611 | 2024-10-16T19:17:48.364Z | Downloaded http v1.1.0 |
| 612 | 2024-10-16T19:17:48.367Z | Downloaded tinyvec_macros v0.1.1 |
| 613 | 2024-10-16T19:17:48.370Z | Downloaded vte_generate_state_changes v0.1.2 |
| 614 | 2024-10-16T19:17:48.372Z | Downloaded peg v0.8.4 |
| 615 | 2024-10-16T19:17:48.374Z | Downloaded quick-error v1.2.3 |
| 616 | 2024-10-16T19:17:48.377Z | Downloaded tokio-rustls v0.25.0 |
| 617 | 2024-10-16T19:17:48.379Z | Downloaded slog-term v2.9.1 |
| 618 | 2024-10-16T19:17:48.382Z | Downloaded phf_generator v0.11.2 |
| 619 | 2024-10-16T19:17:48.384Z | Downloaded hex-literal v0.4.1 |
| 620 | 2024-10-16T19:17:48.387Z | Downloaded group v0.13.0 |
| 621 | 2024-10-16T19:17:48.397Z | Downloaded resolv-conf v0.7.0 |
| 622 | 2024-10-16T19:17:48.400Z | Downloaded oso-derive v0.27.3 |
| 623 | 2024-10-16T19:17:48.402Z | Downloaded spki v0.7.3 |
| 624 | 2024-10-16T19:17:48.405Z | Downloaded value-bag v1.9.0 |
| 625 | 2024-10-16T19:17:48.407Z | Downloaded yasna v0.5.2 |
| 626 | 2024-10-16T19:17:48.410Z | Downloaded rayon-core v1.12.1 |
| 627 | 2024-10-16T19:17:48.414Z | Downloaded tungstenite v0.23.0 |
| 628 | 2024-10-16T19:17:48.418Z | Downloaded zeroize v1.8.1 |
| 629 | 2024-10-16T19:17:48.421Z | Downloaded signal-hook-mio v0.2.4 |
| 630 | 2024-10-16T19:17:48.424Z | Downloaded wait-timeout v0.2.0 |
| 631 | 2024-10-16T19:17:48.424Z | Downloaded spin v0.5.2 |
| 632 | 2024-10-16T19:17:48.427Z | Downloaded nom v7.1.3 |
| 633 | 2024-10-16T19:17:48.432Z | Downloaded test-strategy v0.3.1 |
| 634 | 2024-10-16T19:17:48.437Z | Downloaded thread_local v1.1.8 |
| 635 | 2024-10-16T19:17:48.440Z | Downloaded foreign-types v0.3.2 |
| 636 | 2024-10-16T19:17:48.442Z | Downloaded foldhash v0.1.3 |
| 637 | 2024-10-16T19:17:48.442Z | Downloaded sync_wrapper v1.0.1 |
| 638 | 2024-10-16T19:17:48.445Z | Downloaded ghash v0.5.1 |
| 639 | 2024-10-16T19:17:48.445Z | Downloaded time-core v0.1.2 |
| 640 | 2024-10-16T19:17:48.448Z | Downloaded gethostname v0.5.0 |
| 641 | 2024-10-16T19:17:48.448Z | Downloaded rsa v0.9.6 |
| 642 | 2024-10-16T19:17:48.453Z | Downloaded sct v0.7.1 |
| 643 | 2024-10-16T19:17:48.458Z | Downloaded spin v0.9.8 |
| 644 | 2024-10-16T19:17:48.460Z | Downloaded diff v0.1.13 |
| 645 | 2024-10-16T19:17:48.464Z | Downloaded url v2.5.2 |
| 646 | 2024-10-16T19:17:48.467Z | Downloaded olpc-cjson v0.1.4 |
| 647 | 2024-10-16T19:17:48.470Z | Downloaded env_logger v0.10.2 |
| 648 | 2024-10-16T19:17:48.472Z | Downloaded salsa20 v0.10.2 |
| 649 | 2024-10-16T19:17:48.474Z | Downloaded quinn-udp v0.5.5 |
| 650 | 2024-10-16T19:17:48.477Z | Downloaded tungstenite v0.21.0 |
| 651 | 2024-10-16T19:17:48.479Z | Downloaded minimal-lexical v0.2.1 |
| 652 | 2024-10-16T19:17:48.485Z | Downloaded ed25519-dalek v2.1.1 |
| 653 | 2024-10-16T19:17:48.489Z | Downloaded precomputed-hash v0.1.1 |
| 654 | 2024-10-16T19:17:48.491Z | Downloaded tokio-postgres v0.7.12 |
| 655 | 2024-10-16T19:17:48.497Z | Downloaded termtree v0.4.1 |
| 656 | 2024-10-16T19:17:48.499Z | Downloaded signal-hook-tokio v0.3.1 |
| 657 | 2024-10-16T19:17:48.502Z | Downloaded getrandom v0.2.15 |
| 658 | 2024-10-16T19:17:48.504Z | Downloaded tls_codec v0.4.1 |
| 659 | 2024-10-16T19:17:48.506Z | Downloaded tiny-keccak v2.0.2 |
| 660 | 2024-10-16T19:17:48.509Z | Downloaded socket2 v0.5.7 |
| 661 | 2024-10-16T19:17:48.511Z | Downloaded xz2 v0.1.7 |
| 662 | 2024-10-16T19:17:48.513Z | Downloaded signal-hook v0.3.17 |
| 663 | 2024-10-16T19:17:48.517Z | Downloaded hash32 v0.3.1 |
| 664 | 2024-10-16T19:17:48.520Z | Downloaded num v0.4.3 |
| 665 | 2024-10-16T19:17:48.522Z | Downloaded float-ord v0.3.2 |
| 666 | 2024-10-16T19:17:48.525Z | Downloaded postgres-types v0.2.8 |
| 667 | 2024-10-16T19:17:48.527Z | Downloaded stable_deref_trait v1.2.0 |
| 668 | 2024-10-16T19:17:48.527Z | Downloaded serde_with_macros v3.11.0 |
| 669 | 2024-10-16T19:17:48.529Z | Downloaded strum v0.26.3 |
| 670 | 2024-10-16T19:17:48.532Z | Downloaded proc-macro-crate v1.3.1 |
| 671 | 2024-10-16T19:17:48.535Z | Downloaded powerfmt v0.2.0 |
| 672 | 2024-10-16T19:17:48.535Z | Downloaded pin-utils v0.1.0 |
| 673 | 2024-10-16T19:17:48.537Z | Downloaded packed_struct_codegen v0.10.1 |
| 674 | 2024-10-16T19:17:48.537Z | Downloaded itertools v0.12.1 |
| 675 | 2024-10-16T19:17:48.544Z | Downloaded peg-runtime v0.8.3 |
| 676 | 2024-10-16T19:17:48.548Z | Downloaded num_threads v0.1.7 |
| 677 | 2024-10-16T19:17:48.548Z | Downloaded xattr v1.3.1 |
| 678 | 2024-10-16T19:17:48.552Z | Downloaded zip v0.6.6 |
| 679 | 2024-10-16T19:17:48.555Z | Downloaded serde_urlencoded v0.7.1 |
| 680 | 2024-10-16T19:17:48.557Z | Downloaded number_prefix v0.4.0 |
| 681 | 2024-10-16T19:17:48.557Z | Downloaded tls_codec_derive v0.4.1 |
| 682 | 2024-10-16T19:17:48.559Z | Downloaded shlex v1.3.0 |
| 683 | 2024-10-16T19:17:48.561Z | Downloaded wyz v0.5.1 |
| 684 | 2024-10-16T19:17:48.564Z | Downloaded time-macros v0.2.18 |
| 685 | 2024-10-16T19:17:48.566Z | Downloaded embedded-io v0.4.0 |
| 686 | 2024-10-16T19:17:48.566Z | Downloaded oso v0.27.3 |
| 687 | 2024-10-16T19:17:48.570Z | Downloaded snafu v0.8.5 |
| 688 | 2024-10-16T19:17:48.576Z | Downloaded funty v2.0.0 |
| 689 | 2024-10-16T19:17:48.579Z | Downloaded zeroize_derive v1.4.2 |
| 690 | 2024-10-16T19:17:48.581Z | Downloaded hash32 v0.2.1 |
| 691 | 2024-10-16T19:17:48.581Z | Downloaded radium v0.7.0 |
| 692 | 2024-10-16T19:17:48.584Z | Downloaded futures-macro v0.3.31 |
| 693 | 2024-10-16T19:17:48.584Z | Downloaded structmeta-derive v0.3.0 |
| 694 | 2024-10-16T19:17:48.587Z | Downloaded structmeta v0.2.0 |
| 695 | 2024-10-16T19:17:48.590Z | Downloaded pem v3.0.4 |
| 696 | 2024-10-16T19:17:48.590Z | Downloaded psl-types v2.0.11 |
| 697 | 2024-10-16T19:17:48.592Z | Downloaded pbkdf2 v0.12.2 |
| 698 | 2024-10-16T19:17:48.592Z | Downloaded pbkdf2 v0.11.0 |
| 699 | 2024-10-16T19:17:48.595Z | Downloaded diesel_derives v2.2.3 |
| 700 | 2024-10-16T19:17:48.600Z | Downloaded tower-service v0.3.3 |
| 701 | 2024-10-16T19:17:48.603Z | Downloaded unarray v0.1.4 |
| 702 | 2024-10-16T19:17:48.605Z | Downloaded futures-core v0.3.31 |
| 703 | 2024-10-16T19:17:48.605Z | Downloaded foreign-types-macros v0.2.3 |
| 704 | 2024-10-16T19:17:48.608Z | Downloaded zerocopy v0.6.6 |
| 705 | 2024-10-16T19:17:48.611Z | Downloaded progenitor-client v0.8.0 |
| 706 | 2024-10-16T19:17:48.613Z | Downloaded toolchain_find v0.4.0 |
| 707 | 2024-10-16T19:17:48.613Z | Downloaded tokio-tungstenite v0.23.1 |
| 708 | 2024-10-16T19:17:48.616Z | Downloaded tokio-rustls v0.24.1 |
| 709 | 2024-10-16T19:17:48.618Z | Downloaded futures-io v0.3.31 |
| 710 | 2024-10-16T19:17:48.621Z | Downloaded futures-executor v0.3.31 |
| 711 | 2024-10-16T19:17:48.623Z | Downloaded dsl_auto_type v0.1.2 |
| 712 | 2024-10-16T19:17:48.626Z | Downloaded der_derive v0.7.3 |
| 713 | 2024-10-16T19:17:48.626Z | Downloaded take_mut v0.2.2 |
| 714 | 2024-10-16T19:17:48.628Z | Downloaded rustc_version v0.4.1 |
| 715 | 2024-10-16T19:17:48.628Z | Downloaded rustc_version v0.1.7 |
| 716 | 2024-10-16T19:17:48.630Z | Downloaded progenitor-macro v0.8.0 |
| 717 | 2024-10-16T19:17:48.633Z | Downloaded parking_lot v0.11.2 |
| 718 | 2024-10-16T19:17:48.635Z | Downloaded p256 v0.13.2 |
| 719 | 2024-10-16T19:17:48.638Z | Downloaded foreign-types-shared v0.1.1 |
| 720 | 2024-10-16T19:17:48.640Z | Downloaded strip-ansi-escapes v0.2.0 |
| 721 | 2024-10-16T19:17:48.640Z | Downloaded der v0.7.9 |
| 722 | 2024-10-16T19:17:48.646Z | Downloaded parse-zoneinfo v0.3.1 |
| 723 | 2024-10-16T19:17:48.650Z | Downloaded typify v0.2.0 |
| 724 | 2024-10-16T19:17:48.653Z | Downloaded zone_cfg_derive v0.3.0 |
| 725 | 2024-10-16T19:17:48.656Z | Downloaded des v0.8.1 |
| 726 | 2024-10-16T19:17:48.658Z | Downloaded ena v0.14.3 |
| 727 | 2024-10-16T19:17:48.660Z | Downloaded diesel-dtrace v0.3.0 |
| 728 | 2024-10-16T19:17:48.663Z | Downloaded fallible-iterator v0.2.0 |
| 729 | 2024-10-16T19:17:48.663Z | Downloaded unsafe-libyaml v0.2.11 |
| 730 | 2024-10-16T19:17:48.667Z | Downloaded aho-corasick v1.1.3 |
| 731 | 2024-10-16T19:17:48.674Z | Downloaded headers-core v0.3.0 |
| 732 | 2024-10-16T19:17:48.676Z | Downloaded progenitor v0.8.0 |
| 733 | 2024-10-16T19:17:48.678Z | Downloaded packed_struct v0.10.1 |
| 734 | 2024-10-16T19:17:48.678Z | Downloaded siphasher v0.3.11 |
| 735 | 2024-10-16T19:17:48.680Z | Downloaded unicode_categories v0.1.1 |
| 736 | 2024-10-16T19:17:48.683Z | Downloaded tabwriter v1.4.0 |
| 737 | 2024-10-16T19:17:48.686Z | Downloaded supports-color v3.0.1 |
| 738 | 2024-10-16T19:17:48.686Z | Downloaded form_urlencoded v1.2.1 |
| 739 | 2024-10-16T19:17:48.688Z | Downloaded qorb v0.0.2 |
| 740 | 2024-10-16T19:17:48.691Z | Downloaded downcast v0.11.0 |
| 741 | 2024-10-16T19:17:48.693Z | Downloaded fragile v2.0.0 |
| 742 | 2024-10-16T19:17:48.695Z | Downloaded publicsuffix v2.2.3 |
| 743 | 2024-10-16T19:17:48.698Z | Downloaded zone_cfg_derive v0.1.2 |
| 744 | 2024-10-16T19:17:48.702Z | Downloaded stringprep v0.1.5 |
| 745 | 2024-10-16T19:17:48.702Z | Downloaded half v2.4.1 |
| 746 | 2024-10-16T19:17:48.705Z | Downloaded num-integer v0.1.46 |
| 747 | 2024-10-16T19:17:48.707Z | Downloaded strum_macros v0.26.4 |
| 748 | 2024-10-16T19:17:48.710Z | Downloaded hashbrown v0.14.5 |
| 749 | 2024-10-16T19:17:48.715Z | Downloaded slog v2.7.0 |
| 750 | 2024-10-16T19:17:48.718Z | Downloaded path-slash v0.1.5 |
| 751 | 2024-10-16T19:17:48.720Z | Downloaded embedded-io v0.6.1 |
| 752 | 2024-10-16T19:17:48.723Z | Downloaded rustversion v1.0.17 |
| 753 | 2024-10-16T19:17:48.726Z | Downloaded num-derive v0.4.2 |
| 754 | 2024-10-16T19:17:48.728Z | Downloaded phf_shared v0.10.0 |
| 755 | 2024-10-16T19:17:48.728Z | Downloaded rusty-fork v0.3.0 |
| 756 | 2024-10-16T19:17:48.730Z | Downloaded uuid v1.10.0 |
| 757 | 2024-10-16T19:17:48.733Z | Downloaded scheduled-thread-pool v0.2.7 |
| 758 | 2024-10-16T19:17:48.735Z | Downloaded similar v2.6.0 |
| 759 | 2024-10-16T19:17:48.740Z | Downloaded same-file v1.0.6 |
| 760 | 2024-10-16T19:17:48.742Z | Downloaded progenitor-impl v0.8.0 |
| 761 | 2024-10-16T19:17:48.745Z | Downloaded elliptic-curve v0.13.8 |
| 762 | 2024-10-16T19:17:48.749Z | Downloaded unicase v2.7.0 |
| 763 | 2024-10-16T19:17:48.751Z | Downloaded twox-hash v1.6.3 |
| 764 | 2024-10-16T19:17:48.755Z | Downloaded subtle v2.6.1 |
| 765 | 2024-10-16T19:17:48.755Z | Downloaded static_assertions v1.1.0 |
| 766 | 2024-10-16T19:17:48.758Z | Downloaded smf v0.2.3 |
| 767 | 2024-10-16T19:17:48.758Z | Downloaded blake3 v1.5.4 |
| 768 | 2024-10-16T19:17:48.767Z | Downloaded slog-async v2.8.0 |
| 769 | 2024-10-16T19:17:48.770Z | Downloaded phf v0.11.2 |
| 770 | 2024-10-16T19:17:48.772Z | Downloaded paste v1.0.15 |
| 771 | 2024-10-16T19:17:48.775Z | Downloaded phf_codegen v0.11.2 |
| 772 | 2024-10-16T19:17:48.777Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 773 | 2024-10-16T19:17:48.777Z | Downloaded pin-project v1.1.6 |
| 774 | 2024-10-16T19:17:48.790Z | Downloaded fallible-iterator v0.3.0 |
| 775 | 2024-10-16T19:17:48.792Z | Downloaded defmt-macros v0.3.9 |
| 776 | 2024-10-16T19:17:48.794Z | Downloaded slab v0.4.9 |
| 777 | 2024-10-16T19:17:48.797Z | Downloaded vte v0.11.1 |
| 778 | 2024-10-16T19:17:48.799Z | Downloaded dropshot_endpoint v0.12.0 |
| 779 | 2024-10-16T19:17:48.803Z | Downloaded unicode-normalization v0.1.24 |
| 780 | 2024-10-16T19:17:48.806Z | Downloaded pin-project-lite v0.2.14 |
| 781 | 2024-10-16T19:17:48.812Z | Downloaded tracing v0.1.40 |
| 782 | 2024-10-16T19:17:48.816Z | Downloaded vsss-rs v3.3.4 |
| 783 | 2024-10-16T19:17:48.820Z | Downloaded unicode-segmentation v1.12.0 |
| 784 | 2024-10-16T19:17:48.824Z | Downloaded futures v0.3.31 |
| 785 | 2024-10-16T19:17:48.834Z | Downloaded flate2 v1.0.34 |
| 786 | 2024-10-16T19:17:48.847Z | Downloaded fatfs v0.3.6 |
| 787 | 2024-10-16T19:17:48.855Z | Downloaded typed-path v0.7.1 |
| 788 | 2024-10-16T19:17:48.864Z | Downloaded hashbrown v0.12.3 |
| 789 | 2024-10-16T19:17:48.869Z | Downloaded ron v0.7.1 |
| 790 | 2024-10-16T19:17:48.875Z | Downloaded samael v0.0.17 |
| 791 | 2024-10-16T19:17:48.883Z | Downloaded parking_lot v0.12.3 |
| 792 | 2024-10-16T19:17:48.886Z | Downloaded rustls-webpki v0.101.7 |
| 793 | 2024-10-16T19:17:48.900Z | Downloaded lalrpop v0.19.12 |
| 794 | 2024-10-16T19:17:48.912Z | Downloaded steno v0.4.1 |
| 795 | 2024-10-16T19:17:48.917Z | Downloaded futures-util v0.3.31 |
| 796 | 2024-10-16T19:17:48.931Z | Downloaded reqwest v0.12.8 |
| 797 | 2024-10-16T19:17:48.940Z | Downloaded tough v0.17.1 |
| 798 | 2024-10-16T19:17:48.949Z | Downloaded h2 v0.3.26 |
| 799 | 2024-10-16T19:17:48.957Z | Downloaded serde_with v3.11.0 |
| 800 | 2024-10-16T19:17:48.967Z | Downloaded headers v0.4.0 |
| 801 | 2024-10-16T19:17:48.973Z | Downloaded unicode-bidi v0.3.17 |
| 802 | 2024-10-16T19:17:48.976Z | Downloaded hashbrown v0.13.2 |
| 803 | 2024-10-16T19:17:48.981Z | Downloaded idna v0.2.3 |
| 804 | 2024-10-16T19:17:48.989Z | Downloaded rustls-webpki v0.102.8 |
| 805 | 2024-10-16T19:17:49.009Z | Downloaded reedline v0.35.0 |
| 806 | 2024-10-16T19:17:49.017Z | Downloaded winnow v0.5.40 |
| 807 | 2024-10-16T19:17:49.027Z | Downloaded rustyline v14.0.0 |
| 808 | 2024-10-16T19:17:49.033Z | Downloaded quinn-proto v0.11.8 |
| 809 | 2024-10-16T19:17:49.041Z | Downloaded vcpkg v0.2.15 |
| 810 | 2024-10-16T19:17:49.082Z | Downloaded russh v0.45.0 |
| 811 | 2024-10-16T19:17:49.089Z | Downloaded num-bigint v0.4.6 |
| 812 | 2024-10-16T19:17:49.094Z | Downloaded rustls v0.21.12 |
| 813 | 2024-10-16T19:17:49.107Z | Downloaded p384 v0.13.0 |
| 814 | 2024-10-16T19:17:49.114Z | Downloaded rusqlite v0.32.1 |
| 815 | 2024-10-16T19:17:49.121Z | Downloaded polar-core v0.27.3 |
| 816 | 2024-10-16T19:17:49.132Z | Downloaded openssl v0.10.66 |
| 817 | 2024-10-16T19:17:49.143Z | Downloaded radix_trie v0.2.1 |
| 818 | 2024-10-16T19:17:49.149Z | Downloaded gimli v0.31.1 |
| 819 | 2024-10-16T19:17:49.159Z | Downloaded smoltcp v0.11.0 |
| 820 | 2024-10-16T19:17:49.174Z | Downloaded proptest v1.5.0 |
| 821 | 2024-10-16T19:17:49.184Z | Downloaded nix v0.28.0 |
| 822 | 2024-10-16T19:17:49.198Z | Downloaded hickory-proto v0.24.1 |
| 823 | 2024-10-16T19:17:49.214Z | Downloaded object v0.30.4 |
| 824 | 2024-10-16T19:17:49.225Z | Downloaded chrono-tz v0.10.0 |
| 825 | 2024-10-16T19:17:49.233Z | Downloaded sled v0.34.7 |
| 826 | 2024-10-16T19:17:49.245Z | Downloaded typify-impl v0.2.0 |
| 827 | 2024-10-16T19:17:49.262Z | Downloaded openapiv3 v2.0.0 |
| 828 | 2024-10-16T19:17:49.276Z | Downloaded zerocopy-derive v0.6.6 |
| 829 | 2024-10-16T19:17:49.287Z | Downloaded smoltcp v0.9.1 |
| 830 | 2024-10-16T19:17:49.301Z | Downloaded regex-syntax v0.6.29 |
| 831 | 2024-10-16T19:17:49.308Z | Downloaded diesel v2.2.4 |
| 832 | 2024-10-16T19:17:49.329Z | Downloaded tokio v1.40.0 |
| 833 | 2024-10-16T19:17:49.368Z | Downloaded dropshot v0.12.0 |
| 834 | 2024-10-16T19:17:49.389Z | Downloaded regex-syntax v0.8.5 |
| 835 | 2024-10-16T19:17:49.398Z | Downloaded petgraph v0.6.5 |
| 836 | 2024-10-16T19:17:49.418Z | Downloaded ratatui v0.28.1 |
| 837 | 2024-10-16T19:17:49.439Z | Downloaded csv v1.3.0 |
| 838 | 2024-10-16T19:17:49.460Z | Downloaded object v0.36.5 |
| 839 | 2024-10-16T19:17:49.473Z | Downloaded regress v0.9.1 |
| 840 | 2024-10-16T19:17:49.483Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 841 | 2024-10-16T19:17:49.496Z | Downloaded rustls v0.22.4 |
| 842 | 2024-10-16T19:17:49.510Z | Downloaded lzma-sys v0.1.20 |
| 843 | 2024-10-16T19:17:49.541Z | Downloaded regex-automata v0.4.8 |
| 844 | 2024-10-16T19:17:49.559Z | Downloaded bstr v1.10.0 |
| 845 | 2024-10-16T19:17:49.572Z | Downloaded libz-sys v1.1.20 |
| 846 | 2024-10-16T19:17:49.595Z | Downloaded rustls v0.23.14 |
| 847 | 2024-10-16T19:17:49.607Z | Downloaded nix v0.29.0 |
| 848 | 2024-10-16T19:17:49.620Z | Downloaded idna v0.5.0 |
| 849 | 2024-10-16T19:17:49.628Z | Downloaded sha3 v0.10.8 |
| 850 | 2024-10-16T19:17:49.633Z | Downloaded regress v0.10.1 |
| 851 | 2024-10-16T19:17:49.643Z | Downloaded git2 v0.19.0 |
| 852 | 2024-10-16T19:17:49.653Z | Downloaded trust-dns-proto v0.22.0 |
| 853 | 2024-10-16T19:17:49.667Z | Downloaded webpki-roots v0.26.6 |
| 854 | 2024-10-16T19:17:49.671Z | Downloaded num-bigint-dig v0.8.4 |
| 855 | 2024-10-16T19:17:49.676Z | Downloaded nix v0.27.1 |
| 856 | 2024-10-16T19:17:49.688Z | Downloaded idna v0.3.0 |
| 857 | 2024-10-16T19:17:49.696Z | Downloaded rayon v1.10.0 |
| 858 | 2024-10-16T19:17:49.705Z | Downloaded ring v0.16.20 |
| 859 | 2024-10-16T19:17:49.789Z | Downloaded reqwest v0.11.27 |
| 860 | 2024-10-16T19:17:49.797Z | Downloaded encoding_rs v0.8.34 |
| 861 | 2024-10-16T19:17:49.819Z | Downloaded curve25519-dalek v4.1.3 |
| 862 | 2024-10-16T19:17:49.828Z | Downloaded h2 v0.4.6 |
| 863 | 2024-10-16T19:17:49.835Z | Downloaded quick-xml v0.33.0 |
| 864 | 2024-10-16T19:17:49.842Z | Downloaded regex v1.11.0 |
| 865 | 2024-10-16T19:17:49.856Z | Downloaded portable-atomic v1.9.0 |
| 866 | 2024-10-16T19:17:49.862Z | Downloaded chrono v0.4.38 |
| 867 | 2024-10-16T19:17:49.871Z | Downloaded salty v0.3.0 |
| 868 | 2024-10-16T19:17:49.877Z | Downloaded idna v0.4.0 |
| 869 | 2024-10-16T19:17:49.885Z | Downloaded ron v0.8.1 |
| 870 | 2024-10-16T19:17:49.890Z | Downloaded tracing-core v0.1.32 |
| 871 | 2024-10-16T19:17:49.893Z | Downloaded flume v0.11.0 |
| 872 | 2024-10-16T19:17:49.897Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 873 | 2024-10-16T19:17:49.956Z | Downloaded bitvec v1.0.1 |
| 874 | 2024-10-16T19:17:49.971Z | Downloaded bindgen v0.69.5 |
| 875 | 2024-10-16T19:17:49.978Z | Downloaded time v0.3.36 |
| 876 | 2024-10-16T19:17:49.985Z | Downloaded x509-cert v0.2.5 |
| 877 | 2024-10-16T19:17:49.991Z | Downloaded sqlparser v0.45.0 |
| 878 | 2024-10-16T19:17:49.997Z | Downloaded tokio-util v0.7.12 |
| 879 | 2024-10-16T19:17:50.004Z | Downloaded num-traits v0.2.19 |
| 880 | 2024-10-16T19:17:50.006Z | Downloaded defmt v0.3.8 |
| 881 | 2024-10-16T19:17:50.010Z | Downloaded num-conv v0.1.0 |
| 882 | 2024-10-16T19:17:50.012Z | Downloaded num-complex v0.4.6 |
| 883 | 2024-10-16T19:17:50.012Z | Downloaded vergen v8.3.2 |
| 884 | 2024-10-16T19:17:50.015Z | Downloaded toml_edit v0.19.15 |
| 885 | 2024-10-16T19:17:50.032Z | Downloaded itertools v0.13.0 |
| 886 | 2024-10-16T19:17:50.039Z | Downloaded secrecy v0.8.0 |
| 887 | 2024-10-16T19:17:50.042Z | Downloaded subprocess v0.2.9 |
| 888 | 2024-10-16T19:17:50.046Z | Downloaded strum_macros v0.24.3 |
| 889 | 2024-10-16T19:17:50.046Z | Downloaded rcgen v0.12.1 |
| 890 | 2024-10-16T19:17:50.049Z | Downloaded phf_shared v0.11.2 |
| 891 | 2024-10-16T19:17:50.049Z | Downloaded utf-8 v0.7.6 |
| 892 | 2024-10-16T19:17:50.051Z | Downloaded topological-sort v0.2.2 |
| 893 | 2024-10-16T19:17:50.051Z | Downloaded serde_plain v1.0.2 |
| 894 | 2024-10-16T19:17:50.054Z | Downloaded hyper v0.14.30 |
| 895 | 2024-10-16T19:17:50.060Z | Downloaded heapless v0.8.0 |
| 896 | 2024-10-16T19:17:50.063Z | Downloaded heapless v0.7.17 |
| 897 | 2024-10-16T19:17:50.068Z | Downloaded p521 v0.13.3 |
| 898 | 2024-10-16T19:17:50.071Z | Downloaded pin-project-internal v1.1.6 |
| 899 | 2024-10-16T19:17:50.073Z | Downloaded dhcproto v0.12.0 |
| 900 | 2024-10-16T19:17:50.076Z | Downloaded hyper v1.4.1 |
| 901 | 2024-10-16T19:17:50.082Z | Downloaded hkdf v0.12.4 |
| 902 | 2024-10-16T19:17:50.085Z | Downloaded dhcproto-macros v0.1.0 |
| 903 | 2024-10-16T19:17:50.087Z | Downloaded unicode-xid v0.2.6 |
| 904 | 2024-10-16T19:17:50.087Z | Downloaded unicode-truncate v1.1.0 |
| 905 | 2024-10-16T19:17:50.090Z | Downloaded tap v1.0.1 |
| 906 | 2024-10-16T19:17:50.090Z | Downloaded string_cache v0.8.7 |
| 907 | 2024-10-16T19:17:50.092Z | Downloaded expectorate v1.1.0 |
| 908 | 2024-10-16T19:17:50.095Z | Downloaded tokio-tungstenite v0.21.0 |
| 909 | 2024-10-16T19:17:50.095Z | Downloaded tinyvec v1.8.0 |
| 910 | 2024-10-16T19:17:50.098Z | Downloaded openssl-sys v0.9.103 |
| 911 | 2024-10-16T19:17:50.103Z | Downloaded deranged v0.3.11 |
| 912 | 2024-10-16T19:17:50.105Z | Downloaded typify-macro v0.2.0 |
| 913 | 2024-10-16T19:17:50.105Z | Downloaded ref-cast-impl v1.0.23 |
| 914 | 2024-10-16T19:17:50.108Z | Downloaded ref-cast v1.0.23 |
| 915 | 2024-10-16T19:17:50.110Z | Downloaded r2d2 v0.8.10 |
| 916 | 2024-10-16T19:17:50.110Z | Downloaded quinn v0.11.5 |
| 917 | 2024-10-16T19:17:50.113Z | Downloaded ssh-key v0.6.6 |
| 918 | 2024-10-16T19:17:50.120Z | Downloaded http v0.2.12 |
| 919 | 2024-10-16T19:17:50.124Z | Downloaded pem-rfc7468 v0.7.0 |
| 920 | 2024-10-16T19:17:50.127Z | Downloaded omicron-zone-package v0.11.1 |
| 921 | 2024-10-16T19:17:50.129Z | Downloaded rand v0.8.5 |
| 922 | 2024-10-16T19:17:50.133Z | Downloaded shell-words v1.1.0 |
| 923 | 2024-10-16T19:17:50.144Z | Downloaded rustc-hash v2.0.0 |
| 924 | 2024-10-16T19:17:50.144Z | Downloaded strum_macros v0.25.3 |
| 925 | 2024-10-16T19:17:50.144Z | Downloaded serde_repr v0.1.19 |
| 926 | 2024-10-16T19:17:50.144Z | Downloaded rustc-hash v1.1.0 |
| 927 | 2024-10-16T19:17:50.144Z | Downloaded libm v0.2.8 |
| 928 | 2024-10-16T19:17:50.147Z | Downloaded ppv-lite86 v0.2.20 |
| 929 | 2024-10-16T19:17:50.150Z | Downloaded toml v0.7.8 |
| 930 | 2024-10-16T19:17:50.153Z | Downloaded predicates v3.1.2 |
| 931 | 2024-10-16T19:17:50.155Z | Downloaded percent-encoding v2.3.1 |
| 932 | 2024-10-16T19:17:50.158Z | Downloaded heck v0.3.3 |
| 933 | 2024-10-16T19:17:50.158Z | Downloaded unicode-properties v0.1.3 |
| 934 | 2024-10-16T19:17:50.160Z | Downloaded postgres-protocol v0.6.7 |
| 935 | 2024-10-16T19:17:50.162Z | Downloaded postcard v1.0.10 |
| 936 | 2024-10-16T19:17:50.165Z | Downloaded owo-colors v4.1.0 |
| 937 | 2024-10-16T19:17:50.168Z | Downloaded float-cmp v0.9.0 |
| 938 | 2024-10-16T19:17:50.168Z | Downloaded flagset v0.4.6 |
| 939 | 2024-10-16T19:17:50.168Z | Downloaded crossterm v0.28.1 |
| 940 | 2024-10-16T19:17:50.175Z | Downloaded aes-gcm v0.10.3 |
| 941 | 2024-10-16T19:17:50.178Z | Downloaded universal-hash v0.5.1 |
| 942 | 2024-10-16T19:17:50.181Z | Downloaded russh-cryptovec v0.7.3 |
| 943 | 2024-10-16T19:17:50.181Z | Downloaded mio v1.0.2 |
| 944 | 2024-10-16T19:17:50.185Z | Downloaded snafu-derive v0.8.5 |
| 945 | 2024-10-16T19:17:50.188Z | Downloaded prettyplease v0.2.22 |
| 946 | 2024-10-16T19:17:50.190Z | Downloaded poly1305 v0.8.0 |
| 947 | 2024-10-16T19:17:50.193Z | Downloaded pkcs1 v0.7.5 |
| 948 | 2024-10-16T19:17:50.196Z | Downloaded indicatif v0.17.8 |
| 949 | 2024-10-16T19:17:50.199Z | Downloaded fd-lock v4.0.2 |
| 950 | 2024-10-16T19:17:50.201Z | Downloaded dirs-sys-next v0.1.2 |
| 951 | 2024-10-16T19:17:50.204Z | Downloaded dirs-next v2.0.0 |
| 952 | 2024-10-16T19:17:50.204Z | Downloaded defmt-parser v0.3.4 |
| 953 | 2024-10-16T19:17:50.204Z | Downloaded peg-macros v0.8.4 |
| 954 | 2024-10-16T19:17:50.207Z | Downloaded password-hash v0.5.0 |
| 955 | 2024-10-16T19:17:50.210Z | Downloaded num-rational v0.4.2 |
| 956 | 2024-10-16T19:17:50.210Z | Downloaded ring v0.17.8 |
| 957 | 2024-10-16T19:17:50.281Z | Downloaded hashlink v0.9.1 |
| 958 | 2024-10-16T19:17:50.284Z | Downloaded crypto-bigint v0.5.5 |
| 959 | 2024-10-16T19:17:50.289Z | Downloaded crossbeam-channel v0.5.13 |
| 960 | 2024-10-16T19:17:50.293Z | Downloaded env_logger v0.11.5 |
| 961 | 2024-10-16T19:17:50.296Z | Downloaded serde-hex v0.1.0 |
| 962 | 2024-10-16T19:17:50.298Z | Downloaded hickory-server v0.24.1 |
| 963 | 2024-10-16T19:17:50.303Z | Downloaded libxml v0.3.3 |
| 964 | 2024-10-16T19:17:50.310Z | Downloaded itertools v0.10.5 |
| 965 | 2024-10-16T19:17:50.316Z | Downloaded rustls-pki-types v1.9.0 |
| 966 | 2024-10-16T19:17:50.319Z | Downloaded libsqlite3-sys v0.30.1 |
| 967 | 2024-10-16T19:17:50.400Z | Downloaded signal-hook-registry v1.4.2 |
| 968 | 2024-10-16T19:17:50.402Z | Downloaded sec1 v0.7.3 |
| 969 | 2024-10-16T19:17:50.405Z | Downloaded rfc6979 v0.4.0 |
| 970 | 2024-10-16T19:17:50.405Z | Downloaded pkcs5 v0.7.1 |
| 971 | 2024-10-16T19:17:50.408Z | Downloaded foreign-types v0.5.0 |
| 972 | 2024-10-16T19:17:50.408Z | Downloaded display-error-chain v0.2.1 |
| 973 | 2024-10-16T19:17:50.411Z | Downloaded polyval v0.6.2 |
| 974 | 2024-10-16T19:17:50.411Z | Downloaded tracing-attributes v0.1.27 |
| 975 | 2024-10-16T19:17:50.413Z | Downloaded tokio-rustls v0.26.0 |
| 976 | 2024-10-16T19:17:50.416Z | Downloaded parking_lot_core v0.8.6 |
| 977 | 2024-10-16T19:17:50.416Z | Downloaded tar v0.4.42 |
| 978 | 2024-10-16T19:17:50.419Z | Downloaded hyper-util v0.1.9 |
| 979 | 2024-10-16T19:17:50.422Z | Downloaded tokio-stream v0.1.16 |
| 980 | 2024-10-16T19:17:50.427Z | Downloaded smallvec v1.13.2 |
| 981 | 2024-10-16T19:17:50.429Z | Downloaded serde_derive_internals v0.29.1 |
| 982 | 2024-10-16T19:17:50.431Z | Downloaded bytes v1.7.2 |
| 983 | 2024-10-16T19:17:50.434Z | Downloaded num-iter v0.1.45 |
| 984 | 2024-10-16T19:17:50.436Z | Downloaded hex v0.4.3 |
| 985 | 2024-10-16T19:17:50.436Z | Downloaded semver v0.1.20 |
| 986 | 2024-10-16T19:17:50.439Z | Downloaded env_filter v0.1.2 |
| 987 | 2024-10-16T19:17:50.440Z | Downloaded enum-as-inner v0.6.1 |
| 988 | 2024-10-16T19:17:50.442Z | Downloaded enum-as-inner v0.5.1 |
| 989 | 2024-10-16T19:17:50.442Z | Downloaded derive_more v0.99.18 |
| 990 | 2024-10-16T19:17:50.445Z | Downloaded derive_builder v0.20.2 |
| 991 | 2024-10-16T19:17:50.450Z | Downloaded derive-where v1.2.7 |
| 992 | 2024-10-16T19:17:50.453Z | Downloaded schemars v0.8.21 |
| 993 | 2024-10-16T19:17:50.464Z | Downloaded aes v0.8.4 |
| 994 | 2024-10-16T19:17:50.467Z | Downloaded base64 v0.21.7 |
| 995 | 2024-10-16T19:17:50.471Z | Downloaded zone v0.3.0 |
| 996 | 2024-10-16T19:17:50.473Z | Downloaded zone v0.1.8 |
| 997 | 2024-10-16T19:17:50.473Z | Downloaded pkcs8 v0.10.2 |
| 998 | 2024-10-16T19:17:50.476Z | Downloaded password-hash v0.4.2 |
| 999 | 2024-10-16T19:17:50.478Z | Downloaded nu-ansi-term v0.50.1 |
| 1000 | 2024-10-16T19:17:50.481Z | Downloaded term v0.7.0 |
| 1001 | 2024-10-16T19:17:50.483Z | Downloaded rpassword v7.3.1 |
| 1002 | 2024-10-16T19:17:50.483Z | Downloaded opaque-debug v0.3.1 |
| 1003 | 2024-10-16T19:17:50.486Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1004 | 2024-10-16T19:17:50.486Z | Downloaded rtoolbox v0.0.2 |
| 1005 | 2024-10-16T19:17:50.486Z | Downloaded rand_xorshift v0.3.0 |
| 1006 | 2024-10-16T19:17:50.489Z | Downloaded globset v0.4.15 |
| 1007 | 2024-10-16T19:17:50.489Z | Downloaded futures-sink v0.3.31 |
| 1008 | 2024-10-16T19:17:50.489Z | Downloaded mockall_derive v0.13.0 |
| 1009 | 2024-10-16T19:17:50.491Z | Downloaded ecdsa v0.16.9 |
| 1010 | 2024-10-16T19:17:50.493Z | Downloaded derive_builder_core v0.20.2 |
| 1011 | 2024-10-16T19:17:50.496Z | Downloaded primeorder v0.13.6 |
| 1012 | 2024-10-16T19:17:50.496Z | Downloaded predicates-core v1.0.8 |
| 1013 | 2024-10-16T19:17:50.499Z | Downloaded russh-keys v0.45.0 |
| 1014 | 2024-10-16T19:17:50.499Z | Downloaded arc-swap v1.7.1 |
| 1015 | 2024-10-16T19:17:50.502Z | Downloaded parse-display-derive v0.10.0 |
| 1016 | 2024-10-16T19:17:50.504Z | Downloaded dyn-clone v1.0.17 |
| 1017 | 2024-10-16T19:17:50.504Z | Downloaded signature v2.2.0 |
| 1018 | 2024-10-16T19:17:50.507Z | Downloaded csv-core v0.1.11 |
| 1019 | 2024-10-16T19:17:50.507Z | Downloaded untrusted v0.7.1 |
| 1020 | 2024-10-16T19:17:50.510Z | Downloaded base64 v0.22.1 |
| 1021 | 2024-10-16T19:17:50.512Z | Downloaded termcolor v1.4.1 |
| 1022 | 2024-10-16T19:17:50.515Z | Downloaded ssh-encoding v0.2.0 |
| 1023 | 2024-10-16T19:17:50.515Z | Downloaded miniz_oxide v0.8.0 |
| 1024 | 2024-10-16T19:17:50.517Z | Downloaded libsw v3.3.1 |
| 1025 | 2024-10-16T19:17:50.520Z | Downloaded httparse v1.9.5 |
| 1026 | 2024-10-16T19:17:50.522Z | Downloaded crc-catalog v2.4.0 |
| 1027 | 2024-10-16T19:17:50.522Z | Downloaded ciborium v0.2.2 |
| 1028 | 2024-10-16T19:17:50.525Z | Downloaded nibble_vec v0.1.0 |
| 1029 | 2024-10-16T19:17:50.525Z | Downloaded schemars_derive v0.8.21 |
| 1030 | 2024-10-16T19:17:50.527Z | Downloaded normalize-line-endings v0.3.0 |
| 1031 | 2024-10-16T19:17:50.527Z | Downloaded lru-cache v0.1.2 |
| 1032 | 2024-10-16T19:17:50.530Z | Downloaded base64ct v1.6.0 |
| 1033 | 2024-10-16T19:17:50.530Z | Downloaded maplit v1.0.2 |
| 1034 | 2024-10-16T19:17:50.532Z | Downloaded cipher v0.4.4 |
| 1035 | 2024-10-16T19:17:50.532Z | Downloaded indent_write v2.2.0 |
| 1036 | 2024-10-16T19:17:50.535Z | Downloaded const_format_proc_macros v0.2.33 |
| 1037 | 2024-10-16T19:17:50.535Z | Downloaded crc v3.2.1 |
| 1038 | 2024-10-16T19:17:50.537Z | Downloaded cobs v0.2.3 |
| 1039 | 2024-10-16T19:17:50.539Z | Downloaded cexpr v0.6.0 |
| 1040 | 2024-10-16T19:17:50.539Z | Downloaded debug-ignore v1.0.5 |
| 1041 | 2024-10-16T19:17:50.543Z | Downloaded block-padding v0.3.3 |
| 1042 | 2024-10-16T19:17:50.543Z | Downloaded cbc v0.1.2 |
| 1043 | 2024-10-16T19:17:50.543Z | Downloaded cassowary v0.3.0 |
| 1044 | 2024-10-16T19:17:50.546Z | Downloaded bitfield-struct v0.6.2 |
| 1045 | 2024-10-16T19:17:50.546Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1046 | 2024-10-16T19:17:50.548Z | Downloaded scrypt v0.11.0 |
| 1047 | 2024-10-16T19:17:50.548Z | Downloaded nodrop v0.1.14 |
| 1048 | 2024-10-16T19:17:50.548Z | Downloaded indexmap v1.9.3 |
| 1049 | 2024-10-16T19:17:50.551Z | Downloaded base16ct v0.2.0 |
| 1050 | 2024-10-16T19:17:50.553Z | Downloaded backtrace v0.3.74 |
| 1051 | 2024-10-16T19:17:50.557Z | Downloaded array-init v0.0.4 |
| 1052 | 2024-10-16T19:17:50.559Z | Downloaded allocator-api2 v0.2.18 |
| 1053 | 2024-10-16T19:17:50.562Z | Downloaded async-recursion v1.1.1 |
| 1054 | 2024-10-16T19:17:50.564Z | Downloaded multer v3.1.0 |
| 1055 | 2024-10-16T19:17:50.566Z | Downloaded internet-checksum v0.2.1 |
| 1056 | 2024-10-16T19:17:50.566Z | Downloaded crossbeam-utils v0.8.20 |
| 1057 | 2024-10-16T19:17:50.569Z | Downloaded console v0.15.8 |
| 1058 | 2024-10-16T19:17:50.571Z | Downloaded clang-sys v1.8.1 |
| 1059 | 2024-10-16T19:17:50.574Z | Downloaded bzip2 v0.4.4 |
| 1060 | 2024-10-16T19:17:50.576Z | Downloaded crunchy v0.2.2 |
| 1061 | 2024-10-16T19:17:50.576Z | Downloaded darling_macro v0.20.10 |
| 1062 | 2024-10-16T19:17:50.579Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1063 | 2024-10-16T19:17:50.579Z | Downloaded cfg_aliases v0.2.1 |
| 1064 | 2024-10-16T19:17:50.579Z | Downloaded jobserver v0.1.32 |
| 1065 | 2024-10-16T19:17:50.581Z | Downloaded instability v0.3.2 |
| 1066 | 2024-10-16T19:17:50.583Z | Downloaded iana-time-zone v0.1.61 |
| 1067 | 2024-10-16T19:17:50.586Z | Downloaded crc32fast v1.4.2 |
| 1068 | 2024-10-16T19:17:50.586Z | Downloaded async-stream-impl v0.3.6 |
| 1069 | 2024-10-16T19:17:50.586Z | Downloaded assert_matches v1.5.0 |
| 1070 | 2024-10-16T19:17:50.586Z | Downloaded highway v1.2.0 |
| 1071 | 2024-10-16T19:17:50.588Z | Downloaded ctr v0.9.2 |
| 1072 | 2024-10-16T19:17:50.590Z | Downloaded cookie_store v0.21.0 |
| 1073 | 2024-10-16T19:17:50.593Z | Downloaded bcs v0.1.6 |
| 1074 | 2024-10-16T19:17:50.593Z | Downloaded libefi-sys v0.1.0 |
| 1075 | 2024-10-16T19:17:50.595Z | Downloaded cancel-safe-futures v0.1.5 |
| 1076 | 2024-10-16T19:17:50.597Z | Downloaded buf-list v1.0.3 |
| 1077 | 2024-10-16T19:17:50.600Z | Downloaded hyper-tls v0.6.0 |
| 1078 | 2024-10-16T19:17:50.600Z | Downloaded httpdate v1.0.3 |
| 1079 | 2024-10-16T19:17:50.603Z | Downloaded indoc v1.0.9 |
| 1080 | 2024-10-16T19:17:50.605Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1081 | 2024-10-16T19:17:50.607Z | Downloaded crossbeam-deque v0.8.5 |
| 1082 | 2024-10-16T19:17:50.607Z | Downloaded async-trait v0.1.83 |
| 1083 | 2024-10-16T19:17:50.610Z | Downloaded data-encoding v2.6.0 |
| 1084 | 2024-10-16T19:17:50.612Z | Downloaded chacha20 v0.9.1 |
| 1085 | 2024-10-16T19:17:50.612Z | Downloaded blowfish v0.9.1 |
| 1086 | 2024-10-16T19:17:50.615Z | Downloaded ascii-canvas v3.0.0 |
| 1087 | 2024-10-16T19:17:50.615Z | Downloaded aead v0.5.2 |
| 1088 | 2024-10-16T19:17:50.617Z | Downloaded hubpack_derive v0.1.1 |
| 1089 | 2024-10-16T19:17:50.617Z | Downloaded http-range v0.1.5 |
| 1090 | 2024-10-16T19:17:50.617Z | Downloaded http-body v1.0.1 |
| 1091 | 2024-10-16T19:17:50.620Z | Downloaded chrono-tz-build v0.4.0 |
| 1092 | 2024-10-16T19:17:50.620Z | Downloaded arrayref v0.3.9 |
| 1093 | 2024-10-16T19:17:50.620Z | Downloaded bitfield v0.14.0 |
| 1094 | 2024-10-16T19:17:50.622Z | Downloaded bb8 v0.8.5 |
| 1095 | 2024-10-16T19:17:50.622Z | Downloaded async-stream v0.3.6 |
| 1096 | 2024-10-16T19:17:50.625Z | Downloaded addr2line v0.24.2 |
| 1097 | 2024-10-16T19:17:50.722Z | Compiling serde v1.0.210 |
| 1098 | 2024-10-16T19:17:50.724Z | Compiling typenum v1.17.0 |
| 1099 | 2024-10-16T19:17:50.724Z | Compiling generic-array v0.14.7 |
| 1100 | 2024-10-16T19:17:50.724Z | Compiling lock_api v0.4.12 |
| 1101 | 2024-10-16T19:17:50.872Z | Compiling scopeguard v1.2.0 |
| 1102 | 2024-10-16T19:17:50.876Z | Compiling subtle v2.6.1 |
| 1103 | 2024-10-16T19:17:50.914Z | Compiling syn v2.0.79 |
| 1104 | 2024-10-16T19:17:50.928Z | Compiling getrandom v0.2.15 |
| 1105 | 2024-10-16T19:17:51.066Z | Compiling value-bag v1.9.0 |
| 1106 | 2024-10-16T19:17:51.162Z | Compiling rand_core v0.6.4 |
| 1107 | 2024-10-16T19:17:51.279Z | Compiling const-oid v0.9.6 |
| 1108 | 2024-10-16T19:17:51.346Z | Compiling pin-project-lite v0.2.14 |
| 1109 | 2024-10-16T19:17:51.563Z | Compiling smallvec v1.13.2 |
| 1110 | 2024-10-16T19:17:51.569Z | Compiling jobserver v0.1.32 |
| 1111 | 2024-10-16T19:17:51.649Z | Compiling log v0.4.22 |
| 1112 | 2024-10-16T19:17:51.694Z | Compiling parking_lot_core v0.9.10 |
| 1113 | 2024-10-16T19:17:51.784Z | Compiling shlex v1.3.0 |
| 1114 | 2024-10-16T19:17:51.897Z | Compiling futures-core v0.3.31 |
| 1115 | 2024-10-16T19:17:52.147Z | Compiling cc v1.1.30 |
| 1116 | 2024-10-16T19:17:52.257Z | Compiling signal-hook-registry v1.4.2 |
| 1117 | 2024-10-16T19:17:52.389Z | Compiling mio v1.0.2 |
| 1118 | 2024-10-16T19:17:52.531Z | Compiling cpufeatures v0.2.14 |
| 1119 | 2024-10-16T19:17:52.633Z | Compiling parking_lot v0.12.3 |
| 1120 | 2024-10-16T19:17:52.893Z | Compiling futures-sink v0.3.31 |
| 1121 | 2024-10-16T19:17:53.058Z | Compiling spin v0.9.8 |
| 1122 | 2024-10-16T19:17:53.078Z | Compiling socket2 v0.5.7 |
| 1123 | 2024-10-16T19:17:53.412Z | Compiling slab v0.4.9 |
| 1124 | 2024-10-16T19:17:53.633Z | Compiling serde_json v1.0.128 |
| 1125 | 2024-10-16T19:17:53.776Z | Compiling futures-channel v0.3.31 |
| 1126 | 2024-10-16T19:17:53.779Z | Compiling foldhash v0.1.3 |
| 1127 | 2024-10-16T19:17:53.809Z | Compiling pin-utils v0.1.0 |
| 1128 | 2024-10-16T19:17:53.905Z | Compiling allocator-api2 v0.2.18 |
| 1129 | 2024-10-16T19:17:54.007Z | Compiling tinyvec_macros v0.1.1 |
| 1130 | 2024-10-16T19:17:54.104Z | Compiling futures-task v0.3.31 |
| 1131 | 2024-10-16T19:17:54.124Z | Compiling futures-io v0.3.31 |
| 1132 | 2024-10-16T19:17:54.188Z | Compiling tinyvec v1.8.0 |
| 1133 | 2024-10-16T19:17:54.209Z | Compiling libm v0.2.8 |
| 1134 | 2024-10-16T19:17:54.211Z | Compiling num-traits v0.2.19 |
| 1135 | 2024-10-16T19:17:54.411Z | Compiling unicode-bidi v0.3.17 |
| 1136 | 2024-10-16T19:17:54.450Z | Compiling base64ct v1.6.0 |
| 1137 | 2024-10-16T19:17:54.762Z | Compiling hashbrown v0.15.0 |
| 1138 | 2024-10-16T19:17:54.820Z | Compiling flagset v0.4.6 |
| 1139 | 2024-10-16T19:17:55.051Z | Compiling pem-rfc7468 v0.7.0 |
| 1140 | 2024-10-16T19:17:55.072Z | Compiling httparse v1.9.5 |
| 1141 | 2024-10-16T19:17:55.815Z | Compiling unicode-normalization v0.1.24 |
| 1142 | 2024-10-16T19:17:55.964Z | Compiling tracing-core v0.1.32 |
| 1143 | 2024-10-16T19:17:56.002Z | Compiling rustls-pki-types v1.9.0 |
| 1144 | 2024-10-16T19:17:56.191Z | Compiling percent-encoding v2.3.1 |
| 1145 | 2024-10-16T19:17:56.224Z | Compiling crossbeam-utils v0.8.20 |
| 1146 | 2024-10-16T19:17:56.727Z | Compiling ring v0.17.8 |
| 1147 | 2024-10-16T19:17:56.956Z | Compiling powerfmt v0.2.0 |
| 1148 | 2024-10-16T19:17:57.029Z | Compiling time-core v0.1.2 |
| 1149 | 2024-10-16T19:17:57.206Z | Compiling vcpkg v0.2.15 |
| 1150 | 2024-10-16T19:17:57.309Z | Compiling pkg-config v0.3.31 |
| 1151 | 2024-10-16T19:17:57.330Z | Compiling untrusted v0.9.0 |
| 1152 | 2024-10-16T19:17:57.382Z | Compiling num-conv v0.1.0 |
| 1153 | 2024-10-16T19:17:57.458Z | Compiling deranged v0.3.11 |
| 1154 | 2024-10-16T19:17:57.679Z | Compiling time-macros v0.2.18 |
| 1155 | 2024-10-16T19:17:58.000Z | Compiling atomic-waker v1.1.2 |
| 1156 | 2024-10-16T19:17:58.210Z | Compiling num_threads v0.1.7 |
| 1157 | 2024-10-16T19:17:58.339Z | Compiling form_urlencoded v1.2.1 |
| 1158 | 2024-10-16T19:17:58.653Z | Compiling try-lock v0.2.5 |
| 1159 | 2024-10-16T19:17:58.790Z | Compiling slog v2.7.0 |
| 1160 | 2024-10-16T19:17:58.825Z | Compiling rustix v0.38.37 |
| 1161 | 2024-10-16T19:17:58.845Z | Compiling want v0.3.1 |
| 1162 | 2024-10-16T19:17:59.120Z | Compiling httpdate v1.0.3 |
| 1163 | 2024-10-16T19:17:59.292Z | Compiling openssl-sys v0.9.103 |
| 1164 | 2024-10-16T19:17:59.343Z | Compiling idna v0.5.0 |
| 1165 | 2024-10-16T19:17:59.548Z | Compiling tower-service v0.3.3 |
| 1166 | 2024-10-16T19:17:59.677Z | Compiling foreign-types-shared v0.1.1 |
| 1167 | 2024-10-16T19:17:59.697Z | Compiling iana-time-zone v0.1.61 |
| 1168 | 2024-10-16T19:17:59.791Z | Compiling rustversion v1.0.17 |
| 1169 | 2024-10-16T19:18:00.091Z | Compiling match_cfg v0.1.0 |
| 1170 | 2024-10-16T19:18:00.127Z | Compiling base64 v0.22.1 |
| 1171 | 2024-10-16T19:18:00.187Z | Compiling openssl v0.10.66 |
| 1172 | 2024-10-16T19:18:00.545Z | Compiling hostname v0.3.1 |
| 1173 | 2024-10-16T19:18:00.597Z | Compiling url v2.5.2 |
| 1174 | 2024-10-16T19:18:00.791Z | Compiling foreign-types v0.3.2 |
| 1175 | 2024-10-16T19:18:00.810Z | Compiling dirs-sys-next v0.1.2 |
| 1176 | 2024-10-16T19:18:00.828Z | Compiling time v0.3.36 |
| 1177 | 2024-10-16T19:18:00.845Z | Compiling aho-corasick v1.1.3 |
| 1178 | 2024-10-16T19:18:00.881Z | Compiling rustls v0.22.4 |
| 1179 | 2024-10-16T19:18:01.145Z | Compiling adler2 v2.0.0 |
| 1180 | 2024-10-16T19:18:01.340Z | Compiling regex-syntax v0.8.5 |
| 1181 | 2024-10-16T19:18:01.368Z | Compiling syn v1.0.109 |
| 1182 | 2024-10-16T19:18:02.015Z | Compiling native-tls v0.2.12 |
| 1183 | 2024-10-16T19:18:02.311Z | Compiling data-encoding v2.6.0 |
| 1184 | 2024-10-16T19:18:02.335Z | Compiling siphasher v0.3.11 |
| 1185 | 2024-10-16T19:18:02.699Z | Compiling rustls v0.23.14 |
| 1186 | 2024-10-16T19:18:02.933Z | Compiling miniz_oxide v0.8.0 |
| 1187 | 2024-10-16T19:18:02.965Z | Compiling dirs-next v2.0.0 |
| 1188 | 2024-10-16T19:18:04.474Z | Compiling serde_derive_internals v0.29.1 |
| 1189 | 2024-10-16T19:18:04.600Z | Compiling crossbeam-epoch v0.9.18 |
| 1190 | 2024-10-16T19:18:04.619Z | Compiling lazy_static v1.5.0 |
| 1191 | 2024-10-16T19:18:04.745Z | Compiling thread_local v1.1.8 |
| 1192 | 2024-10-16T19:18:05.277Z | Compiling regex-automata v0.4.8 |
| 1193 | 2024-10-16T19:18:05.372Z | Compiling encoding_rs v0.8.34 |
| 1194 | 2024-10-16T19:18:05.410Z | Compiling serde_derive v1.0.210 |
| 1195 | 2024-10-16T19:18:05.815Z | Compiling zeroize_derive v1.4.2 |
| 1196 | 2024-10-16T19:18:06.042Z | Compiling zerocopy-derive v0.7.35 |
| 1197 | 2024-10-16T19:18:07.166Z | Compiling tokio-macros v2.4.0 |
| 1198 | 2024-10-16T19:18:07.325Z | Compiling zeroize v1.8.1 |
| 1199 | 2024-10-16T19:18:07.829Z | Compiling thiserror-impl v1.0.64 |
| 1200 | 2024-10-16T19:18:08.313Z | Compiling zerocopy v0.7.35 |
| 1201 | 2024-10-16T19:18:08.792Z | Compiling futures-macro v0.3.31 |
| 1202 | 2024-10-16T19:18:09.029Z | Compiling crypto-common v0.1.6 |
| 1203 | 2024-10-16T19:18:09.261Z | Compiling block-buffer v0.10.4 |
| 1204 | 2024-10-16T19:18:09.535Z | Compiling digest v0.10.7 |
| 1205 | 2024-10-16T19:18:09.780Z | Compiling block-padding v0.3.3 |
| 1206 | 2024-10-16T19:18:09.873Z | Compiling ppv-lite86 v0.2.20 |
| 1207 | 2024-10-16T19:18:10.014Z | Compiling hmac v0.12.1 |
| 1208 | 2024-10-16T19:18:10.036Z | Compiling inout v0.1.3 |
| 1209 | 2024-10-16T19:18:10.260Z | Compiling cipher v0.4.4 |
| 1210 | 2024-10-16T19:18:10.305Z | Compiling sha2 v0.10.8 |
| 1211 | 2024-10-16T19:18:10.713Z | Compiling der_derive v0.7.3 |
| 1212 | 2024-10-16T19:18:10.735Z | Compiling futures-util v0.3.31 |
| 1213 | 2024-10-16T19:18:10.757Z | Compiling rand_chacha v0.3.1 |
| 1214 | 2024-10-16T19:18:11.153Z | Compiling thiserror v1.0.64 |
| 1215 | 2024-10-16T19:18:11.278Z | Compiling tracing-attributes v0.1.27 |
| 1216 | 2024-10-16T19:18:11.303Z | Compiling pest v2.7.14 |
| 1217 | 2024-10-16T19:18:13.211Z | Compiling rand v0.8.5 |
| 1218 | 2024-10-16T19:18:13.280Z | Compiling der v0.7.9 |
| 1219 | 2024-10-16T19:18:13.855Z | Compiling salsa20 v0.10.2 |
| 1220 | 2024-10-16T19:18:14.106Z | Compiling pbkdf2 v0.12.2 |
| 1221 | 2024-10-16T19:18:14.269Z | Compiling scrypt v0.11.0 |
| 1222 | 2024-10-16T19:18:14.445Z | Compiling pest_meta v2.7.14 |
| 1223 | 2024-10-16T19:18:15.290Z | Compiling tracing v0.1.40 |
| 1224 | 2024-10-16T19:18:15.379Z | Compiling spki v0.7.3 |
| 1225 | 2024-10-16T19:18:15.768Z | Compiling aes v0.8.4 |
| 1226 | 2024-10-16T19:18:15.822Z | Compiling cbc v0.1.2 |
| 1227 | 2024-10-16T19:18:16.073Z | Compiling scroll_derive v0.12.0 |
| 1228 | 2024-10-16T19:18:16.657Z | Compiling pest_generator v2.7.14 |
| 1229 | 2024-10-16T19:18:16.977Z | Compiling rustls-webpki v0.102.8 |
| 1230 | 2024-10-16T19:18:17.641Z | Compiling scroll v0.12.0 |
| 1231 | 2024-10-16T19:18:18.264Z | Compiling pkcs5 v0.7.1 |
| 1232 | 2024-10-16T19:18:18.283Z | Compiling goblin v0.8.2 |
| 1233 | 2024-10-16T19:18:18.746Z | Compiling openssl-macros v0.1.1 |
| 1234 | 2024-10-16T19:18:18.748Z | Compiling async-trait v0.1.83 |
| 1235 | 2024-10-16T19:18:18.841Z | Compiling sha1 v0.10.6 |
| 1236 | 2024-10-16T19:18:19.214Z | Compiling pkcs8 v0.10.2 |
| 1237 | 2024-10-16T19:18:19.278Z | Compiling signature v2.2.0 |
| 1238 | 2024-10-16T19:18:19.511Z | Compiling cookie v0.18.1 |
| 1239 | 2024-10-16T19:18:19.532Z | Compiling multer v3.1.0 |
| 1240 | 2024-10-16T19:18:19.552Z | Compiling signal-hook v0.3.17 |
| 1241 | 2024-10-16T19:18:19.588Z | Compiling pest_derive v2.7.14 |
| 1242 | 2024-10-16T19:18:19.822Z | Compiling bytes v1.7.2 |
| 1243 | 2024-10-16T19:18:19.825Z | Compiling indexmap v2.6.0 |
| 1244 | 2024-10-16T19:18:19.899Z | Compiling bitflags v2.6.0 |
| 1245 | 2024-10-16T19:18:20.133Z | Compiling semver v1.0.23 |
| 1246 | 2024-10-16T19:18:20.388Z | Compiling dtrace-parser v0.2.0 |
| 1247 | 2024-10-16T19:18:20.906Z | Compiling tokio v1.40.0 |
| 1248 | 2024-10-16T19:18:21.144Z | Compiling http v1.1.0 |
| 1249 | 2024-10-16T19:18:21.230Z | Compiling rustc_version v0.4.1 |
| 1250 | 2024-10-16T19:18:21.695Z | Compiling uuid v1.10.0 |
| 1251 | 2024-10-16T19:18:22.029Z | Compiling toml_datetime v0.6.8 |
| 1252 | 2024-10-16T19:18:22.567Z | Compiling serde_spanned v0.6.8 |
| 1253 | 2024-10-16T19:18:22.671Z | Compiling serde_tokenstream v0.2.2 |
| 1254 | 2024-10-16T19:18:22.805Z | Compiling http-body v1.0.1 |
| 1255 | 2024-10-16T19:18:23.040Z | Compiling chrono v0.4.38 |
| 1256 | 2024-10-16T19:18:23.043Z | Compiling http-body-util v0.1.2 |
| 1257 | 2024-10-16T19:18:23.239Z | Compiling heapless v0.7.17 |
| 1258 | 2024-10-16T19:18:23.635Z | Compiling paste v1.0.15 |
| 1259 | 2024-10-16T19:18:23.731Z | Compiling unicode-properties v0.1.3 |
| 1260 | 2024-10-16T19:18:23.772Z | Compiling either v1.13.0 |
| 1261 | 2024-10-16T19:18:24.154Z | Compiling schemars v0.8.21 |
| 1262 | 2024-10-16T19:18:24.188Z | Compiling slog-async v2.8.0 |
| 1263 | 2024-10-16T19:18:24.205Z | Compiling rayon-core v1.12.1 |
| 1264 | 2024-10-16T19:18:24.499Z | Compiling dof v0.3.0 |
| 1265 | 2024-10-16T19:18:24.520Z | Compiling mime v0.3.17 |
| 1266 | 2024-10-16T19:18:24.725Z | Compiling gimli v0.31.1 |
| 1267 | 2024-10-16T19:18:25.148Z | Compiling openssl-probe v0.1.5 |
| 1268 | 2024-10-16T19:18:25.511Z | Compiling usdt-impl v0.5.0 |
| 1269 | 2024-10-16T19:18:25.769Z | Compiling ipnet v2.10.1 |
| 1270 | 2024-10-16T19:18:26.919Z | Compiling toml_edit v0.22.22 |
| 1271 | 2024-10-16T19:18:27.011Z | Compiling stringprep v0.1.5 |
| 1272 | 2024-10-16T19:18:27.097Z | Compiling curve25519-dalek v4.1.3 |
| 1273 | 2024-10-16T19:18:27.158Z | Compiling slog-json v2.6.1 |
| 1274 | 2024-10-16T19:18:27.729Z | Compiling serde_urlencoded v0.7.1 |
| 1275 | 2024-10-16T19:18:28.287Z | Compiling futures-executor v0.3.31 |
| 1276 | 2024-10-16T19:18:28.890Z | Compiling md-5 v0.10.6 |
| 1277 | 2024-10-16T19:18:29.079Z | Compiling usdt-macro v0.5.0 |
| 1278 | 2024-10-16T19:18:29.157Z | Compiling usdt-attr-macro v0.5.0 |
| 1279 | 2024-10-16T19:18:30.054Z | Compiling tokio-util v0.7.12 |
| 1280 | 2024-10-16T19:18:30.902Z | Compiling addr2line v0.24.2 |
| 1281 | 2024-10-16T19:18:31.338Z | Compiling h2 v0.4.6 |
| 1282 | 2024-10-16T19:18:31.412Z | Compiling schemars_derive v0.8.21 |
| 1283 | 2024-10-16T19:18:31.601Z | Compiling enum-as-inner v0.6.1 |
| 1284 | 2024-10-16T19:18:32.234Z | Compiling async-stream-impl v0.3.6 |
| 1285 | 2024-10-16T19:18:32.726Z | Compiling crossbeam-deque v0.8.5 |
| 1286 | 2024-10-16T19:18:33.089Z | Compiling term v0.7.0 |
| 1287 | 2024-10-16T19:18:34.683Z | Compiling crossbeam-channel v0.5.13 |
| 1288 | 2024-10-16T19:18:34.884Z | Compiling num-integer v0.1.46 |
| 1289 | 2024-10-16T19:18:35.419Z | Compiling idna v0.3.0 |
| 1290 | 2024-10-16T19:18:35.670Z | Compiling idna v0.4.0 |
| 1291 | 2024-10-16T19:18:35.778Z | Compiling rustls-pemfile v2.2.0 |
| 1292 | 2024-10-16T19:18:36.143Z | Compiling ff v0.13.0 |
| 1293 | 2024-10-16T19:18:36.376Z | Compiling hash32 v0.2.1 |
| 1294 | 2024-10-16T19:18:36.567Z | Compiling is-terminal v0.4.13 |
| 1295 | 2024-10-16T19:18:36.705Z | Compiling dropshot v0.12.0 |
| 1296 | 2024-10-16T19:18:36.758Z | Compiling object v0.36.5 |
| 1297 | 2024-10-16T19:18:37.019Z | Compiling psl-types v2.0.11 |
| 1298 | 2024-10-16T19:18:37.079Z | Compiling quick-error v1.2.3 |
| 1299 | 2024-10-16T19:18:37.216Z | Compiling anyhow v1.0.89 |
| 1300 | 2024-10-16T19:18:37.238Z | Compiling dyn-clone v1.0.17 |
| 1301 | 2024-10-16T19:18:37.294Z | Compiling rustc-demangle v0.1.24 |
| 1302 | 2024-10-16T19:18:37.468Z | Compiling stable_deref_trait v1.2.0 |
| 1303 | 2024-10-16T19:18:37.582Z | Compiling base16ct v0.2.0 |
| 1304 | 2024-10-16T19:18:37.850Z | Compiling linked-hash-map v0.5.6 |
| 1305 | 2024-10-16T19:18:37.910Z | Compiling utf-8 v0.7.6 |
| 1306 | 2024-10-16T19:18:38.238Z | Compiling num-bigint-dig v0.8.4 |
| 1307 | 2024-10-16T19:18:38.270Z | Compiling take_mut v0.2.2 |
| 1308 | 2024-10-16T19:18:38.313Z | Compiling portable-atomic v1.9.0 |
| 1309 | 2024-10-16T19:18:38.334Z | Compiling smoltcp v0.9.1 |
| 1310 | 2024-10-16T19:18:38.424Z | Compiling fallible-iterator v0.2.0 |
| 1311 | 2024-10-16T19:18:39.097Z | Compiling hyper v1.4.1 |
| 1312 | 2024-10-16T19:18:39.196Z | Compiling postgres-protocol v0.6.7 |
| 1313 | 2024-10-16T19:18:39.483Z | Compiling lru-cache v0.1.2 |
| 1314 | 2024-10-16T19:18:39.686Z | Compiling tungstenite v0.23.0 |
| 1315 | 2024-10-16T19:18:40.013Z | Compiling sec1 v0.7.3 |
| 1316 | 2024-10-16T19:18:41.764Z | Compiling hyper-util v0.1.9 |
| 1317 | 2024-10-16T19:18:42.125Z | Compiling resolv-conf v0.7.0 |
| 1318 | 2024-10-16T19:18:42.518Z | Compiling publicsuffix v2.2.3 |
| 1319 | 2024-10-16T19:18:42.790Z | Compiling usdt v0.5.0 |
| 1320 | 2024-10-16T19:18:42.844Z | Compiling slog-term v2.9.1 |
| 1321 | 2024-10-16T19:18:42.908Z | Compiling hickory-proto v0.24.1 |
| 1322 | 2024-10-16T19:18:43.349Z | Compiling group v0.13.0 |
| 1323 | 2024-10-16T19:18:43.564Z | Compiling num-iter v0.1.45 |
| 1324 | 2024-10-16T19:18:43.688Z | Compiling tokio-rustls v0.26.0 |
| 1325 | 2024-10-16T19:18:43.747Z | Compiling async-stream v0.3.6 |
| 1326 | 2024-10-16T19:18:44.062Z | Compiling backtrace v0.3.74 |
| 1327 | 2024-10-16T19:18:44.158Z | Compiling tokio-rustls v0.25.0 |
| 1328 | 2024-10-16T19:18:44.568Z | Compiling tokio-native-tls v0.3.1 |
| 1329 | 2024-10-16T19:18:44.596Z | Compiling toml v0.8.19 |
| 1330 | 2024-10-16T19:18:44.715Z | Compiling futures v0.3.31 |
| 1331 | 2024-10-16T19:18:45.933Z | Compiling slog-bunyan v2.5.0 |
| 1332 | 2024-10-16T19:18:46.005Z | Compiling camino v1.1.9 |
| 1333 | 2024-10-16T19:18:46.102Z | Compiling terminal_size v0.4.0 |
| 1334 | 2024-10-16T19:18:46.142Z | Compiling dropshot_endpoint v0.12.0 |
| 1335 | 2024-10-16T19:18:46.319Z | Compiling openapiv3 v2.0.0 |
| 1336 | 2024-10-16T19:18:46.407Z | Compiling serde_path_to_error v0.1.16 |
| 1337 | 2024-10-16T19:18:47.002Z | Compiling hkdf v0.12.4 |
| 1338 | 2024-10-16T19:18:47.238Z | Compiling crypto-bigint v0.5.5 |
| 1339 | 2024-10-16T19:18:47.258Z | Compiling zerocopy-derive v0.6.6 |
| 1340 | 2024-10-16T19:18:47.260Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1341 | 2024-10-16T19:18:47.741Z | Compiling phf_shared v0.11.2 |
| 1342 | 2024-10-16T19:18:48.159Z | Compiling waitgroup v0.1.2 |
| 1343 | 2024-10-16T19:18:48.340Z | Compiling hubpack_derive v0.1.1 |
| 1344 | 2024-10-16T19:18:48.400Z | Compiling webpki-roots v0.26.6 |
| 1345 | 2024-10-16T19:18:48.622Z | Compiling hostname v0.4.0 |
| 1346 | 2024-10-16T19:18:48.856Z | Compiling fs-err v2.11.0 |
| 1347 | 2024-10-16T19:18:48.893Z | Compiling ahash v0.8.11 |
| 1348 | 2024-10-16T19:18:49.182Z | Compiling bitflags v1.3.2 |
| 1349 | 2024-10-16T19:18:49.261Z | Compiling winnow v0.5.40 |
| 1350 | 2024-10-16T19:18:49.284Z | Compiling debug-ignore v1.0.5 |
| 1351 | 2024-10-16T19:18:49.302Z | Compiling managed v0.8.0 |
| 1352 | 2024-10-16T19:18:49.423Z | Compiling clap_builder v4.5.20 |
| 1353 | 2024-10-16T19:18:49.491Z | Compiling zerocopy v0.6.6 |
| 1354 | 2024-10-16T19:18:50.378Z | Compiling elliptic-curve v0.13.8 |
| 1355 | 2024-10-16T19:18:50.883Z | Compiling console v0.15.8 |
| 1356 | 2024-10-16T19:18:51.203Z | Compiling strum_macros v0.25.3 |
| 1357 | 2024-10-16T19:18:52.006Z | Compiling hubpack v0.1.2 |
| 1358 | 2024-10-16T19:18:52.632Z | Compiling hyper-rustls v0.27.3 |
| 1359 | 2024-10-16T19:18:53.243Z | Compiling toml_edit v0.19.15 |
| 1360 | 2024-10-16T19:18:53.328Z | Compiling hickory-resolver v0.24.1 |
| 1361 | 2024-10-16T19:18:53.526Z | Compiling phf v0.11.2 |
| 1362 | 2024-10-16T19:18:53.596Z | Compiling cookie_store v0.21.0 |
| 1363 | 2024-10-16T19:18:53.825Z | Compiling signal-hook-mio v0.2.4 |
| 1364 | 2024-10-16T19:18:53.997Z | Compiling rayon v1.10.0 |
| 1365 | 2024-10-16T19:18:55.658Z | Compiling hyper-tls v0.6.0 |
| 1366 | 2024-10-16T19:18:56.126Z | Compiling tokio-tungstenite v0.23.1 |
| 1367 | 2024-10-16T19:18:56.693Z | Compiling postgres-types v0.2.8 |
| 1368 | 2024-10-16T19:18:58.965Z | Compiling tokio-stream v0.1.16 |
| 1369 | 2024-10-16T19:18:59.090Z | Compiling serde-big-array v0.5.1 |
| 1370 | 2024-10-16T19:18:59.335Z | Compiling pkcs1 v0.7.5 |
| 1371 | 2024-10-16T19:18:59.652Z | Compiling ed25519 v2.2.3 |
| 1372 | 2024-10-16T19:19:00.027Z | Compiling bstr v1.10.0 |
| 1373 | 2024-10-16T19:19:00.276Z | Compiling regex v1.11.0 |
| 1374 | 2024-10-16T19:19:00.380Z | Compiling rfc6979 v0.4.0 |
| 1375 | 2024-10-16T19:19:00.575Z | Compiling serde_repr v0.1.19 |
| 1376 | 2024-10-16T19:19:00.891Z | Compiling clap_derive v4.5.18 |
| 1377 | 2024-10-16T19:19:00.925Z | Compiling derive-where v1.2.7 |
| 1378 | 2024-10-16T19:19:01.390Z | Compiling phf_shared v0.10.0 |
| 1379 | 2024-10-16T19:19:01.455Z | Compiling float-cmp v0.9.0 |
| 1380 | 2024-10-16T19:19:01.678Z | Compiling sync_wrapper v1.0.1 |
| 1381 | 2024-10-16T19:19:01.741Z | Compiling crc32fast v1.4.2 |
| 1382 | 2024-10-16T19:19:01.783Z | Compiling fixedbitset v0.4.2 |
| 1383 | 2024-10-16T19:19:01.803Z | Compiling static_assertions v1.1.0 |
| 1384 | 2024-10-16T19:19:01.834Z | Compiling minimal-lexical v0.2.1 |
| 1385 | 2024-10-16T19:19:01.855Z | Compiling whoami v1.5.2 |
| 1386 | 2024-10-16T19:19:01.908Z | Compiling number_prefix v0.4.0 |
| 1387 | 2024-10-16T19:19:02.069Z | Compiling difflib v0.4.0 |
| 1388 | 2024-10-16T19:19:02.144Z | Compiling normalize-line-endings v0.3.0 |
| 1389 | 2024-10-16T19:19:02.264Z | Compiling predicates-core v1.0.8 |
| 1390 | 2024-10-16T19:19:02.283Z | Compiling unicode-segmentation v1.12.0 |
| 1391 | 2024-10-16T19:19:02.349Z | Compiling bit-vec v0.6.3 |
| 1392 | 2024-10-16T19:19:02.480Z | Compiling new_debug_unreachable v1.0.6 |
| 1393 | 2024-10-16T19:19:02.588Z | Compiling precomputed-hash v0.1.1 |
| 1394 | 2024-10-16T19:19:02.628Z | Compiling predicates v3.1.2 |
| 1395 | 2024-10-16T19:19:02.711Z | Compiling bit-set v0.5.3 |
| 1396 | 2024-10-16T19:19:02.838Z | Compiling string_cache v0.8.7 |
| 1397 | 2024-10-16T19:19:03.010Z | Compiling similar v2.6.0 |
| 1398 | 2024-10-16T19:19:03.177Z | Compiling nom v7.1.3 |
| 1399 | 2024-10-16T19:19:03.332Z | Compiling tokio-postgres v0.7.12 |
| 1400 | 2024-10-16T19:19:03.776Z | Compiling indicatif v0.17.8 |
| 1401 | 2024-10-16T19:19:04.426Z | Compiling petgraph v0.6.5 |
| 1402 | 2024-10-16T19:19:04.621Z | Compiling qorb v0.0.2 |
| 1403 | 2024-10-16T19:19:05.567Z | Compiling flate2 v1.0.34 |
| 1404 | 2024-10-16T19:19:06.051Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1405 | 2024-10-16T19:19:06.204Z | Compiling clap v4.5.20 |
| 1406 | 2024-10-16T19:19:06.327Z | Compiling reqwest v0.12.8 |
| 1407 | 2024-10-16T19:19:06.567Z | Compiling ecdsa v0.16.9 |
| 1408 | 2024-10-16T19:19:06.970Z | Compiling ed25519-dalek v2.1.1 |
| 1409 | 2024-10-16T19:19:07.422Z | Compiling rsa v0.9.6 |
| 1410 | 2024-10-16T19:19:08.325Z | Compiling toml v0.7.8 |
| 1411 | 2024-10-16T19:19:08.546Z | Compiling crossterm v0.28.1 |
| 1412 | 2024-10-16T19:19:10.227Z | Compiling itertools v0.10.5 |
| 1413 | 2024-10-16T19:19:10.814Z | Compiling itertools v0.12.1 |
| 1414 | 2024-10-16T19:19:11.053Z | Compiling hex v0.4.3 |
| 1415 | 2024-10-16T19:19:11.453Z | Compiling x509-cert v0.2.5 |
| 1416 | 2024-10-16T19:19:11.671Z | Compiling peg-runtime v0.8.3 |
| 1417 | 2024-10-16T19:19:12.373Z | Compiling unicode-xid v0.2.6 |
| 1418 | 2024-10-16T19:19:12.506Z | Compiling lalrpop-util v0.19.12 |
| 1419 | 2024-10-16T19:19:12.558Z | Compiling xattr v1.3.1 |
| 1420 | 2024-10-16T19:19:12.842Z | Compiling strum_macros v0.26.4 |
| 1421 | 2024-10-16T19:19:12.871Z | Compiling filetime v0.2.25 |
| 1422 | 2024-10-16T19:19:13.108Z | Compiling tar v0.4.42 |
| 1423 | 2024-10-16T19:19:15.944Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1424 | 2024-10-16T19:19:16.329Z | Compiling strum v0.26.3 |
| 1425 | 2024-10-16T19:19:16.411Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1426 | 2024-10-16T19:19:22.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
| 1427 | 2024-10-16T19:19:22.201Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1428 | 2024-10-16T19:19:22.251Z | Oct 16 19:19:20.417 INFO Starting download, target: Clickhouse |
| 1429 | 2024-10-16T19:19:22.251Z | Oct 16 19:19:20.417 INFO Starting download, target: Cockroach |
| 1430 | 2024-10-16T19:19:22.251Z | Oct 16 19:19:20.417 INFO Starting download, target: Console |
| 1431 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.417 INFO Starting download, target: DendriteOpenapi |
| 1432 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.417 INFO Starting download, target: DendriteStub |
| 1433 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.417 INFO Starting download, target: MaghemiteMgd |
| 1434 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.417 INFO Starting download, target: TransceiverControl |
| 1435 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
| 1436 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1437 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1438 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1439 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1440 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1441 | 2024-10-16T19:19:22.254Z | Oct 16 19:19:20.418 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1442 | 2024-10-16T19:19:22.512Z | Oct 16 19:19:20.677 INFO Download complete, target: DendriteOpenapi |
| 1443 | 2024-10-16T19:19:22.650Z | Oct 16 19:19:20.814 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1444 | 2024-10-16T19:19:22.924Z | Oct 16 19:19:21.084 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1445 | 2024-10-16T19:19:23.034Z | Oct 16 19:19:21.198 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1446 | 2024-10-16T19:19:23.309Z | Oct 16 19:19:21.475 INFO Download complete, target: Console |
| 1447 | 2024-10-16T19:19:23.333Z | Oct 16 19:19:21.498 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1448 | 2024-10-16T19:19:23.447Z | Oct 16 19:19:21.612 INFO Download complete, target: TransceiverControl |
| 1449 | 2024-10-16T19:19:23.536Z | Oct 16 19:19:21.701 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1450 | 2024-10-16T19:19:23.536Z | Oct 16 19:19:21.701 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1451 | 2024-10-16T19:19:24.232Z | Oct 16 19:19:22.397 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1452 | 2024-10-16T19:19:26.212Z | Oct 16 19:19:24.377 INFO Download complete, target: DendriteStub |
| 1453 | 2024-10-16T19:19:26.685Z | Oct 16 19:19:24.850 INFO Download complete, target: MaghemiteMgd |
| 1454 | 2024-10-16T19:19:31.853Z | Oct 16 19:19:30.018 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1455 | 2024-10-16T19:19:32.116Z | Oct 16 19:19:30.280 INFO Checking that binary works, target: Cockroach |
| 1456 | 2024-10-16T19:19:32.272Z | Oct 16 19:19:30.437 INFO Download complete, target: Cockroach |
| 1457 | 2024-10-16T19:19:38.282Z | Oct 16 19:19:36.444 INFO Checking that binary works, target: Clickhouse |
| 1458 | 2024-10-16T19:19:38.871Z | Oct 16 19:19:37.034 INFO Download complete, target: Clickhouse |
| 1459 | 2024-10-16T19:19:38.878Z | All prerequisites installed successfully |
| 1460 | 2024-10-16T19:19:38.881Z | |
| 1461 | 2024-10-16T19:19:38.881Z | real 4:43.884036168 |
| 1462 | 2024-10-16T19:19:38.881Z | user 13:03.620780827 |
| 1463 | 2024-10-16T19:19:38.881Z | sys 2:42.606141308 |
| 1464 | 2024-10-16T19:19:38.881Z | trap 0.487946217 |
| 1465 | 2024-10-16T19:19:38.881Z | tflt 6.696712377 |
| 1466 | 2024-10-16T19:19:38.881Z | dflt 4.859067450 |
| 1467 | 2024-10-16T19:19:38.881Z | kflt 0.594036107 |
| 1468 | 2024-10-16T19:19:38.881Z | lock 25:39.346928677 |
| 1469 | 2024-10-16T19:19:38.881Z | slp 52:28.304217265 |
| 1470 | 2024-10-16T19:19:38.881Z | lat 44.173948694 |
| 1471 | 2024-10-16T19:19:38.881Z | stop 2:02.438230774 |
| 1472 | 2024-10-16T19:19:38.881Z | + ptime -m cargo xtask download softnpu |
| 1473 | 2024-10-16T19:19:39.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1474 | 2024-10-16T19:19:39.471Z | Running `target/debug/xtask download softnpu` |
| 1475 | 2024-10-16T19:19:40.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
| 1476 | 2024-10-16T19:19:40.393Z | Running `target/debug/xtask-downloader softnpu` |
| 1477 | 2024-10-16T19:19:40.428Z | Oct 16 19:19:38.592 INFO Starting download, target: Softnpu |
| 1478 | 2024-10-16T19:19:40.431Z | Oct 16 19:19:38.592 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1479 | 2024-10-16T19:19:41.947Z | Oct 16 19:19:40.110 INFO Download complete, target: Softnpu |
| 1480 | 2024-10-16T19:19:41.957Z | |
| 1481 | 2024-10-16T19:19:41.959Z | real 3.065308061 |
| 1482 | 2024-10-16T19:19:41.959Z | user 1.329703684 |
| 1483 | 2024-10-16T19:19:41.959Z | sys 0.571813041 |
| 1484 | 2024-10-16T19:19:41.959Z | trap 0.001073446 |
| 1485 | 2024-10-16T19:19:41.959Z | tflt 0.000009338 |
| 1486 | 2024-10-16T19:19:41.960Z | dflt 0.000004899 |
| 1487 | 2024-10-16T19:19:41.960Z | kflt 0.000000000 |
| 1488 | 2024-10-16T19:19:41.960Z | lock 17.266623178 |
| 1489 | 2024-10-16T19:19:41.960Z | slp 1.453780869 |
| 1490 | 2024-10-16T19:19:41.960Z | lat 0.083045332 |
| 1491 | 2024-10-16T19:19:41.960Z | stop 0.000402009 |
| 1492 | 2024-10-16T19:19:41.960Z | + export CARGO_INCREMENTAL=0 |
| 1493 | 2024-10-16T19:19:41.960Z | + CARGO_INCREMENTAL=0 |
| 1494 | 2024-10-16T19:19:41.960Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 1495 | 2024-10-16T19:19:42.965Z | Compiling proc-macro2 v1.0.87 |
| 1496 | 2024-10-16T19:19:42.965Z | Compiling unicode-ident v1.0.13 |
| 1497 | 2024-10-16T19:19:42.965Z | Compiling libc v0.2.159 |
| 1498 | 2024-10-16T19:19:42.968Z | Compiling serde v1.0.210 |
| 1499 | 2024-10-16T19:19:42.968Z | Compiling autocfg v1.4.0 |
| 1500 | 2024-10-16T19:19:42.968Z | Compiling version_check v0.9.5 |
| 1501 | 2024-10-16T19:19:42.968Z | Compiling cfg-if v1.0.0 |
| 1502 | 2024-10-16T19:19:43.219Z | Compiling typenum v1.17.0 |
| 1503 | 2024-10-16T19:19:43.255Z | Compiling memchr v2.7.4 |
| 1504 | 2024-10-16T19:19:43.731Z | Compiling shlex v1.3.0 |
| 1505 | 2024-10-16T19:19:43.757Z | Compiling generic-array v0.14.7 |
| 1506 | 2024-10-16T19:19:44.050Z | Compiling lock_api v0.4.12 |
| 1507 | 2024-10-16T19:19:44.107Z | Compiling parking_lot_core v0.9.10 |
| 1508 | 2024-10-16T19:19:44.145Z | Compiling once_cell v1.20.2 |
| 1509 | 2024-10-16T19:19:44.364Z | Compiling serde_json v1.0.128 |
| 1510 | 2024-10-16T19:19:44.533Z | Compiling quote v1.0.37 |
| 1511 | 2024-10-16T19:19:44.554Z | Compiling libm v0.2.8 |
| 1512 | 2024-10-16T19:19:44.690Z | Compiling thiserror v1.0.64 |
| 1513 | 2024-10-16T19:19:44.709Z | Compiling num-traits v0.2.19 |
| 1514 | 2024-10-16T19:19:44.904Z | Compiling syn v2.0.79 |
| 1515 | 2024-10-16T19:19:45.030Z | Compiling value-bag v1.9.0 |
| 1516 | 2024-10-16T19:19:45.114Z | Compiling getrandom v0.2.15 |
| 1517 | 2024-10-16T19:19:45.218Z | Compiling jobserver v0.1.32 |
| 1518 | 2024-10-16T19:19:45.238Z | Compiling itoa v1.0.11 |
| 1519 | 2024-10-16T19:19:45.452Z | Compiling slab v0.4.9 |
| 1520 | 2024-10-16T19:19:45.540Z | Compiling log v0.4.22 |
| 1521 | 2024-10-16T19:19:45.619Z | Compiling cc v1.1.30 |
| 1522 | 2024-10-16T19:19:45.731Z | Compiling scopeguard v1.2.0 |
| 1523 | 2024-10-16T19:19:45.843Z | Compiling rand_core v0.6.4 |
| 1524 | 2024-10-16T19:19:46.044Z | Compiling byteorder v1.5.0 |
| 1525 | 2024-10-16T19:19:46.581Z | Compiling subtle v2.6.1 |
| 1526 | 2024-10-16T19:19:46.855Z | Compiling allocator-api2 v0.2.18 |
| 1527 | 2024-10-16T19:19:47.189Z | Compiling semver v1.0.23 |
| 1528 | 2024-10-16T19:19:47.632Z | Compiling pin-project-lite v0.2.14 |
| 1529 | 2024-10-16T19:19:47.651Z | Compiling ryu v1.0.18 |
| 1530 | 2024-10-16T19:19:47.686Z | Compiling const-oid v0.9.6 |
| 1531 | 2024-10-16T19:19:47.747Z | Compiling foldhash v0.1.3 |
| 1532 | 2024-10-16T19:19:47.765Z | Compiling smallvec v1.13.2 |
| 1533 | 2024-10-16T19:19:47.903Z | Compiling equivalent v1.0.1 |
| 1534 | 2024-10-16T19:19:47.958Z | Compiling httparse v1.9.5 |
| 1535 | 2024-10-16T19:19:48.020Z | Compiling hashbrown v0.15.0 |
| 1536 | 2024-10-16T19:19:48.263Z | Compiling schemars v0.8.21 |
| 1537 | 2024-10-16T19:19:48.625Z | Compiling signal-hook-registry v1.4.2 |
| 1538 | 2024-10-16T19:19:48.736Z | Compiling heck v0.5.0 |
| 1539 | 2024-10-16T19:19:48.850Z | Compiling mio v1.0.2 |
| 1540 | 2024-10-16T19:19:49.113Z | Compiling ring v0.17.8 |
| 1541 | 2024-10-16T19:19:49.155Z | Compiling parking_lot v0.12.3 |
| 1542 | 2024-10-16T19:19:50.078Z | Compiling crossbeam-utils v0.8.20 |
| 1543 | 2024-10-16T19:19:50.126Z | Compiling socket2 v0.5.7 |
| 1544 | 2024-10-16T19:19:50.227Z | Compiling futures-core v0.3.31 |
| 1545 | 2024-10-16T19:19:50.471Z | Compiling num-conv v0.1.0 |
| 1546 | 2024-10-16T19:19:50.490Z | Compiling pkg-config v0.3.31 |
| 1547 | 2024-10-16T19:19:50.624Z | Compiling fnv v1.0.7 |
| 1548 | 2024-10-16T19:19:50.770Z | Compiling vcpkg v0.2.15 |
| 1549 | 2024-10-16T19:19:51.432Z | Compiling time-core v0.1.2 |
| 1550 | 2024-10-16T19:19:51.611Z | Compiling time-macros v0.2.18 |
| 1551 | 2024-10-16T19:19:52.497Z | Compiling openssl-sys v0.9.103 |
| 1552 | 2024-10-16T19:19:52.544Z | Compiling spin v0.9.8 |
| 1553 | 2024-10-16T19:19:52.563Z | Compiling serde_derive_internals v0.29.1 |
| 1554 | 2024-10-16T19:19:53.270Z | Compiling cpufeatures v0.2.14 |
| 1555 | 2024-10-16T19:19:53.372Z | Compiling futures-sink v0.3.31 |
| 1556 | 2024-10-16T19:19:53.908Z | Compiling ahash v0.8.11 |
| 1557 | 2024-10-16T19:19:54.114Z | Compiling syn v1.0.109 |
| 1558 | 2024-10-16T19:19:54.219Z | Compiling slog v2.7.0 |
| 1559 | 2024-10-16T19:19:54.366Z | Compiling rustix v0.38.37 |
| 1560 | 2024-10-16T19:19:54.707Z | Compiling futures-channel v0.3.31 |
| 1561 | 2024-10-16T19:19:54.723Z | Compiling futures-io v0.3.31 |
| 1562 | 2024-10-16T19:19:54.822Z | Compiling pin-utils v0.1.0 |
| 1563 | 2024-10-16T19:19:55.022Z | Compiling iana-time-zone v0.1.61 |
| 1564 | 2024-10-16T19:19:55.064Z | Compiling futures-task v0.3.31 |
| 1565 | 2024-10-16T19:19:55.089Z | Compiling tinyvec_macros v0.1.1 |
| 1566 | 2024-10-16T19:19:55.111Z | Compiling ucd-trie v0.1.7 |
| 1567 | 2024-10-16T19:19:55.177Z | Compiling openssl v0.10.66 |
| 1568 | 2024-10-16T19:19:55.212Z | Compiling tinyvec v1.8.0 |
| 1569 | 2024-10-16T19:19:55.976Z | Compiling native-tls v0.2.12 |
| 1570 | 2024-10-16T19:19:56.056Z | Compiling unicode-bidi v0.3.17 |
| 1571 | 2024-10-16T19:19:56.115Z | Compiling rustls v0.23.14 |
| 1572 | 2024-10-16T19:19:56.503Z | Compiling base64ct v1.6.0 |
| 1573 | 2024-10-16T19:19:56.749Z | Compiling unicode-normalization v0.1.24 |
| 1574 | 2024-10-16T19:19:57.060Z | Compiling pem-rfc7468 v0.7.0 |
| 1575 | 2024-10-16T19:19:57.723Z | Compiling tracing-core v0.1.32 |
| 1576 | 2024-10-16T19:19:57.786Z | Compiling cookie v0.18.1 |
| 1577 | 2024-10-16T19:19:58.104Z | Compiling usdt-impl v0.5.0 |
| 1578 | 2024-10-16T19:19:58.155Z | Compiling serde_derive v1.0.210 |
| 1579 | 2024-10-16T19:19:58.437Z | Compiling zeroize_derive v1.4.2 |
| 1580 | 2024-10-16T19:19:58.855Z | Compiling zerocopy-derive v0.7.35 |
| 1581 | 2024-10-16T19:19:59.181Z | Compiling thiserror-impl v1.0.64 |
| 1582 | 2024-10-16T19:19:59.868Z | Compiling zeroize v1.8.1 |
| 1583 | 2024-10-16T19:19:59.992Z | Compiling tokio-macros v2.4.0 |
| 1584 | 2024-10-16T19:20:00.819Z | Compiling futures-macro v0.3.31 |
| 1585 | 2024-10-16T19:20:01.444Z | Compiling zerocopy v0.7.35 |
| 1586 | 2024-10-16T19:20:01.841Z | Compiling crypto-common v0.1.6 |
| 1587 | 2024-10-16T19:20:02.175Z | Compiling tracing-attributes v0.1.27 |
| 1588 | 2024-10-16T19:20:02.536Z | Compiling block-buffer v0.10.4 |
| 1589 | 2024-10-16T19:20:02.766Z | Compiling digest v0.10.7 |
| 1590 | 2024-10-16T19:20:03.062Z | Compiling schemars_derive v0.8.21 |
| 1591 | 2024-10-16T19:20:03.197Z | Compiling der_derive v0.7.3 |
| 1592 | 2024-10-16T19:20:04.364Z | Compiling hmac v0.12.1 |
| 1593 | 2024-10-16T19:20:04.598Z | Compiling scroll_derive v0.12.0 |
| 1594 | 2024-10-16T19:20:04.676Z | Compiling futures-util v0.3.31 |
| 1595 | 2024-10-16T19:20:05.429Z | Compiling pest v2.7.14 |
| 1596 | 2024-10-16T19:20:05.912Z | Compiling block-padding v0.3.3 |
| 1597 | 2024-10-16T19:20:06.163Z | Compiling inout v0.1.3 |
| 1598 | 2024-10-16T19:20:06.435Z | Compiling openssl-macros v0.1.1 |
| 1599 | 2024-10-16T19:20:07.147Z | Compiling cipher v0.4.4 |
| 1600 | 2024-10-16T19:20:07.170Z | Compiling sha2 v0.10.8 |
| 1601 | 2024-10-16T19:20:07.620Z | Compiling ppv-lite86 v0.2.20 |
| 1602 | 2024-10-16T19:20:07.976Z | Compiling dyn-clone v1.0.17 |
| 1603 | 2024-10-16T19:20:08.176Z | Compiling pest_meta v2.7.14 |
| 1604 | 2024-10-16T19:20:08.477Z | Compiling flagset v0.4.6 |
| 1605 | 2024-10-16T19:20:08.640Z | Compiling anyhow v1.0.89 |
| 1606 | 2024-10-16T19:20:08.680Z | Compiling der v0.7.9 |
| 1607 | 2024-10-16T19:20:09.194Z | Compiling rand_chacha v0.3.1 |
| 1608 | 2024-10-16T19:20:09.881Z | Compiling pest_generator v2.7.14 |
| 1609 | 2024-10-16T19:20:10.179Z | Compiling scroll v0.12.0 |
| 1610 | 2024-10-16T19:20:10.658Z | Compiling tracing v0.1.40 |
| 1611 | 2024-10-16T19:20:11.378Z | Compiling bytes v1.7.2 |
| 1612 | 2024-10-16T19:20:11.617Z | Compiling indexmap v2.6.0 |
| 1613 | 2024-10-16T19:20:12.267Z | Compiling tokio v1.40.0 |
| 1614 | 2024-10-16T19:20:12.313Z | Compiling http v1.1.0 |
| 1615 | 2024-10-16T19:20:12.588Z | Compiling serde_tokenstream v0.2.2 |
| 1616 | 2024-10-16T19:20:13.076Z | Compiling rustc_version v0.4.1 |
| 1617 | 2024-10-16T19:20:13.170Z | Compiling uuid v1.10.0 |
| 1618 | 2024-10-16T19:20:13.616Z | Compiling bitflags v2.6.0 |
| 1619 | 2024-10-16T19:20:13.725Z | Compiling chrono v0.4.38 |
| 1620 | 2024-10-16T19:20:14.435Z | Compiling toml_datetime v0.6.8 |
| 1621 | 2024-10-16T19:20:14.888Z | Compiling serde_spanned v0.6.8 |
| 1622 | 2024-10-16T19:20:15.124Z | Compiling pest_derive v2.7.14 |
| 1623 | 2024-10-16T19:20:16.158Z | Compiling async-trait v0.1.83 |
| 1624 | 2024-10-16T19:20:19.378Z | Compiling aho-corasick v1.1.3 |
| 1625 | 2024-10-16T19:20:19.863Z | Compiling percent-encoding v2.3.1 |
| 1626 | 2024-10-16T19:20:19.994Z | Compiling rustls-pki-types v1.9.0 |
| 1627 | 2024-10-16T19:20:20.181Z | Compiling camino v1.1.9 |
| 1628 | 2024-10-16T19:20:20.779Z | Compiling plain v0.2.3 |
| 1629 | 2024-10-16T19:20:20.968Z | Compiling rayon-core v1.12.1 |
| 1630 | 2024-10-16T19:20:21.043Z | Compiling regex-syntax v0.8.5 |
| 1631 | 2024-10-16T19:20:21.291Z | Compiling goblin v0.8.2 |
| 1632 | 2024-10-16T19:20:21.557Z | Compiling tokio-util v0.7.12 |
| 1633 | 2024-10-16T19:20:23.021Z | Compiling spki v0.7.3 |
| 1634 | 2024-10-16T19:20:23.422Z | Compiling rand v0.8.5 |
| 1635 | 2024-10-16T19:20:23.617Z | Compiling salsa20 v0.10.2 |
| 1636 | 2024-10-16T19:20:23.871Z | Compiling pbkdf2 v0.12.2 |
| 1637 | 2024-10-16T19:20:24.428Z | Compiling rustls v0.22.4 |
| 1638 | 2024-10-16T19:20:24.742Z | Compiling regex-automata v0.4.8 |
| 1639 | 2024-10-16T19:20:24.779Z | Compiling powerfmt v0.2.0 |
| 1640 | 2024-10-16T19:20:25.156Z | Compiling winnow v0.5.40 |
| 1641 | 2024-10-16T19:20:25.645Z | Compiling pretty-hex v0.4.1 |
| 1642 | 2024-10-16T19:20:25.853Z | Compiling untrusted v0.9.0 |
| 1643 | 2024-10-16T19:20:27.150Z | Compiling deranged v0.3.11 |
| 1644 | 2024-10-16T19:20:27.548Z | Compiling dof v0.3.0 |
| 1645 | 2024-10-16T19:20:29.201Z | Compiling toml_edit v0.19.15 |
| 1646 | 2024-10-16T19:20:29.587Z | Compiling scrypt v0.11.0 |
| 1647 | 2024-10-16T19:20:30.099Z | Compiling dtrace-parser v0.2.0 |
| 1648 | 2024-10-16T19:20:30.349Z | Compiling aes v0.8.4 |
| 1649 | 2024-10-16T19:20:30.447Z | Compiling cbc v0.1.2 |
| 1650 | 2024-10-16T19:20:30.831Z | Compiling thread-id v4.2.2 |
| 1651 | 2024-10-16T19:20:30.884Z | Compiling rustversion v1.0.17 |
| 1652 | 2024-10-16T19:20:31.506Z | Compiling atomic-waker v1.1.2 |
| 1653 | 2024-10-16T19:20:31.555Z | Compiling num_threads v0.1.7 |
| 1654 | 2024-10-16T19:20:31.688Z | Compiling time v0.3.36 |
| 1655 | 2024-10-16T19:20:31.824Z | Compiling pkcs5 v0.7.1 |
| 1656 | 2024-10-16T19:20:33.226Z | Compiling rustls-webpki v0.102.8 |
| 1657 | 2024-10-16T19:20:34.173Z | Compiling form_urlencoded v1.2.1 |
| 1658 | 2024-10-16T19:20:34.479Z | Compiling http-body v1.0.1 |
| 1659 | 2024-10-16T19:20:34.729Z | Compiling heapless v0.7.17 |
| 1660 | 2024-10-16T19:20:35.289Z | Compiling multer v3.1.0 |
| 1661 | 2024-10-16T19:20:35.617Z | Compiling signal-hook v0.3.17 |
| 1662 | 2024-10-16T19:20:35.835Z | Compiling try-lock v0.2.5 |
| 1663 | 2024-10-16T19:20:36.002Z | Compiling slog-async v2.8.0 |
| 1664 | 2024-10-16T19:20:36.326Z | Compiling want v0.3.1 |
| 1665 | 2024-10-16T19:20:36.585Z | Compiling pkcs8 v0.10.2 |
| 1666 | 2024-10-16T19:20:37.283Z | Compiling h2 v0.4.6 |
| 1667 | 2024-10-16T19:20:37.896Z | Compiling regex v1.11.0 |
| 1668 | 2024-10-16T19:20:38.701Z | Compiling strsim v0.11.1 |
| 1669 | 2024-10-16T19:20:39.055Z | Compiling httpdate v1.0.3 |
| 1670 | 2024-10-16T19:20:39.090Z | Compiling paste v1.0.15 |
| 1671 | 2024-10-16T19:20:40.806Z | Compiling usdt-macro v0.5.0 |
| 1672 | 2024-10-16T19:20:41.002Z | Compiling usdt-attr-macro v0.5.0 |
| 1673 | 2024-10-16T19:20:41.473Z | Compiling curve25519-dalek v4.1.3 |
| 1674 | 2024-10-16T19:20:41.914Z | Compiling openapiv3 v2.0.0 |
| 1675 | 2024-10-16T19:20:42.232Z | Compiling async-stream-impl v0.3.6 |
| 1676 | 2024-10-16T19:20:42.563Z | Compiling enum-as-inner v0.6.1 |
| 1677 | 2024-10-16T19:20:43.576Z | Compiling idna v0.5.0 |
| 1678 | 2024-10-16T19:20:43.779Z | Compiling errno v0.3.9 |
| 1679 | 2024-10-16T19:20:44.042Z | Compiling dropshot v0.12.0 |
| 1680 | 2024-10-16T19:20:44.373Z | Compiling foreign-types-shared v0.1.1 |
| 1681 | 2024-10-16T19:20:44.495Z | Compiling hyper v1.4.1 |
| 1682 | 2024-10-16T19:20:44.632Z | Compiling base64 v0.22.1 |
| 1683 | 2024-10-16T19:20:45.005Z | Compiling smoltcp v0.9.1 |
| 1684 | 2024-10-16T19:20:45.651Z | Compiling tower-service v0.3.3 |
| 1685 | 2024-10-16T19:20:45.793Z | Compiling portable-atomic v1.9.0 |
| 1686 | 2024-10-16T19:20:46.204Z | Compiling num-bigint-dig v0.8.4 |
| 1687 | 2024-10-16T19:20:46.428Z | Compiling match_cfg v0.1.0 |
| 1688 | 2024-10-16T19:20:46.531Z | Compiling adler2 v2.0.0 |
| 1689 | 2024-10-16T19:20:46.539Z | Compiling hostname v0.3.1 |
| 1690 | 2024-10-16T19:20:46.734Z | Compiling miniz_oxide v0.8.0 |
| 1691 | 2024-10-16T19:20:46.764Z | Compiling foreign-types v0.3.2 |
| 1692 | 2024-10-16T19:20:46.784Z | Compiling url v2.5.2 |
| 1693 | 2024-10-16T19:20:47.231Z | Compiling hyper-util v0.1.9 |
| 1694 | 2024-10-16T19:20:50.004Z | Compiling dirs-sys-next v0.1.2 |
| 1695 | 2024-10-16T19:20:50.024Z | Compiling siphasher v0.3.11 |
| 1696 | 2024-10-16T19:20:50.198Z | Compiling heck v0.4.1 |
| 1697 | 2024-10-16T19:20:50.585Z | Compiling data-encoding v2.6.0 |
| 1698 | 2024-10-16T19:20:50.616Z | Compiling gimli v0.31.1 |
| 1699 | 2024-10-16T19:20:52.345Z | Compiling dirs-next v2.0.0 |
| 1700 | 2024-10-16T19:20:57.284Z | Compiling addr2line v0.24.2 |
| 1701 | 2024-10-16T19:20:57.950Z | Compiling http-body-util v0.1.2 |
| 1702 | 2024-10-16T19:20:58.668Z | Compiling crossbeam-epoch v0.9.18 |
| 1703 | 2024-10-16T19:20:58.740Z | Compiling dropshot_endpoint v0.12.0 |
| 1704 | 2024-10-16T19:20:59.353Z | Compiling hubpack_derive v0.1.1 |
| 1705 | 2024-10-16T19:20:59.373Z | Compiling sha1 v0.10.6 |
| 1706 | 2024-10-16T19:20:59.794Z | Compiling signature v2.2.0 |
| 1707 | 2024-10-16T19:21:00.215Z | Compiling zerocopy-derive v0.6.6 |
| 1708 | 2024-10-16T19:21:00.217Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1709 | 2024-10-16T19:21:00.305Z | Compiling lazy_static v1.5.0 |
| 1710 | 2024-10-16T19:21:00.437Z | Compiling thread_local v1.1.8 |
| 1711 | 2024-10-16T19:21:00.924Z | Compiling object v0.36.5 |
| 1712 | 2024-10-16T19:21:01.259Z | Compiling fs-err v2.11.0 |
| 1713 | 2024-10-16T19:21:01.449Z | Compiling encoding_rs v0.8.34 |
| 1714 | 2024-10-16T19:21:01.992Z | Compiling ipnet v2.10.1 |
| 1715 | 2024-10-16T19:21:02.895Z | Compiling stable_deref_trait v1.2.0 |
| 1716 | 2024-10-16T19:21:02.992Z | Compiling openssl-probe v0.1.5 |
| 1717 | 2024-10-16T19:21:03.010Z | Compiling mime v0.3.17 |
| 1718 | 2024-10-16T19:21:03.315Z | Compiling anstyle v1.0.8 |
| 1719 | 2024-10-16T19:21:03.557Z | Compiling unicode-properties v0.1.3 |
| 1720 | 2024-10-16T19:21:03.660Z | Compiling utf8parse v0.2.2 |
| 1721 | 2024-10-16T19:21:03.787Z | Compiling rustc-demangle v0.1.24 |
| 1722 | 2024-10-16T19:21:03.961Z | Compiling winnow v0.6.20 |
| 1723 | 2024-10-16T19:21:04.971Z | Compiling either v1.13.0 |
| 1724 | 2024-10-16T19:21:05.403Z | Compiling stringprep v0.1.5 |
| 1725 | 2024-10-16T19:21:06.413Z | Compiling anstyle-parse v0.2.5 |
| 1726 | 2024-10-16T19:21:07.860Z | Compiling toml_edit v0.22.22 |
| 1727 | 2024-10-16T19:21:10.126Z | Compiling backtrace v0.3.74 |
| 1728 | 2024-10-16T19:21:15.252Z | Compiling crossbeam-deque v0.8.5 |
| 1729 | 2024-10-16T19:21:15.611Z | Compiling term v0.7.0 |
| 1730 | 2024-10-16T19:21:16.945Z | Compiling slog-json v2.6.1 |
| 1731 | 2024-10-16T19:21:18.290Z | Compiling serde_urlencoded v0.7.1 |
| 1732 | 2024-10-16T19:21:18.835Z | Compiling crossbeam-channel v0.5.13 |
| 1733 | 2024-10-16T19:21:19.228Z | Compiling rustls-pemfile v2.2.0 |
| 1734 | 2024-10-16T19:21:19.554Z | Compiling hashbrown v0.14.5 |
| 1735 | 2024-10-16T19:21:19.852Z | Compiling futures-executor v0.3.31 |
| 1736 | 2024-10-16T19:21:20.337Z | Compiling md-5 v0.10.6 |
| 1737 | 2024-10-16T19:21:20.578Z | Compiling idna v0.3.0 |
| 1738 | 2024-10-16T19:21:20.580Z | Compiling idna v0.4.0 |
| 1739 | 2024-10-16T19:21:20.897Z | Compiling num-integer v0.1.46 |
| 1740 | 2024-10-16T19:21:21.035Z | Compiling ff v0.13.0 |
| 1741 | 2024-10-16T19:21:21.256Z | Compiling hash32 v0.2.1 |
| 1742 | 2024-10-16T19:21:21.641Z | Compiling is-terminal v0.4.13 |
| 1743 | 2024-10-16T19:21:21.661Z | Compiling memmap v0.7.0 |
| 1744 | 2024-10-16T19:21:22.008Z | Compiling anstyle-query v1.1.1 |
| 1745 | 2024-10-16T19:21:22.039Z | Compiling quick-error v1.2.3 |
| 1746 | 2024-10-16T19:21:22.162Z | Compiling colorchoice v1.0.2 |
| 1747 | 2024-10-16T19:21:22.197Z | Compiling is_terminal_polyfill v1.70.1 |
| 1748 | 2024-10-16T19:21:23.410Z | Compiling psl-types v2.0.11 |
| 1749 | 2024-10-16T19:21:23.796Z | Compiling base16ct v0.2.0 |
| 1750 | 2024-10-16T19:21:24.095Z | Compiling linked-hash-map v0.5.6 |
| 1751 | 2024-10-16T19:21:24.221Z | Compiling take_mut v0.2.2 |
| 1752 | 2024-10-16T19:21:24.335Z | Compiling fallible-iterator v0.2.0 |
| 1753 | 2024-10-16T19:21:24.390Z | Compiling utf-8 v0.7.6 |
| 1754 | 2024-10-16T19:21:24.463Z | Compiling lru-cache v0.1.2 |
| 1755 | 2024-10-16T19:21:24.679Z | Compiling tungstenite v0.23.0 |
| 1756 | 2024-10-16T19:21:25.067Z | Compiling postgres-protocol v0.6.7 |
| 1757 | 2024-10-16T19:21:25.852Z | Compiling sec1 v0.7.3 |
| 1758 | 2024-10-16T19:21:26.447Z | Compiling publicsuffix v2.2.3 |
| 1759 | 2024-10-16T19:21:26.713Z | Compiling anstream v0.6.15 |
| 1760 | 2024-10-16T19:21:26.809Z | Compiling resolv-conf v0.7.0 |
| 1761 | 2024-10-16T19:21:26.990Z | Compiling usdt v0.5.0 |
| 1762 | 2024-10-16T19:21:27.398Z | Compiling slog-term v2.9.1 |
| 1763 | 2024-10-16T19:21:27.454Z | Compiling hickory-proto v0.24.1 |
| 1764 | 2024-10-16T19:21:27.477Z | Compiling num-iter v0.1.45 |
| 1765 | 2024-10-16T19:21:27.479Z | Compiling group v0.13.0 |
| 1766 | 2024-10-16T19:21:27.782Z | Compiling regress v0.10.1 |
| 1767 | 2024-10-16T19:21:30.972Z | Compiling futures v0.3.31 |
| 1768 | 2024-10-16T19:21:31.105Z | Compiling tokio-rustls v0.25.0 |
| 1769 | 2024-10-16T19:21:32.748Z | Compiling slog-bunyan v2.5.0 |
| 1770 | 2024-10-16T19:21:32.955Z | Compiling tokio-rustls v0.26.0 |
| 1771 | 2024-10-16T19:21:33.419Z | Compiling toml v0.8.19 |
| 1772 | 2024-10-16T19:21:33.489Z | Compiling tokio-native-tls v0.3.1 |
| 1773 | 2024-10-16T19:21:33.665Z | Compiling terminal_size v0.4.0 |
| 1774 | 2024-10-16T19:21:33.763Z | Compiling strum_macros v0.25.3 |
| 1775 | 2024-10-16T19:21:33.889Z | Compiling phf_shared v0.11.2 |
| 1776 | 2024-10-16T19:21:34.479Z | Compiling async-stream v0.3.6 |
| 1777 | 2024-10-16T19:21:34.982Z | Compiling waitgroup v0.1.2 |
| 1778 | 2024-10-16T19:21:35.489Z | Compiling webpki-roots v0.26.6 |
| 1779 | 2024-10-16T19:21:35.994Z | Compiling serde_path_to_error v0.1.16 |
| 1780 | 2024-10-16T19:21:36.203Z | Compiling hkdf v0.12.4 |
| 1781 | 2024-10-16T19:21:36.406Z | Compiling crypto-bigint v0.5.5 |
| 1782 | 2024-10-16T19:21:36.469Z | Compiling clap_derive v4.5.18 |
| 1783 | 2024-10-16T19:21:36.826Z | Compiling derive-where v1.2.7 |
| 1784 | 2024-10-16T19:21:37.406Z | Compiling serde_repr v0.1.19 |
| 1785 | 2024-10-16T19:21:38.766Z | Compiling hostname v0.4.0 |
| 1786 | 2024-10-16T19:21:39.223Z | Compiling bitflags v1.3.2 |
| 1787 | 2024-10-16T19:21:39.335Z | Compiling debug-ignore v1.0.5 |
| 1788 | 2024-10-16T19:21:39.490Z | Compiling managed v0.8.0 |
| 1789 | 2024-10-16T19:21:39.988Z | Compiling unicode-width v0.1.14 |
| 1790 | 2024-10-16T19:21:40.007Z | Compiling clap_lex v0.7.2 |
| 1791 | 2024-10-16T19:21:40.478Z | Compiling console v0.15.8 |
| 1792 | 2024-10-16T19:21:40.503Z | Compiling clap_builder v4.5.20 |
| 1793 | 2024-10-16T19:21:41.245Z | Compiling elliptic-curve v0.13.8 |
| 1794 | 2024-10-16T19:21:42.667Z | Compiling hyper-rustls v0.27.3 |
| 1795 | 2024-10-16T19:21:45.690Z | Compiling phf v0.11.2 |
| 1796 | 2024-10-16T19:21:46.035Z | Compiling hyper-tls v0.6.0 |
| 1797 | 2024-10-16T19:21:46.090Z | Compiling signal-hook-mio v0.2.4 |
| 1798 | 2024-10-16T19:21:46.268Z | Compiling hickory-resolver v0.24.1 |
| 1799 | 2024-10-16T19:21:46.441Z | Compiling rayon v1.10.0 |
| 1800 | 2024-10-16T19:21:46.466Z | Compiling typify-impl v0.2.0 |
| 1801 | 2024-10-16T19:21:47.935Z | Compiling cookie_store v0.21.0 |
| 1802 | 2024-10-16T19:21:48.810Z | Compiling postgres-types v0.2.8 |
| 1803 | 2024-10-16T19:21:49.377Z | Compiling tokio-tungstenite v0.23.1 |
| 1804 | 2024-10-16T19:21:49.953Z | Compiling zerocopy v0.6.6 |
| 1805 | 2024-10-16T19:21:50.327Z | Compiling hubpack v0.1.2 |
| 1806 | 2024-10-16T19:21:50.811Z | Compiling ed25519 v2.2.3 |
| 1807 | 2024-10-16T19:21:50.828Z | Compiling phf_shared v0.10.0 |
| 1808 | 2024-10-16T19:21:51.258Z | Compiling pkcs1 v0.7.5 |
| 1809 | 2024-10-16T19:21:51.493Z | Compiling bstr v1.10.0 |
| 1810 | 2024-10-16T19:21:51.936Z | Compiling tokio-stream v0.1.16 |
| 1811 | 2024-10-16T19:21:52.457Z | Compiling serde-big-array v0.5.1 |
| 1812 | 2024-10-16T19:21:52.704Z | Compiling rfc6979 v0.4.0 |
| 1813 | 2024-10-16T19:21:52.903Z | Compiling float-cmp v0.9.0 |
| 1814 | 2024-10-16T19:21:52.990Z | Compiling sync_wrapper v1.0.1 |
| 1815 | 2024-10-16T19:21:53.095Z | Compiling crc32fast v1.4.2 |
| 1816 | 2024-10-16T19:21:53.140Z | Compiling minimal-lexical v0.2.1 |
| 1817 | 2024-10-16T19:21:53.432Z | Compiling predicates-core v1.0.8 |
| 1818 | 2024-10-16T19:21:53.638Z | Compiling unicode-segmentation v1.12.0 |
| 1819 | 2024-10-16T19:21:53.739Z | Compiling static_assertions v1.1.0 |
| 1820 | 2024-10-16T19:21:53.839Z | Compiling whoami v1.5.2 |
| 1821 | 2024-10-16T19:21:53.858Z | Compiling new_debug_unreachable v1.0.6 |
| 1822 | 2024-10-16T19:21:54.013Z | Compiling difflib v0.4.0 |
| 1823 | 2024-10-16T19:21:54.397Z | Compiling fixedbitset v0.4.2 |
| 1824 | 2024-10-16T19:21:54.481Z | Compiling number_prefix v0.4.0 |
| 1825 | 2024-10-16T19:21:54.682Z | Compiling precomputed-hash v0.1.1 |
| 1826 | 2024-10-16T19:21:54.727Z | Compiling normalize-line-endings v0.3.0 |
| 1827 | 2024-10-16T19:21:54.807Z | Compiling bit-vec v0.6.3 |
| 1828 | 2024-10-16T19:21:54.810Z | Compiling string_cache v0.8.7 |
| 1829 | 2024-10-16T19:21:54.861Z | Compiling predicates v3.1.2 |
| 1830 | 2024-10-16T19:21:55.141Z | Compiling petgraph v0.6.5 |
| 1831 | 2024-10-16T19:21:55.248Z | Compiling bit-set v0.5.3 |
| 1832 | 2024-10-16T19:21:55.267Z | Compiling indicatif v0.17.8 |
| 1833 | 2024-10-16T19:21:55.296Z | Compiling similar v2.6.0 |
| 1834 | 2024-10-16T19:21:56.384Z | Compiling tokio-postgres v0.7.12 |
| 1835 | 2024-10-16T19:21:57.176Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1836 | 2024-10-16T19:21:57.323Z | Compiling nom v7.1.3 |
| 1837 | 2024-10-16T19:21:57.930Z | Compiling flate2 v1.0.34 |
| 1838 | 2024-10-16T19:21:58.818Z | Compiling typify-macro v0.2.0 |
| 1839 | 2024-10-16T19:21:59.269Z | Compiling reqwest v0.12.8 |
| 1840 | 2024-10-16T19:21:59.520Z | Compiling ecdsa v0.16.9 |
| 1841 | 2024-10-16T19:22:00.421Z | Compiling qorb v0.0.2 |
| 1842 | 2024-10-16T19:22:01.579Z | Compiling rsa v0.9.6 |
| 1843 | 2024-10-16T19:22:03.180Z | Compiling ed25519-dalek v2.1.1 |
| 1844 | 2024-10-16T19:22:03.867Z | Compiling crossterm v0.28.1 |
| 1845 | 2024-10-16T19:22:03.994Z | Compiling clap v4.5.20 |
| 1846 | 2024-10-16T19:22:05.573Z | Compiling itertools v0.12.1 |
| 1847 | 2024-10-16T19:22:05.813Z | Compiling itertools v0.10.5 |
| 1848 | 2024-10-16T19:22:06.975Z | Compiling toml v0.7.8 |
| 1849 | 2024-10-16T19:22:07.445Z | Compiling x509-cert v0.2.5 |
| 1850 | 2024-10-16T19:22:08.552Z | Compiling hex v0.4.3 |
| 1851 | 2024-10-16T19:22:08.988Z | Compiling unicode-xid v0.2.6 |
| 1852 | 2024-10-16T19:22:09.636Z | Compiling lalrpop-util v0.19.12 |
| 1853 | 2024-10-16T19:22:10.011Z | Compiling peg-runtime v0.8.3 |
| 1854 | 2024-10-16T19:22:11.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1855 | 2024-10-16T19:22:14.188Z | Compiling proc-macro-crate v1.3.1 |
| 1856 | 2024-10-16T19:22:14.394Z | Compiling ipnetwork v0.20.0 |
| 1857 | 2024-10-16T19:22:16.383Z | Compiling heapless v0.8.0 |
| 1858 | 2024-10-16T19:22:16.965Z | Compiling num_enum_derive v0.5.11 |
| 1859 | 2024-10-16T19:22:23.618Z | Compiling hash32 v0.3.1 |
| 1860 | 2024-10-16T19:22:25.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1861 | 2024-10-16T19:22:25.652Z | Compiling ident_case v1.0.1 |
| 1862 | 2024-10-16T19:22:26.474Z | Compiling smoltcp v0.11.0 |
| 1863 | 2024-10-16T19:22:28.753Z | Compiling darling_core v0.20.10 |
| 1864 | 2024-10-16T19:22:42.326Z | Compiling num_enum v0.5.11 |
| 1865 | 2024-10-16T19:22:42.521Z | Compiling typify v0.2.0 |
| 1866 | 2024-10-16T19:22:44.340Z | Compiling proc-macro-error-attr v1.0.4 |
| 1867 | 2024-10-16T19:22:44.665Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1868 | 2024-10-16T19:22:45.038Z | Compiling cobs v0.2.3 |
| 1869 | 2024-10-16T19:22:45.129Z | Compiling unsafe-libyaml v0.2.11 |
| 1870 | 2024-10-16T19:22:48.732Z | Compiling serde_yaml v0.9.34+deprecated |
| 1871 | 2024-10-16T19:22:49.128Z | Compiling postcard v1.0.10 |
| 1872 | 2024-10-16T19:22:55.676Z | Compiling progenitor-impl v0.8.0 |
| 1873 | 2024-10-16T19:23:01.697Z | Compiling darling_macro v0.20.10 |
| 1874 | 2024-10-16T19:23:12.577Z | Compiling strum_macros v0.26.4 |
| 1875 | 2024-10-16T19:23:13.341Z | Compiling structmeta-derive v0.3.0 |
| 1876 | 2024-10-16T19:23:13.554Z | Compiling foreign-types-macros v0.2.3 |
| 1877 | 2024-10-16T19:23:14.480Z | Compiling proc-macro-error v1.0.4 |
| 1878 | 2024-10-16T19:23:14.789Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1879 | 2024-10-16T19:23:14.817Z | Compiling newtype-uuid v1.1.2 |
| 1880 | 2024-10-16T19:23:14.866Z | Compiling foreign-types-shared v0.3.1 |
| 1881 | 2024-10-16T19:23:15.111Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1882 | 2024-10-16T19:23:17.113Z | Compiling strum v0.26.3 |
| 1883 | 2024-10-16T19:23:19.038Z | Compiling structmeta v0.3.0 |
| 1884 | 2024-10-16T19:23:21.761Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1885 | 2024-10-16T19:23:22.914Z | Compiling foreign-types v0.5.0 |
| 1886 | 2024-10-16T19:23:26.712Z | Compiling darling v0.20.10 |
| 1887 | 2024-10-16T19:23:26.844Z | Compiling progenitor-macro v0.8.0 |
| 1888 | 2024-10-16T19:23:31.296Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1889 | 2024-10-16T19:23:31.488Z | Compiling progenitor-client v0.8.0 |
| 1890 | 2024-10-16T19:23:32.441Z | Compiling tabwriter v1.4.0 |
| 1891 | 2024-10-16T19:23:34.944Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1892 | 2024-10-16T19:23:35.052Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1893 | 2024-10-16T19:23:35.790Z | Compiling cstr-argument v0.1.2 |
| 1894 | 2024-10-16T19:23:36.090Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1895 | 2024-10-16T19:23:36.389Z | Compiling pretty-hex v0.2.1 |
| 1896 | 2024-10-16T19:23:36.423Z | Compiling fastrand v2.1.1 |
| 1897 | 2024-10-16T19:23:36.627Z | Compiling crucible-workspace-hack v0.1.0 |
| 1898 | 2024-10-16T19:23:37.031Z | Compiling tempfile v3.13.0 |
| 1899 | 2024-10-16T19:23:37.053Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1900 | 2024-10-16T19:23:37.121Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1901 | 2024-10-16T19:23:37.508Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1902 | 2024-10-16T19:23:37.799Z | Compiling serde_with_macros v3.11.0 |
| 1903 | 2024-10-16T19:23:38.358Z | Compiling parse-display-derive v0.10.0 |
| 1904 | 2024-10-16T19:23:38.375Z | Compiling colored v2.1.0 |
| 1905 | 2024-10-16T19:23:38.767Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1906 | 2024-10-16T19:23:39.541Z | Compiling instant v0.1.13 |
| 1907 | 2024-10-16T19:23:39.715Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1908 | 2024-10-16T19:23:39.733Z | Compiling backoff v0.4.0 |
| 1909 | 2024-10-16T19:23:40.114Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1910 | 2024-10-16T19:23:40.116Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1911 | 2024-10-16T19:23:40.479Z | Compiling serde_with v3.11.0 |
| 1912 | 2024-10-16T19:23:42.333Z | Compiling parse-display v0.10.0 |
| 1913 | 2024-10-16T19:23:42.335Z | Compiling progenitor v0.8.0 |
| 1914 | 2024-10-16T19:23:42.594Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 1915 | 2024-10-16T19:23:43.187Z | Compiling zone_cfg_derive v0.3.0 |
| 1916 | 2024-10-16T19:23:44.359Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1917 | 2024-10-16T19:23:44.572Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1918 | 2024-10-16T19:23:44.942Z | Compiling camino-tempfile v1.1.1 |
| 1919 | 2024-10-16T19:23:45.033Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1920 | 2024-10-16T19:23:45.096Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1921 | 2024-10-16T19:23:45.300Z | Compiling regress v0.9.1 |
| 1922 | 2024-10-16T19:23:45.328Z | Compiling macaddr v1.0.1 |
| 1923 | 2024-10-16T19:23:45.543Z | Compiling num-derive v0.4.2 |
| 1924 | 2024-10-16T19:23:45.691Z | Compiling sigpipe v0.1.3 |
| 1925 | 2024-10-16T19:23:45.835Z | Compiling libefi-sys v0.1.0 |
| 1926 | 2024-10-16T19:23:46.014Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1927 | 2024-10-16T19:23:46.237Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1928 | 2024-10-16T19:23:46.435Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 1929 | 2024-10-16T19:23:47.003Z | Compiling zone v0.3.0 |
| 1930 | 2024-10-16T19:23:47.868Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 1931 | 2024-10-16T19:23:49.439Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1932 | 2024-10-16T19:23:49.605Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1933 | 2024-10-16T19:23:50.295Z | Compiling smf v0.2.3 |
| 1934 | 2024-10-16T19:23:50.393Z | Compiling bitfield-struct v0.6.2 |
| 1935 | 2024-10-16T19:23:51.824Z | Compiling ring v0.16.20 |
| 1936 | 2024-10-16T19:23:52.901Z | Compiling blake3 v1.5.4 |
| 1937 | 2024-10-16T19:23:52.903Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1938 | 2024-10-16T19:23:53.832Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1939 | 2024-10-16T19:23:54.211Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1940 | 2024-10-16T19:23:54.624Z | Compiling xattr v1.3.1 |
| 1941 | 2024-10-16T19:23:54.649Z | Compiling memmap2 v0.9.5 |
| 1942 | 2024-10-16T19:23:54.961Z | Compiling filetime v0.2.25 |
| 1943 | 2024-10-16T19:23:55.229Z | Compiling untrusted v0.7.1 |
| 1944 | 2024-10-16T19:23:55.332Z | Compiling arrayref v0.3.9 |
| 1945 | 2024-10-16T19:23:55.411Z | Compiling spin v0.5.2 |
| 1946 | 2024-10-16T19:23:55.430Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1947 | 2024-10-16T19:23:55.449Z | Compiling same-file v1.0.6 |
| 1948 | 2024-10-16T19:23:55.564Z | Compiling arrayvec v0.7.6 |
| 1949 | 2024-10-16T19:23:55.676Z | Compiling constant_time_eq v0.3.1 |
| 1950 | 2024-10-16T19:23:55.741Z | Compiling walkdir v2.5.0 |
| 1951 | 2024-10-16T19:23:55.865Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1952 | 2024-10-16T19:23:57.194Z | Compiling tar v0.4.42 |
| 1953 | 2024-10-16T19:23:57.451Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1954 | 2024-10-16T19:23:57.864Z | Compiling gethostname v0.5.0 |
| 1955 | 2024-10-16T19:23:58.069Z | Compiling cargo-platform v0.1.8 |
| 1956 | 2024-10-16T19:23:58.648Z | Compiling topological-sort v0.2.2 |
| 1957 | 2024-10-16T19:23:58.710Z | Compiling cargo_metadata v0.18.1 |
| 1958 | 2024-10-16T19:24:01.722Z | Compiling omicron-zone-package v0.11.1 |
| 1959 | 2024-10-16T19:24:05.302Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1960 | 2024-10-16T19:24:06.158Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1961 | 2024-10-16T19:24:11.758Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1962 | 2024-10-16T19:24:29.179Z | Finished `release` profile [optimized] target(s) in 4m 47s |
| 1963 | 2024-10-16T19:24:29.338Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1964 | 2024-10-16T19:24:29.385Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1965 | 2024-10-16T19:24:29.387Z | Created new build target 'test' and set it as active |
| 1966 | 2024-10-16T19:24:29.387Z | |
| 1967 | 2024-10-16T19:24:29.387Z | real 4:47.390254122 |
| 1968 | 2024-10-16T19:24:29.387Z | user 32:35.082707572 |
| 1969 | 2024-10-16T19:24:29.387Z | sys 4:01.819022511 |
| 1970 | 2024-10-16T19:24:29.387Z | trap 0.970929677 |
| 1971 | 2024-10-16T19:24:29.387Z | tflt 3.458420690 |
| 1972 | 2024-10-16T19:24:29.387Z | dflt 0.806668773 |
| 1973 | 2024-10-16T19:24:29.387Z | kflt 0.010484020 |
| 1974 | 2024-10-16T19:24:29.387Z | lock 1:12:47.049402250 |
| 1975 | 2024-10-16T19:24:29.387Z | slp 2:05:27.628426965 |
| 1976 | 2024-10-16T19:24:29.387Z | lat 2:08.509809712 |
| 1977 | 2024-10-16T19:24:29.387Z | stop 3:57.849514493 |
| 1978 | 2024-10-16T19:24:29.390Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1979 | 2024-10-16T19:24:30.406Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 1980 | 2024-10-16T19:24:30.461Z | Running `target/release/omicron-package -t test package` |
| 1981 | 2024-10-16T19:24:30.504Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1982 | 2024-10-16T19:24:31.725Z | Compiling convert_case v0.4.0 |
| 1983 | 2024-10-16T19:24:31.725Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1984 | 2024-10-16T19:24:31.728Z | Compiling itertools v0.13.0 |
| 1985 | 2024-10-16T19:24:31.728Z | Compiling password-hash v0.5.0 |
| 1986 | 2024-10-16T19:24:31.729Z | Compiling blake2 v0.10.6 |
| 1987 | 2024-10-16T19:24:31.729Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1988 | 2024-10-16T19:24:31.729Z | Compiling newline-converter v0.3.0 |
| 1989 | 2024-10-16T19:24:31.894Z | Compiling cancel-safe-futures v0.1.5 |
| 1990 | 2024-10-16T19:24:32.091Z | Compiling owo-colors v4.1.0 |
| 1991 | 2024-10-16T19:24:32.306Z | Compiling expectorate v1.1.0 |
| 1992 | 2024-10-16T19:24:32.381Z | Compiling argon2 v0.5.3 |
| 1993 | 2024-10-16T19:24:32.509Z | Compiling base64 v0.21.7 |
| 1994 | 2024-10-16T19:24:32.530Z | Compiling derive_more v0.99.18 |
| 1995 | 2024-10-16T19:24:33.600Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1996 | 2024-10-16T19:24:33.677Z | Compiling libsw v3.3.1 |
| 1997 | 2024-10-16T19:24:33.848Z | Compiling swrite v0.1.0 |
| 1998 | 2024-10-16T19:24:33.868Z | Compiling linear-map v1.2.0 |
| 1999 | 2024-10-16T19:24:33.991Z | Compiling indent_write v2.2.0 |
| 2000 | 2024-10-16T19:24:34.009Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2001 | 2024-10-16T19:24:34.144Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2002 | 2024-10-16T19:24:34.232Z | Compiling progenitor-client v0.8.0 |
| 2003 | 2024-10-16T19:24:34.285Z | Compiling atomicwrites v0.4.4 |
| 2004 | 2024-10-16T19:24:34.661Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2005 | 2024-10-16T19:24:34.774Z | Compiling progenitor v0.8.0 |
| 2006 | 2024-10-16T19:24:34.802Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2007 | 2024-10-16T19:24:35.028Z | Compiling num-rational v0.4.2 |
| 2008 | 2024-10-16T19:24:35.225Z | Compiling num-complex v0.4.6 |
| 2009 | 2024-10-16T19:24:35.355Z | Compiling prettyplease v0.2.22 |
| 2010 | 2024-10-16T19:24:35.684Z | Compiling float-ord v0.3.2 |
| 2011 | 2024-10-16T19:24:35.859Z | Compiling semver v0.1.20 |
| 2012 | 2024-10-16T19:24:36.463Z | Compiling num v0.4.3 |
| 2013 | 2024-10-16T19:24:36.589Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2014 | 2024-10-16T19:24:36.591Z | Compiling rustc_version v0.1.7 |
| 2015 | 2024-10-16T19:24:37.035Z | Compiling newtype_derive v0.1.6 |
| 2016 | 2024-10-16T19:24:37.478Z | Compiling humantime v2.1.0 |
| 2017 | 2024-10-16T19:24:37.497Z | Compiling highway v1.2.0 |
| 2018 | 2024-10-16T19:24:38.467Z | Compiling home v0.5.9 |
| 2019 | 2024-10-16T19:24:38.716Z | Compiling steno v0.4.1 |
| 2020 | 2024-10-16T19:24:39.294Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2021 | 2024-10-16T19:24:41.724Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2022 | 2024-10-16T19:24:42.234Z | Compiling newtype-uuid v1.1.2 |
| 2023 | 2024-10-16T19:24:42.600Z | Compiling ipnetwork v0.20.0 |
| 2024 | 2024-10-16T19:24:43.125Z | Compiling slog-dtrace v0.3.0 |
| 2025 | 2024-10-16T19:24:43.394Z | Compiling instant v0.1.13 |
| 2026 | 2024-10-16T19:24:43.516Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2027 | 2024-10-16T19:24:43.538Z | Compiling backoff v0.4.0 |
| 2028 | 2024-10-16T19:24:43.555Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2029 | 2024-10-16T19:24:43.884Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2030 | 2024-10-16T19:24:44.211Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2031 | 2024-10-16T19:24:44.230Z | Compiling parse-display v0.10.0 |
| 2032 | 2024-10-16T19:24:44.811Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2033 | 2024-10-16T19:24:45.000Z | Compiling serde_with v3.11.0 |
| 2034 | 2024-10-16T19:24:48.864Z | Compiling strum v0.26.3 |
| 2035 | 2024-10-16T19:24:49.053Z | Compiling regress v0.9.1 |
| 2036 | 2024-10-16T19:24:49.072Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2037 | 2024-10-16T19:24:50.936Z | Compiling macaddr v1.0.1 |
| 2038 | 2024-10-16T19:24:52.177Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2039 | 2024-10-16T19:24:52.978Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2040 | 2024-10-16T19:24:53.969Z | Compiling display-error-chain v0.2.1 |
| 2041 | 2024-10-16T19:24:54.169Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2042 | 2024-10-16T19:24:57.613Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2043 | 2024-10-16T19:24:58.720Z | Compiling half v2.4.1 |
| 2044 | 2024-10-16T19:24:59.475Z | Compiling ciborium-io v0.2.2 |
| 2045 | 2024-10-16T19:24:59.625Z | Compiling ciborium-ll v0.2.2 |
| 2046 | 2024-10-16T19:25:00.154Z | Compiling tungstenite v0.21.0 |
| 2047 | 2024-10-16T19:25:01.268Z | Compiling ciborium v0.2.2 |
| 2048 | 2024-10-16T19:25:02.210Z | Compiling tokio-tungstenite v0.21.0 |
| 2049 | 2024-10-16T19:25:02.838Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2050 | 2024-10-16T19:25:03.415Z | Compiling fastrand v2.1.1 |
| 2051 | 2024-10-16T19:25:03.940Z | Compiling same-file v1.0.6 |
| 2052 | 2024-10-16T19:25:04.179Z | Compiling walkdir v2.5.0 |
| 2053 | 2024-10-16T19:25:04.835Z | Compiling tempfile v3.13.0 |
| 2054 | 2024-10-16T19:25:05.462Z | Compiling ring v0.16.20 |
| 2055 | 2024-10-16T19:25:08.339Z | Compiling blake3 v1.5.4 |
| 2056 | 2024-10-16T19:25:08.986Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2057 | 2024-10-16T19:25:09.046Z | Compiling xattr v1.3.1 |
| 2058 | 2024-10-16T19:25:09.332Z | Compiling memmap2 v0.9.5 |
| 2059 | 2024-10-16T19:25:09.395Z | Compiling filetime v0.2.25 |
| 2060 | 2024-10-16T19:25:09.742Z | Compiling keccak v0.1.5 |
| 2061 | 2024-10-16T19:25:10.752Z | Compiling arrayref v0.3.9 |
| 2062 | 2024-10-16T19:25:10.754Z | Compiling constant_time_eq v0.3.1 |
| 2063 | 2024-10-16T19:25:10.868Z | Compiling untrusted v0.7.1 |
| 2064 | 2024-10-16T19:25:10.935Z | Compiling arrayvec v0.7.6 |
| 2065 | 2024-10-16T19:25:11.080Z | Compiling spin v0.5.2 |
| 2066 | 2024-10-16T19:25:11.785Z | Compiling sha3 v0.10.8 |
| 2067 | 2024-10-16T19:25:12.535Z | Compiling tar v0.4.42 |
| 2068 | 2024-10-16T19:25:12.698Z | Compiling camino-tempfile v1.1.1 |
| 2069 | 2024-10-16T19:25:13.029Z | Compiling toolchain_find v0.4.0 |
| 2070 | 2024-10-16T19:25:13.129Z | Compiling nibble_vec v0.1.0 |
| 2071 | 2024-10-16T19:25:13.342Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2072 | 2024-10-16T19:25:13.368Z | Compiling radium v0.7.0 |
| 2073 | 2024-10-16T19:25:13.591Z | Compiling topological-sort v0.2.2 |
| 2074 | 2024-10-16T19:25:13.829Z | Compiling endian-type v0.1.2 |
| 2075 | 2024-10-16T19:25:13.831Z | Compiling crunchy v0.2.2 |
| 2076 | 2024-10-16T19:25:14.082Z | Compiling glob v0.3.1 |
| 2077 | 2024-10-16T19:25:14.319Z | Compiling maplit v1.0.2 |
| 2078 | 2024-10-16T19:25:14.485Z | Compiling radix_trie v0.2.1 |
| 2079 | 2024-10-16T19:25:14.568Z | Compiling omicron-zone-package v0.11.1 |
| 2080 | 2024-10-16T19:25:14.626Z | Compiling rustfmt-wrapper v0.2.1 |
| 2081 | 2024-10-16T19:25:14.860Z | Compiling clang-sys v1.8.1 |
| 2082 | 2024-10-16T19:25:15.245Z | Compiling tiny-keccak v2.0.2 |
| 2083 | 2024-10-16T19:25:15.356Z | Compiling tap v1.0.1 |
| 2084 | 2024-10-16T19:25:15.550Z | Compiling maybe-uninit v2.0.0 |
| 2085 | 2024-10-16T19:25:15.609Z | Compiling wyz v0.5.1 |
| 2086 | 2024-10-16T19:25:15.850Z | Compiling dsl_auto_type v0.1.2 |
| 2087 | 2024-10-16T19:25:16.087Z | Compiling scheduled-thread-pool v0.2.7 |
| 2088 | 2024-10-16T19:25:16.123Z | Compiling secrecy v0.8.0 |
| 2089 | 2024-10-16T19:25:16.193Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2090 | 2024-10-16T19:25:16.404Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2091 | 2024-10-16T19:25:16.717Z | Compiling arc-swap v1.7.1 |
| 2092 | 2024-10-16T19:25:16.813Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2093 | 2024-10-16T19:25:17.144Z | Compiling crc-catalog v2.4.0 |
| 2094 | 2024-10-16T19:25:17.222Z | Compiling packed_struct v0.10.1 |
| 2095 | 2024-10-16T19:25:17.302Z | Compiling funty v2.0.0 |
| 2096 | 2024-10-16T19:25:17.395Z | Compiling crc v3.2.1 |
| 2097 | 2024-10-16T19:25:17.429Z | Compiling diesel_derives v2.2.3 |
| 2098 | 2024-10-16T19:25:17.699Z | Compiling slog-scope v4.4.0 |
| 2099 | 2024-10-16T19:25:17.812Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2100 | 2024-10-16T19:25:18.529Z | Compiling bitvec v1.0.1 |
| 2101 | 2024-10-16T19:25:19.357Z | Compiling r2d2 v0.8.10 |
| 2102 | 2024-10-16T19:25:19.826Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2103 | 2024-10-16T19:25:19.893Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2104 | 2024-10-16T19:25:20.225Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2105 | 2024-10-16T19:25:23.018Z | Compiling ascii-canvas v3.0.0 |
| 2106 | 2024-10-16T19:25:23.519Z | Compiling universal-hash v0.5.1 |
| 2107 | 2024-10-16T19:25:23.778Z | Compiling packed_struct_codegen v0.10.1 |
| 2108 | 2024-10-16T19:25:24.862Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2109 | 2024-10-16T19:25:26.366Z | Compiling ena v0.14.3 |
| 2110 | 2024-10-16T19:25:26.798Z | Compiling indexmap v1.9.3 |
| 2111 | 2024-10-16T19:25:27.151Z | Compiling libloading v0.8.5 |
| 2112 | 2024-10-16T19:25:27.556Z | Compiling diff v0.1.13 |
| 2113 | 2024-10-16T19:25:27.594Z | Compiling regex-syntax v0.6.29 |
| 2114 | 2024-10-16T19:25:28.106Z | Compiling bindgen v0.69.5 |
| 2115 | 2024-10-16T19:25:28.560Z | Compiling nodrop v0.1.14 |
| 2116 | 2024-10-16T19:25:28.705Z | Compiling opaque-debug v0.3.1 |
| 2117 | 2024-10-16T19:25:28.811Z | Compiling poly1305 v0.8.0 |
| 2118 | 2024-10-16T19:25:29.198Z | Compiling diesel v2.2.4 |
| 2119 | 2024-10-16T19:25:30.369Z | Compiling array-init v0.0.4 |
| 2120 | 2024-10-16T19:25:31.705Z | Compiling lalrpop v0.19.12 |
| 2121 | 2024-10-16T19:25:32.944Z | Compiling thiserror-no-std v2.0.2 |
| 2122 | 2024-10-16T19:25:43.837Z | Compiling smallvec v0.6.14 |
| 2123 | 2024-10-16T19:25:44.317Z | Compiling slog-stdlog v4.1.1 |
| 2124 | 2024-10-16T19:25:44.766Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2125 | 2024-10-16T19:25:45.172Z | Compiling which v4.4.2 |
| 2126 | 2024-10-16T19:25:45.729Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2127 | 2024-10-16T19:25:45.918Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2128 | 2024-10-16T19:25:46.076Z | Compiling chacha20 v0.9.1 |
| 2129 | 2024-10-16T19:25:46.185Z | Compiling cexpr v0.6.0 |
| 2130 | 2024-10-16T19:25:46.583Z | Compiling aead v0.5.2 |
| 2131 | 2024-10-16T19:25:46.953Z | Compiling ref-cast v1.0.23 |
| 2132 | 2024-10-16T19:25:47.488Z | Compiling bitfield v0.14.0 |
| 2133 | 2024-10-16T19:25:47.799Z | Compiling lazycell v1.3.0 |
| 2134 | 2024-10-16T19:25:47.818Z | Compiling hashbrown v0.12.3 |
| 2135 | 2024-10-16T19:25:47.991Z | Compiling rustc-hash v1.1.0 |
| 2136 | 2024-10-16T19:25:48.169Z | Compiling termcolor v1.4.1 |
| 2137 | 2024-10-16T19:25:49.270Z | Compiling env_logger v0.10.2 |
| 2138 | 2024-10-16T19:25:52.289Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2139 | 2024-10-16T19:25:52.546Z | Compiling chacha20poly1305 v0.10.1 |
| 2140 | 2024-10-16T19:25:52.827Z | Compiling slog-envlogger v2.2.0 |
| 2141 | 2024-10-16T19:25:55.349Z | Compiling serde-hex v0.1.0 |
| 2142 | 2024-10-16T19:25:58.375Z | Compiling polar-core v0.27.3 |
| 2143 | 2024-10-16T19:25:59.671Z | Compiling bzip2 v0.4.4 |
| 2144 | 2024-10-16T19:26:00.165Z | Compiling vsss-rs v3.3.4 |
| 2145 | 2024-10-16T19:26:00.627Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2146 | 2024-10-16T19:26:00.977Z | Compiling ron v0.8.1 |
| 2147 | 2024-10-16T19:26:03.551Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2148 | 2024-10-16T19:26:03.931Z | Compiling derive_builder_core v0.20.2 |
| 2149 | 2024-10-16T19:26:04.370Z | Compiling hashbrown v0.13.2 |
| 2150 | 2024-10-16T19:26:04.873Z | Compiling headers-core v0.3.0 |
| 2151 | 2024-10-16T19:26:05.064Z | Compiling fxhash v0.2.1 |
| 2152 | 2024-10-16T19:26:05.293Z | Compiling libxml v0.3.3 |
| 2153 | 2024-10-16T19:26:05.674Z | Compiling ref-cast-impl v1.0.23 |
| 2154 | 2024-10-16T19:26:05.768Z | Compiling crc-any v2.5.0 |
| 2155 | 2024-10-16T19:26:06.234Z | Compiling derive_builder_macro v0.20.2 |
| 2156 | 2024-10-16T19:26:06.758Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2157 | 2024-10-16T19:26:06.991Z | Compiling object v0.30.4 |
| 2158 | 2024-10-16T19:26:07.091Z | Compiling headers v0.4.0 |
| 2159 | 2024-10-16T19:26:10.378Z | Compiling samael v0.0.17 |
| 2160 | 2024-10-16T19:26:10.946Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2161 | 2024-10-16T19:26:12.062Z | Compiling zip v0.6.6 |
| 2162 | 2024-10-16T19:26:14.815Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2163 | 2024-10-16T19:26:17.470Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2164 | 2024-10-16T19:26:17.795Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2165 | 2024-10-16T19:26:18.171Z | Compiling phf_generator v0.11.2 |
| 2166 | 2024-10-16T19:26:18.372Z | Compiling strum_macros v0.24.3 |
| 2167 | 2024-10-16T19:26:19.832Z | Compiling kstat-rs v0.2.4 |
| 2168 | 2024-10-16T19:26:20.795Z | Compiling async-recursion v1.1.1 |
| 2169 | 2024-10-16T19:26:21.438Z | Compiling unicase v2.7.0 |
| 2170 | 2024-10-16T19:26:21.717Z | Compiling path-slash v0.1.5 |
| 2171 | 2024-10-16T19:26:21.776Z | Compiling indoc v1.0.9 |
| 2172 | 2024-10-16T19:26:21.962Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2173 | 2024-10-16T19:26:22.254Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2174 | 2024-10-16T19:26:22.295Z | Compiling phf_codegen v0.11.2 |
| 2175 | 2024-10-16T19:26:22.885Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2176 | 2024-10-16T19:26:27.260Z | Compiling derive_builder v0.20.2 |
| 2177 | 2024-10-16T19:26:27.460Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2178 | 2024-10-16T19:26:29.820Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2179 | 2024-10-16T19:26:30.156Z | Compiling pem v3.0.4 |
| 2180 | 2024-10-16T19:26:31.641Z | Compiling http v0.2.12 |
| 2181 | 2024-10-16T19:26:36.198Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2182 | 2024-10-16T19:26:36.394Z | Compiling oso-derive v0.27.3 |
| 2183 | 2024-10-16T19:26:37.422Z | Compiling parse-zoneinfo v0.3.1 |
| 2184 | 2024-10-16T19:26:37.696Z | Compiling libz-sys v1.1.20 |
| 2185 | 2024-10-16T19:26:38.385Z | Compiling quick-xml v0.33.0 |
| 2186 | 2024-10-16T19:26:39.076Z | Compiling diesel-dtrace v0.3.0 |
| 2187 | 2024-10-16T19:26:39.432Z | Compiling parking_lot_core v0.8.6 |
| 2188 | 2024-10-16T19:26:39.903Z | Compiling cfg_aliases v0.1.1 |
| 2189 | 2024-10-16T19:26:40.028Z | Compiling nix v0.28.0 |
| 2190 | 2024-10-16T19:26:40.594Z | Compiling chrono-tz-build v0.4.0 |
| 2191 | 2024-10-16T19:26:40.871Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2192 | 2024-10-16T19:26:41.780Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2193 | 2024-10-16T19:26:42.486Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2194 | 2024-10-16T19:26:43.201Z | Compiling oso v0.27.3 |
| 2195 | 2024-10-16T19:26:45.617Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2196 | 2024-10-16T19:26:45.948Z | Compiling bb8 v0.8.5 |
| 2197 | 2024-10-16T19:26:46.569Z | Compiling const_format_proc_macros v0.2.33 |
| 2198 | 2024-10-16T19:26:47.159Z | Compiling vte_generate_state_changes v0.1.2 |
| 2199 | 2024-10-16T19:26:47.796Z | Compiling buf-list v1.0.3 |
| 2200 | 2024-10-16T19:26:48.466Z | Compiling vte v0.11.1 |
| 2201 | 2024-10-16T19:26:48.575Z | Compiling const_format v0.2.33 |
| 2202 | 2024-10-16T19:26:49.876Z | Compiling async-bb8-diesel v0.2.1 |
| 2203 | 2024-10-16T19:26:50.034Z | Compiling chrono-tz v0.10.0 |
| 2204 | 2024-10-16T19:26:51.205Z | Compiling h2 v0.3.26 |
| 2205 | 2024-10-16T19:26:51.566Z | Compiling http-body v0.4.6 |
| 2206 | 2024-10-16T19:26:52.338Z | Compiling fd-lock v4.0.2 |
| 2207 | 2024-10-16T19:26:52.580Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2208 | 2024-10-16T19:26:53.354Z | Compiling pin-project-internal v1.1.6 |
| 2209 | 2024-10-16T19:26:56.259Z | Compiling atty v0.2.14 |
| 2210 | 2024-10-16T19:26:56.438Z | Compiling bytecount v0.6.8 |
| 2211 | 2024-10-16T19:26:56.777Z | Compiling salty v0.3.0 |
| 2212 | 2024-10-16T19:26:57.247Z | Compiling papergrid v0.11.0 |
| 2213 | 2024-10-16T19:27:01.317Z | Compiling hyper v0.14.30 |
| 2214 | 2024-10-16T19:27:09.923Z | Compiling pin-project v1.1.6 |
| 2215 | 2024-10-16T19:27:12.359Z | Compiling parking_lot v0.11.2 |
| 2216 | 2024-10-16T19:27:17.043Z | Compiling strip-ansi-escapes v0.2.0 |
| 2217 | 2024-10-16T19:27:18.775Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2218 | 2024-10-16T19:27:20.312Z | Compiling tabled_derive v0.7.0 |
| 2219 | 2024-10-16T19:27:22.593Z | Compiling peg-macros v0.8.4 |
| 2220 | 2024-10-16T19:27:23.457Z | Compiling snafu-derive v0.8.5 |
| 2221 | 2024-10-16T19:27:25.771Z | Compiling sqlparser_derive v0.2.2 |
| 2222 | 2024-10-16T19:27:26.323Z | Compiling sync_wrapper v0.1.2 |
| 2223 | 2024-10-16T19:27:26.792Z | Compiling unicode_categories v0.1.1 |
| 2224 | 2024-10-16T19:27:26.811Z | Compiling nu-ansi-term v0.50.1 |
| 2225 | 2024-10-16T19:27:27.147Z | Compiling sqlformat v0.2.6 |
| 2226 | 2024-10-16T19:27:27.966Z | Compiling reedline v0.35.0 |
| 2227 | 2024-10-16T19:27:28.312Z | Compiling snafu v0.8.5 |
| 2228 | 2024-10-16T19:27:29.579Z | Compiling sqlparser v0.45.0 |
| 2229 | 2024-10-16T19:27:31.088Z | Compiling rustyline v14.0.0 |
| 2230 | 2024-10-16T19:27:35.287Z | Compiling reqwest v0.11.27 |
| 2231 | 2024-10-16T19:27:38.862Z | Compiling peg v0.8.4 |
| 2232 | 2024-10-16T19:27:38.998Z | Compiling tabled v0.15.0 |
| 2233 | 2024-10-16T19:27:43.362Z | Compiling sled v0.34.7 |
| 2234 | 2024-10-16T19:27:55.085Z | Compiling mime_guess v2.0.5 |
| 2235 | 2024-10-16T19:27:59.415Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2236 | 2024-10-16T19:28:00.729Z | Compiling hickory-client v0.24.1 |
| 2237 | 2024-10-16T19:28:01.759Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2238 | 2024-10-16T19:28:06.193Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2239 | 2024-10-16T19:28:08.471Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2240 | 2024-10-16T19:28:10.933Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2241 | 2024-10-16T19:28:12.183Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2242 | 2024-10-16T19:28:13.775Z | Compiling globset v0.4.15 |
| 2243 | 2024-10-16T19:28:16.450Z | Compiling hickory-server v0.24.1 |
| 2244 | 2024-10-16T19:28:20.224Z | Compiling primeorder v0.13.6 |
| 2245 | 2024-10-16T19:28:20.839Z | Compiling olpc-cjson v0.1.4 |
| 2246 | 2024-10-16T19:28:21.207Z | Compiling bcs v0.1.6 |
| 2247 | 2024-10-16T19:28:21.562Z | Compiling vergen v8.3.2 |
| 2248 | 2024-10-16T19:28:21.905Z | Compiling env_filter v0.1.2 |
| 2249 | 2024-10-16T19:28:22.008Z | Compiling serde_plain v1.0.2 |
| 2250 | 2024-10-16T19:28:22.120Z | Compiling cargo-platform v0.1.8 |
| 2251 | 2024-10-16T19:28:22.567Z | Compiling nanorand v0.7.0 |
| 2252 | 2024-10-16T19:28:22.632Z | Compiling memoffset v0.9.1 |
| 2253 | 2024-10-16T19:28:23.015Z | Compiling typed-path v0.7.1 |
| 2254 | 2024-10-16T19:28:23.284Z | Compiling flume v0.11.0 |
| 2255 | 2024-10-16T19:28:23.432Z | Compiling cargo_metadata v0.18.1 |
| 2256 | 2024-10-16T19:28:24.096Z | Compiling env_logger v0.11.5 |
| 2257 | 2024-10-16T19:28:25.576Z | Compiling tough v0.17.1 |
| 2258 | 2024-10-16T19:28:26.816Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2259 | 2024-10-16T19:28:29.101Z | Compiling p384 v0.13.0 |
| 2260 | 2024-10-16T19:28:29.956Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2261 | 2024-10-16T19:28:29.985Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2262 | 2024-10-16T19:28:35.257Z | Compiling git2 v0.19.0 |
| 2263 | 2024-10-16T19:28:37.586Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2264 | 2024-10-16T19:28:40.858Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2265 | 2024-10-16T19:28:42.252Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2266 | 2024-10-16T19:28:44.285Z | Compiling libsqlite3-sys v0.30.1 |
| 2267 | 2024-10-16T19:28:44.623Z | Compiling lzma-sys v0.1.20 |
| 2268 | 2024-10-16T19:28:44.889Z | Compiling cfg_aliases v0.2.1 |
| 2269 | 2024-10-16T19:28:45.012Z | Compiling rustls v0.21.12 |
| 2270 | 2024-10-16T19:28:45.330Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2271 | 2024-10-16T19:28:45.350Z | Compiling parse-size v1.0.0 |
| 2272 | 2024-10-16T19:28:45.658Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2273 | 2024-10-16T19:28:45.783Z | Compiling nix v0.29.0 |
| 2274 | 2024-10-16T19:28:47.983Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2275 | 2024-10-16T19:28:49.350Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2276 | 2024-10-16T19:28:50.152Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2277 | 2024-10-16T19:28:50.904Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2278 | 2024-10-16T19:28:54.068Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2279 | 2024-10-16T19:28:54.245Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2280 | 2024-10-16T19:28:54.578Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2281 | 2024-10-16T19:28:56.880Z | Compiling rustls-webpki v0.101.7 |
| 2282 | 2024-10-16T19:28:58.780Z | Compiling sct v0.7.1 |
| 2283 | 2024-10-16T19:28:59.270Z | Compiling heck v0.3.3 |
| 2284 | 2024-10-16T19:28:59.692Z | Compiling castaway v0.2.3 |
| 2285 | 2024-10-16T19:28:59.907Z | Compiling rand_seeder v0.3.0 |
| 2286 | 2024-10-16T19:29:00.344Z | Compiling csv-core v0.1.11 |
| 2287 | 2024-10-16T19:29:01.002Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2288 | 2024-10-16T19:29:01.046Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2289 | 2024-10-16T19:29:01.245Z | Compiling http-range v0.1.5 |
| 2290 | 2024-10-16T19:29:01.482Z | Compiling hyper-staticfile v0.10.1 |
| 2291 | 2024-10-16T19:29:01.843Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2292 | 2024-10-16T19:29:02.109Z | Compiling csv v1.3.0 |
| 2293 | 2024-10-16T19:29:03.264Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2294 | 2024-10-16T19:29:03.512Z | Compiling compact_str v0.8.0 |
| 2295 | 2024-10-16T19:29:04.267Z | Compiling zone_cfg_derive v0.1.2 |
| 2296 | 2024-10-16T19:29:05.732Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2297 | 2024-10-16T19:29:06.226Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2298 | 2024-10-16T19:29:06.252Z | Compiling nix v0.27.1 |
| 2299 | 2024-10-16T19:29:08.655Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2300 | 2024-10-16T19:29:10.255Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2301 | 2024-10-16T19:29:15.407Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2302 | 2024-10-16T19:29:15.790Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2303 | 2024-10-16T19:29:19.275Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2304 | 2024-10-16T19:29:19.631Z | Compiling unicode-truncate v1.1.0 |
| 2305 | 2024-10-16T19:29:19.944Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2306 | 2024-10-16T19:29:20.296Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2307 | 2024-10-16T19:29:20.638Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2308 | 2024-10-16T19:29:21.274Z | Compiling hashlink v0.9.1 |
| 2309 | 2024-10-16T19:29:21.386Z | Compiling lru v0.12.5 |
| 2310 | 2024-10-16T19:29:21.773Z | Compiling instability v0.3.2 |
| 2311 | 2024-10-16T19:29:22.089Z | Compiling base64 v0.13.1 |
| 2312 | 2024-10-16T19:29:22.809Z | Compiling fallible-iterator v0.3.0 |
| 2313 | 2024-10-16T19:29:22.849Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2314 | 2024-10-16T19:29:22.868Z | Compiling cassowary v0.3.0 |
| 2315 | 2024-10-16T19:29:23.155Z | Compiling ron v0.7.1 |
| 2316 | 2024-10-16T19:29:23.632Z | Compiling rusqlite v0.32.1 |
| 2317 | 2024-10-16T19:29:26.650Z | Compiling ratatui v0.28.1 |
| 2318 | 2024-10-16T19:29:28.607Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2319 | 2024-10-16T19:29:29.362Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2320 | 2024-10-16T19:29:31.915Z | Compiling xz2 v0.1.7 |
| 2321 | 2024-10-16T19:29:32.569Z | Compiling tokio-rustls v0.24.1 |
| 2322 | 2024-10-16T19:29:38.968Z | Compiling zone v0.1.8 |
| 2323 | 2024-10-16T19:29:42.452Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2324 | 2024-10-16T19:29:46.594Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2325 | 2024-10-16T19:29:47.933Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2326 | 2024-10-16T19:29:49.597Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2327 | 2024-10-16T19:29:51.245Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2328 | 2024-10-16T19:29:52.913Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2329 | 2024-10-16T19:29:53.030Z | Compiling rustls-pemfile v1.0.4 |
| 2330 | 2024-10-16T19:29:53.794Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2331 | 2024-10-16T19:29:54.138Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2332 | 2024-10-16T19:29:55.709Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2333 | 2024-10-16T19:29:55.891Z | Compiling signal-hook-tokio v0.3.1 |
| 2334 | 2024-10-16T19:29:56.129Z | Compiling twox-hash v1.6.3 |
| 2335 | 2024-10-16T19:29:57.234Z | Compiling yasna v0.5.2 |
| 2336 | 2024-10-16T19:29:58.087Z | Compiling smawk v0.3.2 |
| 2337 | 2024-10-16T19:29:58.364Z | Compiling unicode-linebreak v0.1.5 |
| 2338 | 2024-10-16T19:29:58.953Z | Compiling is_ci v1.2.0 |
| 2339 | 2024-10-16T19:29:59.275Z | Compiling supports-color v3.0.1 |
| 2340 | 2024-10-16T19:29:59.294Z | Compiling textwrap v0.16.1 |
| 2341 | 2024-10-16T19:29:59.716Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2342 | 2024-10-16T19:30:00.818Z | Compiling rcgen v0.12.1 |
| 2343 | 2024-10-16T19:30:03.030Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2344 | 2024-10-16T19:30:04.536Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2345 | 2024-10-16T19:30:12.332Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2346 | 2024-10-16T19:30:14.274Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2347 | 2024-10-16T19:30:19.400Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2348 | 2024-10-16T19:30:21.566Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2349 | 2024-10-16T19:30:21.794Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2350 | 2024-10-16T19:30:22.153Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2351 | 2024-10-16T19:30:29.047Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2352 | 2024-10-16T19:30:29.396Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2353 | 2024-10-16T19:30:33.302Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2354 | 2024-10-16T19:30:36.394Z | Compiling fatfs v0.3.6 |
| 2355 | 2024-10-16T19:30:39.336Z | Compiling rtoolbox v0.0.2 |
| 2356 | 2024-10-16T19:30:39.794Z | Compiling subprocess v0.2.9 |
| 2357 | 2024-10-16T19:30:40.457Z | Compiling assert_matches v1.5.0 |
| 2358 | 2024-10-16T19:30:42.756Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2359 | 2024-10-16T19:30:44.721Z | Compiling rpassword v7.3.1 |
| 2360 | 2024-10-16T19:30:45.209Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2361 | 2024-10-16T19:30:48.052Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2362 | 2024-10-16T19:30:50.830Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2363 | 2024-10-16T19:30:57.999Z | Compiling tui-tree-widget v0.22.0 |
| 2364 | 2024-10-16T19:30:58.461Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2365 | 2024-10-16T19:31:03.187Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2366 | 2024-10-16T19:31:13.017Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2367 | 2024-10-16T19:31:13.360Z | Compiling uzers v0.11.3 |
| 2368 | 2024-10-16T19:31:16.057Z | Compiling shell-words v1.1.0 |
| 2369 | 2024-10-16T19:31:16.535Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2370 | 2024-10-16T19:31:16.655Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2371 | 2024-10-16T19:31:18.705Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2372 | 2024-10-16T19:31:48.027Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2373 | 2024-10-16T19:31:51.205Z | Compiling multimap v0.10.0 |
| 2374 | 2024-10-16T19:34:07.494Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2375 | 2024-10-16T19:34:32.512Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2376 | 2024-10-16T19:41:06.535Z | Finished `release` profile [optimized] target(s) in 16m 35s |
| 2377 | 2024-10-16T19:42:05.534Z | |
| 2378 | 2024-10-16T19:42:05.537Z | real 17:35.983083550 |
| 2379 | 2024-10-16T19:42:05.537Z | user 2:00:49.005482574 |
| 2380 | 2024-10-16T19:42:05.537Z | sys 5:54.873744790 |
| 2381 | 2024-10-16T19:42:05.537Z | trap 3.087815999 |
| 2382 | 2024-10-16T19:42:05.537Z | tflt 3.197941061 |
| 2383 | 2024-10-16T19:42:05.537Z | dflt 4.492865121 |
| 2384 | 2024-10-16T19:42:05.537Z | kflt 0.092357096 |
| 2385 | 2024-10-16T19:42:05.537Z | lock 7:20:57.843797530 |
| 2386 | 2024-10-16T19:42:05.537Z | slp 6:24:57.176467205 |
| 2387 | 2024-10-16T19:42:05.537Z | lat 2:55.194267740 |
| 2388 | 2024-10-16T19:42:05.537Z | stop 2:33.466469417 |
| 2389 | 2024-10-16T19:42:05.537Z | + mapfile -t packages |
| 2390 | 2024-10-16T19:42:05.537Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2391 | 2024-10-16T19:42:06.643Z | Finished `release` profile [optimized] target(s) in 1.05s |
| 2392 | 2024-10-16T19:42:06.695Z | Running `target/release/omicron-package -t test list-outputs` |
| 2393 | 2024-10-16T19:42:06.742Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2394 | 2024-10-16T19:42:06.744Z | + ptime -m cargo build --locked --release -p xtask |
| 2395 | 2024-10-16T19:42:07.367Z | Compiling serde v1.0.210 |
| 2396 | 2024-10-16T19:42:07.369Z | Compiling serde_json v1.0.128 |
| 2397 | 2024-10-16T19:42:07.369Z | Compiling libc v0.2.159 |
| 2398 | 2024-10-16T19:42:07.369Z | Compiling rustix v0.38.37 |
| 2399 | 2024-10-16T19:42:07.370Z | Compiling syn v2.0.79 |
| 2400 | 2024-10-16T19:42:07.455Z | Compiling bitflags v2.6.0 |
| 2401 | 2024-10-16T19:42:07.883Z | Compiling usdt-impl v0.5.0 |
| 2402 | 2024-10-16T19:42:07.949Z | Compiling syn v1.0.109 |
| 2403 | 2024-10-16T19:42:07.988Z | Compiling log v0.4.22 |
| 2404 | 2024-10-16T19:42:08.003Z | Compiling hashbrown v0.15.0 |
| 2405 | 2024-10-16T19:42:08.018Z | Compiling fs-err v2.11.0 |
| 2406 | 2024-10-16T19:42:08.422Z | Compiling anyhow v1.0.89 |
| 2407 | 2024-10-16T19:42:08.446Z | Compiling once_cell v1.20.2 |
| 2408 | 2024-10-16T19:42:08.936Z | Compiling thread-id v4.2.2 |
| 2409 | 2024-10-16T19:42:09.338Z | Compiling indexmap v2.6.0 |
| 2410 | 2024-10-16T19:42:10.500Z | Compiling terminal_size v0.4.0 |
| 2411 | 2024-10-16T19:42:10.500Z | Compiling tempfile v3.13.0 |
| 2412 | 2024-10-16T19:42:10.732Z | Compiling clap_builder v4.5.20 |
| 2413 | 2024-10-16T19:42:11.398Z | Compiling proc-macro-error v1.0.4 |
| 2414 | 2024-10-16T19:42:12.862Z | Compiling tabled_derive v0.7.0 |
| 2415 | 2024-10-16T19:42:14.429Z | Compiling tabled v0.15.0 |
| 2416 | 2024-10-16T19:42:15.131Z | Compiling serde_derive v1.0.210 |
| 2417 | 2024-10-16T19:42:17.944Z | Compiling thiserror-impl v1.0.64 |
| 2418 | 2024-10-16T19:42:18.791Z | Compiling zerocopy-derive v0.7.35 |
| 2419 | 2024-10-16T19:42:18.859Z | Compiling scroll_derive v0.12.0 |
| 2420 | 2024-10-16T19:42:20.334Z | Compiling scroll v0.12.0 |
| 2421 | 2024-10-16T19:42:20.849Z | Compiling zerocopy v0.7.35 |
| 2422 | 2024-10-16T19:42:20.921Z | Compiling thiserror v1.0.64 |
| 2423 | 2024-10-16T19:42:21.080Z | Compiling pest v2.7.14 |
| 2424 | 2024-10-16T19:42:22.397Z | Compiling goblin v0.8.2 |
| 2425 | 2024-10-16T19:42:24.191Z | Compiling pest_meta v2.7.14 |
| 2426 | 2024-10-16T19:42:28.445Z | Compiling pest_generator v2.7.14 |
| 2427 | 2024-10-16T19:42:30.355Z | Compiling pest_derive v2.7.14 |
| 2428 | 2024-10-16T19:42:31.183Z | Compiling dtrace-parser v0.2.0 |
| 2429 | 2024-10-16T19:42:31.806Z | Compiling serde_tokenstream v0.2.2 |
| 2430 | 2024-10-16T19:42:32.431Z | Compiling toml_datetime v0.6.8 |
| 2431 | 2024-10-16T19:42:32.970Z | Compiling serde_spanned v0.6.8 |
| 2432 | 2024-10-16T19:42:33.257Z | Compiling toml_edit v0.22.22 |
| 2433 | 2024-10-16T19:42:34.262Z | Compiling dof v0.3.0 |
| 2434 | 2024-10-16T19:42:36.164Z | Compiling camino v1.1.9 |
| 2435 | 2024-10-16T19:42:36.252Z | Compiling semver v1.0.23 |
| 2436 | 2024-10-16T19:42:36.479Z | Compiling usdt-macro v0.5.0 |
| 2437 | 2024-10-16T19:42:36.818Z | Compiling usdt-attr-macro v0.5.0 |
| 2438 | 2024-10-16T19:42:37.539Z | Compiling toml v0.8.19 |
| 2439 | 2024-10-16T19:42:37.776Z | Compiling cargo-platform v0.1.8 |
| 2440 | 2024-10-16T19:42:38.286Z | Compiling clap_derive v4.5.18 |
| 2441 | 2024-10-16T19:42:38.885Z | Compiling cargo_toml v0.20.5 |
| 2442 | 2024-10-16T19:42:41.181Z | Compiling usdt v0.5.0 |
| 2443 | 2024-10-16T19:42:41.806Z | Compiling cargo_metadata v0.18.1 |
| 2444 | 2024-10-16T19:42:42.705Z | Compiling camino-tempfile v1.1.1 |
| 2445 | 2024-10-16T19:42:43.191Z | Compiling clap v4.5.20 |
| 2446 | 2024-10-16T19:42:43.330Z | Compiling macaddr v1.0.1 |
| 2447 | 2024-10-16T19:42:53.289Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2448 | 2024-10-16T19:43:04.826Z | Finished `release` profile [optimized] target(s) in 58.02s |
| 2449 | 2024-10-16T19:43:04.934Z | |
| 2450 | 2024-10-16T19:43:04.937Z | real 58.156143323 |
| 2451 | 2024-10-16T19:43:04.937Z | user 5:53.747112102 |
| 2452 | 2024-10-16T19:43:04.937Z | sys 32.855749550 |
| 2453 | 2024-10-16T19:43:04.937Z | trap 0.156794865 |
| 2454 | 2024-10-16T19:43:04.937Z | tflt 0.373282472 |
| 2455 | 2024-10-16T19:43:04.937Z | dflt 0.552640754 |
| 2456 | 2024-10-16T19:43:04.937Z | kflt 0.000000000 |
| 2457 | 2024-10-16T19:43:04.937Z | lock 11:14.185580768 |
| 2458 | 2024-10-16T19:43:04.937Z | slp 16:35.895567037 |
| 2459 | 2024-10-16T19:43:04.937Z | lat 12.594479387 |
| 2460 | 2024-10-16T19:43:04.937Z | stop 16.428619389 |
| 2461 | 2024-10-16T19:43:04.937Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2462 | 2024-10-16T19:43:04.937Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2463 | 2024-10-16T19:43:04.937Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2464 | 2024-10-16T19:43:04.937Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2465 | 2024-10-16T19:43:04.937Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2466 | 2024-10-16T19:43:05.860Z | Compiling hashbrown v0.14.5 |
| 2467 | 2024-10-16T19:43:05.984Z | Compiling unsafe-libyaml v0.2.11 |
| 2468 | 2024-10-16T19:43:05.996Z | Compiling progenitor-client v0.8.0 |
| 2469 | 2024-10-16T19:43:05.996Z | Compiling ident_case v1.0.1 |
| 2470 | 2024-10-16T19:43:05.999Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2471 | 2024-10-16T19:43:05.999Z | Compiling ipnetwork v0.20.0 |
| 2472 | 2024-10-16T19:43:05.999Z | Compiling instant v0.1.13 |
| 2473 | 2024-10-16T19:43:05.999Z | Compiling structmeta-derive v0.3.0 |
| 2474 | 2024-10-16T19:43:06.206Z | Compiling newtype-uuid v1.1.2 |
| 2475 | 2024-10-16T19:43:06.276Z | Compiling darling_core v0.20.10 |
| 2476 | 2024-10-16T19:43:06.450Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2477 | 2024-10-16T19:43:06.486Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2478 | 2024-10-16T19:43:06.881Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2479 | 2024-10-16T19:43:06.975Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2480 | 2024-10-16T19:43:07.201Z | Compiling regress v0.10.1 |
| 2481 | 2024-10-16T19:43:07.219Z | Compiling regress v0.9.1 |
| 2482 | 2024-10-16T19:43:07.269Z | Compiling backoff v0.4.0 |
| 2483 | 2024-10-16T19:43:07.296Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2484 | 2024-10-16T19:43:07.493Z | Compiling serde_yaml v0.9.34+deprecated |
| 2485 | 2024-10-16T19:43:07.622Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2486 | 2024-10-16T19:43:07.797Z | Compiling macaddr v1.0.1 |
| 2487 | 2024-10-16T19:43:07.815Z | Compiling tempfile v3.13.0 |
| 2488 | 2024-10-16T19:43:07.953Z | Compiling proc-macro-crate v1.3.1 |
| 2489 | 2024-10-16T19:43:08.256Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2490 | 2024-10-16T19:43:08.680Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2491 | 2024-10-16T19:43:08.700Z | Compiling foreign-types-macros v0.2.3 |
| 2492 | 2024-10-16T19:43:09.011Z | Compiling foreign-types-shared v0.3.1 |
| 2493 | 2024-10-16T19:43:09.064Z | Compiling num_enum_derive v0.5.11 |
| 2494 | 2024-10-16T19:43:09.087Z | Compiling structmeta v0.3.0 |
| 2495 | 2024-10-16T19:43:09.138Z | Compiling heapless v0.8.0 |
| 2496 | 2024-10-16T19:43:09.529Z | Compiling parse-display-derive v0.10.0 |
| 2497 | 2024-10-16T19:43:10.018Z | Compiling foreign-types v0.5.0 |
| 2498 | 2024-10-16T19:43:10.135Z | Compiling proc-macro-error v1.0.4 |
| 2499 | 2024-10-16T19:43:10.485Z | Compiling camino-tempfile v1.1.1 |
| 2500 | 2024-10-16T19:43:10.914Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2501 | 2024-10-16T19:43:10.999Z | Compiling typify-impl v0.2.0 |
| 2502 | 2024-10-16T19:43:11.799Z | Compiling num_enum v0.5.11 |
| 2503 | 2024-10-16T19:43:11.802Z | Compiling hash32 v0.3.1 |
| 2504 | 2024-10-16T19:43:11.802Z | Compiling cstr-argument v0.1.2 |
| 2505 | 2024-10-16T19:43:11.980Z | Compiling pretty-hex v0.2.1 |
| 2506 | 2024-10-16T19:43:12.073Z | Compiling crucible-workspace-hack v0.1.0 |
| 2507 | 2024-10-16T19:43:12.101Z | Compiling smoltcp v0.11.0 |
| 2508 | 2024-10-16T19:43:12.181Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2509 | 2024-10-16T19:43:12.390Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2510 | 2024-10-16T19:43:12.445Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2511 | 2024-10-16T19:43:12.528Z | Compiling tabwriter v1.4.0 |
| 2512 | 2024-10-16T19:43:12.633Z | Compiling colored v2.1.0 |
| 2513 | 2024-10-16T19:43:12.926Z | Compiling cobs v0.2.3 |
| 2514 | 2024-10-16T19:43:13.075Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2515 | 2024-10-16T19:43:13.103Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2516 | 2024-10-16T19:43:13.239Z | Compiling postcard v1.0.10 |
| 2517 | 2024-10-16T19:43:13.286Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2518 | 2024-10-16T19:43:13.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2519 | 2024-10-16T19:43:13.519Z | Compiling smf v0.2.3 |
| 2520 | 2024-10-16T19:43:13.598Z | Compiling darling_macro v0.20.10 |
| 2521 | 2024-10-16T19:43:13.728Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2522 | 2024-10-16T19:43:14.071Z | Compiling zone_cfg_derive v0.3.0 |
| 2523 | 2024-10-16T19:43:14.234Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2524 | 2024-10-16T19:43:14.353Z | Compiling parse-display v0.10.0 |
| 2525 | 2024-10-16T19:43:14.562Z | Compiling darling v0.20.10 |
| 2526 | 2024-10-16T19:43:14.694Z | Compiling serde_with_macros v3.11.0 |
| 2527 | 2024-10-16T19:43:14.733Z | Compiling num-derive v0.4.2 |
| 2528 | 2024-10-16T19:43:14.907Z | Compiling sigpipe v0.1.3 |
| 2529 | 2024-10-16T19:43:15.043Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2530 | 2024-10-16T19:43:15.081Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2531 | 2024-10-16T19:43:15.420Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2532 | 2024-10-16T19:43:15.673Z | Compiling zone v0.3.0 |
| 2533 | 2024-10-16T19:43:15.894Z | Compiling universal-hash v0.5.1 |
| 2534 | 2024-10-16T19:43:16.111Z | Compiling opaque-debug v0.3.1 |
| 2535 | 2024-10-16T19:43:16.221Z | Compiling num-rational v0.4.2 |
| 2536 | 2024-10-16T19:43:16.374Z | Compiling password-hash v0.5.0 |
| 2537 | 2024-10-16T19:43:17.207Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2538 | 2024-10-16T19:43:17.310Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2539 | 2024-10-16T19:43:17.419Z | Compiling blake2 v0.10.6 |
| 2540 | 2024-10-16T19:43:17.711Z | Compiling serde_with v3.11.0 |
| 2541 | 2024-10-16T19:43:18.049Z | Compiling num-complex v0.4.6 |
| 2542 | 2024-10-16T19:43:18.289Z | Compiling aead v0.5.2 |
| 2543 | 2024-10-16T19:43:18.311Z | Compiling convert_case v0.4.0 |
| 2544 | 2024-10-16T19:43:18.520Z | Compiling keccak v0.1.5 |
| 2545 | 2024-10-16T19:43:18.926Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2546 | 2024-10-16T19:43:19.016Z | Compiling num v0.4.3 |
| 2547 | 2024-10-16T19:43:19.121Z | Compiling sha3 v0.10.8 |
| 2548 | 2024-10-16T19:43:19.142Z | Compiling argon2 v0.5.3 |
| 2549 | 2024-10-16T19:43:19.312Z | Compiling poly1305 v0.8.0 |
| 2550 | 2024-10-16T19:43:19.340Z | Compiling derive_more v0.99.18 |
| 2551 | 2024-10-16T19:43:19.607Z | Compiling tungstenite v0.21.0 |
| 2552 | 2024-10-16T19:43:20.218Z | Compiling chacha20 v0.9.1 |
| 2553 | 2024-10-16T19:43:20.730Z | Compiling float-ord v0.3.2 |
| 2554 | 2024-10-16T19:43:20.913Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2555 | 2024-10-16T19:43:21.187Z | Compiling base64 v0.21.7 |
| 2556 | 2024-10-16T19:43:21.205Z | Compiling tokio-tungstenite v0.21.0 |
| 2557 | 2024-10-16T19:43:21.710Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2558 | 2024-10-16T19:43:21.793Z | Compiling semver v0.1.20 |
| 2559 | 2024-10-16T19:43:21.920Z | Compiling same-file v1.0.6 |
| 2560 | 2024-10-16T19:43:21.986Z | Compiling newline-converter v0.3.0 |
| 2561 | 2024-10-16T19:43:22.133Z | Compiling walkdir v2.5.0 |
| 2562 | 2024-10-16T19:43:22.166Z | Compiling rustc_version v0.1.7 |
| 2563 | 2024-10-16T19:43:22.184Z | Compiling primeorder v0.13.6 |
| 2564 | 2024-10-16T19:43:22.238Z | Compiling secrecy v0.8.0 |
| 2565 | 2024-10-16T19:43:22.423Z | Compiling owo-colors v4.1.0 |
| 2566 | 2024-10-16T19:43:22.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2567 | 2024-10-16T19:43:22.538Z | Compiling cancel-safe-futures v0.1.5 |
| 2568 | 2024-10-16T19:43:22.691Z | Compiling home v0.5.9 |
| 2569 | 2024-10-16T19:43:22.720Z | Compiling prettyplease v0.2.22 |
| 2570 | 2024-10-16T19:43:22.773Z | Compiling newtype_derive v0.1.6 |
| 2571 | 2024-10-16T19:43:22.921Z | Compiling expectorate v1.1.0 |
| 2572 | 2024-10-16T19:43:22.977Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2573 | 2024-10-16T19:43:23.012Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2574 | 2024-10-16T19:43:23.059Z | Compiling blake3 v1.5.4 |
| 2575 | 2024-10-16T19:43:23.090Z | Compiling ring v0.16.20 |
| 2576 | 2024-10-16T19:43:23.117Z | Compiling half v2.4.1 |
| 2577 | 2024-10-16T19:43:23.331Z | Compiling unicase v2.7.0 |
| 2578 | 2024-10-16T19:43:23.410Z | Compiling arc-swap v1.7.1 |
| 2579 | 2024-10-16T19:43:23.661Z | Compiling ciborium-io v0.2.2 |
| 2580 | 2024-10-16T19:43:23.812Z | Compiling ciborium-ll v0.2.2 |
| 2581 | 2024-10-16T19:43:23.933Z | Compiling slog-scope v4.4.0 |
| 2582 | 2024-10-16T19:43:24.072Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2583 | 2024-10-16T19:43:24.489Z | Compiling polyval v0.6.2 |
| 2584 | 2024-10-16T19:43:24.943Z | Compiling atomicwrites v0.4.4 |
| 2585 | 2024-10-16T19:43:25.006Z | Compiling libsw v3.3.1 |
| 2586 | 2024-10-16T19:43:25.357Z | Compiling memmap2 v0.9.5 |
| 2587 | 2024-10-16T19:43:25.379Z | Compiling linear-map v1.2.0 |
| 2588 | 2024-10-16T19:43:25.780Z | Compiling arrayvec v0.7.6 |
| 2589 | 2024-10-16T19:43:25.855Z | Compiling indent_write v2.2.0 |
| 2590 | 2024-10-16T19:43:26.094Z | Compiling libefi-sys v0.1.0 |
| 2591 | 2024-10-16T19:43:26.197Z | Compiling spin v0.5.2 |
| 2592 | 2024-10-16T19:43:26.364Z | Compiling thiserror-no-std v2.0.2 |
| 2593 | 2024-10-16T19:43:26.410Z | Compiling salty v0.3.0 |
| 2594 | 2024-10-16T19:43:26.445Z | Compiling untrusted v0.7.1 |
| 2595 | 2024-10-16T19:43:26.495Z | Compiling constant_time_eq v0.3.1 |
| 2596 | 2024-10-16T19:43:26.648Z | Compiling parking_lot_core v0.8.6 |
| 2597 | 2024-10-16T19:43:26.698Z | Compiling arrayref v0.3.9 |
| 2598 | 2024-10-16T19:43:26.731Z | Compiling vsss-rs v3.3.4 |
| 2599 | 2024-10-16T19:43:26.920Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2600 | 2024-10-16T19:43:27.190Z | Compiling ghash v0.5.1 |
| 2601 | 2024-10-16T19:43:27.463Z | Compiling slog-stdlog v4.1.1 |
| 2602 | 2024-10-16T19:43:27.536Z | Compiling ciborium v0.2.2 |
| 2603 | 2024-10-16T19:43:28.016Z | Compiling toolchain_find v0.4.0 |
| 2604 | 2024-10-16T19:43:28.115Z | Compiling p384 v0.13.0 |
| 2605 | 2024-10-16T19:43:28.195Z | Compiling chacha20poly1305 v0.10.1 |
| 2606 | 2024-10-16T19:43:28.420Z | Compiling itertools v0.13.0 |
| 2607 | 2024-10-16T19:43:28.731Z | Compiling lzma-sys v0.1.20 |
| 2608 | 2024-10-16T19:43:29.111Z | Compiling ctr v0.9.2 |
| 2609 | 2024-10-16T19:43:29.481Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2610 | 2024-10-16T19:43:29.566Z | Compiling bitfield-struct v0.6.2 |
| 2611 | 2024-10-16T19:43:29.705Z | Compiling slog-dtrace v0.3.0 |
| 2612 | 2024-10-16T19:43:29.924Z | Compiling topological-sort v0.2.2 |
| 2613 | 2024-10-16T19:43:29.999Z | Compiling typify-macro v0.2.0 |
| 2614 | 2024-10-16T19:43:30.022Z | Compiling highway v1.2.0 |
| 2615 | 2024-10-16T19:43:30.167Z | Compiling omicron-zone-package v0.11.1 |
| 2616 | 2024-10-16T19:43:30.957Z | Compiling aes-gcm v0.10.3 |
| 2617 | 2024-10-16T19:43:30.984Z | Compiling rustfmt-wrapper v0.2.1 |
| 2618 | 2024-10-16T19:43:31.017Z | Compiling mime_guess v2.0.5 |
| 2619 | 2024-10-16T19:43:31.186Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2620 | 2024-10-16T19:43:31.264Z | Compiling slog-envlogger v2.2.0 |
| 2621 | 2024-10-16T19:43:31.541Z | Compiling steno v0.4.1 |
| 2622 | 2024-10-16T19:43:32.062Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2623 | 2024-10-16T19:43:32.275Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2624 | 2024-10-16T19:43:32.280Z | Compiling heck v0.3.3 |
| 2625 | 2024-10-16T19:43:32.412Z | Compiling ssh-encoding v0.2.0 |
| 2626 | 2024-10-16T19:43:32.730Z | Compiling blowfish v0.9.1 |
| 2627 | 2024-10-16T19:43:32.789Z | Compiling nibble_vec v0.1.0 |
| 2628 | 2024-10-16T19:43:32.958Z | Compiling env_filter v0.1.2 |
| 2629 | 2024-10-16T19:43:33.017Z | Compiling endian-type v0.1.2 |
| 2630 | 2024-10-16T19:43:33.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2631 | 2024-10-16T19:43:33.184Z | Compiling humantime v2.1.0 |
| 2632 | 2024-10-16T19:43:33.256Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2633 | 2024-10-16T19:43:33.354Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2634 | 2024-10-16T19:43:33.487Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2635 | 2024-10-16T19:43:33.506Z | Compiling radix_trie v0.2.1 |
| 2636 | 2024-10-16T19:43:33.586Z | Compiling env_logger v0.11.5 |
| 2637 | 2024-10-16T19:43:33.664Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2638 | 2024-10-16T19:43:33.752Z | Compiling ssh-cipher v0.2.0 |
| 2639 | 2024-10-16T19:43:34.222Z | Compiling zone_cfg_derive v0.1.2 |
| 2640 | 2024-10-16T19:43:34.316Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2641 | 2024-10-16T19:43:34.476Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2642 | 2024-10-16T19:43:34.666Z | Compiling typify v0.2.0 |
| 2643 | 2024-10-16T19:43:34.827Z | Compiling progenitor-impl v0.8.0 |
| 2644 | 2024-10-16T19:43:34.864Z | Compiling parking_lot v0.11.2 |
| 2645 | 2024-10-16T19:43:35.361Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2646 | 2024-10-16T19:43:35.580Z | Compiling gethostname v0.5.0 |
| 2647 | 2024-10-16T19:43:35.710Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2648 | 2024-10-16T19:43:35.793Z | Compiling password-hash v0.4.2 |
| 2649 | 2024-10-16T19:43:35.824Z | Compiling fxhash v0.2.1 |
| 2650 | 2024-10-16T19:43:35.827Z | Compiling matches v0.1.10 |
| 2651 | 2024-10-16T19:43:35.859Z | Compiling base64 v0.13.1 |
| 2652 | 2024-10-16T19:43:35.952Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2653 | 2024-10-16T19:43:36.024Z | Compiling sled v0.34.7 |
| 2654 | 2024-10-16T19:43:36.103Z | Compiling idna v0.2.3 |
| 2655 | 2024-10-16T19:43:36.312Z | Compiling pbkdf2 v0.11.0 |
| 2656 | 2024-10-16T19:43:36.484Z | Compiling ron v0.7.1 |
| 2657 | 2024-10-16T19:43:36.702Z | Compiling zone v0.1.8 |
| 2658 | 2024-10-16T19:43:36.728Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2659 | 2024-10-16T19:43:36.868Z | Compiling xz2 v0.1.7 |
| 2660 | 2024-10-16T19:43:37.399Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2661 | 2024-10-16T19:43:37.738Z | Compiling ssh-key v0.6.6 |
| 2662 | 2024-10-16T19:43:38.282Z | Compiling hickory-client v0.24.1 |
| 2663 | 2024-10-16T19:43:38.937Z | Compiling p521 v0.13.3 |
| 2664 | 2024-10-16T19:43:38.956Z | Compiling p256 v0.13.2 |
| 2665 | 2024-10-16T19:43:39.648Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2666 | 2024-10-16T19:43:39.759Z | Compiling hickory-server v0.24.1 |
| 2667 | 2024-10-16T19:43:39.848Z | Compiling enum-as-inner v0.5.1 |
| 2668 | 2024-10-16T19:43:40.752Z | Compiling pem v3.0.4 |
| 2669 | 2024-10-16T19:43:40.967Z | Compiling yasna v0.5.2 |
| 2670 | 2024-10-16T19:43:41.392Z | Compiling headers-core v0.3.0 |
| 2671 | 2024-10-16T19:43:41.579Z | Compiling kstat-rs v0.2.4 |
| 2672 | 2024-10-16T19:43:41.597Z | Compiling nanorand v0.7.0 |
| 2673 | 2024-10-16T19:43:42.194Z | Compiling russh-cryptovec v0.7.3 |
| 2674 | 2024-10-16T19:43:42.241Z | Compiling atty v0.2.14 |
| 2675 | 2024-10-16T19:43:42.402Z | Compiling md5 v0.7.0 |
| 2676 | 2024-10-16T19:43:42.518Z | Compiling glob v0.3.1 |
| 2677 | 2024-10-16T19:43:42.720Z | Compiling http-range v0.1.5 |
| 2678 | 2024-10-16T19:43:42.738Z | Compiling russh-keys v0.45.0 |
| 2679 | 2024-10-16T19:43:42.920Z | Compiling hyper-staticfile v0.10.1 |
| 2680 | 2024-10-16T19:43:42.970Z | Compiling flume v0.11.0 |
| 2681 | 2024-10-16T19:43:43.094Z | Compiling rcgen v0.12.1 |
| 2682 | 2024-10-16T19:43:43.200Z | Compiling progenitor-macro v0.8.0 |
| 2683 | 2024-10-16T19:43:43.548Z | Compiling headers v0.4.0 |
| 2684 | 2024-10-16T19:43:43.732Z | Compiling trust-dns-proto v0.22.0 |
| 2685 | 2024-10-16T19:43:44.135Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2686 | 2024-10-16T19:43:45.616Z | Compiling num-bigint v0.4.6 |
| 2687 | 2024-10-16T19:43:45.648Z | Compiling des v0.8.1 |
| 2688 | 2024-10-16T19:43:46.025Z | Compiling subprocess v0.2.9 |
| 2689 | 2024-10-16T19:43:47.120Z | Compiling display-error-chain v0.2.1 |
| 2690 | 2024-10-16T19:43:47.159Z | Compiling dhcproto-macros v0.1.0 |
| 2691 | 2024-10-16T19:43:47.311Z | Compiling hex-literal v0.4.1 |
| 2692 | 2024-10-16T19:43:47.492Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2693 | 2024-10-16T19:43:47.957Z | Compiling internet-checksum v0.2.1 |
| 2694 | 2024-10-16T19:43:48.236Z | Compiling dhcproto v0.12.0 |
| 2695 | 2024-10-16T19:43:48.820Z | Compiling russh v0.45.0 |
| 2696 | 2024-10-16T19:43:54.307Z | Compiling progenitor v0.8.0 |
| 2697 | 2024-10-16T19:43:54.417Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2698 | 2024-10-16T19:43:54.420Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2699 | 2024-10-16T19:43:54.420Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2700 | 2024-10-16T19:43:54.420Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2701 | 2024-10-16T19:43:54.420Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2702 | 2024-10-16T19:43:54.420Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2703 | 2024-10-16T19:43:54.420Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2704 | 2024-10-16T19:43:54.521Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2705 | 2024-10-16T19:43:55.905Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2706 | 2024-10-16T19:44:00.571Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2707 | 2024-10-16T19:44:01.241Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2708 | 2024-10-16T19:44:09.798Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2709 | 2024-10-16T19:44:09.798Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2710 | 2024-10-16T19:44:09.800Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2711 | 2024-10-16T19:44:09.800Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2712 | 2024-10-16T19:44:13.043Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2713 | 2024-10-16T19:44:13.091Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2714 | 2024-10-16T19:44:14.054Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2715 | 2024-10-16T19:44:14.116Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2716 | 2024-10-16T19:44:14.165Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2717 | 2024-10-16T19:44:17.938Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2718 | 2024-10-16T19:44:18.505Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2719 | 2024-10-16T19:44:18.695Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2720 | 2024-10-16T19:44:18.945Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2721 | 2024-10-16T19:44:20.306Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2722 | 2024-10-16T19:44:20.559Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2723 | 2024-10-16T19:44:20.789Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2724 | 2024-10-16T19:44:21.450Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2725 | 2024-10-16T19:44:22.507Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2726 | 2024-10-16T19:44:23.359Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2727 | 2024-10-16T19:44:25.405Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2728 | 2024-10-16T19:44:25.721Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2729 | 2024-10-16T19:44:26.203Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2730 | 2024-10-16T19:44:27.566Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2024-10-16T19:44:28.333Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2732 | 2024-10-16T19:44:31.702Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2733 | 2024-10-16T19:44:33.188Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2734 | 2024-10-16T19:44:33.923Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2735 | 2024-10-16T19:44:37.636Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2736 | 2024-10-16T19:44:46.618Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2737 | 2024-10-16T19:44:47.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2738 | 2024-10-16T19:45:05.822Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2739 | 2024-10-16T19:45:39.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
| 2740 | 2024-10-16T19:45:40.068Z | |
| 2741 | 2024-10-16T19:45:40.074Z | real 2:35.070141662 |
| 2742 | 2024-10-16T19:45:40.074Z | user 11:56.439303006 |
| 2743 | 2024-10-16T19:45:40.074Z | sys 2:32.317055894 |
| 2744 | 2024-10-16T19:45:40.074Z | trap 0.324690500 |
| 2745 | 2024-10-16T19:45:40.074Z | tflt 1.183091980 |
| 2746 | 2024-10-16T19:45:40.074Z | dflt 1.818560973 |
| 2747 | 2024-10-16T19:45:40.074Z | kflt 0.000042471 |
| 2748 | 2024-10-16T19:45:40.074Z | lock 24:43.587507715 |
| 2749 | 2024-10-16T19:45:40.074Z | slp 42:20.642660206 |
| 2750 | 2024-10-16T19:45:40.075Z | lat 33.957704411 |
| 2751 | 2024-10-16T19:45:40.075Z | stop 1:27.563522115 |
| 2752 | 2024-10-16T19:45:40.075Z | + mkdir tests |
| 2753 | 2024-10-16T19:45:40.075Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2754 | 2024-10-16T19:45:40.080Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2755 | 2024-10-16T19:45:41.389Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-85a44ff48e4ef4ec tests/ |
| 2756 | 2024-10-16T19:45:41.410Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-160e3b914a242193 tests/ |
| 2757 | 2024-10-16T19:45:41.429Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d587c3e4e011fff4 tests/ |
| 2758 | 2024-10-16T19:45:41.449Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-143679a282f76bb3 tests/ |
| 2759 | 2024-10-16T19:45:41.622Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2760 | 2024-10-16T19:45:41.626Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-160e3b914a242193 tests/commtest-d587c3e4e011fff4 tests/dhcp_server-85a44ff48e4ef4ec tests/end_to_end_tests-143679a282f76bb3 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2761 | 2024-10-16T19:46:47.168Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2762 | 2024-10-16T19:46:47.168Z | a .github/buildomat/ci-env.sh 1K |
| 2763 | 2024-10-16T19:46:47.168Z | a out/target/test 1K |
| 2764 | 2024-10-16T19:46:47.168Z | a out/npuzone/npuzone 23144K |
| 2765 | 2024-10-16T19:46:47.168Z | a package-manifest.toml 32K |
| 2766 | 2024-10-16T19:46:47.168Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2767 | 2024-10-16T19:46:47.169Z | a target/release/omicron-package 32851K |
| 2768 | 2024-10-16T19:46:47.169Z | a target/release/xtask 12127K |
| 2769 | 2024-10-16T19:46:47.169Z | a target/debug/bootstrap 197589K |
| 2770 | 2024-10-16T19:46:47.169Z | a tests/bootstrap-160e3b914a242193 23995K |
| 2771 | 2024-10-16T19:46:47.169Z | a tests/commtest-d587c3e4e011fff4 24420K |
| 2772 | 2024-10-16T19:46:47.169Z | a tests/dhcp_server-85a44ff48e4ef4ec 23995K |
| 2773 | 2024-10-16T19:46:47.169Z | a tests/end_to_end_tests-143679a282f76bb3 210325K |
| 2774 | 2024-10-16T19:46:47.169Z | a out/clickhouse.tar.gz 244574K |
| 2775 | 2024-10-16T19:46:47.169Z | a out/clickhouse_keeper.tar.gz 244560K |
| 2776 | 2024-10-16T19:46:47.169Z | a out/clickhouse_server.tar.gz 244561K |
| 2777 | 2024-10-16T19:46:47.169Z | a out/cockroachdb.tar.gz 132790K |
| 2778 | 2024-10-16T19:46:47.169Z | a out/crucible-dtrace.tar 82K |
| 2779 | 2024-10-16T19:46:47.169Z | a out/crucible-pantry-zone.tar.gz 26973K |
| 2780 | 2024-10-16T19:46:47.169Z | a out/crucible-zone.tar.gz 35156K |
| 2781 | 2024-10-16T19:46:47.169Z | a out/external-dns.tar.gz 30812K |
| 2782 | 2024-10-16T19:46:47.169Z | a out/internal-dns.tar.gz 30811K |
| 2783 | 2024-10-16T19:46:47.169Z | a out/mg-ddm-gz.tar 62661K |
| 2784 | 2024-10-16T19:46:47.169Z | a out/nexus.tar.gz 94526K |
| 2785 | 2024-10-16T19:46:47.169Z | a out/ntp.tar.gz 9107K |
| 2786 | 2024-10-16T19:46:47.169Z | a out/omicron-gateway-softnpu.tar.gz 21556K |
| 2787 | 2024-10-16T19:46:47.169Z | a out/omicron-sled-agent.tar 103630K |
| 2788 | 2024-10-16T19:46:47.169Z | a out/overlay.tar.gz 3K |
| 2789 | 2024-10-16T19:46:47.169Z | a out/oximeter.tar.gz 44727K |
| 2790 | 2024-10-16T19:46:47.169Z | a out/oxlog.tar 3037K |
| 2791 | 2024-10-16T19:46:47.169Z | a out/probe.tar.gz 2764K |
| 2792 | 2024-10-16T19:46:47.169Z | a out/propolis-server.tar.gz 66490K |
| 2793 | 2024-10-16T19:46:47.170Z | a out/pumpkind-gz.tar 26665K |
| 2794 | 2024-10-16T19:46:47.170Z | a out/switch-softnpu.tar.gz 222594K |
| 2795 | 2024-10-16T19:46:47.172Z | |
| 2796 | 2024-10-16T19:46:47.172Z | real 1:05.534238212 |
| 2797 | 2024-10-16T19:46:47.172Z | user 1:02.397340007 |
| 2798 | 2024-10-16T19:46:47.172Z | sys 4.491003739 |
| 2799 | 2024-10-16T19:46:47.172Z | trap 0.016532025 |
| 2800 | 2024-10-16T19:46:47.172Z | tflt 0.000000000 |
| 2801 | 2024-10-16T19:46:47.172Z | dflt 0.000000000 |
| 2802 | 2024-10-16T19:46:47.172Z | kflt 0.000000000 |
| 2803 | 2024-10-16T19:46:47.173Z | lock 0.000000000 |
| 2804 | 2024-10-16T19:46:47.173Z | slp 1:02.214674434 |
| 2805 | 2024-10-16T19:46:47.173Z | lat 1.944312777 |
| 2806 | 2024-10-16T19:46:47.173Z | stop 0.000208654 |
| 2807 | 2024-10-16T19:46:47.173Z | process exited: duration 1912077 ms, exit code 0 |
| |
| 2808 | 2024-10-16T19:46:47.185Z | found 1 output files |
| 2809 | 2024-10-16T19:46:47.185Z | uploading: /work/package.tar.gz (1691674192 bytes) |
| 2810 | 2024-10-16T19:47:19.284Z | uploaded: /work/package.tar.gz |