|
|
|
| 1 | 2026-05-07T22:48:54.609Z | job assigned to worker 01KR2A159GWPFEVSHJF0WMPNT0 [factory aws, i-0ebca7e422803f871] (queued for 44 s) |
| |
| 2 | 2026-05-07T22:49:01.152Z | starting task 0: "setup" |
| 3 | 2026-05-07T22:49:01.158Z | ++ uname -s |
| 4 | 2026-05-07T22:49:01.160Z | + kern=SunOS |
| 5 | 2026-05-07T22:49:01.160Z | + build_user=build |
| 6 | 2026-05-07T22:49:01.160Z | + build_uid=12345 |
| 7 | 2026-05-07T22:49:01.162Z | + work_dir=/work |
| 8 | 2026-05-07T22:49:01.162Z | + input_dir=/input |
| 9 | 2026-05-07T22:49:01.162Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T22:49:01.162Z | + case "$kern" in |
| 11 | 2026-05-07T22:49:01.162Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T22:49:01.165Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T22:49:03.166Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T22:49:03.286Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T22:49:03.289Z | + home_fs=zfs |
| 16 | 2026-05-07T22:49:03.289Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T22:49:03.289Z | + mkdir -p /home/build |
| 18 | 2026-05-07T22:49:03.289Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T22:49:05.288Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T22:49:05.291Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-05-07T22:49:05.297Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T22:49:05.300Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-07T22:49:05.300Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-07T22:49:05.300Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-07T22:49:05.300Z | * rust toolchain profile = "default" |
| 26 | 2026-05-07T22:49:05.300Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T22:49:05.300Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-07T22:49:05.303Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T22:49:05.303Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-07T22:49:05.420Z | info: downloading installer |
| 31 | 2026-05-07T22:49:06.785Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-07T22:49:06.785Z | warn: /opt/ooce/bin |
| 33 | 2026-05-07T22:49:06.785Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-07T22:49:06.785Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-07T22:49:06.785Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-07T22:49:06.785Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-07T22:49:06.785Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-07T22:49:06.785Z | error: cannot install while Rust is installed |
| 39 | 2026-05-07T22:49:06.785Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-07T22:49:06.785Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-07T22:49:06.785Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-07T22:49:06.785Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-07T22:49:06.785Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-07T22:49:06.814Z | info: profile set to default |
| 45 | 2026-05-07T22:49:06.814Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-07T22:49:06.816Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-07T22:49:06.942Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-07T22:49:06.945Z | info: downloading 6 components |
| 49 | 2026-05-07T22:49:20.998Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-07T22:49:20.998Z | |
| 51 | 2026-05-07T22:49:21.045Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-07T22:49:21.045Z | |
| 53 | 2026-05-07T22:49:21.045Z | |
| 54 | 2026-05-07T22:49:21.045Z | Rust is installed now. Great! |
| 55 | 2026-05-07T22:49:21.045Z | |
| 56 | 2026-05-07T22:49:21.045Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-07T22:49:21.045Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-07T22:49:21.045Z | |
| 59 | 2026-05-07T22:49:21.045Z | To configure your current shell, you need to source |
| 60 | 2026-05-07T22:49:21.045Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-07T22:49:21.045Z | |
| 62 | 2026-05-07T22:49:21.045Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-07T22:49:21.045Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-07T22:49:21.045Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-07T22:49:21.045Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-07T22:49:21.045Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-07T22:49:21.045Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-07T22:49:21.045Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-07T22:49:21.048Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-07T22:49:21.048Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-07T22:49:21.131Z | + rustup --version |
| 72 | 2026-05-07T22:49:21.140Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-07T22:49:21.143Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-07T22:49:21.161Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-07T22:49:21.164Z | + cargo --version |
| 76 | 2026-05-07T22:49:21.178Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-07T22:49:21.181Z | + rustc --version |
| 78 | 2026-05-07T22:49:21.200Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-07T22:49:21.202Z | process exited: duration 15901 ms, exit code 0 |
| |
| 80 | 2026-05-07T22:49:21.208Z | starting task 2: "authentication" |
| 81 | 2026-05-07T22:49:21.224Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-07T22:49:21.229Z | starting task 3: "clone repository" |
| 83 | 2026-05-07T22:49:21.235Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-05-07T22:49:21.237Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-05-07T22:49:21.317Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-05-07T22:49:22.271Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-05-07T22:49:22.271Z | + git fetch origin e850de81b76fcff9ad3c0150b996a199cd305830 |
| 88 | 2026-05-07T22:49:22.529Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-05-07T22:49:22.529Z | * branch e850de81b76fcff9ad3c0150b996a199cd305830 -> FETCH_HEAD |
| 90 | 2026-05-07T22:49:22.534Z | + [[ -n sunshowers/spr/meta-update-to-drift-014 ]] |
| 91 | 2026-05-07T22:49:22.537Z | ++ git branch --show-current |
| 92 | 2026-05-07T22:49:22.537Z | + current=master |
| 93 | 2026-05-07T22:49:22.537Z | + [[ master != sunshowers/spr/meta-update-to-drift-014 ]] |
| 94 | 2026-05-07T22:49:22.537Z | + git branch -f sunshowers/spr/meta-update-to-drift-014 e850de81b76fcff9ad3c0150b996a199cd305830 |
| 95 | 2026-05-07T22:49:22.542Z | + git checkout -f sunshowers/spr/meta-update-to-drift-014 |
| 96 | 2026-05-07T22:49:22.559Z | Switched to branch 'sunshowers/spr/meta-update-to-drift-014' |
| 97 | 2026-05-07T22:49:22.562Z | + git reset --hard e850de81b76fcff9ad3c0150b996a199cd305830 |
| 98 | 2026-05-07T22:49:22.565Z | HEAD is now at e850de8 rustfmt (unrelated to this change) |
| 99 | 2026-05-07T22:49:22.565Z | process exited: duration 1335 ms, exit code 0 |
| |
| 100 | 2026-05-07T22:49:22.571Z | starting task 4: "build" |
| 101 | 2026-05-07T22:49:22.574Z | + cargo --version |
| 102 | 2026-05-07T22:49:22.579Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-05-07T22:49:22.731Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-05-07T22:49:22.734Z | info: downloading 6 components |
| 105 | 2026-05-07T22:49:36.904Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-05-07T22:49:36.907Z | + rustc --version |
| 107 | 2026-05-07T22:49:36.934Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-05-07T22:49:36.938Z | + banner prerequisites |
| 109 | 2026-05-07T22:49:36.942Z | |
| 110 | 2026-05-07T22:49:36.942Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-05-07T22:49:36.942Z | # # # # # # # # # # # # # # # |
| 112 | 2026-05-07T22:49:36.942Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-05-07T22:49:36.942Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-05-07T22:49:36.942Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-07T22:49:36.942Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-05-07T22:49:36.942Z | |
| 117 | 2026-05-07T22:49:36.942Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-05-07T22:49:49.039Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-05-07T22:49:56.597Z | Startup: Caching catalogs ... Done |
| 120 | 2026-05-07T22:50:04.150Z | Planning: Solver setup ... Done (6.087s) |
| 121 | 2026-05-07T22:50:04.192Z | Planning: Running solver ... Done (0.042s) |
| 122 | 2026-05-07T22:50:04.335Z | Planning: Finding local manifests ... Done (0.002s) |
| 123 | 2026-05-07T22:50:04.348Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-05-07T22:50:04.436Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-05-07T22:50:04.463Z | Planning: Package planning ... Done (0.030s) |
| 126 | 2026-05-07T22:50:04.493Z | Planning: Merging actions ... Done (0.030s) |
| 127 | 2026-05-07T22:50:04.604Z | Planning: Checking for conflicting actions ... Done (0.111s) |
| 128 | 2026-05-07T22:50:04.612Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-05-07T22:50:05.400Z | Planning: Evaluating mediators ... Done (0.788s) |
| 130 | 2026-05-07T22:50:05.405Z | Planning: Planning completed in 8.64 seconds |
| 131 | 2026-05-07T22:50:05.416Z | Packages to install: 3 |
| 132 | 2026-05-07T22:50:05.419Z | Mediators to change: 2 |
| 133 | 2026-05-07T22:50:05.419Z | Services to change: 1 |
| 134 | 2026-05-07T22:50:05.419Z | Estimated space available: 154.83 GB |
| 135 | 2026-05-07T22:50:05.419Z | Estimated space to be consumed: 1.86 GB |
| 136 | 2026-05-07T22:50:05.419Z | Create boot environment: No |
| 137 | 2026-05-07T22:50:05.419Z | Create backup boot environment: No |
| 138 | 2026-05-07T22:50:05.419Z | Rebuild boot archive: No |
| 139 | 2026-05-07T22:50:05.419Z | |
| 140 | 2026-05-07T22:50:05.419Z | Changed mediators: |
| 141 | 2026-05-07T22:50:05.419Z | mediator clang: |
| 142 | 2026-05-07T22:50:05.419Z | version: None -> 15 (system default) |
| 143 | 2026-05-07T22:50:05.419Z | |
| 144 | 2026-05-07T22:50:05.419Z | mediator llvm: |
| 145 | 2026-05-07T22:50:05.419Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-05-07T22:50:05.419Z | |
| 147 | 2026-05-07T22:50:05.419Z | Changed packages: |
| 148 | 2026-05-07T22:50:05.419Z | helios-dev |
| 149 | 2026-05-07T22:50:05.419Z | developer/build-essential |
| 150 | 2026-05-07T22:50:05.419Z | None -> 11-2.0 |
| 151 | 2026-05-07T22:50:05.419Z | ooce/developer/clang-15 |
| 152 | 2026-05-07T22:50:05.419Z | None -> 15.0.7-2.0 |
| 153 | 2026-05-07T22:50:05.419Z | ooce/developer/llvm-15 |
| 154 | 2026-05-07T22:50:05.419Z | None -> 15.0.7-2.0 |
| 155 | 2026-05-07T22:50:05.419Z | |
| 156 | 2026-05-07T22:50:05.420Z | Services: |
| 157 | 2026-05-07T22:50:05.420Z | restart_fmri: |
| 158 | 2026-05-07T22:50:05.420Z | svc:/system/update-man-index:default |
| 159 | 2026-05-07T22:50:05.461Z | |
| 160 | 2026-05-07T22:50:05.461Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-05-07T22:50:10.959Z | Download: 2002/3076 items 117.9/211.3MB 55% complete (26.6M/s) |
| 162 | 2026-05-07T22:50:15.963Z | Download: 2580/3076 items 119.7/211.3MB 56% complete (10.4M/s) |
| 163 | 2026-05-07T22:50:21.470Z | Download: 3034/3076 items 201.8/211.3MB 95% complete (12.0M/s) |
| 164 | 2026-05-07T22:50:27.738Z | Download: 3073/3076 items 210.3/211.3MB 99% complete (10.8M/s) |
| 165 | 2026-05-07T22:50:27.763Z | Download: Completed 211.31 MB in 22.30 seconds (9.5M/s) |
| 166 | 2026-05-07T22:50:27.918Z | Actions: 1/3430 actions (Installing new actions) |
| 167 | 2026-05-07T22:50:31.027Z | Actions: Completed 3430 actions in 3.11 seconds. |
| 168 | 2026-05-07T22:50:31.336Z | Done (0.305s) |
| 169 | 2026-05-07T22:50:31.336Z | Done (0.000s) |
| 170 | 2026-05-07T22:50:32.072Z | Done (0.737s) |
| 171 | 2026-05-07T22:50:35.319Z | Done (2.895s) |
| 172 | 2026-05-07T22:50:35.391Z | Done (0.010s) |
| 173 | 2026-05-07T22:50:35.394Z | Done (0.000s) |
| 174 | 2026-05-07T22:50:35.715Z | Done (0.000s) |
| 175 | 2026-05-07T22:50:36.590Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2026-05-07T22:50:36.695Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2026-05-07T22:50:36.698Z | Planning: Consolidating action changes ... Done |
| 178 | 2026-05-07T22:50:36.858Z | Planning: Evaluating mediators ... Done |
| 179 | 2026-05-07T22:50:36.861Z | Planning: Planning completed in 0.27 seconds |
| 180 | 2026-05-07T22:50:36.879Z | Mediators to change: 2 |
| 181 | 2026-05-07T22:50:36.879Z | Create boot environment: No |
| 182 | 2026-05-07T22:50:36.881Z | Create backup boot environment: No |
| 183 | 2026-05-07T22:50:36.943Z | Done |
| 184 | 2026-05-07T22:50:36.943Z | Done |
| 185 | 2026-05-07T22:50:37.572Z | Done |
| 186 | 2026-05-07T22:50:40.015Z | Done |
| 187 | 2026-05-07T22:50:40.091Z | Done |
| 188 | 2026-05-07T22:50:40.094Z | Done |
| 189 | 2026-05-07T22:50:40.257Z | Done |
| 190 | 2026-05-07T22:50:40.545Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 191 | 2026-05-07T22:50:40.545Z | clang system 15 system |
| 192 | 2026-05-07T22:50:40.546Z | csh system system illumos |
| 193 | 2026-05-07T22:50:40.546Z | ctags system system illumos |
| 194 | 2026-05-07T22:50:40.546Z | file system system illumos |
| 195 | 2026-05-07T22:50:40.546Z | gcc vendor 12 vendor |
| 196 | 2026-05-07T22:50:40.546Z | gcc system 14 system |
| 197 | 2026-05-07T22:50:40.546Z | gcc system 10 system |
| 198 | 2026-05-07T22:50:40.546Z | go system 1.20 system |
| 199 | 2026-05-07T22:50:40.546Z | go system 1.19 system |
| 200 | 2026-05-07T22:50:40.546Z | llvm system 15 system |
| 201 | 2026-05-07T22:50:40.546Z | llvm system 14 system |
| 202 | 2026-05-07T22:50:40.546Z | mariadb system 10.6 system |
| 203 | 2026-05-07T22:50:40.546Z | mta vendor vendor dma |
| 204 | 2026-05-07T22:50:40.546Z | openjdk system 17 system |
| 205 | 2026-05-07T22:50:40.547Z | openjdk system 11 system |
| 206 | 2026-05-07T22:50:40.547Z | openjdk system 1.8 system |
| 207 | 2026-05-07T22:50:40.547Z | openssl vendor 3 vendor |
| 208 | 2026-05-07T22:50:40.547Z | perl system 5.36 system |
| 209 | 2026-05-07T22:50:40.547Z | postgresql system 15 system |
| 210 | 2026-05-07T22:50:40.547Z | postgresql system 13 system |
| 211 | 2026-05-07T22:50:40.547Z | python vendor 3 vendor |
| 212 | 2026-05-07T22:50:40.547Z | python system 2 system |
| 213 | 2026-05-07T22:50:40.547Z | python3 system 3.11 system |
| 214 | 2026-05-07T22:50:40.547Z | ruby system 3.0 system |
| 215 | 2026-05-07T22:50:40.547Z | words vendor vendor american-english |
| 216 | 2026-05-07T22:50:40.547Z | words system system australian-english |
| 217 | 2026-05-07T22:50:40.547Z | words system system british-english |
| 218 | 2026-05-07T22:50:40.547Z | words system system canadian-english |
| 219 | 2026-05-07T22:50:40.547Z | words system system french |
| 220 | 2026-05-07T22:50:40.547Z | words system system italian |
| 221 | 2026-05-07T22:50:40.547Z | words system system ngerman |
| 222 | 2026-05-07T22:50:40.547Z | words system system ogerman |
| 223 | 2026-05-07T22:50:40.547Z | words system system spanish |
| 224 | 2026-05-07T22:50:40.766Z | PUBLISHER TYPE STATUS P LOCATION |
| 225 | 2026-05-07T22:50:40.766Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 226 | 2026-05-07T22:50:45.270Z | FMRI IFO |
| 227 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 228 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 229 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 230 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 231 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 232 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 233 | 2026-05-07T22:50:45.270Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 234 | 2026-05-07T22:50:46.217Z | All builder prerequisites installed successfully, and PATH looks valid |
| 235 | 2026-05-07T22:50:46.219Z | |
| 236 | 2026-05-07T22:50:46.219Z | real 1:09.259929237 |
| 237 | 2026-05-07T22:50:46.219Z | user 39.682433035 |
| 238 | 2026-05-07T22:50:46.219Z | sys 3.738900446 |
| 239 | 2026-05-07T22:50:46.219Z | trap 0.004013259 |
| 240 | 2026-05-07T22:50:46.219Z | tflt 0.024259042 |
| 241 | 2026-05-07T22:50:46.220Z | dflt 0.035431056 |
| 242 | 2026-05-07T22:50:46.220Z | kflt 0.007116731 |
| 243 | 2026-05-07T22:50:46.220Z | lock 0.000000000 |
| 244 | 2026-05-07T22:50:46.220Z | slp 1:35.008177853 |
| 245 | 2026-05-07T22:50:46.220Z | lat 0.049823310 |
| 246 | 2026-05-07T22:50:46.220Z | stop 0.000207004 |
| 247 | 2026-05-07T22:50:46.221Z | + banner check |
| 248 | 2026-05-07T22:50:46.221Z | |
| 249 | 2026-05-07T22:50:46.221Z | #### # # ###### #### # # |
| 250 | 2026-05-07T22:50:46.221Z | # # # # # # # # # |
| 251 | 2026-05-07T22:50:46.221Z | # ###### ##### # #### |
| 252 | 2026-05-07T22:50:46.221Z | # # # # # # # |
| 253 | 2026-05-07T22:50:46.221Z | # # # # # # # # # |
| 254 | 2026-05-07T22:50:46.221Z | #### # # ###### #### # # |
| 255 | 2026-05-07T22:50:46.221Z | |
| 256 | 2026-05-07T22:50:46.221Z | + ptime -m cargo check --features falcon |
| 257 | 2026-05-07T22:50:46.347Z | Updating crates.io index |
| 258 | 2026-05-07T22:50:46.379Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 259 | 2026-05-07T22:50:48.544Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 260 | 2026-05-07T22:50:57.084Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 261 | 2026-05-07T22:50:57.393Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-07T22:50:57.729Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 263 | 2026-05-07T22:50:57.970Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 264 | 2026-05-07T22:50:58.227Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 265 | 2026-05-07T22:50:58.518Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 266 | 2026-05-07T22:50:58.886Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 267 | 2026-05-07T22:50:59.547Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2026-05-07T22:51:00.402Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-07T22:51:00.660Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 270 | 2026-05-07T22:51:00.910Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 271 | 2026-05-07T22:51:01.272Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 272 | 2026-05-07T22:51:02.170Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 273 | 2026-05-07T22:51:07.282Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 274 | 2026-05-07T22:51:07.690Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2026-05-07T22:51:09.072Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 276 | 2026-05-07T22:51:09.958Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 277 | 2026-05-07T22:51:10.386Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 278 | 2026-05-07T22:51:10.904Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 279 | 2026-05-07T22:51:11.403Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 280 | 2026-05-07T22:51:11.897Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 281 | 2026-05-07T22:51:12.183Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 282 | 2026-05-07T22:51:12.498Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 283 | 2026-05-07T22:51:12.823Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-05-07T22:51:13.142Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-05-07T22:51:13.392Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-05-07T22:51:14.869Z | Downloading crates ... |
| 287 | 2026-05-07T22:51:14.936Z | Downloaded async-recursion v1.1.1 |
| 288 | 2026-05-07T22:51:14.940Z | Downloaded async-stream-impl v0.3.6 |
| 289 | 2026-05-07T22:51:14.943Z | Downloaded atomicwrites v0.4.4 |
| 290 | 2026-05-07T22:51:14.946Z | Downloaded atomic-waker v1.1.2 |
| 291 | 2026-05-07T22:51:14.950Z | Downloaded adler v1.0.2 |
| 292 | 2026-05-07T22:51:14.952Z | Downloaded cipher v0.4.4 |
| 293 | 2026-05-07T22:51:14.953Z | Downloaded async-trait v0.1.89 |
| 294 | 2026-05-07T22:51:14.955Z | Downloaded daft v0.1.5 |
| 295 | 2026-05-07T22:51:14.963Z | Downloaded ecdsa v0.16.9 |
| 296 | 2026-05-07T22:51:14.967Z | Downloaded daft-derive v0.1.5 |
| 297 | 2026-05-07T22:51:14.970Z | Downloaded derive-where v1.6.0 |
| 298 | 2026-05-07T22:51:14.973Z | Downloaded fixedbitset v0.5.7 |
| 299 | 2026-05-07T22:51:14.976Z | Downloaded bit-vec v0.6.3 |
| 300 | 2026-05-07T22:51:14.981Z | Downloaded filetime v0.2.23 |
| 301 | 2026-05-07T22:51:14.984Z | Downloaded derive_more v0.99.20 |
| 302 | 2026-05-07T22:51:14.987Z | Downloaded ff v0.13.1 |
| 303 | 2026-05-07T22:51:14.992Z | Downloaded dtrace-parser v0.3.0 |
| 304 | 2026-05-07T22:51:14.995Z | Downloaded argon2 v0.5.3 |
| 305 | 2026-05-07T22:51:14.995Z | Downloaded drift v0.1.4 |
| 306 | 2026-05-07T22:51:15.001Z | Downloaded futures-task v0.3.32 |
| 307 | 2026-05-07T22:51:15.004Z | Downloaded ciborium-ll v0.2.2 |
| 308 | 2026-05-07T22:51:15.007Z | Downloaded embedded-io v0.4.0 |
| 309 | 2026-05-07T22:51:15.010Z | Downloaded escargot v0.5.10 |
| 310 | 2026-05-07T22:51:15.013Z | Downloaded compression-core v0.4.31 |
| 311 | 2026-05-07T22:51:15.017Z | Downloaded dropshot-api-manager v0.7.1 |
| 312 | 2026-05-07T22:51:15.020Z | Downloaded cstr-argument v0.1.2 |
| 313 | 2026-05-07T22:51:15.024Z | Downloaded anstyle v1.0.7 |
| 314 | 2026-05-07T22:51:15.027Z | Downloaded foreign-types v0.3.2 |
| 315 | 2026-05-07T22:51:15.027Z | Downloaded fnv v1.0.7 |
| 316 | 2026-05-07T22:51:15.030Z | Downloaded bitstruct_derive v0.1.0 |
| 317 | 2026-05-07T22:51:15.033Z | Downloaded foreign-types-macros v0.2.3 |
| 318 | 2026-05-07T22:51:15.033Z | Downloaded futures-core v0.3.32 |
| 319 | 2026-05-07T22:51:15.036Z | Downloaded embedded-io v0.6.1 |
| 320 | 2026-05-07T22:51:15.039Z | Downloaded futures-executor v0.3.32 |
| 321 | 2026-05-07T22:51:15.042Z | Downloaded fastrand v2.3.0 |
| 322 | 2026-05-07T22:51:15.046Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 323 | 2026-05-07T22:51:15.046Z | Downloaded clap_lex v0.7.0 |
| 324 | 2026-05-07T22:51:15.049Z | Downloaded form_urlencoded v1.2.2 |
| 325 | 2026-05-07T22:51:15.049Z | Downloaded foreign-types-shared v0.1.1 |
| 326 | 2026-05-07T22:51:15.053Z | Downloaded hash32 v0.3.1 |
| 327 | 2026-05-07T22:51:15.058Z | Downloaded funty v2.0.0 |
| 328 | 2026-05-07T22:51:15.058Z | Downloaded foreign-types-shared v0.3.1 |
| 329 | 2026-05-07T22:51:15.060Z | Downloaded futures-sink v0.3.32 |
| 330 | 2026-05-07T22:51:15.060Z | Downloaded generic-array v0.14.7 |
| 331 | 2026-05-07T22:51:15.060Z | Downloaded crucible-workspace-hack v0.1.0 |
| 332 | 2026-05-07T22:51:15.065Z | Downloaded darling_macro v0.21.3 |
| 333 | 2026-05-07T22:51:15.068Z | Downloaded git-stub v1.0.0 |
| 334 | 2026-05-07T22:51:15.068Z | Downloaded gethostname v0.5.0 |
| 335 | 2026-05-07T22:51:15.070Z | Downloaded darling_macro v0.20.11 |
| 336 | 2026-05-07T22:51:15.075Z | Downloaded heck v0.4.1 |
| 337 | 2026-05-07T22:51:15.075Z | Downloaded const_format_proc_macros v0.2.34 |
| 338 | 2026-05-07T22:51:15.080Z | Downloaded derive-ex v0.1.8 |
| 339 | 2026-05-07T22:51:15.080Z | Downloaded clap_derive v4.5.4 |
| 340 | 2026-05-07T22:51:15.085Z | Downloaded darling_core v0.21.3 |
| 341 | 2026-05-07T22:51:15.088Z | Downloaded crypto-common v0.1.6 |
| 342 | 2026-05-07T22:51:15.088Z | Downloaded heck v0.5.0 |
| 343 | 2026-05-07T22:51:15.091Z | Downloaded httpdate v1.0.3 |
| 344 | 2026-05-07T22:51:15.094Z | Downloaded home v0.5.11 |
| 345 | 2026-05-07T22:51:15.095Z | Downloaded hubpack v0.1.2 |
| 346 | 2026-05-07T22:51:15.097Z | Downloaded hostname v0.3.1 |
| 347 | 2026-05-07T22:51:15.100Z | Downloaded hex v0.4.3 |
| 348 | 2026-05-07T22:51:15.100Z | Downloaded hyper-tls v0.6.0 |
| 349 | 2026-05-07T22:51:15.103Z | Downloaded bcs v0.1.6 |
| 350 | 2026-05-07T22:51:15.106Z | Downloaded csv-core v0.1.12 |
| 351 | 2026-05-07T22:51:15.109Z | Downloaded icu_provider_macros v1.5.0 |
| 352 | 2026-05-07T22:51:15.109Z | Downloaded cmake v0.1.54 |
| 353 | 2026-05-07T22:51:15.113Z | Downloaded der_derive v0.7.3 |
| 354 | 2026-05-07T22:51:15.116Z | Downloaded group v0.13.0 |
| 355 | 2026-05-07T22:51:15.116Z | Downloaded hubpack_derive v0.1.1 |
| 356 | 2026-05-07T22:51:15.124Z | Downloaded fs_extra v1.3.0 |
| 357 | 2026-05-07T22:51:15.124Z | Downloaded either v1.15.0 |
| 358 | 2026-05-07T22:51:15.127Z | Downloaded glob v0.3.3 |
| 359 | 2026-05-07T22:51:15.127Z | Downloaded globset v0.4.14 |
| 360 | 2026-05-07T22:51:15.130Z | Downloaded inout v0.1.3 |
| 361 | 2026-05-07T22:51:15.130Z | Downloaded indent_write v2.2.0 |
| 362 | 2026-05-07T22:51:15.133Z | Downloaded idna_adapter v1.2.0 |
| 363 | 2026-05-07T22:51:15.136Z | Downloaded futures-channel v0.3.32 |
| 364 | 2026-05-07T22:51:15.136Z | Downloaded fs-err v3.1.2 |
| 365 | 2026-05-07T22:51:15.139Z | Downloaded is_ci v1.2.0 |
| 366 | 2026-05-07T22:51:15.142Z | Downloaded dropshot_endpoint v0.16.7 |
| 367 | 2026-05-07T22:51:15.147Z | Downloaded lazycell v1.3.0 |
| 368 | 2026-05-07T22:51:15.147Z | Downloaded keccak v0.1.6 |
| 369 | 2026-05-07T22:51:15.150Z | Downloaded match_cfg v0.1.0 |
| 370 | 2026-05-07T22:51:15.150Z | Downloaded humantime v2.3.0 |
| 371 | 2026-05-07T22:51:15.150Z | Downloaded cancel-safe-futures v0.1.5 |
| 372 | 2026-05-07T22:51:15.153Z | Downloaded camino v1.2.2 |
| 373 | 2026-05-07T22:51:15.156Z | Downloaded defmt-parser v0.3.4 |
| 374 | 2026-05-07T22:51:15.160Z | Downloaded colored v3.0.0 |
| 375 | 2026-05-07T22:51:15.163Z | Downloaded defmt v0.3.8 |
| 376 | 2026-05-07T22:51:15.166Z | Downloaded http-body-util v0.1.3 |
| 377 | 2026-05-07T22:51:15.167Z | Downloaded highway v1.3.0 |
| 378 | 2026-05-07T22:51:15.174Z | Downloaded linked-hash-map v0.5.6 |
| 379 | 2026-05-07T22:51:15.174Z | Downloaded memmap v0.7.0 |
| 380 | 2026-05-07T22:51:15.178Z | Downloaded crossbeam-utils v0.8.19 |
| 381 | 2026-05-07T22:51:15.178Z | Downloaded futures-macro v0.3.32 |
| 382 | 2026-05-07T22:51:15.178Z | Downloaded deranged v0.5.3 |
| 383 | 2026-05-07T22:51:15.178Z | Downloaded darling v0.23.0 |
| 384 | 2026-05-07T22:51:15.181Z | Downloaded getrandom v0.2.14 |
| 385 | 2026-05-07T22:51:15.184Z | Downloaded newtype_derive v0.1.6 |
| 386 | 2026-05-07T22:51:15.187Z | Downloaded newtype-uuid-macros v0.1.0 |
| 387 | 2026-05-07T22:51:15.191Z | Downloaded num-conv v0.2.0 |
| 388 | 2026-05-07T22:51:15.191Z | Downloaded macaddr v1.0.1 |
| 389 | 2026-05-07T22:51:15.195Z | Downloaded newline-converter v0.3.0 |
| 390 | 2026-05-07T22:51:15.195Z | Downloaded ingot-types v0.1.2 |
| 391 | 2026-05-07T22:51:15.198Z | Downloaded ipnetwork v0.21.1 |
| 392 | 2026-05-07T22:51:15.198Z | Downloaded ingot v0.1.1 |
| 393 | 2026-05-07T22:51:15.202Z | Downloaded ipnet v2.9.0 |
| 394 | 2026-05-07T22:51:15.206Z | Downloaded num-iter v0.1.45 |
| 395 | 2026-05-07T22:51:15.206Z | Downloaded num-derive v0.4.2 |
| 396 | 2026-05-07T22:51:15.209Z | Downloaded num_enum_derive v0.5.11 |
| 397 | 2026-05-07T22:51:15.209Z | Downloaded openssl-probe v0.2.1 |
| 398 | 2026-05-07T22:51:15.212Z | Downloaded linear-map v1.2.0 |
| 399 | 2026-05-07T22:51:15.212Z | Downloaded libloading v0.8.9 |
| 400 | 2026-05-07T22:51:15.215Z | Downloaded libloading v0.7.4 |
| 401 | 2026-05-07T22:51:15.222Z | Downloaded anyhow v1.0.100 |
| 402 | 2026-05-07T22:51:15.226Z | Downloaded olpc-cjson v0.1.4 |
| 403 | 2026-05-07T22:51:15.226Z | Downloaded opaque-debug v0.3.1 |
| 404 | 2026-05-07T22:51:15.226Z | Downloaded num_threads v0.1.7 |
| 405 | 2026-05-07T22:51:15.226Z | Downloaded clap v4.5.4 |
| 406 | 2026-05-07T22:51:15.232Z | Downloaded omicron-workspace-hack v0.1.0 |
| 407 | 2026-05-07T22:51:15.235Z | Downloaded httparse v1.10.1 |
| 408 | 2026-05-07T22:51:15.235Z | Downloaded percent-encoding v2.3.2 |
| 409 | 2026-05-07T22:51:15.239Z | Downloaded hyper-rustls v0.27.3 |
| 410 | 2026-05-07T22:51:15.243Z | Downloaded jobserver v0.1.31 |
| 411 | 2026-05-07T22:51:15.243Z | Downloaded parse-display v0.10.0 |
| 412 | 2026-05-07T22:51:15.249Z | Downloaded newtype-uuid v1.3.2 |
| 413 | 2026-05-07T22:51:15.249Z | Downloaded iana-time-zone v0.1.64 |
| 414 | 2026-05-07T22:51:15.254Z | Downloaded getrandom v0.3.4 |
| 415 | 2026-05-07T22:51:15.254Z | Downloaded futures v0.3.32 |
| 416 | 2026-05-07T22:51:15.258Z | Downloaded powerfmt v0.2.0 |
| 417 | 2026-05-07T22:51:15.258Z | Downloaded lock_api v0.4.12 |
| 418 | 2026-05-07T22:51:15.258Z | Downloaded memoffset v0.9.1 |
| 419 | 2026-05-07T22:51:15.261Z | Downloaded half v2.7.1 |
| 420 | 2026-05-07T22:51:15.264Z | Downloaded plain v0.2.3 |
| 421 | 2026-05-07T22:51:15.265Z | Downloaded num-complex v0.4.6 |
| 422 | 2026-05-07T22:51:15.268Z | Downloaded allocator-api2 v0.2.21 |
| 423 | 2026-05-07T22:51:15.268Z | Downloaded openssl-macros v0.1.1 |
| 424 | 2026-05-07T22:51:15.272Z | Downloaded litemap v0.7.4 |
| 425 | 2026-05-07T22:51:15.272Z | Downloaded pin-utils v0.1.0 |
| 426 | 2026-05-07T22:51:15.276Z | Downloaded num_enum_derive v0.7.4 |
| 427 | 2026-05-07T22:51:15.276Z | Downloaded proc-macro-error-attr v1.0.4 |
| 428 | 2026-05-07T22:51:15.279Z | Downloaded proc-macro-crate v1.3.1 |
| 429 | 2026-05-07T22:51:15.279Z | Downloaded pretty-hex v0.4.1 |
| 430 | 2026-05-07T22:51:15.280Z | Downloaded progenitor-client v0.10.0 |
| 431 | 2026-05-07T22:51:15.283Z | Downloaded der v0.7.10 |
| 432 | 2026-05-07T22:51:15.287Z | Downloaded chacha20poly1305 v0.10.1 |
| 433 | 2026-05-07T22:51:15.290Z | Downloaded num_enum v0.5.11 |
| 434 | 2026-05-07T22:51:15.290Z | Downloaded progenitor-client v0.11.1 |
| 435 | 2026-05-07T22:51:15.293Z | Downloaded icu_provider v1.5.0 |
| 436 | 2026-05-07T22:51:15.296Z | Downloaded progenitor-macro v0.14.0 |
| 437 | 2026-05-07T22:51:15.296Z | Downloaded openssl-probe v0.1.5 |
| 438 | 2026-05-07T22:51:15.302Z | Downloaded progenitor-client v0.14.0 |
| 439 | 2026-05-07T22:51:15.302Z | Downloaded progenitor-macro v0.10.0 |
| 440 | 2026-05-07T22:51:15.308Z | Downloaded num_enum v0.7.4 |
| 441 | 2026-05-07T22:51:15.308Z | Downloaded quick-error v1.2.3 |
| 442 | 2026-05-07T22:51:15.308Z | Downloaded pem-rfc7468 v0.7.0 |
| 443 | 2026-05-07T22:51:15.311Z | Downloaded oxnet v0.1.4 |
| 444 | 2026-05-07T22:51:15.311Z | Downloaded paste v1.0.15 |
| 445 | 2026-05-07T22:51:15.312Z | Downloaded parking_lot_core v0.9.10 |
| 446 | 2026-05-07T22:51:15.315Z | Downloaded rand_chacha v0.3.1 |
| 447 | 2026-05-07T22:51:15.315Z | Downloaded ref-cast-impl v1.0.25 |
| 448 | 2026-05-07T22:51:15.318Z | Downloaded ref-cast v1.0.25 |
| 449 | 2026-05-07T22:51:15.321Z | Downloaded pin-project-internal v1.1.10 |
| 450 | 2026-05-07T22:51:15.321Z | Downloaded polyval v0.6.2 |
| 451 | 2026-05-07T22:51:15.324Z | Downloaded poly1305 v0.8.0 |
| 452 | 2026-05-07T22:51:15.324Z | Downloaded indexmap v1.9.3 |
| 453 | 2026-05-07T22:51:15.327Z | Downloaded pkg-config v0.3.30 |
| 454 | 2026-05-07T22:51:15.330Z | Downloaded rustc-hash v1.1.0 |
| 455 | 2026-05-07T22:51:15.330Z | Downloaded rfc6979 v0.4.0 |
| 456 | 2026-05-07T22:51:15.333Z | Downloaded pin-project-lite v0.2.14 |
| 457 | 2026-05-07T22:51:15.337Z | Downloaded native-tls v0.2.11 |
| 458 | 2026-05-07T22:51:15.340Z | Downloaded primeorder v0.13.6 |
| 459 | 2026-05-07T22:51:15.340Z | Downloaded ppv-lite86 v0.2.17 |
| 460 | 2026-05-07T22:51:15.340Z | Downloaded once_cell v1.21.3 |
| 461 | 2026-05-07T22:51:15.343Z | Downloaded progenitor v0.10.0 |
| 462 | 2026-05-07T22:51:15.349Z | Downloaded multer v3.1.0 |
| 463 | 2026-05-07T22:51:15.349Z | Downloaded proc-macro-error v1.0.4 |
| 464 | 2026-05-07T22:51:15.353Z | Downloaded pem v3.0.5 |
| 465 | 2026-05-07T22:51:15.353Z | Downloaded progenitor v0.11.1 |
| 466 | 2026-05-07T22:51:15.353Z | Downloaded flate2 v1.0.30 |
| 467 | 2026-05-07T22:51:15.357Z | Downloaded rustc_version v0.4.1 |
| 468 | 2026-05-07T22:51:15.357Z | Downloaded rustc-hash v2.1.1 |
| 469 | 2026-05-07T22:51:15.360Z | Downloaded rustc_version v0.1.7 |
| 470 | 2026-05-07T22:51:15.360Z | Downloaded progenitor v0.14.0 |
| 471 | 2026-05-07T22:51:15.363Z | Downloaded fatfs v0.3.6 |
| 472 | 2026-05-07T22:51:15.363Z | Downloaded rand_chacha v0.9.0 |
| 473 | 2026-05-07T22:51:15.366Z | Downloaded quinn-udp v0.5.5 |
| 474 | 2026-05-07T22:51:15.366Z | Downloaded rand_core v0.9.3 |
| 475 | 2026-05-07T22:51:15.369Z | Downloaded pest_derive v2.8.4 |
| 476 | 2026-05-07T22:51:15.372Z | Downloaded radium v0.7.0 |
| 477 | 2026-05-07T22:51:15.372Z | Downloaded owo-colors v4.2.3 |
| 478 | 2026-05-07T22:51:15.375Z | Downloaded rand_xorshift v0.3.0 |
| 479 | 2026-05-07T22:51:15.375Z | Downloaded miniz_oxide v0.7.2 |
| 480 | 2026-05-07T22:51:15.378Z | Downloaded parking_lot v0.12.2 |
| 481 | 2026-05-07T22:51:15.383Z | Downloaded quote v1.0.45 |
| 482 | 2026-05-07T22:51:15.383Z | Downloaded same-file v1.0.6 |
| 483 | 2026-05-07T22:51:15.387Z | Downloaded pest_meta v2.8.4 |
| 484 | 2026-05-07T22:51:15.387Z | Downloaded ed25519-dalek v2.2.0 |
| 485 | 2026-05-07T22:51:15.390Z | Downloaded scroll_derive v0.13.1 |
| 486 | 2026-05-07T22:51:15.390Z | Downloaded scroll_derive v0.12.0 |
| 487 | 2026-05-07T22:51:15.391Z | Downloaded secrecy v0.10.3 |
| 488 | 2026-05-07T22:51:15.394Z | Downloaded resolv-conf v0.7.0 |
| 489 | 2026-05-07T22:51:15.394Z | Downloaded password-hash v0.5.0 |
| 490 | 2026-05-07T22:51:15.394Z | Downloaded ringbuffer v0.16.0 |
| 491 | 2026-05-07T22:51:15.398Z | Downloaded log v0.4.29 |
| 492 | 2026-05-07T22:51:15.402Z | Downloaded postcard v1.0.9 |
| 493 | 2026-05-07T22:51:15.402Z | Downloaded pkcs8 v0.10.2 |
| 494 | 2026-05-07T22:51:15.407Z | Downloaded num-traits v0.2.19 |
| 495 | 2026-05-07T22:51:15.407Z | Downloaded heapless v0.8.0 |
| 496 | 2026-05-07T22:51:15.412Z | Downloaded serde_arrays v0.1.0 |
| 497 | 2026-05-07T22:51:15.412Z | Downloaded jiff-static v0.2.15 |
| 498 | 2026-05-07T22:51:15.415Z | Downloaded async-compression v0.4.33 |
| 499 | 2026-05-07T22:51:15.415Z | Downloaded serde-big-array v0.5.1 |
| 500 | 2026-05-07T22:51:15.419Z | Downloaded semver v0.1.20 |
| 501 | 2026-05-07T22:51:15.419Z | Downloaded progenitor-macro v0.11.1 |
| 502 | 2026-05-07T22:51:15.419Z | Downloaded libsw v3.5.0 |
| 503 | 2026-05-07T22:51:15.424Z | Downloaded icu_collections v1.5.0 |
| 504 | 2026-05-07T22:51:15.428Z | Downloaded sha1 v0.10.6 |
| 505 | 2026-05-07T22:51:15.428Z | Downloaded serde_spanned v1.0.4 |
| 506 | 2026-05-07T22:51:15.428Z | Downloaded serde_spanned v0.6.9 |
| 507 | 2026-05-07T22:51:15.431Z | Downloaded serde_repr v0.1.19 |
| 508 | 2026-05-07T22:51:15.432Z | Downloaded sigpipe v0.1.3 |
| 509 | 2026-05-07T22:51:15.435Z | Downloaded rustls-pemfile v2.2.0 |
| 510 | 2026-05-07T22:51:15.435Z | Downloaded simd-adler32 v0.3.7 |
| 511 | 2026-05-07T22:51:15.438Z | Downloaded siphasher v1.0.1 |
| 512 | 2026-05-07T22:51:15.438Z | Downloaded hickory-resolver v0.24.4 |
| 513 | 2026-05-07T22:51:15.442Z | Downloaded icu_properties v1.5.1 |
| 514 | 2026-05-07T22:51:15.446Z | Downloaded rusty-fork v0.3.0 |
| 515 | 2026-05-07T22:51:15.446Z | Downloaded papergrid v0.11.0 |
| 516 | 2026-05-07T22:51:15.449Z | Downloaded smawk v0.3.2 |
| 517 | 2026-05-07T22:51:15.452Z | Downloaded schemars_derive v0.8.22 |
| 518 | 2026-05-07T22:51:15.452Z | Downloaded rustls-pemfile v1.0.4 |
| 519 | 2026-05-07T22:51:15.456Z | Downloaded rustls-native-certs v0.8.3 |
| 520 | 2026-05-07T22:51:15.456Z | Downloaded pin-project v1.1.10 |
| 521 | 2026-05-07T22:51:15.463Z | Downloaded strum v0.26.3 |
| 522 | 2026-05-07T22:51:15.470Z | Downloaded sec1 v0.7.3 |
| 523 | 2026-05-07T22:51:15.470Z | Downloaded scroll v0.13.0 |
| 524 | 2026-05-07T22:51:15.475Z | Downloaded hashbrown v0.12.3 |
| 525 | 2026-05-07T22:51:15.475Z | Downloaded signature v2.2.0 |
| 526 | 2026-05-07T22:51:15.475Z | Downloaded hickory-resolver v0.25.2 |
| 527 | 2026-05-07T22:51:15.479Z | Downloaded strum v0.27.2 |
| 528 | 2026-05-07T22:51:15.479Z | Downloaded swrite v0.1.0 |
| 529 | 2026-05-07T22:51:15.479Z | Downloaded tagptr v0.2.0 |
| 530 | 2026-05-07T22:51:15.482Z | Downloaded tabled_derive v0.7.0 |
| 531 | 2026-05-07T22:51:15.482Z | Downloaded sync_wrapper v1.0.1 |
| 532 | 2026-05-07T22:51:15.482Z | Downloaded supports-color v3.0.2 |
| 533 | 2026-05-07T22:51:15.482Z | Downloaded subtle v2.6.1 |
| 534 | 2026-05-07T22:51:15.485Z | Downloaded structmeta-derive v0.3.0 |
| 535 | 2026-05-07T22:51:15.486Z | Downloaded sct v0.7.1 |
| 536 | 2026-05-07T22:51:15.491Z | Downloaded structmeta v0.3.0 |
| 537 | 2026-05-07T22:51:15.491Z | Downloaded supports-color v2.1.0 |
| 538 | 2026-05-07T22:51:15.491Z | Downloaded strsim v0.11.1 |
| 539 | 2026-05-07T22:51:15.494Z | Downloaded stable_deref_trait v1.2.0 |
| 540 | 2026-05-07T22:51:15.494Z | Downloaded scroll v0.12.0 |
| 541 | 2026-05-07T22:51:15.494Z | Downloaded rand_core v0.6.4 |
| 542 | 2026-05-07T22:51:15.494Z | Downloaded serde_urlencoded v0.7.1 |
| 543 | 2026-05-07T22:51:15.497Z | Downloaded serde_plain v1.0.2 |
| 544 | 2026-05-07T22:51:15.497Z | Downloaded scopeguard v1.2.0 |
| 545 | 2026-05-07T22:51:15.497Z | Downloaded shlex v1.3.0 |
| 546 | 2026-05-07T22:51:15.502Z | Downloaded tabwriter v1.4.0 |
| 547 | 2026-05-07T22:51:15.502Z | Downloaded progenitor-impl v0.10.0 |
| 548 | 2026-05-07T22:51:15.505Z | Downloaded sha2 v0.10.9 |
| 549 | 2026-05-07T22:51:15.505Z | Downloaded signal-hook-registry v1.4.2 |
| 550 | 2026-05-07T22:51:15.505Z | Downloaded serde_tokenstream v0.2.3 |
| 551 | 2026-05-07T22:51:15.509Z | Downloaded serde_derive_internals v0.29.1 |
| 552 | 2026-05-07T22:51:15.509Z | Downloaded termtree v0.5.1 |
| 553 | 2026-05-07T22:51:15.509Z | Downloaded tap v1.0.1 |
| 554 | 2026-05-07T22:51:15.512Z | Downloaded take_mut v0.2.2 |
| 555 | 2026-05-07T22:51:15.512Z | Downloaded slog-async v2.8.0 |
| 556 | 2026-05-07T22:51:15.512Z | Downloaded openssl-sys v0.9.107 |
| 557 | 2026-05-07T22:51:15.515Z | Downloaded slog-term v2.9.2 |
| 558 | 2026-05-07T22:51:15.518Z | Downloaded slab v0.4.9 |
| 559 | 2026-05-07T22:51:15.518Z | Downloaded serde_path_to_error v0.1.20 |
| 560 | 2026-05-07T22:51:15.521Z | Downloaded terminal_size v0.4.3 |
| 561 | 2026-05-07T22:51:15.522Z | Downloaded smf v0.2.3 |
| 562 | 2026-05-07T22:51:15.522Z | Downloaded spki v0.7.3 |
| 563 | 2026-05-07T22:51:15.525Z | Downloaded slog-dtrace v0.3.0 |
| 564 | 2026-05-07T22:51:15.525Z | Downloaded slog-bunyan v2.5.0 |
| 565 | 2026-05-07T22:51:15.525Z | Downloaded rustversion v1.0.22 |
| 566 | 2026-05-07T22:51:15.529Z | Downloaded ryu v1.0.18 |
| 567 | 2026-05-07T22:51:15.533Z | Downloaded thread_local v1.1.8 |
| 568 | 2026-05-07T22:51:15.533Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 569 | 2026-05-07T22:51:15.533Z | Downloaded thread-id v5.0.0 |
| 570 | 2026-05-07T22:51:15.536Z | Downloaded static_assertions v1.1.0 |
| 571 | 2026-05-07T22:51:15.536Z | Downloaded crypto-bigint v0.5.5 |
| 572 | 2026-05-07T22:51:15.539Z | Downloaded semver v1.0.28 |
| 573 | 2026-05-07T22:51:15.539Z | Downloaded snafu-derive v0.8.9 |
| 574 | 2026-05-07T22:51:15.543Z | Downloaded prettyplease v0.2.37 |
| 575 | 2026-05-07T22:51:15.543Z | Downloaded strum_macros v0.28.0 |
| 576 | 2026-05-07T22:51:15.546Z | Downloaded tinyvec_macros v0.1.1 |
| 577 | 2026-05-07T22:51:15.546Z | Downloaded libm v0.2.8 |
| 578 | 2026-05-07T22:51:15.550Z | Downloaded expectorate v1.2.0 |
| 579 | 2026-05-07T22:51:15.554Z | Downloaded cc v1.2.17 |
| 580 | 2026-05-07T22:51:15.557Z | Downloaded proc-macro2 v1.0.106 |
| 581 | 2026-05-07T22:51:15.557Z | Downloaded thiserror-impl v1.0.64 |
| 582 | 2026-05-07T22:51:15.563Z | Downloaded terminal_size v0.3.0 |
| 583 | 2026-05-07T22:51:15.563Z | Downloaded synstructure v0.13.1 |
| 584 | 2026-05-07T22:51:15.563Z | Downloaded progenitor-impl v0.11.1 |
| 585 | 2026-05-07T22:51:15.563Z | Downloaded num-rational v0.4.2 |
| 586 | 2026-05-07T22:51:15.567Z | Downloaded rustls-pki-types v1.12.0 |
| 587 | 2026-05-07T22:51:15.567Z | Downloaded serde_with_macros v3.18.0 |
| 588 | 2026-05-07T22:51:15.567Z | Downloaded mio v1.0.2 |
| 589 | 2026-05-07T22:51:15.572Z | Downloaded hashbrown v0.15.2 |
| 590 | 2026-05-07T22:51:15.578Z | Downloaded ron v0.8.1 |
| 591 | 2026-05-07T22:51:15.582Z | Downloaded progenitor-impl v0.14.0 |
| 592 | 2026-05-07T22:51:15.582Z | Downloaded crossbeam-channel v0.5.15 |
| 593 | 2026-05-07T22:51:15.582Z | Downloaded toml_datetime v0.6.11 |
| 594 | 2026-05-07T22:51:15.585Z | Downloaded smallvec v1.13.2 |
| 595 | 2026-05-07T22:51:15.585Z | Downloaded phf v0.12.1 |
| 596 | 2026-05-07T22:51:15.585Z | Downloaded darling_core v0.23.0 |
| 597 | 2026-05-07T22:51:15.588Z | Downloaded rustls-platform-verifier v0.6.2 |
| 598 | 2026-05-07T22:51:15.591Z | Downloaded tower-service v0.3.3 |
| 599 | 2026-05-07T22:51:15.591Z | Downloaded tower-layer v0.3.3 |
| 600 | 2026-05-07T22:51:15.594Z | Downloaded thread-id v4.2.1 |
| 601 | 2026-05-07T22:51:15.594Z | Downloaded thiserror-no-std v2.0.2 |
| 602 | 2026-05-07T22:51:15.597Z | Downloaded thiserror-impl v2.0.18 |
| 603 | 2026-05-07T22:51:15.597Z | Downloaded thiserror v2.0.18 |
| 604 | 2026-05-07T22:51:15.600Z | Downloaded toml_write v0.1.2 |
| 605 | 2026-05-07T22:51:15.603Z | Downloaded spin v0.9.8 |
| 606 | 2026-05-07T22:51:15.603Z | Downloaded thiserror v1.0.64 |
| 607 | 2026-05-07T22:51:15.608Z | Downloaded slog-json v2.6.1 |
| 608 | 2026-05-07T22:51:15.613Z | Downloaded memchr v2.7.2 |
| 609 | 2026-05-07T22:51:15.613Z | Downloaded rayon-core v1.13.0 |
| 610 | 2026-05-07T22:51:15.615Z | Downloaded typify-macro v0.4.3 |
| 611 | 2026-05-07T22:51:15.615Z | Downloaded try-lock v0.2.5 |
| 612 | 2026-05-07T22:51:15.615Z | Downloaded darling_core v0.20.11 |
| 613 | 2026-05-07T22:51:15.618Z | Downloaded phf_shared v0.12.1 |
| 614 | 2026-05-07T22:51:15.621Z | Downloaded unarray v0.1.4 |
| 615 | 2026-05-07T22:51:15.621Z | Downloaded tokio-macros v2.6.0 |
| 616 | 2026-05-07T22:51:15.621Z | Downloaded tls_codec_derive v0.4.2 |
| 617 | 2026-05-07T22:51:15.625Z | Downloaded tls_codec v0.4.2 |
| 618 | 2026-05-07T22:51:15.625Z | Downloaded tinystr v0.7.6 |
| 619 | 2026-05-07T22:51:15.628Z | Downloaded tokio-dtrace v0.1.1 |
| 620 | 2026-05-07T22:51:15.628Z | Downloaded untrusted v0.9.0 |
| 621 | 2026-05-07T22:51:15.628Z | Downloaded untrusted v0.7.1 |
| 622 | 2026-05-07T22:51:15.628Z | Downloaded num-bigint v0.4.5 |
| 623 | 2026-05-07T22:51:15.635Z | Downloaded indexmap v2.14.0 |
| 624 | 2026-05-07T22:51:15.638Z | Downloaded quinn v0.11.9 |
| 625 | 2026-05-07T22:51:15.638Z | Downloaded unicode-xid v0.2.4 |
| 626 | 2026-05-07T22:51:15.638Z | Downloaded universal-hash v0.5.1 |
| 627 | 2026-05-07T22:51:15.638Z | Downloaded typify-macro v0.6.2 |
| 628 | 2026-05-07T22:51:15.641Z | Downloaded time-macros v0.2.27 |
| 629 | 2026-05-07T22:51:15.641Z | Downloaded utf8_iter v1.0.4 |
| 630 | 2026-05-07T22:51:15.641Z | Downloaded usdt v0.5.0 |
| 631 | 2026-05-07T22:51:15.641Z | Downloaded similar v2.7.0 |
| 632 | 2026-05-07T22:51:15.644Z | Downloaded usdt-attr-macro v0.6.0 |
| 633 | 2026-05-07T22:51:15.647Z | Downloaded usdt-attr-macro v0.5.0 |
| 634 | 2026-05-07T22:51:15.647Z | Downloaded usdt-macro v0.5.0 |
| 635 | 2026-05-07T22:51:15.647Z | Downloaded tempfile v3.23.0 |
| 636 | 2026-05-07T22:51:15.651Z | Downloaded term v1.2.0 |
| 637 | 2026-05-07T22:51:15.651Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 638 | 2026-05-07T22:51:15.654Z | Downloaded schemars v0.8.22 |
| 639 | 2026-05-07T22:51:15.657Z | Downloaded utf16_iter v1.0.5 |
| 640 | 2026-05-07T22:51:15.660Z | Downloaded utf-8 v0.7.6 |
| 641 | 2026-05-07T22:51:15.660Z | Downloaded socket2 v0.6.0 |
| 642 | 2026-05-07T22:51:15.663Z | Downloaded utf8parse v0.2.1 |
| 643 | 2026-05-07T22:51:15.663Z | Downloaded usdt-macro v0.6.0 |
| 644 | 2026-05-07T22:51:15.663Z | Downloaded hyper-util v0.1.20 |
| 645 | 2026-05-07T22:51:15.666Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 646 | 2026-05-07T22:51:15.671Z | Downloaded socket2 v0.5.10 |
| 647 | 2026-05-07T22:51:15.671Z | Downloaded tracing-attributes v0.1.27 |
| 648 | 2026-05-07T22:51:15.672Z | Downloaded futures-util v0.3.32 |
| 649 | 2026-05-07T22:51:15.676Z | Downloaded typeid v1.0.0 |
| 650 | 2026-05-07T22:51:15.679Z | Downloaded waitgroup v0.1.2 |
| 651 | 2026-05-07T22:51:15.679Z | Downloaded wait-timeout v0.2.0 |
| 652 | 2026-05-07T22:51:15.679Z | Downloaded version_check v0.9.5 |
| 653 | 2026-05-07T22:51:15.684Z | Downloaded hashbrown v0.16.1 |
| 654 | 2026-05-07T22:51:15.687Z | Downloaded tinyvec v1.6.0 |
| 655 | 2026-05-07T22:51:15.687Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 656 | 2026-05-07T22:51:15.687Z | Downloaded slog v2.8.2 |
| 657 | 2026-05-07T22:51:15.690Z | Downloaded nom v7.1.3 |
| 658 | 2026-05-07T22:51:15.695Z | Downloaded want v0.3.1 |
| 659 | 2026-05-07T22:51:15.695Z | Downloaded which v4.4.2 |
| 660 | 2026-05-07T22:51:15.695Z | Downloaded unicode-linebreak v0.1.5 |
| 661 | 2026-05-07T22:51:15.695Z | Downloaded tokio-rustls v0.25.0 |
| 662 | 2026-05-07T22:51:15.698Z | Downloaded minimal-lexical v0.2.1 |
| 663 | 2026-05-07T22:51:15.698Z | Downloaded clap_builder v4.5.2 |
| 664 | 2026-05-07T22:51:15.703Z | Downloaded toml v0.8.23 |
| 665 | 2026-05-07T22:51:15.707Z | Downloaded bindgen v0.69.5 |
| 666 | 2026-05-07T22:51:15.707Z | Downloaded write16 v1.0.0 |
| 667 | 2026-05-07T22:51:15.707Z | Downloaded iddqd v0.3.17 |
| 668 | 2026-05-07T22:51:15.711Z | Downloaded xattr v1.3.1 |
| 669 | 2026-05-07T22:51:15.713Z | Downloaded tokio-tungstenite v0.21.0 |
| 670 | 2026-05-07T22:51:15.714Z | Downloaded tar v0.4.40 |
| 671 | 2026-05-07T22:51:15.717Z | Downloaded yoke-derive v0.7.5 |
| 672 | 2026-05-07T22:51:15.717Z | Downloaded test-strategy v0.4.3 |
| 673 | 2026-05-07T22:51:15.723Z | Downloaded usdt-impl v0.6.0 |
| 674 | 2026-05-07T22:51:15.723Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 675 | 2026-05-07T22:51:15.723Z | Downloaded tokio-rustls v0.26.0 |
| 676 | 2026-05-07T22:51:15.723Z | Downloaded rand v0.9.2 |
| 677 | 2026-05-07T22:51:15.726Z | Downloaded schemars v1.2.1 |
| 678 | 2026-05-07T22:51:15.731Z | Downloaded zone v0.3.1 |
| 679 | 2026-05-07T22:51:15.737Z | Downloaded twox-hash v2.1.2 |
| 680 | 2026-05-07T22:51:15.737Z | Downloaded idna v1.0.3 |
| 681 | 2026-05-07T22:51:15.740Z | Downloaded zerofrom-derive v0.1.5 |
| 682 | 2026-05-07T22:51:15.740Z | Downloaded snafu v0.8.9 |
| 683 | 2026-05-07T22:51:15.741Z | Downloaded zeroize_derive v1.4.3 |
| 684 | 2026-05-07T22:51:15.741Z | Downloaded vergen-lib v9.1.0 |
| 685 | 2026-05-07T22:51:15.744Z | Downloaded serde_core v1.0.228 |
| 686 | 2026-05-07T22:51:15.744Z | Downloaded serde v1.0.228 |
| 687 | 2026-05-07T22:51:15.747Z | Downloaded vsss-rs v3.3.4 |
| 688 | 2026-05-07T22:51:15.747Z | Downloaded iri-string v0.7.8 |
| 689 | 2026-05-07T22:51:15.753Z | Downloaded ucd-trie v0.1.6 |
| 690 | 2026-05-07T22:51:15.757Z | Downloaded typenum v1.17.0 |
| 691 | 2026-05-07T22:51:15.758Z | Downloaded tokio-rustls v0.24.1 |
| 692 | 2026-05-07T22:51:15.759Z | Downloaded tokio-stream v0.1.17 |
| 693 | 2026-05-07T22:51:15.759Z | Downloaded toml v0.7.8 |
| 694 | 2026-05-07T22:51:15.761Z | Downloaded wyz v0.5.1 |
| 695 | 2026-05-07T22:51:15.761Z | Downloaded writeable v0.5.5 |
| 696 | 2026-05-07T22:51:15.762Z | Downloaded itertools v0.13.0 |
| 697 | 2026-05-07T22:51:15.764Z | Downloaded usdt-impl v0.5.0 |
| 698 | 2026-05-07T22:51:15.767Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 699 | 2026-05-07T22:51:15.767Z | Downloaded pest v2.8.4 |
| 700 | 2026-05-07T22:51:15.770Z | Downloaded h2 v0.4.6 |
| 701 | 2026-05-07T22:51:15.773Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 702 | 2026-05-07T22:51:15.776Z | Downloaded tungstenite v0.21.0 |
| 703 | 2026-05-07T22:51:15.780Z | Downloaded steno v0.4.1 |
| 704 | 2026-05-07T22:51:15.780Z | Downloaded zone_cfg_derive v0.3.0 |
| 705 | 2026-05-07T22:51:15.780Z | Downloaded zmij v1.0.19 |
| 706 | 2026-05-07T22:51:15.783Z | Downloaded zerofrom v0.1.5 |
| 707 | 2026-05-07T22:51:15.784Z | Downloaded zerovec-derive v0.10.3 |
| 708 | 2026-05-07T22:51:15.784Z | Downloaded vergen v9.1.0 |
| 709 | 2026-05-07T22:51:15.784Z | Downloaded serde_yaml v0.9.34+deprecated |
| 710 | 2026-05-07T22:51:15.788Z | Downloaded itertools v0.14.0 |
| 711 | 2026-05-07T22:51:15.792Z | Downloaded zeroize v1.8.2 |
| 712 | 2026-05-07T22:51:15.792Z | Downloaded hyper v1.8.1 |
| 713 | 2026-05-07T22:51:15.795Z | Downloaded walkdir v2.5.0 |
| 714 | 2026-05-07T22:51:15.799Z | Downloaded unicode-ident v1.0.24 |
| 715 | 2026-05-07T22:51:15.799Z | Downloaded hkdf v0.12.4 |
| 716 | 2026-05-07T22:51:15.802Z | Downloaded vergen-git2 v9.1.0 |
| 717 | 2026-05-07T22:51:15.802Z | Downloaded textwrap v0.16.2 |
| 718 | 2026-05-07T22:51:15.802Z | Downloaded rustls-webpki v0.103.4 |
| 719 | 2026-05-07T22:51:15.805Z | Downloaded typify v0.4.3 |
| 720 | 2026-05-07T22:51:15.805Z | Downloaded itertools v0.12.1 |
| 721 | 2026-05-07T22:51:15.809Z | Downloaded rand v0.8.5 |
| 722 | 2026-05-07T22:51:15.811Z | Downloaded yoke v0.7.5 |
| 723 | 2026-05-07T22:51:15.811Z | Downloaded unsafe-libyaml v0.2.11 |
| 724 | 2026-05-07T22:51:15.820Z | Downloaded tokio-native-tls v0.3.1 |
| 725 | 2026-05-07T22:51:15.820Z | Downloaded whoami v1.5.1 |
| 726 | 2026-05-07T22:51:15.820Z | Downloaded schemars v0.9.0 |
| 727 | 2026-05-07T22:51:15.824Z | Downloaded zerocopy-derive v0.7.34 |
| 728 | 2026-05-07T22:51:15.827Z | Downloaded typify v0.6.2 |
| 729 | 2026-05-07T22:51:15.828Z | Downloaded tracing-core v0.1.32 |
| 730 | 2026-05-07T22:51:15.831Z | Downloaded uuid v1.22.0 |
| 731 | 2026-05-07T22:51:15.831Z | Downloaded hashbrown v0.17.0 |
| 732 | 2026-05-07T22:51:15.834Z | Downloaded tracing v0.1.40 |
| 733 | 2026-05-07T22:51:15.834Z | Downloaded goblin v0.8.2 |
| 734 | 2026-05-07T22:51:15.838Z | Downloaded qorb v0.4.1 |
| 735 | 2026-05-07T22:51:15.842Z | Downloaded http v1.4.0 |
| 736 | 2026-05-07T22:51:15.848Z | Downloaded usdt v0.6.0 |
| 737 | 2026-05-07T22:51:15.848Z | Downloaded time-core v0.1.8 |
| 738 | 2026-05-07T22:51:15.848Z | Downloaded strum_macros v0.27.2 |
| 739 | 2026-05-07T22:51:15.848Z | Downloaded toml_edit v0.22.27 |
| 740 | 2026-05-07T22:51:15.853Z | Downloaded strum_macros v0.26.4 |
| 741 | 2026-05-07T22:51:15.853Z | Downloaded serde_derive v1.0.228 |
| 742 | 2026-05-07T22:51:15.853Z | Downloaded aes v0.8.4 |
| 743 | 2026-05-07T22:51:15.859Z | Downloaded pest_generator v2.8.4 |
| 744 | 2026-05-07T22:51:15.860Z | Downloaded passt v0.3.0 |
| 745 | 2026-05-07T22:51:15.861Z | Downloaded parse-display-derive v0.10.0 |
| 746 | 2026-05-07T22:51:15.861Z | Downloaded icu_normalizer_data v1.5.0 |
| 747 | 2026-05-07T22:51:15.861Z | Downloaded icu_normalizer v1.5.0 |
| 748 | 2026-05-07T22:51:15.865Z | Downloaded icu_locid_transform_data v1.5.0 |
| 749 | 2026-05-07T22:51:15.865Z | Downloaded oxide-tokio-rt v0.1.2 |
| 750 | 2026-05-07T22:51:15.865Z | Downloaded memmap2 v0.9.9 |
| 751 | 2026-05-07T22:51:15.865Z | Downloaded hmac v0.12.1 |
| 752 | 2026-05-07T22:51:15.865Z | Downloaded getrandom v0.4.2 |
| 753 | 2026-05-07T22:51:15.865Z | Downloaded dropshot_endpoint v0.17.0 |
| 754 | 2026-05-07T22:51:15.869Z | Downloaded num-integer v0.1.46 |
| 755 | 2026-05-07T22:51:15.869Z | Downloaded aws-lc-rs v1.13.3 |
| 756 | 2026-05-07T22:51:15.872Z | Downloaded icu_locid v1.5.0 |
| 757 | 2026-05-07T22:51:15.875Z | Downloaded clang-sys v1.8.1 |
| 758 | 2026-05-07T22:51:15.876Z | Downloaded bytes v1.11.1 |
| 759 | 2026-05-07T22:51:15.879Z | Downloaded url v2.5.4 |
| 760 | 2026-05-07T22:51:15.883Z | Downloaded pretty-hex v0.2.1 |
| 761 | 2026-05-07T22:51:15.883Z | Downloaded elliptic-curve v0.13.8 |
| 762 | 2026-05-07T22:51:15.883Z | Downloaded libsw-core v0.3.2 |
| 763 | 2026-05-07T22:51:15.887Z | Downloaded ingot-macros v0.1.1 |
| 764 | 2026-05-07T22:51:15.887Z | Downloaded num v0.4.3 |
| 765 | 2026-05-07T22:51:15.887Z | Downloaded lru-slab v0.1.2 |
| 766 | 2026-05-07T22:51:15.887Z | Downloaded lru-cache v0.1.2 |
| 767 | 2026-05-07T22:51:15.887Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-07T22:51:15.887Z | Downloaded regex v1.12.3 |
| 769 | 2026-05-07T22:51:15.894Z | Downloaded foldhash v0.2.0 |
| 770 | 2026-05-07T22:51:15.894Z | Downloaded erased-serde v0.3.31 |
| 771 | 2026-05-07T22:51:15.894Z | Downloaded darling v0.20.11 |
| 772 | 2026-05-07T22:51:15.899Z | Downloaded ascii v1.1.0 |
| 773 | 2026-05-07T22:51:15.899Z | Downloaded const-oid v0.9.6 |
| 774 | 2026-05-07T22:51:15.899Z | Downloaded managed v0.8.0 |
| 775 | 2026-05-07T22:51:15.899Z | Downloaded icu_locid_transform v1.5.0 |
| 776 | 2026-05-07T22:51:15.907Z | Downloaded crossbeam-epoch v0.9.18 |
| 777 | 2026-05-07T22:51:15.907Z | Downloaded bytecount v0.6.9 |
| 778 | 2026-05-07T22:51:15.908Z | Downloaded aes-gcm-siv v0.11.1 |
| 779 | 2026-05-07T22:51:15.908Z | Downloaded ciborium v0.2.2 |
| 780 | 2026-05-07T22:51:15.908Z | Downloaded bitflags v2.9.4 |
| 781 | 2026-05-07T22:51:15.912Z | Downloaded toml_edit v0.19.15 |
| 782 | 2026-05-07T22:51:15.918Z | Downloaded tower v0.5.2 |
| 783 | 2026-05-07T22:51:15.924Z | Downloaded typed-path v0.9.3 |
| 784 | 2026-05-07T22:51:15.927Z | Downloaded kstat-rs v0.2.4 |
| 785 | 2026-05-07T22:51:15.927Z | Downloaded cargo_metadata v0.23.1 |
| 786 | 2026-05-07T22:51:15.927Z | Downloaded lazy_static v1.5.0 |
| 787 | 2026-05-07T22:51:15.927Z | Downloaded bitvec v1.0.1 |
| 788 | 2026-05-07T22:51:15.936Z | Downloaded zerocopy-derive v0.8.27 |
| 789 | 2026-05-07T22:51:15.940Z | Downloaded serde_json v1.0.149 |
| 790 | 2026-05-07T22:51:15.945Z | Downloaded tokio-util v0.7.16 |
| 791 | 2026-05-07T22:51:15.950Z | Downloaded reqwest v0.12.23 |
| 792 | 2026-05-07T22:51:15.950Z | Downloaded reqwest v0.13.2 |
| 793 | 2026-05-07T22:51:15.954Z | Downloaded portable-atomic v1.11.1 |
| 794 | 2026-05-07T22:51:15.960Z | Downloaded rayon v1.11.0 |
| 795 | 2026-05-07T22:51:15.960Z | Downloaded salty v0.3.0 |
| 796 | 2026-05-07T22:51:15.965Z | Downloaded unicode-segmentation v1.11.0 |
| 797 | 2026-05-07T22:51:15.970Z | Downloaded p384 v0.13.1 |
| 798 | 2026-05-07T22:51:15.970Z | Downloaded x509-cert v0.2.5 |
| 799 | 2026-05-07T22:51:15.973Z | Downloaded icu_properties_data v1.5.0 |
| 800 | 2026-05-07T22:51:15.980Z | Downloaded itoa v1.0.11 |
| 801 | 2026-05-07T22:51:15.980Z | Downloaded is_terminal_polyfill v1.70.0 |
| 802 | 2026-05-07T22:51:15.983Z | Downloaded git2 v0.20.2 |
| 803 | 2026-05-07T22:51:15.983Z | Downloaded is-terminal v0.4.12 |
| 804 | 2026-05-07T22:51:15.984Z | Downloaded instant v0.1.12 |
| 805 | 2026-05-07T22:51:15.984Z | Downloaded darling v0.21.3 |
| 806 | 2026-05-07T22:51:15.986Z | Downloaded rustls-webpki v0.101.7 |
| 807 | 2026-05-07T22:51:15.993Z | Downloaded unicode-normalization v0.1.24 |
| 808 | 2026-05-07T22:51:15.995Z | Downloaded rustls-webpki v0.102.4 |
| 809 | 2026-05-07T22:51:16.006Z | Downloaded tower-http v0.6.8 |
| 810 | 2026-05-07T22:51:16.009Z | Downloaded tough v0.20.0 |
| 811 | 2026-05-07T22:51:16.013Z | Downloaded proptest v1.5.0 |
| 812 | 2026-05-07T22:51:16.018Z | Downloaded serde_with v3.18.0 |
| 813 | 2026-05-07T22:51:16.025Z | Downloaded goblin v0.10.4 |
| 814 | 2026-05-07T22:51:16.029Z | Downloaded ident_case v1.0.1 |
| 815 | 2026-05-07T22:51:16.031Z | Downloaded crossbeam-deque v0.8.5 |
| 816 | 2026-05-07T22:51:16.031Z | Downloaded git-stub-vcs v0.1.0 |
| 817 | 2026-05-07T22:51:16.031Z | Downloaded foldhash v0.1.5 |
| 818 | 2026-05-07T22:51:16.034Z | Downloaded erased-serde v0.4.5 |
| 819 | 2026-05-07T22:51:16.034Z | Downloaded ed25519 v2.2.3 |
| 820 | 2026-05-07T22:51:16.034Z | Downloaded crc32fast v1.4.0 |
| 821 | 2026-05-07T22:51:16.037Z | Downloaded cookie v0.18.1 |
| 822 | 2026-05-07T22:51:16.037Z | Downloaded curve25519-dalek v4.1.3 |
| 823 | 2026-05-07T22:51:16.040Z | Downloaded console v0.15.8 |
| 824 | 2026-05-07T22:51:16.043Z | Downloaded base64 v0.21.7 |
| 825 | 2026-05-07T22:51:16.046Z | Downloaded dunce v1.0.5 |
| 826 | 2026-05-07T22:51:16.046Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 827 | 2026-05-07T22:51:16.046Z | Downloaded ctr v0.9.2 |
| 828 | 2026-05-07T22:51:16.049Z | Downloaded compression-codecs v0.4.32 |
| 829 | 2026-05-07T22:51:16.049Z | Downloaded data-encoding v2.6.0 |
| 830 | 2026-05-07T22:51:16.049Z | Downloaded camino-tempfile v1.4.1 |
| 831 | 2026-05-07T22:51:16.050Z | Downloaded base64ct v1.6.0 |
| 832 | 2026-05-07T22:51:16.052Z | Downloaded http-body v1.0.1 |
| 833 | 2026-05-07T22:51:16.052Z | Downloaded const_format v0.2.35 |
| 834 | 2026-05-07T22:51:16.056Z | Downloaded hostname v0.4.2 |
| 835 | 2026-05-07T22:51:16.059Z | Downloaded zerovec v0.10.4 |
| 836 | 2026-05-07T22:51:16.059Z | Downloaded bitflags v1.3.2 |
| 837 | 2026-05-07T22:51:16.062Z | Downloaded base64 v0.22.1 |
| 838 | 2026-05-07T22:51:16.064Z | Downloaded anstyle-parse v0.2.4 |
| 839 | 2026-05-07T22:51:16.064Z | Downloaded moka v0.12.10 |
| 840 | 2026-05-07T22:51:16.068Z | Downloaded critical-section v1.2.0 |
| 841 | 2026-05-07T22:51:16.072Z | Downloaded cexpr v0.6.0 |
| 842 | 2026-05-07T22:51:16.072Z | Downloaded cargo_metadata v0.18.1 |
| 843 | 2026-05-07T22:51:16.072Z | Downloaded byteorder v1.5.0 |
| 844 | 2026-05-07T22:51:16.075Z | Downloaded aead v0.5.2 |
| 845 | 2026-05-07T22:51:16.075Z | Downloaded backoff v0.4.0 |
| 846 | 2026-05-07T22:51:16.075Z | Downloaded quinn-proto v0.11.13 |
| 847 | 2026-05-07T22:51:16.079Z | Downloaded autocfg v1.3.0 |
| 848 | 2026-05-07T22:51:16.082Z | Downloaded zerocopy v0.7.34 |
| 849 | 2026-05-07T22:51:16.088Z | Downloaded openssl v0.10.72 |
| 850 | 2026-05-07T22:51:16.093Z | Downloaded winnow v0.7.13 |
| 851 | 2026-05-07T22:51:16.097Z | Downloaded tabled v0.15.0 |
| 852 | 2026-05-07T22:51:16.105Z | Downloaded syn v1.0.109 |
| 853 | 2026-05-07T22:51:16.111Z | Downloaded nix v0.28.0 |
| 854 | 2026-05-07T22:51:16.116Z | Downloaded rustls v0.21.12 |
| 855 | 2026-05-07T22:51:16.122Z | Downloaded dropshot v0.16.7 |
| 856 | 2026-05-07T22:51:16.134Z | Downloaded time v0.3.47 |
| 857 | 2026-05-07T22:51:16.146Z | Downloaded vcpkg v0.2.15 |
| 858 | 2026-05-07T22:51:16.167Z | Downloaded zerocopy v0.8.27 |
| 859 | 2026-05-07T22:51:16.179Z | Downloaded webpki-roots v1.0.3 |
| 860 | 2026-05-07T22:51:16.185Z | Downloaded nix v0.30.1 |
| 861 | 2026-05-07T22:51:16.187Z | Downloaded syn v2.0.117 |
| 862 | 2026-05-07T22:51:16.193Z | Downloaded regress v0.10.5 |
| 863 | 2026-05-07T22:51:16.197Z | Downloaded regex-syntax v0.8.5 |
| 864 | 2026-05-07T22:51:16.204Z | Downloaded hickory-proto v0.24.4 |
| 865 | 2026-05-07T22:51:16.210Z | Downloaded hickory-proto v0.25.2 |
| 866 | 2026-05-07T22:51:16.217Z | Downloaded unicode-width v0.1.14 |
| 867 | 2026-05-07T22:51:16.220Z | Downloaded regress v0.11.1 |
| 868 | 2026-05-07T22:51:16.228Z | Downloaded unicode-width v0.2.1 |
| 869 | 2026-05-07T22:51:16.231Z | Downloaded smoltcp v0.11.0 |
| 870 | 2026-05-07T22:51:16.234Z | Downloaded rustls v0.23.31 |
| 871 | 2026-05-07T22:51:16.240Z | Downloaded rustix v0.38.34 |
| 872 | 2026-05-07T22:51:16.252Z | Downloaded rustls v0.22.4 |
| 873 | 2026-05-07T22:51:16.259Z | Downloaded openapiv3 v2.2.0 |
| 874 | 2026-05-07T22:51:16.264Z | Downloaded nix v0.31.1 |
| 875 | 2026-05-07T22:51:16.270Z | Downloaded typify-impl v0.6.2 |
| 876 | 2026-05-07T22:51:16.278Z | Downloaded webpki-roots v0.26.3 |
| 877 | 2026-05-07T22:51:16.280Z | Downloaded typify-impl v0.4.3 |
| 878 | 2026-05-07T22:51:16.287Z | Downloaded rustix v1.1.2 |
| 879 | 2026-05-07T22:51:16.299Z | Downloaded bstr v1.9.1 |
| 880 | 2026-05-07T22:51:16.305Z | Downloaded dropshot v0.17.0 |
| 881 | 2026-05-07T22:51:16.316Z | Downloaded winnow v0.5.40 |
| 882 | 2026-05-07T22:51:16.321Z | Downloaded regex-automata v0.4.14 |
| 883 | 2026-05-07T22:51:16.328Z | Downloaded colorchoice v1.0.1 |
| 884 | 2026-05-07T22:51:16.331Z | Downloaded futures-io v0.3.32 |
| 885 | 2026-05-07T22:51:16.331Z | Downloaded equivalent v1.0.2 |
| 886 | 2026-05-07T22:51:16.331Z | Downloaded float-ord v0.3.2 |
| 887 | 2026-05-07T22:51:16.331Z | Downloaded darling_macro v0.23.0 |
| 888 | 2026-05-07T22:51:16.331Z | Downloaded cpufeatures v0.2.12 |
| 889 | 2026-05-07T22:51:16.334Z | Downloaded anstyle-query v1.0.3 |
| 890 | 2026-05-07T22:51:16.334Z | Downloaded flagset v0.4.7 |
| 891 | 2026-05-07T22:51:16.334Z | Downloaded errno v0.3.14 |
| 892 | 2026-05-07T22:51:16.334Z | Downloaded dof v0.4.0 |
| 893 | 2026-05-07T22:51:16.334Z | Downloaded async-stream v0.3.6 |
| 894 | 2026-05-07T22:51:16.334Z | Downloaded debug-ignore v1.0.5 |
| 895 | 2026-05-07T22:51:16.337Z | Downloaded digest v0.10.7 |
| 896 | 2026-05-07T22:51:16.337Z | Downloaded ciborium-io v0.2.2 |
| 897 | 2026-05-07T22:51:16.337Z | Downloaded cargo-platform v0.3.2 |
| 898 | 2026-05-07T22:51:16.337Z | Downloaded ctrlc v3.4.4 |
| 899 | 2026-05-07T22:51:16.340Z | Downloaded cobs v0.2.3 |
| 900 | 2026-05-07T22:51:16.340Z | Downloaded cargo-platform v0.1.8 |
| 901 | 2026-05-07T22:51:16.340Z | Downloaded foreign-types v0.5.0 |
| 902 | 2026-05-07T22:51:16.340Z | Downloaded convert_case v0.4.0 |
| 903 | 2026-05-07T22:51:16.342Z | Downloaded cfg_aliases v0.1.1 |
| 904 | 2026-05-07T22:51:16.342Z | Downloaded bincode v1.3.3 |
| 905 | 2026-05-07T22:51:16.342Z | Downloaded fixedbitset v0.4.2 |
| 906 | 2026-05-07T22:51:16.342Z | Downloaded chrono-tz v0.10.4 |
| 907 | 2026-05-07T22:51:16.351Z | Downloaded env_filter v1.0.1 |
| 908 | 2026-05-07T22:51:16.354Z | Downloaded cfg_aliases v0.2.1 |
| 909 | 2026-05-07T22:51:16.354Z | Downloaded blake2 v0.10.6 |
| 910 | 2026-05-07T22:51:16.354Z | Downloaded base16ct v0.2.0 |
| 911 | 2026-05-07T22:51:16.357Z | Downloaded enum-as-inner v0.6.0 |
| 912 | 2026-05-07T22:51:16.357Z | Downloaded dyn-clone v1.0.17 |
| 913 | 2026-05-07T22:51:16.357Z | Downloaded dtrace-parser v0.2.0 |
| 914 | 2026-05-07T22:51:16.357Z | Downloaded derive_builder_macro v0.20.2 |
| 915 | 2026-05-07T22:51:16.357Z | Downloaded cfg-if v1.0.0 |
| 916 | 2026-05-07T22:51:16.359Z | Downloaded anstream v0.6.14 |
| 917 | 2026-05-07T22:51:16.359Z | Downloaded displaydoc v0.2.5 |
| 918 | 2026-05-07T22:51:16.359Z | Downloaded derive_builder v0.20.2 |
| 919 | 2026-05-07T22:51:16.362Z | Downloaded block-buffer v0.10.4 |
| 920 | 2026-05-07T22:51:16.365Z | Downloaded bit_field v0.10.2 |
| 921 | 2026-05-07T22:51:16.365Z | Downloaded bit-set v0.5.3 |
| 922 | 2026-05-07T22:51:16.365Z | Downloaded atty v0.2.14 |
| 923 | 2026-05-07T22:51:16.365Z | Downloaded dof v0.3.0 |
| 924 | 2026-05-07T22:51:16.365Z | Downloaded chacha20 v0.9.1 |
| 925 | 2026-05-07T22:51:16.368Z | Downloaded derive_builder_core v0.20.2 |
| 926 | 2026-05-07T22:51:16.368Z | Downloaded env_logger v0.11.10 |
| 927 | 2026-05-07T22:51:16.368Z | Downloaded defmt-macros v0.3.9 |
| 928 | 2026-05-07T22:51:16.371Z | Downloaded chrono v0.4.44 |
| 929 | 2026-05-07T22:51:16.373Z | Downloaded aho-corasick v1.1.3 |
| 930 | 2026-05-07T22:51:16.392Z | Downloaded bitstruct v0.1.1 |
| 931 | 2026-05-07T22:51:16.395Z | Downloaded csv v1.3.1 |
| 932 | 2026-05-07T22:51:16.396Z | Downloaded sha3 v0.10.8 |
| 933 | 2026-05-07T22:51:16.411Z | Downloaded petgraph v0.6.5 |
| 934 | 2026-05-07T22:51:16.420Z | Downloaded jiff v0.2.15 |
| 935 | 2026-05-07T22:51:16.450Z | Downloaded libc v0.2.180 |
| 936 | 2026-05-07T22:51:16.467Z | Downloaded petgraph v0.8.3 |
| 937 | 2026-05-07T22:51:16.479Z | Downloaded ring v0.17.14 |
| 938 | 2026-05-07T22:51:16.534Z | Downloaded tokio v1.50.0 |
| 939 | 2026-05-07T22:51:16.625Z | Downloaded encoding_rs v0.8.34 |
| 940 | 2026-05-07T22:51:16.667Z | Downloaded fakedata_generator v0.7.1 |
| 941 | 2026-05-07T22:51:16.705Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 942 | 2026-05-07T22:51:16.846Z | Downloaded libz-sys v1.1.16 |
| 943 | 2026-05-07T22:51:17.022Z | Downloaded aws-lc-sys v0.30.0 |
| 944 | 2026-05-07T22:51:17.327Z | Compiling proc-macro2 v1.0.106 |
| 945 | 2026-05-07T22:51:17.327Z | Compiling quote v1.0.45 |
| 946 | 2026-05-07T22:51:17.327Z | Compiling unicode-ident v1.0.24 |
| 947 | 2026-05-07T22:51:17.330Z | Compiling libc v0.2.180 |
| 948 | 2026-05-07T22:51:17.330Z | Compiling serde_core v1.0.228 |
| 949 | 2026-05-07T22:51:17.330Z | Compiling serde v1.0.228 |
| 950 | 2026-05-07T22:51:17.330Z | Compiling autocfg v1.3.0 |
| 951 | 2026-05-07T22:51:17.331Z | Checking cfg-if v1.0.0 |
| 952 | 2026-05-07T22:51:17.675Z | Compiling zmij v1.0.19 |
| 953 | 2026-05-07T22:51:17.703Z | Compiling serde_json v1.0.149 |
| 954 | 2026-05-07T22:51:17.900Z | Compiling memchr v2.7.2 |
| 955 | 2026-05-07T22:51:18.116Z | Compiling libm v0.2.8 |
| 956 | 2026-05-07T22:51:18.372Z | Compiling version_check v0.9.5 |
| 957 | 2026-05-07T22:51:18.404Z | Checking itoa v1.0.11 |
| 958 | 2026-05-07T22:51:18.453Z | Checking smallvec v1.13.2 |
| 959 | 2026-05-07T22:51:18.528Z | Compiling getrandom v0.4.2 |
| 960 | 2026-05-07T22:51:18.653Z | Compiling shlex v1.3.0 |
| 961 | 2026-05-07T22:51:18.683Z | Checking stable_deref_trait v1.2.0 |
| 962 | 2026-05-07T22:51:18.760Z | Compiling jobserver v0.1.31 |
| 963 | 2026-05-07T22:51:18.763Z | Checking getrandom v0.2.14 |
| 964 | 2026-05-07T22:51:18.819Z | Compiling syn v2.0.117 |
| 965 | 2026-05-07T22:51:18.837Z | Compiling lock_api v0.4.12 |
| 966 | 2026-05-07T22:51:18.857Z | Checking litemap v0.7.4 |
| 967 | 2026-05-07T22:51:18.876Z | Compiling parking_lot_core v0.9.10 |
| 968 | 2026-05-07T22:51:18.920Z | Checking writeable v0.5.5 |
| 969 | 2026-05-07T22:51:19.034Z | Compiling cc v1.2.17 |
| 970 | 2026-05-07T22:51:19.078Z | Compiling num-traits v0.2.19 |
| 971 | 2026-05-07T22:51:19.188Z | Checking percent-encoding v2.3.2 |
| 972 | 2026-05-07T22:51:19.210Z | Checking icu_locid_transform_data v1.5.0 |
| 973 | 2026-05-07T22:51:19.288Z | Compiling thiserror v2.0.18 |
| 974 | 2026-05-07T22:51:19.332Z | Checking icu_properties_data v1.5.0 |
| 975 | 2026-05-07T22:51:19.488Z | Checking utf8_iter v1.0.4 |
| 976 | 2026-05-07T22:51:19.613Z | Checking icu_normalizer_data v1.5.0 |
| 977 | 2026-05-07T22:51:19.690Z | Checking utf16_iter v1.0.5 |
| 978 | 2026-05-07T22:51:19.716Z | Checking write16 v1.0.0 |
| 979 | 2026-05-07T22:51:19.819Z | Compiling heck v0.5.0 |
| 980 | 2026-05-07T22:51:19.836Z | Checking form_urlencoded v1.2.2 |
| 981 | 2026-05-07T22:51:19.855Z | Compiling log v0.4.29 |
| 982 | 2026-05-07T22:51:19.963Z | Compiling rustversion v1.0.22 |
| 983 | 2026-05-07T22:51:20.020Z | Checking iana-time-zone v0.1.64 |
| 984 | 2026-05-07T22:51:20.040Z | Compiling slab v0.4.9 |
| 985 | 2026-05-07T22:51:20.132Z | Checking pin-project-lite v0.2.14 |
| 986 | 2026-05-07T22:51:20.249Z | Compiling typenum v1.17.0 |
| 987 | 2026-05-07T22:51:20.275Z | Checking uuid v1.22.0 |
| 988 | 2026-05-07T22:51:20.314Z | Checking semver v1.0.28 |
| 989 | 2026-05-07T22:51:20.454Z | Checking subtle v2.6.1 |
| 990 | 2026-05-07T22:51:20.522Z | Compiling equivalent v1.0.2 |
| 991 | 2026-05-07T22:51:20.603Z | Compiling regex-syntax v0.8.5 |
| 992 | 2026-05-07T22:51:20.621Z | Checking dyn-clone v1.0.17 |
| 993 | 2026-05-07T22:51:20.742Z | Compiling schemars v0.8.22 |
| 994 | 2026-05-07T22:51:20.759Z | Checking rand_core v0.6.4 |
| 995 | 2026-05-07T22:51:20.810Z | Compiling aho-corasick v1.1.3 |
| 996 | 2026-05-07T22:51:20.828Z | Compiling portable-atomic v1.11.1 |
| 997 | 2026-05-07T22:51:20.853Z | Checking socket2 v0.6.0 |
| 998 | 2026-05-07T22:51:20.927Z | Checking scopeguard v1.2.0 |
| 999 | 2026-05-07T22:51:21.004Z | Compiling ring v0.17.14 |
| 1000 | 2026-05-07T22:51:21.100Z | Checking critical-section v1.2.0 |
| 1001 | 2026-05-07T22:51:21.208Z | Checking signal-hook-registry v1.4.2 |
| 1002 | 2026-05-07T22:51:21.227Z | Checking mio v1.0.2 |
| 1003 | 2026-05-07T22:51:21.249Z | Checking parking_lot v0.12.2 |
| 1004 | 2026-05-07T22:51:21.374Z | Compiling generic-array v0.14.7 |
| 1005 | 2026-05-07T22:51:21.444Z | Compiling thiserror v1.0.64 |
| 1006 | 2026-05-07T22:51:21.757Z | Compiling synstructure v0.13.1 |
| 1007 | 2026-05-07T22:51:21.775Z | Compiling serde_derive_internals v0.29.1 |
| 1008 | 2026-05-07T22:51:21.897Z | Checking once_cell v1.21.3 |
| 1009 | 2026-05-07T22:51:22.081Z | Compiling bitflags v2.9.4 |
| 1010 | 2026-05-07T22:51:22.212Z | Compiling regex-automata v0.4.14 |
| 1011 | 2026-05-07T22:51:22.303Z | Checking futures-core v0.3.32 |
| 1012 | 2026-05-07T22:51:22.431Z | Compiling hashbrown v0.17.0 |
| 1013 | 2026-05-07T22:51:22.493Z | Compiling httparse v1.10.1 |
| 1014 | 2026-05-07T22:51:22.547Z | Checking futures-sink v0.3.32 |
| 1015 | 2026-05-07T22:51:22.809Z | Compiling getrandom v0.3.4 |
| 1016 | 2026-05-07T22:51:22.976Z | Compiling serde_derive v1.0.228 |
| 1017 | 2026-05-07T22:51:22.995Z | Compiling zerofrom-derive v0.1.5 |
| 1018 | 2026-05-07T22:51:23.068Z | Compiling yoke-derive v0.7.5 |
| 1019 | 2026-05-07T22:51:23.139Z | Compiling zerovec-derive v0.10.3 |
| 1020 | 2026-05-07T22:51:23.347Z | Compiling displaydoc v0.2.5 |
| 1021 | 2026-05-07T22:51:23.394Z | Compiling icu_provider_macros v1.5.0 |
| 1022 | 2026-05-07T22:51:23.964Z | Compiling schemars_derive v0.8.22 |
| 1023 | 2026-05-07T22:51:24.095Z | Compiling zeroize_derive v1.4.3 |
| 1024 | 2026-05-07T22:51:24.112Z | Compiling thiserror-impl v2.0.18 |
| 1025 | 2026-05-07T22:51:24.191Z | Compiling tokio-macros v2.6.0 |
| 1026 | 2026-05-07T22:51:24.218Z | Checking zerofrom v0.1.5 |
| 1027 | 2026-05-07T22:51:24.344Z | Checking yoke v0.7.5 |
| 1028 | 2026-05-07T22:51:24.521Z | Checking zerovec v0.10.4 |
| 1029 | 2026-05-07T22:51:24.740Z | Checking zeroize v1.8.2 |
| 1030 | 2026-05-07T22:51:24.838Z | Compiling futures-macro v0.3.32 |
| 1031 | 2026-05-07T22:51:24.897Z | Compiling regex v1.12.3 |
| 1032 | 2026-05-07T22:51:24.915Z | Compiling thiserror-impl v1.0.64 |
| 1033 | 2026-05-07T22:51:25.218Z | Checking tinystr v0.7.6 |
| 1034 | 2026-05-07T22:51:25.316Z | Checking icu_collections v1.5.0 |
| 1035 | 2026-05-07T22:51:25.414Z | Checking icu_locid v1.5.0 |
| 1036 | 2026-05-07T22:51:25.465Z | Compiling indexmap v2.14.0 |
| 1037 | 2026-05-07T22:51:25.640Z | Checking crypto-common v0.1.6 |
| 1038 | 2026-05-07T22:51:25.760Z | Compiling strsim v0.11.1 |
| 1039 | 2026-05-07T22:51:25.858Z | Checking icu_provider v1.5.0 |
| 1040 | 2026-05-07T22:51:26.080Z | Checking bytes v1.11.1 |
| 1041 | 2026-05-07T22:51:26.098Z | Checking chrono v0.4.44 |
| 1042 | 2026-05-07T22:51:26.157Z | Checking icu_locid_transform v1.5.0 |
| 1043 | 2026-05-07T22:51:26.211Z | Compiling serde_tokenstream v0.2.3 |
| 1044 | 2026-05-07T22:51:26.286Z | Checking futures-channel v0.3.32 |
| 1045 | 2026-05-07T22:51:26.486Z | Compiling ident_case v1.0.1 |
| 1046 | 2026-05-07T22:51:26.504Z | Checking futures-io v0.3.32 |
| 1047 | 2026-05-07T22:51:26.520Z | Checking tokio v1.50.0 |
| 1048 | 2026-05-07T22:51:26.569Z | Checking futures-task v0.3.32 |
| 1049 | 2026-05-07T22:51:26.607Z | Checking const-oid v0.9.6 |
| 1050 | 2026-05-07T22:51:26.625Z | Checking icu_properties v1.5.1 |
| 1051 | 2026-05-07T22:51:26.713Z | Checking futures-util v0.3.32 |
| 1052 | 2026-05-07T22:51:26.731Z | Compiling errno v0.3.14 |
| 1053 | 2026-05-07T22:51:26.761Z | Compiling either v1.15.0 |
| 1054 | 2026-05-07T22:51:26.874Z | Compiling anyhow v1.0.100 |
| 1055 | 2026-05-07T22:51:26.955Z | Compiling zerocopy-derive v0.8.27 |
| 1056 | 2026-05-07T22:51:26.973Z | Checking byteorder v1.5.0 |
| 1057 | 2026-05-07T22:51:27.173Z | Checking http v1.4.0 |
| 1058 | 2026-05-07T22:51:27.493Z | Compiling ucd-trie v0.1.6 |
| 1059 | 2026-05-07T22:51:27.721Z | Compiling pest v2.8.4 |
| 1060 | 2026-05-07T22:51:27.740Z | Checking block-buffer v0.10.4 |
| 1061 | 2026-05-07T22:51:27.878Z | Compiling tracing-attributes v0.1.27 |
| 1062 | 2026-05-07T22:51:27.940Z | Checking tracing-core v0.1.32 |
| 1063 | 2026-05-07T22:51:28.022Z | Checking icu_normalizer v1.5.0 |
| 1064 | 2026-05-07T22:51:28.238Z | Checking digest v0.10.7 |
| 1065 | 2026-05-07T22:51:28.289Z | Compiling slog v2.8.2 |
| 1066 | 2026-05-07T22:51:28.351Z | Compiling foldhash v0.2.0 |
| 1067 | 2026-05-07T22:51:28.397Z | Checking idna_adapter v1.2.0 |
| 1068 | 2026-05-07T22:51:28.440Z | Compiling allocator-api2 v0.2.21 |
| 1069 | 2026-05-07T22:51:28.513Z | Checking untrusted v0.9.0 |
| 1070 | 2026-05-07T22:51:28.531Z | Checking idna v1.0.3 |
| 1071 | 2026-05-07T22:51:28.596Z | Checking rustls-pki-types v1.12.0 |
| 1072 | 2026-05-07T22:51:28.761Z | Compiling pest_meta v2.8.4 |
| 1073 | 2026-05-07T22:51:28.778Z | Checking url v2.5.4 |
| 1074 | 2026-05-07T22:51:28.877Z | Compiling hashbrown v0.16.1 |
| 1075 | 2026-05-07T22:51:28.934Z | Checking base64 v0.22.1 |
| 1076 | 2026-05-07T22:51:29.093Z | Checking tracing v0.1.40 |
| 1077 | 2026-05-07T22:51:29.169Z | Compiling rustix v0.38.34 |
| 1078 | 2026-05-07T22:51:29.455Z | Compiling pest_generator v2.8.4 |
| 1079 | 2026-05-07T22:51:29.630Z | Compiling fnv v1.0.7 |
| 1080 | 2026-05-07T22:51:29.688Z | Compiling prettyplease v0.2.37 |
| 1081 | 2026-05-07T22:51:29.825Z | Compiling lazy_static v1.5.0 |
| 1082 | 2026-05-07T22:51:29.929Z | Checking tokio-util v0.7.16 |
| 1083 | 2026-05-07T22:51:29.988Z | Checking ipnet v2.9.0 |
| 1084 | 2026-05-07T22:51:30.061Z | Compiling minimal-lexical v0.2.1 |
| 1085 | 2026-05-07T22:51:30.066Z | Compiling pest_derive v2.8.4 |
| 1086 | 2026-05-07T22:51:30.100Z | Compiling glob v0.3.3 |
| 1087 | 2026-05-07T22:51:30.328Z | Compiling nom v7.1.3 |
| 1088 | 2026-05-07T22:51:30.346Z | Compiling camino v1.2.2 |
| 1089 | 2026-05-07T22:51:30.462Z | Compiling clang-sys v1.8.1 |
| 1090 | 2026-05-07T22:51:30.465Z | Compiling pkg-config v0.3.30 |
| 1091 | 2026-05-07T22:51:30.499Z | Compiling zerocopy v0.8.27 |
| 1092 | 2026-05-07T22:51:30.518Z | Checking ppv-lite86 v0.2.17 |
| 1093 | 2026-05-07T22:51:30.592Z | Checking cpufeatures v0.2.12 |
| 1094 | 2026-05-07T22:51:30.669Z | Checking http-body v1.0.1 |
| 1095 | 2026-05-07T22:51:30.743Z | Compiling vcpkg v0.2.15 |
| 1096 | 2026-05-07T22:51:30.793Z | Checking atomic-waker v1.1.2 |
| 1097 | 2026-05-07T22:51:30.811Z | Compiling libloading v0.8.9 |
| 1098 | 2026-05-07T22:51:30.857Z | Checking tower-service v0.3.3 |
| 1099 | 2026-05-07T22:51:30.949Z | Checking tower-layer v0.3.3 |
| 1100 | 2026-05-07T22:51:30.968Z | Checking try-lock v0.2.5 |
| 1101 | 2026-05-07T22:51:31.003Z | Compiling home v0.5.11 |
| 1102 | 2026-05-07T22:51:31.070Z | Compiling bindgen v0.69.5 |
| 1103 | 2026-05-07T22:51:31.100Z | Checking want v0.3.1 |
| 1104 | 2026-05-07T22:51:31.118Z | Compiling which v4.4.2 |
| 1105 | 2026-05-07T22:51:31.225Z | Checking h2 v0.4.6 |
| 1106 | 2026-05-07T22:51:31.320Z | Compiling itertools v0.12.1 |
| 1107 | 2026-05-07T22:51:31.375Z | Compiling lazycell v1.3.0 |
| 1108 | 2026-05-07T22:51:31.398Z | Compiling time-core v0.1.8 |
| 1109 | 2026-05-07T22:51:31.499Z | Checking pin-utils v0.1.0 |
| 1110 | 2026-05-07T22:51:31.553Z | Compiling cexpr v0.6.0 |
| 1111 | 2026-05-07T22:51:31.571Z | Checking httpdate v1.0.3 |
| 1112 | 2026-05-07T22:51:31.629Z | Checking ryu v1.0.18 |
| 1113 | 2026-05-07T22:51:31.647Z | Compiling rustc-hash v1.1.0 |
| 1114 | 2026-05-07T22:51:31.712Z | Compiling num-conv v0.2.0 |
| 1115 | 2026-05-07T22:51:31.763Z | Compiling paste v1.0.15 |
| 1116 | 2026-05-07T22:51:31.782Z | Compiling cmake v0.1.54 |
| 1117 | 2026-05-07T22:51:31.848Z | Compiling time-macros v0.2.27 |
| 1118 | 2026-05-07T22:51:32.107Z | Compiling fs_extra v1.3.0 |
| 1119 | 2026-05-07T22:51:32.126Z | Compiling dunce v1.0.5 |
| 1120 | 2026-05-07T22:51:32.205Z | Compiling scroll_derive v0.13.1 |
| 1121 | 2026-05-07T22:51:32.225Z | Checking http-body-util v0.1.3 |
| 1122 | 2026-05-07T22:51:32.323Z | Compiling async-trait v0.1.89 |
| 1123 | 2026-05-07T22:51:32.363Z | Checking encoding_rs v0.8.34 |
| 1124 | 2026-05-07T22:51:32.640Z | Checking pretty-hex v0.4.1 |
| 1125 | 2026-05-07T22:51:32.764Z | Checking mime v0.3.17 |
| 1126 | 2026-05-07T22:51:32.837Z | Checking serde_urlencoded v0.7.1 |
| 1127 | 2026-05-07T22:51:33.008Z | Checking hyper v1.8.1 |
| 1128 | 2026-05-07T22:51:33.028Z | Checking erased-serde v0.3.31 |
| 1129 | 2026-05-07T22:51:33.149Z | Compiling aws-lc-rs v1.13.3 |
| 1130 | 2026-05-07T22:51:33.293Z | Compiling openapiv3 v2.2.0 |
| 1131 | 2026-05-07T22:51:33.312Z | Checking plain v0.2.3 |
| 1132 | 2026-05-07T22:51:33.421Z | Compiling regress v0.10.5 |
| 1133 | 2026-05-07T22:51:34.926Z | Checking hyper-util v0.1.20 |
| 1134 | 2026-05-07T22:51:34.929Z | Checking untrusted v0.7.1 |
| 1135 | 2026-05-07T22:51:34.929Z | Compiling crossbeam-utils v0.8.19 |
| 1136 | 2026-05-07T22:51:34.929Z | Compiling scroll v0.13.0 |
| 1137 | 2026-05-07T22:51:34.929Z | Compiling strum_macros v0.26.4 |
| 1138 | 2026-05-07T22:51:34.950Z | Compiling typify-impl v0.4.3 |
| 1139 | 2026-05-07T22:51:34.993Z | Compiling rustls v0.23.31 |
| 1140 | 2026-05-07T22:51:35.323Z | Compiling usdt-impl v0.6.0 |
| 1141 | 2026-05-07T22:51:35.594Z | Compiling goblin v0.10.4 |
| 1142 | 2026-05-07T22:51:35.929Z | Checking rand_core v0.9.3 |
| 1143 | 2026-05-07T22:51:36.021Z | Checking ipnetwork v0.21.1 |
| 1144 | 2026-05-07T22:51:36.144Z | Compiling unsafe-libyaml v0.2.11 |
| 1145 | 2026-05-07T22:51:36.241Z | Compiling omicron-workspace-hack v0.1.0 |
| 1146 | 2026-05-07T22:51:36.259Z | Checking rand_chacha v0.9.0 |
| 1147 | 2026-05-07T22:51:36.447Z | Compiling dtrace-parser v0.3.0 |
| 1148 | 2026-05-07T22:51:36.469Z | Checking futures-executor v0.3.32 |
| 1149 | 2026-05-07T22:51:36.511Z | Compiling thread-id v5.0.0 |
| 1150 | 2026-05-07T22:51:36.603Z | Compiling rustls v0.22.4 |
| 1151 | 2026-05-07T22:51:36.635Z | Checking futures v0.3.32 |
| 1152 | 2026-05-07T22:51:36.720Z | Compiling serde_yaml v0.9.34+deprecated |
| 1153 | 2026-05-07T22:51:36.812Z | Checking rand v0.9.2 |
| 1154 | 2026-05-07T22:51:36.853Z | Compiling openssl-sys v0.9.107 |
| 1155 | 2026-05-07T22:51:36.938Z | Compiling aws-lc-sys v0.30.0 |
| 1156 | 2026-05-07T22:51:37.094Z | Checking sync_wrapper v1.0.1 |
| 1157 | 2026-05-07T22:51:37.200Z | Compiling rustix v1.1.2 |
| 1158 | 2026-05-07T22:51:37.275Z | Compiling slog-async v2.8.0 |
| 1159 | 2026-05-07T22:51:37.308Z | Checking tower v0.5.2 |
| 1160 | 2026-05-07T22:51:37.629Z | Checking webpki-roots v0.26.3 |
| 1161 | 2026-05-07T22:51:37.687Z | Compiling daft-derive v0.1.5 |
| 1162 | 2026-05-07T22:51:37.751Z | Compiling multer v3.1.0 |
| 1163 | 2026-05-07T22:51:37.773Z | Checking winnow v0.7.13 |
| 1164 | 2026-05-07T22:51:37.924Z | Checking iri-string v0.7.8 |
| 1165 | 2026-05-07T22:51:38.049Z | Checking rand_chacha v0.3.1 |
| 1166 | 2026-05-07T22:51:38.247Z | Checking sha1 v0.10.6 |
| 1167 | 2026-05-07T22:51:38.411Z | Compiling dof v0.4.0 |
| 1168 | 2026-05-07T22:51:38.429Z | Compiling async-stream-impl v0.3.6 |
| 1169 | 2026-05-07T22:51:38.432Z | Compiling typify-macro v0.4.3 |
| 1170 | 2026-05-07T22:51:38.832Z | Checking powerfmt v0.2.0 |
| 1171 | 2026-05-07T22:51:38.937Z | Checking tower-http v0.6.8 |
| 1172 | 2026-05-07T22:51:38.987Z | Compiling syn v1.0.109 |
| 1173 | 2026-05-07T22:51:39.039Z | Compiling ref-cast v1.0.25 |
| 1174 | 2026-05-07T22:51:39.178Z | Checking deranged v0.5.3 |
| 1175 | 2026-05-07T22:51:39.208Z | Checking rand v0.8.5 |
| 1176 | 2026-05-07T22:51:39.357Z | Compiling darling_core v0.23.0 |
| 1177 | 2026-05-07T22:51:39.413Z | Compiling ref-cast-impl v1.0.25 |
| 1178 | 2026-05-07T22:51:39.430Z | Checking is-terminal v0.4.12 |
| 1179 | 2026-05-07T22:51:39.448Z | Compiling usdt-macro v0.6.0 |
| 1180 | 2026-05-07T22:51:39.521Z | Compiling usdt-attr-macro v0.6.0 |
| 1181 | 2026-05-07T22:51:39.710Z | Checking foreign-types-shared v0.1.1 |
| 1182 | 2026-05-07T22:51:39.801Z | Checking hex v0.4.3 |
| 1183 | 2026-05-07T22:51:39.947Z | Compiling typify v0.4.3 |
| 1184 | 2026-05-07T22:51:40.026Z | Checking num_threads v0.1.7 |
| 1185 | 2026-05-07T22:51:40.126Z | Checking match_cfg v0.1.0 |
| 1186 | 2026-05-07T22:51:40.212Z | Compiling openssl v0.10.72 |
| 1187 | 2026-05-07T22:51:40.212Z | Checking foreign-types v0.3.2 |
| 1188 | 2026-05-07T22:51:40.251Z | Checking hostname v0.3.1 |
| 1189 | 2026-05-07T22:51:40.253Z | Checking time v0.3.47 |
| 1190 | 2026-05-07T22:51:40.346Z | Checking strum v0.26.3 |
| 1191 | 2026-05-07T22:51:40.404Z | Compiling openssl-macros v0.1.1 |
| 1192 | 2026-05-07T22:51:40.464Z | Compiling native-tls v0.2.11 |
| 1193 | 2026-05-07T22:51:40.517Z | Checking fastrand v2.3.0 |
| 1194 | 2026-05-07T22:51:40.708Z | Checking tempfile v3.23.0 |
| 1195 | 2026-05-07T22:51:40.752Z | Checking oxnet v0.1.4 |
| 1196 | 2026-05-07T22:51:40.810Z | Checking crossbeam-channel v0.5.15 |
| 1197 | 2026-05-07T22:51:40.991Z | Compiling structmeta-derive v0.3.0 |
| 1198 | 2026-05-07T22:51:41.140Z | Checking openssl-probe v0.1.5 |
| 1199 | 2026-05-07T22:51:41.259Z | Checking thread_local v1.1.8 |
| 1200 | 2026-05-07T22:51:41.446Z | Compiling progenitor-impl v0.11.1 |
| 1201 | 2026-05-07T22:51:41.529Z | Compiling darling_macro v0.23.0 |
| 1202 | 2026-05-07T22:51:41.880Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1203 | 2026-05-07T22:51:42.025Z | Compiling structmeta v0.3.0 |
| 1204 | 2026-05-07T22:51:42.083Z | Compiling darling v0.23.0 |
| 1205 | 2026-05-07T22:51:42.172Z | Compiling serde_with_macros v3.18.0 |
| 1206 | 2026-05-07T22:51:42.226Z | Checking rustls-webpki v0.102.4 |
| 1207 | 2026-05-07T22:51:42.438Z | Checking macaddr v1.0.1 |
| 1208 | 2026-05-07T22:51:42.587Z | Checking serde_spanned v1.0.4 |
| 1209 | 2026-05-07T22:51:42.703Z | Checking debug-ignore v1.0.5 |
| 1210 | 2026-05-07T22:51:42.721Z | Checking term v1.2.0 |
| 1211 | 2026-05-07T22:51:42.811Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1212 | 2026-05-07T22:51:42.943Z | Checking take_mut v0.2.2 |
| 1213 | 2026-05-07T22:51:42.994Z | Checking slog-term v2.9.2 |
| 1214 | 2026-05-07T22:51:43.083Z | Checking tokio-native-tls v0.3.1 |
| 1215 | 2026-05-07T22:51:43.248Z | Checking hyper-tls v0.6.0 |
| 1216 | 2026-05-07T22:51:43.284Z | Checking slog-json v2.6.1 |
| 1217 | 2026-05-07T22:51:43.443Z | Checking webpki-roots v1.0.3 |
| 1218 | 2026-05-07T22:51:43.526Z | Compiling progenitor-macro v0.11.1 |
| 1219 | 2026-05-07T22:51:43.567Z | Checking memmap2 v0.9.9 |
| 1220 | 2026-05-07T22:51:43.689Z | Checking spin v0.9.8 |
| 1221 | 2026-05-07T22:51:43.938Z | Checking slog-bunyan v2.5.0 |
| 1222 | 2026-05-07T22:51:44.039Z | Checking async-stream v0.3.6 |
| 1223 | 2026-05-07T22:51:44.129Z | Checking waitgroup v0.1.2 |
| 1224 | 2026-05-07T22:51:44.142Z | Checking newtype-uuid v1.3.2 |
| 1225 | 2026-05-07T22:51:44.160Z | Checking rustls-pemfile v2.2.0 |
| 1226 | 2026-05-07T22:51:44.230Z | Compiling newtype-uuid-macros v0.1.0 |
| 1227 | 2026-05-07T22:51:44.265Z | Checking usdt v0.6.0 |
| 1228 | 2026-05-07T22:51:44.303Z | Compiling toml_datetime v0.6.11 |
| 1229 | 2026-05-07T22:51:44.334Z | Compiling strum_macros v0.27.2 |
| 1230 | 2026-05-07T22:51:44.422Z | Checking serde_path_to_error v0.1.20 |
| 1231 | 2026-05-07T22:51:44.552Z | Compiling dropshot v0.16.7 |
| 1232 | 2026-05-07T22:51:44.657Z | Checking tokio-rustls v0.25.0 |
| 1233 | 2026-05-07T22:51:44.694Z | Checking hostname v0.4.2 |
| 1234 | 2026-05-07T22:51:44.807Z | Compiling derive-ex v0.1.8 |
| 1235 | 2026-05-07T22:51:44.859Z | Compiling dropshot_endpoint v0.16.7 |
| 1236 | 2026-05-07T22:51:44.962Z | Checking quick-error v1.2.3 |
| 1237 | 2026-05-07T22:51:45.010Z | Checking daft v0.1.5 |
| 1238 | 2026-05-07T22:51:45.069Z | Compiling parse-display-derive v0.10.0 |
| 1239 | 2026-05-07T22:51:45.307Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1240 | 2026-05-07T22:51:45.773Z | Checking serde_with v3.18.0 |
| 1241 | 2026-05-07T22:51:46.179Z | Compiling crucible-workspace-hack v0.1.0 |
| 1242 | 2026-05-07T22:51:46.417Z | Compiling test-strategy v0.4.3 |
| 1243 | 2026-05-07T22:51:46.557Z | Compiling clap_derive v4.5.4 |
| 1244 | 2026-05-07T22:51:46.575Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1245 | 2026-05-07T22:51:46.641Z | Checking wait-timeout v0.2.0 |
| 1246 | 2026-05-07T22:51:46.768Z | Checking utf8parse v0.2.1 |
| 1247 | 2026-05-07T22:51:46.859Z | Checking bit-vec v0.6.3 |
| 1248 | 2026-05-07T22:51:46.894Z | Checking anstyle-parse v0.2.4 |
| 1249 | 2026-05-07T22:51:47.043Z | Checking bit-set v0.5.3 |
| 1250 | 2026-05-07T22:51:47.196Z | Checking rusty-fork v0.3.0 |
| 1251 | 2026-05-07T22:51:47.244Z | Checking toml v0.9.12+spec-1.1.0 |
| 1252 | 2026-05-07T22:51:47.264Z | Checking strum v0.27.2 |
| 1253 | 2026-05-07T22:51:47.335Z | Checking rand_xorshift v0.3.0 |
| 1254 | 2026-05-07T22:51:47.369Z | Checking is_terminal_polyfill v1.70.0 |
| 1255 | 2026-05-07T22:51:47.399Z | Checking anstyle v1.0.7 |
| 1256 | 2026-05-07T22:51:47.455Z | Checking anstyle-query v1.0.3 |
| 1257 | 2026-05-07T22:51:47.473Z | Checking unarray v0.1.4 |
| 1258 | 2026-05-07T22:51:47.554Z | Checking colorchoice v1.0.1 |
| 1259 | 2026-05-07T22:51:47.599Z | Checking proptest v1.5.0 |
| 1260 | 2026-05-07T22:51:47.660Z | Checking anstream v0.6.14 |
| 1261 | 2026-05-07T22:51:47.731Z | Checking terminal_size v0.3.0 |
| 1262 | 2026-05-07T22:51:47.755Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1263 | 2026-05-07T22:51:47.851Z | Checking instant v0.1.12 |
| 1264 | 2026-05-07T22:51:47.891Z | Compiling winnow v0.5.40 |
| 1265 | 2026-05-07T22:51:47.956Z | Checking unicode-width v0.1.14 |
| 1266 | 2026-05-07T22:51:48.045Z | Checking rustc-hash v2.1.1 |
| 1267 | 2026-05-07T22:51:48.204Z | Checking clap_lex v0.7.0 |
| 1268 | 2026-05-07T22:51:48.224Z | Checking iddqd v0.3.17 |
| 1269 | 2026-05-07T22:51:48.326Z | Checking backoff v0.4.0 |
| 1270 | 2026-05-07T22:51:48.356Z | Checking clap_builder v4.5.2 |
| 1271 | 2026-05-07T22:51:48.501Z | Checking parse-display v0.10.0 |
| 1272 | 2026-05-07T22:51:48.527Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1273 | 2026-05-07T22:51:48.639Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1274 | 2026-05-07T22:51:48.856Z | Compiling darling_core v0.21.3 |
| 1275 | 2026-05-07T22:51:49.124Z | Compiling toml_edit v0.19.15 |
| 1276 | 2026-05-07T22:51:49.219Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1277 | 2026-05-07T22:51:49.585Z | Checking base64ct v1.6.0 |
| 1278 | 2026-05-07T22:51:49.587Z | Checking clap v4.5.4 |
| 1279 | 2026-05-07T22:51:49.669Z | Compiling heck v0.4.1 |
| 1280 | 2026-05-07T22:51:49.839Z | Compiling itertools v0.14.0 |
| 1281 | 2026-05-07T22:51:49.869Z | Compiling derive-where v1.6.0 |
| 1282 | 2026-05-07T22:51:50.395Z | Compiling proc-macro-crate v1.3.1 |
| 1283 | 2026-05-07T22:51:50.717Z | Compiling heapless v0.8.0 |
| 1284 | 2026-05-07T22:51:51.005Z | Compiling darling_macro v0.21.3 |
| 1285 | 2026-05-07T22:51:51.170Z | Checking crossbeam-epoch v0.9.18 |
| 1286 | 2026-05-07T22:51:51.196Z | Checking hash32 v0.3.1 |
| 1287 | 2026-05-07T22:51:51.436Z | Checking bitflags v1.3.2 |
| 1288 | 2026-05-07T22:51:51.513Z | Compiling smoltcp v0.11.0 |
| 1289 | 2026-05-07T22:51:51.569Z | Compiling darling v0.21.3 |
| 1290 | 2026-05-07T22:51:51.658Z | Compiling ingot-macros v0.1.1 |
| 1291 | 2026-05-07T22:51:51.925Z | Checking cobs v0.2.3 |
| 1292 | 2026-05-07T22:51:51.978Z | Checking managed v0.8.0 |
| 1293 | 2026-05-07T22:51:52.052Z | Checking postcard v1.0.9 |
| 1294 | 2026-05-07T22:51:52.084Z | Checking tabwriter v1.4.0 |
| 1295 | 2026-05-07T22:51:52.542Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1296 | 2026-05-07T22:51:53.001Z | Compiling proc-macro-error-attr v1.0.4 |
| 1297 | 2026-05-07T22:51:53.349Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1298 | 2026-05-07T22:51:53.464Z | Compiling rayon-core v1.13.0 |
| 1299 | 2026-05-07T22:51:53.735Z | Checking crossbeam-deque v0.8.5 |
| 1300 | 2026-05-07T22:51:53.878Z | Compiling num_enum_derive v0.7.4 |
| 1301 | 2026-05-07T22:51:53.901Z | Compiling zerocopy-derive v0.7.34 |
| 1302 | 2026-05-07T22:51:54.037Z | Compiling proc-macro-error v1.0.4 |
| 1303 | 2026-05-07T22:51:54.272Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1304 | 2026-05-07T22:51:54.318Z | Checking ingot-types v0.1.2 |
| 1305 | 2026-05-07T22:51:54.663Z | Checking ingot v0.1.1 |
| 1306 | 2026-05-07T22:51:54.900Z | Checking num_enum v0.7.4 |
| 1307 | 2026-05-07T22:51:54.998Z | Compiling foreign-types-macros v0.2.3 |
| 1308 | 2026-05-07T22:51:55.126Z | Checking colored v3.0.0 |
| 1309 | 2026-05-07T22:51:55.163Z | Checking foreign-types-shared v0.3.1 |
| 1310 | 2026-05-07T22:51:55.432Z | Checking rayon v1.11.0 |
| 1311 | 2026-05-07T22:51:55.686Z | Checking foreign-types v0.5.0 |
| 1312 | 2026-05-07T22:51:55.773Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1313 | 2026-05-07T22:51:55.820Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1314 | 2026-05-07T22:51:56.065Z | Checking cstr-argument v0.1.2 |
| 1315 | 2026-05-07T22:51:56.189Z | Checking data-encoding v2.6.0 |
| 1316 | 2026-05-07T22:51:56.312Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1317 | 2026-05-07T22:51:56.419Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1318 | 2026-05-07T22:51:56.525Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1319 | 2026-05-07T22:51:56.580Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1320 | 2026-05-07T22:51:56.629Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1321 | 2026-05-07T22:51:56.863Z | Compiling zerocopy v0.7.34 |
| 1322 | 2026-05-07T22:51:56.899Z | Compiling rustls-webpki v0.103.4 |
| 1323 | 2026-05-07T22:51:57.006Z | Checking pem-rfc7468 v0.7.0 |
| 1324 | 2026-05-07T22:51:57.510Z | Checking serde_spanned v0.6.9 |
| 1325 | 2026-05-07T22:51:57.644Z | Compiling der_derive v0.7.3 |
| 1326 | 2026-05-07T22:51:57.665Z | Compiling scroll_derive v0.12.0 |
| 1327 | 2026-05-07T22:51:57.713Z | Compiling num-derive v0.4.2 |
| 1328 | 2026-05-07T22:51:57.900Z | Compiling usdt-impl v0.5.0 |
| 1329 | 2026-05-07T22:51:57.945Z | Checking sigpipe v0.1.3 |
| 1330 | 2026-05-07T22:51:57.966Z | Checking flagset v0.4.7 |
| 1331 | 2026-05-07T22:51:58.028Z | Compiling cfg_aliases v0.2.1 |
| 1332 | 2026-05-07T22:51:58.110Z | Checking jiff v0.2.15 |
| 1333 | 2026-05-07T22:51:58.327Z | Checking scroll v0.12.0 |
| 1334 | 2026-05-07T22:51:58.508Z | Compiling dof v0.3.0 |
| 1335 | 2026-05-07T22:51:58.608Z | Checking der v0.7.10 |
| 1336 | 2026-05-07T22:51:58.657Z | Compiling zone_cfg_derive v0.3.0 |
| 1337 | 2026-05-07T22:51:58.872Z | Compiling dtrace-parser v0.2.0 |
| 1338 | 2026-05-07T22:51:59.335Z | Checking camino-tempfile v1.4.1 |
| 1339 | 2026-05-07T22:51:59.478Z | Compiling rustc_version v0.4.1 |
| 1340 | 2026-05-07T22:51:59.726Z | Compiling thread-id v4.2.1 |
| 1341 | 2026-05-07T22:52:00.054Z | Checking goblin v0.8.2 |
| 1342 | 2026-05-07T22:52:00.128Z | Checking zone v0.3.1 |
| 1343 | 2026-05-07T22:52:00.771Z | Checking smf v0.2.3 |
| 1344 | 2026-05-07T22:52:01.124Z | Checking whoami v1.5.1 |
| 1345 | 2026-05-07T22:52:01.305Z | Compiling tokio-rustls v0.26.0 |
| 1346 | 2026-05-07T22:52:01.540Z | Compiling hyper-rustls v0.27.3 |
| 1347 | 2026-05-07T22:52:01.662Z | Checking spki v0.7.3 |
| 1348 | 2026-05-07T22:52:01.856Z | Checking secrecy v0.10.3 |
| 1349 | 2026-05-07T22:52:01.859Z | Checking num-integer v0.1.46 |
| 1350 | 2026-05-07T22:52:02.100Z | Compiling convert_case v0.4.0 |
| 1351 | 2026-05-07T22:52:02.419Z | Compiling derive_more v0.99.20 |
| 1352 | 2026-05-07T22:52:02.664Z | Compiling reqwest v0.12.23 |
| 1353 | 2026-05-07T22:52:02.716Z | Compiling usdt-macro v0.5.0 |
| 1354 | 2026-05-07T22:52:02.736Z | Compiling usdt-attr-macro v0.5.0 |
| 1355 | 2026-05-07T22:52:02.830Z | Compiling num_enum_derive v0.5.11 |
| 1356 | 2026-05-07T22:52:03.251Z | Checking memmap v0.7.0 |
| 1357 | 2026-05-07T22:52:03.410Z | Checking tinyvec_macros v0.1.1 |
| 1358 | 2026-05-07T22:52:03.479Z | Checking usdt v0.5.0 |
| 1359 | 2026-05-07T22:52:03.498Z | Checking tinyvec v1.6.0 |
| 1360 | 2026-05-07T22:52:03.812Z | Checking num_enum v0.5.11 |
| 1361 | 2026-05-07T22:52:03.928Z | Checking num-bigint v0.4.5 |
| 1362 | 2026-05-07T22:52:03.976Z | Checking pkcs8 v0.10.2 |
| 1363 | 2026-05-07T22:52:04.195Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1364 | 2026-05-07T22:52:04.215Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1365 | 2026-05-07T22:52:04.409Z | Checking toml_write v0.1.2 |
| 1366 | 2026-05-07T22:52:04.605Z | Checking toml_edit v0.22.27 |
| 1367 | 2026-05-07T22:52:04.766Z | Checking num-rational v0.4.2 |
| 1368 | 2026-05-07T22:52:04.856Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1369 | 2026-05-07T22:52:05.069Z | Compiling progenitor-client v0.11.1 |
| 1370 | 2026-05-07T22:52:05.178Z | Checking num-iter v0.1.45 |
| 1371 | 2026-05-07T22:52:05.592Z | Checking password-hash v0.5.0 |
| 1372 | 2026-05-07T22:52:05.613Z | Compiling darling_core v0.20.11 |
| 1373 | 2026-05-07T22:52:05.664Z | Checking hmac v0.12.1 |
| 1374 | 2026-05-07T22:52:05.695Z | Checking blake2 v0.10.6 |
| 1375 | 2026-05-07T22:52:05.715Z | Checking num-complex v0.4.6 |
| 1376 | 2026-05-07T22:52:05.755Z | Checking inout v0.1.3 |
| 1377 | 2026-05-07T22:52:05.824Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1378 | 2026-05-07T22:52:06.168Z | Compiling memoffset v0.9.1 |
| 1379 | 2026-05-07T22:52:06.340Z | Checking indent_write v2.2.0 |
| 1380 | 2026-05-07T22:52:07.559Z | Compiling darling_macro v0.20.11 |
| 1381 | 2026-05-07T22:52:07.652Z | Checking num v0.4.3 |
| 1382 | 2026-05-07T22:52:07.733Z | Checking argon2 v0.5.3 |
| 1383 | 2026-05-07T22:52:07.846Z | Checking cipher v0.4.4 |
| 1384 | 2026-05-07T22:52:07.868Z | Checking toml v0.8.23 |
| 1385 | 2026-05-07T22:52:08.046Z | Compiling progenitor v0.11.1 |
| 1386 | 2026-05-07T22:52:08.046Z | Compiling nix v0.30.1 |
| 1387 | 2026-05-07T22:52:08.194Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1388 | 2026-05-07T22:52:08.332Z | Checking ff v0.13.1 |
| 1389 | 2026-05-07T22:52:08.349Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1390 | 2026-05-07T22:52:08.450Z | Checking bstr v1.9.1 |
| 1391 | 2026-05-07T22:52:08.469Z | Checking base16ct v0.2.0 |
| 1392 | 2026-05-07T22:52:08.525Z | Checking base64 v0.21.7 |
| 1393 | 2026-05-07T22:52:08.747Z | Compiling crc32fast v1.4.0 |
| 1394 | 2026-05-07T22:52:08.874Z | Checking sec1 v0.7.3 |
| 1395 | 2026-05-07T22:52:09.103Z | Checking group v0.13.0 |
| 1396 | 2026-05-07T22:52:09.276Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1397 | 2026-05-07T22:52:09.294Z | Compiling darling v0.20.11 |
| 1398 | 2026-05-07T22:52:09.297Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1399 | 2026-05-07T22:52:09.787Z | Checking hkdf v0.12.4 |
| 1400 | 2026-05-07T22:52:09.808Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1401 | 2026-05-07T22:52:09.827Z | Compiling progenitor-client v0.10.0 |
| 1402 | 2026-05-07T22:52:10.106Z | Compiling enum-as-inner v0.6.0 |
| 1403 | 2026-05-07T22:52:10.417Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1404 | 2026-05-07T22:52:10.420Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1405 | 2026-05-07T22:52:10.455Z | Compiling hubpack_derive v0.1.1 |
| 1406 | 2026-05-07T22:52:10.749Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1407 | 2026-05-07T22:52:10.880Z | Compiling progenitor-impl v0.10.0 |
| 1408 | 2026-05-07T22:52:10.903Z | Compiling libz-sys v1.1.16 |
| 1409 | 2026-05-07T22:52:10.964Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1410 | 2026-05-07T22:52:11.292Z | Checking universal-hash v0.5.1 |
| 1411 | 2026-05-07T22:52:11.296Z | Checking crypto-bigint v0.5.5 |
| 1412 | 2026-05-07T22:52:11.426Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1413 | 2026-05-07T22:52:11.728Z | Checking opaque-debug v0.3.1 |
| 1414 | 2026-05-07T22:52:11.811Z | Compiling semver v0.1.20 |
| 1415 | 2026-05-07T22:52:11.908Z | Checking is_ci v1.2.0 |
| 1416 | 2026-05-07T22:52:12.013Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1417 | 2026-05-07T22:52:12.066Z | Checking adler v1.0.2 |
| 1418 | 2026-05-07T22:52:12.160Z | Compiling rustc_version v0.1.7 |
| 1419 | 2026-05-07T22:52:12.183Z | Checking miniz_oxide v0.7.2 |
| 1420 | 2026-05-07T22:52:12.294Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1421 | 2026-05-07T22:52:12.351Z | Checking elliptic-curve v0.13.8 |
| 1422 | 2026-05-07T22:52:12.525Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1423 | 2026-05-07T22:52:12.576Z | Checking hubpack v0.1.2 |
| 1424 | 2026-05-07T22:52:12.656Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1425 | 2026-05-07T22:52:12.746Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1426 | 2026-05-07T22:52:12.955Z | Compiling progenitor-macro v0.10.0 |
| 1427 | 2026-05-07T22:52:12.992Z | Compiling derive_builder_core v0.20.2 |
| 1428 | 2026-05-07T22:52:13.663Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1429 | 2026-05-07T22:52:13.755Z | Compiling curve25519-dalek v4.1.3 |
| 1430 | 2026-05-07T22:52:13.820Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1431 | 2026-05-07T22:52:13.823Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1432 | 2026-05-07T22:52:14.056Z | Checking half v2.7.1 |
| 1433 | 2026-05-07T22:52:14.311Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1434 | 2026-05-07T22:52:14.350Z | Checking static_assertions v1.1.0 |
| 1435 | 2026-05-07T22:52:14.431Z | Checking utf-8 v0.7.6 |
| 1436 | 2026-05-07T22:52:14.572Z | Checking float-ord v0.3.2 |
| 1437 | 2026-05-07T22:52:14.683Z | Compiling owo-colors v4.2.3 |
| 1438 | 2026-05-07T22:52:14.807Z | Checking ciborium-io v0.2.2 |
| 1439 | 2026-05-07T22:52:14.919Z | Checking ciborium-ll v0.2.2 |
| 1440 | 2026-05-07T22:52:14.946Z | Checking tungstenite v0.21.0 |
| 1441 | 2026-05-07T22:52:15.190Z | Compiling derive_builder_macro v0.20.2 |
| 1442 | 2026-05-07T22:52:15.238Z | Checking flate2 v1.0.30 |
| 1443 | 2026-05-07T22:52:15.375Z | Compiling newtype_derive v0.1.6 |
| 1444 | 2026-05-07T22:52:15.535Z | Checking supports-color v3.0.2 |
| 1445 | 2026-05-07T22:52:15.616Z | Checking supports-color v2.1.0 |
| 1446 | 2026-05-07T22:52:15.671Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1447 | 2026-05-07T22:52:15.749Z | Checking resolv-conf v0.7.0 |
| 1448 | 2026-05-07T22:52:15.753Z | Checking atomicwrites v0.4.4 |
| 1449 | 2026-05-07T22:52:15.786Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1450 | 2026-05-07T22:52:15.906Z | Checking aead v0.5.2 |
| 1451 | 2026-05-07T22:52:15.944Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1452 | 2026-05-07T22:52:15.996Z | Compiling vergen-lib v9.1.0 |
| 1453 | 2026-05-07T22:52:16.050Z | Compiling slog-dtrace v0.3.0 |
| 1454 | 2026-05-07T22:52:16.208Z | Checking swrite v0.1.0 |
| 1455 | 2026-05-07T22:52:16.229Z | Checking compression-core v0.4.31 |
| 1456 | 2026-05-07T22:52:16.286Z | Checking openssl-probe v0.2.1 |
| 1457 | 2026-05-07T22:52:16.305Z | Checking linked-hash-map v0.5.6 |
| 1458 | 2026-05-07T22:52:16.364Z | Checking compression-codecs v0.4.32 |
| 1459 | 2026-05-07T22:52:16.404Z | Checking rustls-native-certs v0.8.3 |
| 1460 | 2026-05-07T22:52:16.479Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1461 | 2026-05-07T22:52:16.499Z | Checking lru-cache v0.1.2 |
| 1462 | 2026-05-07T22:52:16.602Z | Compiling derive_builder v0.20.2 |
| 1463 | 2026-05-07T22:52:16.782Z | Checking tokio-tungstenite v0.21.0 |
| 1464 | 2026-05-07T22:52:17.064Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1465 | 2026-05-07T22:52:17.090Z | Checking progenitor v0.10.0 |
| 1466 | 2026-05-07T22:52:17.229Z | Checking ciborium v0.2.2 |
| 1467 | 2026-05-07T22:52:17.323Z | Checking hickory-proto v0.24.4 |
| 1468 | 2026-05-07T22:52:17.359Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1469 | 2026-05-07T22:52:17.649Z | Checking similar v2.7.0 |
| 1470 | 2026-05-07T22:52:17.794Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1471 | 2026-05-07T22:52:17.988Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1472 | 2026-05-07T22:52:18.679Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1473 | 2026-05-07T22:52:18.830Z | Compiling serde_repr v0.1.19 |
| 1474 | 2026-05-07T22:52:18.849Z | Compiling vergen v9.1.0 |
| 1475 | 2026-05-07T22:52:18.869Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1476 | 2026-05-07T22:52:18.958Z | Compiling cargo-platform v0.3.2 |
| 1477 | 2026-05-07T22:52:19.072Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1478 | 2026-05-07T22:52:19.215Z | Compiling dropshot v0.17.0 |
| 1479 | 2026-05-07T22:52:19.279Z | Checking siphasher v1.0.1 |
| 1480 | 2026-05-07T22:52:19.407Z | Checking keccak v0.1.6 |
| 1481 | 2026-05-07T22:52:19.448Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1482 | 2026-05-07T22:52:19.521Z | Checking phf_shared v0.12.1 |
| 1483 | 2026-05-07T22:52:19.577Z | Checking sha3 v0.10.8 |
| 1484 | 2026-05-07T22:52:19.651Z | Checking toml v1.0.6+spec-1.1.0 |
| 1485 | 2026-05-07T22:52:19.669Z | Compiling cargo_metadata v0.23.1 |
| 1486 | 2026-05-07T22:52:19.737Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1487 | 2026-05-07T22:52:19.768Z | Checking thiserror-no-std v2.0.2 |
| 1488 | 2026-05-07T22:52:19.864Z | Checking hickory-resolver v0.24.4 |
| 1489 | 2026-05-07T22:52:20.049Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1490 | 2026-05-07T22:52:20.256Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1491 | 2026-05-07T22:52:20.421Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1492 | 2026-05-07T22:52:20.892Z | Checking rustls-platform-verifier v0.6.2 |
| 1493 | 2026-05-07T22:52:20.941Z | Checking async-compression v0.4.33 |
| 1494 | 2026-05-07T22:52:20.959Z | Checking poly1305 v0.8.0 |
| 1495 | 2026-05-07T22:52:21.040Z | Checking chacha20 v0.9.1 |
| 1496 | 2026-05-07T22:52:21.191Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1497 | 2026-05-07T22:52:21.196Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1498 | 2026-05-07T22:52:21.236Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1499 | 2026-05-07T22:52:21.370Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1500 | 2026-05-07T22:52:21.442Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1501 | 2026-05-07T22:52:21.462Z | Checking terminal_size v0.4.3 |
| 1502 | 2026-05-07T22:52:21.501Z | Checking tokio-stream v0.1.17 |
| 1503 | 2026-05-07T22:52:21.580Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1504 | 2026-05-07T22:52:21.660Z | Compiling regress v0.11.1 |
| 1505 | 2026-05-07T22:52:21.821Z | Compiling dropshot_endpoint v0.17.0 |
| 1506 | 2026-05-07T22:52:21.871Z | Checking serde-big-array v0.5.1 |
| 1507 | 2026-05-07T22:52:21.999Z | Compiling pin-project-internal v1.1.10 |
| 1508 | 2026-05-07T22:52:22.017Z | Compiling vergen-git2 v9.1.0 |
| 1509 | 2026-05-07T22:52:22.245Z | Checking unicode-segmentation v1.11.0 |
| 1510 | 2026-05-07T22:52:22.419Z | Checking foldhash v0.1.5 |
| 1511 | 2026-05-07T22:52:22.558Z | Compiling unicode-xid v0.2.4 |
| 1512 | 2026-05-07T22:52:22.577Z | Checking unicode-width v0.2.1 |
| 1513 | 2026-05-07T22:52:22.690Z | Checking unicode-linebreak v0.1.5 |
| 1514 | 2026-05-07T22:52:22.842Z | Compiling cancel-safe-futures v0.1.5 |
| 1515 | 2026-05-07T22:52:22.908Z | Checking smawk v0.3.2 |
| 1516 | 2026-05-07T22:52:23.047Z | Compiling chrono-tz v0.10.4 |
| 1517 | 2026-05-07T22:52:23.074Z | Checking pin-project v1.1.10 |
| 1518 | 2026-05-07T22:52:23.118Z | Checking textwrap v0.16.2 |
| 1519 | 2026-05-07T22:52:23.172Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1520 | 2026-05-07T22:52:23.191Z | Compiling const_format_proc_macros v0.2.34 |
| 1521 | 2026-05-07T22:52:23.293Z | Compiling typify-impl v0.6.2 |
| 1522 | 2026-05-07T22:52:23.338Z | Checking hashbrown v0.15.2 |
| 1523 | 2026-05-07T22:52:23.652Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1524 | 2026-05-07T22:52:23.808Z | Checking newline-converter v0.3.0 |
| 1525 | 2026-05-07T22:52:23.953Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1526 | 2026-05-07T22:52:23.972Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1527 | 2026-05-07T22:52:23.989Z | Checking qorb v0.4.1 |
| 1528 | 2026-05-07T22:52:24.225Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1529 | 2026-05-07T22:52:24.435Z | Checking chacha20poly1305 v0.10.1 |
| 1530 | 2026-05-07T22:52:24.567Z | Checking reqwest v0.13.2 |
| 1531 | 2026-05-07T22:52:25.323Z | Checking vsss-rs v3.3.4 |
| 1532 | 2026-05-07T22:52:25.393Z | Checking phf v0.12.1 |
| 1533 | 2026-05-07T22:52:25.413Z | Checking globset v0.4.14 |
| 1534 | 2026-05-07T22:52:25.532Z | Checking unicode-normalization v0.1.24 |
| 1535 | 2026-05-07T22:52:25.555Z | Checking tokio-dtrace v0.1.1 |
| 1536 | 2026-05-07T22:52:25.670Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1537 | 2026-05-07T22:52:25.734Z | Checking console v0.15.8 |
| 1538 | 2026-05-07T22:52:25.910Z | Checking sha2 v0.10.9 |
| 1539 | 2026-05-07T22:52:25.955Z | Checking libsw-core v0.3.2 |
| 1540 | 2026-05-07T22:52:26.018Z | Checking signature v2.2.0 |
| 1541 | 2026-05-07T22:52:26.096Z | Compiling async-recursion v1.1.1 |
| 1542 | 2026-05-07T22:52:26.152Z | Compiling snafu-derive v0.8.9 |
| 1543 | 2026-05-07T22:52:26.173Z | Compiling cookie v0.18.1 |
| 1544 | 2026-05-07T22:52:26.192Z | Checking csv-core v0.1.12 |
| 1545 | 2026-05-07T22:52:26.214Z | Checking highway v1.3.0 |
| 1546 | 2026-05-07T22:52:26.356Z | Checking bytecount v0.6.9 |
| 1547 | 2026-05-07T22:52:26.423Z | Checking fixedbitset v0.4.2 |
| 1548 | 2026-05-07T22:52:26.458Z | Checking same-file v1.0.6 |
| 1549 | 2026-05-07T22:52:26.475Z | Compiling moka v0.12.10 |
| 1550 | 2026-05-07T22:52:26.580Z | Compiling rustls v0.21.12 |
| 1551 | 2026-05-07T22:52:26.587Z | Checking fixedbitset v0.5.7 |
| 1552 | 2026-05-07T22:52:26.718Z | Checking petgraph v0.6.5 |
| 1553 | 2026-05-07T22:52:26.773Z | Checking walkdir v2.5.0 |
| 1554 | 2026-05-07T22:52:26.793Z | Checking petgraph v0.8.3 |
| 1555 | 2026-05-07T22:52:26.828Z | Compiling typify-macro v0.6.2 |
| 1556 | 2026-05-07T22:52:26.851Z | Checking papergrid v0.11.0 |
| 1557 | 2026-05-07T22:52:26.938Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1558 | 2026-05-07T22:52:27.440Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1559 | 2026-05-07T22:52:27.687Z | Checking csv v1.3.1 |
| 1560 | 2026-05-07T22:52:27.720Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1561 | 2026-05-07T22:52:27.852Z | Checking snafu v0.8.9 |
| 1562 | 2026-05-07T22:52:27.990Z | Checking libsw v3.5.0 |
| 1563 | 2026-05-07T22:52:28.051Z | Checking expectorate v1.2.0 |
| 1564 | 2026-05-07T22:52:28.095Z | Checking olpc-cjson v0.1.4 |
| 1565 | 2026-05-07T22:52:28.145Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1566 | 2026-05-07T22:52:28.185Z | Checking oxide-tokio-rt v0.1.2 |
| 1567 | 2026-05-07T22:52:28.237Z | Checking const_format v0.2.35 |
| 1568 | 2026-05-07T22:52:28.345Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1569 | 2026-05-07T22:52:28.470Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1570 | 2026-05-07T22:52:28.567Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1571 | 2026-05-07T22:52:28.584Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1572 | 2026-05-07T22:52:28.618Z | Compiling nix v0.31.1 |
| 1573 | 2026-05-07T22:52:28.663Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1574 | 2026-05-07T22:52:28.761Z | Compiling tabled_derive v0.7.0 |
| 1575 | 2026-05-07T22:52:28.981Z | Checking gethostname v0.5.0 |
| 1576 | 2026-05-07T22:52:28.996Z | Checking sct v0.7.1 |
| 1577 | 2026-05-07T22:52:29.013Z | Checking rustls-webpki v0.101.7 |
| 1578 | 2026-05-07T22:52:29.031Z | Checking pem v3.0.5 |
| 1579 | 2026-05-07T22:52:29.065Z | Checking bcs v0.1.6 |
| 1580 | 2026-05-07T22:52:29.084Z | Checking serde_plain v1.0.2 |
| 1581 | 2026-05-07T22:52:29.131Z | Checking typed-path v0.9.3 |
| 1582 | 2026-05-07T22:52:29.192Z | Checking termtree v0.5.1 |
| 1583 | 2026-05-07T22:52:29.229Z | Checking linear-map v1.2.0 |
| 1584 | 2026-05-07T22:52:29.292Z | Compiling radium v0.7.0 |
| 1585 | 2026-05-07T22:52:29.330Z | Compiling salty v0.3.0 |
| 1586 | 2026-05-07T22:52:29.345Z | Checking tagptr v0.2.0 |
| 1587 | 2026-05-07T22:52:29.402Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1588 | 2026-05-07T22:52:29.641Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1589 | 2026-05-07T22:52:29.686Z | Checking tabled v0.15.0 |
| 1590 | 2026-05-07T22:52:29.888Z | Checking tough v0.20.0 |
| 1591 | 2026-05-07T22:52:30.131Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1592 | 2026-05-07T22:52:30.671Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1593 | 2026-05-07T22:52:30.833Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1594 | 2026-05-07T22:52:30.923Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1595 | 2026-05-07T22:52:31.302Z | Checking steno v0.4.1 |
| 1596 | 2026-05-07T22:52:31.870Z | Checking hickory-proto v0.25.2 |
| 1597 | 2026-05-07T22:52:31.912Z | Checking rfc6979 v0.4.0 |
| 1598 | 2026-05-07T22:52:31.936Z | Checking tap v1.0.1 |
| 1599 | 2026-05-07T22:52:32.041Z | Checking humantime v2.3.0 |
| 1600 | 2026-05-07T22:52:32.057Z | Checking wyz v0.5.1 |
| 1601 | 2026-05-07T22:52:32.226Z | Checking ecdsa v0.16.9 |
| 1602 | 2026-05-07T22:52:32.244Z | Checking tokio-rustls v0.24.1 |
| 1603 | 2026-05-07T22:52:32.598Z | Checking ed25519 v2.2.3 |
| 1604 | 2026-05-07T22:52:32.694Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1605 | 2026-05-07T22:52:32.730Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1606 | 2026-05-07T22:52:32.767Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1607 | 2026-05-07T22:52:32.969Z | Checking primeorder v0.13.6 |
| 1608 | 2026-05-07T22:52:33.214Z | Checking rustls-pemfile v1.0.4 |
| 1609 | 2026-05-07T22:52:33.353Z | Checking twox-hash v2.1.2 |
| 1610 | 2026-05-07T22:52:33.416Z | Checking hickory-resolver v0.25.2 |
| 1611 | 2026-05-07T22:52:33.648Z | Checking env_filter v1.0.1 |
| 1612 | 2026-05-07T22:52:33.804Z | Checking atty v0.2.14 |
| 1613 | 2026-05-07T22:52:33.911Z | Checking funty v2.0.0 |
| 1614 | 2026-05-07T22:52:34.034Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1615 | 2026-05-07T22:52:34.127Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1616 | 2026-05-07T22:52:34.207Z | Checking toml v0.7.8 |
| 1617 | 2026-05-07T22:52:34.228Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1618 | 2026-05-07T22:52:34.245Z | Checking bitvec v1.0.1 |
| 1619 | 2026-05-07T22:52:34.286Z | Checking env_logger v0.11.10 |
| 1620 | 2026-05-07T22:52:34.474Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1621 | 2026-05-07T22:52:34.522Z | Checking p384 v0.13.1 |
| 1622 | 2026-05-07T22:52:34.554Z | Checking ed25519-dalek v2.2.0 |
| 1623 | 2026-05-07T22:52:34.714Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1624 | 2026-05-07T22:52:34.742Z | Compiling typify v0.6.2 |
| 1625 | 2026-05-07T22:52:34.840Z | Checking polyval v0.6.2 |
| 1626 | 2026-05-07T22:52:34.877Z | Checking aes v0.8.4 |
| 1627 | 2026-05-07T22:52:34.920Z | Checking ctr v0.9.2 |
| 1628 | 2026-05-07T22:52:35.024Z | Checking x509-cert v0.2.5 |
| 1629 | 2026-05-07T22:52:35.084Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1630 | 2026-05-07T22:52:35.241Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1631 | 2026-05-07T22:52:35.332Z | Checking bincode v1.3.3 |
| 1632 | 2026-05-07T22:52:35.453Z | Compiling strum_macros v0.28.0 |
| 1633 | 2026-05-07T22:52:35.619Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1634 | 2026-05-07T22:52:35.655Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1635 | 2026-05-07T22:52:35.698Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1636 | 2026-05-07T22:52:35.761Z | Checking passt v0.3.0 |
| 1637 | 2026-05-07T22:52:35.833Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1638 | 2026-05-07T22:52:35.869Z | Checking fakedata_generator v0.7.1 |
| 1639 | 2026-05-07T22:52:35.942Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1640 | 2026-05-07T22:52:35.968Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1641 | 2026-05-07T22:52:36.067Z | Checking aes-gcm-siv v0.11.1 |
| 1642 | 2026-05-07T22:52:36.101Z | Compiling progenitor-impl v0.14.0 |
| 1643 | 2026-05-07T22:52:36.218Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1644 | 2026-05-07T22:52:36.253Z | Compiling bitstruct_derive v0.1.0 |
| 1645 | 2026-05-07T22:52:36.273Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1646 | 2026-05-07T22:52:36.327Z | Checking dropshot-api-manager-types v0.7.1 |
| 1647 | 2026-05-07T22:52:36.426Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1648 | 2026-05-07T22:52:36.500Z | Compiling fs-err v3.1.2 |
| 1649 | 2026-05-07T22:52:36.624Z | Checking ringbuffer v0.16.0 |
| 1650 | 2026-05-07T22:52:36.734Z | Checking pretty-hex v0.2.1 |
| 1651 | 2026-05-07T22:52:36.844Z | Checking typeid v1.0.0 |
| 1652 | 2026-05-07T22:52:36.864Z | Compiling cfg_aliases v0.1.1 |
| 1653 | 2026-05-07T22:52:36.916Z | Checking ascii v1.1.0 |
| 1654 | 2026-05-07T22:52:36.945Z | Compiling nix v0.28.0 |
| 1655 | 2026-05-07T22:52:36.965Z | Checking erased-serde v0.4.5 |
| 1656 | 2026-05-07T22:52:37.108Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1657 | 2026-05-07T22:52:37.260Z | Checking bitstruct v0.1.1 |
| 1658 | 2026-05-07T22:52:37.312Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1659 | 2026-05-07T22:52:37.351Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1660 | 2026-05-07T22:52:37.438Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1661 | 2026-05-07T22:52:37.491Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1662 | 2026-05-07T22:52:37.708Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1663 | 2026-05-07T22:52:37.878Z | Checking progenitor-client v0.14.0 |
| 1664 | 2026-05-07T22:52:38.007Z | Checking itertools v0.13.0 |
| 1665 | 2026-05-07T22:52:38.027Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1666 | 2026-05-07T22:52:38.115Z | Checking serde_arrays v0.1.0 |
| 1667 | 2026-05-07T22:52:38.182Z | Compiling progenitor-macro v0.14.0 |
| 1668 | 2026-05-07T22:52:38.219Z | Checking libloading v0.7.4 |
| 1669 | 2026-05-07T22:52:38.238Z | Checking bit_field v0.10.2 |
| 1670 | 2026-05-07T22:52:38.418Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1671 | 2026-05-07T22:52:38.447Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1672 | 2026-05-07T22:52:38.557Z | Checking git-stub v1.0.0 |
| 1673 | 2026-05-07T22:52:38.644Z | Checking kstat-rs v0.2.4 |
| 1674 | 2026-05-07T22:52:38.711Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1675 | 2026-05-07T22:52:38.731Z | Compiling escargot v0.5.10 |
| 1676 | 2026-05-07T22:52:38.825Z | Checking git-stub-vcs v0.1.0 |
| 1677 | 2026-05-07T22:52:38.846Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1678 | 2026-05-07T22:52:39.035Z | Checking ron v0.8.1 |
| 1679 | 2026-05-07T22:52:39.053Z | Checking xattr v1.3.1 |
| 1680 | 2026-05-07T22:52:39.192Z | Checking drift v0.1.4 |
| 1681 | 2026-05-07T22:52:39.459Z | Checking cargo-platform v0.1.8 |
| 1682 | 2026-05-07T22:52:40.483Z | Checking filetime v0.2.23 |
| 1683 | 2026-05-07T22:52:40.486Z | Checking tar v0.4.40 |
| 1684 | 2026-05-07T22:52:40.486Z | Checking cargo_metadata v0.18.1 |
| 1685 | 2026-05-07T22:52:40.486Z | Checking ctrlc v3.4.4 |
| 1686 | 2026-05-07T22:52:40.486Z | Checking dropshot-api-manager v0.7.1 |
| 1687 | 2026-05-07T22:52:40.486Z | Checking fatfs v0.3.6 |
| 1688 | 2026-05-07T22:52:40.727Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1689 | 2026-05-07T22:52:40.791Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1690 | 2026-05-07T22:52:41.068Z | Compiling git2 v0.20.2 |
| 1691 | 2026-05-07T22:52:41.399Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1692 | 2026-05-07T22:52:42.102Z | Checking progenitor v0.14.0 |
| 1693 | 2026-05-07T22:52:42.231Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1694 | 2026-05-07T22:52:43.366Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1695 | 2026-05-07T22:52:44.065Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1696 | 2026-05-07T22:52:44.469Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1697 | 2026-05-07T22:52:44.637Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1698 | 2026-05-07T22:52:48.255Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1699 | 2026-05-07T22:52:51.239Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1700 | 2026-05-07T22:52:54.689Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1701 | 2026-05-07T22:53:00.933Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1702 | 2026-05-07T22:53:00.933Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1703 | 2026-05-07T22:53:05.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
| 1704 | 2026-05-07T22:53:05.718Z | |
| 1705 | 2026-05-07T22:53:05.718Z | real 2:19.394301559 |
| 1706 | 2026-05-07T22:53:05.718Z | user 8:42.620340328 |
| 1707 | 2026-05-07T22:53:05.718Z | sys 2:15.711633793 |
| 1708 | 2026-05-07T22:53:05.718Z | trap 0.250720296 |
| 1709 | 2026-05-07T22:53:05.718Z | tflt 0.729274463 |
| 1710 | 2026-05-07T22:53:05.718Z | dflt 0.274004359 |
| 1711 | 2026-05-07T22:53:05.718Z | kflt 0.014358033 |
| 1712 | 2026-05-07T22:53:05.721Z | lock 15:32.910825000 |
| 1713 | 2026-05-07T22:53:05.721Z | slp 34:35.668331862 |
| 1714 | 2026-05-07T22:53:05.721Z | lat 1:22.167823315 |
| 1715 | 2026-05-07T22:53:05.721Z | stop 4:15.430823385 |
| 1716 | 2026-05-07T22:53:05.721Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1717 | 2026-05-07T22:53:06.203Z | Downloading crates ... |
| 1718 | 2026-05-07T22:53:06.359Z | Downloaded fragile v2.0.0 |
| 1719 | 2026-05-07T22:53:06.362Z | Downloaded termtree v0.4.1 |
| 1720 | 2026-05-07T22:53:06.362Z | Downloaded slog-envlogger v2.2.0 |
| 1721 | 2026-05-07T22:53:06.366Z | Downloaded slog-stdlog v4.1.1 |
| 1722 | 2026-05-07T22:53:06.369Z | Downloaded predicates v3.1.0 |
| 1723 | 2026-05-07T22:53:06.375Z | Downloaded downcast v0.11.0 |
| 1724 | 2026-05-07T22:53:06.377Z | Downloaded mockall v0.12.1 |
| 1725 | 2026-05-07T22:53:06.377Z | Downloaded serde_test v1.0.176 |
| 1726 | 2026-05-07T22:53:06.377Z | Downloaded predicates-tree v1.0.9 |
| 1727 | 2026-05-07T22:53:06.381Z | Downloaded slog-scope v4.4.0 |
| 1728 | 2026-05-07T22:53:06.384Z | Downloaded fdeflate v0.3.4 |
| 1729 | 2026-05-07T22:53:06.384Z | Downloaded mockall_derive v0.12.1 |
| 1730 | 2026-05-07T22:53:06.386Z | Downloaded predicates-core v1.0.6 |
| 1731 | 2026-05-07T22:53:06.392Z | Downloaded bytemuck v1.16.0 |
| 1732 | 2026-05-07T22:53:06.395Z | Downloaded arc-swap v1.7.1 |
| 1733 | 2026-05-07T22:53:06.417Z | Downloaded png v0.17.13 |
| 1734 | 2026-05-07T22:53:07.136Z | Downloaded image v0.25.1 |
| 1735 | 2026-05-07T22:53:07.347Z | Checking tokio v1.50.0 |
| 1736 | 2026-05-07T22:53:07.458Z | Checking simd-adler32 v0.3.7 |
| 1737 | 2026-05-07T22:53:07.472Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1738 | 2026-05-07T22:53:07.490Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1739 | 2026-05-07T22:53:07.502Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1740 | 2026-05-07T22:53:07.505Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1741 | 2026-05-07T22:53:07.522Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1742 | 2026-05-07T22:53:07.526Z | Checking arc-swap v1.7.1 |
| 1743 | 2026-05-07T22:53:07.594Z | Checking miniz_oxide v0.7.2 |
| 1744 | 2026-05-07T22:53:07.637Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1745 | 2026-05-07T22:53:07.648Z | Checking fdeflate v0.3.4 |
| 1746 | 2026-05-07T22:53:07.720Z | Checking slog-scope v4.4.0 |
| 1747 | 2026-05-07T22:53:07.732Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1748 | 2026-05-07T22:53:07.736Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1749 | 2026-05-07T22:53:07.753Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1750 | 2026-05-07T22:53:07.768Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1751 | 2026-05-07T22:53:07.840Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1752 | 2026-05-07T22:53:07.883Z | Checking slog-stdlog v4.1.1 |
| 1753 | 2026-05-07T22:53:07.921Z | Checking flate2 v1.0.30 |
| 1754 | 2026-05-07T22:53:07.924Z | Checking bytemuck v1.16.0 |
| 1755 | 2026-05-07T22:53:07.924Z | Checking predicates-core v1.0.6 |
| 1756 | 2026-05-07T22:53:07.952Z | Checking termtree v0.4.1 |
| 1757 | 2026-05-07T22:53:07.963Z | Compiling mockall_derive v0.12.1 |
| 1758 | 2026-05-07T22:53:07.990Z | Checking slog-envlogger v2.2.0 |
| 1759 | 2026-05-07T22:53:08.043Z | Checking predicates v3.1.0 |
| 1760 | 2026-05-07T22:53:08.071Z | Checking predicates-tree v1.0.9 |
| 1761 | 2026-05-07T22:53:08.117Z | Checking fragile v2.0.0 |
| 1762 | 2026-05-07T22:53:08.129Z | Checking downcast v0.11.0 |
| 1763 | 2026-05-07T22:53:08.171Z | Checking serde_test v1.0.176 |
| 1764 | 2026-05-07T22:53:08.211Z | Checking compression-codecs v0.4.32 |
| 1765 | 2026-05-07T22:53:08.244Z | Checking png v0.17.13 |
| 1766 | 2026-05-07T22:53:08.262Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1767 | 2026-05-07T22:53:08.750Z | Checking image v0.25.1 |
| 1768 | 2026-05-07T22:53:09.867Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1769 | 2026-05-07T22:53:09.970Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1770 | 2026-05-07T22:53:09.990Z | Checking mockall v0.12.1 |
| 1771 | 2026-05-07T22:53:10.601Z | Checking tokio-util v0.7.16 |
| 1772 | 2026-05-07T22:53:10.601Z | Checking tokio-rustls v0.26.0 |
| 1773 | 2026-05-07T22:53:10.604Z | Checking tower v0.5.2 |
| 1774 | 2026-05-07T22:53:10.604Z | Checking tokio-rustls v0.25.0 |
| 1775 | 2026-05-07T22:53:10.604Z | Checking tokio-native-tls v0.3.1 |
| 1776 | 2026-05-07T22:53:10.604Z | Checking backoff v0.4.0 |
| 1777 | 2026-05-07T22:53:10.604Z | Checking zone v0.3.1 |
| 1778 | 2026-05-07T22:53:10.658Z | Checking tokio-tungstenite v0.21.0 |
| 1779 | 2026-05-07T22:53:10.765Z | Checking async-compression v0.4.33 |
| 1780 | 2026-05-07T22:53:10.768Z | Checking hickory-proto v0.24.4 |
| 1781 | 2026-05-07T22:53:10.822Z | Checking libsw-core v0.3.2 |
| 1782 | 2026-05-07T22:53:10.845Z | Checking tokio-dtrace v0.1.1 |
| 1783 | 2026-05-07T22:53:10.915Z | Checking cancel-safe-futures v0.1.5 |
| 1784 | 2026-05-07T22:53:10.954Z | Checking libsw v3.5.0 |
| 1785 | 2026-05-07T22:53:10.970Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1786 | 2026-05-07T22:53:10.983Z | Checking tower-http v0.6.8 |
| 1787 | 2026-05-07T22:53:11.001Z | Checking hickory-proto v0.25.2 |
| 1788 | 2026-05-07T22:53:11.010Z | Checking oxide-tokio-rt v0.1.2 |
| 1789 | 2026-05-07T22:53:11.081Z | Checking h2 v0.4.6 |
| 1790 | 2026-05-07T22:53:11.099Z | Checking tokio-stream v0.1.17 |
| 1791 | 2026-05-07T22:53:11.141Z | Checking steno v0.4.1 |
| 1792 | 2026-05-07T22:53:11.144Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1793 | 2026-05-07T22:53:11.241Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1794 | 2026-05-07T22:53:11.450Z | Checking tokio-rustls v0.24.1 |
| 1795 | 2026-05-07T22:53:11.464Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1796 | 2026-05-07T22:53:11.633Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1797 | 2026-05-07T22:53:12.265Z | Checking hickory-resolver v0.24.4 |
| 1798 | 2026-05-07T22:53:12.494Z | Checking hickory-resolver v0.25.2 |
| 1799 | 2026-05-07T22:53:12.772Z | Checking hyper v1.8.1 |
| 1800 | 2026-05-07T22:53:12.843Z | Checking qorb v0.4.1 |
| 1801 | 2026-05-07T22:53:13.538Z | Checking hyper-util v0.1.20 |
| 1802 | 2026-05-07T22:53:14.411Z | Checking hyper-rustls v0.27.3 |
| 1803 | 2026-05-07T22:53:14.411Z | Checking hyper-tls v0.6.0 |
| 1804 | 2026-05-07T22:53:14.414Z | Checking dropshot v0.16.7 |
| 1805 | 2026-05-07T22:53:14.414Z | Checking dropshot v0.17.0 |
| 1806 | 2026-05-07T22:53:14.584Z | Checking reqwest v0.12.23 |
| 1807 | 2026-05-07T22:53:14.587Z | Checking reqwest v0.13.2 |
| 1808 | 2026-05-07T22:53:15.228Z | Checking progenitor-client v0.11.1 |
| 1809 | 2026-05-07T22:53:15.228Z | Checking progenitor-client v0.10.0 |
| 1810 | 2026-05-07T22:53:15.232Z | Checking tough v0.20.0 |
| 1811 | 2026-05-07T22:53:15.304Z | Checking progenitor-client v0.14.0 |
| 1812 | 2026-05-07T22:53:15.445Z | Checking progenitor v0.11.1 |
| 1813 | 2026-05-07T22:53:15.448Z | Checking progenitor v0.10.0 |
| 1814 | 2026-05-07T22:53:15.516Z | Checking progenitor v0.14.0 |
| 1815 | 2026-05-07T22:53:15.574Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1816 | 2026-05-07T22:53:15.577Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1817 | 2026-05-07T22:53:15.597Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1818 | 2026-05-07T22:53:15.639Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1819 | 2026-05-07T22:53:16.123Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1820 | 2026-05-07T22:53:16.161Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1821 | 2026-05-07T22:53:16.441Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1822 | 2026-05-07T22:53:16.740Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1823 | 2026-05-07T22:53:16.768Z | Checking dropshot-api-manager v0.7.1 |
| 1824 | 2026-05-07T22:53:17.657Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1825 | 2026-05-07T22:53:17.785Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1826 | 2026-05-07T22:53:17.903Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1827 | 2026-05-07T22:53:18.155Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1828 | 2026-05-07T22:53:18.371Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1829 | 2026-05-07T22:53:21.648Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1830 | 2026-05-07T22:53:21.648Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1831 | 2026-05-07T22:53:21.652Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1832 | 2026-05-07T22:53:21.652Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1833 | 2026-05-07T22:53:21.652Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1834 | 2026-05-07T22:53:21.652Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1835 | 2026-05-07T22:53:22.277Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1836 | 2026-05-07T22:53:22.513Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1837 | 2026-05-07T22:53:22.897Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1838 | 2026-05-07T22:53:22.982Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1839 | 2026-05-07T22:53:22.986Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1840 | 2026-05-07T22:53:23.166Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1841 | 2026-05-07T22:53:23.468Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1842 | 2026-05-07T22:53:23.578Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1843 | 2026-05-07T22:53:23.705Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1844 | 2026-05-07T22:53:23.708Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1845 | 2026-05-07T22:53:24.214Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1846 | 2026-05-07T22:53:24.659Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1847 | 2026-05-07T22:53:24.659Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1848 | 2026-05-07T22:53:25.345Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1849 | 2026-05-07T22:53:25.358Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1850 | 2026-05-07T22:53:25.704Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1851 | 2026-05-07T22:53:29.667Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1852 | 2026-05-07T22:53:30.433Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1853 | 2026-05-07T22:53:34.802Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1854 | 2026-05-07T22:53:35.360Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1855 | 2026-05-07T22:53:36.107Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1856 | 2026-05-07T22:53:38.311Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1857 | 2026-05-07T22:53:38.837Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1858 | 2026-05-07T22:53:41.468Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1859 | 2026-05-07T22:53:49.026Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1860 | 2026-05-07T22:53:49.032Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1861 | 2026-05-07T22:53:54.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.51s |
| 1862 | 2026-05-07T22:53:54.479Z | |
| 1863 | 2026-05-07T22:53:54.479Z | real 48.743011280 |
| 1864 | 2026-05-07T22:53:54.479Z | user 1:59.859194866 |
| 1865 | 2026-05-07T22:53:54.480Z | sys 21.095416505 |
| 1866 | 2026-05-07T22:53:54.480Z | trap 0.029305524 |
| 1867 | 2026-05-07T22:53:54.480Z | tflt 0.016824425 |
| 1868 | 2026-05-07T22:53:54.480Z | dflt 0.048722785 |
| 1869 | 2026-05-07T22:53:54.480Z | kflt 0.000044907 |
| 1870 | 2026-05-07T22:53:54.483Z | lock 4:42.350767509 |
| 1871 | 2026-05-07T22:53:54.483Z | slp 6:48.358378668 |
| 1872 | 2026-05-07T22:53:54.483Z | lat 4.164160618 |
| 1873 | 2026-05-07T22:53:54.483Z | stop 13.089541628 |
| 1874 | 2026-05-07T22:53:54.483Z | + banner build |
| 1875 | 2026-05-07T22:53:54.483Z | |
| 1876 | 2026-05-07T22:53:54.483Z | ##### # # # # ##### |
| 1877 | 2026-05-07T22:53:54.483Z | # # # # # # # # |
| 1878 | 2026-05-07T22:53:54.483Z | ##### # # # # # # |
| 1879 | 2026-05-07T22:53:54.483Z | # # # # # # # # |
| 1880 | 2026-05-07T22:53:54.483Z | # # # # # # # # |
| 1881 | 2026-05-07T22:53:54.484Z | ##### #### # ###### ##### |
| 1882 | 2026-05-07T22:53:54.484Z | |
| 1883 | 2026-05-07T22:53:54.484Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1884 | 2026-05-07T22:53:55.196Z | Compiling proc-macro2 v1.0.106 |
| 1885 | 2026-05-07T22:53:55.196Z | Compiling quote v1.0.45 |
| 1886 | 2026-05-07T22:53:55.196Z | Compiling unicode-ident v1.0.24 |
| 1887 | 2026-05-07T22:53:55.196Z | Compiling libc v0.2.180 |
| 1888 | 2026-05-07T22:53:55.198Z | Compiling serde_core v1.0.228 |
| 1889 | 2026-05-07T22:53:55.199Z | Compiling serde v1.0.228 |
| 1890 | 2026-05-07T22:53:55.199Z | Compiling autocfg v1.3.0 |
| 1891 | 2026-05-07T22:53:55.199Z | Compiling cfg-if v1.0.0 |
| 1892 | 2026-05-07T22:53:55.404Z | Compiling zmij v1.0.19 |
| 1893 | 2026-05-07T22:53:55.416Z | Compiling memchr v2.7.2 |
| 1894 | 2026-05-07T22:53:55.691Z | Compiling libm v0.2.8 |
| 1895 | 2026-05-07T22:53:55.934Z | Compiling version_check v0.9.5 |
| 1896 | 2026-05-07T22:53:56.018Z | Compiling smallvec v1.13.2 |
| 1897 | 2026-05-07T22:53:56.191Z | Compiling itoa v1.0.11 |
| 1898 | 2026-05-07T22:53:56.209Z | Compiling getrandom v0.4.2 |
| 1899 | 2026-05-07T22:53:56.328Z | Compiling shlex v1.3.0 |
| 1900 | 2026-05-07T22:53:56.411Z | Compiling jobserver v0.1.31 |
| 1901 | 2026-05-07T22:53:56.460Z | Compiling syn v2.0.117 |
| 1902 | 2026-05-07T22:53:56.479Z | Compiling stable_deref_trait v1.2.0 |
| 1903 | 2026-05-07T22:53:56.519Z | Compiling serde_json v1.0.149 |
| 1904 | 2026-05-07T22:53:56.566Z | Compiling getrandom v0.2.14 |
| 1905 | 2026-05-07T22:53:56.728Z | Compiling cc v1.2.17 |
| 1906 | 2026-05-07T22:53:56.771Z | Compiling lock_api v0.4.12 |
| 1907 | 2026-05-07T22:53:56.803Z | Compiling parking_lot_core v0.9.10 |
| 1908 | 2026-05-07T22:53:56.839Z | Compiling writeable v0.5.5 |
| 1909 | 2026-05-07T22:53:56.873Z | Compiling litemap v0.7.4 |
| 1910 | 2026-05-07T22:53:57.025Z | Compiling num-traits v0.2.19 |
| 1911 | 2026-05-07T22:53:57.072Z | Compiling percent-encoding v2.3.2 |
| 1912 | 2026-05-07T22:53:57.112Z | Compiling icu_locid_transform_data v1.5.0 |
| 1913 | 2026-05-07T22:53:57.389Z | Compiling icu_properties_data v1.5.0 |
| 1914 | 2026-05-07T22:53:57.543Z | Compiling icu_normalizer_data v1.5.0 |
| 1915 | 2026-05-07T22:53:57.600Z | Compiling utf8_iter v1.0.4 |
| 1916 | 2026-05-07T22:53:57.650Z | Compiling write16 v1.0.0 |
| 1917 | 2026-05-07T22:53:57.701Z | Compiling thiserror v2.0.18 |
| 1918 | 2026-05-07T22:53:57.756Z | Compiling utf16_iter v1.0.5 |
| 1919 | 2026-05-07T22:53:57.901Z | Compiling form_urlencoded v1.2.2 |
| 1920 | 2026-05-07T22:53:58.003Z | Compiling heck v0.5.0 |
| 1921 | 2026-05-07T22:53:58.040Z | Compiling log v0.4.29 |
| 1922 | 2026-05-07T22:53:58.176Z | Compiling rustversion v1.0.22 |
| 1923 | 2026-05-07T22:53:58.204Z | Compiling slab v0.4.9 |
| 1924 | 2026-05-07T22:53:58.246Z | Compiling iana-time-zone v0.1.64 |
| 1925 | 2026-05-07T22:53:58.358Z | Compiling typenum v1.17.0 |
| 1926 | 2026-05-07T22:53:58.457Z | Compiling uuid v1.22.0 |
| 1927 | 2026-05-07T22:53:58.510Z | Compiling pin-project-lite v0.2.14 |
| 1928 | 2026-05-07T22:53:58.610Z | Compiling equivalent v1.0.2 |
| 1929 | 2026-05-07T22:53:58.622Z | Compiling subtle v2.6.1 |
| 1930 | 2026-05-07T22:53:58.698Z | Compiling regex-syntax v0.8.5 |
| 1931 | 2026-05-07T22:53:58.710Z | Compiling semver v1.0.28 |
| 1932 | 2026-05-07T22:53:58.796Z | Compiling aho-corasick v1.1.3 |
| 1933 | 2026-05-07T22:53:59.021Z | Compiling schemars v0.8.22 |
| 1934 | 2026-05-07T22:53:59.143Z | Compiling dyn-clone v1.0.17 |
| 1935 | 2026-05-07T22:53:59.174Z | Compiling ring v0.17.14 |
| 1936 | 2026-05-07T22:53:59.271Z | Compiling synstructure v0.13.1 |
| 1937 | 2026-05-07T22:53:59.301Z | Compiling serde_derive_internals v0.29.1 |
| 1938 | 2026-05-07T22:53:59.519Z | Compiling rand_core v0.6.4 |
| 1939 | 2026-05-07T22:53:59.805Z | Compiling socket2 v0.6.0 |
| 1940 | 2026-05-07T22:53:59.893Z | Compiling scopeguard v1.2.0 |
| 1941 | 2026-05-07T22:53:59.962Z | Compiling portable-atomic v1.11.1 |
| 1942 | 2026-05-07T22:54:00.068Z | Compiling mio v1.0.2 |
| 1943 | 2026-05-07T22:54:00.238Z | Compiling regex-automata v0.4.14 |
| 1944 | 2026-05-07T22:54:00.260Z | Compiling parking_lot v0.12.2 |
| 1945 | 2026-05-07T22:54:00.332Z | Compiling signal-hook-registry v1.4.2 |
| 1946 | 2026-05-07T22:54:00.503Z | Compiling serde_derive v1.0.228 |
| 1947 | 2026-05-07T22:54:00.591Z | Compiling zerofrom-derive v0.1.5 |
| 1948 | 2026-05-07T22:54:00.752Z | Compiling yoke-derive v0.7.5 |
| 1949 | 2026-05-07T22:54:00.819Z | Compiling zerovec-derive v0.10.3 |
| 1950 | 2026-05-07T22:54:01.003Z | Compiling displaydoc v0.2.5 |
| 1951 | 2026-05-07T22:54:01.167Z | Compiling icu_provider_macros v1.5.0 |
| 1952 | 2026-05-07T22:54:01.170Z | Compiling schemars_derive v0.8.22 |
| 1953 | 2026-05-07T22:54:01.751Z | Compiling zeroize_derive v1.4.3 |
| 1954 | 2026-05-07T22:54:01.754Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-05-07T22:54:01.774Z | Compiling tokio-macros v2.6.0 |
| 1956 | 2026-05-07T22:54:01.786Z | Compiling zerofrom v0.1.5 |
| 1957 | 2026-05-07T22:54:01.865Z | Compiling futures-macro v0.3.32 |
| 1958 | 2026-05-07T22:54:01.915Z | Compiling yoke v0.7.5 |
| 1959 | 2026-05-07T22:54:02.119Z | Compiling zerovec v0.10.4 |
| 1960 | 2026-05-07T22:54:02.384Z | Compiling regex v1.12.3 |
| 1961 | 2026-05-07T22:54:02.424Z | Compiling zeroize v1.8.2 |
| 1962 | 2026-05-07T22:54:02.699Z | Compiling critical-section v1.2.0 |
| 1963 | 2026-05-07T22:54:02.720Z | Compiling bitflags v2.9.4 |
| 1964 | 2026-05-07T22:54:02.775Z | Compiling once_cell v1.21.3 |
| 1965 | 2026-05-07T22:54:02.893Z | Compiling generic-array v0.14.7 |
| 1966 | 2026-05-07T22:54:02.922Z | Compiling thiserror v1.0.64 |
| 1967 | 2026-05-07T22:54:02.987Z | Compiling tinystr v0.7.6 |
| 1968 | 2026-05-07T22:54:03.016Z | Compiling icu_collections v1.5.0 |
| 1969 | 2026-05-07T22:54:03.170Z | Compiling icu_locid v1.5.0 |
| 1970 | 2026-05-07T22:54:03.241Z | Compiling futures-core v0.3.32 |
| 1971 | 2026-05-07T22:54:03.404Z | Compiling thiserror-impl v1.0.64 |
| 1972 | 2026-05-07T22:54:03.462Z | Compiling hashbrown v0.17.0 |
| 1973 | 2026-05-07T22:54:03.670Z | Compiling bytes v1.11.1 |
| 1974 | 2026-05-07T22:54:03.752Z | Compiling icu_provider v1.5.0 |
| 1975 | 2026-05-07T22:54:03.765Z | Compiling chrono v0.4.44 |
| 1976 | 2026-05-07T22:54:04.304Z | Compiling icu_locid_transform v1.5.0 |
| 1977 | 2026-05-07T22:54:04.419Z | Compiling serde_tokenstream v0.2.3 |
| 1978 | 2026-05-07T22:54:04.436Z | Compiling tokio v1.50.0 |
| 1979 | 2026-05-07T22:54:04.681Z | Compiling indexmap v2.14.0 |
| 1980 | 2026-05-07T22:54:04.752Z | Compiling httparse v1.10.1 |
| 1981 | 2026-05-07T22:54:05.095Z | Compiling icu_properties v1.5.1 |
| 1982 | 2026-05-07T22:54:05.107Z | Compiling futures-sink v0.3.32 |
| 1983 | 2026-05-07T22:54:05.173Z | Compiling crypto-common v0.1.6 |
| 1984 | 2026-05-07T22:54:05.687Z | Compiling strsim v0.11.1 |
| 1985 | 2026-05-07T22:54:05.786Z | Compiling getrandom v0.3.4 |
| 1986 | 2026-05-07T22:54:06.265Z | Compiling ident_case v1.0.1 |
| 1987 | 2026-05-07T22:54:06.354Z | Compiling futures-channel v0.3.32 |
| 1988 | 2026-05-07T22:54:06.389Z | Compiling errno v0.3.14 |
| 1989 | 2026-05-07T22:54:06.525Z | Compiling either v1.15.0 |
| 1990 | 2026-05-07T22:54:06.536Z | Compiling const-oid v0.9.6 |
| 1991 | 2026-05-07T22:54:06.695Z | Compiling icu_normalizer v1.5.0 |
| 1992 | 2026-05-07T22:54:06.732Z | Compiling futures-io v0.3.32 |
| 1993 | 2026-05-07T22:54:06.935Z | Compiling futures-task v0.3.32 |
| 1994 | 2026-05-07T22:54:07.111Z | Compiling futures-util v0.3.32 |
| 1995 | 2026-05-07T22:54:07.259Z | Compiling idna_adapter v1.2.0 |
| 1996 | 2026-05-07T22:54:07.368Z | Compiling idna v1.0.3 |
| 1997 | 2026-05-07T22:54:07.571Z | Compiling zerocopy-derive v0.8.27 |
| 1998 | 2026-05-07T22:54:07.660Z | Compiling anyhow v1.0.100 |
| 1999 | 2026-05-07T22:54:07.989Z | Compiling url v2.5.4 |
| 2000 | 2026-05-07T22:54:08.125Z | Compiling http v1.4.0 |
| 2001 | 2026-05-07T22:54:09.346Z | Compiling byteorder v1.5.0 |
| 2002 | 2026-05-07T22:54:09.610Z | Compiling foldhash v0.2.0 |
| 2003 | 2026-05-07T22:54:09.624Z | Compiling allocator-api2 v0.2.21 |
| 2004 | 2026-05-07T22:54:09.791Z | Compiling ucd-trie v0.1.6 |
| 2005 | 2026-05-07T22:54:09.944Z | Compiling pest v2.8.4 |
| 2006 | 2026-05-07T22:54:09.980Z | Compiling hashbrown v0.16.1 |
| 2007 | 2026-05-07T22:54:10.013Z | Compiling block-buffer v0.10.4 |
| 2008 | 2026-05-07T22:54:10.181Z | Compiling tracing-core v0.1.32 |
| 2009 | 2026-05-07T22:54:10.384Z | Compiling tracing-attributes v0.1.27 |
| 2010 | 2026-05-07T22:54:10.555Z | Compiling slog v2.8.2 |
| 2011 | 2026-05-07T22:54:10.838Z | Compiling rustix v0.38.34 |
| 2012 | 2026-05-07T22:54:11.143Z | Compiling pest_meta v2.8.4 |
| 2013 | 2026-05-07T22:54:11.282Z | Compiling digest v0.10.7 |
| 2014 | 2026-05-07T22:54:11.533Z | Compiling untrusted v0.9.0 |
| 2015 | 2026-05-07T22:54:11.557Z | Compiling tracing v0.1.40 |
| 2016 | 2026-05-07T22:54:11.667Z | Compiling prettyplease v0.2.37 |
| 2017 | 2026-05-07T22:54:11.831Z | Compiling pest_generator v2.8.4 |
| 2018 | 2026-05-07T22:54:12.365Z | Compiling rustls-pki-types v1.12.0 |
| 2019 | 2026-05-07T22:54:12.448Z | Compiling lazy_static v1.5.0 |
| 2020 | 2026-05-07T22:54:12.549Z | Compiling fnv v1.0.7 |
| 2021 | 2026-05-07T22:54:12.651Z | Compiling base64 v0.22.1 |
| 2022 | 2026-05-07T22:54:12.846Z | Compiling pest_derive v2.8.4 |
| 2023 | 2026-05-07T22:54:12.877Z | Compiling minimal-lexical v0.2.1 |
| 2024 | 2026-05-07T22:54:12.982Z | Compiling glob v0.3.3 |
| 2025 | 2026-05-07T22:54:13.142Z | Compiling nom v7.1.3 |
| 2026 | 2026-05-07T22:54:13.210Z | Compiling pkg-config v0.3.30 |
| 2027 | 2026-05-07T22:54:13.231Z | Compiling ppv-lite86 v0.2.17 |
| 2028 | 2026-05-07T22:54:13.303Z | Compiling clang-sys v1.8.1 |
| 2029 | 2026-05-07T22:54:13.686Z | Compiling tokio-util v0.7.16 |
| 2030 | 2026-05-07T22:54:13.742Z | Compiling ipnet v2.9.0 |
| 2031 | 2026-05-07T22:54:13.848Z | Compiling vcpkg v0.2.15 |
| 2032 | 2026-05-07T22:54:14.403Z | Compiling libloading v0.8.9 |
| 2033 | 2026-05-07T22:54:14.428Z | Compiling zerocopy v0.8.27 |
| 2034 | 2026-05-07T22:54:14.657Z | Compiling cpufeatures v0.2.12 |
| 2035 | 2026-05-07T22:54:14.709Z | Compiling home v0.5.11 |
| 2036 | 2026-05-07T22:54:14.816Z | Compiling bindgen v0.69.5 |
| 2037 | 2026-05-07T22:54:14.826Z | Compiling which v4.4.2 |
| 2038 | 2026-05-07T22:54:14.939Z | Compiling cexpr v0.6.0 |
| 2039 | 2026-05-07T22:54:14.995Z | Compiling http-body v1.0.1 |
| 2040 | 2026-05-07T22:54:15.067Z | Compiling itertools v0.12.1 |
| 2041 | 2026-05-07T22:54:15.115Z | Compiling atomic-waker v1.1.2 |
| 2042 | 2026-05-07T22:54:15.159Z | Compiling lazycell v1.3.0 |
| 2043 | 2026-05-07T22:54:15.251Z | Compiling rustc-hash v1.1.0 |
| 2044 | 2026-05-07T22:54:15.360Z | Compiling cmake v0.1.54 |
| 2045 | 2026-05-07T22:54:15.516Z | Compiling fs_extra v1.3.0 |
| 2046 | 2026-05-07T22:54:15.730Z | Compiling tower-service v0.3.3 |
| 2047 | 2026-05-07T22:54:15.785Z | Compiling dunce v1.0.5 |
| 2048 | 2026-05-07T22:54:15.829Z | Compiling tower-layer v0.3.3 |
| 2049 | 2026-05-07T22:54:15.882Z | Compiling try-lock v0.2.5 |
| 2050 | 2026-05-07T22:54:15.987Z | Compiling want v0.3.1 |
| 2051 | 2026-05-07T22:54:16.003Z | Compiling h2 v0.4.6 |
| 2052 | 2026-05-07T22:54:16.058Z | Compiling paste v1.0.15 |
| 2053 | 2026-05-07T22:54:16.164Z | Compiling num-conv v0.2.0 |
| 2054 | 2026-05-07T22:54:16.352Z | Compiling pin-utils v0.1.0 |
| 2055 | 2026-05-07T22:54:16.431Z | Compiling camino v1.2.2 |
| 2056 | 2026-05-07T22:54:16.664Z | Compiling time-core v0.1.8 |
| 2057 | 2026-05-07T22:54:16.760Z | Compiling httpdate v1.0.3 |
| 2058 | 2026-05-07T22:54:16.817Z | Compiling time-macros v0.2.27 |
| 2059 | 2026-05-07T22:54:17.138Z | Compiling ryu v1.0.18 |
| 2060 | 2026-05-07T22:54:17.303Z | Compiling scroll_derive v0.13.1 |
| 2061 | 2026-05-07T22:54:17.688Z | Compiling aws-lc-rs v1.13.3 |
| 2062 | 2026-05-07T22:54:17.823Z | Compiling http-body-util v0.1.3 |
| 2063 | 2026-05-07T22:54:17.958Z | Compiling openapiv3 v2.2.0 |
| 2064 | 2026-05-07T22:54:17.970Z | Compiling async-trait v0.1.89 |
| 2065 | 2026-05-07T22:54:18.113Z | Compiling encoding_rs v0.8.34 |
| 2066 | 2026-05-07T22:54:18.151Z | Compiling mime v0.3.17 |
| 2067 | 2026-05-07T22:54:18.629Z | Compiling hyper v1.8.1 |
| 2068 | 2026-05-07T22:54:18.936Z | Compiling pretty-hex v0.4.1 |
| 2069 | 2026-05-07T22:54:18.959Z | Compiling serde_urlencoded v0.7.1 |
| 2070 | 2026-05-07T22:54:19.115Z | Compiling regress v0.10.5 |
| 2071 | 2026-05-07T22:54:19.246Z | Compiling erased-serde v0.3.31 |
| 2072 | 2026-05-07T22:54:19.567Z | Compiling untrusted v0.7.1 |
| 2073 | 2026-05-07T22:54:19.920Z | Compiling strum_macros v0.26.4 |
| 2074 | 2026-05-07T22:54:20.431Z | Compiling hyper-util v0.1.20 |
| 2075 | 2026-05-07T22:54:20.630Z | Compiling aws-lc-sys v0.30.0 |
| 2076 | 2026-05-07T22:54:21.115Z | Compiling typify-impl v0.4.3 |
| 2077 | 2026-05-07T22:54:21.551Z | Compiling omicron-workspace-hack v0.1.0 |
| 2078 | 2026-05-07T22:54:22.057Z | Compiling rustls v0.23.31 |
| 2079 | 2026-05-07T22:54:22.278Z | Compiling plain v0.2.3 |
| 2080 | 2026-05-07T22:54:22.420Z | Compiling rand_core v0.9.3 |
| 2081 | 2026-05-07T22:54:22.688Z | Compiling ipnetwork v0.21.1 |
| 2082 | 2026-05-07T22:54:23.073Z | Compiling unsafe-libyaml v0.2.11 |
| 2083 | 2026-05-07T22:54:23.197Z | Compiling usdt-impl v0.6.0 |
| 2084 | 2026-05-07T22:54:23.373Z | Compiling crossbeam-utils v0.8.19 |
| 2085 | 2026-05-07T22:54:23.700Z | Compiling serde_yaml v0.9.34+deprecated |
| 2086 | 2026-05-07T22:54:23.726Z | Compiling rand_chacha v0.9.0 |
| 2087 | 2026-05-07T22:54:24.344Z | Compiling scroll v0.13.0 |
| 2088 | 2026-05-07T22:54:24.536Z | Compiling typify-macro v0.4.3 |
| 2089 | 2026-05-07T22:54:24.723Z | Compiling goblin v0.10.4 |
| 2090 | 2026-05-07T22:54:25.020Z | Compiling rand v0.9.2 |
| 2091 | 2026-05-07T22:54:25.902Z | Compiling openssl-sys v0.9.107 |
| 2092 | 2026-05-07T22:54:26.058Z | Compiling sync_wrapper v1.0.1 |
| 2093 | 2026-05-07T22:54:26.468Z | Compiling rustls v0.22.4 |
| 2094 | 2026-05-07T22:54:26.703Z | Compiling tower v0.5.2 |
| 2095 | 2026-05-07T22:54:26.757Z | Compiling dtrace-parser v0.3.0 |
| 2096 | 2026-05-07T22:54:27.287Z | Compiling webpki-roots v0.26.3 |
| 2097 | 2026-05-07T22:54:27.333Z | Compiling futures-executor v0.3.32 |
| 2098 | 2026-05-07T22:54:27.416Z | Compiling daft-derive v0.1.5 |
| 2099 | 2026-05-07T22:54:27.796Z | Compiling dof v0.4.0 |
| 2100 | 2026-05-07T22:54:28.170Z | Compiling thread-id v5.0.0 |
| 2101 | 2026-05-07T22:54:28.260Z | Compiling slog-async v2.8.0 |
| 2102 | 2026-05-07T22:54:28.520Z | Compiling ref-cast v1.0.25 |
| 2103 | 2026-05-07T22:54:28.553Z | Compiling iri-string v0.7.8 |
| 2104 | 2026-05-07T22:54:29.203Z | Compiling futures v0.3.32 |
| 2105 | 2026-05-07T22:54:29.290Z | Compiling typify v0.4.3 |
| 2106 | 2026-05-07T22:54:29.387Z | Compiling rand_chacha v0.3.1 |
| 2107 | 2026-05-07T22:54:29.400Z | Compiling multer v3.1.0 |
| 2108 | 2026-05-07T22:54:29.644Z | Compiling syn v1.0.109 |
| 2109 | 2026-05-07T22:54:29.972Z | Compiling tower-http v0.6.8 |
| 2110 | 2026-05-07T22:54:30.180Z | Compiling rand v0.8.5 |
| 2111 | 2026-05-07T22:54:30.312Z | Compiling darling_core v0.23.0 |
| 2112 | 2026-05-07T22:54:30.955Z | Compiling ref-cast-impl v1.0.25 |
| 2113 | 2026-05-07T22:54:30.975Z | Compiling openssl v0.10.72 |
| 2114 | 2026-05-07T22:54:31.011Z | Compiling foreign-types-shared v0.1.1 |
| 2115 | 2026-05-07T22:54:31.105Z | Compiling rustix v1.1.2 |
| 2116 | 2026-05-07T22:54:31.250Z | Compiling winnow v0.7.13 |
| 2117 | 2026-05-07T22:54:31.495Z | Compiling foreign-types v0.3.2 |
| 2118 | 2026-05-07T22:54:31.570Z | Compiling usdt-macro v0.6.0 |
| 2119 | 2026-05-07T22:54:31.695Z | Compiling usdt-attr-macro v0.6.0 |
| 2120 | 2026-05-07T22:54:32.443Z | Compiling darling_macro v0.23.0 |
| 2121 | 2026-05-07T22:54:32.585Z | Compiling strum v0.26.3 |
| 2122 | 2026-05-07T22:54:32.727Z | Compiling sha1 v0.10.6 |
| 2123 | 2026-05-07T22:54:32.980Z | Compiling openssl-macros v0.1.1 |
| 2124 | 2026-05-07T22:54:33.041Z | Compiling async-stream-impl v0.3.6 |
| 2125 | 2026-05-07T22:54:33.051Z | Compiling native-tls v0.2.11 |
| 2126 | 2026-05-07T22:54:33.119Z | Compiling powerfmt v0.2.0 |
| 2127 | 2026-05-07T22:54:33.155Z | Compiling darling v0.23.0 |
| 2128 | 2026-05-07T22:54:33.317Z | Compiling deranged v0.5.3 |
| 2129 | 2026-05-07T22:54:33.373Z | Compiling oxnet v0.1.4 |
| 2130 | 2026-05-07T22:54:33.734Z | Compiling structmeta-derive v0.3.0 |
| 2131 | 2026-05-07T22:54:34.722Z | Compiling openssl-probe v0.1.5 |
| 2132 | 2026-05-07T22:54:34.958Z | Compiling match_cfg v0.1.0 |
| 2133 | 2026-05-07T22:54:34.978Z | Compiling num_threads v0.1.7 |
| 2134 | 2026-05-07T22:54:34.990Z | Compiling structmeta v0.3.0 |
| 2135 | 2026-05-07T22:54:35.033Z | Compiling hostname v0.3.1 |
| 2136 | 2026-05-07T22:54:35.075Z | Compiling time v0.3.47 |
| 2137 | 2026-05-07T22:54:35.146Z | Compiling serde_with_macros v3.18.0 |
| 2138 | 2026-05-07T22:54:35.183Z | Compiling progenitor-impl v0.11.1 |
| 2139 | 2026-05-07T22:54:35.195Z | Compiling crossbeam-channel v0.5.15 |
| 2140 | 2026-05-07T22:54:35.876Z | Compiling macaddr v1.0.1 |
| 2141 | 2026-05-07T22:54:36.159Z | Compiling tokio-native-tls v0.3.1 |
| 2142 | 2026-05-07T22:54:36.253Z | Compiling hex v0.4.3 |
| 2143 | 2026-05-07T22:54:36.349Z | Compiling fastrand v2.3.0 |
| 2144 | 2026-05-07T22:54:36.454Z | Compiling hyper-tls v0.6.0 |
| 2145 | 2026-05-07T22:54:36.686Z | Compiling tempfile v3.23.0 |
| 2146 | 2026-05-07T22:54:37.266Z | Compiling progenitor-macro v0.11.1 |
| 2147 | 2026-05-07T22:54:37.582Z | Compiling webpki-roots v1.0.3 |
| 2148 | 2026-05-07T22:54:37.713Z | Compiling thread_local v1.1.8 |
| 2149 | 2026-05-07T22:54:37.960Z | Compiling dropshot v0.16.7 |
| 2150 | 2026-05-07T22:54:38.298Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2151 | 2026-05-07T22:54:39.629Z | Compiling rustls-webpki v0.102.4 |
| 2152 | 2026-05-07T22:54:41.420Z | Compiling newtype-uuid v1.3.2 |
| 2153 | 2026-05-07T22:54:41.432Z | Compiling newtype-uuid-macros v0.1.0 |
| 2154 | 2026-05-07T22:54:41.445Z | Compiling toml_datetime v0.6.11 |
| 2155 | 2026-05-07T22:54:41.468Z | Compiling strum_macros v0.27.2 |
| 2156 | 2026-05-07T22:54:41.682Z | Compiling serde_spanned v1.0.4 |
| 2157 | 2026-05-07T22:54:41.940Z | Compiling is-terminal v0.4.12 |
| 2158 | 2026-05-07T22:54:42.042Z | Compiling take_mut v0.2.2 |
| 2159 | 2026-05-07T22:54:42.162Z | Compiling term v1.2.0 |
| 2160 | 2026-05-07T22:54:42.210Z | Compiling debug-ignore v1.0.5 |
| 2161 | 2026-05-07T22:54:42.307Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2162 | 2026-05-07T22:54:42.572Z | Compiling slog-term v2.9.2 |
| 2163 | 2026-05-07T22:54:43.749Z | Compiling slog-json v2.6.1 |
| 2164 | 2026-05-07T22:54:43.938Z | Compiling derive-ex v0.1.8 |
| 2165 | 2026-05-07T22:54:44.029Z | Compiling dropshot_endpoint v0.16.7 |
| 2166 | 2026-05-07T22:54:44.067Z | Compiling memmap2 v0.9.9 |
| 2167 | 2026-05-07T22:54:44.354Z | Compiling spin v0.9.8 |
| 2168 | 2026-05-07T22:54:44.489Z | Compiling quick-error v1.2.3 |
| 2169 | 2026-05-07T22:54:45.512Z | Compiling test-strategy v0.4.3 |
| 2170 | 2026-05-07T22:54:45.658Z | Compiling tokio-rustls v0.25.0 |
| 2171 | 2026-05-07T22:54:45.739Z | Compiling usdt v0.6.0 |
| 2172 | 2026-05-07T22:54:45.755Z | Compiling slog-bunyan v2.5.0 |
| 2173 | 2026-05-07T22:54:45.900Z | Compiling daft v0.1.5 |
| 2174 | 2026-05-07T22:54:45.938Z | Compiling parse-display-derive v0.10.0 |
| 2175 | 2026-05-07T22:54:46.194Z | Compiling async-stream v0.3.6 |
| 2176 | 2026-05-07T22:54:46.370Z | Compiling waitgroup v0.1.2 |
| 2177 | 2026-05-07T22:54:46.381Z | Compiling rustls-pemfile v2.2.0 |
| 2178 | 2026-05-07T22:54:46.526Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2179 | 2026-05-07T22:54:46.641Z | Compiling serde_path_to_error v0.1.20 |
| 2180 | 2026-05-07T22:54:46.858Z | Compiling hostname v0.4.2 |
| 2181 | 2026-05-07T22:54:46.997Z | Compiling serde_with v3.18.0 |
| 2182 | 2026-05-07T22:54:47.634Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2183 | 2026-05-07T22:54:48.053Z | Compiling wait-timeout v0.2.0 |
| 2184 | 2026-05-07T22:54:48.145Z | Compiling bit-vec v0.6.3 |
| 2185 | 2026-05-07T22:54:48.427Z | Compiling crucible-workspace-hack v0.1.0 |
| 2186 | 2026-05-07T22:54:48.503Z | Compiling bit-set v0.5.3 |
| 2187 | 2026-05-07T22:54:48.673Z | Compiling rusty-fork v0.3.0 |
| 2188 | 2026-05-07T22:54:48.927Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2189 | 2026-05-07T22:54:49.219Z | Compiling strum v0.27.2 |
| 2190 | 2026-05-07T22:54:49.393Z | Compiling rand_xorshift v0.3.0 |
| 2191 | 2026-05-07T22:54:49.535Z | Compiling unarray v0.1.4 |
| 2192 | 2026-05-07T22:54:49.652Z | Compiling proptest v1.5.0 |
| 2193 | 2026-05-07T22:54:49.668Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2194 | 2026-05-07T22:54:50.570Z | Compiling instant v0.1.12 |
| 2195 | 2026-05-07T22:54:50.698Z | Compiling unicode-width v0.1.14 |
| 2196 | 2026-05-07T22:54:51.008Z | Compiling winnow v0.5.40 |
| 2197 | 2026-05-07T22:54:52.405Z | Compiling rustc-hash v2.1.1 |
| 2198 | 2026-05-07T22:54:52.537Z | Compiling iddqd v0.3.17 |
| 2199 | 2026-05-07T22:54:53.095Z | Compiling toml_edit v0.19.15 |
| 2200 | 2026-05-07T22:54:54.413Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2201 | 2026-05-07T22:54:55.115Z | Compiling backoff v0.4.0 |
| 2202 | 2026-05-07T22:54:55.342Z | Compiling parse-display v0.10.0 |
| 2203 | 2026-05-07T22:54:55.551Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-05-07T22:54:55.704Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2205 | 2026-05-07T22:54:55.934Z | Compiling clap_derive v4.5.4 |
| 2206 | 2026-05-07T22:54:56.179Z | Compiling utf8parse v0.2.1 |
| 2207 | 2026-05-07T22:54:56.298Z | Compiling anstyle-parse v0.2.4 |
| 2208 | 2026-05-07T22:54:56.534Z | Compiling proc-macro-crate v1.3.1 |
| 2209 | 2026-05-07T22:54:57.093Z | Compiling darling_core v0.21.3 |
| 2210 | 2026-05-07T22:54:57.673Z | Compiling is_terminal_polyfill v1.70.0 |
| 2211 | 2026-05-07T22:54:57.748Z | Compiling anstyle-query v1.0.3 |
| 2212 | 2026-05-07T22:54:57.859Z | Compiling anstyle v1.0.7 |
| 2213 | 2026-05-07T22:54:58.138Z | Compiling colorchoice v1.0.1 |
| 2214 | 2026-05-07T22:54:58.259Z | Compiling anstream v0.6.14 |
| 2215 | 2026-05-07T22:54:58.963Z | Compiling terminal_size v0.3.0 |
| 2216 | 2026-05-07T22:54:59.082Z | Compiling clap_lex v0.7.0 |
| 2217 | 2026-05-07T22:54:59.110Z | Compiling heck v0.4.1 |
| 2218 | 2026-05-07T22:54:59.124Z | Compiling base64ct v1.6.0 |
| 2219 | 2026-05-07T22:54:59.229Z | Compiling darling_macro v0.21.3 |
| 2220 | 2026-05-07T22:54:59.543Z | Compiling clap_builder v4.5.2 |
| 2221 | 2026-05-07T22:54:59.808Z | Compiling darling v0.21.3 |
| 2222 | 2026-05-07T22:54:59.893Z | Compiling itertools v0.14.0 |
| 2223 | 2026-05-07T22:55:00.214Z | Compiling derive-where v1.6.0 |
| 2224 | 2026-05-07T22:55:01.123Z | Compiling heapless v0.8.0 |
| 2225 | 2026-05-07T22:55:01.640Z | Compiling clap v4.5.4 |
| 2226 | 2026-05-07T22:55:02.009Z | Compiling ingot-macros v0.1.1 |
| 2227 | 2026-05-07T22:55:02.496Z | Compiling hash32 v0.3.1 |
| 2228 | 2026-05-07T22:55:03.023Z | Compiling smoltcp v0.11.0 |
| 2229 | 2026-05-07T22:55:04.641Z | Compiling bitflags v1.3.2 |
| 2230 | 2026-05-07T22:55:04.696Z | Compiling ingot-types v0.1.2 |
| 2231 | 2026-05-07T22:55:04.807Z | Compiling cobs v0.2.3 |
| 2232 | 2026-05-07T22:55:04.848Z | Compiling managed v0.8.0 |
| 2233 | 2026-05-07T22:55:05.092Z | Compiling ingot v0.1.1 |
| 2234 | 2026-05-07T22:55:05.110Z | Compiling postcard v1.0.9 |
| 2235 | 2026-05-07T22:55:05.743Z | Compiling tabwriter v1.4.0 |
| 2236 | 2026-05-07T22:55:05.885Z | Compiling crossbeam-epoch v0.9.18 |
| 2237 | 2026-05-07T22:55:06.545Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2238 | 2026-05-07T22:55:06.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 2239 | 2026-05-07T22:55:06.912Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2240 | 2026-05-07T22:55:07.179Z | Compiling num_enum_derive v0.7.4 |
| 2241 | 2026-05-07T22:55:07.191Z | Compiling zerocopy-derive v0.7.34 |
| 2242 | 2026-05-07T22:55:07.531Z | Compiling proc-macro-error v1.0.4 |
| 2243 | 2026-05-07T22:55:07.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2244 | 2026-05-07T22:55:08.246Z | Compiling num_enum v0.7.4 |
| 2245 | 2026-05-07T22:55:08.426Z | Compiling foreign-types-macros v0.2.3 |
| 2246 | 2026-05-07T22:55:08.517Z | Compiling colored v3.0.0 |
| 2247 | 2026-05-07T22:55:08.550Z | Compiling rayon-core v1.13.0 |
| 2248 | 2026-05-07T22:55:08.775Z | Compiling foreign-types-shared v0.3.1 |
| 2249 | 2026-05-07T22:55:09.094Z | Compiling foreign-types v0.5.0 |
| 2250 | 2026-05-07T22:55:09.177Z | Compiling crossbeam-deque v0.8.5 |
| 2251 | 2026-05-07T22:55:09.225Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2252 | 2026-05-07T22:55:09.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2253 | 2026-05-07T22:55:09.276Z | Compiling cstr-argument v0.1.2 |
| 2254 | 2026-05-07T22:55:09.393Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2255 | 2026-05-07T22:55:09.717Z | Compiling data-encoding v2.6.0 |
| 2256 | 2026-05-07T22:55:09.768Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2257 | 2026-05-07T22:55:10.025Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2258 | 2026-05-07T22:55:10.428Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2259 | 2026-05-07T22:55:10.506Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2260 | 2026-05-07T22:55:10.905Z | Compiling rayon v1.11.0 |
| 2261 | 2026-05-07T22:55:11.190Z | Compiling zerocopy v0.7.34 |
| 2262 | 2026-05-07T22:55:11.367Z | Compiling rustls-webpki v0.103.4 |
| 2263 | 2026-05-07T22:55:12.553Z | Compiling pem-rfc7468 v0.7.0 |
| 2264 | 2026-05-07T22:55:13.060Z | Compiling serde_spanned v0.6.9 |
| 2265 | 2026-05-07T22:55:13.235Z | Compiling scroll_derive v0.12.0 |
| 2266 | 2026-05-07T22:55:13.235Z | Compiling der_derive v0.7.3 |
| 2267 | 2026-05-07T22:55:13.443Z | Compiling num-derive v0.4.2 |
| 2268 | 2026-05-07T22:55:13.527Z | Compiling usdt-impl v0.5.0 |
| 2269 | 2026-05-07T22:55:13.690Z | Compiling sigpipe v0.1.3 |
| 2270 | 2026-05-07T22:55:13.788Z | Compiling flagset v0.4.7 |
| 2271 | 2026-05-07T22:55:13.946Z | Compiling cfg_aliases v0.2.1 |
| 2272 | 2026-05-07T22:55:13.969Z | Compiling jiff v0.2.15 |
| 2273 | 2026-05-07T22:55:14.230Z | Compiling der v0.7.10 |
| 2274 | 2026-05-07T22:55:14.436Z | Compiling scroll v0.12.0 |
| 2275 | 2026-05-07T22:55:14.738Z | Compiling dof v0.3.0 |
| 2276 | 2026-05-07T22:55:14.853Z | Compiling zone_cfg_derive v0.3.0 |
| 2277 | 2026-05-07T22:55:15.095Z | Compiling dtrace-parser v0.2.0 |
| 2278 | 2026-05-07T22:55:15.659Z | Compiling camino-tempfile v1.4.1 |
| 2279 | 2026-05-07T22:55:15.675Z | Compiling rustc_version v0.4.1 |
| 2280 | 2026-05-07T22:55:15.932Z | Compiling thread-id v4.2.1 |
| 2281 | 2026-05-07T22:55:16.022Z | Compiling tokio-rustls v0.26.0 |
| 2282 | 2026-05-07T22:55:16.288Z | Compiling hyper-rustls v0.27.3 |
| 2283 | 2026-05-07T22:55:16.349Z | Compiling zone v0.3.1 |
| 2284 | 2026-05-07T22:55:16.639Z | Compiling reqwest v0.12.23 |
| 2285 | 2026-05-07T22:55:16.956Z | Compiling goblin v0.8.2 |
| 2286 | 2026-05-07T22:55:17.862Z | Compiling smf v0.2.3 |
| 2287 | 2026-05-07T22:55:18.061Z | Compiling progenitor-client v0.11.1 |
| 2288 | 2026-05-07T22:55:18.111Z | Compiling progenitor-client v0.10.0 |
| 2289 | 2026-05-07T22:55:18.562Z | Compiling progenitor v0.11.1 |
| 2290 | 2026-05-07T22:55:18.704Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2291 | 2026-05-07T22:55:18.969Z | Compiling whoami v1.5.1 |
| 2292 | 2026-05-07T22:55:20.640Z | Compiling spki v0.7.3 |
| 2293 | 2026-05-07T22:55:21.249Z | Compiling secrecy v0.10.3 |
| 2294 | 2026-05-07T22:55:21.433Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2295 | 2026-05-07T22:55:22.012Z | Compiling num-integer v0.1.46 |
| 2296 | 2026-05-07T22:55:23.480Z | Compiling convert_case v0.4.0 |
| 2297 | 2026-05-07T22:55:23.793Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-05-07T22:55:26.262Z | Compiling usdt-macro v0.5.0 |
| 2299 | 2026-05-07T22:55:26.448Z | Compiling usdt-attr-macro v0.5.0 |
| 2300 | 2026-05-07T22:55:26.842Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-05-07T22:55:26.968Z | Compiling memmap v0.7.0 |
| 2302 | 2026-05-07T22:55:27.197Z | Compiling tinyvec_macros v0.1.1 |
| 2303 | 2026-05-07T22:55:27.277Z | Compiling tinyvec v1.6.0 |
| 2304 | 2026-05-07T22:55:27.489Z | Compiling usdt v0.5.0 |
| 2305 | 2026-05-07T22:55:27.850Z | Compiling num_enum v0.5.11 |
| 2306 | 2026-05-07T22:55:27.995Z | Compiling num-bigint v0.4.5 |
| 2307 | 2026-05-07T22:55:28.010Z | Compiling pkcs8 v0.10.2 |
| 2308 | 2026-05-07T22:55:28.422Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2309 | 2026-05-07T22:55:28.638Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2310 | 2026-05-07T22:55:28.909Z | Compiling toml_write v0.1.2 |
| 2311 | 2026-05-07T22:55:29.159Z | Compiling toml_edit v0.22.27 |
| 2312 | 2026-05-07T22:55:29.171Z | Compiling num-rational v0.4.2 |
| 2313 | 2026-05-07T22:55:29.372Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2314 | 2026-05-07T22:55:31.239Z | Compiling num-iter v0.1.45 |
| 2315 | 2026-05-07T22:55:31.706Z | Compiling password-hash v0.5.0 |
| 2316 | 2026-05-07T22:55:31.858Z | Compiling darling_core v0.20.11 |
| 2317 | 2026-05-07T22:55:31.894Z | Compiling hmac v0.12.1 |
| 2318 | 2026-05-07T22:55:32.054Z | Compiling blake2 v0.10.6 |
| 2319 | 2026-05-07T22:55:32.179Z | Compiling inout v0.1.3 |
| 2320 | 2026-05-07T22:55:32.345Z | Compiling num-complex v0.4.6 |
| 2321 | 2026-05-07T22:55:32.372Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2322 | 2026-05-07T22:55:32.778Z | Compiling memoffset v0.9.1 |
| 2323 | 2026-05-07T22:55:33.806Z | Compiling darling_macro v0.20.11 |
| 2324 | 2026-05-07T22:55:34.145Z | Compiling num v0.4.3 |
| 2325 | 2026-05-07T22:55:34.233Z | Compiling cipher v0.4.4 |
| 2326 | 2026-05-07T22:55:34.281Z | Compiling argon2 v0.5.3 |
| 2327 | 2026-05-07T22:55:34.737Z | Compiling toml v0.8.23 |
| 2328 | 2026-05-07T22:55:34.853Z | Compiling nix v0.30.1 |
| 2329 | 2026-05-07T22:55:35.179Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2330 | 2026-05-07T22:55:35.248Z | Compiling ff v0.13.1 |
| 2331 | 2026-05-07T22:55:35.306Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2332 | 2026-05-07T22:55:35.886Z | Compiling base16ct v0.2.0 |
| 2333 | 2026-05-07T22:55:35.887Z | Compiling base64 v0.21.7 |
| 2334 | 2026-05-07T22:55:36.128Z | Compiling sec1 v0.7.3 |
| 2335 | 2026-05-07T22:55:36.884Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2336 | 2026-05-07T22:55:36.925Z | Compiling group v0.13.0 |
| 2337 | 2026-05-07T22:55:37.142Z | Compiling darling v0.20.11 |
| 2338 | 2026-05-07T22:55:37.241Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2339 | 2026-05-07T22:55:37.692Z | Compiling hkdf v0.12.4 |
| 2340 | 2026-05-07T22:55:37.730Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2341 | 2026-05-07T22:55:38.413Z | Compiling enum-as-inner v0.6.0 |
| 2342 | 2026-05-07T22:55:38.713Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2343 | 2026-05-07T22:55:39.098Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2344 | 2026-05-07T22:55:39.261Z | Compiling hubpack_derive v0.1.1 |
| 2345 | 2026-05-07T22:55:39.578Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2346 | 2026-05-07T22:55:39.596Z | Compiling progenitor-impl v0.10.0 |
| 2347 | 2026-05-07T22:55:39.793Z | Compiling libz-sys v1.1.16 |
| 2348 | 2026-05-07T22:55:39.929Z | Compiling universal-hash v0.5.1 |
| 2349 | 2026-05-07T22:55:39.940Z | Compiling crypto-bigint v0.5.5 |
| 2350 | 2026-05-07T22:55:40.083Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2351 | 2026-05-07T22:55:40.508Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2352 | 2026-05-07T22:55:40.511Z | Compiling indent_write v2.2.0 |
| 2353 | 2026-05-07T22:55:40.532Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2354 | 2026-05-07T22:55:40.597Z | Compiling opaque-debug v0.3.1 |
| 2355 | 2026-05-07T22:55:40.881Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2356 | 2026-05-07T22:55:41.676Z | Compiling progenitor-macro v0.10.0 |
| 2357 | 2026-05-07T22:55:42.071Z | Compiling elliptic-curve v0.13.8 |
| 2358 | 2026-05-07T22:55:42.552Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2359 | 2026-05-07T22:55:42.578Z | Compiling hubpack v0.1.2 |
| 2360 | 2026-05-07T22:55:42.848Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2361 | 2026-05-07T22:55:43.151Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2362 | 2026-05-07T22:55:43.273Z | Compiling derive_builder_core v0.20.2 |
| 2363 | 2026-05-07T22:55:43.732Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2364 | 2026-05-07T22:55:44.085Z | Compiling curve25519-dalek v4.1.3 |
| 2365 | 2026-05-07T22:55:44.390Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2366 | 2026-05-07T22:55:45.244Z | Compiling half v2.7.1 |
| 2367 | 2026-05-07T22:55:45.602Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2368 | 2026-05-07T22:55:45.908Z | Compiling crc32fast v1.4.0 |
| 2369 | 2026-05-07T22:55:45.921Z | Compiling ciborium-io v0.2.2 |
| 2370 | 2026-05-07T22:55:45.964Z | Compiling utf-8 v0.7.6 |
| 2371 | 2026-05-07T22:55:46.024Z | Compiling static_assertions v1.1.0 |
| 2372 | 2026-05-07T22:55:46.106Z | Compiling float-ord v0.3.2 |
| 2373 | 2026-05-07T22:55:46.229Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2374 | 2026-05-07T22:55:46.259Z | Compiling tungstenite v0.21.0 |
| 2375 | 2026-05-07T22:55:46.741Z | Compiling progenitor v0.10.0 |
| 2376 | 2026-05-07T22:55:46.894Z | Compiling ciborium-ll v0.2.2 |
| 2377 | 2026-05-07T22:55:47.083Z | Compiling derive_builder_macro v0.20.2 |
| 2378 | 2026-05-07T22:55:47.449Z | Compiling resolv-conf v0.7.0 |
| 2379 | 2026-05-07T22:55:47.673Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2380 | 2026-05-07T22:55:47.829Z | Compiling aead v0.5.2 |
| 2381 | 2026-05-07T22:55:48.043Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2382 | 2026-05-07T22:55:48.118Z | Compiling vergen-lib v9.1.0 |
| 2383 | 2026-05-07T22:55:48.145Z | Compiling slog-dtrace v0.3.0 |
| 2384 | 2026-05-07T22:55:48.361Z | Compiling swrite v0.1.0 |
| 2385 | 2026-05-07T22:55:48.373Z | Compiling semver v0.1.20 |
| 2386 | 2026-05-07T22:55:48.398Z | Compiling linked-hash-map v0.5.6 |
| 2387 | 2026-05-07T22:55:48.471Z | Compiling adler v1.0.2 |
| 2388 | 2026-05-07T22:55:48.516Z | Compiling openssl-probe v0.2.1 |
| 2389 | 2026-05-07T22:55:48.617Z | Compiling lru-cache v0.1.2 |
| 2390 | 2026-05-07T22:55:48.630Z | Compiling miniz_oxide v0.7.2 |
| 2391 | 2026-05-07T22:55:48.659Z | Compiling rustls-native-certs v0.8.3 |
| 2392 | 2026-05-07T22:55:48.790Z | Compiling rustc_version v0.1.7 |
| 2393 | 2026-05-07T22:55:49.994Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2394 | 2026-05-07T22:55:51.144Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2395 | 2026-05-07T22:55:51.494Z | Compiling derive_builder v0.20.2 |
| 2396 | 2026-05-07T22:55:51.632Z | Compiling ciborium v0.2.2 |
| 2397 | 2026-05-07T22:55:52.397Z | Compiling tokio-tungstenite v0.21.0 |
| 2398 | 2026-05-07T22:55:52.460Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2399 | 2026-05-07T22:55:53.127Z | Compiling hickory-proto v0.24.4 |
| 2400 | 2026-05-07T22:55:54.119Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2401 | 2026-05-07T22:55:55.199Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2402 | 2026-05-07T22:55:56.211Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2403 | 2026-05-07T22:55:56.279Z | Compiling regress v0.11.1 |
| 2404 | 2026-05-07T22:55:56.426Z | Compiling serde_repr v0.1.19 |
| 2405 | 2026-05-07T22:55:57.016Z | Compiling vergen v9.1.0 |
| 2406 | 2026-05-07T22:55:57.251Z | Compiling cargo-platform v0.3.2 |
| 2407 | 2026-05-07T22:55:57.511Z | Compiling keccak v0.1.6 |
| 2408 | 2026-05-07T22:55:57.710Z | Compiling siphasher v1.0.1 |
| 2409 | 2026-05-07T22:55:57.923Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2410 | 2026-05-07T22:55:57.970Z | Compiling phf_shared v0.12.1 |
| 2411 | 2026-05-07T22:55:58.182Z | Compiling typify-impl v0.6.2 |
| 2412 | 2026-05-07T22:55:58.200Z | Compiling sha3 v0.10.8 |
| 2413 | 2026-05-07T22:55:58.280Z | Compiling cargo_metadata v0.23.1 |
| 2414 | 2026-05-07T22:55:58.601Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2415 | 2026-05-07T22:55:58.907Z | Compiling thiserror-no-std v2.0.2 |
| 2416 | 2026-05-07T22:55:59.008Z | Compiling hickory-resolver v0.24.4 |
| 2417 | 2026-05-07T22:55:59.523Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2418 | 2026-05-07T22:55:59.815Z | Compiling flate2 v1.0.30 |
| 2419 | 2026-05-07T22:56:00.598Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2420 | 2026-05-07T22:56:01.586Z | Compiling newtype_derive v0.1.6 |
| 2421 | 2026-05-07T22:56:01.599Z | Compiling rustls-platform-verifier v0.6.2 |
| 2422 | 2026-05-07T22:56:01.824Z | Compiling poly1305 v0.8.0 |
| 2423 | 2026-05-07T22:56:02.136Z | Compiling chacha20 v0.9.1 |
| 2424 | 2026-05-07T22:56:02.201Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2425 | 2026-05-07T22:56:02.391Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2426 | 2026-05-07T22:56:02.432Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2427 | 2026-05-07T22:56:03.142Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2428 | 2026-05-07T22:56:03.534Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2429 | 2026-05-07T22:56:04.130Z | Compiling tokio-stream v0.1.17 |
| 2430 | 2026-05-07T22:56:04.576Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2431 | 2026-05-07T22:56:04.626Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2432 | 2026-05-07T22:56:04.664Z | Compiling serde-big-array v0.5.1 |
| 2433 | 2026-05-07T22:56:04.826Z | Compiling pin-project-internal v1.1.10 |
| 2434 | 2026-05-07T22:56:04.862Z | Compiling vergen-git2 v9.1.0 |
| 2435 | 2026-05-07T22:56:05.097Z | Compiling owo-colors v4.2.3 |
| 2436 | 2026-05-07T22:56:05.425Z | Compiling chrono-tz v0.10.4 |
| 2437 | 2026-05-07T22:56:05.635Z | Compiling cancel-safe-futures v0.1.5 |
| 2438 | 2026-05-07T22:56:05.650Z | Compiling unicode-xid v0.2.4 |
| 2439 | 2026-05-07T22:56:05.664Z | Compiling compression-core v0.4.31 |
| 2440 | 2026-05-07T22:56:05.772Z | Compiling unicode-segmentation v1.11.0 |
| 2441 | 2026-05-07T22:56:05.847Z | Compiling foldhash v0.1.5 |
| 2442 | 2026-05-07T22:56:05.899Z | Compiling pin-project v1.1.10 |
| 2443 | 2026-05-07T22:56:05.912Z | Compiling compression-codecs v0.4.32 |
| 2444 | 2026-05-07T22:56:06.002Z | Compiling hashbrown v0.15.2 |
| 2445 | 2026-05-07T22:56:06.066Z | Compiling const_format_proc_macros v0.2.34 |
| 2446 | 2026-05-07T22:56:06.129Z | Compiling newline-converter v0.3.0 |
| 2447 | 2026-05-07T22:56:06.273Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2448 | 2026-05-07T22:56:06.288Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2449 | 2026-05-07T22:56:06.311Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2450 | 2026-05-07T22:56:06.322Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2451 | 2026-05-07T22:56:06.571Z | Compiling qorb v0.4.1 |
| 2452 | 2026-05-07T22:56:06.832Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2453 | 2026-05-07T22:56:06.978Z | Compiling chacha20poly1305 v0.10.1 |
| 2454 | 2026-05-07T22:56:07.175Z | Compiling reqwest v0.13.2 |
| 2455 | 2026-05-07T22:56:09.947Z | Compiling typify-macro v0.6.2 |
| 2456 | 2026-05-07T22:56:11.415Z | Compiling vsss-rs v3.3.4 |
| 2457 | 2026-05-07T22:56:11.472Z | Compiling phf v0.12.1 |
| 2458 | 2026-05-07T22:56:11.650Z | Compiling unicode-normalization v0.1.24 |
| 2459 | 2026-05-07T22:56:12.227Z | Compiling tokio-dtrace v0.1.1 |
| 2460 | 2026-05-07T22:56:12.565Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2461 | 2026-05-07T22:56:12.590Z | Compiling console v0.15.8 |
| 2462 | 2026-05-07T22:56:12.876Z | Compiling atomicwrites v0.4.4 |
| 2463 | 2026-05-07T22:56:13.051Z | Compiling signature v2.2.0 |
| 2464 | 2026-05-07T22:56:13.160Z | Compiling libsw-core v0.3.2 |
| 2465 | 2026-05-07T22:56:13.223Z | Compiling snafu-derive v0.8.9 |
| 2466 | 2026-05-07T22:56:13.337Z | Compiling async-recursion v1.1.1 |
| 2467 | 2026-05-07T22:56:13.765Z | Compiling git2 v0.20.2 |
| 2468 | 2026-05-07T22:56:13.876Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2469 | 2026-05-07T22:56:14.034Z | Compiling dropshot v0.17.0 |
| 2470 | 2026-05-07T22:56:14.280Z | Compiling cookie v0.18.1 |
| 2471 | 2026-05-07T22:56:14.311Z | Compiling csv-core v0.1.12 |
| 2472 | 2026-05-07T22:56:14.413Z | Compiling bstr v1.9.1 |
| 2473 | 2026-05-07T22:56:14.522Z | Compiling moka v0.12.10 |
| 2474 | 2026-05-07T22:56:14.727Z | Compiling fixedbitset v0.4.2 |
| 2475 | 2026-05-07T22:56:14.750Z | Compiling bytecount v0.6.9 |
| 2476 | 2026-05-07T22:56:14.885Z | Compiling rustls v0.21.12 |
| 2477 | 2026-05-07T22:56:14.937Z | Compiling fixedbitset v0.5.7 |
| 2478 | 2026-05-07T22:56:15.075Z | Compiling similar v2.7.0 |
| 2479 | 2026-05-07T22:56:15.113Z | Compiling same-file v1.0.6 |
| 2480 | 2026-05-07T22:56:15.115Z | Compiling highway v1.3.0 |
| 2481 | 2026-05-07T22:56:15.281Z | Compiling walkdir v2.5.0 |
| 2482 | 2026-05-07T22:56:15.484Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2483 | 2026-05-07T22:56:15.848Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-05-07T22:56:16.007Z | Compiling petgraph v0.8.3 |
| 2485 | 2026-05-07T22:56:16.077Z | Compiling snafu v0.8.9 |
| 2486 | 2026-05-07T22:56:16.450Z | Compiling petgraph v0.6.5 |
| 2487 | 2026-05-07T22:56:16.668Z | Compiling papergrid v0.11.0 |
| 2488 | 2026-05-07T22:56:16.704Z | Compiling globset v0.4.14 |
| 2489 | 2026-05-07T22:56:16.949Z | Compiling csv v1.3.1 |
| 2490 | 2026-05-07T22:56:17.794Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2491 | 2026-05-07T22:56:17.934Z | Compiling libsw v3.5.0 |
| 2492 | 2026-05-07T22:56:18.145Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2493 | 2026-05-07T22:56:18.235Z | Compiling oxide-tokio-rt v0.1.2 |
| 2494 | 2026-05-07T22:56:18.375Z | Compiling olpc-cjson v0.1.4 |
| 2495 | 2026-05-07T22:56:18.579Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2496 | 2026-05-07T22:56:19.264Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2497 | 2026-05-07T22:56:20.569Z | Compiling const_format v0.2.35 |
| 2498 | 2026-05-07T22:56:21.563Z | Compiling async-compression v0.4.33 |
| 2499 | 2026-05-07T22:56:21.994Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2500 | 2026-05-07T22:56:22.032Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2501 | 2026-05-07T22:56:22.086Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2502 | 2026-05-07T22:56:22.310Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2503 | 2026-05-07T22:56:22.332Z | Compiling nix v0.31.1 |
| 2504 | 2026-05-07T22:56:22.347Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2505 | 2026-05-07T22:56:22.731Z | Compiling tabled_derive v0.7.0 |
| 2506 | 2026-05-07T22:56:23.441Z | Compiling gethostname v0.5.0 |
| 2507 | 2026-05-07T22:56:23.608Z | Compiling terminal_size v0.4.3 |
| 2508 | 2026-05-07T22:56:23.722Z | Compiling rustls-webpki v0.101.7 |
| 2509 | 2026-05-07T22:56:23.755Z | Compiling sct v0.7.1 |
| 2510 | 2026-05-07T22:56:23.775Z | Compiling pem v3.0.5 |
| 2511 | 2026-05-07T22:56:24.025Z | Compiling bcs v0.1.6 |
| 2512 | 2026-05-07T22:56:24.248Z | Compiling dropshot_endpoint v0.17.0 |
| 2513 | 2026-05-07T22:56:24.441Z | Compiling serde_plain v1.0.2 |
| 2514 | 2026-05-07T22:56:24.473Z | Compiling salty v0.3.0 |
| 2515 | 2026-05-07T22:56:24.680Z | Compiling unicode-width v0.2.1 |
| 2516 | 2026-05-07T22:56:24.749Z | Compiling linear-map v1.2.0 |
| 2517 | 2026-05-07T22:56:24.760Z | Compiling tagptr v0.2.0 |
| 2518 | 2026-05-07T22:56:24.785Z | Compiling smawk v0.3.2 |
| 2519 | 2026-05-07T22:56:24.920Z | Compiling typed-path v0.9.3 |
| 2520 | 2026-05-07T22:56:24.951Z | Compiling termtree v0.5.1 |
| 2521 | 2026-05-07T22:56:24.969Z | Compiling radium v0.7.0 |
| 2522 | 2026-05-07T22:56:24.994Z | Compiling unicode-linebreak v0.1.5 |
| 2523 | 2026-05-07T22:56:25.273Z | Compiling textwrap v0.16.2 |
| 2524 | 2026-05-07T22:56:25.290Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2525 | 2026-05-07T22:56:26.671Z | Compiling tough v0.20.0 |
| 2526 | 2026-05-07T22:56:26.880Z | Compiling tabled v0.15.0 |
| 2527 | 2026-05-07T22:56:27.135Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2528 | 2026-05-07T22:56:27.713Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2529 | 2026-05-07T22:56:28.393Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2530 | 2026-05-07T22:56:33.743Z | Compiling steno v0.4.1 |
| 2531 | 2026-05-07T22:56:34.692Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2532 | 2026-05-07T22:56:36.975Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2533 | 2026-05-07T22:56:37.152Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2534 | 2026-05-07T22:56:37.907Z | Compiling hickory-proto v0.25.2 |
| 2535 | 2026-05-07T22:56:38.300Z | Compiling rfc6979 v0.4.0 |
| 2536 | 2026-05-07T22:56:39.693Z | Compiling sha2 v0.10.9 |
| 2537 | 2026-05-07T22:56:39.737Z | Compiling tap v1.0.1 |
| 2538 | 2026-05-07T22:56:40.907Z | Compiling humantime v2.3.0 |
| 2539 | 2026-05-07T22:56:41.545Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2540 | 2026-05-07T22:56:43.199Z | Compiling hickory-resolver v0.25.2 |
| 2541 | 2026-05-07T22:56:43.261Z | Compiling wyz v0.5.1 |
| 2542 | 2026-05-07T22:56:43.483Z | Compiling ecdsa v0.16.9 |
| 2543 | 2026-05-07T22:56:45.021Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2544 | 2026-05-07T22:56:45.034Z | Compiling tokio-rustls v0.24.1 |
| 2545 | 2026-05-07T22:56:46.798Z | Compiling ed25519 v2.2.3 |
| 2546 | 2026-05-07T22:56:46.825Z | Compiling typify v0.6.2 |
| 2547 | 2026-05-07T22:56:46.930Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2548 | 2026-05-07T22:56:47.609Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2549 | 2026-05-07T22:56:47.875Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2550 | 2026-05-07T22:56:49.639Z | Compiling primeorder v0.13.6 |
| 2551 | 2026-05-07T22:56:49.937Z | Compiling rustls-pemfile v1.0.4 |
| 2552 | 2026-05-07T22:56:50.314Z | Compiling twox-hash v2.1.2 |
| 2553 | 2026-05-07T22:56:50.431Z | Compiling env_filter v1.0.1 |
| 2554 | 2026-05-07T22:56:50.786Z | Compiling atty v0.2.14 |
| 2555 | 2026-05-07T22:56:50.893Z | Compiling funty v2.0.0 |
| 2556 | 2026-05-07T22:56:50.912Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2557 | 2026-05-07T22:56:51.179Z | Compiling env_logger v0.11.10 |
| 2558 | 2026-05-07T22:56:51.859Z | Compiling bitvec v1.0.1 |
| 2559 | 2026-05-07T22:56:52.006Z | Compiling p384 v0.13.1 |
| 2560 | 2026-05-07T22:56:53.967Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2561 | 2026-05-07T22:56:54.044Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2562 | 2026-05-07T22:56:54.744Z | Compiling ed25519-dalek v2.2.0 |
| 2563 | 2026-05-07T22:56:55.260Z | Compiling progenitor-impl v0.14.0 |
| 2564 | 2026-05-07T22:56:55.895Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2565 | 2026-05-07T22:56:57.366Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2566 | 2026-05-07T22:56:57.382Z | Compiling toml v0.7.8 |
| 2567 | 2026-05-07T22:56:59.405Z | Compiling polyval v0.6.2 |
| 2568 | 2026-05-07T22:56:59.693Z | Compiling aes v0.8.4 |
| 2569 | 2026-05-07T22:56:59.756Z | Compiling ctr v0.9.2 |
| 2570 | 2026-05-07T22:56:59.976Z | Compiling x509-cert v0.2.5 |
| 2571 | 2026-05-07T22:57:00.436Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 2572 | 2026-05-07T22:57:00.648Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2573 | 2026-05-07T22:57:00.693Z | Compiling bincode v1.3.3 |
| 2574 | 2026-05-07T22:57:00.877Z | Compiling strum_macros v0.28.0 |
| 2575 | 2026-05-07T22:57:01.207Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2576 | 2026-05-07T22:57:01.460Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2577 | 2026-05-07T22:57:01.600Z | Compiling passt v0.3.0 |
| 2578 | 2026-05-07T22:57:01.889Z | Compiling fakedata_generator v0.7.1 |
| 2579 | 2026-05-07T22:57:02.690Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2580 | 2026-05-07T22:57:02.751Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2581 | 2026-05-07T22:57:03.019Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2582 | 2026-05-07T22:57:04.488Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2583 | 2026-05-07T22:57:04.927Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2584 | 2026-05-07T22:57:05.270Z | Compiling aes-gcm-siv v0.11.1 |
| 2585 | 2026-05-07T22:57:05.470Z | Compiling progenitor-macro v0.14.0 |
| 2586 | 2026-05-07T22:57:08.771Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2587 | 2026-05-07T22:57:09.810Z | Compiling progenitor-client v0.14.0 |
| 2588 | 2026-05-07T22:57:09.836Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2589 | 2026-05-07T22:57:09.955Z | Compiling bitstruct_derive v0.1.0 |
| 2590 | 2026-05-07T22:57:10.325Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2591 | 2026-05-07T22:57:10.558Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2592 | 2026-05-07T22:57:10.653Z | Compiling pretty-hex v0.2.1 |
| 2593 | 2026-05-07T22:57:10.817Z | Compiling ascii v1.1.0 |
| 2594 | 2026-05-07T22:57:10.829Z | Compiling ringbuffer v0.16.0 |
| 2595 | 2026-05-07T22:57:11.177Z | Compiling typeid v1.0.0 |
| 2596 | 2026-05-07T22:57:11.323Z | Compiling erased-serde v0.4.5 |
| 2597 | 2026-05-07T22:57:11.827Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2598 | 2026-05-07T22:57:11.938Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2599 | 2026-05-07T22:57:12.744Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2600 | 2026-05-07T22:57:12.818Z | Compiling bitstruct v0.1.1 |
| 2601 | 2026-05-07T22:57:12.930Z | Compiling progenitor v0.14.0 |
| 2602 | 2026-05-07T22:57:13.004Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2603 | 2026-05-07T22:57:13.090Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2604 | 2026-05-07T22:57:14.196Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2605 | 2026-05-07T22:57:14.445Z | Compiling itertools v0.13.0 |
| 2606 | 2026-05-07T22:57:15.609Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2607 | 2026-05-07T22:57:15.941Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2608 | 2026-05-07T22:57:16.240Z | Compiling kstat-rs v0.2.4 |
| 2609 | 2026-05-07T22:57:16.508Z | Compiling serde_arrays v0.1.0 |
| 2610 | 2026-05-07T22:57:16.671Z | Compiling libloading v0.7.4 |
| 2611 | 2026-05-07T22:57:16.771Z | Compiling bit_field v0.10.2 |
| 2612 | 2026-05-07T22:57:16.937Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2613 | 2026-05-07T22:57:16.950Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2614 | 2026-05-07T22:57:18.688Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2615 | 2026-05-07T22:57:19.328Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2616 | 2026-05-07T22:57:22.023Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2617 | 2026-05-07T22:57:22.391Z | Compiling ron v0.8.1 |
| 2618 | 2026-05-07T22:57:22.739Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2619 | 2026-05-07T22:57:22.932Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2620 | 2026-05-07T22:57:24.087Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2621 | 2026-05-07T22:57:26.255Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2622 | 2026-05-07T22:57:59.742Z | Finished `release` profile [optimized] target(s) in 4m 05s |
| 2623 | 2026-05-07T22:57:59.929Z | |
| 2624 | 2026-05-07T22:57:59.929Z | real 4:05.352401715 |
| 2625 | 2026-05-07T22:57:59.929Z | user 28:10.900034536 |
| 2626 | 2026-05-07T22:57:59.929Z | sys 2:32.247261935 |
| 2627 | 2026-05-07T22:57:59.929Z | trap 0.778499321 |
| 2628 | 2026-05-07T22:57:59.929Z | tflt 1.814417563 |
| 2629 | 2026-05-07T22:57:59.929Z | dflt 1.121556499 |
| 2630 | 2026-05-07T22:57:59.929Z | kflt 0.000119612 |
| 2631 | 2026-05-07T22:57:59.929Z | lock 1:25:45.310654038 |
| 2632 | 2026-05-07T22:57:59.929Z | slp 1:49:30.113154596 |
| 2633 | 2026-05-07T22:57:59.929Z | lat 2:28.842552311 |
| 2634 | 2026-05-07T22:57:59.929Z | stop 3:17.668962800 |
| 2635 | 2026-05-07T22:57:59.932Z | + OUTDIR=/work/release |
| 2636 | 2026-05-07T22:57:59.932Z | + mkdir -p /work/release |
| 2637 | 2026-05-07T22:57:59.932Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2638 | 2026-05-07T22:57:59.955Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2639 | 2026-05-07T22:58:00.041Z | + cd /work/release |
| 2640 | 2026-05-07T22:58:00.041Z | + digest -a sha256 propolis-cli |
| 2641 | 2026-05-07T22:58:00.063Z | + digest -a sha256 propolis-server |
| 2642 | 2026-05-07T22:58:00.115Z | process exited: duration 517437 ms, exit code 0 |
| |
| 2643 | 2026-05-07T22:58:00.122Z | found 4 output files |
| 2644 | 2026-05-07T22:58:00.129Z | uploading: /work/release/propolis-cli (25906432 bytes) |
| 2645 | 2026-05-07T22:58:01.284Z | uploaded: /work/release/propolis-cli |
| 2646 | 2026-05-07T22:58:01.284Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2647 | 2026-05-07T22:58:02.294Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2648 | 2026-05-07T22:58:02.294Z | uploading: /work/release/propolis-server (92245288 bytes) |
| 2649 | 2026-05-07T22:58:03.934Z | uploaded: /work/release/propolis-server |
| 2650 | 2026-05-07T22:58:03.934Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2651 | 2026-05-07T22:58:04.945Z | uploaded: /work/release/propolis-server.sha256.txt |