|
|
|
| 1 | 2026-06-05T20:49:30.314Z | job assigned to worker 01KTCRQBWNSTTAM2W8Z45KC18J [factory aws, i-0d39860f776488f96] (queued for 49 s) |
| |
| 2 | 2026-06-05T20:49:37.301Z | starting task 0: "setup" |
| 3 | 2026-06-05T20:49:37.305Z | ++ uname -s |
| 4 | 2026-06-05T20:49:37.308Z | + kern=SunOS |
| 5 | 2026-06-05T20:49:37.308Z | + build_user=build |
| 6 | 2026-06-05T20:49:37.308Z | + build_uid=12345 |
| 7 | 2026-06-05T20:49:37.308Z | + work_dir=/work |
| 8 | 2026-06-05T20:49:37.308Z | + input_dir=/input |
| 9 | 2026-06-05T20:49:37.308Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-05T20:49:37.308Z | + case "$kern" in |
| 11 | 2026-06-05T20:49:37.308Z | + groupadd -g 12345 build |
| 12 | 2026-06-05T20:49:37.311Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-05T20:49:39.314Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-05T20:49:39.432Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-05T20:49:39.435Z | + home_fs=zfs |
| 16 | 2026-06-05T20:49:39.435Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-05T20:49:39.435Z | + mkdir -p /home/build |
| 18 | 2026-06-05T20:49:39.435Z | + chown build:build /home/build /work |
| 19 | 2026-06-05T20:49:41.436Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-05T20:49:41.439Z | process exited: duration 4137 ms, exit code 0 |
| |
| 21 | 2026-06-05T20:49:41.445Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-05T20:49:41.449Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-05T20:49:41.449Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-05T20:49:41.449Z | * rust toolchain channel = "stable" |
| 25 | 2026-06-05T20:49:41.449Z | * rust toolchain profile = "default" |
| 26 | 2026-06-05T20:49:41.452Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-05T20:49:41.452Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-05T20:49:41.452Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-05T20:49:41.452Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-05T20:49:41.571Z | info: downloading installer |
| 31 | 2026-06-05T20:49:42.813Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-05T20:49:42.813Z | warn: /opt/ooce/bin |
| 33 | 2026-06-05T20:49:42.814Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-05T20:49:42.814Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-05T20:49:42.814Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-05T20:49:42.814Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-05T20:49:42.814Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-05T20:49:42.814Z | error: cannot install while Rust is installed |
| 39 | 2026-06-05T20:49:42.814Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-05T20:49:42.814Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-05T20:49:42.814Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-05T20:49:42.814Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-05T20:49:42.815Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-05T20:49:42.827Z | info: profile set to default |
| 45 | 2026-06-05T20:49:42.827Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-05T20:49:42.830Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-05T20:49:42.953Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-05T20:49:42.956Z | info: downloading 6 components |
| 49 | 2026-06-05T20:49:58.627Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-05T20:49:58.627Z | |
| 51 | 2026-06-05T20:49:58.659Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-05T20:49:58.661Z | |
| 53 | 2026-06-05T20:49:58.661Z | |
| 54 | 2026-06-05T20:49:58.661Z | Rust is installed now. Great! |
| 55 | 2026-06-05T20:49:58.661Z | |
| 56 | 2026-06-05T20:49:58.661Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-05T20:49:58.661Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-05T20:49:58.661Z | |
| 59 | 2026-06-05T20:49:58.661Z | To configure your current shell, you need to source |
| 60 | 2026-06-05T20:49:58.661Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-05T20:49:58.661Z | |
| 62 | 2026-06-05T20:49:58.661Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-05T20:49:58.661Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-05T20:49:58.661Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-05T20:49:58.661Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-05T20:49:58.661Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-05T20:49:58.661Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-05T20:49:58.662Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-05T20:49:58.665Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-05T20:49:58.665Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-05T20:49:58.749Z | + rustup --version |
| 72 | 2026-06-05T20:49:58.758Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-05T20:49:58.761Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-05T20:49:58.779Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-05T20:49:58.782Z | + cargo --version |
| 76 | 2026-06-05T20:49:58.796Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-05T20:49:58.798Z | + rustc --version |
| 78 | 2026-06-05T20:49:58.816Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-05T20:49:58.819Z | process exited: duration 17370 ms, exit code 0 |
| |
| 80 | 2026-06-05T20:49:58.825Z | starting task 2: "authentication" |
| 81 | 2026-06-05T20:49:58.841Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-05T20:49:58.847Z | starting task 3: "clone repository" |
| 83 | 2026-06-05T20:49:58.850Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-06-05T20:49:58.853Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-06-05T20:49:58.887Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-06-05T20:49:59.878Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-06-05T20:49:59.878Z | + git fetch origin 33eef90fde7cdd84af913b6930d445d85f49195c |
| 88 | 2026-06-05T20:50:00.139Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-06-05T20:50:00.139Z | * branch 33eef90fde7cdd84af913b6930d445d85f49195c -> FETCH_HEAD |
| 90 | 2026-06-05T20:50:00.144Z | + [[ -n felixmcfelix/viona-guest-promisc ]] |
| 91 | 2026-06-05T20:50:00.147Z | ++ git branch --show-current |
| 92 | 2026-06-05T20:50:00.147Z | + current=master |
| 93 | 2026-06-05T20:50:00.147Z | + [[ master != felixmcfelix/viona-guest-promisc ]] |
| 94 | 2026-06-05T20:50:00.147Z | + git branch -f felixmcfelix/viona-guest-promisc 33eef90fde7cdd84af913b6930d445d85f49195c |
| 95 | 2026-06-05T20:50:00.151Z | + git checkout -f felixmcfelix/viona-guest-promisc |
| 96 | 2026-06-05T20:50:00.169Z | Switched to branch 'felixmcfelix/viona-guest-promisc' |
| 97 | 2026-06-05T20:50:00.172Z | + git reset --hard 33eef90fde7cdd84af913b6930d445d85f49195c |
| 98 | 2026-06-05T20:50:00.177Z | HEAD is now at 33eef90f Test that `num_queues` is static, device control queue is correct |
| 99 | 2026-06-05T20:50:00.180Z | process exited: duration 1330 ms, exit code 0 |
| |
| 100 | 2026-06-05T20:50:00.185Z | starting task 4: "build" |
| 101 | 2026-06-05T20:50:00.189Z | + cargo --version |
| 102 | 2026-06-05T20:50:00.194Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-06-05T20:50:00.339Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-06-05T20:50:00.341Z | info: downloading 6 components |
| 105 | 2026-06-05T20:50:14.171Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-06-05T20:50:14.174Z | + rustc --version |
| 107 | 2026-06-05T20:50:14.204Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-06-05T20:50:14.208Z | + banner prerequisites |
| 109 | 2026-06-05T20:50:14.211Z | |
| 110 | 2026-06-05T20:50:14.211Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-06-05T20:50:14.211Z | # # # # # # # # # # # # # # # |
| 112 | 2026-06-05T20:50:14.212Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-06-05T20:50:14.212Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-06-05T20:50:14.212Z | # # # # # # # # # # # # # # # |
| 115 | 2026-06-05T20:50:14.212Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-06-05T20:50:14.212Z | |
| 117 | 2026-06-05T20:50:14.212Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-06-05T20:50:23.589Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-06-05T20:50:31.265Z | Startup: Caching catalogs ... Done |
| 120 | 2026-06-05T20:50:38.704Z | Planning: Solver setup ... Done (6.135s) |
| 121 | 2026-06-05T20:50:38.745Z | Planning: Running solver ... Done (0.041s) |
| 122 | 2026-06-05T20:50:38.891Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-06-05T20:50:38.900Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-06-05T20:50:38.983Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-06-05T20:50:39.013Z | Planning: Package planning ... Done (0.030s) |
| 126 | 2026-06-05T20:50:39.039Z | Planning: Merging actions ... Done (0.026s) |
| 127 | 2026-06-05T20:50:39.146Z | Planning: Checking for conflicting actions ... Done (0.107s) |
| 128 | 2026-06-05T20:50:39.153Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-06-05T20:50:39.918Z | Planning: Evaluating mediators ... Done (0.765s) |
| 130 | 2026-06-05T20:50:39.923Z | Planning: Planning completed in 8.49 seconds |
| 131 | 2026-06-05T20:50:39.935Z | Packages to install: 3 |
| 132 | 2026-06-05T20:50:39.935Z | Mediators to change: 2 |
| 133 | 2026-06-05T20:50:39.938Z | Services to change: 1 |
| 134 | 2026-06-05T20:50:39.938Z | Estimated space available: 154.83 GB |
| 135 | 2026-06-05T20:50:39.938Z | Estimated space to be consumed: 1.86 GB |
| 136 | 2026-06-05T20:50:39.938Z | Create boot environment: No |
| 137 | 2026-06-05T20:50:39.938Z | Create backup boot environment: No |
| 138 | 2026-06-05T20:50:39.938Z | Rebuild boot archive: No |
| 139 | 2026-06-05T20:50:39.939Z | |
| 140 | 2026-06-05T20:50:39.939Z | Changed mediators: |
| 141 | 2026-06-05T20:50:39.939Z | mediator clang: |
| 142 | 2026-06-05T20:50:39.939Z | version: None -> 15 (system default) |
| 143 | 2026-06-05T20:50:39.939Z | |
| 144 | 2026-06-05T20:50:39.939Z | mediator llvm: |
| 145 | 2026-06-05T20:50:39.939Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-06-05T20:50:39.939Z | |
| 147 | 2026-06-05T20:50:39.939Z | Changed packages: |
| 148 | 2026-06-05T20:50:39.939Z | helios-dev |
| 149 | 2026-06-05T20:50:39.939Z | developer/build-essential |
| 150 | 2026-06-05T20:50:39.939Z | None -> 11-2.0 |
| 151 | 2026-06-05T20:50:39.939Z | ooce/developer/clang-15 |
| 152 | 2026-06-05T20:50:39.939Z | None -> 15.0.7-2.0 |
| 153 | 2026-06-05T20:50:39.939Z | ooce/developer/llvm-15 |
| 154 | 2026-06-05T20:50:39.939Z | None -> 15.0.7-2.0 |
| 155 | 2026-06-05T20:50:39.939Z | |
| 156 | 2026-06-05T20:50:39.939Z | Services: |
| 157 | 2026-06-05T20:50:39.939Z | restart_fmri: |
| 158 | 2026-06-05T20:50:39.940Z | svc:/system/update-man-index:default |
| 159 | 2026-06-05T20:50:39.976Z | |
| 160 | 2026-06-05T20:50:39.976Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-06-05T20:50:44.977Z | Download: 2461/3076 items 119.2/211.3MB 56% complete (24.1M/s) |
| 162 | 2026-06-05T20:50:48.641Z | Download: Completed 211.31 MB in 8.66 seconds (24.4M/s) |
| 163 | 2026-06-05T20:50:48.869Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-06-05T20:50:51.988Z | Actions: Completed 3430 actions in 3.12 seconds. |
| 165 | 2026-06-05T20:50:52.628Z | Done (0.637s) |
| 166 | 2026-06-05T20:50:52.628Z | Done (0.000s) |
| 167 | 2026-06-05T20:50:53.386Z | Done (0.758s) |
| 168 | 2026-06-05T20:50:56.785Z | Done (3.050s) |
| 169 | 2026-06-05T20:50:56.856Z | Done (0.014s) |
| 170 | 2026-06-05T20:50:56.859Z | Done (0.000s) |
| 171 | 2026-06-05T20:50:57.137Z | Done (0.000s) |
| 172 | 2026-06-05T20:50:58.007Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-06-05T20:50:58.114Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-06-05T20:50:58.117Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-06-05T20:50:58.272Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-06-05T20:50:58.276Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-06-05T20:50:58.294Z | Mediators to change: 2 |
| 178 | 2026-06-05T20:50:58.294Z | Create boot environment: No |
| 179 | 2026-06-05T20:50:58.297Z | Create backup boot environment: No |
| 180 | 2026-06-05T20:50:58.352Z | Done |
| 181 | 2026-06-05T20:50:58.352Z | Done |
| 182 | 2026-06-05T20:50:58.960Z | Done |
| 183 | 2026-06-05T20:51:01.385Z | Done |
| 184 | 2026-06-05T20:51:01.460Z | Done |
| 185 | 2026-06-05T20:51:01.463Z | Done |
| 186 | 2026-06-05T20:51:01.602Z | Done |
| 187 | 2026-06-05T20:51:01.886Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-06-05T20:51:01.886Z | clang system 15 system |
| 189 | 2026-06-05T20:51:01.886Z | csh system system illumos |
| 190 | 2026-06-05T20:51:01.886Z | ctags system system illumos |
| 191 | 2026-06-05T20:51:01.886Z | file system system illumos |
| 192 | 2026-06-05T20:51:01.886Z | gcc vendor 12 vendor |
| 193 | 2026-06-05T20:51:01.886Z | gcc system 14 system |
| 194 | 2026-06-05T20:51:01.886Z | gcc system 10 system |
| 195 | 2026-06-05T20:51:01.886Z | go system 1.20 system |
| 196 | 2026-06-05T20:51:01.886Z | go system 1.19 system |
| 197 | 2026-06-05T20:51:01.886Z | llvm system 15 system |
| 198 | 2026-06-05T20:51:01.886Z | llvm system 14 system |
| 199 | 2026-06-05T20:51:01.886Z | mariadb system 10.6 system |
| 200 | 2026-06-05T20:51:01.886Z | mta vendor vendor dma |
| 201 | 2026-06-05T20:51:01.887Z | openjdk system 17 system |
| 202 | 2026-06-05T20:51:01.887Z | openjdk system 11 system |
| 203 | 2026-06-05T20:51:01.887Z | openjdk system 1.8 system |
| 204 | 2026-06-05T20:51:01.887Z | openssl vendor 3 vendor |
| 205 | 2026-06-05T20:51:01.887Z | perl system 5.36 system |
| 206 | 2026-06-05T20:51:01.887Z | postgresql system 15 system |
| 207 | 2026-06-05T20:51:01.887Z | postgresql system 13 system |
| 208 | 2026-06-05T20:51:01.887Z | python vendor 3 vendor |
| 209 | 2026-06-05T20:51:01.887Z | python system 2 system |
| 210 | 2026-06-05T20:51:01.887Z | python3 system 3.11 system |
| 211 | 2026-06-05T20:51:01.887Z | ruby system 3.0 system |
| 212 | 2026-06-05T20:51:01.888Z | words vendor vendor american-english |
| 213 | 2026-06-05T20:51:01.888Z | words system system australian-english |
| 214 | 2026-06-05T20:51:01.888Z | words system system british-english |
| 215 | 2026-06-05T20:51:01.888Z | words system system canadian-english |
| 216 | 2026-06-05T20:51:01.888Z | words system system french |
| 217 | 2026-06-05T20:51:01.888Z | words system system italian |
| 218 | 2026-06-05T20:51:01.888Z | words system system ngerman |
| 219 | 2026-06-05T20:51:01.888Z | words system system ogerman |
| 220 | 2026-06-05T20:51:01.888Z | words system system spanish |
| 221 | 2026-06-05T20:51:02.115Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-06-05T20:51:02.115Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-06-05T20:51:06.601Z | FMRI IFO |
| 224 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-06-05T20:51:06.601Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-06-05T20:51:07.530Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-06-05T20:51:07.533Z | |
| 233 | 2026-06-05T20:51:07.533Z | real 53.306981442 |
| 234 | 2026-06-05T20:51:07.533Z | user 37.295964858 |
| 235 | 2026-06-05T20:51:07.533Z | sys 4.267224748 |
| 236 | 2026-06-05T20:51:07.533Z | trap 0.004046545 |
| 237 | 2026-06-05T20:51:07.533Z | tflt 0.027820491 |
| 238 | 2026-06-05T20:51:07.533Z | dflt 0.038589363 |
| 239 | 2026-06-05T20:51:07.534Z | kflt 0.013521025 |
| 240 | 2026-06-05T20:51:07.534Z | lock 0.000000000 |
| 241 | 2026-06-05T20:51:07.534Z | slp 1:04.900204690 |
| 242 | 2026-06-05T20:51:07.534Z | lat 0.112477110 |
| 243 | 2026-06-05T20:51:07.534Z | stop 0.000208630 |
| 244 | 2026-06-05T20:51:07.534Z | + banner check |
| 245 | 2026-06-05T20:51:07.534Z | |
| 246 | 2026-06-05T20:51:07.534Z | #### # # ###### #### # # |
| 247 | 2026-06-05T20:51:07.534Z | # # # # # # # # # |
| 248 | 2026-06-05T20:51:07.534Z | # ###### ##### # #### |
| 249 | 2026-06-05T20:51:07.534Z | # # # # # # # |
| 250 | 2026-06-05T20:51:07.534Z | # # # # # # # # # |
| 251 | 2026-06-05T20:51:07.534Z | #### # # ###### #### # # |
| 252 | 2026-06-05T20:51:07.534Z | |
| 253 | 2026-06-05T20:51:07.534Z | + ptime -m cargo check --features falcon |
| 254 | 2026-06-05T20:51:07.660Z | Updating crates.io index |
| 255 | 2026-06-05T20:51:07.664Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-06-05T20:51:09.590Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-06-05T20:51:21.625Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 258 | 2026-06-05T20:51:21.926Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-06-05T20:51:22.225Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-06-05T20:51:22.441Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-06-05T20:51:22.894Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 262 | 2026-06-05T20:51:23.187Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-06-05T20:51:23.671Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-06-05T20:51:23.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-06-05T20:51:24.208Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-06-05T20:51:24.582Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 267 | 2026-06-05T20:51:25.913Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 268 | 2026-06-05T20:51:26.557Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-06-05T20:51:27.324Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-06-05T20:51:27.576Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 271 | 2026-06-05T20:51:28.254Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-06-05T20:51:28.780Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2026-06-05T20:51:29.490Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 274 | 2026-06-05T20:51:29.737Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2026-06-05T20:51:30.507Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-06-05T20:51:31.115Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-06-05T20:51:31.470Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-06-05T20:51:32.017Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-06-05T20:51:32.347Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-06-05T20:51:32.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-06-05T20:51:34.352Z | Downloading crates ... |
| 282 | 2026-06-05T20:51:34.417Z | Downloaded async-stream-impl v0.3.6 |
| 283 | 2026-06-05T20:51:34.421Z | Downloaded adler v1.0.2 |
| 284 | 2026-06-05T20:51:34.424Z | Downloaded atty v0.2.14 |
| 285 | 2026-06-05T20:51:34.434Z | Downloaded async-recursion v1.1.1 |
| 286 | 2026-06-05T20:51:34.439Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 287 | 2026-06-05T20:51:34.442Z | Downloaded backoff v0.4.0 |
| 288 | 2026-06-05T20:51:34.444Z | Downloaded chacha20 v0.9.1 |
| 289 | 2026-06-05T20:51:34.449Z | Downloaded byteorder v1.5.0 |
| 290 | 2026-06-05T20:51:34.452Z | Downloaded async-trait v0.1.89 |
| 291 | 2026-06-05T20:51:34.452Z | Downloaded form_urlencoded v1.2.2 |
| 292 | 2026-06-05T20:51:34.455Z | Downloaded futures-core v0.3.32 |
| 293 | 2026-06-05T20:51:34.458Z | Downloaded foreign-types-macros v0.2.3 |
| 294 | 2026-06-05T20:51:34.461Z | Downloaded derive_builder_core v0.20.2 |
| 295 | 2026-06-05T20:51:34.461Z | Downloaded filetime v0.2.23 |
| 296 | 2026-06-05T20:51:34.464Z | Downloaded env_filter v1.0.1 |
| 297 | 2026-06-05T20:51:34.467Z | Downloaded base16ct v0.2.0 |
| 298 | 2026-06-05T20:51:34.469Z | Downloaded base64 v0.22.1 |
| 299 | 2026-06-05T20:51:34.472Z | Downloaded gethostname v0.5.0 |
| 300 | 2026-06-05T20:51:34.475Z | Downloaded dof v0.3.0 |
| 301 | 2026-06-05T20:51:34.475Z | Downloaded aws-lc-rs v1.13.3 |
| 302 | 2026-06-05T20:51:34.481Z | Downloaded digest v0.10.7 |
| 303 | 2026-06-05T20:51:34.483Z | Downloaded foldhash v0.2.0 |
| 304 | 2026-06-05T20:51:34.486Z | Downloaded futures-task v0.3.32 |
| 305 | 2026-06-05T20:51:34.489Z | Downloaded darling v0.20.11 |
| 306 | 2026-06-05T20:51:34.492Z | Downloaded ciborium-ll v0.2.2 |
| 307 | 2026-06-05T20:51:34.495Z | Downloaded ciborium-io v0.2.2 |
| 308 | 2026-06-05T20:51:34.497Z | Downloaded daft v0.1.5 |
| 309 | 2026-06-05T20:51:34.500Z | Downloaded bitstruct v0.1.1 |
| 310 | 2026-06-05T20:51:34.500Z | Downloaded elliptic-curve v0.13.8 |
| 311 | 2026-06-05T20:51:34.503Z | Downloaded getrandom v0.4.2 |
| 312 | 2026-06-05T20:51:34.507Z | Downloaded cpufeatures v0.2.12 |
| 313 | 2026-06-05T20:51:34.510Z | Downloaded foreign-types v0.3.2 |
| 314 | 2026-06-05T20:51:34.513Z | Downloaded fixedbitset v0.4.2 |
| 315 | 2026-06-05T20:51:34.515Z | Downloaded compression-core v0.4.31 |
| 316 | 2026-06-05T20:51:34.516Z | Downloaded bit_field v0.10.2 |
| 317 | 2026-06-05T20:51:34.520Z | Downloaded darling_macro v0.23.0 |
| 318 | 2026-06-05T20:51:34.523Z | Downloaded home v0.5.11 |
| 319 | 2026-06-05T20:51:34.523Z | Downloaded foreign-types-shared v0.3.1 |
| 320 | 2026-06-05T20:51:34.523Z | Downloaded foreign-types v0.5.0 |
| 321 | 2026-06-05T20:51:34.526Z | Downloaded cargo-platform v0.1.8 |
| 322 | 2026-06-05T20:51:34.529Z | Downloaded ctrlc v3.4.4 |
| 323 | 2026-06-05T20:51:34.531Z | Downloaded der v0.7.10 |
| 324 | 2026-06-05T20:51:34.534Z | Downloaded enum-as-inner v0.6.0 |
| 325 | 2026-06-05T20:51:34.537Z | Downloaded darling_macro v0.21.3 |
| 326 | 2026-06-05T20:51:34.537Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-06-05T20:51:34.540Z | Downloaded fnv v1.0.7 |
| 328 | 2026-06-05T20:51:34.543Z | Downloaded embedded-io v0.4.0 |
| 329 | 2026-06-05T20:51:34.548Z | Downloaded crucible-workspace-hack v0.1.0 |
| 330 | 2026-06-05T20:51:34.548Z | Downloaded futures-io v0.3.32 |
| 331 | 2026-06-05T20:51:34.551Z | Downloaded dtrace-parser v0.3.0 |
| 332 | 2026-06-05T20:51:34.551Z | Downloaded defmt-parser v0.3.4 |
| 333 | 2026-06-05T20:51:34.551Z | Downloaded byte-wrapper v0.1.0 |
| 334 | 2026-06-05T20:51:34.554Z | Downloaded errno v0.3.14 |
| 335 | 2026-06-05T20:51:34.556Z | Downloaded darling_macro v0.20.11 |
| 336 | 2026-06-05T20:51:34.557Z | Downloaded cstr-argument v0.1.2 |
| 337 | 2026-06-05T20:51:34.560Z | Downloaded http-body v1.0.1 |
| 338 | 2026-06-05T20:51:34.562Z | Downloaded git-stub v1.0.0 |
| 339 | 2026-06-05T20:51:34.562Z | Downloaded hubpack_derive v0.1.1 |
| 340 | 2026-06-05T20:51:34.565Z | Downloaded idna_adapter v1.2.0 |
| 341 | 2026-06-05T20:51:34.565Z | Downloaded heck v0.4.1 |
| 342 | 2026-06-05T20:51:34.569Z | Downloaded darling v0.23.0 |
| 343 | 2026-06-05T20:51:34.572Z | Downloaded ident_case v1.0.1 |
| 344 | 2026-06-05T20:51:34.580Z | Downloaded hostname v0.4.2 |
| 345 | 2026-06-05T20:51:34.580Z | Downloaded compression-codecs v0.4.32 |
| 346 | 2026-06-05T20:51:34.583Z | Downloaded httpdate v1.0.3 |
| 347 | 2026-06-05T20:51:34.583Z | Downloaded hostname v0.3.1 |
| 348 | 2026-06-05T20:51:34.583Z | Downloaded bytecount v0.6.9 |
| 349 | 2026-06-05T20:51:34.586Z | Downloaded crossbeam-deque v0.8.5 |
| 350 | 2026-06-05T20:51:34.588Z | Downloaded indent_write v2.2.0 |
| 351 | 2026-06-05T20:51:34.588Z | Downloaded ctr v0.9.2 |
| 352 | 2026-06-05T20:51:34.591Z | Downloaded csv-core v0.1.12 |
| 353 | 2026-06-05T20:51:34.594Z | Downloaded highway v1.3.0 |
| 354 | 2026-06-05T20:51:34.598Z | Downloaded fs_extra v1.3.0 |
| 355 | 2026-06-05T20:51:34.598Z | Downloaded cipher v0.4.4 |
| 356 | 2026-06-05T20:51:34.602Z | Downloaded futures-executor v0.3.32 |
| 357 | 2026-06-05T20:51:34.602Z | Downloaded const-oid v0.9.6 |
| 358 | 2026-06-05T20:51:34.605Z | Downloaded fs-err v3.1.2 |
| 359 | 2026-06-05T20:51:34.605Z | Downloaded instant v0.1.12 |
| 360 | 2026-06-05T20:51:34.608Z | Downloaded inout v0.1.3 |
| 361 | 2026-06-05T20:51:34.610Z | Downloaded lazy_static v1.5.0 |
| 362 | 2026-06-05T20:51:34.610Z | Downloaded keccak v0.1.6 |
| 363 | 2026-06-05T20:51:34.613Z | Downloaded group v0.13.0 |
| 364 | 2026-06-05T20:51:34.615Z | Downloaded aes-gcm-siv v0.11.1 |
| 365 | 2026-06-05T20:51:34.618Z | Downloaded is-terminal v0.4.12 |
| 366 | 2026-06-05T20:51:34.618Z | Downloaded ff v0.13.1 |
| 367 | 2026-06-05T20:51:34.621Z | Downloaded either v1.15.0 |
| 368 | 2026-06-05T20:51:34.624Z | Downloaded ecdsa v0.16.9 |
| 369 | 2026-06-05T20:51:34.624Z | Downloaded lazycell v1.3.0 |
| 370 | 2026-06-05T20:51:34.627Z | Downloaded itoa v1.0.11 |
| 371 | 2026-06-05T20:51:34.627Z | Downloaded colored v3.1.1 |
| 372 | 2026-06-05T20:51:34.630Z | Downloaded lru-slab v0.1.2 |
| 373 | 2026-06-05T20:51:34.633Z | Downloaded argon2 v0.5.3 |
| 374 | 2026-06-05T20:51:34.635Z | Downloaded critical-section v1.2.0 |
| 375 | 2026-06-05T20:51:34.636Z | Downloaded ascii v1.1.0 |
| 376 | 2026-06-05T20:51:34.638Z | Downloaded crossbeam-epoch v0.9.18 |
| 377 | 2026-06-05T20:51:34.641Z | Downloaded heck v0.5.0 |
| 378 | 2026-06-05T20:51:34.644Z | Downloaded http-body-util v0.1.3 |
| 379 | 2026-06-05T20:51:34.644Z | Downloaded icu_locid_transform v1.5.0 |
| 380 | 2026-06-05T20:51:34.647Z | Downloaded crc32fast v1.4.0 |
| 381 | 2026-06-05T20:51:34.649Z | Downloaded dtrace-parser v0.2.0 |
| 382 | 2026-06-05T20:51:34.649Z | Downloaded memmap v0.7.0 |
| 383 | 2026-06-05T20:51:34.652Z | Downloaded lru-cache v0.1.2 |
| 384 | 2026-06-05T20:51:34.655Z | Downloaded macaddr v1.0.1 |
| 385 | 2026-06-05T20:51:34.655Z | Downloaded mime v0.3.17 |
| 386 | 2026-06-05T20:51:34.657Z | Downloaded num-conv v0.2.0 |
| 387 | 2026-06-05T20:51:34.660Z | Downloaded ingot-types v0.1.2 |
| 388 | 2026-06-05T20:51:34.660Z | Downloaded num v0.4.3 |
| 389 | 2026-06-05T20:51:34.663Z | Downloaded newline-converter v0.3.0 |
| 390 | 2026-06-05T20:51:34.663Z | Downloaded newtype-uuid-macros v0.1.0 |
| 391 | 2026-06-05T20:51:34.666Z | Downloaded kstat-rs v0.2.4 |
| 392 | 2026-06-05T20:51:34.668Z | Downloaded glob v0.3.3 |
| 393 | 2026-06-05T20:51:34.669Z | Downloaded ipnetwork v0.21.1 |
| 394 | 2026-06-05T20:51:34.672Z | Downloaded libsw-core v0.3.2 |
| 395 | 2026-06-05T20:51:34.672Z | Downloaded dropshot_endpoint v0.17.0 |
| 396 | 2026-06-05T20:51:34.676Z | Downloaded iana-time-zone v0.1.64 |
| 397 | 2026-06-05T20:51:34.679Z | Downloaded num-derive v0.4.2 |
| 398 | 2026-06-05T20:51:34.679Z | Downloaded num_threads v0.1.7 |
| 399 | 2026-06-05T20:51:34.682Z | Downloaded num-iter v0.1.45 |
| 400 | 2026-06-05T20:51:34.685Z | Downloaded cookie v0.18.1 |
| 401 | 2026-06-05T20:51:34.685Z | Downloaded jobserver v0.1.31 |
| 402 | 2026-06-05T20:51:34.689Z | Downloaded openssl-probe v0.2.1 |
| 403 | 2026-06-05T20:51:34.692Z | Downloaded openssl-macros v0.1.1 |
| 404 | 2026-06-05T20:51:34.692Z | Downloaded opaque-debug v0.3.1 |
| 405 | 2026-06-05T20:51:34.692Z | Downloaded hyper-rustls v0.27.3 |
| 406 | 2026-06-05T20:51:34.694Z | Downloaded percent-encoding v2.3.2 |
| 407 | 2026-06-05T20:51:34.697Z | Downloaded parse-display v0.10.0 |
| 408 | 2026-06-05T20:51:34.697Z | Downloaded anyhow v1.0.100 |
| 409 | 2026-06-05T20:51:34.699Z | Downloaded blake2 v0.10.6 |
| 410 | 2026-06-05T20:51:34.702Z | Downloaded litemap v0.7.4 |
| 411 | 2026-06-05T20:51:34.706Z | Downloaded hmac v0.12.1 |
| 412 | 2026-06-05T20:51:34.709Z | Downloaded olpc-cjson v0.1.4 |
| 413 | 2026-06-05T20:51:34.709Z | Downloaded omicron-workspace-hack v0.1.0 |
| 414 | 2026-06-05T20:51:34.709Z | Downloaded humantime v2.3.0 |
| 415 | 2026-06-05T20:51:34.712Z | Downloaded ingot v0.1.1 |
| 416 | 2026-06-05T20:51:34.712Z | Downloaded chacha20poly1305 v0.10.1 |
| 417 | 2026-06-05T20:51:34.715Z | Downloaded managed v0.8.0 |
| 418 | 2026-06-05T20:51:34.718Z | Downloaded multer v3.1.0 |
| 419 | 2026-06-05T20:51:34.718Z | Downloaded is_terminal_polyfill v1.70.0 |
| 420 | 2026-06-05T20:51:34.720Z | Downloaded lock_api v0.4.12 |
| 421 | 2026-06-05T20:51:34.723Z | Downloaded num_enum_derive v0.5.11 |
| 422 | 2026-06-05T20:51:34.723Z | Downloaded icu_locid_transform_data v1.5.0 |
| 423 | 2026-06-05T20:51:34.726Z | Downloaded match_cfg v0.1.0 |
| 424 | 2026-06-05T20:51:34.726Z | Downloaded clap v4.5.4 |
| 425 | 2026-06-05T20:51:34.731Z | Downloaded powerfmt v0.2.0 |
| 426 | 2026-06-05T20:51:34.734Z | Downloaded pin-utils v0.1.0 |
| 427 | 2026-06-05T20:51:34.737Z | Downloaded phf_shared v0.12.1 |
| 428 | 2026-06-05T20:51:34.737Z | Downloaded plain v0.2.3 |
| 429 | 2026-06-05T20:51:34.739Z | Downloaded newtype-uuid v1.3.2 |
| 430 | 2026-06-05T20:51:34.739Z | Downloaded linear-map v1.2.0 |
| 431 | 2026-06-05T20:51:34.742Z | Downloaded derive-where v1.6.0 |
| 432 | 2026-06-05T20:51:34.745Z | Downloaded num-integer v0.1.46 |
| 433 | 2026-06-05T20:51:34.746Z | Downloaded httparse v1.10.1 |
| 434 | 2026-06-05T20:51:34.748Z | Downloaded owo-colors v4.3.0 |
| 435 | 2026-06-05T20:51:34.751Z | Downloaded num_enum_derive v0.7.4 |
| 436 | 2026-06-05T20:51:34.754Z | Downloaded proc-macro-crate v1.3.1 |
| 437 | 2026-06-05T20:51:34.754Z | Downloaded pretty-hex v0.2.1 |
| 438 | 2026-06-05T20:51:34.756Z | Downloaded parking_lot_core v0.9.10 |
| 439 | 2026-06-05T20:51:34.756Z | Downloaded proc-macro-error-attr v1.0.4 |
| 440 | 2026-06-05T20:51:34.759Z | Downloaded progenitor-client v0.11.1 |
| 441 | 2026-06-05T20:51:34.759Z | Downloaded libloading v0.8.9 |
| 442 | 2026-06-05T20:51:34.762Z | Downloaded pretty-hex v0.4.1 |
| 443 | 2026-06-05T20:51:34.765Z | Downloaded parse-display-derive v0.10.0 |
| 444 | 2026-06-05T20:51:34.765Z | Downloaded quick-error v1.2.3 |
| 445 | 2026-06-05T20:51:34.769Z | Downloaded getrandom v0.3.4 |
| 446 | 2026-06-05T20:51:34.772Z | Downloaded progenitor-macro v0.13.0 |
| 447 | 2026-06-05T20:51:34.772Z | Downloaded crossbeam-utils v0.8.19 |
| 448 | 2026-06-05T20:51:34.774Z | Downloaded progenitor-macro v0.10.0 |
| 449 | 2026-06-05T20:51:34.775Z | Downloaded progenitor-client v0.14.0 |
| 450 | 2026-06-05T20:51:34.777Z | Downloaded icu_properties v1.5.1 |
| 451 | 2026-06-05T20:51:34.777Z | Downloaded num_enum v0.7.4 |
| 452 | 2026-06-05T20:51:34.780Z | Downloaded memmap2 v0.9.9 |
| 453 | 2026-06-05T20:51:34.783Z | Downloaded ipnet v2.9.0 |
| 454 | 2026-06-05T20:51:34.786Z | Downloaded progenitor-macro v0.14.0 |
| 455 | 2026-06-05T20:51:34.786Z | Downloaded pin-project-internal v1.1.10 |
| 456 | 2026-06-05T20:51:34.789Z | Downloaded pest_generator v2.8.4 |
| 457 | 2026-06-05T20:51:34.793Z | Downloaded derive_more v0.99.20 |
| 458 | 2026-06-05T20:51:34.793Z | Downloaded radium v0.7.0 |
| 459 | 2026-06-05T20:51:34.796Z | Downloaded ppv-lite86 v0.2.17 |
| 460 | 2026-06-05T20:51:34.796Z | Downloaded polyval v0.6.2 |
| 461 | 2026-06-05T20:51:34.798Z | Downloaded passt v0.3.0 |
| 462 | 2026-06-05T20:51:34.798Z | Downloaded pin-project-lite v0.2.14 |
| 463 | 2026-06-05T20:51:34.801Z | Downloaded half v2.7.1 |
| 464 | 2026-06-05T20:51:34.804Z | Downloaded flate2 v1.0.30 |
| 465 | 2026-06-05T20:51:34.807Z | Downloaded pkcs8 v0.10.2 |
| 466 | 2026-06-05T20:51:34.810Z | Downloaded rustc-hash v2.1.1 |
| 467 | 2026-06-05T20:51:34.813Z | Downloaded rand_xorshift v0.3.0 |
| 468 | 2026-06-05T20:51:34.813Z | Downloaded num-complex v0.4.6 |
| 469 | 2026-06-05T20:51:34.816Z | Downloaded dropshot-api-manager v0.7.2 |
| 470 | 2026-06-05T20:51:34.818Z | Downloaded proc-macro-error v1.0.4 |
| 471 | 2026-06-05T20:51:34.821Z | Downloaded rand_chacha v0.3.1 |
| 472 | 2026-06-05T20:51:34.821Z | Downloaded oxnet v0.1.4 |
| 473 | 2026-06-05T20:51:34.824Z | Downloaded oxide-tokio-rt v0.1.6 |
| 474 | 2026-06-05T20:51:34.825Z | Downloaded progenitor v0.14.0 |
| 475 | 2026-06-05T20:51:34.828Z | Downloaded progenitor v0.13.0 |
| 476 | 2026-06-05T20:51:34.828Z | Downloaded once_cell v1.21.3 |
| 477 | 2026-06-05T20:51:34.831Z | Downloaded primeorder v0.13.6 |
| 478 | 2026-06-05T20:51:34.831Z | Downloaded rustc-hash v1.1.0 |
| 479 | 2026-06-05T20:51:34.834Z | Downloaded rustc_version v0.4.1 |
| 480 | 2026-06-05T20:51:34.834Z | Downloaded parking_lot v0.12.2 |
| 481 | 2026-06-05T20:51:34.836Z | Downloaded progenitor-client v0.13.0 |
| 482 | 2026-06-05T20:51:34.841Z | Downloaded darling_core v0.21.3 |
| 483 | 2026-06-05T20:51:34.841Z | Downloaded rfc6979 v0.4.0 |
| 484 | 2026-06-05T20:51:34.843Z | Downloaded pem-rfc7468 v0.7.0 |
| 485 | 2026-06-05T20:51:34.843Z | Downloaded ref-cast-impl v1.0.25 |
| 486 | 2026-06-05T20:51:34.846Z | Downloaded heapless v0.8.0 |
| 487 | 2026-06-05T20:51:34.849Z | Downloaded quinn-udp v0.5.5 |
| 488 | 2026-06-05T20:51:34.849Z | Downloaded password-hash v0.5.0 |
| 489 | 2026-06-05T20:51:34.852Z | Downloaded pest_meta v2.8.4 |
| 490 | 2026-06-05T20:51:34.854Z | Downloaded log v0.4.29 |
| 491 | 2026-06-05T20:51:34.854Z | Downloaded miniz_oxide v0.7.2 |
| 492 | 2026-06-05T20:51:34.857Z | Downloaded pest_derive v2.8.4 |
| 493 | 2026-06-05T20:51:34.860Z | Downloaded icu_collections v1.5.0 |
| 494 | 2026-06-05T20:51:34.862Z | Downloaded resolv-conf v0.7.0 |
| 495 | 2026-06-05T20:51:34.865Z | Downloaded jiff-static v0.2.15 |
| 496 | 2026-06-05T20:51:34.868Z | Downloaded scroll_derive v0.13.1 |
| 497 | 2026-06-05T20:51:34.868Z | Downloaded rand_core v0.9.3 |
| 498 | 2026-06-05T20:51:34.870Z | Downloaded same-file v1.0.6 |
| 499 | 2026-06-05T20:51:34.870Z | Downloaded progenitor v0.11.1 |
| 500 | 2026-06-05T20:51:34.873Z | Downloaded rand_chacha v0.9.0 |
| 501 | 2026-06-05T20:51:34.873Z | Downloaded poly1305 v0.8.0 |
| 502 | 2026-06-05T20:51:34.876Z | Downloaded rand_core v0.6.4 |
| 503 | 2026-06-05T20:51:34.878Z | Downloaded crossbeam-channel v0.5.15 |
| 504 | 2026-06-05T20:51:34.881Z | Downloaded pkg-config v0.3.30 |
| 505 | 2026-06-05T20:51:34.881Z | Downloaded hickory-resolver v0.24.4 |
| 506 | 2026-06-05T20:51:34.883Z | Downloaded crypto-bigint v0.5.5 |
| 507 | 2026-06-05T20:51:34.890Z | Downloaded serde_spanned v1.0.4 |
| 508 | 2026-06-05T20:51:34.893Z | Downloaded scroll_derive v0.12.0 |
| 509 | 2026-06-05T20:51:34.893Z | Downloaded serde_arrays v0.1.0 |
| 510 | 2026-06-05T20:51:34.893Z | Downloaded serde-big-array v0.5.1 |
| 511 | 2026-06-05T20:51:34.893Z | Downloaded semver v0.1.20 |
| 512 | 2026-06-05T20:51:34.895Z | Downloaded secrecy v0.10.3 |
| 513 | 2026-06-05T20:51:34.895Z | Downloaded papergrid v0.11.0 |
| 514 | 2026-06-05T20:51:34.898Z | Downloaded quote v1.0.45 |
| 515 | 2026-06-05T20:51:34.901Z | Downloaded serde_spanned v0.6.9 |
| 516 | 2026-06-05T20:51:34.904Z | Downloaded serde_plain v1.0.2 |
| 517 | 2026-06-05T20:51:34.904Z | Downloaded serde_urlencoded v0.7.1 |
| 518 | 2026-06-05T20:51:34.907Z | Downloaded ringbuffer v0.16.0 |
| 519 | 2026-06-05T20:51:34.907Z | Downloaded serde_repr v0.1.19 |
| 520 | 2026-06-05T20:51:34.909Z | Downloaded http v1.4.0 |
| 521 | 2026-06-05T20:51:34.912Z | Downloaded siphasher v1.0.1 |
| 522 | 2026-06-05T20:51:34.912Z | Downloaded simd-adler32 v0.3.7 |
| 523 | 2026-06-05T20:51:34.915Z | Downloaded hickory-resolver v0.25.2 |
| 524 | 2026-06-05T20:51:34.920Z | Downloaded cc v1.2.17 |
| 525 | 2026-06-05T20:51:34.923Z | Downloaded rustls-native-certs v0.8.3 |
| 526 | 2026-06-05T20:51:34.923Z | Downloaded num-traits v0.2.19 |
| 527 | 2026-06-05T20:51:34.923Z | Downloaded async-compression v0.4.33 |
| 528 | 2026-06-05T20:51:34.926Z | Downloaded sigpipe v0.1.3 |
| 529 | 2026-06-05T20:51:34.929Z | Downloaded sha1 v0.10.6 |
| 530 | 2026-06-05T20:51:34.929Z | Downloaded rustls-pemfile v2.2.0 |
| 531 | 2026-06-05T20:51:34.933Z | Downloaded rustls-pemfile v1.0.4 |
| 532 | 2026-06-05T20:51:34.933Z | Downloaded smawk v0.3.2 |
| 533 | 2026-06-05T20:51:34.936Z | Downloaded rustc_version v0.1.7 |
| 534 | 2026-06-05T20:51:34.936Z | Downloaded ref-cast v1.0.25 |
| 535 | 2026-06-05T20:51:34.936Z | Downloaded expectorate v1.2.0 |
| 536 | 2026-06-05T20:51:34.939Z | Downloaded slog-bunyan v2.5.0 |
| 537 | 2026-06-05T20:51:34.942Z | Downloaded progenitor-extras v0.2.0 |
| 538 | 2026-06-05T20:51:34.942Z | Downloaded schemars_derive v0.8.22 |
| 539 | 2026-06-05T20:51:34.942Z | Downloaded progenitor v0.10.0 |
| 540 | 2026-06-05T20:51:34.945Z | Downloaded num-rational v0.4.2 |
| 541 | 2026-06-05T20:51:34.945Z | Downloaded structmeta v0.3.0 |
| 542 | 2026-06-05T20:51:34.947Z | Downloaded phf v0.12.1 |
| 543 | 2026-06-05T20:51:34.947Z | Downloaded sct v0.7.1 |
| 544 | 2026-06-05T20:51:34.950Z | Downloaded indexmap v1.9.3 |
| 545 | 2026-06-05T20:51:34.953Z | Downloaded structmeta-derive v0.3.0 |
| 546 | 2026-06-05T20:51:34.953Z | Downloaded strum v0.27.2 |
| 547 | 2026-06-05T20:51:34.957Z | Downloaded scroll v0.13.0 |
| 548 | 2026-06-05T20:51:34.957Z | Downloaded scopeguard v1.2.0 |
| 549 | 2026-06-05T20:51:34.960Z | Downloaded stable_deref_trait v1.2.0 |
| 550 | 2026-06-05T20:51:34.960Z | Downloaded tap v1.0.1 |
| 551 | 2026-06-05T20:51:34.960Z | Downloaded serde_derive_internals v0.29.1 |
| 552 | 2026-06-05T20:51:34.963Z | Downloaded subtle v2.6.1 |
| 553 | 2026-06-05T20:51:34.963Z | Downloaded serde_path_to_error v0.1.20 |
| 554 | 2026-06-05T20:51:34.963Z | Downloaded openssl-sys v0.9.107 |
| 555 | 2026-06-05T20:51:34.966Z | Downloaded supports-color v3.0.2 |
| 556 | 2026-06-05T20:51:34.969Z | Downloaded swrite v0.1.0 |
| 557 | 2026-06-05T20:51:34.969Z | Downloaded proc-macro2 v1.0.106 |
| 558 | 2026-06-05T20:51:34.972Z | Downloaded progenitor-impl v0.13.0 |
| 559 | 2026-06-05T20:51:34.972Z | Downloaded progenitor-impl v0.10.0 |
| 560 | 2026-06-05T20:51:34.976Z | Downloaded signal-hook-registry v1.4.2 |
| 561 | 2026-06-05T20:51:34.976Z | Downloaded sha2 v0.10.9 |
| 562 | 2026-06-05T20:51:34.979Z | Downloaded supports-color v2.1.0 |
| 563 | 2026-06-05T20:51:34.979Z | Downloaded tabwriter v1.4.0 |
| 564 | 2026-06-05T20:51:34.979Z | Downloaded strum v0.26.3 |
| 565 | 2026-06-05T20:51:34.981Z | Downloaded postcard v1.0.9 |
| 566 | 2026-06-05T20:51:34.981Z | Downloaded minimal-lexical v0.2.1 |
| 567 | 2026-06-05T20:51:34.984Z | Downloaded termtree v0.5.1 |
| 568 | 2026-06-05T20:51:34.988Z | Downloaded take_mut v0.2.2 |
| 569 | 2026-06-05T20:51:34.988Z | Downloaded tabled_derive v0.7.0 |
| 570 | 2026-06-05T20:51:34.988Z | Downloaded slog-async v2.8.0 |
| 571 | 2026-06-05T20:51:34.990Z | Downloaded tagptr v0.2.0 |
| 572 | 2026-06-05T20:51:34.991Z | Downloaded signature v2.2.0 |
| 573 | 2026-06-05T20:51:34.993Z | Downloaded sync_wrapper v1.0.1 |
| 574 | 2026-06-05T20:51:34.993Z | Downloaded terminal_size v0.4.3 |
| 575 | 2026-06-05T20:51:34.993Z | Downloaded slog-dtrace v0.3.0 |
| 576 | 2026-06-05T20:51:34.996Z | Downloaded aes v0.8.4 |
| 577 | 2026-06-05T20:51:35.000Z | Downloaded pin-project v1.1.10 |
| 578 | 2026-06-05T20:51:35.004Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 579 | 2026-06-05T20:51:35.007Z | Downloaded thiserror-impl v1.0.64 |
| 580 | 2026-06-05T20:51:35.007Z | Downloaded thread_local v1.1.8 |
| 581 | 2026-06-05T20:51:35.010Z | Downloaded smf v0.2.3 |
| 582 | 2026-06-05T20:51:35.010Z | Downloaded thread-id v5.0.0 |
| 583 | 2026-06-05T20:51:35.010Z | Downloaded thread-id v4.2.1 |
| 584 | 2026-06-05T20:51:35.013Z | Downloaded snafu-derive v0.8.9 |
| 585 | 2026-06-05T20:51:35.013Z | Downloaded rusty-fork v0.3.0 |
| 586 | 2026-06-05T20:51:35.016Z | Downloaded slog-json v2.6.1 |
| 587 | 2026-06-05T20:51:35.016Z | Downloaded terminal_size v0.3.0 |
| 588 | 2026-06-05T20:51:35.016Z | Downloaded spki v0.7.3 |
| 589 | 2026-06-05T20:51:35.019Z | Downloaded tinyvec_macros v0.1.1 |
| 590 | 2026-06-05T20:51:35.019Z | Downloaded indexmap v2.14.0 |
| 591 | 2026-06-05T20:51:35.022Z | Downloaded ron v0.8.1 |
| 592 | 2026-06-05T20:51:35.024Z | Downloaded time-core v0.1.8 |
| 593 | 2026-06-05T20:51:35.027Z | Downloaded synstructure v0.13.1 |
| 594 | 2026-06-05T20:51:35.027Z | Downloaded strum_macros v0.28.0 |
| 595 | 2026-06-05T20:51:35.030Z | Downloaded tokio-macros v2.7.0 |
| 596 | 2026-06-05T20:51:35.030Z | Downloaded static_assertions v1.1.0 |
| 597 | 2026-06-05T20:51:35.033Z | Downloaded serde_tokenstream v0.2.3 |
| 598 | 2026-06-05T20:51:35.033Z | Downloaded slog-term v2.9.2 |
| 599 | 2026-06-05T20:51:35.036Z | Downloaded strum_macros v0.27.2 |
| 600 | 2026-06-05T20:51:35.036Z | Downloaded semver v1.0.28 |
| 601 | 2026-06-05T20:51:35.039Z | Downloaded slab v0.4.9 |
| 602 | 2026-06-05T20:51:35.039Z | Downloaded ryu v1.0.18 |
| 603 | 2026-06-05T20:51:35.042Z | Downloaded rayon-core v1.13.0 |
| 604 | 2026-06-05T20:51:35.043Z | Downloaded progenitor-impl v0.11.1 |
| 605 | 2026-06-05T20:51:35.045Z | Downloaded shlex v1.3.0 |
| 606 | 2026-06-05T20:51:35.045Z | Downloaded memchr v2.7.2 |
| 607 | 2026-06-05T20:51:35.049Z | Downloaded serde_with_macros v3.18.0 |
| 608 | 2026-06-05T20:51:35.052Z | Downloaded strsim v0.11.1 |
| 609 | 2026-06-05T20:51:35.052Z | Downloaded sec1 v0.7.3 |
| 610 | 2026-06-05T20:51:35.052Z | Downloaded scroll v0.12.0 |
| 611 | 2026-06-05T20:51:35.056Z | Downloaded rustversion v1.0.22 |
| 612 | 2026-06-05T20:51:35.057Z | Downloaded ed25519-dalek v2.2.0 |
| 613 | 2026-06-05T20:51:35.062Z | Downloaded pem v3.0.5 |
| 614 | 2026-06-05T20:51:35.062Z | Downloaded paste v1.0.15 |
| 615 | 2026-06-05T20:51:35.066Z | Downloaded hashbrown v0.12.3 |
| 616 | 2026-06-05T20:51:35.066Z | Downloaded thiserror v2.0.18 |
| 617 | 2026-06-05T20:51:35.069Z | Downloaded thiserror v1.0.64 |
| 618 | 2026-06-05T20:51:35.073Z | Downloaded thiserror-impl v2.0.18 |
| 619 | 2026-06-05T20:51:35.073Z | Downloaded schemars v0.8.22 |
| 620 | 2026-06-05T20:51:35.077Z | Downloaded try-lock v0.2.5 |
| 621 | 2026-06-05T20:51:35.080Z | Downloaded tower-layer v0.3.3 |
| 622 | 2026-06-05T20:51:35.080Z | Downloaded toml_datetime v0.6.11 |
| 623 | 2026-06-05T20:51:35.080Z | Downloaded tower-service v0.3.3 |
| 624 | 2026-06-05T20:51:35.085Z | Downloaded toml_write v0.1.2 |
| 625 | 2026-06-05T20:51:35.085Z | Downloaded thiserror-no-std v2.0.2 |
| 626 | 2026-06-05T20:51:35.091Z | Downloaded typify-macro v0.4.3 |
| 627 | 2026-06-05T20:51:35.091Z | Downloaded typeid v1.0.0 |
| 628 | 2026-06-05T20:51:35.091Z | Downloaded strum_macros v0.26.4 |
| 629 | 2026-06-05T20:51:35.091Z | Downloaded spin v0.9.8 |
| 630 | 2026-06-05T20:51:35.095Z | Downloaded smallvec v1.13.2 |
| 631 | 2026-06-05T20:51:35.095Z | Downloaded tls_codec v0.4.2 |
| 632 | 2026-06-05T20:51:35.095Z | Downloaded unicode-linebreak v0.1.5 |
| 633 | 2026-06-05T20:51:35.095Z | Downloaded serde_derive v1.0.228 |
| 634 | 2026-06-05T20:51:35.098Z | Downloaded tinystr v0.7.6 |
| 635 | 2026-06-05T20:51:35.098Z | Downloaded tls_codec_derive v0.4.2 |
| 636 | 2026-06-05T20:51:35.098Z | Downloaded typify-macro v0.6.2 |
| 637 | 2026-06-05T20:51:35.098Z | Downloaded similar v2.7.0 |
| 638 | 2026-06-05T20:51:35.103Z | Downloaded unicode-xid v0.2.4 |
| 639 | 2026-06-05T20:51:35.105Z | Downloaded nom v7.1.3 |
| 640 | 2026-06-05T20:51:35.106Z | Downloaded libm v0.2.8 |
| 641 | 2026-06-05T20:51:35.139Z | Downloaded hashbrown v0.15.2 |
| 642 | 2026-06-05T20:51:35.139Z | Downloaded unarray v0.1.4 |
| 643 | 2026-06-05T20:51:35.139Z | Downloaded serde_yaml v0.9.34+deprecated |
| 644 | 2026-06-05T20:51:35.139Z | Downloaded term v1.2.0 |
| 645 | 2026-06-05T20:51:35.139Z | Downloaded universal-hash v0.5.1 |
| 646 | 2026-06-05T20:51:35.139Z | Downloaded tokio-rustls v0.25.0 |
| 647 | 2026-06-05T20:51:35.139Z | Downloaded usdt-macro v0.5.0 |
| 648 | 2026-06-05T20:51:35.139Z | Downloaded usdt-attr-macro v0.5.0 |
| 649 | 2026-06-05T20:51:35.139Z | Downloaded schemars v0.9.0 |
| 650 | 2026-06-05T20:51:35.139Z | Downloaded utf-8 v0.7.6 |
| 651 | 2026-06-05T20:51:35.139Z | Downloaded usdt-macro v0.6.0 |
| 652 | 2026-06-05T20:51:35.140Z | Downloaded usdt v0.6.0 |
| 653 | 2026-06-05T20:51:35.140Z | Downloaded usdt v0.5.0 |
| 654 | 2026-06-05T20:51:35.140Z | Downloaded utf8_iter v1.0.4 |
| 655 | 2026-06-05T20:51:35.140Z | Downloaded untrusted v0.9.0 |
| 656 | 2026-06-05T20:51:35.140Z | Downloaded untrusted v0.7.1 |
| 657 | 2026-06-05T20:51:35.140Z | Downloaded mio v1.2.0 |
| 658 | 2026-06-05T20:51:35.146Z | Downloaded waitgroup v0.1.2 |
| 659 | 2026-06-05T20:51:35.146Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 660 | 2026-06-05T20:51:35.146Z | Downloaded utf16_iter v1.0.5 |
| 661 | 2026-06-05T20:51:35.146Z | Downloaded qorb v0.4.1 |
| 662 | 2026-06-05T20:51:35.146Z | Downloaded socket2 v0.5.10 |
| 663 | 2026-06-05T20:51:35.146Z | Downloaded slog v2.8.2 |
| 664 | 2026-06-05T20:51:35.149Z | Downloaded utf8parse v0.2.1 |
| 665 | 2026-06-05T20:51:35.149Z | Downloaded usdt-attr-macro v0.6.0 |
| 666 | 2026-06-05T20:51:35.149Z | Downloaded tracing-attributes v0.1.27 |
| 667 | 2026-06-05T20:51:35.149Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 668 | 2026-06-05T20:51:35.149Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 669 | 2026-06-05T20:51:35.152Z | Downloaded wait-timeout v0.2.0 |
| 670 | 2026-06-05T20:51:35.152Z | Downloaded serde_core v1.0.228 |
| 671 | 2026-06-05T20:51:35.155Z | Downloaded quinn v0.11.9 |
| 672 | 2026-06-05T20:51:35.156Z | Downloaded progenitor-impl v0.14.0 |
| 673 | 2026-06-05T20:51:35.159Z | Downloaded prettyplease v0.2.37 |
| 674 | 2026-06-05T20:51:35.159Z | Downloaded want v0.3.1 |
| 675 | 2026-06-05T20:51:35.159Z | Downloaded tokio-dtrace v0.1.1 |
| 676 | 2026-06-05T20:51:35.162Z | Downloaded tokio-tungstenite v0.21.0 |
| 677 | 2026-06-05T20:51:35.162Z | Downloaded rand v0.8.5 |
| 678 | 2026-06-05T20:51:35.166Z | Downloaded tinyvec v1.6.0 |
| 679 | 2026-06-05T20:51:35.166Z | Downloaded tokio-stream v0.1.17 |
| 680 | 2026-06-05T20:51:35.170Z | Downloaded tokio-rustls v0.26.0 |
| 681 | 2026-06-05T20:51:35.170Z | Downloaded which v4.4.2 |
| 682 | 2026-06-05T20:51:35.173Z | Downloaded time-macros v0.2.27 |
| 683 | 2026-06-05T20:51:35.173Z | Downloaded write16 v1.0.0 |
| 684 | 2026-06-05T20:51:35.173Z | Downloaded rustls-webpki v0.103.4 |
| 685 | 2026-06-05T20:51:35.176Z | Downloaded num-bigint v0.4.5 |
| 686 | 2026-06-05T20:51:35.180Z | Downloaded rustls-platform-verifier v0.6.2 |
| 687 | 2026-06-05T20:51:35.180Z | Downloaded tokio-rustls v0.24.1 |
| 688 | 2026-06-05T20:51:35.180Z | Downloaded aho-corasick v1.1.3 |
| 689 | 2026-06-05T20:51:35.184Z | Downloaded rustls-pki-types v1.12.0 |
| 690 | 2026-06-05T20:51:35.187Z | Downloaded textwrap v0.16.2 |
| 691 | 2026-06-05T20:51:35.187Z | Downloaded tempfile v3.23.0 |
| 692 | 2026-06-05T20:51:35.190Z | Downloaded xattr v1.3.1 |
| 693 | 2026-06-05T20:51:35.190Z | Downloaded usdt-impl v0.6.0 |
| 694 | 2026-06-05T20:51:35.194Z | Downloaded zerofrom-derive v0.1.5 |
| 695 | 2026-06-05T20:51:35.194Z | Downloaded schemars v1.2.1 |
| 696 | 2026-06-05T20:51:35.200Z | Downloaded snafu v0.8.9 |
| 697 | 2026-06-05T20:51:35.203Z | Downloaded iddqd v0.3.18 |
| 698 | 2026-06-05T20:51:35.207Z | Downloaded zeroize_derive v1.4.3 |
| 699 | 2026-06-05T20:51:35.211Z | Downloaded version_check v0.9.5 |
| 700 | 2026-06-05T20:51:35.211Z | Downloaded serde v1.0.228 |
| 701 | 2026-06-05T20:51:35.214Z | Downloaded twox-hash v2.1.2 |
| 702 | 2026-06-05T20:51:35.215Z | Downloaded vsss-rs v3.3.4 |
| 703 | 2026-06-05T20:51:35.215Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 704 | 2026-06-05T20:51:35.215Z | Downloaded itertools v0.13.0 |
| 705 | 2026-06-05T20:51:35.219Z | Downloaded zone_cfg_derive v0.3.0 |
| 706 | 2026-06-05T20:51:35.222Z | Downloaded zone v0.3.1 |
| 707 | 2026-06-05T20:51:35.222Z | Downloaded vergen-lib v9.1.0 |
| 708 | 2026-06-05T20:51:35.222Z | Downloaded typenum v1.17.0 |
| 709 | 2026-06-05T20:51:35.222Z | Downloaded socket2 v0.6.3 |
| 710 | 2026-06-05T20:51:35.228Z | Downloaded rand v0.9.2 |
| 711 | 2026-06-05T20:51:35.228Z | Downloaded hashbrown v0.17.0 |
| 712 | 2026-06-05T20:51:35.232Z | Downloaded zerofrom v0.1.5 |
| 713 | 2026-06-05T20:51:35.233Z | Downloaded yoke-derive v0.7.5 |
| 714 | 2026-06-05T20:51:35.233Z | Downloaded tar v0.4.40 |
| 715 | 2026-06-05T20:51:35.233Z | Downloaded idna v1.0.3 |
| 716 | 2026-06-05T20:51:35.236Z | Downloaded ucd-trie v0.1.6 |
| 717 | 2026-06-05T20:51:35.236Z | Downloaded hashbrown v0.16.1 |
| 718 | 2026-06-05T20:51:35.240Z | Downloaded wyz v0.5.1 |
| 719 | 2026-06-05T20:51:35.240Z | Downloaded hkdf v0.12.4 |
| 720 | 2026-06-05T20:51:35.240Z | Downloaded whoami v1.5.1 |
| 721 | 2026-06-05T20:51:35.243Z | Downloaded toml v0.7.8 |
| 722 | 2026-06-05T20:51:35.244Z | Downloaded itertools v0.12.1 |
| 723 | 2026-06-05T20:51:35.247Z | Downloaded yoke v0.7.5 |
| 724 | 2026-06-05T20:51:35.247Z | Downloaded usdt-impl v0.5.0 |
| 725 | 2026-06-05T20:51:35.247Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 726 | 2026-06-05T20:51:35.251Z | Downloaded toml v0.8.23 |
| 727 | 2026-06-05T20:51:35.255Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 728 | 2026-06-05T20:51:35.255Z | Downloaded zerovec-derive v0.10.3 |
| 729 | 2026-06-05T20:51:35.255Z | Downloaded test-strategy v0.4.3 |
| 730 | 2026-06-05T20:51:35.258Z | Downloaded zmij v1.0.19 |
| 731 | 2026-06-05T20:51:35.258Z | Downloaded pest v2.8.4 |
| 732 | 2026-06-05T20:51:35.261Z | Downloaded vergen v9.1.0 |
| 733 | 2026-06-05T20:51:35.263Z | Downloaded zeroize v1.8.2 |
| 734 | 2026-06-05T20:51:35.263Z | Downloaded steno v0.4.1 |
| 735 | 2026-06-05T20:51:35.266Z | Downloaded writeable v0.5.5 |
| 736 | 2026-06-05T20:51:35.266Z | Downloaded vergen-git2 v9.1.0 |
| 737 | 2026-06-05T20:51:35.266Z | Downloaded iri-string v0.7.8 |
| 738 | 2026-06-05T20:51:35.270Z | Downloaded tracing-core v0.1.32 |
| 739 | 2026-06-05T20:51:35.273Z | Downloaded walkdir v2.5.0 |
| 740 | 2026-06-05T20:51:35.273Z | Downloaded typify v0.6.2 |
| 741 | 2026-06-05T20:51:35.276Z | Downloaded typify v0.4.3 |
| 742 | 2026-06-05T20:51:35.281Z | Downloaded h2 v0.4.6 |
| 743 | 2026-06-05T20:51:35.287Z | Downloaded unicode-ident v1.0.24 |
| 744 | 2026-06-05T20:51:35.287Z | Downloaded goblin v0.8.2 |
| 745 | 2026-06-05T20:51:35.290Z | Downloaded clap_builder v4.5.2 |
| 746 | 2026-06-05T20:51:35.290Z | Downloaded hyper-util v0.1.20 |
| 747 | 2026-06-05T20:51:35.293Z | Downloaded progenitor-macro v0.11.1 |
| 748 | 2026-06-05T20:51:35.293Z | Downloaded icu_locid v1.5.0 |
| 749 | 2026-06-05T20:51:35.296Z | Downloaded ingot-macros v0.1.1 |
| 750 | 2026-06-05T20:51:35.296Z | Downloaded icu_normalizer_data v1.5.0 |
| 751 | 2026-06-05T20:51:35.299Z | Downloaded tungstenite v0.21.0 |
| 752 | 2026-06-05T20:51:35.299Z | Downloaded zerocopy-derive v0.7.34 |
| 753 | 2026-06-05T20:51:35.303Z | Downloaded unsafe-libyaml v0.2.11 |
| 754 | 2026-06-05T20:51:35.307Z | Downloaded progenitor-client v0.10.0 |
| 755 | 2026-06-05T20:51:35.308Z | Downloaded icu_provider v1.5.0 |
| 756 | 2026-06-05T20:51:35.308Z | Downloaded icu_normalizer v1.5.0 |
| 757 | 2026-06-05T20:51:35.308Z | Downloaded bytes v1.11.1 |
| 758 | 2026-06-05T20:51:35.311Z | Downloaded const_format v0.2.35 |
| 759 | 2026-06-05T20:51:35.314Z | Downloaded num_enum v0.5.11 |
| 760 | 2026-06-05T20:51:35.314Z | Downloaded getrandom v0.2.14 |
| 761 | 2026-06-05T20:51:35.318Z | Downloaded futures v0.3.32 |
| 762 | 2026-06-05T20:51:35.322Z | Downloaded fatfs v0.3.6 |
| 763 | 2026-06-05T20:51:35.322Z | Downloaded dropshot_endpoint v0.16.7 |
| 764 | 2026-06-05T20:51:35.325Z | Downloaded git2 v0.20.2 |
| 765 | 2026-06-05T20:51:35.328Z | Downloaded itertools v0.14.0 |
| 766 | 2026-06-05T20:51:35.331Z | Downloaded uuid v1.22.0 |
| 767 | 2026-06-05T20:51:35.334Z | Downloaded toml_edit v0.22.27 |
| 768 | 2026-06-05T20:51:35.334Z | Downloaded url v2.5.4 |
| 769 | 2026-06-05T20:51:35.337Z | Downloaded bindgen v0.69.5 |
| 770 | 2026-06-05T20:51:35.340Z | Downloaded libsw v3.5.0 |
| 771 | 2026-06-05T20:51:35.344Z | Downloaded libloading v0.7.4 |
| 772 | 2026-06-05T20:51:35.344Z | Downloaded foldhash v0.1.5 |
| 773 | 2026-06-05T20:51:35.344Z | Downloaded erased-serde v0.4.5 |
| 774 | 2026-06-05T20:51:35.344Z | Downloaded hyper v1.8.1 |
| 775 | 2026-06-05T20:51:35.347Z | Downloaded futures-util v0.3.32 |
| 776 | 2026-06-05T20:51:35.353Z | Downloaded toml_edit v0.19.15 |
| 777 | 2026-06-05T20:51:35.362Z | Downloaded tracing v0.1.40 |
| 778 | 2026-06-05T20:51:35.365Z | Downloaded reqwest v0.13.2 |
| 779 | 2026-06-05T20:51:35.369Z | Downloaded der_derive v0.7.3 |
| 780 | 2026-06-05T20:51:35.372Z | Downloaded futures-channel v0.3.32 |
| 781 | 2026-06-05T20:51:35.372Z | Downloaded newtype_derive v0.1.6 |
| 782 | 2026-06-05T20:51:35.372Z | Downloaded hex v0.4.3 |
| 783 | 2026-06-05T20:51:35.372Z | Downloaded memoffset v0.9.1 |
| 784 | 2026-06-05T20:51:35.372Z | Downloaded linked-hash-map v0.5.6 |
| 785 | 2026-06-05T20:51:35.375Z | Downloaded allocator-api2 v0.2.21 |
| 786 | 2026-06-05T20:51:35.375Z | Downloaded defmt-macros v0.3.9 |
| 787 | 2026-06-05T20:51:35.379Z | Downloaded data-encoding v2.6.0 |
| 788 | 2026-06-05T20:51:35.379Z | Downloaded is_ci v1.2.0 |
| 789 | 2026-06-05T20:51:35.379Z | Downloaded env_logger v0.11.10 |
| 790 | 2026-06-05T20:51:35.382Z | Downloaded deranged v0.5.3 |
| 791 | 2026-06-05T20:51:35.382Z | Downloaded fixedbitset v0.5.7 |
| 792 | 2026-06-05T20:51:35.382Z | Downloaded bitflags v2.9.4 |
| 793 | 2026-06-05T20:51:35.386Z | Downloaded bitflags v1.3.2 |
| 794 | 2026-06-05T20:51:35.386Z | Downloaded base64 v0.21.7 |
| 795 | 2026-06-05T20:51:35.389Z | Downloaded unicode-segmentation v1.11.0 |
| 796 | 2026-06-05T20:51:35.390Z | Downloaded ciborium v0.2.2 |
| 797 | 2026-06-05T20:51:35.390Z | Downloaded icu_provider_macros v1.5.0 |
| 798 | 2026-06-05T20:51:35.393Z | Downloaded hubpack v0.1.2 |
| 799 | 2026-06-05T20:51:35.393Z | Downloaded const_format_proc_macros v0.2.34 |
| 800 | 2026-06-05T20:51:35.393Z | Downloaded zerocopy-derive v0.8.27 |
| 801 | 2026-06-05T20:51:35.396Z | Downloaded chrono v0.4.44 |
| 802 | 2026-06-05T20:51:35.399Z | Downloaded cmake v0.1.54 |
| 803 | 2026-06-05T20:51:35.402Z | Downloaded clap_derive v4.5.4 |
| 804 | 2026-06-05T20:51:35.402Z | Downloaded typed-path v0.9.3 |
| 805 | 2026-06-05T20:51:35.405Z | Downloaded regex v1.12.3 |
| 806 | 2026-06-05T20:51:35.407Z | Downloaded cargo-platform v0.3.2 |
| 807 | 2026-06-05T20:51:35.410Z | Downloaded bit-vec v0.6.3 |
| 808 | 2026-06-05T20:51:35.410Z | Downloaded bincode v1.3.3 |
| 809 | 2026-06-05T20:51:35.410Z | Downloaded cargo_metadata v0.23.1 |
| 810 | 2026-06-05T20:51:35.413Z | Downloaded camino-tempfile v1.4.1 |
| 811 | 2026-06-05T20:51:35.413Z | Downloaded anstyle-parse v0.2.4 |
| 812 | 2026-06-05T20:51:35.413Z | Downloaded anstyle v1.0.7 |
| 813 | 2026-06-05T20:51:35.416Z | Downloaded globset v0.4.14 |
| 814 | 2026-06-05T20:51:35.416Z | Downloaded p384 v0.13.1 |
| 815 | 2026-06-05T20:51:35.419Z | Downloaded git-stub-vcs v0.1.0 |
| 816 | 2026-06-05T20:51:35.419Z | Downloaded futures-sink v0.3.32 |
| 817 | 2026-06-05T20:51:35.419Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 818 | 2026-06-05T20:51:35.422Z | Downloaded displaydoc v0.2.5 |
| 819 | 2026-06-05T20:51:35.422Z | Downloaded derive_builder v0.20.2 |
| 820 | 2026-06-05T20:51:35.425Z | Downloaded dyn-clone v1.0.17 |
| 821 | 2026-06-05T20:51:35.426Z | Downloaded salty v0.3.0 |
| 822 | 2026-06-05T20:51:35.429Z | Downloaded hash32 v0.3.1 |
| 823 | 2026-06-05T20:51:35.429Z | Downloaded daft-derive v0.1.5 |
| 824 | 2026-06-05T20:51:35.432Z | Downloaded bitvec v1.0.1 |
| 825 | 2026-06-05T20:51:35.439Z | Downloaded tower v0.5.2 |
| 826 | 2026-06-05T20:51:35.444Z | Downloaded unicode-normalization v0.1.24 |
| 827 | 2026-06-05T20:51:35.447Z | Downloaded rustls-webpki v0.102.4 |
| 828 | 2026-06-05T20:51:35.455Z | Downloaded reqwest v0.12.23 |
| 829 | 2026-06-05T20:51:35.459Z | Downloaded goblin v0.10.4 |
| 830 | 2026-06-05T20:51:35.463Z | Downloaded rayon v1.11.0 |
| 831 | 2026-06-05T20:51:35.467Z | Downloaded cancel-safe-futures v0.1.5 |
| 832 | 2026-06-05T20:51:35.471Z | Downloaded rustls-webpki v0.101.7 |
| 833 | 2026-06-05T20:51:35.478Z | Downloaded portable-atomic v1.11.1 |
| 834 | 2026-06-05T20:51:35.481Z | Downloaded bcs v0.1.6 |
| 835 | 2026-06-05T20:51:35.484Z | Downloaded anstream v0.6.14 |
| 836 | 2026-06-05T20:51:35.484Z | Downloaded tokio-util v0.7.16 |
| 837 | 2026-06-05T20:51:35.486Z | Downloaded foreign-types-shared v0.1.1 |
| 838 | 2026-06-05T20:51:35.489Z | Downloaded debug-ignore v1.0.5 |
| 839 | 2026-06-05T20:51:35.489Z | Downloaded serde_json v1.0.149 |
| 840 | 2026-06-05T20:51:35.492Z | Downloaded crypto-common v0.1.6 |
| 841 | 2026-06-05T20:51:35.492Z | Downloaded x509-cert v0.2.5 |
| 842 | 2026-06-05T20:51:35.495Z | Downloaded serde_with v3.18.0 |
| 843 | 2026-06-05T20:51:35.502Z | Downloaded tower-http v0.6.8 |
| 844 | 2026-06-05T20:51:35.506Z | Downloaded zerovec v0.10.4 |
| 845 | 2026-06-05T20:51:35.509Z | Downloaded tough v0.20.0 |
| 846 | 2026-06-05T20:51:35.514Z | Downloaded quinn-proto v0.11.13 |
| 847 | 2026-06-05T20:51:35.518Z | Downloaded openssl v0.10.72 |
| 848 | 2026-06-05T20:51:35.522Z | Downloaded icu_properties_data v1.5.0 |
| 849 | 2026-06-05T20:51:35.528Z | Downloaded proptest v1.5.0 |
| 850 | 2026-06-05T20:51:35.532Z | Downloaded cobs v0.2.3 |
| 851 | 2026-06-05T20:51:35.535Z | Downloaded anstyle-query v1.0.3 |
| 852 | 2026-06-05T20:51:35.535Z | Downloaded dof v0.4.0 |
| 853 | 2026-06-05T20:51:35.535Z | Downloaded moka v0.12.10 |
| 854 | 2026-06-05T20:51:35.540Z | Downloaded fastrand v2.3.0 |
| 855 | 2026-06-05T20:51:35.543Z | Downloaded tabled v0.15.0 |
| 856 | 2026-06-05T20:51:35.549Z | Downloaded winnow v0.7.13 |
| 857 | 2026-06-05T20:51:35.554Z | Downloaded equivalent v1.0.2 |
| 858 | 2026-06-05T20:51:35.556Z | Downloaded curve25519-dalek v4.1.3 |
| 859 | 2026-06-05T20:51:35.559Z | Downloaded embedded-io v0.6.1 |
| 860 | 2026-06-05T20:51:35.562Z | Downloaded derive_builder_macro v0.20.2 |
| 861 | 2026-06-05T20:51:35.562Z | Downloaded cfg-if v1.0.0 |
| 862 | 2026-06-05T20:51:35.562Z | Downloaded convert_case v0.4.0 |
| 863 | 2026-06-05T20:51:35.562Z | Downloaded colorchoice v1.0.1 |
| 864 | 2026-06-05T20:51:35.562Z | Downloaded darling_core v0.23.0 |
| 865 | 2026-06-05T20:51:35.565Z | Downloaded darling v0.21.3 |
| 866 | 2026-06-05T20:51:35.568Z | Downloaded cexpr v0.6.0 |
| 867 | 2026-06-05T20:51:35.571Z | Downloaded cargo_metadata v0.18.1 |
| 868 | 2026-06-05T20:51:35.571Z | Downloaded drift v0.2.0 |
| 869 | 2026-06-05T20:51:35.575Z | Downloaded clap_lex v0.7.0 |
| 870 | 2026-06-05T20:51:35.579Z | Downloaded bitstruct_derive v0.1.0 |
| 871 | 2026-06-05T20:51:35.579Z | Downloaded bit-set v0.5.3 |
| 872 | 2026-06-05T20:51:35.579Z | Downloaded escargot v0.5.15 |
| 873 | 2026-06-05T20:51:35.579Z | Downloaded ed25519 v2.2.3 |
| 874 | 2026-06-05T20:51:35.579Z | Downloaded float-ord v0.3.2 |
| 875 | 2026-06-05T20:51:35.581Z | Downloaded winnow v0.5.40 |
| 876 | 2026-06-05T20:51:35.584Z | Downloaded erased-serde v0.3.31 |
| 877 | 2026-06-05T20:51:35.587Z | Downloaded derive-ex v0.1.8 |
| 878 | 2026-06-05T20:51:35.587Z | Downloaded darling_core v0.20.11 |
| 879 | 2026-06-05T20:51:35.590Z | Downloaded rustls v0.21.12 |
| 880 | 2026-06-05T20:51:35.594Z | Downloaded cfg_aliases v0.2.1 |
| 881 | 2026-06-05T20:51:35.597Z | Downloaded cfg_aliases v0.1.1 |
| 882 | 2026-06-05T20:51:35.597Z | Downloaded block-buffer v0.10.4 |
| 883 | 2026-06-05T20:51:35.597Z | Downloaded aead v0.5.2 |
| 884 | 2026-06-05T20:51:35.597Z | Downloaded futures-macro v0.3.32 |
| 885 | 2026-06-05T20:51:35.599Z | Downloaded funty v2.0.0 |
| 886 | 2026-06-05T20:51:35.599Z | Downloaded flagset v0.4.7 |
| 887 | 2026-06-05T20:51:35.600Z | Downloaded dunce v1.0.5 |
| 888 | 2026-06-05T20:51:35.600Z | Downloaded defmt v0.3.8 |
| 889 | 2026-06-05T20:51:35.602Z | Downloaded base64ct v1.6.0 |
| 890 | 2026-06-05T20:51:35.602Z | Downloaded zerocopy v0.7.34 |
| 891 | 2026-06-05T20:51:35.609Z | Downloaded time v0.3.47 |
| 892 | 2026-06-05T20:51:35.616Z | Downloaded vcpkg v0.2.15 |
| 893 | 2026-06-05T20:51:35.637Z | Downloaded syn v1.0.109 |
| 894 | 2026-06-05T20:51:35.643Z | Downloaded nix v0.31.3 |
| 895 | 2026-06-05T20:51:35.648Z | Downloaded nix v0.28.0 |
| 896 | 2026-06-05T20:51:35.654Z | Downloaded regress v0.10.5 |
| 897 | 2026-06-05T20:51:35.658Z | Downloaded unicode-width v0.1.14 |
| 898 | 2026-06-05T20:51:35.662Z | Downloaded rustls v0.22.4 |
| 899 | 2026-06-05T20:51:35.667Z | Downloaded webpki-roots v0.26.3 |
| 900 | 2026-06-05T20:51:35.670Z | Downloaded syn v2.0.117 |
| 901 | 2026-06-05T20:51:35.675Z | Downloaded unicode-width v0.2.1 |
| 902 | 2026-06-05T20:51:35.678Z | Downloaded smoltcp v0.11.0 |
| 903 | 2026-06-05T20:51:35.685Z | Downloaded webpki-roots v1.0.3 |
| 904 | 2026-06-05T20:51:35.687Z | Downloaded rustix v0.38.34 |
| 905 | 2026-06-05T20:51:35.698Z | Downloaded zerocopy v0.8.27 |
| 906 | 2026-06-05T20:51:35.710Z | Downloaded dropshot v0.17.0 |
| 907 | 2026-06-05T20:51:35.721Z | Downloaded regress v0.11.1 |
| 908 | 2026-06-05T20:51:35.726Z | Downloaded hickory-proto v0.25.2 |
| 909 | 2026-06-05T20:51:35.734Z | Downloaded rustix v1.1.2 |
| 910 | 2026-06-05T20:51:35.746Z | Downloaded rustls v0.23.31 |
| 911 | 2026-06-05T20:51:35.753Z | Downloaded regex-syntax v0.8.5 |
| 912 | 2026-06-05T20:51:35.757Z | Downloaded openapiv3 v2.2.0 |
| 913 | 2026-06-05T20:51:35.762Z | Downloaded nix v0.30.1 |
| 914 | 2026-06-05T20:51:35.768Z | Downloaded typify-impl v0.6.2 |
| 915 | 2026-06-05T20:51:35.774Z | Downloaded hickory-proto v0.24.4 |
| 916 | 2026-06-05T20:51:35.782Z | Downloaded dropshot v0.16.7 |
| 917 | 2026-06-05T20:51:35.795Z | Downloaded typify-impl v0.4.3 |
| 918 | 2026-06-05T20:51:35.802Z | Downloaded bstr v1.9.1 |
| 919 | 2026-06-05T20:51:35.808Z | Downloaded console v0.15.8 |
| 920 | 2026-06-05T20:51:35.811Z | Downloaded backon v1.6.0 |
| 921 | 2026-06-05T20:51:35.811Z | Downloaded clang-sys v1.8.1 |
| 922 | 2026-06-05T20:51:35.811Z | Downloaded camino v1.2.2 |
| 923 | 2026-06-05T20:51:35.814Z | Downloaded autocfg v1.3.0 |
| 924 | 2026-06-05T20:51:35.814Z | Downloaded atomicwrites v0.4.4 |
| 925 | 2026-06-05T20:51:35.814Z | Downloaded atomic-waker v1.1.2 |
| 926 | 2026-06-05T20:51:35.814Z | Downloaded async-stream v0.3.6 |
| 927 | 2026-06-05T20:51:35.841Z | Downloaded chrono-tz v0.10.4 |
| 928 | 2026-06-05T20:51:35.861Z | Downloaded csv v1.3.1 |
| 929 | 2026-06-05T20:51:35.887Z | Downloaded regex-automata v0.4.14 |
| 930 | 2026-06-05T20:51:35.895Z | Downloaded jiff v0.2.15 |
| 931 | 2026-06-05T20:51:35.920Z | Downloaded petgraph v0.6.5 |
| 932 | 2026-06-05T20:51:35.964Z | Downloaded petgraph v0.8.3 |
| 933 | 2026-06-05T20:51:35.977Z | Downloaded libc v0.2.186 |
| 934 | 2026-06-05T20:51:36.017Z | Downloaded sha3 v0.10.8 |
| 935 | 2026-06-05T20:51:36.032Z | Downloaded tokio v1.52.3 |
| 936 | 2026-06-05T20:51:36.109Z | Downloaded encoding_rs v0.8.34 |
| 937 | 2026-06-05T20:51:36.152Z | Downloaded ring v0.17.14 |
| 938 | 2026-06-05T20:51:36.172Z | Downloaded fakedata_generator v0.7.1 |
| 939 | 2026-06-05T20:51:36.201Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 940 | 2026-06-05T20:51:36.273Z | Downloaded libz-sys v1.1.16 |
| 941 | 2026-06-05T20:51:36.596Z | Downloaded aws-lc-sys v0.30.0 |
| 942 | 2026-06-05T20:51:36.927Z | Compiling proc-macro2 v1.0.106 |
| 943 | 2026-06-05T20:51:36.927Z | Compiling quote v1.0.45 |
| 944 | 2026-06-05T20:51:36.930Z | Compiling unicode-ident v1.0.24 |
| 945 | 2026-06-05T20:51:36.930Z | Compiling libc v0.2.186 |
| 946 | 2026-06-05T20:51:36.930Z | Compiling serde_core v1.0.228 |
| 947 | 2026-06-05T20:51:36.930Z | Compiling serde v1.0.228 |
| 948 | 2026-06-05T20:51:36.930Z | Compiling autocfg v1.3.0 |
| 949 | 2026-06-05T20:51:36.930Z | Checking cfg-if v1.0.0 |
| 950 | 2026-06-05T20:51:37.265Z | Compiling zmij v1.0.19 |
| 951 | 2026-06-05T20:51:37.310Z | Compiling serde_json v1.0.149 |
| 952 | 2026-06-05T20:51:37.571Z | Compiling memchr v2.7.2 |
| 953 | 2026-06-05T20:51:37.736Z | Compiling libm v0.2.8 |
| 954 | 2026-06-05T20:51:38.009Z | Checking itoa v1.0.11 |
| 955 | 2026-06-05T20:51:38.093Z | Checking smallvec v1.13.2 |
| 956 | 2026-06-05T20:51:38.144Z | Compiling version_check v0.9.5 |
| 957 | 2026-06-05T20:51:38.214Z | Compiling getrandom v0.4.2 |
| 958 | 2026-06-05T20:51:38.296Z | Checking stable_deref_trait v1.2.0 |
| 959 | 2026-06-05T20:51:38.381Z | Checking litemap v0.7.4 |
| 960 | 2026-06-05T20:51:38.448Z | Checking writeable v0.5.5 |
| 961 | 2026-06-05T20:51:38.451Z | Compiling syn v2.0.117 |
| 962 | 2026-06-05T20:51:38.520Z | Checking icu_locid_transform_data v1.5.0 |
| 963 | 2026-06-05T20:51:38.538Z | Checking icu_properties_data v1.5.0 |
| 964 | 2026-06-05T20:51:38.564Z | Checking percent-encoding v2.3.2 |
| 965 | 2026-06-05T20:51:38.593Z | Compiling num-traits v0.2.19 |
| 966 | 2026-06-05T20:51:38.612Z | Checking icu_normalizer_data v1.5.0 |
| 967 | 2026-06-05T20:51:38.629Z | Checking utf8_iter v1.0.4 |
| 968 | 2026-06-05T20:51:38.679Z | Checking utf16_iter v1.0.5 |
| 969 | 2026-06-05T20:51:38.697Z | Checking write16 v1.0.0 |
| 970 | 2026-06-05T20:51:38.775Z | Checking form_urlencoded v1.2.2 |
| 971 | 2026-06-05T20:51:38.796Z | Checking getrandom v0.2.14 |
| 972 | 2026-06-05T20:51:38.796Z | Compiling thiserror v2.0.18 |
| 973 | 2026-06-05T20:51:38.883Z | Compiling shlex v1.3.0 |
| 974 | 2026-06-05T20:51:38.951Z | Compiling jobserver v0.1.31 |
| 975 | 2026-06-05T20:51:39.018Z | Compiling log v0.4.29 |
| 976 | 2026-06-05T20:51:39.119Z | Compiling lock_api v0.4.12 |
| 977 | 2026-06-05T20:51:39.221Z | Compiling cc v1.2.17 |
| 978 | 2026-06-05T20:51:39.318Z | Compiling parking_lot_core v0.9.10 |
| 979 | 2026-06-05T20:51:39.396Z | Compiling heck v0.5.0 |
| 980 | 2026-06-05T20:51:39.551Z | Checking iana-time-zone v0.1.64 |
| 981 | 2026-06-05T20:51:39.672Z | Checking semver v1.0.28 |
| 982 | 2026-06-05T20:51:39.709Z | Compiling rustversion v1.0.22 |
| 983 | 2026-06-05T20:51:39.709Z | Compiling regex-syntax v0.8.5 |
| 984 | 2026-06-05T20:51:39.747Z | Checking uuid v1.22.0 |
| 985 | 2026-06-05T20:51:39.838Z | Checking dyn-clone v1.0.17 |
| 986 | 2026-06-05T20:51:39.880Z | Compiling schemars v0.8.22 |
| 987 | 2026-06-05T20:51:39.936Z | Compiling aho-corasick v1.1.3 |
| 988 | 2026-06-05T20:51:40.020Z | Compiling slab v0.4.9 |
| 989 | 2026-06-05T20:51:40.117Z | Checking subtle v2.6.1 |
| 990 | 2026-06-05T20:51:40.271Z | Compiling typenum v1.17.0 |
| 991 | 2026-06-05T20:51:40.332Z | Checking pin-project-lite v0.2.14 |
| 992 | 2026-06-05T20:51:40.463Z | Checking rand_core v0.6.4 |
| 993 | 2026-06-05T20:51:40.628Z | Compiling bitflags v2.9.4 |
| 994 | 2026-06-05T20:51:40.647Z | Checking socket2 v0.6.3 |
| 995 | 2026-06-05T20:51:40.725Z | Checking scopeguard v1.2.0 |
| 996 | 2026-06-05T20:51:40.807Z | Checking mio v1.2.0 |
| 997 | 2026-06-05T20:51:40.851Z | Checking signal-hook-registry v1.4.2 |
| 998 | 2026-06-05T20:51:40.879Z | Compiling either v1.15.0 |
| 999 | 2026-06-05T20:51:40.929Z | Compiling portable-atomic v1.11.1 |
| 1000 | 2026-06-05T20:51:41.010Z | Compiling generic-array v0.14.7 |
| 1001 | 2026-06-05T20:51:41.032Z | Checking parking_lot v0.12.2 |
| 1002 | 2026-06-05T20:51:41.084Z | Checking equivalent v1.0.2 |
| 1003 | 2026-06-05T20:51:41.175Z | Compiling regex-automata v0.4.14 |
| 1004 | 2026-06-05T20:51:41.217Z | Checking critical-section v1.2.0 |
| 1005 | 2026-06-05T20:51:41.252Z | Compiling synstructure v0.13.1 |
| 1006 | 2026-06-05T20:51:41.330Z | Compiling serde_derive_internals v0.29.1 |
| 1007 | 2026-06-05T20:51:41.405Z | Compiling errno v0.3.14 |
| 1008 | 2026-06-05T20:51:41.606Z | Checking futures-core v0.3.32 |
| 1009 | 2026-06-05T20:51:41.626Z | Compiling thiserror v1.0.64 |
| 1010 | 2026-06-05T20:51:41.740Z | Compiling ring v0.17.14 |
| 1011 | 2026-06-05T20:51:41.821Z | Compiling rustix v0.38.34 |
| 1012 | 2026-06-05T20:51:41.889Z | Checking once_cell v1.21.3 |
| 1013 | 2026-06-05T20:51:41.914Z | Compiling httparse v1.10.1 |
| 1014 | 2026-06-05T20:51:42.073Z | Compiling getrandom v0.3.4 |
| 1015 | 2026-06-05T20:51:42.125Z | Compiling prettyplease v0.2.37 |
| 1016 | 2026-06-05T20:51:42.145Z | Compiling minimal-lexical v0.2.1 |
| 1017 | 2026-06-05T20:51:42.335Z | Checking futures-sink v0.3.32 |
| 1018 | 2026-06-05T20:51:42.364Z | Compiling glob v0.3.3 |
| 1019 | 2026-06-05T20:51:42.442Z | Compiling nom v7.1.3 |
| 1020 | 2026-06-05T20:51:42.489Z | Checking hashbrown v0.17.0 |
| 1021 | 2026-06-05T20:51:42.511Z | Compiling serde_derive v1.0.228 |
| 1022 | 2026-06-05T20:51:42.595Z | Compiling zerofrom-derive v0.1.5 |
| 1023 | 2026-06-05T20:51:42.687Z | Compiling yoke-derive v0.7.5 |
| 1024 | 2026-06-05T20:51:42.937Z | Compiling zerovec-derive v0.10.3 |
| 1025 | 2026-06-05T20:51:43.245Z | Compiling displaydoc v0.2.5 |
| 1026 | 2026-06-05T20:51:43.709Z | Compiling icu_provider_macros v1.5.0 |
| 1027 | 2026-06-05T20:51:43.712Z | Compiling schemars_derive v0.8.22 |
| 1028 | 2026-06-05T20:51:43.784Z | Checking zerofrom v0.1.5 |
| 1029 | 2026-06-05T20:51:43.814Z | Compiling zeroize_derive v1.4.3 |
| 1030 | 2026-06-05T20:51:43.908Z | Checking yoke v0.7.5 |
| 1031 | 2026-06-05T20:51:43.949Z | Compiling thiserror-impl v2.0.18 |
| 1032 | 2026-06-05T20:51:43.969Z | Compiling tokio-macros v2.7.0 |
| 1033 | 2026-06-05T20:51:44.089Z | Checking zerovec v0.10.4 |
| 1034 | 2026-06-05T20:51:44.274Z | Compiling regex v1.12.3 |
| 1035 | 2026-06-05T20:51:44.497Z | Checking zeroize v1.8.2 |
| 1036 | 2026-06-05T20:51:44.656Z | Compiling futures-macro v0.3.32 |
| 1037 | 2026-06-05T20:51:44.703Z | Compiling thiserror-impl v1.0.64 |
| 1038 | 2026-06-05T20:51:44.768Z | Checking tinystr v0.7.6 |
| 1039 | 2026-06-05T20:51:44.918Z | Checking icu_collections v1.5.0 |
| 1040 | 2026-06-05T20:51:44.946Z | Checking icu_locid v1.5.0 |
| 1041 | 2026-06-05T20:51:45.100Z | Checking crypto-common v0.1.6 |
| 1042 | 2026-06-05T20:51:45.332Z | Compiling clang-sys v1.8.1 |
| 1043 | 2026-06-05T20:51:45.369Z | Checking indexmap v2.14.0 |
| 1044 | 2026-06-05T20:51:45.373Z | Checking icu_provider v1.5.0 |
| 1045 | 2026-06-05T20:51:45.461Z | Compiling lazy_static v1.5.0 |
| 1046 | 2026-06-05T20:51:45.520Z | Checking bytes v1.11.1 |
| 1047 | 2026-06-05T20:51:45.563Z | Checking chrono v0.4.44 |
| 1048 | 2026-06-05T20:51:45.677Z | Checking icu_locid_transform v1.5.0 |
| 1049 | 2026-06-05T20:51:45.694Z | Compiling serde_tokenstream v0.2.3 |
| 1050 | 2026-06-05T20:51:45.853Z | Compiling libloading v0.8.9 |
| 1051 | 2026-06-05T20:51:45.893Z | Compiling home v0.5.11 |
| 1052 | 2026-06-05T20:51:45.954Z | Checking tokio v1.52.3 |
| 1053 | 2026-06-05T20:51:45.974Z | Compiling bindgen v0.69.5 |
| 1054 | 2026-06-05T20:51:46.019Z | Checking const-oid v0.9.6 |
| 1055 | 2026-06-05T20:51:46.042Z | Compiling which v4.4.2 |
| 1056 | 2026-06-05T20:51:46.118Z | Checking icu_properties v1.5.1 |
| 1057 | 2026-06-05T20:51:46.294Z | Compiling cexpr v0.6.0 |
| 1058 | 2026-06-05T20:51:46.371Z | Checking futures-channel v0.3.32 |
| 1059 | 2026-06-05T20:51:46.406Z | Compiling itertools v0.12.1 |
| 1060 | 2026-06-05T20:51:46.625Z | Compiling strsim v0.11.1 |
| 1061 | 2026-06-05T20:51:46.762Z | Compiling rustc-hash v1.1.0 |
| 1062 | 2026-06-05T20:51:46.880Z | Compiling lazycell v1.3.0 |
| 1063 | 2026-06-05T20:51:46.900Z | Compiling cmake v0.1.54 |
| 1064 | 2026-06-05T20:51:46.930Z | Checking futures-task v0.3.32 |
| 1065 | 2026-06-05T20:51:47.011Z | Compiling fs_extra v1.3.0 |
| 1066 | 2026-06-05T20:51:47.078Z | Compiling dunce v1.0.5 |
| 1067 | 2026-06-05T20:51:47.181Z | Checking futures-io v0.3.32 |
| 1068 | 2026-06-05T20:51:47.242Z | Checking base64 v0.22.1 |
| 1069 | 2026-06-05T20:51:47.279Z | Compiling ident_case v1.0.1 |
| 1070 | 2026-06-05T20:51:47.300Z | Checking futures-util v0.3.32 |
| 1071 | 2026-06-05T20:51:47.334Z | Compiling zerocopy-derive v0.8.27 |
| 1072 | 2026-06-05T20:51:47.401Z | Compiling slog v2.8.2 |
| 1073 | 2026-06-05T20:51:47.461Z | Checking http v1.4.0 |
| 1074 | 2026-06-05T20:51:47.484Z | Checking block-buffer v0.10.4 |
| 1075 | 2026-06-05T20:51:47.578Z | Checking icu_normalizer v1.5.0 |
| 1076 | 2026-06-05T20:51:47.625Z | Checking digest v0.10.7 |
| 1077 | 2026-06-05T20:51:47.976Z | Checking idna_adapter v1.2.0 |
| 1078 | 2026-06-05T20:51:48.039Z | Compiling tracing-attributes v0.1.27 |
| 1079 | 2026-06-05T20:51:48.105Z | Checking idna v1.0.3 |
| 1080 | 2026-06-05T20:51:48.267Z | Checking tracing-core v0.1.32 |
| 1081 | 2026-06-05T20:51:48.356Z | Checking url v2.5.4 |
| 1082 | 2026-06-05T20:51:48.567Z | Compiling ucd-trie v0.1.6 |
| 1083 | 2026-06-05T20:51:48.586Z | Checking untrusted v0.9.0 |
| 1084 | 2026-06-05T20:51:48.743Z | Checking byteorder v1.5.0 |
| 1085 | 2026-06-05T20:51:48.806Z | Compiling pest v2.8.4 |
| 1086 | 2026-06-05T20:51:49.194Z | Checking rustls-pki-types v1.12.0 |
| 1087 | 2026-06-05T20:51:49.241Z | Checking tracing v0.1.40 |
| 1088 | 2026-06-05T20:51:49.404Z | Compiling anyhow v1.0.100 |
| 1089 | 2026-06-05T20:51:49.754Z | Checking fnv v1.0.7 |
| 1090 | 2026-06-05T20:51:49.854Z | Compiling pest_meta v2.8.4 |
| 1091 | 2026-06-05T20:51:49.915Z | Checking ppv-lite86 v0.2.17 |
| 1092 | 2026-06-05T20:51:50.001Z | Compiling camino v1.2.2 |
| 1093 | 2026-06-05T20:51:50.024Z | Checking tokio-util v0.7.16 |
| 1094 | 2026-06-05T20:51:50.417Z | Checking ipnet v2.9.0 |
| 1095 | 2026-06-05T20:51:50.425Z | Checking ryu v1.0.18 |
| 1096 | 2026-06-05T20:51:50.505Z | Compiling pest_generator v2.8.4 |
| 1097 | 2026-06-05T20:51:50.528Z | Compiling paste v1.0.15 |
| 1098 | 2026-06-05T20:51:50.563Z | Checking http-body v1.0.1 |
| 1099 | 2026-06-05T20:51:50.591Z | Compiling zerocopy v0.8.27 |
| 1100 | 2026-06-05T20:51:50.699Z | Checking atomic-waker v1.1.2 |
| 1101 | 2026-06-05T20:51:50.805Z | Checking cpufeatures v0.2.12 |
| 1102 | 2026-06-05T20:51:50.898Z | Checking try-lock v0.2.5 |
| 1103 | 2026-06-05T20:51:50.974Z | Checking tower-service v0.3.3 |
| 1104 | 2026-06-05T20:51:51.013Z | Checking tower-layer v0.3.3 |
| 1105 | 2026-06-05T20:51:51.090Z | Checking want v0.3.1 |
| 1106 | 2026-06-05T20:51:51.122Z | Checking h2 v0.4.6 |
| 1107 | 2026-06-05T20:51:51.161Z | Compiling pest_derive v2.8.4 |
| 1108 | 2026-06-05T20:51:51.217Z | Checking httpdate v1.0.3 |
| 1109 | 2026-06-05T20:51:51.254Z | Checking pin-utils v0.1.0 |
| 1110 | 2026-06-05T20:51:51.357Z | Checking erased-serde v0.3.31 |
| 1111 | 2026-06-05T20:51:51.375Z | Compiling async-trait v0.1.89 |
| 1112 | 2026-06-05T20:51:51.574Z | Compiling omicron-workspace-hack v0.1.0 |
| 1113 | 2026-06-05T20:51:51.745Z | Compiling num-conv v0.2.0 |
| 1114 | 2026-06-05T20:51:51.791Z | Compiling time-core v0.1.8 |
| 1115 | 2026-06-05T20:51:51.950Z | Compiling time-macros v0.2.27 |
| 1116 | 2026-06-05T20:51:52.100Z | Compiling aws-lc-sys v0.30.0 |
| 1117 | 2026-06-05T20:51:52.374Z | Checking http-body-util v0.1.3 |
| 1118 | 2026-06-05T20:51:52.395Z | Checking serde_urlencoded v0.7.1 |
| 1119 | 2026-06-05T20:51:52.398Z | Checking ipnetwork v0.21.1 |
| 1120 | 2026-06-05T20:51:52.594Z | Compiling scroll_derive v0.13.1 |
| 1121 | 2026-06-05T20:51:52.656Z | Compiling aws-lc-rs v1.13.3 |
| 1122 | 2026-06-05T20:51:52.723Z | Checking pretty-hex v0.4.1 |
| 1123 | 2026-06-05T20:51:52.848Z | Checking openapiv3 v2.2.0 |
| 1124 | 2026-06-05T20:51:52.926Z | Checking untrusted v0.7.1 |
| 1125 | 2026-06-05T20:51:52.954Z | Checking allocator-api2 v0.2.21 |
| 1126 | 2026-06-05T20:51:52.970Z | Checking hyper v1.8.1 |
| 1127 | 2026-06-05T20:51:53.046Z | Checking plain v0.2.3 |
| 1128 | 2026-06-05T20:51:53.158Z | Checking foldhash v0.2.0 |
| 1129 | 2026-06-05T20:51:53.318Z | Checking hashbrown v0.16.1 |
| 1130 | 2026-06-05T20:51:53.416Z | Compiling scroll v0.13.0 |
| 1131 | 2026-06-05T20:51:53.450Z | Compiling strum_macros v0.26.4 |
| 1132 | 2026-06-05T20:51:53.680Z | Compiling daft-derive v0.1.5 |
| 1133 | 2026-06-05T20:51:53.808Z | Compiling rustls v0.23.31 |
| 1134 | 2026-06-05T20:51:53.863Z | Checking hyper-util v0.1.20 |
| 1135 | 2026-06-05T20:51:54.275Z | Compiling usdt-impl v0.6.0 |
| 1136 | 2026-06-05T20:51:54.369Z | Compiling crossbeam-utils v0.8.19 |
| 1137 | 2026-06-05T20:51:54.425Z | Compiling goblin v0.10.4 |
| 1138 | 2026-06-05T20:51:54.948Z | Checking rand_core v0.9.3 |
| 1139 | 2026-06-05T20:51:55.139Z | Checking rand_chacha v0.9.0 |
| 1140 | 2026-06-05T20:51:55.167Z | Checking oxnet v0.1.4 |
| 1141 | 2026-06-05T20:51:55.305Z | Compiling dtrace-parser v0.3.0 |
| 1142 | 2026-06-05T20:51:55.624Z | Compiling thread-id v5.0.0 |
| 1143 | 2026-06-05T20:51:55.628Z | Checking encoding_rs v0.8.34 |
| 1144 | 2026-06-05T20:51:55.713Z | Compiling rustls v0.22.4 |
| 1145 | 2026-06-05T20:51:55.736Z | Checking mime v0.3.17 |
| 1146 | 2026-06-05T20:51:55.906Z | Checking rand v0.9.2 |
| 1147 | 2026-06-05T20:51:55.927Z | Checking futures-executor v0.3.32 |
| 1148 | 2026-06-05T20:51:55.987Z | Checking sync_wrapper v1.0.1 |
| 1149 | 2026-06-05T20:51:56.072Z | Checking hex v0.4.3 |
| 1150 | 2026-06-05T20:51:56.076Z | Compiling slog-async v2.8.0 |
| 1151 | 2026-06-05T20:51:56.156Z | Checking futures v0.3.32 |
| 1152 | 2026-06-05T20:51:56.237Z | Checking tower v0.5.2 |
| 1153 | 2026-06-05T20:51:56.296Z | Checking webpki-roots v0.26.3 |
| 1154 | 2026-06-05T20:51:56.351Z | Compiling multer v3.1.0 |
| 1155 | 2026-06-05T20:51:56.418Z | Checking iri-string v0.7.8 |
| 1156 | 2026-06-05T20:51:56.421Z | Compiling rustix v1.1.2 |
| 1157 | 2026-06-05T20:51:56.669Z | Checking rand_chacha v0.3.1 |
| 1158 | 2026-06-05T20:51:56.690Z | Compiling async-stream-impl v0.3.6 |
| 1159 | 2026-06-05T20:51:56.726Z | Checking winnow v0.7.13 |
| 1160 | 2026-06-05T20:51:56.897Z | Checking sha1 v0.10.6 |
| 1161 | 2026-06-05T20:51:57.003Z | Checking rand v0.8.5 |
| 1162 | 2026-06-05T20:51:57.095Z | Compiling darling_core v0.23.0 |
| 1163 | 2026-06-05T20:51:57.408Z | Compiling dof v0.4.0 |
| 1164 | 2026-06-05T20:51:57.554Z | Checking powerfmt v0.2.0 |
| 1165 | 2026-06-05T20:51:57.554Z | Checking tower-http v0.6.8 |
| 1166 | 2026-06-05T20:51:57.635Z | Checking fastrand v2.3.0 |
| 1167 | 2026-06-05T20:51:57.753Z | Compiling ref-cast v1.0.25 |
| 1168 | 2026-06-05T20:51:57.772Z | Checking deranged v0.5.3 |
| 1169 | 2026-06-05T20:51:57.928Z | Compiling ref-cast-impl v1.0.25 |
| 1170 | 2026-06-05T20:51:58.116Z | Checking is-terminal v0.4.12 |
| 1171 | 2026-06-05T20:51:58.141Z | Checking num_threads v0.1.7 |
| 1172 | 2026-06-05T20:51:58.213Z | Checking match_cfg v0.1.0 |
| 1173 | 2026-06-05T20:51:58.310Z | Checking hostname v0.3.1 |
| 1174 | 2026-06-05T20:51:58.345Z | Checking strum v0.26.3 |
| 1175 | 2026-06-05T20:51:58.390Z | Compiling usdt-macro v0.6.0 |
| 1176 | 2026-06-05T20:51:58.406Z | Compiling usdt-attr-macro v0.6.0 |
| 1177 | 2026-06-05T20:51:58.433Z | Checking newtype-uuid v1.3.2 |
| 1178 | 2026-06-05T20:51:58.444Z | Compiling newtype-uuid-macros v0.1.0 |
| 1179 | 2026-06-05T20:51:58.507Z | Compiling structmeta-derive v0.3.0 |
| 1180 | 2026-06-05T20:51:58.624Z | Compiling syn v1.0.109 |
| 1181 | 2026-06-05T20:51:58.782Z | Checking time v0.3.47 |
| 1182 | 2026-06-05T20:51:59.009Z | Checking tempfile v3.23.0 |
| 1183 | 2026-06-05T20:51:59.069Z | Compiling darling_macro v0.23.0 |
| 1184 | 2026-06-05T20:51:59.205Z | Checking crossbeam-channel v0.5.15 |
| 1185 | 2026-06-05T20:51:59.261Z | Checking daft v0.1.5 |
| 1186 | 2026-06-05T20:51:59.495Z | Checking thread_local v1.1.8 |
| 1187 | 2026-06-05T20:51:59.545Z | Compiling crc32fast v1.4.0 |
| 1188 | 2026-06-05T20:51:59.560Z | Compiling structmeta v0.3.0 |
| 1189 | 2026-06-05T20:51:59.648Z | Compiling darling v0.23.0 |
| 1190 | 2026-06-05T20:51:59.664Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1191 | 2026-06-05T20:51:59.718Z | Compiling serde_with_macros v3.18.0 |
| 1192 | 2026-06-05T20:51:59.918Z | Checking rustls-webpki v0.102.4 |
| 1193 | 2026-06-05T20:51:59.964Z | Checking serde_spanned v1.0.4 |
| 1194 | 2026-06-05T20:52:00.026Z | Checking debug-ignore v1.0.5 |
| 1195 | 2026-06-05T20:52:00.107Z | Checking term v1.2.0 |
| 1196 | 2026-06-05T20:52:00.130Z | Checking take_mut v0.2.2 |
| 1197 | 2026-06-05T20:52:00.130Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1198 | 2026-06-05T20:52:00.287Z | Checking slog-json v2.6.1 |
| 1199 | 2026-06-05T20:52:00.292Z | Checking slog-term v2.9.2 |
| 1200 | 2026-06-05T20:52:00.381Z | Compiling strum_macros v0.27.2 |
| 1201 | 2026-06-05T20:52:00.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1202 | 2026-06-05T20:52:00.564Z | Checking memmap2 v0.9.9 |
| 1203 | 2026-06-05T20:52:00.730Z | Checking spin v0.9.8 |
| 1204 | 2026-06-05T20:52:00.909Z | Checking slog-bunyan v2.5.0 |
| 1205 | 2026-06-05T20:52:01.000Z | Compiling derive-ex v0.1.8 |
| 1206 | 2026-06-05T20:52:01.023Z | Checking async-stream v0.3.6 |
| 1207 | 2026-06-05T20:52:01.065Z | Checking waitgroup v0.1.2 |
| 1208 | 2026-06-05T20:52:01.154Z | Checking rustls-pemfile v2.2.0 |
| 1209 | 2026-06-05T20:52:01.170Z | Checking serde_path_to_error v0.1.20 |
| 1210 | 2026-06-05T20:52:01.299Z | Checking hostname v0.4.2 |
| 1211 | 2026-06-05T20:52:01.412Z | Checking macaddr v1.0.1 |
| 1212 | 2026-06-05T20:52:01.644Z | Checking quick-error v1.2.3 |
| 1213 | 2026-06-05T20:52:01.733Z | Checking tokio-rustls v0.25.0 |
| 1214 | 2026-06-05T20:52:01.829Z | Checking serde_with v3.18.0 |
| 1215 | 2026-06-05T20:52:01.930Z | Checking regress v0.10.5 |
| 1216 | 2026-06-05T20:52:02.189Z | Checking webpki-roots v1.0.3 |
| 1217 | 2026-06-05T20:52:02.619Z | Checking usdt v0.6.0 |
| 1218 | 2026-06-05T20:52:02.634Z | Compiling parse-display-derive v0.10.0 |
| 1219 | 2026-06-05T20:52:02.638Z | Compiling test-strategy v0.4.3 |
| 1220 | 2026-06-05T20:52:02.655Z | Compiling dropshot v0.17.0 |
| 1221 | 2026-06-05T20:52:02.778Z | Checking wait-timeout v0.2.0 |
| 1222 | 2026-06-05T20:52:02.902Z | Checking bit-vec v0.6.3 |
| 1223 | 2026-06-05T20:52:03.086Z | Checking bit-set v0.5.3 |
| 1224 | 2026-06-05T20:52:03.236Z | Checking rusty-fork v0.3.0 |
| 1225 | 2026-06-05T20:52:03.352Z | Checking strum v0.27.2 |
| 1226 | 2026-06-05T20:52:03.371Z | Compiling dropshot_endpoint v0.17.0 |
| 1227 | 2026-06-05T20:52:03.374Z | Checking rand_xorshift v0.3.0 |
| 1228 | 2026-06-05T20:52:03.392Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-06-05T20:52:03.432Z | Checking unarray v0.1.4 |
| 1230 | 2026-06-05T20:52:03.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1231 | 2026-06-05T20:52:03.534Z | Checking proptest v1.5.0 |
| 1232 | 2026-06-05T20:52:03.618Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1233 | 2026-06-05T20:52:03.819Z | Checking rustc-hash v2.1.1 |
| 1234 | 2026-06-05T20:52:03.879Z | Checking adler v1.0.2 |
| 1235 | 2026-06-05T20:52:03.938Z | Checking iddqd v0.3.18 |
| 1236 | 2026-06-05T20:52:03.993Z | Checking miniz_oxide v0.7.2 |
| 1237 | 2026-06-05T20:52:04.168Z | Compiling toml_datetime v0.6.11 |
| 1238 | 2026-06-05T20:52:04.220Z | Checking openssl-probe v0.2.1 |
| 1239 | 2026-06-05T20:52:04.333Z | Checking rustls-native-certs v0.8.3 |
| 1240 | 2026-06-05T20:52:04.354Z | Checking flate2 v1.0.30 |
| 1241 | 2026-06-05T20:52:04.411Z | Checking instant v0.1.12 |
| 1242 | 2026-06-05T20:52:04.469Z | Checking compression-core v0.4.31 |
| 1243 | 2026-06-05T20:52:04.502Z | Checking backoff v0.4.0 |
| 1244 | 2026-06-05T20:52:04.600Z | Checking parse-display v0.10.0 |
| 1245 | 2026-06-05T20:52:04.637Z | Checking compression-codecs v0.4.32 |
| 1246 | 2026-06-05T20:52:04.676Z | Checking itertools v0.14.0 |
| 1247 | 2026-06-05T20:52:04.724Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1248 | 2026-06-05T20:52:04.810Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1249 | 2026-06-05T20:52:05.014Z | Checking base64ct v1.6.0 |
| 1250 | 2026-06-05T20:52:05.017Z | Checking toml v1.0.6+spec-1.1.0 |
| 1251 | 2026-06-05T20:52:05.144Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1252 | 2026-06-05T20:52:05.187Z | Checking async-compression v0.4.33 |
| 1253 | 2026-06-05T20:52:05.315Z | Checking unicode-width v0.1.14 |
| 1254 | 2026-06-05T20:52:05.704Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1255 | 2026-06-05T20:52:05.825Z | Compiling clap_derive v4.5.4 |
| 1256 | 2026-06-05T20:52:05.845Z | Checking utf8parse v0.2.1 |
| 1257 | 2026-06-05T20:52:05.950Z | Compiling unsafe-libyaml v0.2.11 |
| 1258 | 2026-06-05T20:52:06.038Z | Checking anstyle-parse v0.2.4 |
| 1259 | 2026-06-05T20:52:06.490Z | Compiling serde_yaml v0.9.34+deprecated |
| 1260 | 2026-06-05T20:52:06.887Z | Checking anstyle v1.0.7 |
| 1261 | 2026-06-05T20:52:06.952Z | Checking anstyle-query v1.0.3 |
| 1262 | 2026-06-05T20:52:06.994Z | Checking colorchoice v1.0.1 |
| 1263 | 2026-06-05T20:52:07.053Z | Checking is_terminal_polyfill v1.70.0 |
| 1264 | 2026-06-05T20:52:07.098Z | Checking pem-rfc7468 v0.7.0 |
| 1265 | 2026-06-05T20:52:07.145Z | Checking anstream v0.6.14 |
| 1266 | 2026-06-05T20:52:07.262Z | Checking terminal_size v0.3.0 |
| 1267 | 2026-06-05T20:52:07.386Z | Compiling der_derive v0.7.3 |
| 1268 | 2026-06-05T20:52:07.501Z | Checking clap_lex v0.7.0 |
| 1269 | 2026-06-05T20:52:07.556Z | Checking flagset v0.4.7 |
| 1270 | 2026-06-05T20:52:07.658Z | Compiling winnow v0.5.40 |
| 1271 | 2026-06-05T20:52:07.703Z | Checking clap_builder v4.5.2 |
| 1272 | 2026-06-05T20:52:07.808Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1273 | 2026-06-05T20:52:08.258Z | Compiling darling_core v0.21.3 |
| 1274 | 2026-06-05T20:52:08.302Z | Checking der v0.7.10 |
| 1275 | 2026-06-05T20:52:08.806Z | Compiling rustc_version v0.4.1 |
| 1276 | 2026-06-05T20:52:08.932Z | Compiling toml_edit v0.19.15 |
| 1277 | 2026-06-05T20:52:08.953Z | Checking clap v4.5.4 |
| 1278 | 2026-06-05T20:52:09.081Z | Checking spki v0.7.3 |
| 1279 | 2026-06-05T20:52:09.350Z | Compiling heck v0.4.1 |
| 1280 | 2026-06-05T20:52:09.583Z | Checking secrecy v0.10.3 |
| 1281 | 2026-06-05T20:52:09.702Z | Compiling heapless v0.8.0 |
| 1282 | 2026-06-05T20:52:09.852Z | Compiling convert_case v0.4.0 |
| 1283 | 2026-06-05T20:52:10.053Z | Compiling proc-macro-crate v1.3.1 |
| 1284 | 2026-06-05T20:52:10.165Z | Compiling derive_more v0.99.20 |
| 1285 | 2026-06-05T20:52:10.356Z | Compiling darling_macro v0.21.3 |
| 1286 | 2026-06-05T20:52:10.405Z | Checking pkcs8 v0.10.2 |
| 1287 | 2026-06-05T20:52:10.569Z | Checking tabwriter v1.4.0 |
| 1288 | 2026-06-05T20:52:10.910Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1289 | 2026-06-05T20:52:10.930Z | Compiling darling v0.21.3 |
| 1290 | 2026-06-05T20:52:10.971Z | Checking backon v1.6.0 |
| 1291 | 2026-06-05T20:52:11.020Z | Compiling ingot-macros v0.1.1 |
| 1292 | 2026-06-05T20:52:11.170Z | Checking crossbeam-epoch v0.9.18 |
| 1293 | 2026-06-05T20:52:11.338Z | Checking hash32 v0.3.1 |
| 1294 | 2026-06-05T20:52:11.358Z | Checking bitflags v1.3.2 |
| 1295 | 2026-06-05T20:52:11.438Z | Compiling smoltcp v0.11.0 |
| 1296 | 2026-06-05T20:52:11.641Z | Compiling cfg_aliases v0.2.1 |
| 1297 | 2026-06-05T20:52:11.807Z | Compiling typify-impl v0.4.3 |
| 1298 | 2026-06-05T20:52:12.044Z | Checking hmac v0.12.1 |
| 1299 | 2026-06-05T20:52:12.207Z | Checking managed v0.8.0 |
| 1300 | 2026-06-05T20:52:12.280Z | Checking cobs v0.2.3 |
| 1301 | 2026-06-05T20:52:12.407Z | Checking postcard v1.0.9 |
| 1302 | 2026-06-05T20:52:12.590Z | Checking inout v0.1.3 |
| 1303 | 2026-06-05T20:52:12.684Z | Compiling zerocopy-derive v0.7.34 |
| 1304 | 2026-06-05T20:52:12.726Z | Checking ff v0.13.1 |
| 1305 | 2026-06-05T20:52:12.862Z | Compiling memoffset v0.9.1 |
| 1306 | 2026-06-05T20:52:13.151Z | Checking base16ct v0.2.0 |
| 1307 | 2026-06-05T20:52:13.282Z | Checking sec1 v0.7.3 |
| 1308 | 2026-06-05T20:52:13.319Z | Checking group v0.13.0 |
| 1309 | 2026-06-05T20:52:13.493Z | Checking cipher v0.4.4 |
| 1310 | 2026-06-05T20:52:13.528Z | Checking hkdf v0.12.4 |
| 1311 | 2026-06-05T20:52:13.667Z | Compiling regress v0.11.1 |
| 1312 | 2026-06-05T20:52:13.687Z | Checking crypto-bigint v0.5.5 |
| 1313 | 2026-06-05T20:52:13.735Z | Checking ingot-types v0.1.2 |
| 1314 | 2026-06-05T20:52:13.985Z | Compiling proc-macro-error-attr v1.0.4 |
| 1315 | 2026-06-05T20:52:14.077Z | Checking ingot v0.1.1 |
| 1316 | 2026-06-05T20:52:14.214Z | Compiling rayon-core v1.13.0 |
| 1317 | 2026-06-05T20:52:14.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1318 | 2026-06-05T20:52:14.482Z | Compiling pkg-config v0.3.30 |
| 1319 | 2026-06-05T20:52:14.553Z | Checking colored v3.1.1 |
| 1320 | 2026-06-05T20:52:14.753Z | Checking elliptic-curve v0.13.8 |
| 1321 | 2026-06-05T20:52:15.075Z | Checking crossbeam-deque v0.8.5 |
| 1322 | 2026-06-05T20:52:15.140Z | Compiling num_enum_derive v0.7.4 |
| 1323 | 2026-06-05T20:52:15.245Z | Compiling typify-macro v0.4.3 |
| 1324 | 2026-06-05T20:52:15.264Z | Compiling typify-impl v0.6.2 |
| 1325 | 2026-06-05T20:52:15.377Z | Compiling curve25519-dalek v4.1.3 |
| 1326 | 2026-06-05T20:52:15.666Z | Checking half v2.7.1 |
| 1327 | 2026-06-05T20:52:16.187Z | Checking universal-hash v0.5.1 |
| 1328 | 2026-06-05T20:52:16.271Z | Compiling proc-macro-error v1.0.4 |
| 1329 | 2026-06-05T20:52:16.315Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1330 | 2026-06-05T20:52:16.334Z | Compiling vcpkg v0.2.15 |
| 1331 | 2026-06-05T20:52:16.590Z | Checking data-encoding v2.6.0 |
| 1332 | 2026-06-05T20:52:16.630Z | Checking ciborium-io v0.2.2 |
| 1333 | 2026-06-05T20:52:16.730Z | Checking opaque-debug v0.3.1 |
| 1334 | 2026-06-05T20:52:16.783Z | Checking ciborium-ll v0.2.2 |
| 1335 | 2026-06-05T20:52:16.847Z | Checking num_enum v0.7.4 |
| 1336 | 2026-06-05T20:52:16.953Z | Compiling num_enum_derive v0.5.11 |
| 1337 | 2026-06-05T20:52:16.991Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1338 | 2026-06-05T20:52:17.370Z | Compiling foreign-types-macros v0.2.3 |
| 1339 | 2026-06-05T20:52:17.686Z | Checking foreign-types-shared v0.3.1 |
| 1340 | 2026-06-05T20:52:17.990Z | Checking num_enum v0.5.11 |
| 1341 | 2026-06-05T20:52:18.012Z | Checking foreign-types v0.5.0 |
| 1342 | 2026-06-05T20:52:18.114Z | Checking rayon v1.11.0 |
| 1343 | 2026-06-05T20:52:18.118Z | Checking ciborium v0.2.2 |
| 1344 | 2026-06-05T20:52:18.265Z | Compiling typify v0.4.3 |
| 1345 | 2026-06-05T20:52:18.428Z | Compiling zerocopy v0.7.34 |
| 1346 | 2026-06-05T20:52:18.564Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1347 | 2026-06-05T20:52:18.611Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1348 | 2026-06-05T20:52:18.744Z | Compiling typify-macro v0.6.2 |
| 1349 | 2026-06-05T20:52:18.873Z | Checking serde_spanned v0.6.9 |
| 1350 | 2026-06-05T20:52:18.965Z | Checking aead v0.5.2 |
| 1351 | 2026-06-05T20:52:19.003Z | Compiling scroll_derive v0.12.0 |
| 1352 | 2026-06-05T20:52:19.118Z | Checking num-integer v0.1.46 |
| 1353 | 2026-06-05T20:52:19.277Z | Compiling usdt-impl v0.5.0 |
| 1354 | 2026-06-05T20:52:19.532Z | Checking cstr-argument v0.1.2 |
| 1355 | 2026-06-05T20:52:19.582Z | Checking keccak v0.1.6 |
| 1356 | 2026-06-05T20:52:19.636Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1357 | 2026-06-05T20:52:19.657Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1358 | 2026-06-05T20:52:19.678Z | Checking scroll v0.12.0 |
| 1359 | 2026-06-05T20:52:19.738Z | Checking sha3 v0.10.8 |
| 1360 | 2026-06-05T20:52:19.795Z | Checking thiserror-no-std v2.0.2 |
| 1361 | 2026-06-05T20:52:19.881Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1362 | 2026-06-05T20:52:19.900Z | Compiling dof v0.3.0 |
| 1363 | 2026-06-05T20:52:19.939Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1364 | 2026-06-05T20:52:19.944Z | Checking poly1305 v0.8.0 |
| 1365 | 2026-06-05T20:52:19.978Z | Checking chacha20 v0.9.1 |
| 1366 | 2026-06-05T20:52:20.184Z | Compiling dtrace-parser v0.2.0 |
| 1367 | 2026-06-05T20:52:20.234Z | Checking password-hash v0.5.0 |
| 1368 | 2026-06-05T20:52:20.280Z | Checking camino-tempfile v1.4.1 |
| 1369 | 2026-06-05T20:52:20.299Z | Checking blake2 v0.10.6 |
| 1370 | 2026-06-05T20:52:20.408Z | Compiling thread-id v4.2.1 |
| 1371 | 2026-06-05T20:52:20.461Z | Checking indent_write v2.2.0 |
| 1372 | 2026-06-05T20:52:20.694Z | Checking argon2 v0.5.3 |
| 1373 | 2026-06-05T20:52:20.853Z | Checking chacha20poly1305 v0.10.1 |
| 1374 | 2026-06-05T20:52:20.990Z | Checking goblin v0.8.2 |
| 1375 | 2026-06-05T20:52:21.020Z | Checking vsss-rs v3.3.4 |
| 1376 | 2026-06-05T20:52:21.266Z | Checking num-bigint v0.4.5 |
| 1377 | 2026-06-05T20:52:21.660Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1378 | 2026-06-05T20:52:21.951Z | Checking sigpipe v0.1.3 |
| 1379 | 2026-06-05T20:52:22.159Z | Checking jiff v0.2.15 |
| 1380 | 2026-06-05T20:52:22.336Z | Checking num-rational v0.4.2 |
| 1381 | 2026-06-05T20:52:22.628Z | Compiling typify v0.6.2 |
| 1382 | 2026-06-05T20:52:22.798Z | Checking num-iter v0.1.45 |
| 1383 | 2026-06-05T20:52:22.843Z | Compiling zone_cfg_derive v0.3.0 |
| 1384 | 2026-06-05T20:52:22.918Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1385 | 2026-06-05T20:52:23.731Z | Checking num-complex v0.4.6 |
| 1386 | 2026-06-05T20:52:23.975Z | Compiling num-derive v0.4.2 |
| 1387 | 2026-06-05T20:52:24.178Z | Checking tinyvec_macros v0.1.1 |
| 1388 | 2026-06-05T20:52:24.251Z | Checking tinyvec v1.6.0 |
| 1389 | 2026-06-05T20:52:24.272Z | Checking zone v0.3.1 |
| 1390 | 2026-06-05T20:52:24.600Z | Checking rustls-webpki v0.103.4 |
| 1391 | 2026-06-05T20:52:24.827Z | Checking num v0.4.3 |
| 1392 | 2026-06-05T20:52:24.904Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1393 | 2026-06-05T20:52:25.458Z | Compiling usdt-macro v0.5.0 |
| 1394 | 2026-06-05T20:52:25.484Z | Compiling usdt-attr-macro v0.5.0 |
| 1395 | 2026-06-05T20:52:25.744Z | Checking smf v0.2.3 |
| 1396 | 2026-06-05T20:52:25.781Z | Checking memmap v0.7.0 |
| 1397 | 2026-06-05T20:52:25.914Z | Checking bstr v1.9.1 |
| 1398 | 2026-06-05T20:52:26.150Z | Checking whoami v1.5.1 |
| 1399 | 2026-06-05T20:52:26.208Z | Checking usdt v0.5.0 |
| 1400 | 2026-06-05T20:52:26.635Z | Compiling progenitor-impl v0.11.1 |
| 1401 | 2026-06-05T20:52:26.902Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1402 | 2026-06-05T20:52:27.113Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1403 | 2026-06-05T20:52:27.370Z | Checking tokio-rustls v0.26.0 |
| 1404 | 2026-06-05T20:52:27.370Z | Checking rustls-platform-verifier v0.6.2 |
| 1405 | 2026-06-05T20:52:27.615Z | Checking hyper-rustls v0.27.3 |
| 1406 | 2026-06-05T20:52:27.650Z | Checking toml_write v0.1.2 |
| 1407 | 2026-06-05T20:52:27.814Z | Checking reqwest v0.12.23 |
| 1408 | 2026-06-05T20:52:27.837Z | Checking reqwest v0.13.2 |
| 1409 | 2026-06-05T20:52:28.487Z | Checking progenitor-client v0.10.0 |
| 1410 | 2026-06-05T20:52:28.506Z | Checking progenitor-client v0.11.1 |
| 1411 | 2026-06-05T20:52:28.677Z | Checking progenitor-client v0.14.0 |
| 1412 | 2026-06-05T20:52:28.751Z | Compiling progenitor-macro v0.11.1 |
| 1413 | 2026-06-05T20:52:28.905Z | Checking progenitor-extras v0.2.0 |
| 1414 | 2026-06-05T20:52:28.925Z | Checking toml_edit v0.22.27 |
| 1415 | 2026-06-05T20:52:29.132Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1416 | 2026-06-05T20:52:29.902Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1417 | 2026-06-05T20:52:30.993Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1418 | 2026-06-05T20:52:31.120Z | Compiling darling_core v0.20.11 |
| 1419 | 2026-06-05T20:52:31.159Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1420 | 2026-06-05T20:52:31.335Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1421 | 2026-06-05T20:52:31.573Z | Compiling dropshot v0.16.7 |
| 1422 | 2026-06-05T20:52:31.797Z | Checking swrite v0.1.0 |
| 1423 | 2026-06-05T20:52:31.892Z | Checking float-ord v0.3.2 |
| 1424 | 2026-06-05T20:52:32.295Z | Checking toml v0.9.12+spec-1.1.0 |
| 1425 | 2026-06-05T20:52:32.625Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1426 | 2026-06-05T20:52:32.858Z | Checking progenitor v0.11.1 |
| 1427 | 2026-06-05T20:52:32.956Z | Checking toml v0.8.23 |
| 1428 | 2026-06-05T20:52:33.085Z | Compiling darling_macro v0.20.11 |
| 1429 | 2026-06-05T20:52:33.206Z | Compiling nix v0.30.1 |
| 1430 | 2026-06-05T20:52:33.485Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1431 | 2026-06-05T20:52:33.552Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1432 | 2026-06-05T20:52:33.633Z | Compiling hubpack_derive v0.1.1 |
| 1433 | 2026-06-05T20:52:33.763Z | Checking byte-wrapper v0.1.0 |
| 1434 | 2026-06-05T20:52:33.783Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1435 | 2026-06-05T20:52:33.976Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1436 | 2026-06-05T20:52:34.022Z | Compiling dropshot_endpoint v0.16.7 |
| 1437 | 2026-06-05T20:52:34.125Z | Checking base64 v0.21.7 |
| 1438 | 2026-06-05T20:52:34.167Z | Checking static_assertions v1.1.0 |
| 1439 | 2026-06-05T20:52:34.335Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1440 | 2026-06-05T20:52:34.347Z | Checking hubpack v0.1.2 |
| 1441 | 2026-06-05T20:52:34.401Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1442 | 2026-06-05T20:52:34.426Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1443 | 2026-06-05T20:52:34.538Z | Compiling darling v0.20.11 |
| 1444 | 2026-06-05T20:52:34.666Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1445 | 2026-06-05T20:52:34.789Z | Compiling libz-sys v1.1.16 |
| 1446 | 2026-06-05T20:52:35.028Z | Compiling nix v0.31.3 |
| 1447 | 2026-06-05T20:52:35.181Z | Compiling enum-as-inner v0.6.0 |
| 1448 | 2026-06-05T20:52:35.428Z | Checking atomicwrites v0.4.4 |
| 1449 | 2026-06-05T20:52:35.450Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1450 | 2026-06-05T20:52:35.559Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1451 | 2026-06-05T20:52:35.609Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1452 | 2026-06-05T20:52:35.896Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1453 | 2026-06-05T20:52:35.917Z | Compiling semver v0.1.20 |
| 1454 | 2026-06-05T20:52:35.920Z | Checking is_ci v1.2.0 |
| 1455 | 2026-06-05T20:52:36.079Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1456 | 2026-06-05T20:52:36.138Z | Compiling rustc_version v0.1.7 |
| 1457 | 2026-06-05T20:52:36.179Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1458 | 2026-06-05T20:52:36.229Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1459 | 2026-06-05T20:52:36.395Z | Compiling derive_builder_core v0.20.2 |
| 1460 | 2026-06-05T20:52:36.439Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1461 | 2026-06-05T20:52:36.664Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1462 | 2026-06-05T20:52:37.051Z | Checking similar v2.7.0 |
| 1463 | 2026-06-05T20:52:37.234Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1464 | 2026-06-05T20:52:37.258Z | Compiling progenitor-impl v0.14.0 |
| 1465 | 2026-06-05T20:52:37.387Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1466 | 2026-06-05T20:52:37.407Z | Compiling owo-colors v4.3.0 |
| 1467 | 2026-06-05T20:52:37.541Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1468 | 2026-06-05T20:52:37.594Z | Checking utf-8 v0.7.6 |
| 1469 | 2026-06-05T20:52:37.682Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1470 | 2026-06-05T20:52:37.736Z | Checking tungstenite v0.21.0 |
| 1471 | 2026-06-05T20:52:38.159Z | Compiling derive_builder_macro v0.20.2 |
| 1472 | 2026-06-05T20:52:38.458Z | Compiling newtype_derive v0.1.6 |
| 1473 | 2026-06-05T20:52:38.677Z | Checking supports-color v3.0.2 |
| 1474 | 2026-06-05T20:52:38.697Z | Checking supports-color v2.1.0 |
| 1475 | 2026-06-05T20:52:38.813Z | Compiling openssl-sys v0.9.107 |
| 1476 | 2026-06-05T20:52:38.832Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1477 | 2026-06-05T20:52:39.354Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1478 | 2026-06-05T20:52:39.373Z | Compiling progenitor-macro v0.14.0 |
| 1479 | 2026-06-05T20:52:39.610Z | Checking resolv-conf v0.7.0 |
| 1480 | 2026-06-05T20:52:39.671Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1481 | 2026-06-05T20:52:39.776Z | Compiling serde_repr v0.1.19 |
| 1482 | 2026-06-05T20:52:39.834Z | Compiling vergen-lib v9.1.0 |
| 1483 | 2026-06-05T20:52:39.892Z | Compiling slog-dtrace v0.3.0 |
| 1484 | 2026-06-05T20:52:40.045Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1485 | 2026-06-05T20:52:40.128Z | Checking linked-hash-map v0.5.6 |
| 1486 | 2026-06-05T20:52:40.223Z | Checking unicode-segmentation v1.11.0 |
| 1487 | 2026-06-05T20:52:40.299Z | Checking lru-cache v0.1.2 |
| 1488 | 2026-06-05T20:52:40.380Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1489 | 2026-06-05T20:52:40.571Z | Checking newline-converter v0.3.0 |
| 1490 | 2026-06-05T20:52:40.673Z | Compiling derive_builder v0.20.2 |
| 1491 | 2026-06-05T20:52:40.888Z | Checking tokio-tungstenite v0.21.0 |
| 1492 | 2026-06-05T20:52:41.239Z | Checking hickory-proto v0.24.4 |
| 1493 | 2026-06-05T20:52:41.274Z | Compiling progenitor-impl v0.13.0 |
| 1494 | 2026-06-05T20:52:41.301Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1495 | 2026-06-05T20:52:41.835Z | Checking console v0.15.8 |
| 1496 | 2026-06-05T20:52:42.671Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1497 | 2026-06-05T20:52:42.681Z | Checking serde-big-array v0.5.1 |
| 1498 | 2026-06-05T20:52:42.717Z | Compiling pin-project-internal v1.1.10 |
| 1499 | 2026-06-05T20:52:42.737Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1500 | 2026-06-05T20:52:42.816Z | Compiling derive-where v1.6.0 |
| 1501 | 2026-06-05T20:52:43.275Z | Compiling vergen v9.1.0 |
| 1502 | 2026-06-05T20:52:43.438Z | Compiling cargo-platform v0.3.2 |
| 1503 | 2026-06-05T20:52:43.522Z | Checking siphasher v1.0.1 |
| 1504 | 2026-06-05T20:52:43.554Z | Checking progenitor v0.14.0 |
| 1505 | 2026-06-05T20:52:43.647Z | Checking phf_shared v0.12.1 |
| 1506 | 2026-06-05T20:52:43.673Z | Compiling cargo_metadata v0.23.1 |
| 1507 | 2026-06-05T20:52:43.768Z | Compiling progenitor-macro v0.13.0 |
| 1508 | 2026-06-05T20:52:43.813Z | Checking pin-project v1.1.10 |
| 1509 | 2026-06-05T20:52:43.985Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1510 | 2026-06-05T20:52:44.102Z | Checking hickory-resolver v0.24.4 |
| 1511 | 2026-06-05T20:52:44.241Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1512 | 2026-06-05T20:52:44.286Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1513 | 2026-06-05T20:52:44.534Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1514 | 2026-06-05T20:52:44.839Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1515 | 2026-06-05T20:52:44.888Z | Checking expectorate v1.2.0 |
| 1516 | 2026-06-05T20:52:45.235Z | Checking progenitor-client v0.13.0 |
| 1517 | 2026-06-05T20:52:45.454Z | Checking globset v0.4.14 |
| 1518 | 2026-06-05T20:52:45.469Z | Checking unicode-normalization v0.1.24 |
| 1519 | 2026-06-05T20:52:45.643Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1520 | 2026-06-05T20:52:45.662Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1521 | 2026-06-05T20:52:45.892Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1522 | 2026-06-05T20:52:45.918Z | Checking terminal_size v0.4.3 |
| 1523 | 2026-06-05T20:52:45.939Z | Checking tokio-stream v0.1.17 |
| 1524 | 2026-06-05T20:52:46.013Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1525 | 2026-06-05T20:52:46.249Z | Compiling async-recursion v1.1.1 |
| 1526 | 2026-06-05T20:52:46.269Z | Compiling snafu-derive v0.8.9 |
| 1527 | 2026-06-05T20:52:46.317Z | Compiling vergen-git2 v9.1.0 |
| 1528 | 2026-06-05T20:52:46.342Z | Checking csv-core v0.1.12 |
| 1529 | 2026-06-05T20:52:46.417Z | Compiling unicode-xid v0.2.4 |
| 1530 | 2026-06-05T20:52:46.518Z | Checking unicode-width v0.2.1 |
| 1531 | 2026-06-05T20:52:46.566Z | Compiling chrono-tz v0.10.4 |
| 1532 | 2026-06-05T20:52:46.676Z | Checking foldhash v0.1.5 |
| 1533 | 2026-06-05T20:52:46.731Z | Checking foreign-types-shared v0.1.1 |
| 1534 | 2026-06-05T20:52:46.792Z | Checking same-file v1.0.6 |
| 1535 | 2026-06-05T20:52:46.812Z | Checking smawk v0.3.2 |
| 1536 | 2026-06-05T20:52:46.831Z | Compiling cancel-safe-futures v0.1.5 |
| 1537 | 2026-06-05T20:52:46.925Z | Checking unicode-linebreak v0.1.5 |
| 1538 | 2026-06-05T20:52:46.946Z | Checking highway v1.3.0 |
| 1539 | 2026-06-05T20:52:46.966Z | Compiling openssl v0.10.72 |
| 1540 | 2026-06-05T20:52:47.112Z | Checking walkdir v2.5.0 |
| 1541 | 2026-06-05T20:52:47.141Z | Checking textwrap v0.16.2 |
| 1542 | 2026-06-05T20:52:47.186Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1543 | 2026-06-05T20:52:47.278Z | Checking foreign-types v0.3.2 |
| 1544 | 2026-06-05T20:52:47.325Z | Checking hashbrown v0.15.2 |
| 1545 | 2026-06-05T20:52:47.359Z | Compiling const_format_proc_macros v0.2.34 |
| 1546 | 2026-06-05T20:52:47.403Z | Checking csv v1.3.1 |
| 1547 | 2026-06-05T20:52:47.767Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1548 | 2026-06-05T20:52:47.787Z | Checking qorb v0.4.1 |
| 1549 | 2026-06-05T20:52:47.886Z | Checking progenitor v0.13.0 |
| 1550 | 2026-06-05T20:52:47.914Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1551 | 2026-06-05T20:52:48.023Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1552 | 2026-06-05T20:52:48.050Z | Checking snafu v0.8.9 |
| 1553 | 2026-06-05T20:52:48.144Z | Checking olpc-cjson v0.1.4 |
| 1554 | 2026-06-05T20:52:48.171Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1555 | 2026-06-05T20:52:48.305Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1556 | 2026-06-05T20:52:48.387Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1557 | 2026-06-05T20:52:48.625Z | Checking phf v0.12.1 |
| 1558 | 2026-06-05T20:52:48.771Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1559 | 2026-06-05T20:52:48.790Z | Checking tokio-dtrace v0.1.1 |
| 1560 | 2026-06-05T20:52:48.971Z | Compiling progenitor-impl v0.10.0 |
| 1561 | 2026-06-05T20:52:49.123Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1562 | 2026-06-05T20:52:49.191Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1563 | 2026-06-05T20:52:49.265Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1564 | 2026-06-05T20:52:49.288Z | Checking sha2 v0.10.9 |
| 1565 | 2026-06-05T20:52:49.354Z | Checking libsw-core v0.3.2 |
| 1566 | 2026-06-05T20:52:49.404Z | Checking signature v2.2.0 |
| 1567 | 2026-06-05T20:52:49.428Z | Checking pem v3.0.5 |
| 1568 | 2026-06-05T20:52:49.497Z | Checking serde_plain v1.0.2 |
| 1569 | 2026-06-05T20:52:49.516Z | Compiling openssl-macros v0.1.1 |
| 1570 | 2026-06-05T20:52:49.534Z | Compiling cookie v0.18.1 |
| 1571 | 2026-06-05T20:52:49.553Z | Checking bytecount v0.6.9 |
| 1572 | 2026-06-05T20:52:49.591Z | Checking fixedbitset v0.5.7 |
| 1573 | 2026-06-05T20:52:49.647Z | Checking fixedbitset v0.4.2 |
| 1574 | 2026-06-05T20:52:49.664Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1575 | 2026-06-05T20:52:49.763Z | Compiling rustls v0.21.12 |
| 1576 | 2026-06-05T20:52:49.791Z | Checking typed-path v0.9.3 |
| 1577 | 2026-06-05T20:52:49.801Z | Compiling moka v0.12.10 |
| 1578 | 2026-06-05T20:52:49.915Z | Checking petgraph v0.6.5 |
| 1579 | 2026-06-05T20:52:50.022Z | Checking petgraph v0.8.3 |
| 1580 | 2026-06-05T20:52:50.117Z | Checking papergrid v0.11.0 |
| 1581 | 2026-06-05T20:52:50.541Z | Checking tough v0.20.0 |
| 1582 | 2026-06-05T20:52:50.751Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1583 | 2026-06-05T20:52:50.857Z | Checking libsw v3.5.0 |
| 1584 | 2026-06-05T20:52:51.013Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1585 | 2026-06-05T20:52:51.045Z | Compiling progenitor-macro v0.10.0 |
| 1586 | 2026-06-05T20:52:51.138Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1587 | 2026-06-05T20:52:51.211Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1588 | 2026-06-05T20:52:51.346Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1589 | 2026-06-05T20:52:51.367Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1590 | 2026-06-05T20:52:51.401Z | Checking oxide-tokio-rt v0.1.6 |
| 1591 | 2026-06-05T20:52:51.642Z | Checking const_format v0.2.35 |
| 1592 | 2026-06-05T20:52:51.765Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1593 | 2026-06-05T20:52:52.021Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1594 | 2026-06-05T20:52:52.114Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1595 | 2026-06-05T20:52:52.161Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1596 | 2026-06-05T20:52:52.327Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1597 | 2026-06-05T20:52:52.538Z | Compiling tabled_derive v0.7.0 |
| 1598 | 2026-06-05T20:52:52.559Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1599 | 2026-06-05T20:52:53.060Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1600 | 2026-06-05T20:52:53.143Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1601 | 2026-06-05T20:52:53.175Z | Checking gethostname v0.5.0 |
| 1602 | 2026-06-05T20:52:53.196Z | Checking rustls-webpki v0.101.7 |
| 1603 | 2026-06-05T20:52:53.271Z | Checking sct v0.7.1 |
| 1604 | 2026-06-05T20:52:53.409Z | Checking bcs v0.1.6 |
| 1605 | 2026-06-05T20:52:53.446Z | Compiling radium v0.7.0 |
| 1606 | 2026-06-05T20:52:53.475Z | Checking linear-map v1.2.0 |
| 1607 | 2026-06-05T20:52:53.520Z | Checking tagptr v0.2.0 |
| 1608 | 2026-06-05T20:52:53.640Z | Checking termtree v0.5.1 |
| 1609 | 2026-06-05T20:52:53.659Z | Compiling salty v0.3.0 |
| 1610 | 2026-06-05T20:52:53.761Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1611 | 2026-06-05T20:52:53.956Z | Checking tabled v0.15.0 |
| 1612 | 2026-06-05T20:52:54.295Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1613 | 2026-06-05T20:52:54.357Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1614 | 2026-06-05T20:52:54.998Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1615 | 2026-06-05T20:52:55.111Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1616 | 2026-06-05T20:52:55.262Z | Checking progenitor v0.10.0 |
| 1617 | 2026-06-05T20:52:55.335Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1618 | 2026-06-05T20:52:55.483Z | Checking steno v0.4.1 |
| 1619 | 2026-06-05T20:52:56.117Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1620 | 2026-06-05T20:52:56.501Z | Checking hickory-proto v0.25.2 |
| 1621 | 2026-06-05T20:52:56.564Z | Checking rfc6979 v0.4.0 |
| 1622 | 2026-06-05T20:52:56.752Z | Checking tap v1.0.1 |
| 1623 | 2026-06-05T20:52:56.807Z | Checking humantime v2.3.0 |
| 1624 | 2026-06-05T20:52:56.887Z | Checking wyz v0.5.1 |
| 1625 | 2026-06-05T20:52:56.996Z | Checking ecdsa v0.16.9 |
| 1626 | 2026-06-05T20:52:57.078Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1627 | 2026-06-05T20:52:57.333Z | Checking tokio-rustls v0.24.1 |
| 1628 | 2026-06-05T20:52:57.810Z | Checking ed25519 v2.2.3 |
| 1629 | 2026-06-05T20:52:57.934Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1630 | 2026-06-05T20:52:57.982Z | Checking rustls-pemfile v1.0.4 |
| 1631 | 2026-06-05T20:52:58.086Z | Checking hickory-resolver v0.25.2 |
| 1632 | 2026-06-05T20:52:58.120Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1633 | 2026-06-05T20:52:58.181Z | Checking primeorder v0.13.6 |
| 1634 | 2026-06-05T20:52:58.424Z | Checking twox-hash v2.1.2 |
| 1635 | 2026-06-05T20:52:58.533Z | Checking env_filter v1.0.1 |
| 1636 | 2026-06-05T20:52:58.688Z | Checking atty v0.2.14 |
| 1637 | 2026-06-05T20:52:58.713Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1638 | 2026-06-05T20:52:58.733Z | Checking funty v2.0.0 |
| 1639 | 2026-06-05T20:52:58.739Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1640 | 2026-06-05T20:52:58.788Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1641 | 2026-06-05T20:52:58.807Z | Checking toml v0.7.8 |
| 1642 | 2026-06-05T20:52:58.962Z | Checking env_logger v0.11.10 |
| 1643 | 2026-06-05T20:52:59.062Z | Checking bitvec v1.0.1 |
| 1644 | 2026-06-05T20:52:59.114Z | Checking p384 v0.13.1 |
| 1645 | 2026-06-05T20:52:59.221Z | Checking ed25519-dalek v2.2.0 |
| 1646 | 2026-06-05T20:52:59.273Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1647 | 2026-06-05T20:52:59.273Z | Checking polyval v0.6.2 |
| 1648 | 2026-06-05T20:52:59.366Z | Checking ctr v0.9.2 |
| 1649 | 2026-06-05T20:52:59.404Z | Checking aes v0.8.4 |
| 1650 | 2026-06-05T20:52:59.405Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1651 | 2026-06-05T20:52:59.492Z | Checking x509-cert v0.2.5 |
| 1652 | 2026-06-05T20:52:59.535Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1653 | 2026-06-05T20:52:59.562Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1654 | 2026-06-05T20:52:59.658Z | Checking bincode v1.3.3 |
| 1655 | 2026-06-05T20:52:59.717Z | Compiling strum_macros v0.28.0 |
| 1656 | 2026-06-05T20:52:59.786Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1657 | 2026-06-05T20:52:59.947Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1658 | 2026-06-05T20:52:59.979Z | Checking passt v0.3.0 |
| 1659 | 2026-06-05T20:53:00.144Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1660 | 2026-06-05T20:53:00.159Z | Checking fakedata_generator v0.7.1 |
| 1661 | 2026-06-05T20:53:00.189Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1662 | 2026-06-05T20:53:00.222Z | Checking aes-gcm-siv v0.11.1 |
| 1663 | 2026-06-05T20:53:00.370Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1664 | 2026-06-05T20:53:00.386Z | Compiling bitstruct_derive v0.1.0 |
| 1665 | 2026-06-05T20:53:00.401Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1666 | 2026-06-05T20:53:00.419Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1667 | 2026-06-05T20:53:00.472Z | Checking dropshot-api-manager-types v0.7.2 |
| 1668 | 2026-06-05T20:53:00.529Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1669 | 2026-06-05T20:53:00.570Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1670 | 2026-06-05T20:53:00.643Z | Compiling fs-err v3.1.2 |
| 1671 | 2026-06-05T20:53:00.765Z | Compiling cfg_aliases v0.1.1 |
| 1672 | 2026-06-05T20:53:00.845Z | Checking pretty-hex v0.2.1 |
| 1673 | 2026-06-05T20:53:00.865Z | Checking typeid v1.0.0 |
| 1674 | 2026-06-05T20:53:00.883Z | Checking ascii v1.1.0 |
| 1675 | 2026-06-05T20:53:00.970Z | Checking ringbuffer v0.16.0 |
| 1676 | 2026-06-05T20:53:00.973Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1677 | 2026-06-05T20:53:01.031Z | Checking bitstruct v0.1.1 |
| 1678 | 2026-06-05T20:53:01.078Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1679 | 2026-06-05T20:53:01.125Z | Checking erased-serde v0.4.5 |
| 1680 | 2026-06-05T20:53:01.191Z | Compiling nix v0.28.0 |
| 1681 | 2026-06-05T20:53:01.276Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1682 | 2026-06-05T20:53:01.470Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1683 | 2026-06-05T20:53:01.502Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1684 | 2026-06-05T20:53:01.532Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1685 | 2026-06-05T20:53:01.589Z | Checking itertools v0.13.0 |
| 1686 | 2026-06-05T20:53:01.622Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1687 | 2026-06-05T20:53:01.691Z | Checking serde_arrays v0.1.0 |
| 1688 | 2026-06-05T20:53:01.811Z | Checking libloading v0.7.4 |
| 1689 | 2026-06-05T20:53:01.827Z | Checking bit_field v0.10.2 |
| 1690 | 2026-06-05T20:53:01.983Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1691 | 2026-06-05T20:53:02.083Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1692 | 2026-06-05T20:53:02.142Z | Checking git-stub v1.0.0 |
| 1693 | 2026-06-05T20:53:02.146Z | Checking kstat-rs v0.2.4 |
| 1694 | 2026-06-05T20:53:02.355Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1695 | 2026-06-05T20:53:02.368Z | Compiling escargot v0.5.15 |
| 1696 | 2026-06-05T20:53:02.368Z | Checking git-stub-vcs v0.1.0 |
| 1697 | 2026-06-05T20:53:02.383Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1698 | 2026-06-05T20:53:02.513Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1699 | 2026-06-05T20:53:02.595Z | Checking ron v0.8.1 |
| 1700 | 2026-06-05T20:53:02.613Z | Checking xattr v1.3.1 |
| 1701 | 2026-06-05T20:53:02.746Z | Checking drift v0.2.0 |
| 1702 | 2026-06-05T20:53:02.972Z | Checking cargo-platform v0.1.8 |
| 1703 | 2026-06-05T20:53:03.018Z | Checking filetime v0.2.23 |
| 1704 | 2026-06-05T20:53:03.110Z | Checking dropshot-api-manager v0.7.2 |
| 1705 | 2026-06-05T20:53:03.147Z | Checking cargo_metadata v0.18.1 |
| 1706 | 2026-06-05T20:53:03.159Z | Checking tar v0.4.40 |
| 1707 | 2026-06-05T20:53:03.231Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1708 | 2026-06-05T20:53:03.520Z | Checking ctrlc v3.4.4 |
| 1709 | 2026-06-05T20:53:03.785Z | Checking fatfs v0.3.6 |
| 1710 | 2026-06-05T20:53:04.108Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1711 | 2026-06-05T20:53:04.277Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1712 | 2026-06-05T20:53:04.494Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1713 | 2026-06-05T20:53:04.711Z | Compiling git2 v0.20.2 |
| 1714 | 2026-06-05T20:53:04.910Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1715 | 2026-06-05T20:53:06.070Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1716 | 2026-06-05T20:53:07.004Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1717 | 2026-06-05T20:53:09.952Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1718 | 2026-06-05T20:53:11.326Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1719 | 2026-06-05T20:53:15.490Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1720 | 2026-06-05T20:53:18.956Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1721 | 2026-06-05T20:53:25.412Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1722 | 2026-06-05T20:53:25.413Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1723 | 2026-06-05T20:53:29.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1724 | 2026-06-05T20:53:30.340Z | |
| 1725 | 2026-06-05T20:53:30.340Z | real 2:22.704218064 |
| 1726 | 2026-06-05T20:53:30.340Z | user 9:04.555270683 |
| 1727 | 2026-06-05T20:53:30.340Z | sys 2:20.830279531 |
| 1728 | 2026-06-05T20:53:30.340Z | trap 0.252719653 |
| 1729 | 2026-06-05T20:53:30.341Z | tflt 0.891917454 |
| 1730 | 2026-06-05T20:53:30.341Z | dflt 0.282038158 |
| 1731 | 2026-06-05T20:53:30.341Z | kflt 0.010702257 |
| 1732 | 2026-06-05T20:53:30.341Z | lock 16:20.573435136 |
| 1733 | 2026-06-05T20:53:30.341Z | slp 35:45.377564449 |
| 1734 | 2026-06-05T20:53:30.341Z | lat 1:26.337942980 |
| 1735 | 2026-06-05T20:53:30.341Z | stop 4:36.221779198 |
| 1736 | 2026-06-05T20:53:30.344Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1737 | 2026-06-05T20:53:30.838Z | Downloading crates ... |
| 1738 | 2026-06-05T20:53:30.998Z | Downloaded fragile v2.0.0 |
| 1739 | 2026-06-05T20:53:31.003Z | Downloaded mockall v0.12.1 |
| 1740 | 2026-06-05T20:53:31.007Z | Downloaded mockall_derive v0.12.1 |
| 1741 | 2026-06-05T20:53:31.010Z | Downloaded predicates-core v1.0.6 |
| 1742 | 2026-06-05T20:53:31.010Z | Downloaded downcast v0.11.0 |
| 1743 | 2026-06-05T20:53:31.015Z | Downloaded slog-scope v4.4.0 |
| 1744 | 2026-06-05T20:53:31.020Z | Downloaded slog-stdlog v4.1.1 |
| 1745 | 2026-06-05T20:53:31.020Z | Downloaded serde_test v1.0.176 |
| 1746 | 2026-06-05T20:53:31.020Z | Downloaded predicates v3.1.0 |
| 1747 | 2026-06-05T20:53:31.024Z | Downloaded termtree v0.4.1 |
| 1748 | 2026-06-05T20:53:31.024Z | Downloaded slog-envlogger v2.2.0 |
| 1749 | 2026-06-05T20:53:31.024Z | Downloaded predicates-tree v1.0.9 |
| 1750 | 2026-06-05T20:53:31.024Z | Downloaded fdeflate v0.3.4 |
| 1751 | 2026-06-05T20:53:31.028Z | Downloaded bytemuck v1.16.0 |
| 1752 | 2026-06-05T20:53:31.035Z | Downloaded png v0.17.13 |
| 1753 | 2026-06-05T20:53:31.040Z | Downloaded arc-swap v1.7.1 |
| 1754 | 2026-06-05T20:53:31.598Z | Downloaded image v0.25.1 |
| 1755 | 2026-06-05T20:53:31.828Z | Checking tokio v1.52.3 |
| 1756 | 2026-06-05T20:53:31.933Z | Checking simd-adler32 v0.3.7 |
| 1757 | 2026-06-05T20:53:31.951Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1758 | 2026-06-05T20:53:31.969Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1759 | 2026-06-05T20:53:31.982Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1760 | 2026-06-05T20:53:31.985Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1761 | 2026-06-05T20:53:32.005Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1762 | 2026-06-05T20:53:32.009Z | Checking arc-swap v1.7.1 |
| 1763 | 2026-06-05T20:53:32.065Z | Checking miniz_oxide v0.7.2 |
| 1764 | 2026-06-05T20:53:32.118Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1765 | 2026-06-05T20:53:32.130Z | Checking fdeflate v0.3.4 |
| 1766 | 2026-06-05T20:53:32.203Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1767 | 2026-06-05T20:53:32.214Z | Checking slog-scope v4.4.0 |
| 1768 | 2026-06-05T20:53:32.218Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1769 | 2026-06-05T20:53:32.240Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1770 | 2026-06-05T20:53:32.252Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1771 | 2026-06-05T20:53:32.336Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1772 | 2026-06-05T20:53:32.366Z | Checking slog-stdlog v4.1.1 |
| 1773 | 2026-06-05T20:53:32.403Z | Checking flate2 v1.0.30 |
| 1774 | 2026-06-05T20:53:32.412Z | Checking bytemuck v1.16.0 |
| 1775 | 2026-06-05T20:53:32.420Z | Checking predicates-core v1.0.6 |
| 1776 | 2026-06-05T20:53:32.431Z | Checking termtree v0.4.1 |
| 1777 | 2026-06-05T20:53:32.454Z | Compiling mockall_derive v0.12.1 |
| 1778 | 2026-06-05T20:53:32.474Z | Checking slog-envlogger v2.2.0 |
| 1779 | 2026-06-05T20:53:32.531Z | Checking predicates v3.1.0 |
| 1780 | 2026-06-05T20:53:32.549Z | Checking predicates-tree v1.0.9 |
| 1781 | 2026-06-05T20:53:32.601Z | Checking downcast v0.11.0 |
| 1782 | 2026-06-05T20:53:32.609Z | Checking fragile v2.0.0 |
| 1783 | 2026-06-05T20:53:32.651Z | Checking serde_test v1.0.176 |
| 1784 | 2026-06-05T20:53:32.677Z | Checking compression-codecs v0.4.32 |
| 1785 | 2026-06-05T20:53:32.717Z | Checking png v0.17.13 |
| 1786 | 2026-06-05T20:53:32.755Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1787 | 2026-06-05T20:53:33.222Z | Checking image v0.25.1 |
| 1788 | 2026-06-05T20:53:34.347Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1789 | 2026-06-05T20:53:34.434Z | Checking mockall v0.12.1 |
| 1790 | 2026-06-05T20:53:34.453Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1791 | 2026-06-05T20:53:35.056Z | Checking tokio-util v0.7.16 |
| 1792 | 2026-06-05T20:53:35.056Z | Checking tokio-rustls v0.26.0 |
| 1793 | 2026-06-05T20:53:35.058Z | Checking tower v0.5.2 |
| 1794 | 2026-06-05T20:53:35.058Z | Checking tokio-rustls v0.25.0 |
| 1795 | 2026-06-05T20:53:35.059Z | Checking async-compression v0.4.33 |
| 1796 | 2026-06-05T20:53:35.096Z | Checking backoff v0.4.0 |
| 1797 | 2026-06-05T20:53:35.115Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1798 | 2026-06-05T20:53:35.152Z | Checking zone v0.3.1 |
| 1799 | 2026-06-05T20:53:35.262Z | Checking tokio-tungstenite v0.21.0 |
| 1800 | 2026-06-05T20:53:35.265Z | Checking hickory-proto v0.24.4 |
| 1801 | 2026-06-05T20:53:35.265Z | Checking libsw-core v0.3.2 |
| 1802 | 2026-06-05T20:53:35.301Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1803 | 2026-06-05T20:53:35.316Z | Checking tokio-dtrace v0.1.1 |
| 1804 | 2026-06-05T20:53:35.420Z | Checking libsw v3.5.0 |
| 1805 | 2026-06-05T20:53:35.442Z | Checking tower-http v0.6.8 |
| 1806 | 2026-06-05T20:53:35.487Z | Checking cancel-safe-futures v0.1.5 |
| 1807 | 2026-06-05T20:53:35.490Z | Checking oxide-tokio-rt v0.1.6 |
| 1808 | 2026-06-05T20:53:35.517Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1809 | 2026-06-05T20:53:35.621Z | Checking h2 v0.4.6 |
| 1810 | 2026-06-05T20:53:35.621Z | Checking tokio-stream v0.1.17 |
| 1811 | 2026-06-05T20:53:35.640Z | Checking hickory-proto v0.25.2 |
| 1812 | 2026-06-05T20:53:35.708Z | Checking steno v0.4.1 |
| 1813 | 2026-06-05T20:53:35.724Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1814 | 2026-06-05T20:53:35.926Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1815 | 2026-06-05T20:53:35.992Z | Checking tokio-rustls v0.24.1 |
| 1816 | 2026-06-05T20:53:36.181Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1817 | 2026-06-05T20:53:36.265Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1818 | 2026-06-05T20:53:36.745Z | Checking hickory-resolver v0.24.4 |
| 1819 | 2026-06-05T20:53:37.152Z | Checking hickory-resolver v0.25.2 |
| 1820 | 2026-06-05T20:53:37.232Z | Checking hyper v1.8.1 |
| 1821 | 2026-06-05T20:53:37.330Z | Checking qorb v0.4.1 |
| 1822 | 2026-06-05T20:53:38.011Z | Checking hyper-util v0.1.20 |
| 1823 | 2026-06-05T20:53:38.892Z | Checking hyper-rustls v0.27.3 |
| 1824 | 2026-06-05T20:53:38.892Z | Checking dropshot v0.17.0 |
| 1825 | 2026-06-05T20:53:38.895Z | Checking dropshot v0.16.7 |
| 1826 | 2026-06-05T20:53:39.060Z | Checking reqwest v0.12.23 |
| 1827 | 2026-06-05T20:53:39.063Z | Checking reqwest v0.13.2 |
| 1828 | 2026-06-05T20:53:39.671Z | Checking progenitor-client v0.10.0 |
| 1829 | 2026-06-05T20:53:39.671Z | Checking progenitor-client v0.11.1 |
| 1830 | 2026-06-05T20:53:39.674Z | Checking tough v0.20.0 |
| 1831 | 2026-06-05T20:53:39.785Z | Checking progenitor-client v0.14.0 |
| 1832 | 2026-06-05T20:53:39.785Z | Checking progenitor-client v0.13.0 |
| 1833 | 2026-06-05T20:53:39.876Z | Checking progenitor v0.10.0 |
| 1834 | 2026-06-05T20:53:39.906Z | Checking progenitor v0.11.1 |
| 1835 | 2026-06-05T20:53:40.000Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1836 | 2026-06-05T20:53:40.013Z | Checking progenitor-extras v0.2.0 |
| 1837 | 2026-06-05T20:53:40.017Z | Checking progenitor v0.14.0 |
| 1838 | 2026-06-05T20:53:40.018Z | Checking progenitor v0.13.0 |
| 1839 | 2026-06-05T20:53:40.046Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1840 | 2026-06-05T20:53:40.213Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1841 | 2026-06-05T20:53:40.221Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1842 | 2026-06-05T20:53:40.661Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1843 | 2026-06-05T20:53:40.661Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1844 | 2026-06-05T20:53:41.462Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1845 | 2026-06-05T20:53:41.637Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1846 | 2026-06-05T20:53:41.792Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1847 | 2026-06-05T20:53:42.099Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1848 | 2026-06-05T20:53:42.117Z | Checking dropshot-api-manager v0.7.2 |
| 1849 | 2026-06-05T20:53:42.211Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1850 | 2026-06-05T20:53:42.268Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1851 | 2026-06-05T20:53:42.496Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1852 | 2026-06-05T20:53:42.624Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1853 | 2026-06-05T20:53:43.006Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1854 | 2026-06-05T20:53:43.096Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1855 | 2026-06-05T20:53:44.098Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1856 | 2026-06-05T20:53:44.098Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1857 | 2026-06-05T20:53:44.102Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1858 | 2026-06-05T20:53:44.102Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1859 | 2026-06-05T20:53:44.610Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1860 | 2026-06-05T20:53:44.980Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1861 | 2026-06-05T20:53:45.186Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1862 | 2026-06-05T20:53:45.513Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1863 | 2026-06-05T20:53:45.522Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1864 | 2026-06-05T20:53:45.674Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1865 | 2026-06-05T20:53:45.674Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1866 | 2026-06-05T20:53:46.129Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1867 | 2026-06-05T20:53:46.332Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1868 | 2026-06-05T20:53:46.335Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1869 | 2026-06-05T20:53:47.241Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1870 | 2026-06-05T20:53:48.771Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1871 | 2026-06-05T20:53:49.174Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1872 | 2026-06-05T20:53:49.174Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1873 | 2026-06-05T20:53:49.873Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1874 | 2026-06-05T20:53:50.199Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1875 | 2026-06-05T20:53:50.242Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1876 | 2026-06-05T20:53:50.245Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1877 | 2026-06-05T20:53:50.797Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1878 | 2026-06-05T20:53:50.797Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1879 | 2026-06-05T20:53:50.800Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1880 | 2026-06-05T20:53:54.225Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1881 | 2026-06-05T20:53:54.986Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1882 | 2026-06-05T20:53:58.012Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1883 | 2026-06-05T20:54:00.030Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1884 | 2026-06-05T20:54:00.763Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1885 | 2026-06-05T20:54:04.321Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1886 | 2026-06-05T20:54:05.678Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1887 | 2026-06-05T20:54:06.163Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1888 | 2026-06-05T20:54:08.903Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1889 | 2026-06-05T20:54:16.559Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1890 | 2026-06-05T20:54:16.559Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1891 | 2026-06-05T20:54:21.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.49s |
| 1892 | 2026-06-05T20:54:22.084Z | |
| 1893 | 2026-06-05T20:54:22.084Z | real 51.727969066 |
| 1894 | 2026-06-05T20:54:22.084Z | user 2:11.599836148 |
| 1895 | 2026-06-05T20:54:22.084Z | sys 22.828479178 |
| 1896 | 2026-06-05T20:54:22.084Z | trap 0.032218183 |
| 1897 | 2026-06-05T20:54:22.084Z | tflt 0.045865037 |
| 1898 | 2026-06-05T20:54:22.086Z | dflt 0.026207977 |
| 1899 | 2026-06-05T20:54:22.087Z | kflt 0.000036160 |
| 1900 | 2026-06-05T20:54:22.087Z | lock 5:09.043136849 |
| 1901 | 2026-06-05T20:54:22.087Z | slp 7:30.914958597 |
| 1902 | 2026-06-05T20:54:22.087Z | lat 4.916121926 |
| 1903 | 2026-06-05T20:54:22.087Z | stop 13.735074681 |
| 1904 | 2026-06-05T20:54:22.087Z | + banner build |
| 1905 | 2026-06-05T20:54:22.087Z | |
| 1906 | 2026-06-05T20:54:22.087Z | ##### # # # # ##### |
| 1907 | 2026-06-05T20:54:22.087Z | # # # # # # # # |
| 1908 | 2026-06-05T20:54:22.087Z | ##### # # # # # # |
| 1909 | 2026-06-05T20:54:22.087Z | # # # # # # # # |
| 1910 | 2026-06-05T20:54:22.087Z | # # # # # # # # |
| 1911 | 2026-06-05T20:54:22.087Z | ##### #### # ###### ##### |
| 1912 | 2026-06-05T20:54:22.087Z | |
| 1913 | 2026-06-05T20:54:22.087Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1914 | 2026-06-05T20:54:22.813Z | Compiling proc-macro2 v1.0.106 |
| 1915 | 2026-06-05T20:54:22.813Z | Compiling quote v1.0.45 |
| 1916 | 2026-06-05T20:54:22.813Z | Compiling unicode-ident v1.0.24 |
| 1917 | 2026-06-05T20:54:22.813Z | Compiling libc v0.2.186 |
| 1918 | 2026-06-05T20:54:22.817Z | Compiling serde_core v1.0.228 |
| 1919 | 2026-06-05T20:54:22.817Z | Compiling serde v1.0.228 |
| 1920 | 2026-06-05T20:54:22.817Z | Compiling autocfg v1.3.0 |
| 1921 | 2026-06-05T20:54:22.817Z | Compiling cfg-if v1.0.0 |
| 1922 | 2026-06-05T20:54:22.983Z | Compiling zmij v1.0.19 |
| 1923 | 2026-06-05T20:54:23.075Z | Compiling memchr v2.7.2 |
| 1924 | 2026-06-05T20:54:23.228Z | Compiling libm v0.2.8 |
| 1925 | 2026-06-05T20:54:23.455Z | Compiling version_check v0.9.5 |
| 1926 | 2026-06-05T20:54:23.684Z | Compiling smallvec v1.13.2 |
| 1927 | 2026-06-05T20:54:23.720Z | Compiling itoa v1.0.11 |
| 1928 | 2026-06-05T20:54:23.869Z | Compiling getrandom v0.4.2 |
| 1929 | 2026-06-05T20:54:23.913Z | Compiling stable_deref_trait v1.2.0 |
| 1930 | 2026-06-05T20:54:23.996Z | Compiling serde_json v1.0.149 |
| 1931 | 2026-06-05T20:54:24.134Z | Compiling syn v2.0.117 |
| 1932 | 2026-06-05T20:54:24.147Z | Compiling litemap v0.7.4 |
| 1933 | 2026-06-05T20:54:24.192Z | Compiling writeable v0.5.5 |
| 1934 | 2026-06-05T20:54:24.341Z | Compiling icu_locid_transform_data v1.5.0 |
| 1935 | 2026-06-05T20:54:24.381Z | Compiling icu_properties_data v1.5.0 |
| 1936 | 2026-06-05T20:54:24.393Z | Compiling percent-encoding v2.3.2 |
| 1937 | 2026-06-05T20:54:24.393Z | Compiling utf16_iter v1.0.5 |
| 1938 | 2026-06-05T20:54:24.416Z | Compiling icu_normalizer_data v1.5.0 |
| 1939 | 2026-06-05T20:54:24.492Z | Compiling utf8_iter v1.0.4 |
| 1940 | 2026-06-05T20:54:24.532Z | Compiling write16 v1.0.0 |
| 1941 | 2026-06-05T20:54:24.565Z | Compiling num-traits v0.2.19 |
| 1942 | 2026-06-05T20:54:24.635Z | Compiling shlex v1.3.0 |
| 1943 | 2026-06-05T20:54:24.659Z | Compiling form_urlencoded v1.2.2 |
| 1944 | 2026-06-05T20:54:24.776Z | Compiling jobserver v0.1.31 |
| 1945 | 2026-06-05T20:54:24.818Z | Compiling getrandom v0.2.14 |
| 1946 | 2026-06-05T20:54:24.950Z | Compiling cc v1.2.17 |
| 1947 | 2026-06-05T20:54:24.962Z | Compiling log v0.4.29 |
| 1948 | 2026-06-05T20:54:25.022Z | Compiling lock_api v0.4.12 |
| 1949 | 2026-06-05T20:54:25.142Z | Compiling parking_lot_core v0.9.10 |
| 1950 | 2026-06-05T20:54:25.259Z | Compiling thiserror v2.0.18 |
| 1951 | 2026-06-05T20:54:25.607Z | Compiling heck v0.5.0 |
| 1952 | 2026-06-05T20:54:25.661Z | Compiling iana-time-zone v0.1.64 |
| 1953 | 2026-06-05T20:54:25.809Z | Compiling regex-syntax v0.8.5 |
| 1954 | 2026-06-05T20:54:25.822Z | Compiling rustversion v1.0.22 |
| 1955 | 2026-06-05T20:54:25.961Z | Compiling uuid v1.22.0 |
| 1956 | 2026-06-05T20:54:26.043Z | Compiling aho-corasick v1.1.3 |
| 1957 | 2026-06-05T20:54:26.211Z | Compiling semver v1.0.28 |
| 1958 | 2026-06-05T20:54:26.589Z | Compiling schemars v0.8.22 |
| 1959 | 2026-06-05T20:54:26.614Z | Compiling dyn-clone v1.0.17 |
| 1960 | 2026-06-05T20:54:26.770Z | Compiling slab v0.4.9 |
| 1961 | 2026-06-05T20:54:26.783Z | Compiling subtle v2.6.1 |
| 1962 | 2026-06-05T20:54:26.855Z | Compiling typenum v1.17.0 |
| 1963 | 2026-06-05T20:54:26.867Z | Compiling pin-project-lite v0.2.14 |
| 1964 | 2026-06-05T20:54:26.959Z | Compiling synstructure v0.13.1 |
| 1965 | 2026-06-05T20:54:26.973Z | Compiling serde_derive_internals v0.29.1 |
| 1966 | 2026-06-05T20:54:27.301Z | Compiling regex-automata v0.4.14 |
| 1967 | 2026-06-05T20:54:27.315Z | Compiling bitflags v2.9.4 |
| 1968 | 2026-06-05T20:54:27.437Z | Compiling rand_core v0.6.4 |
| 1969 | 2026-06-05T20:54:27.523Z | Compiling socket2 v0.6.3 |
| 1970 | 2026-06-05T20:54:27.573Z | Compiling scopeguard v1.2.0 |
| 1971 | 2026-06-05T20:54:27.711Z | Compiling either v1.15.0 |
| 1972 | 2026-06-05T20:54:27.888Z | Compiling parking_lot v0.12.2 |
| 1973 | 2026-06-05T20:54:27.914Z | Compiling mio v1.2.0 |
| 1974 | 2026-06-05T20:54:27.928Z | Compiling signal-hook-registry v1.4.2 |
| 1975 | 2026-06-05T20:54:28.124Z | Compiling serde_derive v1.0.228 |
| 1976 | 2026-06-05T20:54:28.157Z | Compiling zerofrom-derive v0.1.5 |
| 1977 | 2026-06-05T20:54:28.170Z | Compiling yoke-derive v0.7.5 |
| 1978 | 2026-06-05T20:54:28.296Z | Compiling zerovec-derive v0.10.3 |
| 1979 | 2026-06-05T20:54:28.585Z | Compiling displaydoc v0.2.5 |
| 1980 | 2026-06-05T20:54:28.598Z | Compiling icu_provider_macros v1.5.0 |
| 1981 | 2026-06-05T20:54:28.835Z | Compiling schemars_derive v0.8.22 |
| 1982 | 2026-06-05T20:54:29.188Z | Compiling zeroize_derive v1.4.3 |
| 1983 | 2026-06-05T20:54:29.201Z | Compiling thiserror-impl v2.0.18 |
| 1984 | 2026-06-05T20:54:29.341Z | Compiling tokio-macros v2.7.0 |
| 1985 | 2026-06-05T20:54:29.354Z | Compiling regex v1.12.3 |
| 1986 | 2026-06-05T20:54:29.380Z | Compiling zerofrom v0.1.5 |
| 1987 | 2026-06-05T20:54:29.515Z | Compiling yoke v0.7.5 |
| 1988 | 2026-06-05T20:54:29.720Z | Compiling zerovec v0.10.4 |
| 1989 | 2026-06-05T20:54:29.753Z | Compiling futures-macro v0.3.32 |
| 1990 | 2026-06-05T20:54:29.871Z | Compiling zeroize v1.8.2 |
| 1991 | 2026-06-05T20:54:29.883Z | Compiling errno v0.3.14 |
| 1992 | 2026-06-05T20:54:30.086Z | Compiling generic-array v0.14.7 |
| 1993 | 2026-06-05T20:54:30.096Z | Compiling portable-atomic v1.11.1 |
| 1994 | 2026-06-05T20:54:30.113Z | Compiling ring v0.17.14 |
| 1995 | 2026-06-05T20:54:30.513Z | Compiling equivalent v1.0.2 |
| 1996 | 2026-06-05T20:54:30.562Z | Compiling tinystr v0.7.6 |
| 1997 | 2026-06-05T20:54:30.591Z | Compiling icu_collections v1.5.0 |
| 1998 | 2026-06-05T20:54:30.603Z | Compiling critical-section v1.2.0 |
| 1999 | 2026-06-05T20:54:30.631Z | Compiling futures-core v0.3.32 |
| 2000 | 2026-06-05T20:54:30.785Z | Compiling icu_locid v1.5.0 |
| 2001 | 2026-06-05T20:54:30.797Z | Compiling rustix v0.38.34 |
| 2002 | 2026-06-05T20:54:30.833Z | Compiling thiserror v1.0.64 |
| 2003 | 2026-06-05T20:54:31.134Z | Compiling once_cell v1.21.3 |
| 2004 | 2026-06-05T20:54:31.236Z | Compiling prettyplease v0.2.37 |
| 2005 | 2026-06-05T20:54:31.260Z | Compiling thiserror-impl v1.0.64 |
| 2006 | 2026-06-05T20:54:31.384Z | Compiling bytes v1.11.1 |
| 2007 | 2026-06-05T20:54:31.421Z | Compiling icu_provider v1.5.0 |
| 2008 | 2026-06-05T20:54:31.471Z | Compiling chrono v0.4.44 |
| 2009 | 2026-06-05T20:54:31.559Z | Compiling serde_tokenstream v0.2.3 |
| 2010 | 2026-06-05T20:54:31.830Z | Compiling icu_locid_transform v1.5.0 |
| 2011 | 2026-06-05T20:54:32.188Z | Compiling tokio v1.52.3 |
| 2012 | 2026-06-05T20:54:32.268Z | Compiling httparse v1.10.1 |
| 2013 | 2026-06-05T20:54:32.299Z | Compiling glob v0.3.3 |
| 2014 | 2026-06-05T20:54:32.393Z | Compiling minimal-lexical v0.2.1 |
| 2015 | 2026-06-05T20:54:32.633Z | Compiling icu_properties v1.5.1 |
| 2016 | 2026-06-05T20:54:32.640Z | Compiling clang-sys v1.8.1 |
| 2017 | 2026-06-05T20:54:32.643Z | Compiling nom v7.1.3 |
| 2018 | 2026-06-05T20:54:32.970Z | Compiling crypto-common v0.1.6 |
| 2019 | 2026-06-05T20:54:33.039Z | Compiling getrandom v0.3.4 |
| 2020 | 2026-06-05T20:54:33.128Z | Compiling lazy_static v1.5.0 |
| 2021 | 2026-06-05T20:54:33.337Z | Compiling libloading v0.8.9 |
| 2022 | 2026-06-05T20:54:33.372Z | Compiling home v0.5.11 |
| 2023 | 2026-06-05T20:54:33.505Z | Compiling bindgen v0.69.5 |
| 2024 | 2026-06-05T20:54:33.531Z | Compiling futures-sink v0.3.32 |
| 2025 | 2026-06-05T20:54:33.648Z | Compiling which v4.4.2 |
| 2026 | 2026-06-05T20:54:33.929Z | Compiling cexpr v0.6.0 |
| 2027 | 2026-06-05T20:54:34.173Z | Compiling itertools v0.12.1 |
| 2028 | 2026-06-05T20:54:34.227Z | Compiling lazycell v1.3.0 |
| 2029 | 2026-06-05T20:54:34.344Z | Compiling icu_normalizer v1.5.0 |
| 2030 | 2026-06-05T20:54:34.516Z | Compiling rustc-hash v1.1.0 |
| 2031 | 2026-06-05T20:54:34.630Z | Compiling cmake v0.1.54 |
| 2032 | 2026-06-05T20:54:34.965Z | Compiling idna_adapter v1.2.0 |
| 2033 | 2026-06-05T20:54:34.980Z | Compiling dunce v1.0.5 |
| 2034 | 2026-06-05T20:54:35.043Z | Compiling fs_extra v1.3.0 |
| 2035 | 2026-06-05T20:54:35.073Z | Compiling idna v1.0.3 |
| 2036 | 2026-06-05T20:54:35.076Z | Compiling strsim v0.11.1 |
| 2037 | 2026-06-05T20:54:35.105Z | Compiling const-oid v0.9.6 |
| 2038 | 2026-06-05T20:54:35.328Z | Compiling futures-channel v0.3.32 |
| 2039 | 2026-06-05T20:54:35.372Z | Compiling ident_case v1.0.1 |
| 2040 | 2026-06-05T20:54:35.500Z | Compiling url v2.5.4 |
| 2041 | 2026-06-05T20:54:35.545Z | Compiling hashbrown v0.17.0 |
| 2042 | 2026-06-05T20:54:35.956Z | Compiling futures-task v0.3.32 |
| 2043 | 2026-06-05T20:54:36.222Z | Compiling indexmap v2.14.0 |
| 2044 | 2026-06-05T20:54:36.515Z | Compiling futures-io v0.3.32 |
| 2045 | 2026-06-05T20:54:36.666Z | Compiling futures-util v0.3.32 |
| 2046 | 2026-06-05T20:54:36.719Z | Compiling slog v2.8.2 |
| 2047 | 2026-06-05T20:54:36.958Z | Compiling base64 v0.22.1 |
| 2048 | 2026-06-05T20:54:37.311Z | Compiling zerocopy-derive v0.8.27 |
| 2049 | 2026-06-05T20:54:37.471Z | Compiling http v1.4.0 |
| 2050 | 2026-06-05T20:54:37.901Z | Compiling block-buffer v0.10.4 |
| 2051 | 2026-06-05T20:54:38.077Z | Compiling digest v0.10.7 |
| 2052 | 2026-06-05T20:54:38.840Z | Compiling tracing-core v0.1.32 |
| 2053 | 2026-06-05T20:54:39.240Z | Compiling tracing-attributes v0.1.27 |
| 2054 | 2026-06-05T20:54:39.551Z | Compiling aws-lc-sys v0.30.0 |
| 2055 | 2026-06-05T20:54:39.672Z | Compiling untrusted v0.9.0 |
| 2056 | 2026-06-05T20:54:39.807Z | Compiling ucd-trie v0.1.6 |
| 2057 | 2026-06-05T20:54:40.027Z | Compiling pest v2.8.4 |
| 2058 | 2026-06-05T20:54:40.419Z | Compiling tracing v0.1.40 |
| 2059 | 2026-06-05T20:54:40.712Z | Compiling rustls-pki-types v1.12.0 |
| 2060 | 2026-06-05T20:54:40.731Z | Compiling byteorder v1.5.0 |
| 2061 | 2026-06-05T20:54:41.101Z | Compiling pest_meta v2.8.4 |
| 2062 | 2026-06-05T20:54:41.243Z | Compiling anyhow v1.0.100 |
| 2063 | 2026-06-05T20:54:41.527Z | Compiling ppv-lite86 v0.2.17 |
| 2064 | 2026-06-05T20:54:41.575Z | Compiling fnv v1.0.7 |
| 2065 | 2026-06-05T20:54:41.681Z | Compiling pest_generator v2.8.4 |
| 2066 | 2026-06-05T20:54:41.835Z | Compiling tokio-util v0.7.16 |
| 2067 | 2026-06-05T20:54:42.092Z | Compiling ipnet v2.9.0 |
| 2068 | 2026-06-05T20:54:42.293Z | Compiling paste v1.0.15 |
| 2069 | 2026-06-05T20:54:42.383Z | Compiling http-body v1.0.1 |
| 2070 | 2026-06-05T20:54:42.383Z | Compiling pest_derive v2.8.4 |
| 2071 | 2026-06-05T20:54:42.646Z | Compiling cpufeatures v0.2.12 |
| 2072 | 2026-06-05T20:54:42.670Z | Compiling zerocopy v0.8.27 |
| 2073 | 2026-06-05T20:54:42.725Z | Compiling camino v1.2.2 |
| 2074 | 2026-06-05T20:54:42.858Z | Compiling omicron-workspace-hack v0.1.0 |
| 2075 | 2026-06-05T20:54:43.050Z | Compiling atomic-waker v1.1.2 |
| 2076 | 2026-06-05T20:54:43.181Z | Compiling tower-service v0.3.3 |
| 2077 | 2026-06-05T20:54:43.252Z | Compiling try-lock v0.2.5 |
| 2078 | 2026-06-05T20:54:43.279Z | Compiling ryu v1.0.18 |
| 2079 | 2026-06-05T20:54:43.328Z | Compiling tower-layer v0.3.3 |
| 2080 | 2026-06-05T20:54:43.547Z | Compiling want v0.3.1 |
| 2081 | 2026-06-05T20:54:43.573Z | Compiling h2 v0.4.6 |
| 2082 | 2026-06-05T20:54:43.886Z | Compiling pin-utils v0.1.0 |
| 2083 | 2026-06-05T20:54:43.940Z | Compiling httpdate v1.0.3 |
| 2084 | 2026-06-05T20:54:43.963Z | Compiling ipnetwork v0.21.1 |
| 2085 | 2026-06-05T20:54:44.394Z | Compiling erased-serde v0.3.31 |
| 2086 | 2026-06-05T20:54:44.722Z | Compiling async-trait v0.1.89 |
| 2087 | 2026-06-05T20:54:44.993Z | Compiling num-conv v0.2.0 |
| 2088 | 2026-06-05T20:54:45.133Z | Compiling time-core v0.1.8 |
| 2089 | 2026-06-05T20:54:45.290Z | Compiling time-macros v0.2.27 |
| 2090 | 2026-06-05T20:54:45.696Z | Compiling serde_urlencoded v0.7.1 |
| 2091 | 2026-06-05T20:54:45.713Z | Compiling http-body-util v0.1.3 |
| 2092 | 2026-06-05T20:54:45.867Z | Compiling scroll_derive v0.13.1 |
| 2093 | 2026-06-05T20:54:45.970Z | Compiling hyper v1.8.1 |
| 2094 | 2026-06-05T20:54:46.161Z | Compiling aws-lc-rs v1.13.3 |
| 2095 | 2026-06-05T20:54:46.281Z | Compiling allocator-api2 v0.2.21 |
| 2096 | 2026-06-05T20:54:46.460Z | Compiling pretty-hex v0.4.1 |
| 2097 | 2026-06-05T20:54:46.620Z | Compiling untrusted v0.7.1 |
| 2098 | 2026-06-05T20:54:46.670Z | Compiling foldhash v0.2.0 |
| 2099 | 2026-06-05T20:54:46.704Z | Compiling strum_macros v0.26.4 |
| 2100 | 2026-06-05T20:54:46.747Z | Compiling daft-derive v0.1.5 |
| 2101 | 2026-06-05T20:54:46.941Z | Compiling hashbrown v0.16.1 |
| 2102 | 2026-06-05T20:54:47.566Z | Compiling hyper-util v0.1.20 |
| 2103 | 2026-06-05T20:54:48.156Z | Compiling rustls v0.23.31 |
| 2104 | 2026-06-05T20:54:48.538Z | Compiling rand_core v0.9.3 |
| 2105 | 2026-06-05T20:54:48.826Z | Compiling openapiv3 v2.2.0 |
| 2106 | 2026-06-05T20:54:49.428Z | Compiling usdt-impl v0.6.0 |
| 2107 | 2026-06-05T20:54:49.462Z | Compiling plain v0.2.3 |
| 2108 | 2026-06-05T20:54:49.631Z | Compiling rand_chacha v0.9.0 |
| 2109 | 2026-06-05T20:54:49.711Z | Compiling scroll v0.13.0 |
| 2110 | 2026-06-05T20:54:49.975Z | Compiling oxnet v0.1.4 |
| 2111 | 2026-06-05T20:54:50.427Z | Compiling crossbeam-utils v0.8.19 |
| 2112 | 2026-06-05T20:54:50.897Z | Compiling goblin v0.10.4 |
| 2113 | 2026-06-05T20:54:50.950Z | Compiling rand v0.9.2 |
| 2114 | 2026-06-05T20:54:51.647Z | Compiling sync_wrapper v1.0.1 |
| 2115 | 2026-06-05T20:54:51.660Z | Compiling rustls v0.22.4 |
| 2116 | 2026-06-05T20:54:51.900Z | Compiling tower v0.5.2 |
| 2117 | 2026-06-05T20:54:52.456Z | Compiling dtrace-parser v0.3.0 |
| 2118 | 2026-06-05T20:54:52.473Z | Compiling webpki-roots v0.26.3 |
| 2119 | 2026-06-05T20:54:52.529Z | Compiling thread-id v5.0.0 |
| 2120 | 2026-06-05T20:54:52.610Z | Compiling encoding_rs v0.8.34 |
| 2121 | 2026-06-05T20:54:52.622Z | Compiling iri-string v0.7.8 |
| 2122 | 2026-06-05T20:54:53.029Z | Compiling mime v0.3.17 |
| 2123 | 2026-06-05T20:54:53.522Z | Compiling slog-async v2.8.0 |
| 2124 | 2026-06-05T20:54:53.833Z | Compiling dof v0.4.0 |
| 2125 | 2026-06-05T20:54:54.749Z | Compiling tower-http v0.6.8 |
| 2126 | 2026-06-05T20:54:55.179Z | Compiling rand_chacha v0.3.1 |
| 2127 | 2026-06-05T20:54:55.445Z | Compiling futures-executor v0.3.32 |
| 2128 | 2026-06-05T20:54:55.756Z | Compiling multer v3.1.0 |
| 2129 | 2026-06-05T20:54:55.903Z | Compiling ref-cast v1.0.25 |
| 2130 | 2026-06-05T20:54:55.917Z | Compiling futures v0.3.32 |
| 2131 | 2026-06-05T20:54:56.012Z | Compiling rand v0.8.5 |
| 2132 | 2026-06-05T20:54:56.221Z | Compiling darling_core v0.23.0 |
| 2133 | 2026-06-05T20:54:56.683Z | Compiling usdt-macro v0.6.0 |
| 2134 | 2026-06-05T20:54:56.768Z | Compiling usdt-attr-macro v0.6.0 |
| 2135 | 2026-06-05T20:54:56.984Z | Compiling async-stream-impl v0.3.6 |
| 2136 | 2026-06-05T20:54:57.526Z | Compiling ref-cast-impl v1.0.25 |
| 2137 | 2026-06-05T20:54:57.633Z | Compiling rustix v1.1.2 |
| 2138 | 2026-06-05T20:54:57.653Z | Compiling hex v0.4.3 |
| 2139 | 2026-06-05T20:54:57.916Z | Compiling winnow v0.7.13 |
| 2140 | 2026-06-05T20:54:58.222Z | Compiling strum v0.26.3 |
| 2141 | 2026-06-05T20:54:58.355Z | Compiling sha1 v0.10.6 |
| 2142 | 2026-06-05T20:54:58.370Z | Compiling darling_macro v0.23.0 |
| 2143 | 2026-06-05T20:54:58.714Z | Compiling newtype-uuid v1.3.2 |
| 2144 | 2026-06-05T20:54:58.727Z | Compiling newtype-uuid-macros v0.1.0 |
| 2145 | 2026-06-05T20:54:58.977Z | Compiling darling v0.23.0 |
| 2146 | 2026-06-05T20:54:59.066Z | Compiling structmeta-derive v0.3.0 |
| 2147 | 2026-06-05T20:54:59.120Z | Compiling syn v1.0.109 |
| 2148 | 2026-06-05T20:54:59.454Z | Compiling powerfmt v0.2.0 |
| 2149 | 2026-06-05T20:54:59.587Z | Compiling serde_with_macros v3.18.0 |
| 2150 | 2026-06-05T20:54:59.713Z | Compiling deranged v0.5.3 |
| 2151 | 2026-06-05T20:54:59.918Z | Compiling fastrand v2.3.0 |
| 2152 | 2026-06-05T20:55:00.128Z | Compiling structmeta v0.3.0 |
| 2153 | 2026-06-05T20:55:00.258Z | Compiling num_threads v0.1.7 |
| 2154 | 2026-06-05T20:55:00.359Z | Compiling match_cfg v0.1.0 |
| 2155 | 2026-06-05T20:55:00.437Z | Compiling hostname v0.3.1 |
| 2156 | 2026-06-05T20:55:00.608Z | Compiling daft v0.1.5 |
| 2157 | 2026-06-05T20:55:00.704Z | Compiling crossbeam-channel v0.5.15 |
| 2158 | 2026-06-05T20:55:00.891Z | Compiling time v0.3.47 |
| 2159 | 2026-06-05T20:55:01.107Z | Compiling crc32fast v1.4.0 |
| 2160 | 2026-06-05T20:55:01.398Z | Compiling tempfile v3.23.0 |
| 2161 | 2026-06-05T20:55:01.402Z | Compiling thread_local v1.1.8 |
| 2162 | 2026-06-05T20:55:01.613Z | Compiling strum_macros v0.27.2 |
| 2163 | 2026-06-05T20:55:01.766Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2164 | 2026-06-05T20:55:02.254Z | Compiling derive-ex v0.1.8 |
| 2165 | 2026-06-05T20:55:02.399Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2166 | 2026-06-05T20:55:03.785Z | Compiling rustls-webpki v0.102.4 |
| 2167 | 2026-06-05T20:55:03.832Z | Compiling serde_spanned v1.0.4 |
| 2168 | 2026-06-05T20:55:03.860Z | Compiling is-terminal v0.4.12 |
| 2169 | 2026-06-05T20:55:03.931Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2170 | 2026-06-05T20:55:03.958Z | Compiling term v1.2.0 |
| 2171 | 2026-06-05T20:55:03.993Z | Compiling debug-ignore v1.0.5 |
| 2172 | 2026-06-05T20:55:04.108Z | Compiling take_mut v0.2.2 |
| 2173 | 2026-06-05T20:55:05.641Z | Compiling slog-term v2.9.2 |
| 2174 | 2026-06-05T20:55:05.812Z | Compiling test-strategy v0.4.3 |
| 2175 | 2026-06-05T20:55:06.750Z | Compiling slog-json v2.6.1 |
| 2176 | 2026-06-05T20:55:07.058Z | Compiling macaddr v1.0.1 |
| 2177 | 2026-06-05T20:55:07.072Z | Compiling memmap2 v0.9.9 |
| 2178 | 2026-06-05T20:55:07.189Z | Compiling quick-error v1.2.3 |
| 2179 | 2026-06-05T20:55:07.303Z | Compiling spin v0.9.8 |
| 2180 | 2026-06-05T20:55:07.337Z | Compiling usdt v0.6.0 |
| 2181 | 2026-06-05T20:55:07.555Z | Compiling slog-bunyan v2.5.0 |
| 2182 | 2026-06-05T20:55:07.737Z | Compiling tokio-rustls v0.25.0 |
| 2183 | 2026-06-05T20:55:07.967Z | Compiling async-stream v0.3.6 |
| 2184 | 2026-06-05T20:55:07.984Z | Compiling waitgroup v0.1.2 |
| 2185 | 2026-06-05T20:55:08.140Z | Compiling rustls-pemfile v2.2.0 |
| 2186 | 2026-06-05T20:55:08.156Z | Compiling serde_path_to_error v0.1.20 |
| 2187 | 2026-06-05T20:55:08.393Z | Compiling hostname v0.4.2 |
| 2188 | 2026-06-05T20:55:08.561Z | Compiling serde_with v3.18.0 |
| 2189 | 2026-06-05T20:55:08.594Z | Compiling regress v0.10.5 |
| 2190 | 2026-06-05T20:55:08.642Z | Compiling webpki-roots v1.0.3 |
| 2191 | 2026-06-05T20:55:09.342Z | Compiling parse-display-derive v0.10.0 |
| 2192 | 2026-06-05T20:55:09.356Z | Compiling wait-timeout v0.2.0 |
| 2193 | 2026-06-05T20:55:09.725Z | Compiling bit-vec v0.6.3 |
| 2194 | 2026-06-05T20:55:09.806Z | Compiling rusty-fork v0.3.0 |
| 2195 | 2026-06-05T20:55:10.003Z | Compiling bit-set v0.5.3 |
| 2196 | 2026-06-05T20:55:10.199Z | Compiling strum v0.27.2 |
| 2197 | 2026-06-05T20:55:10.336Z | Compiling rand_xorshift v0.3.0 |
| 2198 | 2026-06-05T20:55:10.520Z | Compiling dropshot v0.17.0 |
| 2199 | 2026-06-05T20:55:10.665Z | Compiling unarray v0.1.4 |
| 2200 | 2026-06-05T20:55:10.761Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-06-05T20:55:10.798Z | Compiling proptest v1.5.0 |
| 2202 | 2026-06-05T20:55:10.907Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2203 | 2026-06-05T20:55:10.910Z | Compiling crucible-workspace-hack v0.1.0 |
| 2204 | 2026-06-05T20:55:11.132Z | Compiling dropshot_endpoint v0.17.0 |
| 2205 | 2026-06-05T20:55:11.161Z | Compiling rustc-hash v2.1.1 |
| 2206 | 2026-06-05T20:55:11.392Z | Compiling iddqd v0.3.18 |
| 2207 | 2026-06-05T20:55:12.780Z | Compiling toml_datetime v0.6.11 |
| 2208 | 2026-06-05T20:55:12.793Z | Compiling openssl-probe v0.2.1 |
| 2209 | 2026-06-05T20:55:13.023Z | Compiling rustls-native-certs v0.8.3 |
| 2210 | 2026-06-05T20:55:13.109Z | Compiling instant v0.1.12 |
| 2211 | 2026-06-05T20:55:13.232Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2212 | 2026-06-05T20:55:13.252Z | Compiling adler v1.0.2 |
| 2213 | 2026-06-05T20:55:13.306Z | Compiling backoff v0.4.0 |
| 2214 | 2026-06-05T20:55:13.432Z | Compiling miniz_oxide v0.7.2 |
| 2215 | 2026-06-05T20:55:13.676Z | Compiling parse-display v0.10.0 |
| 2216 | 2026-06-05T20:55:13.802Z | Compiling itertools v0.14.0 |
| 2217 | 2026-06-05T20:55:13.849Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2218 | 2026-06-05T20:55:14.825Z | Compiling base64ct v1.6.0 |
| 2219 | 2026-06-05T20:55:15.100Z | Compiling flate2 v1.0.30 |
| 2220 | 2026-06-05T20:55:15.223Z | Compiling compression-core v0.4.31 |
| 2221 | 2026-06-05T20:55:15.286Z | Compiling unicode-width v0.1.14 |
| 2222 | 2026-06-05T20:55:15.431Z | Compiling compression-codecs v0.4.32 |
| 2223 | 2026-06-05T20:55:15.976Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2224 | 2026-06-05T20:55:16.401Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2225 | 2026-06-05T20:55:16.502Z | Compiling async-compression v0.4.33 |
| 2226 | 2026-06-05T20:55:16.741Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2227 | 2026-06-05T20:55:16.754Z | Compiling unsafe-libyaml v0.2.11 |
| 2228 | 2026-06-05T20:55:17.270Z | Compiling serde_yaml v0.9.34+deprecated |
| 2229 | 2026-06-05T20:55:18.527Z | Compiling pem-rfc7468 v0.7.0 |
| 2230 | 2026-06-05T20:55:18.635Z | Compiling der_derive v0.7.3 |
| 2231 | 2026-06-05T20:55:18.985Z | Compiling winnow v0.5.40 |
| 2232 | 2026-06-05T20:55:19.094Z | Compiling flagset v0.4.7 |
| 2233 | 2026-06-05T20:55:19.249Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2234 | 2026-06-05T20:55:19.629Z | Compiling der v0.7.10 |
| 2235 | 2026-06-05T20:55:19.718Z | Compiling clap_derive v4.5.4 |
| 2236 | 2026-06-05T20:55:20.110Z | Compiling utf8parse v0.2.1 |
| 2237 | 2026-06-05T20:55:20.311Z | Compiling toml_edit v0.19.15 |
| 2238 | 2026-06-05T20:55:20.614Z | Compiling anstyle-parse v0.2.4 |
| 2239 | 2026-06-05T20:55:21.214Z | Compiling darling_core v0.21.3 |
| 2240 | 2026-06-05T20:55:21.385Z | Compiling rustc_version v0.4.1 |
| 2241 | 2026-06-05T20:55:21.625Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-06-05T20:55:21.820Z | Compiling is_terminal_polyfill v1.70.0 |
| 2243 | 2026-06-05T20:55:21.923Z | Compiling colorchoice v1.0.1 |
| 2244 | 2026-06-05T20:55:21.964Z | Compiling anstyle v1.0.7 |
| 2245 | 2026-06-05T20:55:22.053Z | Compiling anstyle-query v1.0.3 |
| 2246 | 2026-06-05T20:55:22.243Z | Compiling anstream v0.6.14 |
| 2247 | 2026-06-05T20:55:22.274Z | Compiling spki v0.7.3 |
| 2248 | 2026-06-05T20:55:22.624Z | Compiling terminal_size v0.3.0 |
| 2249 | 2026-06-05T20:55:22.816Z | Compiling heck v0.4.1 |
| 2250 | 2026-06-05T20:55:22.918Z | Compiling clap_lex v0.7.0 |
| 2251 | 2026-06-05T20:55:23.100Z | Compiling clap_builder v4.5.2 |
| 2252 | 2026-06-05T20:55:23.400Z | Compiling darling_macro v0.21.3 |
| 2253 | 2026-06-05T20:55:23.579Z | Compiling secrecy v0.10.3 |
| 2254 | 2026-06-05T20:55:23.662Z | Compiling heapless v0.8.0 |
| 2255 | 2026-06-05T20:55:23.764Z | Compiling convert_case v0.4.0 |
| 2256 | 2026-06-05T20:55:23.944Z | Compiling darling v0.21.3 |
| 2257 | 2026-06-05T20:55:24.030Z | Compiling ingot-macros v0.1.1 |
| 2258 | 2026-06-05T20:55:24.081Z | Compiling derive_more v0.99.20 |
| 2259 | 2026-06-05T20:55:24.580Z | Compiling pkcs8 v0.10.2 |
| 2260 | 2026-06-05T20:55:24.608Z | Compiling tabwriter v1.4.0 |
| 2261 | 2026-06-05T20:55:24.986Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2262 | 2026-06-05T20:55:25.311Z | Compiling clap v4.5.4 |
| 2263 | 2026-06-05T20:55:25.351Z | Compiling backon v1.6.0 |
| 2264 | 2026-06-05T20:55:25.401Z | Compiling hash32 v0.3.1 |
| 2265 | 2026-06-05T20:55:25.612Z | Compiling smoltcp v0.11.0 |
| 2266 | 2026-06-05T20:55:25.698Z | Compiling cfg_aliases v0.2.1 |
| 2267 | 2026-06-05T20:55:26.273Z | Compiling typify-impl v0.4.3 |
| 2268 | 2026-06-05T20:55:26.399Z | Compiling hmac v0.12.1 |
| 2269 | 2026-06-05T20:55:26.554Z | Compiling bitflags v1.3.2 |
| 2270 | 2026-06-05T20:55:26.635Z | Compiling cobs v0.2.3 |
| 2271 | 2026-06-05T20:55:26.671Z | Compiling managed v0.8.0 |
| 2272 | 2026-06-05T20:55:26.721Z | Compiling ingot-types v0.1.2 |
| 2273 | 2026-06-05T20:55:26.935Z | Compiling postcard v1.0.9 |
| 2274 | 2026-06-05T20:55:27.170Z | Compiling ingot v0.1.1 |
| 2275 | 2026-06-05T20:55:27.902Z | Compiling crossbeam-epoch v0.9.18 |
| 2276 | 2026-06-05T20:55:29.072Z | Compiling inout v0.1.3 |
| 2277 | 2026-06-05T20:55:29.090Z | Compiling zerocopy-derive v0.7.34 |
| 2278 | 2026-06-05T20:55:29.236Z | Compiling ff v0.13.1 |
| 2279 | 2026-06-05T20:55:29.407Z | Compiling memoffset v0.9.1 |
| 2280 | 2026-06-05T20:55:29.661Z | Compiling typify-macro v0.4.3 |
| 2281 | 2026-06-05T20:55:30.078Z | Compiling base16ct v0.2.0 |
| 2282 | 2026-06-05T20:55:30.230Z | Compiling sec1 v0.7.3 |
| 2283 | 2026-06-05T20:55:30.420Z | Compiling group v0.13.0 |
| 2284 | 2026-06-05T20:55:30.639Z | Compiling cipher v0.4.4 |
| 2285 | 2026-06-05T20:55:31.177Z | Compiling hkdf v0.12.4 |
| 2286 | 2026-06-05T20:55:31.212Z | Compiling regress v0.11.1 |
| 2287 | 2026-06-05T20:55:31.298Z | Compiling crypto-bigint v0.5.5 |
| 2288 | 2026-06-05T20:55:31.339Z | Compiling proc-macro-error-attr v1.0.4 |
| 2289 | 2026-06-05T20:55:31.574Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2290 | 2026-06-05T20:55:31.738Z | Compiling colored v3.1.1 |
| 2291 | 2026-06-05T20:55:32.018Z | Compiling pkg-config v0.3.30 |
| 2292 | 2026-06-05T20:55:32.401Z | Compiling elliptic-curve v0.13.8 |
| 2293 | 2026-06-05T20:55:32.800Z | Compiling typify-impl v0.6.2 |
| 2294 | 2026-06-05T20:55:33.566Z | Compiling num_enum_derive v0.7.4 |
| 2295 | 2026-06-05T20:55:33.584Z | Compiling curve25519-dalek v4.1.3 |
| 2296 | 2026-06-05T20:55:33.883Z | Compiling half v2.7.1 |
| 2297 | 2026-06-05T20:55:33.917Z | Compiling universal-hash v0.5.1 |
| 2298 | 2026-06-05T20:55:34.075Z | Compiling proc-macro-error v1.0.4 |
| 2299 | 2026-06-05T20:55:34.230Z | Compiling data-encoding v2.6.0 |
| 2300 | 2026-06-05T20:55:34.243Z | Compiling opaque-debug v0.3.1 |
| 2301 | 2026-06-05T20:55:34.316Z | Compiling ciborium-io v0.2.2 |
| 2302 | 2026-06-05T20:55:34.328Z | Compiling vcpkg v0.2.15 |
| 2303 | 2026-06-05T20:55:34.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2304 | 2026-06-05T20:55:34.739Z | Compiling num_enum v0.7.4 |
| 2305 | 2026-06-05T20:55:34.860Z | Compiling rustls-webpki v0.103.4 |
| 2306 | 2026-06-05T20:55:34.893Z | Compiling ciborium-ll v0.2.2 |
| 2307 | 2026-06-05T20:55:35.231Z | Compiling num_enum_derive v0.5.11 |
| 2308 | 2026-06-05T20:55:36.299Z | Compiling typify-macro v0.6.2 |
| 2309 | 2026-06-05T20:55:36.312Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2310 | 2026-06-05T20:55:36.315Z | Compiling foreign-types-macros v0.2.3 |
| 2311 | 2026-06-05T20:55:36.756Z | Compiling foreign-types-shared v0.3.1 |
| 2312 | 2026-06-05T20:55:36.927Z | Compiling rayon-core v1.13.0 |
| 2313 | 2026-06-05T20:55:37.188Z | Compiling foreign-types v0.5.0 |
| 2314 | 2026-06-05T20:55:37.445Z | Compiling num_enum v0.5.11 |
| 2315 | 2026-06-05T20:55:37.605Z | Compiling ciborium v0.2.2 |
| 2316 | 2026-06-05T20:55:37.837Z | Compiling typify v0.4.3 |
| 2317 | 2026-06-05T20:55:37.851Z | Compiling zerocopy v0.7.34 |
| 2318 | 2026-06-05T20:55:37.853Z | Compiling crossbeam-deque v0.8.5 |
| 2319 | 2026-06-05T20:55:38.043Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2320 | 2026-06-05T20:55:38.070Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2321 | 2026-06-05T20:55:38.393Z | Compiling aead v0.5.2 |
| 2322 | 2026-06-05T20:55:38.449Z | Compiling serde_spanned v0.6.9 |
| 2323 | 2026-06-05T20:55:38.592Z | Compiling scroll_derive v0.12.0 |
| 2324 | 2026-06-05T20:55:38.621Z | Compiling num-integer v0.1.46 |
| 2325 | 2026-06-05T20:55:38.701Z | Compiling usdt-impl v0.5.0 |
| 2326 | 2026-06-05T20:55:38.986Z | Compiling cstr-argument v0.1.2 |
| 2327 | 2026-06-05T20:55:39.135Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2328 | 2026-06-05T20:55:39.203Z | Compiling keccak v0.1.6 |
| 2329 | 2026-06-05T20:55:39.263Z | Compiling tokio-rustls v0.26.0 |
| 2330 | 2026-06-05T20:55:39.298Z | Compiling rustls-platform-verifier v0.6.2 |
| 2331 | 2026-06-05T20:55:39.382Z | Compiling sha3 v0.10.8 |
| 2332 | 2026-06-05T20:55:39.463Z | Compiling scroll v0.12.0 |
| 2333 | 2026-06-05T20:55:39.536Z | Compiling hyper-rustls v0.27.3 |
| 2334 | 2026-06-05T20:55:39.681Z | Compiling thiserror-no-std v2.0.2 |
| 2335 | 2026-06-05T20:55:39.767Z | Compiling reqwest v0.12.23 |
| 2336 | 2026-06-05T20:55:39.780Z | Compiling reqwest v0.13.2 |
| 2337 | 2026-06-05T20:55:39.784Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2338 | 2026-06-05T20:55:39.928Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2339 | 2026-06-05T20:55:40.060Z | Compiling dof v0.3.0 |
| 2340 | 2026-06-05T20:55:40.410Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2341 | 2026-06-05T20:55:40.413Z | Compiling poly1305 v0.8.0 |
| 2342 | 2026-06-05T20:55:40.619Z | Compiling chacha20 v0.9.1 |
| 2343 | 2026-06-05T20:55:41.032Z | Compiling progenitor-client v0.10.0 |
| 2344 | 2026-06-05T20:55:41.078Z | Compiling dtrace-parser v0.2.0 |
| 2345 | 2026-06-05T20:55:41.160Z | Compiling password-hash v0.5.0 |
| 2346 | 2026-06-05T20:55:41.514Z | Compiling progenitor-client v0.14.0 |
| 2347 | 2026-06-05T20:55:41.669Z | Compiling camino-tempfile v1.4.1 |
| 2348 | 2026-06-05T20:55:42.016Z | Compiling progenitor-extras v0.2.0 |
| 2349 | 2026-06-05T20:55:42.065Z | Compiling blake2 v0.10.6 |
| 2350 | 2026-06-05T20:55:42.263Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2351 | 2026-06-05T20:55:42.553Z | Compiling thread-id v4.2.1 |
| 2352 | 2026-06-05T20:55:45.867Z | Compiling argon2 v0.5.3 |
| 2353 | 2026-06-05T20:55:46.073Z | Compiling chacha20poly1305 v0.10.1 |
| 2354 | 2026-06-05T20:55:46.226Z | Compiling rayon v1.11.0 |
| 2355 | 2026-06-05T20:55:48.835Z | Compiling vsss-rs v3.3.4 |
| 2356 | 2026-06-05T20:55:50.331Z | Compiling goblin v0.8.2 |
| 2357 | 2026-06-05T20:55:50.482Z | Compiling num-bigint v0.4.5 |
| 2358 | 2026-06-05T20:55:54.667Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2359 | 2026-06-05T20:55:54.679Z | Compiling sigpipe v0.1.3 |
| 2360 | 2026-06-05T20:55:55.458Z | Compiling jiff v0.2.15 |
| 2361 | 2026-06-05T20:55:57.086Z | Compiling num-rational v0.4.2 |
| 2362 | 2026-06-05T20:55:59.171Z | Compiling num-iter v0.1.45 |
| 2363 | 2026-06-05T20:55:59.186Z | Compiling typify v0.6.2 |
| 2364 | 2026-06-05T20:55:59.220Z | Compiling zone_cfg_derive v0.3.0 |
| 2365 | 2026-06-05T20:55:59.284Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2366 | 2026-06-05T20:55:59.927Z | Compiling num-complex v0.4.6 |
| 2367 | 2026-06-05T20:56:00.186Z | Compiling num-derive v0.4.2 |
| 2368 | 2026-06-05T20:56:00.520Z | Compiling indent_write v2.2.0 |
| 2369 | 2026-06-05T20:56:00.686Z | Compiling tinyvec_macros v0.1.1 |
| 2370 | 2026-06-05T20:56:00.745Z | Compiling zone v0.3.1 |
| 2371 | 2026-06-05T20:56:00.767Z | Compiling tinyvec v1.6.0 |
| 2372 | 2026-06-05T20:56:01.510Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2373 | 2026-06-05T20:56:02.230Z | Compiling num v0.4.3 |
| 2374 | 2026-06-05T20:56:03.513Z | Compiling usdt-attr-macro v0.5.0 |
| 2375 | 2026-06-05T20:56:03.540Z | Compiling usdt-macro v0.5.0 |
| 2376 | 2026-06-05T20:56:03.904Z | Compiling smf v0.2.3 |
| 2377 | 2026-06-05T20:56:04.268Z | Compiling memmap v0.7.0 |
| 2378 | 2026-06-05T20:56:04.526Z | Compiling whoami v1.5.1 |
| 2379 | 2026-06-05T20:56:05.076Z | Compiling usdt v0.5.0 |
| 2380 | 2026-06-05T20:56:05.703Z | Compiling progenitor-impl v0.11.1 |
| 2381 | 2026-06-05T20:56:06.383Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2382 | 2026-06-05T20:56:06.799Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2383 | 2026-06-05T20:56:07.157Z | Compiling toml_write v0.1.2 |
| 2384 | 2026-06-05T20:56:07.783Z | Compiling progenitor-macro v0.11.1 |
| 2385 | 2026-06-05T20:56:08.086Z | Compiling toml_edit v0.22.27 |
| 2386 | 2026-06-05T20:56:08.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2387 | 2026-06-05T20:56:09.530Z | Compiling progenitor-client v0.11.1 |
| 2388 | 2026-06-05T20:56:10.399Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2389 | 2026-06-05T20:56:10.589Z | Compiling darling_core v0.20.11 |
| 2390 | 2026-06-05T20:56:11.045Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2391 | 2026-06-05T20:56:11.244Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2392 | 2026-06-05T20:56:11.671Z | Compiling dropshot v0.16.7 |
| 2393 | 2026-06-05T20:56:11.828Z | Compiling swrite v0.1.0 |
| 2394 | 2026-06-05T20:56:11.911Z | Compiling float-ord v0.3.2 |
| 2395 | 2026-06-05T20:56:11.977Z | Compiling progenitor v0.11.1 |
| 2396 | 2026-06-05T20:56:12.071Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2397 | 2026-06-05T20:56:12.527Z | Compiling darling_macro v0.20.11 |
| 2398 | 2026-06-05T20:56:13.044Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2399 | 2026-06-05T20:56:13.636Z | Compiling toml v0.8.23 |
| 2400 | 2026-06-05T20:56:15.468Z | Compiling nix v0.30.1 |
| 2401 | 2026-06-05T20:56:15.903Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2402 | 2026-06-05T20:56:16.090Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2403 | 2026-06-05T20:56:16.643Z | Compiling hubpack_derive v0.1.1 |
| 2404 | 2026-06-05T20:56:17.176Z | Compiling byte-wrapper v0.1.0 |
| 2405 | 2026-06-05T20:56:17.179Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2406 | 2026-06-05T20:56:17.644Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2407 | 2026-06-05T20:56:17.814Z | Compiling dropshot_endpoint v0.16.7 |
| 2408 | 2026-06-05T20:56:18.344Z | Compiling base64 v0.21.7 |
| 2409 | 2026-06-05T20:56:18.453Z | Compiling static_assertions v1.1.0 |
| 2410 | 2026-06-05T20:56:18.734Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2411 | 2026-06-05T20:56:18.946Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2412 | 2026-06-05T20:56:19.014Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2413 | 2026-06-05T20:56:21.690Z | Compiling hubpack v0.1.2 |
| 2414 | 2026-06-05T20:56:21.976Z | Compiling darling v0.20.11 |
| 2415 | 2026-06-05T20:56:22.086Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2416 | 2026-06-05T20:56:22.984Z | Compiling libz-sys v1.1.16 |
| 2417 | 2026-06-05T20:56:23.398Z | Compiling nix v0.31.3 |
| 2418 | 2026-06-05T20:56:23.821Z | Compiling enum-as-inner v0.6.0 |
| 2419 | 2026-06-05T20:56:23.836Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2420 | 2026-06-05T20:56:24.099Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2421 | 2026-06-05T20:56:24.229Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2422 | 2026-06-05T20:56:24.452Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2423 | 2026-06-05T20:56:25.658Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2424 | 2026-06-05T20:56:26.956Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2425 | 2026-06-05T20:56:27.147Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2426 | 2026-06-05T20:56:27.191Z | Compiling derive_builder_core v0.20.2 |
| 2427 | 2026-06-05T20:56:27.267Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2428 | 2026-06-05T20:56:27.382Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2429 | 2026-06-05T20:56:27.596Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2430 | 2026-06-05T20:56:27.868Z | Compiling progenitor-impl v0.14.0 |
| 2431 | 2026-06-05T20:56:27.974Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2432 | 2026-06-05T20:56:28.449Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2433 | 2026-06-05T20:56:28.808Z | Compiling utf-8 v0.7.6 |
| 2434 | 2026-06-05T20:56:29.027Z | Compiling tungstenite v0.21.0 |
| 2435 | 2026-06-05T20:56:29.210Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2436 | 2026-06-05T20:56:29.995Z | Compiling progenitor-macro v0.14.0 |
| 2437 | 2026-06-05T20:56:30.192Z | Compiling derive_builder_macro v0.20.2 |
| 2438 | 2026-06-05T20:56:31.641Z | Compiling openssl-sys v0.9.107 |
| 2439 | 2026-06-05T20:56:33.379Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2440 | 2026-06-05T20:56:33.379Z | Compiling resolv-conf v0.7.0 |
| 2441 | 2026-06-05T20:56:33.394Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2442 | 2026-06-05T20:56:33.770Z | Compiling serde_repr v0.1.19 |
| 2443 | 2026-06-05T20:56:33.842Z | Compiling vergen-lib v9.1.0 |
| 2444 | 2026-06-05T20:56:33.881Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2445 | 2026-06-05T20:56:34.091Z | Compiling slog-dtrace v0.3.0 |
| 2446 | 2026-06-05T20:56:34.132Z | Compiling linked-hash-map v0.5.6 |
| 2447 | 2026-06-05T20:56:34.246Z | Compiling semver v0.1.20 |
| 2448 | 2026-06-05T20:56:34.343Z | Compiling unicode-segmentation v1.11.0 |
| 2449 | 2026-06-05T20:56:34.385Z | Compiling lru-cache v0.1.2 |
| 2450 | 2026-06-05T20:56:34.416Z | Compiling progenitor v0.14.0 |
| 2451 | 2026-06-05T20:56:34.506Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2452 | 2026-06-05T20:56:34.536Z | Compiling rustc_version v0.1.7 |
| 2453 | 2026-06-05T20:56:34.740Z | Compiling newline-converter v0.3.0 |
| 2454 | 2026-06-05T20:56:34.888Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2455 | 2026-06-05T20:56:35.810Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2456 | 2026-06-05T20:56:36.604Z | Compiling derive_builder v0.20.2 |
| 2457 | 2026-06-05T20:56:36.744Z | Compiling tokio-tungstenite v0.21.0 |
| 2458 | 2026-06-05T20:56:37.089Z | Compiling hickory-proto v0.24.4 |
| 2459 | 2026-06-05T20:56:37.092Z | Compiling progenitor-impl v0.13.0 |
| 2460 | 2026-06-05T20:56:39.182Z | Compiling atomicwrites v0.4.4 |
| 2461 | 2026-06-05T20:56:39.475Z | Compiling console v0.15.8 |
| 2462 | 2026-06-05T20:56:40.729Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2463 | 2026-06-05T20:56:42.831Z | Compiling serde-big-array v0.5.1 |
| 2464 | 2026-06-05T20:56:42.939Z | Compiling pin-project-internal v1.1.10 |
| 2465 | 2026-06-05T20:56:43.003Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2466 | 2026-06-05T20:56:43.525Z | Compiling derive-where v1.6.0 |
| 2467 | 2026-06-05T20:56:44.038Z | Compiling vergen v9.1.0 |
| 2468 | 2026-06-05T20:56:44.088Z | Compiling cargo-platform v0.3.2 |
| 2469 | 2026-06-05T20:56:44.274Z | Compiling siphasher v1.0.1 |
| 2470 | 2026-06-05T20:56:44.345Z | Compiling similar v2.7.0 |
| 2471 | 2026-06-05T20:56:44.494Z | Compiling phf_shared v0.12.1 |
| 2472 | 2026-06-05T20:56:44.748Z | Compiling cargo_metadata v0.23.1 |
| 2473 | 2026-06-05T20:56:44.791Z | Compiling pin-project v1.1.10 |
| 2474 | 2026-06-05T20:56:44.904Z | Compiling expectorate v1.2.0 |
| 2475 | 2026-06-05T20:56:45.115Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2476 | 2026-06-05T20:56:45.759Z | Compiling hickory-resolver v0.24.4 |
| 2477 | 2026-06-05T20:56:45.956Z | Compiling progenitor-macro v0.13.0 |
| 2478 | 2026-06-05T20:56:46.504Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2479 | 2026-06-05T20:56:46.982Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2480 | 2026-06-05T20:56:49.456Z | Compiling newtype_derive v0.1.6 |
| 2481 | 2026-06-05T20:56:50.388Z | Compiling unicode-normalization v0.1.24 |
| 2482 | 2026-06-05T20:56:50.751Z | Compiling progenitor-client v0.13.0 |
| 2483 | 2026-06-05T20:56:50.963Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2484 | 2026-06-05T20:56:51.244Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2485 | 2026-06-05T20:56:52.283Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2486 | 2026-06-05T20:56:52.861Z | Compiling tokio-stream v0.1.17 |
| 2487 | 2026-06-05T20:56:52.906Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2488 | 2026-06-05T20:56:53.397Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2489 | 2026-06-05T20:56:53.684Z | Compiling async-recursion v1.1.1 |
| 2490 | 2026-06-05T20:56:53.991Z | Compiling snafu-derive v0.8.9 |
| 2491 | 2026-06-05T20:56:54.423Z | Compiling vergen-git2 v9.1.0 |
| 2492 | 2026-06-05T20:56:54.501Z | Compiling csv-core v0.1.12 |
| 2493 | 2026-06-05T20:56:54.669Z | Compiling bstr v1.9.1 |
| 2494 | 2026-06-05T20:56:54.691Z | Compiling cancel-safe-futures v0.1.5 |
| 2495 | 2026-06-05T20:56:54.922Z | Compiling chrono-tz v0.10.4 |
| 2496 | 2026-06-05T20:56:54.952Z | Compiling unicode-xid v0.2.4 |
| 2497 | 2026-06-05T20:56:55.083Z | Compiling highway v1.3.0 |
| 2498 | 2026-06-05T20:56:55.150Z | Compiling foreign-types-shared v0.1.1 |
| 2499 | 2026-06-05T20:56:55.253Z | Compiling openssl v0.10.72 |
| 2500 | 2026-06-05T20:56:55.349Z | Compiling owo-colors v4.3.0 |
| 2501 | 2026-06-05T20:56:55.533Z | Compiling same-file v1.0.6 |
| 2502 | 2026-06-05T20:56:55.684Z | Compiling foldhash v0.1.5 |
| 2503 | 2026-06-05T20:56:55.723Z | Compiling snafu v0.8.9 |
| 2504 | 2026-06-05T20:56:55.760Z | Compiling walkdir v2.5.0 |
| 2505 | 2026-06-05T20:56:55.791Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2506 | 2026-06-05T20:56:55.910Z | Compiling hashbrown v0.15.2 |
| 2507 | 2026-06-05T20:56:56.291Z | Compiling foreign-types v0.3.2 |
| 2508 | 2026-06-05T20:56:56.397Z | Compiling const_format_proc_macros v0.2.34 |
| 2509 | 2026-06-05T20:56:56.481Z | Compiling globset v0.4.14 |
| 2510 | 2026-06-05T20:56:56.560Z | Compiling csv v1.3.1 |
| 2511 | 2026-06-05T20:56:56.727Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2512 | 2026-06-05T20:56:57.184Z | Compiling qorb v0.4.1 |
| 2513 | 2026-06-05T20:56:57.511Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2514 | 2026-06-05T20:56:59.023Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2515 | 2026-06-05T20:56:59.272Z | Compiling progenitor v0.13.0 |
| 2516 | 2026-06-05T20:56:59.423Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2517 | 2026-06-05T20:56:59.780Z | Compiling git2 v0.20.2 |
| 2518 | 2026-06-05T20:57:01.873Z | Compiling olpc-cjson v0.1.4 |
| 2519 | 2026-06-05T20:57:02.531Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2520 | 2026-06-05T20:57:02.733Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2521 | 2026-06-05T20:57:03.068Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2522 | 2026-06-05T20:57:03.672Z | Compiling phf v0.12.1 |
| 2523 | 2026-06-05T20:57:04.468Z | Compiling tokio-dtrace v0.1.1 |
| 2524 | 2026-06-05T20:57:04.853Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2525 | 2026-06-05T20:57:04.941Z | Compiling progenitor-impl v0.10.0 |
| 2526 | 2026-06-05T20:57:05.665Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2527 | 2026-06-05T20:57:05.718Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2528 | 2026-06-05T20:57:05.828Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2529 | 2026-06-05T20:57:05.949Z | Compiling signature v2.2.0 |
| 2530 | 2026-06-05T20:57:06.133Z | Compiling pem v3.0.5 |
| 2531 | 2026-06-05T20:57:06.165Z | Compiling libsw-core v0.3.2 |
| 2532 | 2026-06-05T20:57:06.354Z | Compiling serde_plain v1.0.2 |
| 2533 | 2026-06-05T20:57:06.653Z | Compiling openssl-macros v0.1.1 |
| 2534 | 2026-06-05T20:57:06.837Z | Compiling cookie v0.18.1 |
| 2535 | 2026-06-05T20:57:07.013Z | Compiling rustls v0.21.12 |
| 2536 | 2026-06-05T20:57:07.083Z | Compiling moka v0.12.10 |
| 2537 | 2026-06-05T20:57:07.100Z | Compiling fixedbitset v0.5.7 |
| 2538 | 2026-06-05T20:57:07.242Z | Compiling fixedbitset v0.4.2 |
| 2539 | 2026-06-05T20:57:07.312Z | Compiling typed-path v0.9.3 |
| 2540 | 2026-06-05T20:57:07.465Z | Compiling bytecount v0.6.9 |
| 2541 | 2026-06-05T20:57:07.564Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2542 | 2026-06-05T20:57:07.597Z | Compiling papergrid v0.11.0 |
| 2543 | 2026-06-05T20:57:07.649Z | Compiling petgraph v0.6.5 |
| 2544 | 2026-06-05T20:57:07.815Z | Compiling petgraph v0.8.3 |
| 2545 | 2026-06-05T20:57:08.478Z | Compiling tough v0.20.0 |
| 2546 | 2026-06-05T20:57:09.364Z | Compiling progenitor-macro v0.10.0 |
| 2547 | 2026-06-05T20:57:09.482Z | Compiling libsw v3.5.0 |
| 2548 | 2026-06-05T20:57:09.697Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2549 | 2026-06-05T20:57:10.131Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2550 | 2026-06-05T20:57:10.226Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2551 | 2026-06-05T20:57:10.376Z | Compiling oxide-tokio-rt v0.1.6 |
| 2552 | 2026-06-05T20:57:10.437Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2553 | 2026-06-05T20:57:10.662Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2554 | 2026-06-05T20:57:10.849Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2555 | 2026-06-05T20:57:13.290Z | Compiling const_format v0.2.35 |
| 2556 | 2026-06-05T20:57:13.459Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2557 | 2026-06-05T20:57:13.905Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2558 | 2026-06-05T20:57:14.128Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2559 | 2026-06-05T20:57:14.267Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2560 | 2026-06-05T20:57:14.807Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2561 | 2026-06-05T20:57:15.140Z | Compiling tabled_derive v0.7.0 |
| 2562 | 2026-06-05T20:57:15.937Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2563 | 2026-06-05T20:57:16.108Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2564 | 2026-06-05T20:57:16.250Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2565 | 2026-06-05T20:57:16.471Z | Compiling gethostname v0.5.0 |
| 2566 | 2026-06-05T20:57:16.620Z | Compiling terminal_size v0.4.3 |
| 2567 | 2026-06-05T20:57:16.788Z | Compiling sct v0.7.1 |
| 2568 | 2026-06-05T20:57:16.835Z | Compiling rustls-webpki v0.101.7 |
| 2569 | 2026-06-05T20:57:17.032Z | Compiling bcs v0.1.6 |
| 2570 | 2026-06-05T20:57:17.445Z | Compiling salty v0.3.0 |
| 2571 | 2026-06-05T20:57:17.726Z | Compiling smawk v0.3.2 |
| 2572 | 2026-06-05T20:57:17.908Z | Compiling unicode-width v0.2.1 |
| 2573 | 2026-06-05T20:57:18.244Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-06-05T20:57:18.445Z | Compiling linear-map v1.2.0 |
| 2575 | 2026-06-05T20:57:18.515Z | Compiling termtree v0.5.1 |
| 2576 | 2026-06-05T20:57:18.589Z | Compiling radium v0.7.0 |
| 2577 | 2026-06-05T20:57:18.652Z | Compiling unicode-linebreak v0.1.5 |
| 2578 | 2026-06-05T20:57:18.923Z | Compiling textwrap v0.16.2 |
| 2579 | 2026-06-05T20:57:18.953Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2580 | 2026-06-05T20:57:20.567Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2581 | 2026-06-05T20:57:21.624Z | Compiling progenitor v0.10.0 |
| 2582 | 2026-06-05T20:57:21.703Z | Compiling tabled v0.15.0 |
| 2583 | 2026-06-05T20:57:21.780Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2584 | 2026-06-05T20:57:22.063Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2585 | 2026-06-05T20:57:27.044Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2586 | 2026-06-05T20:57:27.297Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2587 | 2026-06-05T20:57:29.534Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2588 | 2026-06-05T20:57:29.709Z | Compiling steno v0.4.1 |
| 2589 | 2026-06-05T20:57:30.676Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2590 | 2026-06-05T20:57:31.451Z | Compiling hickory-proto v0.25.2 |
| 2591 | 2026-06-05T20:57:31.859Z | Compiling rfc6979 v0.4.0 |
| 2592 | 2026-06-05T20:57:32.023Z | Compiling sha2 v0.10.9 |
| 2593 | 2026-06-05T20:57:32.877Z | Compiling tap v1.0.1 |
| 2594 | 2026-06-05T20:57:33.010Z | Compiling humantime v2.3.0 |
| 2595 | 2026-06-05T20:57:33.488Z | Compiling wyz v0.5.1 |
| 2596 | 2026-06-05T20:57:33.719Z | Compiling hickory-resolver v0.25.2 |
| 2597 | 2026-06-05T20:57:34.615Z | Compiling ecdsa v0.16.9 |
| 2598 | 2026-06-05T20:57:36.228Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2599 | 2026-06-05T20:57:38.311Z | Compiling tokio-rustls v0.24.1 |
| 2600 | 2026-06-05T20:57:38.571Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2601 | 2026-06-05T20:57:38.591Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2602 | 2026-06-05T20:57:40.439Z | Compiling ed25519 v2.2.3 |
| 2603 | 2026-06-05T20:57:40.990Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2604 | 2026-06-05T20:57:41.254Z | Compiling rustls-pemfile v1.0.4 |
| 2605 | 2026-06-05T20:57:41.268Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2606 | 2026-06-05T20:57:41.695Z | Compiling primeorder v0.13.6 |
| 2607 | 2026-06-05T20:57:41.985Z | Compiling twox-hash v2.1.2 |
| 2608 | 2026-06-05T20:57:42.461Z | Compiling env_filter v1.0.1 |
| 2609 | 2026-06-05T20:57:42.611Z | Compiling atty v0.2.14 |
| 2610 | 2026-06-05T20:57:42.756Z | Compiling funty v2.0.0 |
| 2611 | 2026-06-05T20:57:43.208Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2612 | 2026-06-05T20:57:43.475Z | Compiling bitvec v1.0.1 |
| 2613 | 2026-06-05T20:57:44.008Z | Compiling env_logger v0.11.10 |
| 2614 | 2026-06-05T20:57:44.661Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 2615 | 2026-06-05T20:57:45.380Z | Compiling p384 v0.13.1 |
| 2616 | 2026-06-05T20:57:45.588Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2617 | 2026-06-05T20:57:47.418Z | Compiling ed25519-dalek v2.2.0 |
| 2618 | 2026-06-05T20:57:47.938Z | Compiling toml v0.7.8 |
| 2619 | 2026-06-05T20:57:48.761Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2620 | 2026-06-05T20:57:49.950Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2621 | 2026-06-05T20:57:50.614Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2622 | 2026-06-05T20:57:51.120Z | Compiling polyval v0.6.2 |
| 2623 | 2026-06-05T20:57:51.412Z | Compiling aes v0.8.4 |
| 2624 | 2026-06-05T20:57:52.357Z | Compiling ctr v0.9.2 |
| 2625 | 2026-06-05T20:57:52.581Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 2626 | 2026-06-05T20:57:52.843Z | Compiling x509-cert v0.2.5 |
| 2627 | 2026-06-05T20:57:53.668Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2628 | 2026-06-05T20:57:53.917Z | Compiling bincode v1.3.3 |
| 2629 | 2026-06-05T20:57:54.435Z | Compiling strum_macros v0.28.0 |
| 2630 | 2026-06-05T20:57:54.552Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2631 | 2026-06-05T20:57:54.697Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2632 | 2026-06-05T20:57:54.957Z | Compiling passt v0.3.0 |
| 2633 | 2026-06-05T20:57:55.243Z | Compiling fakedata_generator v0.7.1 |
| 2634 | 2026-06-05T20:57:56.158Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2635 | 2026-06-05T20:57:56.221Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 2636 | 2026-06-05T20:57:56.285Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2637 | 2026-06-05T20:57:56.368Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2638 | 2026-06-05T20:57:56.710Z | Compiling aes-gcm-siv v0.11.1 |
| 2639 | 2026-06-05T20:57:56.914Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2640 | 2026-06-05T20:57:57.362Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2641 | 2026-06-05T20:57:57.867Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2642 | 2026-06-05T20:57:57.991Z | Compiling bitstruct_derive v0.1.0 |
| 2643 | 2026-06-05T20:57:58.031Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2644 | 2026-06-05T20:57:58.270Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2645 | 2026-06-05T20:57:58.415Z | Compiling ringbuffer v0.16.0 |
| 2646 | 2026-06-05T20:57:58.545Z | Compiling ascii v1.1.0 |
| 2647 | 2026-06-05T20:57:58.675Z | Compiling typeid v1.0.0 |
| 2648 | 2026-06-05T20:57:58.789Z | Compiling pretty-hex v0.2.1 |
| 2649 | 2026-06-05T20:57:58.838Z | Compiling erased-serde v0.4.5 |
| 2650 | 2026-06-05T20:57:58.924Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2651 | 2026-06-05T20:57:58.957Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2652 | 2026-06-05T20:57:59.204Z | Compiling bitstruct v0.1.1 |
| 2653 | 2026-06-05T20:57:59.473Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2654 | 2026-06-05T20:58:00.010Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2655 | 2026-06-05T20:58:00.333Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2656 | 2026-06-05T20:58:00.606Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2657 | 2026-06-05T20:58:00.850Z | Compiling itertools v0.13.0 |
| 2658 | 2026-06-05T20:58:01.279Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2659 | 2026-06-05T20:58:01.888Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2660 | 2026-06-05T20:58:02.335Z | Compiling kstat-rs v0.2.4 |
| 2661 | 2026-06-05T20:58:02.477Z | Compiling serde_arrays v0.1.0 |
| 2662 | 2026-06-05T20:58:02.624Z | Compiling libloading v0.7.4 |
| 2663 | 2026-06-05T20:58:02.638Z | Compiling bit_field v0.10.2 |
| 2664 | 2026-06-05T20:58:02.792Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2665 | 2026-06-05T20:58:02.805Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2666 | 2026-06-05T20:58:02.871Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2667 | 2026-06-05T20:58:03.237Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2668 | 2026-06-05T20:58:05.044Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2669 | 2026-06-05T20:58:07.205Z | Compiling ron v0.8.1 |
| 2670 | 2026-06-05T20:58:08.044Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2671 | 2026-06-05T20:58:08.226Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2672 | 2026-06-05T20:58:09.395Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2673 | 2026-06-05T20:58:14.360Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2674 | 2026-06-05T20:58:47.158Z | Finished `release` profile [optimized] target(s) in 4m 25s |
| 2675 | 2026-06-05T20:58:47.347Z | |
| 2676 | 2026-06-05T20:58:47.347Z | real 4:25.168648596 |
| 2677 | 2026-06-05T20:58:47.347Z | user 30:33.141059740 |
| 2678 | 2026-06-05T20:58:47.347Z | sys 2:45.690697799 |
| 2679 | 2026-06-05T20:58:47.347Z | trap 0.830292587 |
| 2680 | 2026-06-05T20:58:47.347Z | tflt 2.026149940 |
| 2681 | 2026-06-05T20:58:47.347Z | dflt 1.086712779 |
| 2682 | 2026-06-05T20:58:47.347Z | kflt 0.000565969 |
| 2683 | 2026-06-05T20:58:47.347Z | lock 1:32:46.837086618 |
| 2684 | 2026-06-05T20:58:47.347Z | slp 2:00:04.115847795 |
| 2685 | 2026-06-05T20:58:47.350Z | lat 2:47.759853082 |
| 2686 | 2026-06-05T20:58:47.350Z | stop 3:43.428842314 |
| 2687 | 2026-06-05T20:58:47.350Z | + OUTDIR=/work/release |
| 2688 | 2026-06-05T20:58:47.350Z | + mkdir -p /work/release |
| 2689 | 2026-06-05T20:58:47.350Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2690 | 2026-06-05T20:58:47.372Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2691 | 2026-06-05T20:58:47.452Z | + cd /work/release |
| 2692 | 2026-06-05T20:58:47.455Z | + digest -a sha256 propolis-cli |
| 2693 | 2026-06-05T20:58:47.474Z | + digest -a sha256 propolis-server |
| 2694 | 2026-06-05T20:58:47.521Z | process exited: duration 527244 ms, exit code 0 |
| |
| 2695 | 2026-06-05T20:58:47.532Z | found 4 output files |
| 2696 | 2026-06-05T20:58:47.532Z | uploading: /work/release/propolis-cli (25560680 bytes) |
| 2697 | 2026-06-05T20:58:48.695Z | uploaded: /work/release/propolis-cli |
| 2698 | 2026-06-05T20:58:48.698Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2699 | 2026-06-05T20:58:49.706Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2700 | 2026-06-05T20:58:49.706Z | uploading: /work/release/propolis-server (82956376 bytes) |
| 2701 | 2026-06-05T20:58:51.708Z | uploaded: /work/release/propolis-server |
| 2702 | 2026-06-05T20:58:51.708Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2703 | 2026-06-05T20:58:52.718Z | uploaded: /work/release/propolis-server.sha256.txt |