|
|
|
| 1 | 2026-04-16T02:38:41.608Z | job assigned to worker 01KPA2E1KTRYNARGRVYWDBXRSE [factory aws, i-06552415776792486] (queued for 45 s) |
| |
| 2 | 2026-04-16T02:38:47.938Z | starting task 0: "setup" |
| 3 | 2026-04-16T02:38:47.943Z | ++ uname -s |
| 4 | 2026-04-16T02:38:47.946Z | + kern=SunOS |
| 5 | 2026-04-16T02:38:47.946Z | + build_user=build |
| 6 | 2026-04-16T02:38:47.946Z | + build_uid=12345 |
| 7 | 2026-04-16T02:38:47.946Z | + work_dir=/work |
| 8 | 2026-04-16T02:38:47.946Z | + input_dir=/input |
| 9 | 2026-04-16T02:38:47.946Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-16T02:38:47.946Z | + case "$kern" in |
| 11 | 2026-04-16T02:38:47.946Z | + groupadd -g 12345 build |
| 12 | 2026-04-16T02:38:47.946Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-16T02:38:49.953Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-16T02:38:50.055Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-16T02:38:50.059Z | + home_fs=zfs |
| 16 | 2026-04-16T02:38:50.059Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-16T02:38:50.059Z | + mkdir -p /home/build |
| 18 | 2026-04-16T02:38:50.059Z | + chown build:build /home/build /work |
| 19 | 2026-04-16T02:38:52.059Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-16T02:38:52.063Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-04-16T02:38:52.071Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-16T02:38:52.074Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-16T02:38:52.074Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-16T02:38:52.074Z | * rust toolchain profile = "default" |
| 25 | 2026-04-16T02:38:52.074Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-16T02:38:52.074Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-16T02:38:52.074Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-16T02:38:52.074Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-16T02:38:52.077Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-16T02:38:52.194Z | info: downloading installer |
| 31 | 2026-04-16T02:38:53.880Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-16T02:38:53.881Z | warn: /opt/ooce/bin |
| 33 | 2026-04-16T02:38:53.881Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-16T02:38:53.881Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-16T02:38:53.881Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-16T02:38:53.881Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-16T02:38:53.881Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-16T02:38:53.881Z | error: cannot install while Rust is installed |
| 39 | 2026-04-16T02:38:53.881Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-16T02:38:53.881Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-16T02:38:53.881Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-16T02:38:53.881Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-16T02:38:53.881Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-16T02:38:53.894Z | info: profile set to default |
| 45 | 2026-04-16T02:38:53.894Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-16T02:38:53.897Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-16T02:38:54.055Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-04-16T02:38:54.058Z | info: downloading 6 components |
| 49 | 2026-04-16T02:39:11.098Z | |
| 50 | 2026-04-16T02:39:11.098Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-04-16T02:39:11.125Z | stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-04-16T02:39:11.125Z | |
| 53 | 2026-04-16T02:39:11.125Z | |
| 54 | 2026-04-16T02:39:11.125Z | Rust is installed now. Great! |
| 55 | 2026-04-16T02:39:11.125Z | |
| 56 | 2026-04-16T02:39:11.128Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-16T02:39:11.129Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-16T02:39:11.129Z | |
| 59 | 2026-04-16T02:39:11.129Z | To configure your current shell, you need to source |
| 60 | 2026-04-16T02:39:11.129Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-16T02:39:11.129Z | |
| 62 | 2026-04-16T02:39:11.129Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-16T02:39:11.129Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-16T02:39:11.129Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-16T02:39:11.129Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-16T02:39:11.129Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-16T02:39:11.129Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-16T02:39:11.129Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-16T02:39:11.129Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-16T02:39:11.129Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-16T02:39:11.222Z | + rustup --version |
| 72 | 2026-04-16T02:39:11.231Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-16T02:39:11.234Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-16T02:39:11.252Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-04-16T02:39:11.255Z | + cargo --version |
| 76 | 2026-04-16T02:39:11.268Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-04-16T02:39:11.271Z | + rustc --version |
| 78 | 2026-04-16T02:39:11.289Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-04-16T02:39:11.292Z | process exited: duration 19221 ms, exit code 0 |
| |
| 80 | 2026-04-16T02:39:11.297Z | starting task 2: "authentication" |
| 81 | 2026-04-16T02:39:11.313Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-04-16T02:39:11.319Z | starting task 3: "clone repository" |
| 83 | 2026-04-16T02:39:11.322Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-04-16T02:39:11.326Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-04-16T02:39:11.356Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-04-16T02:39:12.882Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-04-16T02:39:12.882Z | + git fetch origin 1e4fe4634cbada636af506f4ae9672a597b87dfa |
| 88 | 2026-04-16T02:39:13.132Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-04-16T02:39:13.132Z | * branch 1e4fe4634cbada636af506f4ae9672a597b87dfa -> FETCH_HEAD |
| 90 | 2026-04-16T02:39:13.138Z | + [[ -n ixi/u64-pedantics ]] |
| 91 | 2026-04-16T02:39:13.141Z | ++ git branch --show-current |
| 92 | 2026-04-16T02:39:13.141Z | + current=master |
| 93 | 2026-04-16T02:39:13.141Z | + [[ master != ixi/u64-pedantics ]] |
| 94 | 2026-04-16T02:39:13.141Z | + git branch -f ixi/u64-pedantics 1e4fe4634cbada636af506f4ae9672a597b87dfa |
| 95 | 2026-04-16T02:39:13.145Z | + git checkout -f ixi/u64-pedantics |
| 96 | 2026-04-16T02:39:13.163Z | Switched to branch 'ixi/u64-pedantics' |
| 97 | 2026-04-16T02:39:13.166Z | + git reset --hard 1e4fe4634cbada636af506f4ae9672a597b87dfa |
| 98 | 2026-04-16T02:39:13.183Z | HEAD is now at 1e4fe46 Disk operations should be u64 not usize |
| 99 | 2026-04-16T02:39:13.185Z | process exited: duration 1863 ms, exit code 0 |
| |
| 100 | 2026-04-16T02:39:13.191Z | starting task 4: "build" |
| 101 | 2026-04-16T02:39:13.195Z | + cargo --version |
| 102 | 2026-04-16T02:39:13.200Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-04-16T02:39:13.355Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-04-16T02:39:13.358Z | info: downloading 6 components |
| 105 | 2026-04-16T02:39:27.541Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-04-16T02:39:27.544Z | + rustc --version |
| 107 | 2026-04-16T02:39:27.572Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-04-16T02:39:27.576Z | + banner prerequisites |
| 109 | 2026-04-16T02:39:27.579Z | |
| 110 | 2026-04-16T02:39:27.579Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-04-16T02:39:27.579Z | # # # # # # # # # # # # # # # |
| 112 | 2026-04-16T02:39:27.579Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-04-16T02:39:27.579Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-04-16T02:39:27.579Z | # # # # # # # # # # # # # # # |
| 115 | 2026-04-16T02:39:27.579Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-04-16T02:39:27.579Z | |
| 117 | 2026-04-16T02:39:27.579Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-04-16T02:39:35.352Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-04-16T02:39:42.600Z | Startup: Caching catalogs ... Done |
| 120 | 2026-04-16T02:39:48.595Z | Planning: Solver setup ... Done (4.478s) |
| 121 | 2026-04-16T02:39:48.624Z | Planning: Running solver ... Done (0.029s) |
| 122 | 2026-04-16T02:39:48.753Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-04-16T02:39:48.765Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-04-16T02:39:48.854Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-04-16T02:39:48.884Z | Planning: Package planning ... Done (0.030s) |
| 126 | 2026-04-16T02:39:48.909Z | Planning: Merging actions ... Done (0.025s) |
| 127 | 2026-04-16T02:39:49.018Z | Planning: Checking for conflicting actions ... Done (0.108s) |
| 128 | 2026-04-16T02:39:49.024Z | Planning: Consolidating action changes ... Done (0.006s) |
| 129 | 2026-04-16T02:39:49.799Z | Planning: Evaluating mediators ... Done (0.775s) |
| 130 | 2026-04-16T02:39:49.805Z | Planning: Planning completed in 7.04 seconds |
| 131 | 2026-04-16T02:39:49.816Z | Packages to install: 3 |
| 132 | 2026-04-16T02:39:49.816Z | Mediators to change: 2 |
| 133 | 2026-04-16T02:39:49.819Z | Services to change: 1 |
| 134 | 2026-04-16T02:39:49.819Z | Estimated space available: 154.84 GB |
| 135 | 2026-04-16T02:39:49.820Z | Estimated space to be consumed: 1.84 GB |
| 136 | 2026-04-16T02:39:49.820Z | Create boot environment: No |
| 137 | 2026-04-16T02:39:49.820Z | Create backup boot environment: No |
| 138 | 2026-04-16T02:39:49.820Z | Rebuild boot archive: No |
| 139 | 2026-04-16T02:39:49.820Z | |
| 140 | 2026-04-16T02:39:49.820Z | Changed mediators: |
| 141 | 2026-04-16T02:39:49.820Z | mediator clang: |
| 142 | 2026-04-16T02:39:49.820Z | version: None -> 15 (system default) |
| 143 | 2026-04-16T02:39:49.820Z | |
| 144 | 2026-04-16T02:39:49.820Z | mediator llvm: |
| 145 | 2026-04-16T02:39:49.820Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-04-16T02:39:49.820Z | |
| 147 | 2026-04-16T02:39:49.820Z | Changed packages: |
| 148 | 2026-04-16T02:39:49.820Z | helios-dev |
| 149 | 2026-04-16T02:39:49.820Z | developer/build-essential |
| 150 | 2026-04-16T02:39:49.820Z | None -> 11-2.0 |
| 151 | 2026-04-16T02:39:49.820Z | ooce/developer/clang-15 |
| 152 | 2026-04-16T02:39:49.820Z | None -> 15.0.7-2.0 |
| 153 | 2026-04-16T02:39:49.820Z | ooce/developer/llvm-15 |
| 154 | 2026-04-16T02:39:49.820Z | None -> 15.0.7-2.0 |
| 155 | 2026-04-16T02:39:49.820Z | |
| 156 | 2026-04-16T02:39:49.820Z | Services: |
| 157 | 2026-04-16T02:39:49.820Z | restart_fmri: |
| 158 | 2026-04-16T02:39:49.820Z | svc:/system/update-man-index:default |
| 159 | 2026-04-16T02:39:49.858Z | |
| 160 | 2026-04-16T02:39:49.858Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-04-16T02:39:54.860Z | Download: 2239/3076 items 118.8/211.3MB 56% complete (24.0M/s) |
| 162 | 2026-04-16T02:39:57.858Z | Download: Completed 211.31 MB in 8.00 seconds (26.4M/s) |
| 163 | 2026-04-16T02:39:58.805Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-04-16T02:40:01.931Z | Actions: Completed 3430 actions in 3.13 seconds. |
| 165 | 2026-04-16T02:40:02.228Z | Done (0.294s) |
| 166 | 2026-04-16T02:40:02.228Z | Done (0.000s) |
| 167 | 2026-04-16T02:40:02.938Z | Done (0.710s) |
| 168 | 2026-04-16T02:40:06.020Z | Done (2.736s) |
| 169 | 2026-04-16T02:40:06.104Z | Done (0.014s) |
| 170 | 2026-04-16T02:40:06.107Z | Done (0.000s) |
| 171 | 2026-04-16T02:40:06.531Z | Done (0.000s) |
| 172 | 2026-04-16T02:40:07.373Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-04-16T02:40:07.479Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-04-16T02:40:07.482Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-04-16T02:40:07.639Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-04-16T02:40:07.642Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-04-16T02:40:07.660Z | Mediators to change: 2 |
| 178 | 2026-04-16T02:40:07.661Z | Create boot environment: No |
| 179 | 2026-04-16T02:40:07.661Z | Create backup boot environment: No |
| 180 | 2026-04-16T02:40:07.702Z | Done |
| 181 | 2026-04-16T02:40:07.702Z | Done |
| 182 | 2026-04-16T02:40:08.302Z | Done |
| 183 | 2026-04-16T02:40:10.780Z | Done |
| 184 | 2026-04-16T02:40:10.848Z | Done |
| 185 | 2026-04-16T02:40:10.851Z | Done |
| 186 | 2026-04-16T02:40:10.938Z | Done |
| 187 | 2026-04-16T02:40:11.226Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-04-16T02:40:11.227Z | clang system 15 system |
| 189 | 2026-04-16T02:40:11.227Z | csh system system illumos |
| 190 | 2026-04-16T02:40:11.227Z | ctags system system illumos |
| 191 | 2026-04-16T02:40:11.227Z | file system system illumos |
| 192 | 2026-04-16T02:40:11.227Z | gcc vendor 12 vendor |
| 193 | 2026-04-16T02:40:11.227Z | gcc system 14 system |
| 194 | 2026-04-16T02:40:11.227Z | gcc system 10 system |
| 195 | 2026-04-16T02:40:11.227Z | go system 1.20 system |
| 196 | 2026-04-16T02:40:11.227Z | go system 1.19 system |
| 197 | 2026-04-16T02:40:11.227Z | llvm system 15 system |
| 198 | 2026-04-16T02:40:11.227Z | llvm system 14 system |
| 199 | 2026-04-16T02:40:11.227Z | mariadb system 10.6 system |
| 200 | 2026-04-16T02:40:11.227Z | mta vendor vendor dma |
| 201 | 2026-04-16T02:40:11.227Z | openjdk system 17 system |
| 202 | 2026-04-16T02:40:11.227Z | openjdk system 11 system |
| 203 | 2026-04-16T02:40:11.227Z | openjdk system 1.8 system |
| 204 | 2026-04-16T02:40:11.227Z | openssl vendor 3 vendor |
| 205 | 2026-04-16T02:40:11.227Z | perl system 5.36 system |
| 206 | 2026-04-16T02:40:11.227Z | postgresql system 15 system |
| 207 | 2026-04-16T02:40:11.227Z | postgresql system 13 system |
| 208 | 2026-04-16T02:40:11.227Z | python vendor 3 vendor |
| 209 | 2026-04-16T02:40:11.227Z | python system 2 system |
| 210 | 2026-04-16T02:40:11.227Z | python3 system 3.11 system |
| 211 | 2026-04-16T02:40:11.227Z | ruby system 3.0 system |
| 212 | 2026-04-16T02:40:11.227Z | words vendor vendor american-english |
| 213 | 2026-04-16T02:40:11.227Z | words system system australian-english |
| 214 | 2026-04-16T02:40:11.227Z | words system system british-english |
| 215 | 2026-04-16T02:40:11.227Z | words system system canadian-english |
| 216 | 2026-04-16T02:40:11.227Z | words system system french |
| 217 | 2026-04-16T02:40:11.227Z | words system system italian |
| 218 | 2026-04-16T02:40:11.227Z | words system system ngerman |
| 219 | 2026-04-16T02:40:11.227Z | words system system ogerman |
| 220 | 2026-04-16T02:40:11.227Z | words system system spanish |
| 221 | 2026-04-16T02:40:11.451Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-04-16T02:40:11.451Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-04-16T02:40:15.818Z | FMRI IFO |
| 224 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-04-16T02:40:15.818Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-04-16T02:40:15.819Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-04-16T02:40:16.707Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-04-16T02:40:16.710Z | |
| 233 | 2026-04-16T02:40:16.710Z | real 49.122144820 |
| 234 | 2026-04-16T02:40:16.710Z | user 36.149079898 |
| 235 | 2026-04-16T02:40:16.710Z | sys 3.682692052 |
| 236 | 2026-04-16T02:40:16.710Z | trap 0.003780963 |
| 237 | 2026-04-16T02:40:16.710Z | tflt 0.025771150 |
| 238 | 2026-04-16T02:40:16.710Z | dflt 0.035250813 |
| 239 | 2026-04-16T02:40:16.710Z | kflt 0.013922945 |
| 240 | 2026-04-16T02:40:16.710Z | lock 0.000000000 |
| 241 | 2026-04-16T02:40:16.710Z | slp 58.342591503 |
| 242 | 2026-04-16T02:40:16.710Z | lat 0.049856169 |
| 243 | 2026-04-16T02:40:16.710Z | stop 0.000198895 |
| 244 | 2026-04-16T02:40:16.710Z | + banner check |
| 245 | 2026-04-16T02:40:16.710Z | |
| 246 | 2026-04-16T02:40:16.710Z | #### # # ###### #### # # |
| 247 | 2026-04-16T02:40:16.711Z | # # # # # # # # # |
| 248 | 2026-04-16T02:40:16.711Z | # ###### ##### # #### |
| 249 | 2026-04-16T02:40:16.711Z | # # # # # # # |
| 250 | 2026-04-16T02:40:16.711Z | # # # # # # # # # |
| 251 | 2026-04-16T02:40:16.711Z | #### # # ###### #### # # |
| 252 | 2026-04-16T02:40:16.711Z | |
| 253 | 2026-04-16T02:40:16.711Z | + ptime -m cargo check --features falcon |
| 254 | 2026-04-16T02:40:16.841Z | Updating crates.io index |
| 255 | 2026-04-16T02:40:16.844Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-04-16T02:40:18.682Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-04-16T02:40:26.895Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 258 | 2026-04-16T02:40:27.291Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-04-16T02:40:27.719Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-04-16T02:40:27.967Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-04-16T02:40:28.194Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 262 | 2026-04-16T02:40:28.473Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-04-16T02:40:28.788Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-04-16T02:40:29.426Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-04-16T02:40:29.881Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-04-16T02:40:30.162Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2026-04-16T02:40:30.449Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-04-16T02:40:30.734Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 269 | 2026-04-16T02:40:31.154Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 270 | 2026-04-16T02:40:36.628Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 271 | 2026-04-16T02:40:37.079Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 272 | 2026-04-16T02:40:39.176Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2026-04-16T02:40:39.735Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-04-16T02:40:40.269Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 275 | 2026-04-16T02:40:40.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 276 | 2026-04-16T02:40:41.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2026-04-16T02:40:41.818Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2026-04-16T02:40:42.061Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-04-16T02:40:42.504Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-04-16T02:40:42.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-04-16T02:40:43.259Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-04-16T02:40:43.497Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-04-16T02:40:44.946Z | Downloading crates ... |
| 284 | 2026-04-16T02:40:45.026Z | Downloaded atomic-waker v1.1.2 |
| 285 | 2026-04-16T02:40:45.029Z | Downloaded bytecount v0.6.9 |
| 286 | 2026-04-16T02:40:45.032Z | Downloaded console v0.15.8 |
| 287 | 2026-04-16T02:40:45.035Z | Downloaded clang-sys v1.8.1 |
| 288 | 2026-04-16T02:40:45.038Z | Downloaded either v1.15.0 |
| 289 | 2026-04-16T02:40:45.041Z | Downloaded ascii v1.1.0 |
| 290 | 2026-04-16T02:40:45.045Z | Downloaded defmt-macros v0.3.9 |
| 291 | 2026-04-16T02:40:45.047Z | Downloaded derive-where v1.6.0 |
| 292 | 2026-04-16T02:40:45.050Z | Downloaded clap v4.5.4 |
| 293 | 2026-04-16T02:40:45.055Z | Downloaded getrandom v0.3.4 |
| 294 | 2026-04-16T02:40:45.059Z | Downloaded adler v1.0.2 |
| 295 | 2026-04-16T02:40:45.062Z | Downloaded dyn-clone v1.0.17 |
| 296 | 2026-04-16T02:40:45.065Z | Downloaded derive_more v0.99.20 |
| 297 | 2026-04-16T02:40:45.069Z | Downloaded camino v1.2.2 |
| 298 | 2026-04-16T02:40:45.073Z | Downloaded dunce v1.0.5 |
| 299 | 2026-04-16T02:40:45.075Z | Downloaded dof v0.3.0 |
| 300 | 2026-04-16T02:40:45.078Z | Downloaded dof v0.4.0 |
| 301 | 2026-04-16T02:40:45.081Z | Downloaded ciborium v0.2.2 |
| 302 | 2026-04-16T02:40:45.084Z | Downloaded displaydoc v0.2.5 |
| 303 | 2026-04-16T02:40:45.087Z | Downloaded derive_builder v0.20.2 |
| 304 | 2026-04-16T02:40:45.090Z | Downloaded cmake v0.1.54 |
| 305 | 2026-04-16T02:40:45.094Z | Downloaded backoff v0.4.0 |
| 306 | 2026-04-16T02:40:45.098Z | Downloaded dtrace-parser v0.3.0 |
| 307 | 2026-04-16T02:40:45.098Z | Downloaded cfg_aliases v0.1.1 |
| 308 | 2026-04-16T02:40:45.100Z | Downloaded argon2 v0.5.3 |
| 309 | 2026-04-16T02:40:45.103Z | Downloaded defmt v0.3.8 |
| 310 | 2026-04-16T02:40:45.106Z | Downloaded colorchoice v1.0.1 |
| 311 | 2026-04-16T02:40:45.109Z | Downloaded bitstruct v0.1.1 |
| 312 | 2026-04-16T02:40:45.112Z | Downloaded darling v0.20.11 |
| 313 | 2026-04-16T02:40:45.115Z | Downloaded darling_core v0.21.3 |
| 314 | 2026-04-16T02:40:45.120Z | Downloaded ed25519-dalek v2.2.0 |
| 315 | 2026-04-16T02:40:45.123Z | Downloaded darling v0.21.3 |
| 316 | 2026-04-16T02:40:45.128Z | Downloaded fatfs v0.3.6 |
| 317 | 2026-04-16T02:40:45.131Z | Downloaded dropshot_endpoint v0.17.0 |
| 318 | 2026-04-16T02:40:45.135Z | Downloaded filetime v0.2.23 |
| 319 | 2026-04-16T02:40:45.138Z | Downloaded dropshot v0.17.0 |
| 320 | 2026-04-16T02:40:45.154Z | Downloaded futures-io v0.3.32 |
| 321 | 2026-04-16T02:40:45.157Z | Downloaded bcs v0.1.6 |
| 322 | 2026-04-16T02:40:45.160Z | Downloaded futures-core v0.3.32 |
| 323 | 2026-04-16T02:40:45.163Z | Downloaded float-ord v0.3.2 |
| 324 | 2026-04-16T02:40:45.163Z | Downloaded git-stub v1.0.0 |
| 325 | 2026-04-16T02:40:45.166Z | Downloaded foreign-types-shared v0.3.1 |
| 326 | 2026-04-16T02:40:45.169Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 327 | 2026-04-16T02:40:45.172Z | Downloaded foreign-types-macros v0.2.3 |
| 328 | 2026-04-16T02:40:45.172Z | Downloaded hex v0.4.3 |
| 329 | 2026-04-16T02:40:45.176Z | Downloaded cobs v0.2.3 |
| 330 | 2026-04-16T02:40:45.179Z | Downloaded flagset v0.4.7 |
| 331 | 2026-04-16T02:40:45.179Z | Downloaded heck v0.5.0 |
| 332 | 2026-04-16T02:40:45.182Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-04-16T02:40:45.182Z | Downloaded foldhash v0.1.5 |
| 334 | 2026-04-16T02:40:45.185Z | Downloaded elliptic-curve v0.13.8 |
| 335 | 2026-04-16T02:40:45.188Z | Downloaded clap_derive v4.5.4 |
| 336 | 2026-04-16T02:40:45.191Z | Downloaded funty v2.0.0 |
| 337 | 2026-04-16T02:40:45.194Z | Downloaded group v0.13.0 |
| 338 | 2026-04-16T02:40:45.197Z | Downloaded async-stream-impl v0.3.6 |
| 339 | 2026-04-16T02:40:45.197Z | Downloaded ctrlc v3.4.4 |
| 340 | 2026-04-16T02:40:45.200Z | Downloaded debug-ignore v1.0.5 |
| 341 | 2026-04-16T02:40:45.203Z | Downloaded compression-codecs v0.4.32 |
| 342 | 2026-04-16T02:40:45.206Z | Downloaded der_derive v0.7.3 |
| 343 | 2026-04-16T02:40:45.209Z | Downloaded escargot v0.5.10 |
| 344 | 2026-04-16T02:40:45.211Z | Downloaded derive_builder_core v0.20.2 |
| 345 | 2026-04-16T02:40:45.214Z | Downloaded futures-executor v0.3.32 |
| 346 | 2026-04-16T02:40:45.217Z | Downloaded hostname v0.4.2 |
| 347 | 2026-04-16T02:40:45.217Z | Downloaded hostname v0.3.1 |
| 348 | 2026-04-16T02:40:45.220Z | Downloaded home v0.5.11 |
| 349 | 2026-04-16T02:40:45.223Z | Downloaded foldhash v0.2.0 |
| 350 | 2026-04-16T02:40:45.226Z | Downloaded env_logger v0.11.10 |
| 351 | 2026-04-16T02:40:45.226Z | Downloaded ctr v0.9.2 |
| 352 | 2026-04-16T02:40:45.229Z | Downloaded hubpack_derive v0.1.1 |
| 353 | 2026-04-16T02:40:45.232Z | Downloaded base64ct v1.6.0 |
| 354 | 2026-04-16T02:40:45.235Z | Downloaded fnv v1.0.7 |
| 355 | 2026-04-16T02:40:45.238Z | Downloaded icu_provider_macros v1.5.0 |
| 356 | 2026-04-16T02:40:45.238Z | Downloaded http-body v1.0.1 |
| 357 | 2026-04-16T02:40:45.241Z | Downloaded indent_write v2.2.0 |
| 358 | 2026-04-16T02:40:45.243Z | Downloaded is-terminal v0.4.12 |
| 359 | 2026-04-16T02:40:45.243Z | Downloaded instant v0.1.12 |
| 360 | 2026-04-16T02:40:45.246Z | Downloaded fs-err v3.1.2 |
| 361 | 2026-04-16T02:40:45.249Z | Downloaded ident_case v1.0.1 |
| 362 | 2026-04-16T02:40:45.249Z | Downloaded foreign-types v0.3.2 |
| 363 | 2026-04-16T02:40:45.252Z | Downloaded http-body-util v0.1.3 |
| 364 | 2026-04-16T02:40:45.255Z | Downloaded futures-sink v0.3.32 |
| 365 | 2026-04-16T02:40:45.258Z | Downloaded inout v0.1.3 |
| 366 | 2026-04-16T02:40:45.258Z | Downloaded getrandom v0.2.14 |
| 367 | 2026-04-16T02:40:45.261Z | Downloaded is_terminal_polyfill v1.70.0 |
| 368 | 2026-04-16T02:40:45.264Z | Downloaded futures-macro v0.3.32 |
| 369 | 2026-04-16T02:40:45.264Z | Downloaded humantime v2.3.0 |
| 370 | 2026-04-16T02:40:45.267Z | Downloaded form_urlencoded v1.2.2 |
| 371 | 2026-04-16T02:40:45.270Z | Downloaded hash32 v0.3.1 |
| 372 | 2026-04-16T02:40:45.273Z | Downloaded linked-hash-map v0.5.6 |
| 373 | 2026-04-16T02:40:45.273Z | Downloaded foreign-types-shared v0.1.1 |
| 374 | 2026-04-16T02:40:45.276Z | Downloaded is_ci v1.2.0 |
| 375 | 2026-04-16T02:40:45.276Z | Downloaded hmac v0.12.1 |
| 376 | 2026-04-16T02:40:45.278Z | Downloaded itoa v1.0.11 |
| 377 | 2026-04-16T02:40:45.282Z | Downloaded macaddr v1.0.1 |
| 378 | 2026-04-16T02:40:45.285Z | Downloaded heck v0.4.1 |
| 379 | 2026-04-16T02:40:45.285Z | Downloaded kstat-rs v0.2.4 |
| 380 | 2026-04-16T02:40:45.285Z | Downloaded memoffset v0.9.1 |
| 381 | 2026-04-16T02:40:45.288Z | Downloaded match_cfg v0.1.0 |
| 382 | 2026-04-16T02:40:45.288Z | Downloaded httpdate v1.0.3 |
| 383 | 2026-04-16T02:40:45.291Z | Downloaded lru-cache v0.1.2 |
| 384 | 2026-04-16T02:40:45.294Z | Downloaded ipnet v2.9.0 |
| 385 | 2026-04-16T02:40:45.294Z | Downloaded glob v0.3.3 |
| 386 | 2026-04-16T02:40:45.297Z | Downloaded ff v0.13.1 |
| 387 | 2026-04-16T02:40:45.297Z | Downloaded keccak v0.1.6 |
| 388 | 2026-04-16T02:40:45.300Z | Downloaded idna_adapter v1.2.0 |
| 389 | 2026-04-16T02:40:45.300Z | Downloaded ingot v0.1.1 |
| 390 | 2026-04-16T02:40:45.303Z | Downloaded lazy_static v1.5.0 |
| 391 | 2026-04-16T02:40:45.303Z | Downloaded hyper-tls v0.6.0 |
| 392 | 2026-04-16T02:40:45.306Z | Downloaded anyhow v1.0.100 |
| 393 | 2026-04-16T02:40:45.309Z | Downloaded newtype-uuid-macros v0.1.0 |
| 394 | 2026-04-16T02:40:45.312Z | Downloaded async-compression v0.4.33 |
| 395 | 2026-04-16T02:40:45.315Z | Downloaded memmap v0.7.0 |
| 396 | 2026-04-16T02:40:45.317Z | Downloaded lazycell v1.3.0 |
| 397 | 2026-04-16T02:40:45.318Z | Downloaded crossbeam-utils v0.8.19 |
| 398 | 2026-04-16T02:40:45.321Z | Downloaded opaque-debug v0.3.1 |
| 399 | 2026-04-16T02:40:45.323Z | Downloaded newline-converter v0.3.0 |
| 400 | 2026-04-16T02:40:45.323Z | Downloaded ingot-macros v0.1.1 |
| 401 | 2026-04-16T02:40:45.326Z | Downloaded num-iter v0.1.45 |
| 402 | 2026-04-16T02:40:45.326Z | Downloaded num-derive v0.4.2 |
| 403 | 2026-04-16T02:40:45.329Z | Downloaded num v0.4.3 |
| 404 | 2026-04-16T02:40:45.332Z | Downloaded num-conv v0.2.0 |
| 405 | 2026-04-16T02:40:45.332Z | Downloaded num_threads v0.1.7 |
| 406 | 2026-04-16T02:40:45.335Z | Downloaded crossbeam-epoch v0.9.18 |
| 407 | 2026-04-16T02:40:45.335Z | Downloaded ipnetwork v0.21.1 |
| 408 | 2026-04-16T02:40:45.339Z | Downloaded highway v1.3.0 |
| 409 | 2026-04-16T02:40:45.342Z | Downloaded crc32fast v1.4.0 |
| 410 | 2026-04-16T02:40:45.342Z | Downloaded openssl-probe v0.1.5 |
| 411 | 2026-04-16T02:40:45.342Z | Downloaded erased-serde v0.3.31 |
| 412 | 2026-04-16T02:40:45.345Z | Downloaded num_enum_derive v0.5.11 |
| 413 | 2026-04-16T02:40:45.348Z | Downloaded heapless v0.8.0 |
| 414 | 2026-04-16T02:40:45.351Z | Downloaded newtype-uuid v1.3.2 |
| 415 | 2026-04-16T02:40:45.351Z | Downloaded futures v0.3.32 |
| 416 | 2026-04-16T02:40:45.354Z | Downloaded omicron-workspace-hack v0.1.0 |
| 417 | 2026-04-16T02:40:45.357Z | Downloaded openssl-probe v0.2.1 |
| 418 | 2026-04-16T02:40:45.357Z | Downloaded mime v0.3.17 |
| 419 | 2026-04-16T02:40:45.359Z | Downloaded libloading v0.8.9 |
| 420 | 2026-04-16T02:40:45.362Z | Downloaded openssl-macros v0.1.1 |
| 421 | 2026-04-16T02:40:45.362Z | Downloaded phf_shared v0.12.1 |
| 422 | 2026-04-16T02:40:45.366Z | Downloaded icu_locid_transform_data v1.5.0 |
| 423 | 2026-04-16T02:40:45.366Z | Downloaded managed v0.8.0 |
| 424 | 2026-04-16T02:40:45.368Z | Downloaded lock_api v0.4.12 |
| 425 | 2026-04-16T02:40:45.369Z | Downloaded linear-map v1.2.0 |
| 426 | 2026-04-16T02:40:45.372Z | Downloaded libsw v3.5.0 |
| 427 | 2026-04-16T02:40:45.372Z | Downloaded libloading v0.7.4 |
| 428 | 2026-04-16T02:40:45.374Z | Downloaded bitflags v2.9.4 |
| 429 | 2026-04-16T02:40:45.377Z | Downloaded memmap2 v0.9.9 |
| 430 | 2026-04-16T02:40:45.380Z | Downloaded flate2 v1.0.30 |
| 431 | 2026-04-16T02:40:45.383Z | Downloaded litemap v0.7.4 |
| 432 | 2026-04-16T02:40:45.386Z | Downloaded icu_normalizer_data v1.5.0 |
| 433 | 2026-04-16T02:40:45.386Z | Downloaded powerfmt v0.2.0 |
| 434 | 2026-04-16T02:40:45.389Z | Downloaded jobserver v0.1.31 |
| 435 | 2026-04-16T02:40:45.389Z | Downloaded proc-macro-error-attr v1.0.4 |
| 436 | 2026-04-16T02:40:45.392Z | Downloaded progenitor-client v0.11.1 |
| 437 | 2026-04-16T02:40:45.392Z | Downloaded proc-macro-crate v1.3.1 |
| 438 | 2026-04-16T02:40:45.395Z | Downloaded getrandom v0.4.2 |
| 439 | 2026-04-16T02:40:45.398Z | Downloaded pretty-hex v0.2.1 |
| 440 | 2026-04-16T02:40:45.398Z | Downloaded pin-utils v0.1.0 |
| 441 | 2026-04-16T02:40:45.401Z | Downloaded owo-colors v4.2.3 |
| 442 | 2026-04-16T02:40:45.401Z | Downloaded chacha20poly1305 v0.10.1 |
| 443 | 2026-04-16T02:40:45.404Z | Downloaded der v0.7.10 |
| 444 | 2026-04-16T02:40:45.406Z | Downloaded oxide-tokio-rt v0.1.2 |
| 445 | 2026-04-16T02:40:45.409Z | Downloaded const_format v0.2.35 |
| 446 | 2026-04-16T02:40:45.412Z | Downloaded progenitor-macro v0.10.0 |
| 447 | 2026-04-16T02:40:45.412Z | Downloaded pem v3.0.5 |
| 448 | 2026-04-16T02:40:45.415Z | Downloaded half v2.7.1 |
| 449 | 2026-04-16T02:40:45.418Z | Downloaded num-integer v0.1.46 |
| 450 | 2026-04-16T02:40:45.418Z | Downloaded oxnet v0.1.4 |
| 451 | 2026-04-16T02:40:45.421Z | Downloaded paste v1.0.15 |
| 452 | 2026-04-16T02:40:45.424Z | Downloaded password-hash v0.5.0 |
| 453 | 2026-04-16T02:40:45.424Z | Downloaded parse-display v0.10.0 |
| 454 | 2026-04-16T02:40:45.427Z | Downloaded radium v0.7.0 |
| 455 | 2026-04-16T02:40:45.427Z | Downloaded num_enum_derive v0.7.4 |
| 456 | 2026-04-16T02:40:45.430Z | Downloaded num_enum v0.5.11 |
| 457 | 2026-04-16T02:40:45.433Z | Downloaded progenitor-client v0.13.0 |
| 458 | 2026-04-16T02:40:45.433Z | Downloaded jiff-static v0.2.15 |
| 459 | 2026-04-16T02:40:45.435Z | Downloaded pest_generator v2.8.4 |
| 460 | 2026-04-16T02:40:45.438Z | Downloaded ref-cast-impl v1.0.25 |
| 461 | 2026-04-16T02:40:45.438Z | Downloaded rand_xorshift v0.3.0 |
| 462 | 2026-04-16T02:40:45.441Z | Downloaded pkcs8 v0.10.2 |
| 463 | 2026-04-16T02:40:45.441Z | Downloaded parking_lot v0.12.2 |
| 464 | 2026-04-16T02:40:45.444Z | Downloaded once_cell v1.21.3 |
| 465 | 2026-04-16T02:40:45.447Z | Downloaded progenitor-client v0.10.0 |
| 466 | 2026-04-16T02:40:45.447Z | Downloaded icu_normalizer v1.5.0 |
| 467 | 2026-04-16T02:40:45.450Z | Downloaded ref-cast v1.0.25 |
| 468 | 2026-04-16T02:40:45.453Z | Downloaded native-tls v0.2.11 |
| 469 | 2026-04-16T02:40:45.453Z | Downloaded icu_provider v1.5.0 |
| 470 | 2026-04-16T02:40:45.455Z | Downloaded polyval v0.6.2 |
| 471 | 2026-04-16T02:40:45.458Z | Downloaded quick-error v1.2.3 |
| 472 | 2026-04-16T02:40:45.458Z | Downloaded rfc6979 v0.4.0 |
| 473 | 2026-04-16T02:40:45.461Z | Downloaded poly1305 v0.8.0 |
| 474 | 2026-04-16T02:40:45.461Z | Downloaded progenitor-macro v0.11.1 |
| 475 | 2026-04-16T02:40:45.464Z | Downloaded icu_properties v1.5.1 |
| 476 | 2026-04-16T02:40:45.467Z | Downloaded indexmap v1.9.3 |
| 477 | 2026-04-16T02:40:45.467Z | Downloaded icu_locid v1.5.0 |
| 478 | 2026-04-16T02:40:45.470Z | Downloaded rustc-hash v1.1.0 |
| 479 | 2026-04-16T02:40:45.473Z | Downloaded rand_core v0.6.4 |
| 480 | 2026-04-16T02:40:45.473Z | Downloaded progenitor v0.11.1 |
| 481 | 2026-04-16T02:40:45.477Z | Downloaded rustc_version v0.1.7 |
| 482 | 2026-04-16T02:40:45.477Z | Downloaded progenitor v0.13.0 |
| 483 | 2026-04-16T02:40:45.480Z | Downloaded olpc-cjson v0.1.4 |
| 484 | 2026-04-16T02:40:45.480Z | Downloaded crypto-bigint v0.5.5 |
| 485 | 2026-04-16T02:40:45.483Z | Downloaded crossbeam-channel v0.5.15 |
| 486 | 2026-04-16T02:40:45.486Z | Downloaded progenitor v0.10.0 |
| 487 | 2026-04-16T02:40:45.488Z | Downloaded num-complex v0.4.6 |
| 488 | 2026-04-16T02:40:45.491Z | Downloaded hyper-rustls v0.27.3 |
| 489 | 2026-04-16T02:40:45.491Z | Downloaded same-file v1.0.6 |
| 490 | 2026-04-16T02:40:45.494Z | Downloaded rand_chacha v0.9.0 |
| 491 | 2026-04-16T02:40:45.494Z | Downloaded quinn-udp v0.5.5 |
| 492 | 2026-04-16T02:40:45.497Z | Downloaded postcard v1.0.9 |
| 493 | 2026-04-16T02:40:45.497Z | Downloaded expectorate v1.2.0 |
| 494 | 2026-04-16T02:40:45.500Z | Downloaded pin-project-internal v1.1.10 |
| 495 | 2026-04-16T02:40:45.503Z | Downloaded passt v0.3.0 |
| 496 | 2026-04-16T02:40:45.503Z | Downloaded quote v1.0.44 |
| 497 | 2026-04-16T02:40:45.506Z | Downloaded memchr v2.7.2 |
| 498 | 2026-04-16T02:40:45.509Z | Downloaded phf v0.12.1 |
| 499 | 2026-04-16T02:40:45.509Z | Downloaded log v0.4.29 |
| 500 | 2026-04-16T02:40:45.512Z | Downloaded serde-big-array v0.5.1 |
| 501 | 2026-04-16T02:40:45.515Z | Downloaded scroll_derive v0.13.1 |
| 502 | 2026-04-16T02:40:45.515Z | Downloaded serde_arrays v0.1.0 |
| 503 | 2026-04-16T02:40:45.515Z | Downloaded plain v0.2.3 |
| 504 | 2026-04-16T02:40:45.518Z | Downloaded semver v0.1.20 |
| 505 | 2026-04-16T02:40:45.518Z | Downloaded rand_core v0.9.3 |
| 506 | 2026-04-16T02:40:45.521Z | Downloaded ppv-lite86 v0.2.17 |
| 507 | 2026-04-16T02:40:45.521Z | Downloaded base64 v0.21.7 |
| 508 | 2026-04-16T02:40:45.524Z | Downloaded ringbuffer v0.16.0 |
| 509 | 2026-04-16T02:40:45.527Z | Downloaded secrecy v0.10.3 |
| 510 | 2026-04-16T02:40:45.527Z | Downloaded scroll_derive v0.12.0 |
| 511 | 2026-04-16T02:40:45.527Z | Downloaded pest_meta v2.8.4 |
| 512 | 2026-04-16T02:40:45.530Z | Downloaded progenitor-macro v0.13.0 |
| 513 | 2026-04-16T02:40:45.530Z | Downloaded percent-encoding v2.3.2 |
| 514 | 2026-04-16T02:40:45.533Z | Downloaded scopeguard v1.2.0 |
| 515 | 2026-04-16T02:40:45.533Z | Downloaded serde_spanned v0.6.9 |
| 516 | 2026-04-16T02:40:45.536Z | Downloaded pest_derive v2.8.4 |
| 517 | 2026-04-16T02:40:45.536Z | Downloaded pem-rfc7468 v0.7.0 |
| 518 | 2026-04-16T02:40:45.538Z | Downloaded hashbrown v0.15.2 |
| 519 | 2026-04-16T02:40:45.541Z | Downloaded serde_plain v1.0.2 |
| 520 | 2026-04-16T02:40:45.544Z | Downloaded rustls-pemfile v2.2.0 |
| 521 | 2026-04-16T02:40:45.544Z | Downloaded rusty-fork v0.3.0 |
| 522 | 2026-04-16T02:40:45.547Z | Downloaded serde_urlencoded v0.7.1 |
| 523 | 2026-04-16T02:40:45.547Z | Downloaded serde_repr v0.1.19 |
| 524 | 2026-04-16T02:40:45.550Z | Downloaded pretty-hex v0.4.1 |
| 525 | 2026-04-16T02:40:45.550Z | Downloaded rand_chacha v0.3.1 |
| 526 | 2026-04-16T02:40:45.550Z | Downloaded pin-project-lite v0.2.14 |
| 527 | 2026-04-16T02:40:45.553Z | Downloaded base64 v0.22.1 |
| 528 | 2026-04-16T02:40:45.556Z | Downloaded parse-display-derive v0.10.0 |
| 529 | 2026-04-16T02:40:45.559Z | Downloaded rustc_version v0.4.1 |
| 530 | 2026-04-16T02:40:45.559Z | Downloaded rustls-pemfile v1.0.4 |
| 531 | 2026-04-16T02:40:45.562Z | Downloaded rustc-hash v2.1.1 |
| 532 | 2026-04-16T02:40:45.562Z | Downloaded sha1 v0.10.6 |
| 533 | 2026-04-16T02:40:45.565Z | Downloaded siphasher v1.0.1 |
| 534 | 2026-04-16T02:40:45.565Z | Downloaded hickory-resolver v0.24.4 |
| 535 | 2026-04-16T02:40:45.568Z | Downloaded rustls-native-certs v0.8.3 |
| 536 | 2026-04-16T02:40:45.571Z | Downloaded simd-adler32 v0.3.7 |
| 537 | 2026-04-16T02:40:45.571Z | Downloaded num-traits v0.2.19 |
| 538 | 2026-04-16T02:40:45.574Z | Downloaded sec1 v0.7.3 |
| 539 | 2026-04-16T02:40:45.574Z | Downloaded resolv-conf v0.7.0 |
| 540 | 2026-04-16T02:40:45.577Z | Downloaded sigpipe v0.1.3 |
| 541 | 2026-04-16T02:40:45.577Z | Downloaded sct v0.7.1 |
| 542 | 2026-04-16T02:40:45.581Z | Downloaded slog-bunyan v2.5.0 |
| 543 | 2026-04-16T02:40:45.581Z | Downloaded parking_lot_core v0.9.10 |
| 544 | 2026-04-16T02:40:45.583Z | Downloaded smawk v0.3.2 |
| 545 | 2026-04-16T02:40:45.583Z | Downloaded pkg-config v0.3.30 |
| 546 | 2026-04-16T02:40:45.586Z | Downloaded icu_collections v1.5.0 |
| 547 | 2026-04-16T02:40:45.589Z | Downloaded proc-macro-error v1.0.4 |
| 548 | 2026-04-16T02:40:45.592Z | Downloaded num_enum v0.7.4 |
| 549 | 2026-04-16T02:40:45.595Z | Downloaded serde_spanned v1.0.4 |
| 550 | 2026-04-16T02:40:45.595Z | Downloaded num-rational v0.4.2 |
| 551 | 2026-04-16T02:40:45.597Z | Downloaded newtype_derive v0.1.6 |
| 552 | 2026-04-16T02:40:45.597Z | Downloaded stable_deref_trait v1.2.0 |
| 553 | 2026-04-16T02:40:45.597Z | Downloaded strsim v0.11.1 |
| 554 | 2026-04-16T02:40:45.601Z | Downloaded hickory-resolver v0.25.2 |
| 555 | 2026-04-16T02:40:45.603Z | Downloaded cc v1.2.17 |
| 556 | 2026-04-16T02:40:45.606Z | Downloaded semver v1.0.27 |
| 557 | 2026-04-16T02:40:45.606Z | Downloaded multer v3.1.0 |
| 558 | 2026-04-16T02:40:45.609Z | Downloaded libsw-core v0.3.2 |
| 559 | 2026-04-16T02:40:45.609Z | Downloaded icu_locid_transform v1.5.0 |
| 560 | 2026-04-16T02:40:45.612Z | Downloaded schemars_derive v0.8.22 |
| 561 | 2026-04-16T02:40:45.615Z | Downloaded miniz_oxide v0.7.2 |
| 562 | 2026-04-16T02:40:45.615Z | Downloaded serde_path_to_error v0.1.20 |
| 563 | 2026-04-16T02:40:45.618Z | Downloaded darling_core v0.23.0 |
| 564 | 2026-04-16T02:40:45.622Z | Downloaded structmeta v0.3.0 |
| 565 | 2026-04-16T02:40:45.622Z | Downloaded signature v2.2.0 |
| 566 | 2026-04-16T02:40:45.622Z | Downloaded subtle v2.6.1 |
| 567 | 2026-04-16T02:40:45.625Z | Downloaded strum v0.27.2 |
| 568 | 2026-04-16T02:40:45.625Z | Downloaded strum v0.26.3 |
| 569 | 2026-04-16T02:40:45.625Z | Downloaded serde_tokenstream v0.2.3 |
| 570 | 2026-04-16T02:40:45.628Z | Downloaded swrite v0.1.0 |
| 571 | 2026-04-16T02:40:45.628Z | Downloaded supports-color v3.0.2 |
| 572 | 2026-04-16T02:40:45.628Z | Downloaded sha2 v0.10.9 |
| 573 | 2026-04-16T02:40:45.631Z | Downloaded tabled_derive v0.7.0 |
| 574 | 2026-04-16T02:40:45.631Z | Downloaded supports-color v2.1.0 |
| 575 | 2026-04-16T02:40:45.633Z | Downloaded slog-json v2.6.1 |
| 576 | 2026-04-16T02:40:45.633Z | Downloaded signal-hook-registry v1.4.2 |
| 577 | 2026-04-16T02:40:45.636Z | Downloaded shlex v1.3.0 |
| 578 | 2026-04-16T02:40:45.636Z | Downloaded sync_wrapper v1.0.1 |
| 579 | 2026-04-16T02:40:45.636Z | Downloaded scroll v0.12.0 |
| 580 | 2026-04-16T02:40:45.639Z | Downloaded primeorder v0.13.6 |
| 581 | 2026-04-16T02:40:45.639Z | Downloaded structmeta-derive v0.3.0 |
| 582 | 2026-04-16T02:40:45.642Z | Downloaded tap v1.0.1 |
| 583 | 2026-04-16T02:40:45.642Z | Downloaded termtree v0.5.1 |
| 584 | 2026-04-16T02:40:45.642Z | Downloaded terminal_size v0.4.3 |
| 585 | 2026-04-16T02:40:45.645Z | Downloaded terminal_size v0.3.0 |
| 586 | 2026-04-16T02:40:45.645Z | Downloaded take_mut v0.2.2 |
| 587 | 2026-04-16T02:40:45.645Z | Downloaded proc-macro2 v1.0.106 |
| 588 | 2026-04-16T02:40:45.648Z | Downloaded git-stub-vcs v0.1.0 |
| 589 | 2026-04-16T02:40:45.651Z | Downloaded slab v0.4.9 |
| 590 | 2026-04-16T02:40:45.651Z | Downloaded httparse v1.10.1 |
| 591 | 2026-04-16T02:40:45.654Z | Downloaded aes-gcm-siv v0.11.1 |
| 592 | 2026-04-16T02:40:45.654Z | Downloaded lru-slab v0.1.2 |
| 593 | 2026-04-16T02:40:45.654Z | Downloaded hubpack v0.1.2 |
| 594 | 2026-04-16T02:40:45.657Z | Downloaded ryu v1.0.18 |
| 595 | 2026-04-16T02:40:45.657Z | Downloaded papergrid v0.11.0 |
| 596 | 2026-04-16T02:40:45.660Z | Downloaded static_assertions v1.1.0 |
| 597 | 2026-04-16T02:40:45.665Z | Downloaded slog-term v2.9.2 |
| 598 | 2026-04-16T02:40:45.665Z | Downloaded slog-async v2.8.0 |
| 599 | 2026-04-16T02:40:45.669Z | Downloaded scroll v0.13.0 |
| 600 | 2026-04-16T02:40:45.669Z | Downloaded ingot-types v0.1.2 |
| 601 | 2026-04-16T02:40:45.669Z | Downloaded darling_core v0.20.11 |
| 602 | 2026-04-16T02:40:45.672Z | Downloaded rustls-platform-verifier v0.6.2 |
| 603 | 2026-04-16T02:40:45.672Z | Downloaded pin-project v1.1.10 |
| 604 | 2026-04-16T02:40:45.678Z | Downloaded time-core v0.1.8 |
| 605 | 2026-04-16T02:40:45.681Z | Downloaded thread-id v5.0.0 |
| 606 | 2026-04-16T02:40:45.681Z | Downloaded snafu-derive v0.8.9 |
| 607 | 2026-04-16T02:40:45.684Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 608 | 2026-04-16T02:40:45.684Z | Downloaded thiserror-impl v1.0.64 |
| 609 | 2026-04-16T02:40:45.684Z | Downloaded tinyvec_macros v0.1.1 |
| 610 | 2026-04-16T02:40:45.687Z | Downloaded hyper-util v0.1.20 |
| 611 | 2026-04-16T02:40:45.689Z | Downloaded nom v7.1.3 |
| 612 | 2026-04-16T02:40:45.692Z | Downloaded strum_macros v0.26.4 |
| 613 | 2026-04-16T02:40:45.695Z | Downloaded futures-util v0.3.32 |
| 614 | 2026-04-16T02:40:45.699Z | Downloaded strum_macros v0.28.0 |
| 615 | 2026-04-16T02:40:45.702Z | Downloaded hashbrown v0.12.3 |
| 616 | 2026-04-16T02:40:45.705Z | Downloaded serde_derive_internals v0.29.1 |
| 617 | 2026-04-16T02:40:45.705Z | Downloaded serde_with_macros v3.18.0 |
| 618 | 2026-04-16T02:40:45.708Z | Downloaded minimal-lexical v0.2.1 |
| 619 | 2026-04-16T02:40:45.722Z | Downloaded prettyplease v0.2.37 |
| 620 | 2026-04-16T02:40:45.722Z | Downloaded ron v0.8.1 |
| 621 | 2026-04-16T02:40:45.722Z | Downloaded spki v0.7.3 |
| 622 | 2026-04-16T02:40:45.722Z | Downloaded tagptr v0.2.0 |
| 623 | 2026-04-16T02:40:45.722Z | Downloaded synstructure v0.13.1 |
| 624 | 2026-04-16T02:40:45.722Z | Downloaded rustversion v1.0.22 |
| 625 | 2026-04-16T02:40:45.722Z | Downloaded toml_write v0.1.2 |
| 626 | 2026-04-16T02:40:45.722Z | Downloaded rayon-core v1.13.0 |
| 627 | 2026-04-16T02:40:45.726Z | Downloaded toml_datetime v0.6.11 |
| 628 | 2026-04-16T02:40:45.726Z | Downloaded openssl-sys v0.9.107 |
| 629 | 2026-04-16T02:40:45.729Z | Downloaded schemars v0.8.22 |
| 630 | 2026-04-16T02:40:45.734Z | Downloaded tower-layer v0.3.3 |
| 631 | 2026-04-16T02:40:45.737Z | Downloaded smallvec v1.13.2 |
| 632 | 2026-04-16T02:40:45.737Z | Downloaded thiserror v2.0.18 |
| 633 | 2026-04-16T02:40:45.740Z | Downloaded progenitor-impl v0.10.0 |
| 634 | 2026-04-16T02:40:45.742Z | Downloaded libm v0.2.8 |
| 635 | 2026-04-16T02:40:45.746Z | Downloaded thiserror-no-std v2.0.2 |
| 636 | 2026-04-16T02:40:45.748Z | Downloaded thiserror-impl v2.0.18 |
| 637 | 2026-04-16T02:40:45.751Z | Downloaded unicode-linebreak v0.1.5 |
| 638 | 2026-04-16T02:40:45.751Z | Downloaded spin v0.9.8 |
| 639 | 2026-04-16T02:40:45.754Z | Downloaded rustls-pki-types v1.12.0 |
| 640 | 2026-04-16T02:40:45.757Z | Downloaded try-lock v0.2.5 |
| 641 | 2026-04-16T02:40:45.757Z | Downloaded typeid v1.0.0 |
| 642 | 2026-04-16T02:40:45.757Z | Downloaded tls_codec_derive v0.4.2 |
| 643 | 2026-04-16T02:40:45.760Z | Downloaded qorb v0.4.1 |
| 644 | 2026-04-16T02:40:45.760Z | Downloaded mio v1.0.2 |
| 645 | 2026-04-16T02:40:45.763Z | Downloaded tls_codec v0.4.2 |
| 646 | 2026-04-16T02:40:45.766Z | Downloaded tower-service v0.3.3 |
| 647 | 2026-04-16T02:40:45.766Z | Downloaded tinystr v0.7.6 |
| 648 | 2026-04-16T02:40:45.769Z | Downloaded typify-macro v0.4.3 |
| 649 | 2026-04-16T02:40:45.769Z | Downloaded unarray v0.1.4 |
| 650 | 2026-04-16T02:40:45.769Z | Downloaded tokio-macros v2.6.0 |
| 651 | 2026-04-16T02:40:45.769Z | Downloaded tokio-dtrace v0.1.1 |
| 652 | 2026-04-16T02:40:45.772Z | Downloaded unicode-xid v0.2.4 |
| 653 | 2026-04-16T02:40:45.772Z | Downloaded thread_local v1.1.8 |
| 654 | 2026-04-16T02:40:45.774Z | Downloaded thiserror v1.0.64 |
| 655 | 2026-04-16T02:40:45.777Z | Downloaded typify-macro v0.6.1 |
| 656 | 2026-04-16T02:40:45.777Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 657 | 2026-04-16T02:40:45.777Z | Downloaded tokio-native-tls v0.3.1 |
| 658 | 2026-04-16T02:40:45.780Z | Downloaded num-bigint v0.4.5 |
| 659 | 2026-04-16T02:40:45.783Z | Downloaded progenitor-impl v0.13.0 |
| 660 | 2026-04-16T02:40:45.783Z | Downloaded serde_derive v1.0.228 |
| 661 | 2026-04-16T02:40:45.786Z | Downloaded term v1.2.0 |
| 662 | 2026-04-16T02:40:45.786Z | Downloaded slog v2.8.2 |
| 663 | 2026-04-16T02:40:45.789Z | Downloaded untrusted v0.7.1 |
| 664 | 2026-04-16T02:40:45.789Z | Downloaded usdt-macro v0.5.0 |
| 665 | 2026-04-16T02:40:45.792Z | Downloaded tempfile v3.23.0 |
| 666 | 2026-04-16T02:40:45.792Z | Downloaded strum_macros v0.27.2 |
| 667 | 2026-04-16T02:40:45.795Z | Downloaded tokio-tungstenite v0.21.0 |
| 668 | 2026-04-16T02:40:45.795Z | Downloaded usdt-attr-macro v0.6.0 |
| 669 | 2026-04-16T02:40:45.795Z | Downloaded untrusted v0.9.0 |
| 670 | 2026-04-16T02:40:45.798Z | Downloaded universal-hash v0.5.1 |
| 671 | 2026-04-16T02:40:45.798Z | Downloaded usdt v0.6.0 |
| 672 | 2026-04-16T02:40:45.798Z | Downloaded idna v1.0.3 |
| 673 | 2026-04-16T02:40:45.801Z | Downloaded progenitor-impl v0.11.1 |
| 674 | 2026-04-16T02:40:45.804Z | Downloaded indexmap v2.13.0 |
| 675 | 2026-04-16T02:40:45.807Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 676 | 2026-04-16T02:40:45.807Z | Downloaded socket2 v0.5.10 |
| 677 | 2026-04-16T02:40:45.807Z | Downloaded smf v0.2.3 |
| 678 | 2026-04-16T02:40:45.810Z | Downloaded similar v2.7.0 |
| 679 | 2026-04-16T02:40:45.813Z | Downloaded utf16_iter v1.0.5 |
| 680 | 2026-04-16T02:40:45.813Z | Downloaded usdt v0.5.0 |
| 681 | 2026-04-16T02:40:45.813Z | Downloaded usdt-attr-macro v0.5.0 |
| 682 | 2026-04-16T02:40:45.813Z | Downloaded thread-id v4.2.1 |
| 683 | 2026-04-16T02:40:45.816Z | Downloaded utf8parse v0.2.1 |
| 684 | 2026-04-16T02:40:45.816Z | Downloaded utf-8 v0.7.6 |
| 685 | 2026-04-16T02:40:45.816Z | Downloaded rand v0.8.5 |
| 686 | 2026-04-16T02:40:45.819Z | Downloaded tracing-attributes v0.1.27 |
| 687 | 2026-04-16T02:40:45.819Z | Downloaded utf8_iter v1.0.4 |
| 688 | 2026-04-16T02:40:45.819Z | Downloaded iri-string v0.7.8 |
| 689 | 2026-04-16T02:40:45.822Z | Downloaded wait-timeout v0.2.0 |
| 690 | 2026-04-16T02:40:45.826Z | Downloaded version_check v0.9.5 |
| 691 | 2026-04-16T02:40:45.826Z | Downloaded tokio-rustls v0.24.1 |
| 692 | 2026-04-16T02:40:45.829Z | Downloaded socket2 v0.6.0 |
| 693 | 2026-04-16T02:40:45.829Z | Downloaded quinn v0.11.9 |
| 694 | 2026-04-16T02:40:45.829Z | Downloaded tinyvec v1.6.0 |
| 695 | 2026-04-16T02:40:45.832Z | Downloaded usdt-macro v0.6.0 |
| 696 | 2026-04-16T02:40:45.832Z | Downloaded time-macros v0.2.27 |
| 697 | 2026-04-16T02:40:45.835Z | Downloaded schemars v0.9.0 |
| 698 | 2026-04-16T02:40:45.839Z | Downloaded serde_core v1.0.228 |
| 699 | 2026-04-16T02:40:45.842Z | Downloaded want v0.3.1 |
| 700 | 2026-04-16T02:40:45.842Z | Downloaded http v1.4.0 |
| 701 | 2026-04-16T02:40:45.845Z | Downloaded which v4.4.2 |
| 702 | 2026-04-16T02:40:45.845Z | Downloaded tokio-rustls v0.26.0 |
| 703 | 2026-04-16T02:40:45.848Z | Downloaded tokio-rustls v0.25.0 |
| 704 | 2026-04-16T02:40:45.848Z | Downloaded serde_yaml v0.9.34+deprecated |
| 705 | 2026-04-16T02:40:45.851Z | Downloaded slog-dtrace v0.3.0 |
| 706 | 2026-04-16T02:40:45.851Z | Downloaded tabwriter v1.4.0 |
| 707 | 2026-04-16T02:40:45.851Z | Downloaded iana-time-zone v0.1.64 |
| 708 | 2026-04-16T02:40:45.854Z | Downloaded embedded-io v0.6.1 |
| 709 | 2026-04-16T02:40:45.854Z | Downloaded waitgroup v0.1.2 |
| 710 | 2026-04-16T02:40:45.854Z | Downloaded csv-core v0.1.12 |
| 711 | 2026-04-16T02:40:45.857Z | Downloaded toml v0.8.23 |
| 712 | 2026-04-16T02:40:45.857Z | Downloaded serde v1.0.228 |
| 713 | 2026-04-16T02:40:45.860Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 714 | 2026-04-16T02:40:45.860Z | Downloaded write16 v1.0.0 |
| 715 | 2026-04-16T02:40:45.863Z | Downloaded tar v0.4.40 |
| 716 | 2026-04-16T02:40:45.863Z | Downloaded critical-section v1.2.0 |
| 717 | 2026-04-16T02:40:45.866Z | Downloaded ecdsa v0.16.9 |
| 718 | 2026-04-16T02:40:45.866Z | Downloaded yoke-derive v0.7.5 |
| 719 | 2026-04-16T02:40:45.866Z | Downloaded dropshot_endpoint v0.16.7 |
| 720 | 2026-04-16T02:40:45.869Z | Downloaded xattr v1.3.1 |
| 721 | 2026-04-16T02:40:45.869Z | Downloaded globset v0.4.14 |
| 722 | 2026-04-16T02:40:45.872Z | Downloaded rustls-webpki v0.103.4 |
| 723 | 2026-04-16T02:40:45.872Z | Downloaded futures-channel v0.3.32 |
| 724 | 2026-04-16T02:40:45.889Z | Downloaded drift v0.1.2 |
| 725 | 2026-04-16T02:40:45.889Z | Downloaded fastrand v2.3.0 |
| 726 | 2026-04-16T02:40:45.889Z | Downloaded aead v0.5.2 |
| 727 | 2026-04-16T02:40:45.889Z | Downloaded async-trait v0.1.89 |
| 728 | 2026-04-16T02:40:45.889Z | Downloaded zone v0.3.1 |
| 729 | 2026-04-16T02:40:45.889Z | Downloaded zerofrom-derive v0.1.5 |
| 730 | 2026-04-16T02:40:45.889Z | Downloaded zeroize_derive v1.4.3 |
| 731 | 2026-04-16T02:40:45.892Z | Downloaded aho-corasick v1.1.3 |
| 732 | 2026-04-16T02:40:45.895Z | Downloaded test-strategy v0.4.3 |
| 733 | 2026-04-16T02:40:45.895Z | Downloaded usdt-impl v0.5.0 |
| 734 | 2026-04-16T02:40:45.898Z | Downloaded usdt-impl v0.6.0 |
| 735 | 2026-04-16T02:40:45.898Z | Downloaded typenum v1.17.0 |
| 736 | 2026-04-16T02:40:45.901Z | Downloaded zone_cfg_derive v0.3.0 |
| 737 | 2026-04-16T02:40:45.901Z | Downloaded twox-hash v2.1.2 |
| 738 | 2026-04-16T02:40:45.901Z | Downloaded iddqd v0.3.17 |
| 739 | 2026-04-16T02:40:45.905Z | Downloaded hkdf v0.12.4 |
| 740 | 2026-04-16T02:40:45.908Z | Downloaded hashbrown v0.16.1 |
| 741 | 2026-04-16T02:40:45.910Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 742 | 2026-04-16T02:40:45.910Z | Downloaded rand v0.9.2 |
| 743 | 2026-04-16T02:40:45.913Z | Downloaded zerofrom v0.1.5 |
| 744 | 2026-04-16T02:40:45.913Z | Downloaded fixedbitset v0.4.2 |
| 745 | 2026-04-16T02:40:45.916Z | Downloaded ucd-trie v0.1.6 |
| 746 | 2026-04-16T02:40:45.916Z | Downloaded derive-ex v0.1.8 |
| 747 | 2026-04-16T02:40:45.916Z | Downloaded vsss-rs v3.3.4 |
| 748 | 2026-04-16T02:40:45.919Z | Downloaded walkdir v2.5.0 |
| 749 | 2026-04-16T02:40:45.919Z | Downloaded embedded-io v0.4.0 |
| 750 | 2026-04-16T02:40:45.922Z | Downloaded digest v0.10.7 |
| 751 | 2026-04-16T02:40:45.922Z | Downloaded errno v0.3.14 |
| 752 | 2026-04-16T02:40:45.922Z | Downloaded aes v0.8.4 |
| 753 | 2026-04-16T02:40:45.925Z | Downloaded wyz v0.5.1 |
| 754 | 2026-04-16T02:40:45.925Z | Downloaded writeable v0.5.5 |
| 755 | 2026-04-16T02:40:45.928Z | Downloaded whoami v1.5.1 |
| 756 | 2026-04-16T02:40:45.930Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 757 | 2026-04-16T02:40:45.933Z | Downloaded schemars v1.2.1 |
| 758 | 2026-04-16T02:40:45.939Z | Downloaded yoke v0.7.5 |
| 759 | 2026-04-16T02:40:45.942Z | Downloaded zerovec-derive v0.10.3 |
| 760 | 2026-04-16T02:40:45.942Z | Downloaded zeroize v1.8.2 |
| 761 | 2026-04-16T02:40:45.945Z | Downloaded tracing-core v0.1.32 |
| 762 | 2026-04-16T02:40:45.945Z | Downloaded snafu v0.8.9 |
| 763 | 2026-04-16T02:40:45.949Z | Downloaded vergen-lib v9.1.0 |
| 764 | 2026-04-16T02:40:45.951Z | Downloaded unicode-ident v1.0.24 |
| 765 | 2026-04-16T02:40:45.951Z | Downloaded typify v0.6.1 |
| 766 | 2026-04-16T02:40:45.954Z | Downloaded zmij v1.0.19 |
| 767 | 2026-04-16T02:40:45.954Z | Downloaded vergen-git2 v9.1.0 |
| 768 | 2026-04-16T02:40:45.957Z | Downloaded typify v0.4.3 |
| 769 | 2026-04-16T02:40:45.960Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 770 | 2026-04-16T02:40:45.960Z | Downloaded h2 v0.4.6 |
| 771 | 2026-04-16T02:40:45.964Z | Downloaded unsafe-libyaml v0.2.11 |
| 772 | 2026-04-16T02:40:45.967Z | Downloaded tokio-stream v0.1.17 |
| 773 | 2026-04-16T02:40:45.970Z | Downloaded goblin v0.8.2 |
| 774 | 2026-04-16T02:40:45.972Z | Downloaded textwrap v0.16.2 |
| 775 | 2026-04-16T02:40:45.975Z | Downloaded steno v0.4.1 |
| 776 | 2026-04-16T02:40:45.978Z | Downloaded itertools v0.12.1 |
| 777 | 2026-04-16T02:40:45.981Z | Downloaded itertools v0.13.0 |
| 778 | 2026-04-16T02:40:45.984Z | Downloaded hyper v1.8.1 |
| 779 | 2026-04-16T02:40:45.989Z | Downloaded zerocopy-derive v0.7.34 |
| 780 | 2026-04-16T02:40:45.993Z | Downloaded pest v2.8.4 |
| 781 | 2026-04-16T02:40:45.996Z | Downloaded itertools v0.14.0 |
| 782 | 2026-04-16T02:40:45.999Z | Downloaded toml v0.7.8 |
| 783 | 2026-04-16T02:40:45.999Z | Downloaded anstream v0.6.14 |
| 784 | 2026-04-16T02:40:46.002Z | Downloaded fs_extra v1.3.0 |
| 785 | 2026-04-16T02:40:46.002Z | Downloaded aws-lc-rs v1.13.3 |
| 786 | 2026-04-16T02:40:46.006Z | Downloaded uuid v1.22.0 |
| 787 | 2026-04-16T02:40:46.009Z | Downloaded toml_edit v0.22.27 |
| 788 | 2026-04-16T02:40:46.012Z | Downloaded fixedbitset v0.5.7 |
| 789 | 2026-04-16T02:40:46.012Z | Downloaded erased-serde v0.4.5 |
| 790 | 2026-04-16T02:40:46.014Z | Downloaded deranged v0.5.3 |
| 791 | 2026-04-16T02:40:46.014Z | Downloaded camino-tempfile v1.4.1 |
| 792 | 2026-04-16T02:40:46.017Z | Downloaded blake2 v0.10.6 |
| 793 | 2026-04-16T02:40:46.017Z | Downloaded byteorder v1.5.0 |
| 794 | 2026-04-16T02:40:46.020Z | Downloaded bitstruct_derive v0.1.0 |
| 795 | 2026-04-16T02:40:46.020Z | Downloaded anstyle v1.0.7 |
| 796 | 2026-04-16T02:40:46.020Z | Downloaded vergen v9.1.0 |
| 797 | 2026-04-16T02:40:46.023Z | Downloaded gethostname v0.5.0 |
| 798 | 2026-04-16T02:40:46.023Z | Downloaded crossbeam-deque v0.8.5 |
| 799 | 2026-04-16T02:40:46.023Z | Downloaded atty v0.2.14 |
| 800 | 2026-04-16T02:40:46.023Z | Downloaded foreign-types v0.5.0 |
| 801 | 2026-04-16T02:40:46.026Z | Downloaded git2 v0.20.2 |
| 802 | 2026-04-16T02:40:46.029Z | Downloaded ciborium-ll v0.2.2 |
| 803 | 2026-04-16T02:40:46.031Z | Downloaded tracing v0.1.40 |
| 804 | 2026-04-16T02:40:46.032Z | Downloaded bit-vec v0.6.3 |
| 805 | 2026-04-16T02:40:46.034Z | Downloaded daft v0.1.5 |
| 806 | 2026-04-16T02:40:46.034Z | Downloaded futures-task v0.3.32 |
| 807 | 2026-04-16T02:40:46.035Z | Downloaded cpufeatures v0.2.12 |
| 808 | 2026-04-16T02:40:46.037Z | Downloaded bit-set v0.5.3 |
| 809 | 2026-04-16T02:40:46.037Z | Downloaded async-recursion v1.1.1 |
| 810 | 2026-04-16T02:40:46.038Z | Downloaded derive_builder_macro v0.20.2 |
| 811 | 2026-04-16T02:40:46.040Z | Downloaded defmt-parser v0.3.4 |
| 812 | 2026-04-16T02:40:46.040Z | Downloaded base16ct v0.2.0 |
| 813 | 2026-04-16T02:40:46.040Z | Downloaded crypto-common v0.1.6 |
| 814 | 2026-04-16T02:40:46.043Z | Downloaded cookie v0.18.1 |
| 815 | 2026-04-16T02:40:46.043Z | Downloaded convert_case v0.4.0 |
| 816 | 2026-04-16T02:40:46.043Z | Downloaded url v2.5.4 |
| 817 | 2026-04-16T02:40:46.046Z | Downloaded const_format_proc_macros v0.2.34 |
| 818 | 2026-04-16T02:40:46.046Z | Downloaded colored v3.0.0 |
| 819 | 2026-04-16T02:40:46.049Z | Downloaded tungstenite v0.21.0 |
| 820 | 2026-04-16T02:40:46.052Z | Downloaded cargo_metadata v0.23.1 |
| 821 | 2026-04-16T02:40:46.052Z | Downloaded cargo-platform v0.1.8 |
| 822 | 2026-04-16T02:40:46.052Z | Downloaded bytes v1.11.1 |
| 823 | 2026-04-16T02:40:46.055Z | Downloaded autocfg v1.3.0 |
| 824 | 2026-04-16T02:40:46.055Z | Downloaded equivalent v1.0.2 |
| 825 | 2026-04-16T02:40:46.058Z | Downloaded env_filter v1.0.1 |
| 826 | 2026-04-16T02:40:46.058Z | Downloaded enum-as-inner v0.6.0 |
| 827 | 2026-04-16T02:40:46.058Z | Downloaded darling_macro v0.20.11 |
| 828 | 2026-04-16T02:40:46.058Z | Downloaded darling v0.23.0 |
| 829 | 2026-04-16T02:40:46.061Z | Downloaded goblin v0.10.4 |
| 830 | 2026-04-16T02:40:46.064Z | Downloaded daft-derive v0.1.5 |
| 831 | 2026-04-16T02:40:46.067Z | Downloaded cstr-argument v0.1.2 |
| 832 | 2026-04-16T02:40:46.067Z | Downloaded crucible-workspace-hack v0.1.0 |
| 833 | 2026-04-16T02:40:46.070Z | Downloaded bit_field v0.10.2 |
| 834 | 2026-04-16T02:40:46.070Z | Downloaded atomicwrites v0.4.4 |
| 835 | 2026-04-16T02:40:46.070Z | Downloaded async-stream v0.3.6 |
| 836 | 2026-04-16T02:40:46.070Z | Downloaded darling_macro v0.21.3 |
| 837 | 2026-04-16T02:40:46.073Z | Downloaded cfg-if v1.0.0 |
| 838 | 2026-04-16T02:40:46.073Z | Downloaded dropshot-api-manager v0.7.0 |
| 839 | 2026-04-16T02:40:46.076Z | Downloaded const-oid v0.9.6 |
| 840 | 2026-04-16T02:40:46.076Z | Downloaded bitflags v1.3.2 |
| 841 | 2026-04-16T02:40:46.079Z | Downloaded bincode v1.3.3 |
| 842 | 2026-04-16T02:40:46.079Z | Downloaded dtrace-parser v0.2.0 |
| 843 | 2026-04-16T02:40:46.079Z | Downloaded compression-core v0.4.31 |
| 844 | 2026-04-16T02:40:46.082Z | Downloaded clap_lex v0.7.0 |
| 845 | 2026-04-16T02:40:46.082Z | Downloaded chacha20 v0.9.1 |
| 846 | 2026-04-16T02:40:46.082Z | Downloaded anstyle-parse v0.2.4 |
| 847 | 2026-04-16T02:40:46.085Z | Downloaded toml_edit v0.19.15 |
| 848 | 2026-04-16T02:40:46.092Z | Downloaded tower v0.5.2 |
| 849 | 2026-04-16T02:40:46.097Z | Downloaded reqwest v0.13.2 |
| 850 | 2026-04-16T02:40:46.100Z | Downloaded regex v1.12.3 |
| 851 | 2026-04-16T02:40:46.104Z | Downloaded portable-atomic v1.11.1 |
| 852 | 2026-04-16T02:40:46.108Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 853 | 2026-04-16T02:40:46.111Z | Downloaded ciborium-io v0.2.2 |
| 854 | 2026-04-16T02:40:46.111Z | Downloaded cfg_aliases v0.2.1 |
| 855 | 2026-04-16T02:40:46.111Z | Downloaded cargo-platform v0.3.2 |
| 856 | 2026-04-16T02:40:46.114Z | Downloaded block-buffer v0.10.4 |
| 857 | 2026-04-16T02:40:46.114Z | Downloaded data-encoding v2.6.0 |
| 858 | 2026-04-16T02:40:46.114Z | Downloaded cancel-safe-futures v0.1.5 |
| 859 | 2026-04-16T02:40:46.117Z | Downloaded ed25519 v2.2.3 |
| 860 | 2026-04-16T02:40:46.117Z | Downloaded darling_macro v0.23.0 |
| 861 | 2026-04-16T02:40:46.117Z | Downloaded cexpr v0.6.0 |
| 862 | 2026-04-16T02:40:46.120Z | Downloaded zerocopy-derive v0.8.27 |
| 863 | 2026-04-16T02:40:46.123Z | Downloaded typed-path v0.9.3 |
| 864 | 2026-04-16T02:40:46.126Z | Downloaded reqwest v0.12.23 |
| 865 | 2026-04-16T02:40:46.128Z | Downloaded p384 v0.13.1 |
| 866 | 2026-04-16T02:40:46.131Z | Downloaded chrono v0.4.44 |
| 867 | 2026-04-16T02:40:46.134Z | Downloaded serde_json v1.0.149 |
| 868 | 2026-04-16T02:40:46.138Z | Downloaded cargo_metadata v0.18.1 |
| 869 | 2026-04-16T02:40:46.141Z | Downloaded anstyle-query v1.0.3 |
| 870 | 2026-04-16T02:40:46.141Z | Downloaded bindgen v0.69.5 |
| 871 | 2026-04-16T02:40:46.144Z | Downloaded x509-cert v0.2.5 |
| 872 | 2026-04-16T02:40:46.147Z | Downloaded allocator-api2 v0.2.21 |
| 873 | 2026-04-16T02:40:46.150Z | Downloaded unicode-segmentation v1.11.0 |
| 874 | 2026-04-16T02:40:46.153Z | Downloaded proptest v1.5.0 |
| 875 | 2026-04-16T02:40:46.156Z | Downloaded rayon v1.11.0 |
| 876 | 2026-04-16T02:40:46.161Z | Downloaded cipher v0.4.4 |
| 877 | 2026-04-16T02:40:46.163Z | Downloaded clap_builder v4.5.2 |
| 878 | 2026-04-16T02:40:46.166Z | Downloaded rustls-webpki v0.101.7 |
| 879 | 2026-04-16T02:40:46.173Z | Downloaded tough v0.20.0 |
| 880 | 2026-04-16T02:40:46.177Z | Downloaded bitvec v1.0.1 |
| 881 | 2026-04-16T02:40:46.186Z | Downloaded tokio-util v0.7.16 |
| 882 | 2026-04-16T02:40:46.190Z | Downloaded serde_with v3.18.0 |
| 883 | 2026-04-16T02:40:46.198Z | Downloaded rustls-webpki v0.102.4 |
| 884 | 2026-04-16T02:40:46.208Z | Downloaded unicode-normalization v0.1.24 |
| 885 | 2026-04-16T02:40:46.211Z | Downloaded tower-http v0.6.8 |
| 886 | 2026-04-16T02:40:46.215Z | Downloaded salty v0.3.0 |
| 887 | 2026-04-16T02:40:46.218Z | Downloaded icu_properties_data v1.5.0 |
| 888 | 2026-04-16T02:40:46.224Z | Downloaded zerovec v0.10.4 |
| 889 | 2026-04-16T02:40:46.232Z | Downloaded zerocopy v0.7.34 |
| 890 | 2026-04-16T02:40:46.241Z | Downloaded moka v0.12.10 |
| 891 | 2026-04-16T02:40:46.269Z | Downloaded tabled v0.15.0 |
| 892 | 2026-04-16T02:40:46.277Z | Downloaded winnow v0.7.13 |
| 893 | 2026-04-16T02:40:46.282Z | Downloaded winnow v0.5.40 |
| 894 | 2026-04-16T02:40:46.304Z | Downloaded curve25519-dalek v4.1.3 |
| 895 | 2026-04-16T02:40:46.310Z | Downloaded dropshot v0.16.7 |
| 896 | 2026-04-16T02:40:46.321Z | Downloaded syn v1.0.109 |
| 897 | 2026-04-16T02:40:46.327Z | Downloaded openssl v0.10.72 |
| 898 | 2026-04-16T02:40:46.333Z | Downloaded nix v0.28.0 |
| 899 | 2026-04-16T02:40:46.339Z | Downloaded rustls v0.21.12 |
| 900 | 2026-04-16T02:40:46.346Z | Downloaded quinn-proto v0.11.13 |
| 901 | 2026-04-16T02:40:46.350Z | Downloaded time v0.3.47 |
| 902 | 2026-04-16T02:40:46.358Z | Downloaded hickory-proto v0.24.4 |
| 903 | 2026-04-16T02:40:46.372Z | Downloaded nix v0.30.1 |
| 904 | 2026-04-16T02:40:46.379Z | Downloaded vcpkg v0.2.15 |
| 905 | 2026-04-16T02:40:46.403Z | Downloaded zerocopy v0.8.27 |
| 906 | 2026-04-16T02:40:46.415Z | Downloaded regex-syntax v0.8.5 |
| 907 | 2026-04-16T02:40:46.420Z | Downloaded rustls v0.22.4 |
| 908 | 2026-04-16T02:40:46.427Z | Downloaded rustls v0.23.31 |
| 909 | 2026-04-16T02:40:46.433Z | Downloaded unicode-width v0.1.14 |
| 910 | 2026-04-16T02:40:46.436Z | Downloaded hickory-proto v0.25.2 |
| 911 | 2026-04-16T02:40:46.444Z | Downloaded nix v0.31.1 |
| 912 | 2026-04-16T02:40:46.456Z | Downloaded syn v2.0.117 |
| 913 | 2026-04-16T02:40:46.462Z | Downloaded openapiv3 v2.2.0 |
| 914 | 2026-04-16T02:40:46.469Z | Downloaded smoltcp v0.11.0 |
| 915 | 2026-04-16T02:40:46.476Z | Downloaded rustix v0.38.34 |
| 916 | 2026-04-16T02:40:46.488Z | Downloaded chrono-tz v0.10.4 |
| 917 | 2026-04-16T02:40:46.497Z | Downloaded webpki-roots v1.0.3 |
| 918 | 2026-04-16T02:40:46.500Z | Downloaded webpki-roots v0.26.3 |
| 919 | 2026-04-16T02:40:46.503Z | Downloaded unicode-width v0.2.1 |
| 920 | 2026-04-16T02:40:46.506Z | Downloaded regress v0.10.5 |
| 921 | 2026-04-16T02:40:46.509Z | Downloaded bstr v1.9.1 |
| 922 | 2026-04-16T02:40:46.514Z | Downloaded rustix v1.1.2 |
| 923 | 2026-04-16T02:40:46.528Z | Downloaded jiff v0.2.15 |
| 924 | 2026-04-16T02:40:46.567Z | Downloaded csv v1.3.1 |
| 925 | 2026-04-16T02:40:46.580Z | Downloaded typify-impl v0.6.1 |
| 926 | 2026-04-16T02:40:46.596Z | Downloaded typify-impl v0.4.3 |
| 927 | 2026-04-16T02:40:46.679Z | Downloaded regex-automata v0.4.14 |
| 928 | 2026-04-16T02:40:46.706Z | Downloaded petgraph v0.6.5 |
| 929 | 2026-04-16T02:40:46.724Z | Downloaded libc v0.2.180 |
| 930 | 2026-04-16T02:40:46.743Z | Downloaded petgraph v0.8.3 |
| 931 | 2026-04-16T02:40:46.819Z | Downloaded sha3 v0.10.8 |
| 932 | 2026-04-16T02:40:46.833Z | Downloaded tokio v1.50.0 |
| 933 | 2026-04-16T02:40:46.913Z | Downloaded fakedata_generator v0.7.1 |
| 934 | 2026-04-16T02:40:46.937Z | Downloaded encoding_rs v0.8.34 |
| 935 | 2026-04-16T02:40:46.977Z | Downloaded ring v0.17.14 |
| 936 | 2026-04-16T02:40:47.001Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 937 | 2026-04-16T02:40:47.067Z | Downloaded libz-sys v1.1.16 |
| 938 | 2026-04-16T02:40:47.490Z | Downloaded aws-lc-sys v0.30.0 |
| 939 | 2026-04-16T02:40:47.795Z | Compiling proc-macro2 v1.0.106 |
| 940 | 2026-04-16T02:40:47.795Z | Compiling quote v1.0.44 |
| 941 | 2026-04-16T02:40:47.795Z | Compiling unicode-ident v1.0.24 |
| 942 | 2026-04-16T02:40:47.795Z | Compiling libc v0.2.180 |
| 943 | 2026-04-16T02:40:47.798Z | Compiling serde_core v1.0.228 |
| 944 | 2026-04-16T02:40:47.798Z | Compiling serde v1.0.228 |
| 945 | 2026-04-16T02:40:47.985Z | Compiling autocfg v1.3.0 |
| 946 | 2026-04-16T02:40:47.989Z | Checking cfg-if v1.0.0 |
| 947 | 2026-04-16T02:40:48.142Z | Compiling zmij v1.0.19 |
| 948 | 2026-04-16T02:40:48.185Z | Compiling serde_json v1.0.149 |
| 949 | 2026-04-16T02:40:48.335Z | Compiling memchr v2.7.2 |
| 950 | 2026-04-16T02:40:48.525Z | Compiling libm v0.2.8 |
| 951 | 2026-04-16T02:40:48.792Z | Compiling version_check v0.9.5 |
| 952 | 2026-04-16T02:40:48.872Z | Checking itoa v1.0.11 |
| 953 | 2026-04-16T02:40:48.891Z | Checking smallvec v1.13.2 |
| 954 | 2026-04-16T02:40:48.976Z | Compiling getrandom v0.4.2 |
| 955 | 2026-04-16T02:40:49.064Z | Checking stable_deref_trait v1.2.0 |
| 956 | 2026-04-16T02:40:49.127Z | Compiling shlex v1.3.0 |
| 957 | 2026-04-16T02:40:49.161Z | Compiling jobserver v0.1.31 |
| 958 | 2026-04-16T02:40:49.209Z | Checking getrandom v0.2.14 |
| 959 | 2026-04-16T02:40:49.229Z | Compiling lock_api v0.4.12 |
| 960 | 2026-04-16T02:40:49.246Z | Compiling syn v2.0.117 |
| 961 | 2026-04-16T02:40:49.324Z | Checking litemap v0.7.4 |
| 962 | 2026-04-16T02:40:49.345Z | Checking writeable v0.5.5 |
| 963 | 2026-04-16T02:40:49.362Z | Compiling cc v1.2.17 |
| 964 | 2026-04-16T02:40:49.460Z | Compiling parking_lot_core v0.9.10 |
| 965 | 2026-04-16T02:40:49.526Z | Compiling num-traits v0.2.19 |
| 966 | 2026-04-16T02:40:49.608Z | Checking icu_locid_transform_data v1.5.0 |
| 967 | 2026-04-16T02:40:49.684Z | Checking percent-encoding v2.3.2 |
| 968 | 2026-04-16T02:40:49.772Z | Compiling thiserror v2.0.18 |
| 969 | 2026-04-16T02:40:49.819Z | Checking icu_properties_data v1.5.0 |
| 970 | 2026-04-16T02:40:49.956Z | Checking utf16_iter v1.0.5 |
| 971 | 2026-04-16T02:40:50.071Z | Checking write16 v1.0.0 |
| 972 | 2026-04-16T02:40:50.163Z | Checking icu_normalizer_data v1.5.0 |
| 973 | 2026-04-16T02:40:50.182Z | Checking utf8_iter v1.0.4 |
| 974 | 2026-04-16T02:40:50.305Z | Checking form_urlencoded v1.2.2 |
| 975 | 2026-04-16T02:40:50.323Z | Compiling heck v0.5.0 |
| 976 | 2026-04-16T02:40:50.326Z | Compiling log v0.4.29 |
| 977 | 2026-04-16T02:40:50.419Z | Compiling rustversion v1.0.22 |
| 978 | 2026-04-16T02:40:50.438Z | Checking iana-time-zone v0.1.64 |
| 979 | 2026-04-16T02:40:50.515Z | Compiling slab v0.4.9 |
| 980 | 2026-04-16T02:40:50.551Z | Checking pin-project-lite v0.2.14 |
| 981 | 2026-04-16T02:40:50.584Z | Compiling typenum v1.17.0 |
| 982 | 2026-04-16T02:40:50.630Z | Checking semver v1.0.27 |
| 983 | 2026-04-16T02:40:50.648Z | Checking subtle v2.6.1 |
| 984 | 2026-04-16T02:40:50.666Z | Checking uuid v1.22.0 |
| 985 | 2026-04-16T02:40:50.854Z | Checking dyn-clone v1.0.17 |
| 986 | 2026-04-16T02:40:50.998Z | Compiling regex-syntax v0.8.5 |
| 987 | 2026-04-16T02:40:51.022Z | Compiling foldhash v0.2.0 |
| 988 | 2026-04-16T02:40:51.040Z | Compiling equivalent v1.0.2 |
| 989 | 2026-04-16T02:40:51.139Z | Compiling schemars v0.8.22 |
| 990 | 2026-04-16T02:40:51.193Z | Compiling allocator-api2 v0.2.21 |
| 991 | 2026-04-16T02:40:51.224Z | Checking rand_core v0.6.4 |
| 992 | 2026-04-16T02:40:51.242Z | Compiling aho-corasick v1.1.3 |
| 993 | 2026-04-16T02:40:51.245Z | Compiling portable-atomic v1.11.1 |
| 994 | 2026-04-16T02:40:51.403Z | Checking socket2 v0.6.0 |
| 995 | 2026-04-16T02:40:51.426Z | Checking scopeguard v1.2.0 |
| 996 | 2026-04-16T02:40:51.448Z | Compiling ring v0.17.14 |
| 997 | 2026-04-16T02:40:51.521Z | Compiling hashbrown v0.16.1 |
| 998 | 2026-04-16T02:40:51.744Z | Checking critical-section v1.2.0 |
| 999 | 2026-04-16T02:40:51.839Z | Checking parking_lot v0.12.2 |
| 1000 | 2026-04-16T02:40:51.857Z | Checking mio v1.0.2 |
| 1001 | 2026-04-16T02:40:52.027Z | Checking signal-hook-registry v1.4.2 |
| 1002 | 2026-04-16T02:40:52.113Z | Compiling generic-array v0.14.7 |
| 1003 | 2026-04-16T02:40:52.133Z | Compiling synstructure v0.13.1 |
| 1004 | 2026-04-16T02:40:52.180Z | Compiling serde_derive_internals v0.29.1 |
| 1005 | 2026-04-16T02:40:52.198Z | Checking once_cell v1.21.3 |
| 1006 | 2026-04-16T02:40:52.339Z | Compiling thiserror v1.0.64 |
| 1007 | 2026-04-16T02:40:52.640Z | Compiling regex-automata v0.4.14 |
| 1008 | 2026-04-16T02:40:52.841Z | Compiling bitflags v2.9.4 |
| 1009 | 2026-04-16T02:40:52.909Z | Checking futures-core v0.3.32 |
| 1010 | 2026-04-16T02:40:53.111Z | Compiling indexmap v2.13.0 |
| 1011 | 2026-04-16T02:40:53.140Z | Compiling httparse v1.10.1 |
| 1012 | 2026-04-16T02:40:53.190Z | Checking futures-sink v0.3.32 |
| 1013 | 2026-04-16T02:40:53.398Z | Compiling serde_derive v1.0.228 |
| 1014 | 2026-04-16T02:40:53.429Z | Compiling zerofrom-derive v0.1.5 |
| 1015 | 2026-04-16T02:40:53.447Z | Compiling yoke-derive v0.7.5 |
| 1016 | 2026-04-16T02:40:53.488Z | Compiling zerovec-derive v0.10.3 |
| 1017 | 2026-04-16T02:40:53.743Z | Compiling displaydoc v0.2.5 |
| 1018 | 2026-04-16T02:40:53.866Z | Compiling icu_provider_macros v1.5.0 |
| 1019 | 2026-04-16T02:40:54.417Z | Compiling schemars_derive v0.8.22 |
| 1020 | 2026-04-16T02:40:54.455Z | Compiling zeroize_derive v1.4.3 |
| 1021 | 2026-04-16T02:40:54.473Z | Compiling thiserror-impl v2.0.18 |
| 1022 | 2026-04-16T02:40:54.494Z | Compiling tokio-macros v2.6.0 |
| 1023 | 2026-04-16T02:40:54.609Z | Checking zerofrom v0.1.5 |
| 1024 | 2026-04-16T02:40:54.730Z | Checking yoke v0.7.5 |
| 1025 | 2026-04-16T02:40:54.906Z | Checking zerovec v0.10.4 |
| 1026 | 2026-04-16T02:40:55.102Z | Checking zeroize v1.8.2 |
| 1027 | 2026-04-16T02:40:55.183Z | Compiling futures-macro v0.3.32 |
| 1028 | 2026-04-16T02:40:55.201Z | Compiling regex v1.12.3 |
| 1029 | 2026-04-16T02:40:55.254Z | Compiling thiserror-impl v1.0.64 |
| 1030 | 2026-04-16T02:40:55.566Z | Checking tinystr v0.7.6 |
| 1031 | 2026-04-16T02:40:55.602Z | Checking icu_collections v1.5.0 |
| 1032 | 2026-04-16T02:40:55.756Z | Checking icu_locid v1.5.0 |
| 1033 | 2026-04-16T02:40:56.047Z | Checking crypto-common v0.1.6 |
| 1034 | 2026-04-16T02:40:56.084Z | Compiling getrandom v0.3.4 |
| 1035 | 2026-04-16T02:40:56.226Z | Checking icu_provider v1.5.0 |
| 1036 | 2026-04-16T02:40:56.367Z | Compiling strsim v0.11.1 |
| 1037 | 2026-04-16T02:40:56.391Z | Checking bytes v1.11.1 |
| 1038 | 2026-04-16T02:40:56.411Z | Checking chrono v0.4.44 |
| 1039 | 2026-04-16T02:40:56.510Z | Compiling serde_tokenstream v0.2.3 |
| 1040 | 2026-04-16T02:40:56.530Z | Checking icu_locid_transform v1.5.0 |
| 1041 | 2026-04-16T02:40:56.792Z | Checking futures-channel v0.3.32 |
| 1042 | 2026-04-16T02:40:56.830Z | Checking tokio v1.50.0 |
| 1043 | 2026-04-16T02:40:56.983Z | Compiling ident_case v1.0.1 |
| 1044 | 2026-04-16T02:40:57.002Z | Checking icu_properties v1.5.1 |
| 1045 | 2026-04-16T02:40:57.041Z | Checking const-oid v0.9.6 |
| 1046 | 2026-04-16T02:40:57.059Z | Checking futures-io v0.3.32 |
| 1047 | 2026-04-16T02:40:57.101Z | Checking futures-task v0.3.32 |
| 1048 | 2026-04-16T02:40:57.171Z | Compiling errno v0.3.14 |
| 1049 | 2026-04-16T02:40:57.219Z | Compiling either v1.15.0 |
| 1050 | 2026-04-16T02:40:57.244Z | Checking futures-util v0.3.32 |
| 1051 | 2026-04-16T02:40:57.278Z | Compiling anyhow v1.0.100 |
| 1052 | 2026-04-16T02:40:57.318Z | Compiling zerocopy-derive v0.8.27 |
| 1053 | 2026-04-16T02:40:57.425Z | Checking byteorder v1.5.0 |
| 1054 | 2026-04-16T02:40:57.713Z | Checking http v1.4.0 |
| 1055 | 2026-04-16T02:40:57.838Z | Compiling ucd-trie v0.1.6 |
| 1056 | 2026-04-16T02:40:58.065Z | Compiling pest v2.8.4 |
| 1057 | 2026-04-16T02:40:58.252Z | Checking block-buffer v0.10.4 |
| 1058 | 2026-04-16T02:40:58.279Z | Compiling tracing-attributes v0.1.27 |
| 1059 | 2026-04-16T02:40:58.372Z | Checking icu_normalizer v1.5.0 |
| 1060 | 2026-04-16T02:40:58.392Z | Checking tracing-core v0.1.32 |
| 1061 | 2026-04-16T02:40:58.518Z | Checking digest v0.10.7 |
| 1062 | 2026-04-16T02:40:58.703Z | Compiling slog v2.8.2 |
| 1063 | 2026-04-16T02:40:58.719Z | Checking untrusted v0.9.0 |
| 1064 | 2026-04-16T02:40:58.737Z | Checking idna_adapter v1.2.0 |
| 1065 | 2026-04-16T02:40:58.867Z | Checking idna v1.0.3 |
| 1066 | 2026-04-16T02:40:58.953Z | Checking rustls-pki-types v1.12.0 |
| 1067 | 2026-04-16T02:40:59.112Z | Checking url v2.5.4 |
| 1068 | 2026-04-16T02:40:59.131Z | Compiling pest_meta v2.8.4 |
| 1069 | 2026-04-16T02:40:59.233Z | Checking base64 v0.22.1 |
| 1070 | 2026-04-16T02:40:59.278Z | Compiling rustix v0.38.34 |
| 1071 | 2026-04-16T02:40:59.452Z | Checking tracing v0.1.40 |
| 1072 | 2026-04-16T02:40:59.635Z | Compiling lazy_static v1.5.0 |
| 1073 | 2026-04-16T02:40:59.711Z | Compiling pest_generator v2.8.4 |
| 1074 | 2026-04-16T02:40:59.805Z | Compiling fnv v1.0.7 |
| 1075 | 2026-04-16T02:40:59.943Z | Compiling prettyplease v0.2.37 |
| 1076 | 2026-04-16T02:41:00.139Z | Compiling regress v0.10.5 |
| 1077 | 2026-04-16T02:41:00.172Z | Checking tokio-util v0.7.16 |
| 1078 | 2026-04-16T02:41:00.295Z | Compiling minimal-lexical v0.2.1 |
| 1079 | 2026-04-16T02:41:00.328Z | Compiling glob v0.3.3 |
| 1080 | 2026-04-16T02:41:00.413Z | Compiling pest_derive v2.8.4 |
| 1081 | 2026-04-16T02:41:00.431Z | Checking ipnet v2.9.0 |
| 1082 | 2026-04-16T02:41:00.541Z | Compiling nom v7.1.3 |
| 1083 | 2026-04-16T02:41:00.649Z | Compiling clang-sys v1.8.1 |
| 1084 | 2026-04-16T02:41:00.686Z | Compiling pkg-config v0.3.30 |
| 1085 | 2026-04-16T02:41:00.686Z | Compiling zerocopy v0.8.27 |
| 1086 | 2026-04-16T02:41:00.786Z | Checking ppv-lite86 v0.2.17 |
| 1087 | 2026-04-16T02:41:00.949Z | Checking cpufeatures v0.2.12 |
| 1088 | 2026-04-16T02:41:00.987Z | Compiling camino v1.2.2 |
| 1089 | 2026-04-16T02:41:01.084Z | Checking http-body v1.0.1 |
| 1090 | 2026-04-16T02:41:01.103Z | Compiling vcpkg v0.2.15 |
| 1091 | 2026-04-16T02:41:01.169Z | Checking atomic-waker v1.1.2 |
| 1092 | 2026-04-16T02:41:01.217Z | Compiling libloading v0.8.9 |
| 1093 | 2026-04-16T02:41:01.274Z | Checking tower-service v0.3.3 |
| 1094 | 2026-04-16T02:41:01.368Z | Checking tower-layer v0.3.3 |
| 1095 | 2026-04-16T02:41:01.388Z | Compiling bindgen v0.69.5 |
| 1096 | 2026-04-16T02:41:01.519Z | Compiling home v0.5.11 |
| 1097 | 2026-04-16T02:41:01.620Z | Checking try-lock v0.2.5 |
| 1098 | 2026-04-16T02:41:01.652Z | Compiling which v4.4.2 |
| 1099 | 2026-04-16T02:41:01.712Z | Checking h2 v0.4.6 |
| 1100 | 2026-04-16T02:41:01.729Z | Checking want v0.3.1 |
| 1101 | 2026-04-16T02:41:01.857Z | Compiling cexpr v0.6.0 |
| 1102 | 2026-04-16T02:41:01.877Z | Compiling itertools v0.12.1 |
| 1103 | 2026-04-16T02:41:01.894Z | Compiling time-core v0.1.8 |
| 1104 | 2026-04-16T02:41:02.026Z | Compiling lazycell v1.3.0 |
| 1105 | 2026-04-16T02:41:02.050Z | Compiling paste v1.0.15 |
| 1106 | 2026-04-16T02:41:02.144Z | Compiling num-conv v0.2.0 |
| 1107 | 2026-04-16T02:41:02.286Z | Checking httpdate v1.0.3 |
| 1108 | 2026-04-16T02:41:02.342Z | Checking pin-utils v0.1.0 |
| 1109 | 2026-04-16T02:41:02.419Z | Compiling rustc-hash v1.1.0 |
| 1110 | 2026-04-16T02:41:02.437Z | Checking ryu v1.0.18 |
| 1111 | 2026-04-16T02:41:02.509Z | Compiling time-macros v0.2.27 |
| 1112 | 2026-04-16T02:41:02.528Z | Compiling cmake v0.1.54 |
| 1113 | 2026-04-16T02:41:02.548Z | Compiling fs_extra v1.3.0 |
| 1114 | 2026-04-16T02:41:02.576Z | Compiling dunce v1.0.5 |
| 1115 | 2026-04-16T02:41:02.728Z | Compiling scroll_derive v0.13.1 |
| 1116 | 2026-04-16T02:41:02.756Z | Checking http-body-util v0.1.3 |
| 1117 | 2026-04-16T02:41:02.800Z | Compiling async-trait v0.1.89 |
| 1118 | 2026-04-16T02:41:02.864Z | Checking encoding_rs v0.8.34 |
| 1119 | 2026-04-16T02:41:03.171Z | Checking pretty-hex v0.4.1 |
| 1120 | 2026-04-16T02:41:03.293Z | Checking mime v0.3.17 |
| 1121 | 2026-04-16T02:41:03.475Z | Checking serde_urlencoded v0.7.1 |
| 1122 | 2026-04-16T02:41:03.522Z | Checking hyper v1.8.1 |
| 1123 | 2026-04-16T02:41:03.541Z | Checking erased-serde v0.3.31 |
| 1124 | 2026-04-16T02:41:03.705Z | Compiling aws-lc-rs v1.13.3 |
| 1125 | 2026-04-16T02:41:03.747Z | Compiling openapiv3 v2.2.0 |
| 1126 | 2026-04-16T02:41:03.803Z | Checking plain v0.2.3 |
| 1127 | 2026-04-16T02:41:04.324Z | Checking untrusted v0.7.1 |
| 1128 | 2026-04-16T02:41:04.414Z | Checking hyper-util v0.1.20 |
| 1129 | 2026-04-16T02:41:04.441Z | Compiling crossbeam-utils v0.8.19 |
| 1130 | 2026-04-16T02:41:04.781Z | Compiling scroll v0.13.0 |
| 1131 | 2026-04-16T02:41:04.916Z | Compiling typify-impl v0.4.3 |
| 1132 | 2026-04-16T02:41:05.046Z | Compiling strum_macros v0.26.4 |
| 1133 | 2026-04-16T02:41:05.262Z | Compiling usdt-impl v0.6.0 |
| 1134 | 2026-04-16T02:41:05.283Z | Compiling rustls v0.23.31 |
| 1135 | 2026-04-16T02:41:05.499Z | Compiling goblin v0.10.4 |
| 1136 | 2026-04-16T02:41:05.697Z | Checking rand_core v0.9.3 |
| 1137 | 2026-04-16T02:41:05.873Z | Checking ipnetwork v0.21.1 |
| 1138 | 2026-04-16T02:41:06.064Z | Compiling unsafe-libyaml v0.2.11 |
| 1139 | 2026-04-16T02:41:06.119Z | Compiling omicron-workspace-hack v0.1.0 |
| 1140 | 2026-04-16T02:41:06.364Z | Checking rand_chacha v0.9.0 |
| 1141 | 2026-04-16T02:41:06.367Z | Compiling dtrace-parser v0.3.0 |
| 1142 | 2026-04-16T02:41:06.555Z | Checking futures-executor v0.3.32 |
| 1143 | 2026-04-16T02:41:06.699Z | Compiling serde_yaml v0.9.34+deprecated |
| 1144 | 2026-04-16T02:41:06.718Z | Compiling thread-id v5.0.0 |
| 1145 | 2026-04-16T02:41:06.757Z | Compiling rustls v0.22.4 |
| 1146 | 2026-04-16T02:41:06.810Z | Checking futures v0.3.32 |
| 1147 | 2026-04-16T02:41:06.893Z | Checking rand v0.9.2 |
| 1148 | 2026-04-16T02:41:07.000Z | Compiling openssl-sys v0.9.107 |
| 1149 | 2026-04-16T02:41:07.036Z | Checking sync_wrapper v1.0.1 |
| 1150 | 2026-04-16T02:41:07.145Z | Compiling slog-async v2.8.0 |
| 1151 | 2026-04-16T02:41:07.262Z | Compiling rustix v1.1.2 |
| 1152 | 2026-04-16T02:41:07.342Z | Checking tower v0.5.2 |
| 1153 | 2026-04-16T02:41:07.403Z | Compiling aws-lc-sys v0.30.0 |
| 1154 | 2026-04-16T02:41:07.609Z | Checking webpki-roots v0.26.3 |
| 1155 | 2026-04-16T02:41:07.735Z | Compiling daft-derive v0.1.5 |
| 1156 | 2026-04-16T02:41:07.768Z | Compiling multer v3.1.0 |
| 1157 | 2026-04-16T02:41:07.853Z | Checking iri-string v0.7.8 |
| 1158 | 2026-04-16T02:41:07.994Z | Checking winnow v0.7.13 |
| 1159 | 2026-04-16T02:41:08.307Z | Compiling typify-macro v0.4.3 |
| 1160 | 2026-04-16T02:41:08.457Z | Compiling dof v0.4.0 |
| 1161 | 2026-04-16T02:41:08.870Z | Checking tower-http v0.6.8 |
| 1162 | 2026-04-16T02:41:09.103Z | Checking rand_chacha v0.3.1 |
| 1163 | 2026-04-16T02:41:09.132Z | Checking sha1 v0.10.6 |
| 1164 | 2026-04-16T02:41:09.155Z | Compiling async-stream-impl v0.3.6 |
| 1165 | 2026-04-16T02:41:09.225Z | Compiling ref-cast v1.0.25 |
| 1166 | 2026-04-16T02:41:09.294Z | Compiling syn v1.0.109 |
| 1167 | 2026-04-16T02:41:09.297Z | Checking powerfmt v0.2.0 |
| 1168 | 2026-04-16T02:41:09.369Z | Checking rand v0.8.5 |
| 1169 | 2026-04-16T02:41:09.464Z | Checking deranged v0.5.3 |
| 1170 | 2026-04-16T02:41:09.482Z | Compiling usdt-attr-macro v0.6.0 |
| 1171 | 2026-04-16T02:41:09.536Z | Compiling usdt-macro v0.6.0 |
| 1172 | 2026-04-16T02:41:09.717Z | Compiling darling_core v0.23.0 |
| 1173 | 2026-04-16T02:41:09.759Z | Compiling ref-cast-impl v1.0.25 |
| 1174 | 2026-04-16T02:41:09.794Z | Compiling typify v0.4.3 |
| 1175 | 2026-04-16T02:41:09.862Z | Checking is-terminal v0.4.12 |
| 1176 | 2026-04-16T02:41:09.886Z | Checking match_cfg v0.1.0 |
| 1177 | 2026-04-16T02:41:09.955Z | Compiling openssl v0.10.72 |
| 1178 | 2026-04-16T02:41:10.120Z | Checking num_threads v0.1.7 |
| 1179 | 2026-04-16T02:41:10.233Z | Checking foreign-types-shared v0.1.1 |
| 1180 | 2026-04-16T02:41:10.316Z | Checking hex v0.4.3 |
| 1181 | 2026-04-16T02:41:10.319Z | Checking foreign-types v0.3.2 |
| 1182 | 2026-04-16T02:41:10.353Z | Checking hostname v0.3.1 |
| 1183 | 2026-04-16T02:41:10.429Z | Checking strum v0.26.3 |
| 1184 | 2026-04-16T02:41:10.453Z | Checking time v0.3.47 |
| 1185 | 2026-04-16T02:41:10.470Z | Compiling openssl-macros v0.1.1 |
| 1186 | 2026-04-16T02:41:10.526Z | Compiling native-tls v0.2.11 |
| 1187 | 2026-04-16T02:41:10.545Z | Checking fastrand v2.3.0 |
| 1188 | 2026-04-16T02:41:10.730Z | Checking tempfile v3.23.0 |
| 1189 | 2026-04-16T02:41:10.793Z | Checking oxnet v0.1.4 |
| 1190 | 2026-04-16T02:41:10.897Z | Checking crossbeam-channel v0.5.15 |
| 1191 | 2026-04-16T02:41:11.072Z | Compiling structmeta-derive v0.3.0 |
| 1192 | 2026-04-16T02:41:11.225Z | Checking openssl-probe v0.1.5 |
| 1193 | 2026-04-16T02:41:11.338Z | Checking thread_local v1.1.8 |
| 1194 | 2026-04-16T02:41:11.662Z | Compiling progenitor-impl v0.11.1 |
| 1195 | 2026-04-16T02:41:11.856Z | Compiling darling_macro v0.23.0 |
| 1196 | 2026-04-16T02:41:11.953Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1197 | 2026-04-16T02:41:12.101Z | Compiling structmeta v0.3.0 |
| 1198 | 2026-04-16T02:41:12.318Z | Checking rustls-webpki v0.102.4 |
| 1199 | 2026-04-16T02:41:12.432Z | Compiling darling v0.23.0 |
| 1200 | 2026-04-16T02:41:12.520Z | Compiling serde_with_macros v3.18.0 |
| 1201 | 2026-04-16T02:41:12.539Z | Checking macaddr v1.0.1 |
| 1202 | 2026-04-16T02:41:12.668Z | Checking serde_spanned v1.0.4 |
| 1203 | 2026-04-16T02:41:12.802Z | Checking term v1.2.0 |
| 1204 | 2026-04-16T02:41:12.819Z | Checking debug-ignore v1.0.5 |
| 1205 | 2026-04-16T02:41:12.924Z | Checking take_mut v0.2.2 |
| 1206 | 2026-04-16T02:41:13.025Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1207 | 2026-04-16T02:41:13.182Z | Checking tokio-native-tls v0.3.1 |
| 1208 | 2026-04-16T02:41:13.203Z | Checking slog-term v2.9.2 |
| 1209 | 2026-04-16T02:41:13.343Z | Checking hyper-tls v0.6.0 |
| 1210 | 2026-04-16T02:41:13.520Z | Checking slog-json v2.6.1 |
| 1211 | 2026-04-16T02:41:13.607Z | Checking webpki-roots v1.0.3 |
| 1212 | 2026-04-16T02:41:13.691Z | Checking memmap2 v0.9.9 |
| 1213 | 2026-04-16T02:41:13.727Z | Compiling progenitor-macro v0.11.1 |
| 1214 | 2026-04-16T02:41:13.727Z | Checking spin v0.9.8 |
| 1215 | 2026-04-16T02:41:13.847Z | Checking slog-bunyan v2.5.0 |
| 1216 | 2026-04-16T02:41:13.909Z | Checking async-stream v0.3.6 |
| 1217 | 2026-04-16T02:41:14.112Z | Checking waitgroup v0.1.2 |
| 1218 | 2026-04-16T02:41:14.154Z | Checking newtype-uuid v1.3.2 |
| 1219 | 2026-04-16T02:41:14.200Z | Checking rustls-pemfile v2.2.0 |
| 1220 | 2026-04-16T02:41:14.218Z | Compiling newtype-uuid-macros v0.1.0 |
| 1221 | 2026-04-16T02:41:14.328Z | Checking usdt v0.6.0 |
| 1222 | 2026-04-16T02:41:14.346Z | Compiling toml_datetime v0.6.11 |
| 1223 | 2026-04-16T02:41:14.349Z | Compiling strum_macros v0.27.2 |
| 1224 | 2026-04-16T02:41:14.488Z | Checking serde_path_to_error v0.1.20 |
| 1225 | 2026-04-16T02:41:14.587Z | Compiling dropshot v0.16.7 |
| 1226 | 2026-04-16T02:41:14.654Z | Checking tokio-rustls v0.25.0 |
| 1227 | 2026-04-16T02:41:14.755Z | Checking hostname v0.4.2 |
| 1228 | 2026-04-16T02:41:14.852Z | Compiling derive-ex v0.1.8 |
| 1229 | 2026-04-16T02:41:14.871Z | Compiling dropshot_endpoint v0.16.7 |
| 1230 | 2026-04-16T02:41:14.968Z | Checking quick-error v1.2.3 |
| 1231 | 2026-04-16T02:41:14.987Z | Checking daft v0.1.5 |
| 1232 | 2026-04-16T02:41:15.076Z | Compiling parse-display-derive v0.10.0 |
| 1233 | 2026-04-16T02:41:15.206Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1234 | 2026-04-16T02:41:15.224Z | Checking serde_with v3.18.0 |
| 1235 | 2026-04-16T02:41:15.758Z | Compiling crucible-workspace-hack v0.1.0 |
| 1236 | 2026-04-16T02:41:16.331Z | Compiling clap_derive v4.5.4 |
| 1237 | 2026-04-16T02:41:16.396Z | Compiling test-strategy v0.4.3 |
| 1238 | 2026-04-16T02:41:16.500Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1239 | 2026-04-16T02:41:16.603Z | Checking wait-timeout v0.2.0 |
| 1240 | 2026-04-16T02:41:16.729Z | Checking utf8parse v0.2.1 |
| 1241 | 2026-04-16T02:41:16.732Z | Checking bit-vec v0.6.3 |
| 1242 | 2026-04-16T02:41:16.853Z | Checking anstyle-parse v0.2.4 |
| 1243 | 2026-04-16T02:41:16.914Z | Checking bit-set v0.5.3 |
| 1244 | 2026-04-16T02:41:16.985Z | Checking rusty-fork v0.3.0 |
| 1245 | 2026-04-16T02:41:17.012Z | Checking toml v0.9.12+spec-1.1.0 |
| 1246 | 2026-04-16T02:41:17.031Z | Checking strum v0.27.2 |
| 1247 | 2026-04-16T02:41:17.137Z | Checking rand_xorshift v0.3.0 |
| 1248 | 2026-04-16T02:41:17.155Z | Checking anstyle-query v1.0.3 |
| 1249 | 2026-04-16T02:41:17.173Z | Checking is_terminal_polyfill v1.70.0 |
| 1250 | 2026-04-16T02:41:17.251Z | Checking colorchoice v1.0.1 |
| 1251 | 2026-04-16T02:41:17.269Z | Checking unarray v0.1.4 |
| 1252 | 2026-04-16T02:41:17.354Z | Checking anstyle v1.0.7 |
| 1253 | 2026-04-16T02:41:17.382Z | Checking proptest v1.5.0 |
| 1254 | 2026-04-16T02:41:17.536Z | Checking anstream v0.6.14 |
| 1255 | 2026-04-16T02:41:17.734Z | Checking terminal_size v0.3.0 |
| 1256 | 2026-04-16T02:41:17.752Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1257 | 2026-04-16T02:41:17.856Z | Checking instant v0.1.12 |
| 1258 | 2026-04-16T02:41:17.886Z | Checking clap_lex v0.7.0 |
| 1259 | 2026-04-16T02:41:17.944Z | Checking unicode-width v0.1.14 |
| 1260 | 2026-04-16T02:41:18.027Z | Compiling winnow v0.5.40 |
| 1261 | 2026-04-16T02:41:18.045Z | Checking rustc-hash v2.1.1 |
| 1262 | 2026-04-16T02:41:18.123Z | Compiling heck v0.4.1 |
| 1263 | 2026-04-16T02:41:18.163Z | Checking iddqd v0.3.17 |
| 1264 | 2026-04-16T02:41:18.193Z | Checking clap_builder v4.5.2 |
| 1265 | 2026-04-16T02:41:18.250Z | Checking backoff v0.4.0 |
| 1266 | 2026-04-16T02:41:18.321Z | Checking parse-display v0.10.0 |
| 1267 | 2026-04-16T02:41:18.419Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1268 | 2026-04-16T02:41:18.464Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1269 | 2026-04-16T02:41:18.732Z | Compiling darling_core v0.21.3 |
| 1270 | 2026-04-16T02:41:18.971Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1271 | 2026-04-16T02:41:19.258Z | Compiling toml_edit v0.19.15 |
| 1272 | 2026-04-16T02:41:19.400Z | Checking clap v4.5.4 |
| 1273 | 2026-04-16T02:41:19.487Z | Checking base64ct v1.6.0 |
| 1274 | 2026-04-16T02:41:19.611Z | Compiling itertools v0.14.0 |
| 1275 | 2026-04-16T02:41:19.733Z | Compiling derive-where v1.6.0 |
| 1276 | 2026-04-16T02:41:20.226Z | Compiling heapless v0.8.0 |
| 1277 | 2026-04-16T02:41:20.420Z | Compiling proc-macro-crate v1.3.1 |
| 1278 | 2026-04-16T02:41:20.796Z | Compiling darling_macro v0.21.3 |
| 1279 | 2026-04-16T02:41:20.994Z | Checking crossbeam-epoch v0.9.18 |
| 1280 | 2026-04-16T02:41:21.129Z | Checking hash32 v0.3.1 |
| 1281 | 2026-04-16T02:41:21.275Z | Checking bitflags v1.3.2 |
| 1282 | 2026-04-16T02:41:21.331Z | Compiling smoltcp v0.11.0 |
| 1283 | 2026-04-16T02:41:21.385Z | Compiling darling v0.21.3 |
| 1284 | 2026-04-16T02:41:21.472Z | Compiling ingot-macros v0.1.1 |
| 1285 | 2026-04-16T02:41:21.694Z | Checking cobs v0.2.3 |
| 1286 | 2026-04-16T02:41:21.744Z | Checking managed v0.8.0 |
| 1287 | 2026-04-16T02:41:21.828Z | Checking postcard v1.0.9 |
| 1288 | 2026-04-16T02:41:21.926Z | Checking tabwriter v1.4.0 |
| 1289 | 2026-04-16T02:41:22.299Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1290 | 2026-04-16T02:41:22.749Z | Compiling proc-macro-error-attr v1.0.4 |
| 1291 | 2026-04-16T02:41:22.976Z | Compiling rayon-core v1.13.0 |
| 1292 | 2026-04-16T02:41:23.193Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1293 | 2026-04-16T02:41:23.358Z | Compiling num_enum_derive v0.7.4 |
| 1294 | 2026-04-16T02:41:23.464Z | Checking crossbeam-deque v0.8.5 |
| 1295 | 2026-04-16T02:41:23.732Z | Compiling zerocopy-derive v0.7.34 |
| 1296 | 2026-04-16T02:41:23.812Z | Compiling proc-macro-error v1.0.4 |
| 1297 | 2026-04-16T02:41:24.043Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1298 | 2026-04-16T02:41:24.090Z | Checking ingot-types v0.1.2 |
| 1299 | 2026-04-16T02:41:24.369Z | Checking num_enum v0.7.4 |
| 1300 | 2026-04-16T02:41:24.431Z | Checking ingot v0.1.1 |
| 1301 | 2026-04-16T02:41:24.744Z | Compiling foreign-types-macros v0.2.3 |
| 1302 | 2026-04-16T02:41:24.887Z | Checking foreign-types-shared v0.3.1 |
| 1303 | 2026-04-16T02:41:24.939Z | Checking colored v3.0.0 |
| 1304 | 2026-04-16T02:41:25.167Z | Checking rayon v1.11.0 |
| 1305 | 2026-04-16T02:41:25.359Z | Checking foreign-types v0.5.0 |
| 1306 | 2026-04-16T02:41:25.440Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1307 | 2026-04-16T02:41:25.530Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1308 | 2026-04-16T02:41:25.724Z | Checking cstr-argument v0.1.2 |
| 1309 | 2026-04-16T02:41:25.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1310 | 2026-04-16T02:41:25.995Z | Checking data-encoding v2.6.0 |
| 1311 | 2026-04-16T02:41:26.044Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1312 | 2026-04-16T02:41:26.187Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1313 | 2026-04-16T02:41:26.267Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1314 | 2026-04-16T02:41:26.271Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1315 | 2026-04-16T02:41:26.554Z | Compiling zerocopy v0.7.34 |
| 1316 | 2026-04-16T02:41:26.598Z | Compiling rustls-webpki v0.103.4 |
| 1317 | 2026-04-16T02:41:26.617Z | Checking pem-rfc7468 v0.7.0 |
| 1318 | 2026-04-16T02:41:27.191Z | Checking serde_spanned v0.6.9 |
| 1319 | 2026-04-16T02:41:27.313Z | Compiling scroll_derive v0.12.0 |
| 1320 | 2026-04-16T02:41:27.332Z | Compiling der_derive v0.7.3 |
| 1321 | 2026-04-16T02:41:27.353Z | Compiling num-derive v0.4.2 |
| 1322 | 2026-04-16T02:41:27.576Z | Compiling usdt-impl v0.5.0 |
| 1323 | 2026-04-16T02:41:27.654Z | Checking sigpipe v0.1.3 |
| 1324 | 2026-04-16T02:41:27.692Z | Compiling cfg_aliases v0.2.1 |
| 1325 | 2026-04-16T02:41:27.775Z | Checking jiff v0.2.15 |
| 1326 | 2026-04-16T02:41:27.831Z | Checking flagset v0.4.7 |
| 1327 | 2026-04-16T02:41:27.977Z | Checking scroll v0.12.0 |
| 1328 | 2026-04-16T02:41:28.137Z | Compiling dof v0.3.0 |
| 1329 | 2026-04-16T02:41:28.279Z | Checking der v0.7.10 |
| 1330 | 2026-04-16T02:41:28.435Z | Compiling zone_cfg_derive v0.3.0 |
| 1331 | 2026-04-16T02:41:28.492Z | Compiling dtrace-parser v0.2.0 |
| 1332 | 2026-04-16T02:41:29.091Z | Checking camino-tempfile v1.4.1 |
| 1333 | 2026-04-16T02:41:29.127Z | Compiling rustc_version v0.4.1 |
| 1334 | 2026-04-16T02:41:29.401Z | Compiling thread-id v4.2.1 |
| 1335 | 2026-04-16T02:41:29.775Z | Checking goblin v0.8.2 |
| 1336 | 2026-04-16T02:41:29.814Z | Checking zone v0.3.1 |
| 1337 | 2026-04-16T02:41:30.430Z | Checking smf v0.2.3 |
| 1338 | 2026-04-16T02:41:30.673Z | Checking whoami v1.5.1 |
| 1339 | 2026-04-16T02:41:30.844Z | Compiling tokio-rustls v0.26.0 |
| 1340 | 2026-04-16T02:41:31.095Z | Compiling hyper-rustls v0.27.3 |
| 1341 | 2026-04-16T02:41:31.305Z | Checking spki v0.7.3 |
| 1342 | 2026-04-16T02:41:31.496Z | Checking secrecy v0.10.3 |
| 1343 | 2026-04-16T02:41:31.513Z | Checking num-integer v0.1.46 |
| 1344 | 2026-04-16T02:41:31.704Z | Compiling convert_case v0.4.0 |
| 1345 | 2026-04-16T02:41:32.024Z | Compiling derive_more v0.99.20 |
| 1346 | 2026-04-16T02:41:32.185Z | Compiling usdt-macro v0.5.0 |
| 1347 | 2026-04-16T02:41:32.350Z | Compiling reqwest v0.12.23 |
| 1348 | 2026-04-16T02:41:32.379Z | Compiling usdt-attr-macro v0.5.0 |
| 1349 | 2026-04-16T02:41:32.505Z | Compiling num_enum_derive v0.5.11 |
| 1350 | 2026-04-16T02:41:32.848Z | Checking memmap v0.7.0 |
| 1351 | 2026-04-16T02:41:32.917Z | Checking tinyvec_macros v0.1.1 |
| 1352 | 2026-04-16T02:41:32.985Z | Checking tinyvec v1.6.0 |
| 1353 | 2026-04-16T02:41:33.085Z | Checking usdt v0.5.0 |
| 1354 | 2026-04-16T02:41:33.477Z | Checking num_enum v0.5.11 |
| 1355 | 2026-04-16T02:41:33.539Z | Checking num-bigint v0.4.5 |
| 1356 | 2026-04-16T02:41:33.557Z | Checking pkcs8 v0.10.2 |
| 1357 | 2026-04-16T02:41:33.714Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1358 | 2026-04-16T02:41:33.768Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1359 | 2026-04-16T02:41:34.148Z | Checking toml_write v0.1.2 |
| 1360 | 2026-04-16T02:41:34.314Z | Checking toml_edit v0.22.27 |
| 1361 | 2026-04-16T02:41:34.334Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1362 | 2026-04-16T02:41:34.385Z | Checking num-rational v0.4.2 |
| 1363 | 2026-04-16T02:41:34.595Z | Compiling progenitor-client v0.11.1 |
| 1364 | 2026-04-16T02:41:34.814Z | Checking num-iter v0.1.45 |
| 1365 | 2026-04-16T02:41:35.118Z | Checking password-hash v0.5.0 |
| 1366 | 2026-04-16T02:41:35.136Z | Compiling darling_core v0.20.11 |
| 1367 | 2026-04-16T02:41:35.139Z | Checking blake2 v0.10.6 |
| 1368 | 2026-04-16T02:41:35.216Z | Checking hmac v0.12.1 |
| 1369 | 2026-04-16T02:41:35.234Z | Checking num-complex v0.4.6 |
| 1370 | 2026-04-16T02:41:35.393Z | Checking inout v0.1.3 |
| 1371 | 2026-04-16T02:41:35.397Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1372 | 2026-04-16T02:41:35.670Z | Compiling memoffset v0.9.1 |
| 1373 | 2026-04-16T02:41:36.129Z | Checking indent_write v2.2.0 |
| 1374 | 2026-04-16T02:41:37.087Z | Compiling darling_macro v0.20.11 |
| 1375 | 2026-04-16T02:41:37.181Z | Checking num v0.4.3 |
| 1376 | 2026-04-16T02:41:37.264Z | Checking cipher v0.4.4 |
| 1377 | 2026-04-16T02:41:37.282Z | Checking argon2 v0.5.3 |
| 1378 | 2026-04-16T02:41:37.382Z | Checking toml v0.8.23 |
| 1379 | 2026-04-16T02:41:37.488Z | Compiling progenitor v0.11.1 |
| 1380 | 2026-04-16T02:41:37.572Z | Compiling nix v0.30.1 |
| 1381 | 2026-04-16T02:41:37.696Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1382 | 2026-04-16T02:41:37.803Z | Checking ff v0.13.1 |
| 1383 | 2026-04-16T02:41:37.806Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1384 | 2026-04-16T02:41:37.943Z | Checking bstr v1.9.1 |
| 1385 | 2026-04-16T02:41:38.014Z | Checking base16ct v0.2.0 |
| 1386 | 2026-04-16T02:41:38.076Z | Compiling crc32fast v1.4.0 |
| 1387 | 2026-04-16T02:41:38.269Z | Checking base64 v0.21.7 |
| 1388 | 2026-04-16T02:41:38.341Z | Checking sec1 v0.7.3 |
| 1389 | 2026-04-16T02:41:38.534Z | Checking group v0.13.0 |
| 1390 | 2026-04-16T02:41:38.552Z | Compiling darling v0.20.11 |
| 1391 | 2026-04-16T02:41:38.641Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1392 | 2026-04-16T02:41:38.670Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1393 | 2026-04-16T02:41:39.284Z | Checking hkdf v0.12.4 |
| 1394 | 2026-04-16T02:41:39.379Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1395 | 2026-04-16T02:41:39.420Z | Compiling progenitor-client v0.10.0 |
| 1396 | 2026-04-16T02:41:39.689Z | Compiling enum-as-inner v0.6.0 |
| 1397 | 2026-04-16T02:41:39.889Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1398 | 2026-04-16T02:41:39.978Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1399 | 2026-04-16T02:41:39.978Z | Compiling hubpack_derive v0.1.1 |
| 1400 | 2026-04-16T02:41:40.238Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1401 | 2026-04-16T02:41:40.415Z | Compiling progenitor-impl v0.10.0 |
| 1402 | 2026-04-16T02:41:40.434Z | Compiling libz-sys v1.1.16 |
| 1403 | 2026-04-16T02:41:40.480Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1404 | 2026-04-16T02:41:40.813Z | Checking universal-hash v0.5.1 |
| 1405 | 2026-04-16T02:41:40.956Z | Checking crypto-bigint v0.5.5 |
| 1406 | 2026-04-16T02:41:41.003Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1407 | 2026-04-16T02:41:41.149Z | Checking is_ci v1.2.0 |
| 1408 | 2026-04-16T02:41:41.265Z | Compiling semver v0.1.20 |
| 1409 | 2026-04-16T02:41:41.464Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1410 | 2026-04-16T02:41:41.483Z | Checking adler v1.0.2 |
| 1411 | 2026-04-16T02:41:41.588Z | Checking opaque-debug v0.3.1 |
| 1412 | 2026-04-16T02:41:41.606Z | Checking miniz_oxide v0.7.2 |
| 1413 | 2026-04-16T02:41:41.609Z | Compiling rustc_version v0.1.7 |
| 1414 | 2026-04-16T02:41:41.732Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1415 | 2026-04-16T02:41:41.967Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1416 | 2026-04-16T02:41:41.999Z | Checking elliptic-curve v0.13.8 |
| 1417 | 2026-04-16T02:41:42.017Z | Checking hubpack v0.1.2 |
| 1418 | 2026-04-16T02:41:42.190Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1419 | 2026-04-16T02:41:42.302Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1420 | 2026-04-16T02:41:42.521Z | Compiling derive_builder_core v0.20.2 |
| 1421 | 2026-04-16T02:41:42.524Z | Compiling progenitor-macro v0.10.0 |
| 1422 | 2026-04-16T02:41:42.865Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1423 | 2026-04-16T02:41:43.025Z | Compiling curve25519-dalek v4.1.3 |
| 1424 | 2026-04-16T02:41:43.286Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1425 | 2026-04-16T02:41:43.356Z | Checking half v2.7.1 |
| 1426 | 2026-04-16T02:41:43.505Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1427 | 2026-04-16T02:41:43.844Z | Checking float-ord v0.3.2 |
| 1428 | 2026-04-16T02:41:43.955Z | Compiling owo-colors v4.2.3 |
| 1429 | 2026-04-16T02:41:43.975Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1430 | 2026-04-16T02:41:44.009Z | Checking ciborium-io v0.2.2 |
| 1431 | 2026-04-16T02:41:44.166Z | Checking static_assertions v1.1.0 |
| 1432 | 2026-04-16T02:41:44.183Z | Checking utf-8 v0.7.6 |
| 1433 | 2026-04-16T02:41:44.223Z | Checking ciborium-ll v0.2.2 |
| 1434 | 2026-04-16T02:41:44.318Z | Checking tungstenite v0.21.0 |
| 1435 | 2026-04-16T02:41:44.400Z | Compiling derive_builder_macro v0.20.2 |
| 1436 | 2026-04-16T02:41:44.536Z | Checking flate2 v1.0.30 |
| 1437 | 2026-04-16T02:41:44.726Z | Compiling newtype_derive v0.1.6 |
| 1438 | 2026-04-16T02:41:44.828Z | Checking supports-color v3.0.2 |
| 1439 | 2026-04-16T02:41:44.945Z | Checking supports-color v2.1.0 |
| 1440 | 2026-04-16T02:41:44.963Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1441 | 2026-04-16T02:41:44.967Z | Checking resolv-conf v0.7.0 |
| 1442 | 2026-04-16T02:41:45.054Z | Checking atomicwrites v0.4.4 |
| 1443 | 2026-04-16T02:41:45.077Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1444 | 2026-04-16T02:41:45.162Z | Checking aead v0.5.2 |
| 1445 | 2026-04-16T02:41:45.192Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1446 | 2026-04-16T02:41:45.269Z | Compiling vergen-lib v9.1.0 |
| 1447 | 2026-04-16T02:41:45.295Z | Compiling slog-dtrace v0.3.0 |
| 1448 | 2026-04-16T02:41:45.497Z | Checking compression-core v0.4.31 |
| 1449 | 2026-04-16T02:41:45.515Z | Checking linked-hash-map v0.5.6 |
| 1450 | 2026-04-16T02:41:45.533Z | Checking swrite v0.1.0 |
| 1451 | 2026-04-16T02:41:45.627Z | Checking openssl-probe v0.2.1 |
| 1452 | 2026-04-16T02:41:45.630Z | Checking compression-codecs v0.4.32 |
| 1453 | 2026-04-16T02:41:45.686Z | Checking lru-cache v0.1.2 |
| 1454 | 2026-04-16T02:41:45.745Z | Checking rustls-native-certs v0.8.3 |
| 1455 | 2026-04-16T02:41:46.014Z | Compiling derive_builder v0.20.2 |
| 1456 | 2026-04-16T02:41:46.156Z | Checking tokio-tungstenite v0.21.0 |
| 1457 | 2026-04-16T02:41:46.423Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1458 | 2026-04-16T02:41:46.555Z | Checking ciborium v0.2.2 |
| 1459 | 2026-04-16T02:41:46.612Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1460 | 2026-04-16T02:41:46.637Z | Checking progenitor v0.10.0 |
| 1461 | 2026-04-16T02:41:46.685Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1462 | 2026-04-16T02:41:46.772Z | Checking hickory-proto v0.24.4 |
| 1463 | 2026-04-16T02:41:46.973Z | Checking similar v2.7.0 |
| 1464 | 2026-04-16T02:41:47.171Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1465 | 2026-04-16T02:41:47.325Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1466 | 2026-04-16T02:41:48.011Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1467 | 2026-04-16T02:41:48.191Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1468 | 2026-04-16T02:41:48.221Z | Compiling serde_repr v0.1.19 |
| 1469 | 2026-04-16T02:41:48.265Z | Compiling vergen v9.1.0 |
| 1470 | 2026-04-16T02:41:48.284Z | Compiling cargo-platform v0.3.2 |
| 1471 | 2026-04-16T02:41:48.492Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1472 | 2026-04-16T02:41:48.535Z | Compiling dropshot v0.17.0 |
| 1473 | 2026-04-16T02:41:48.699Z | Checking keccak v0.1.6 |
| 1474 | 2026-04-16T02:41:48.772Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1475 | 2026-04-16T02:41:48.794Z | Checking siphasher v1.0.1 |
| 1476 | 2026-04-16T02:41:48.860Z | Checking sha3 v0.10.8 |
| 1477 | 2026-04-16T02:41:48.970Z | Checking phf_shared v0.12.1 |
| 1478 | 2026-04-16T02:41:49.012Z | Checking toml v1.0.6+spec-1.1.0 |
| 1479 | 2026-04-16T02:41:49.055Z | Compiling cargo_metadata v0.23.1 |
| 1480 | 2026-04-16T02:41:49.078Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1481 | 2026-04-16T02:41:49.115Z | Checking hickory-resolver v0.24.4 |
| 1482 | 2026-04-16T02:41:49.343Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1483 | 2026-04-16T02:41:49.577Z | Checking thiserror-no-std v2.0.2 |
| 1484 | 2026-04-16T02:41:49.671Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1485 | 2026-04-16T02:41:49.755Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1486 | 2026-04-16T02:41:50.046Z | Checking rustls-platform-verifier v0.6.2 |
| 1487 | 2026-04-16T02:41:50.190Z | Checking async-compression v0.4.33 |
| 1488 | 2026-04-16T02:41:50.242Z | Checking poly1305 v0.8.0 |
| 1489 | 2026-04-16T02:41:50.354Z | Checking chacha20 v0.9.1 |
| 1490 | 2026-04-16T02:41:50.437Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1491 | 2026-04-16T02:41:50.474Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1492 | 2026-04-16T02:41:50.543Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1493 | 2026-04-16T02:41:50.629Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1494 | 2026-04-16T02:41:50.678Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1495 | 2026-04-16T02:41:50.763Z | Checking terminal_size v0.4.3 |
| 1496 | 2026-04-16T02:41:50.783Z | Checking tokio-stream v0.1.17 |
| 1497 | 2026-04-16T02:41:50.919Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1498 | 2026-04-16T02:41:50.944Z | Compiling dropshot_endpoint v0.17.0 |
| 1499 | 2026-04-16T02:41:51.164Z | Checking serde-big-array v0.5.1 |
| 1500 | 2026-04-16T02:41:51.192Z | Compiling pin-project-internal v1.1.10 |
| 1501 | 2026-04-16T02:41:51.271Z | Compiling vergen-git2 v9.1.0 |
| 1502 | 2026-04-16T02:41:51.306Z | Compiling unicode-xid v0.2.4 |
| 1503 | 2026-04-16T02:41:51.432Z | Checking smawk v0.3.2 |
| 1504 | 2026-04-16T02:41:51.495Z | Checking unicode-width v0.2.1 |
| 1505 | 2026-04-16T02:41:51.567Z | Checking unicode-linebreak v0.1.5 |
| 1506 | 2026-04-16T02:41:51.756Z | Checking unicode-segmentation v1.11.0 |
| 1507 | 2026-04-16T02:41:51.789Z | Checking foldhash v0.1.5 |
| 1508 | 2026-04-16T02:41:51.934Z | Compiling chrono-tz v0.10.4 |
| 1509 | 2026-04-16T02:41:52.067Z | Compiling cancel-safe-futures v0.1.5 |
| 1510 | 2026-04-16T02:41:52.178Z | Checking newline-converter v0.3.0 |
| 1511 | 2026-04-16T02:41:52.260Z | Checking pin-project v1.1.10 |
| 1512 | 2026-04-16T02:41:52.296Z | Checking hashbrown v0.15.2 |
| 1513 | 2026-04-16T02:41:52.340Z | Checking textwrap v0.16.2 |
| 1514 | 2026-04-16T02:41:52.389Z | Compiling const_format_proc_macros v0.2.34 |
| 1515 | 2026-04-16T02:41:52.472Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1516 | 2026-04-16T02:41:52.575Z | Checking qorb v0.4.1 |
| 1517 | 2026-04-16T02:41:52.727Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1518 | 2026-04-16T02:41:53.050Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1519 | 2026-04-16T02:41:53.259Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1520 | 2026-04-16T02:41:53.298Z | Checking chacha20poly1305 v0.10.1 |
| 1521 | 2026-04-16T02:41:53.427Z | Checking reqwest v0.13.2 |
| 1522 | 2026-04-16T02:41:53.729Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1523 | 2026-04-16T02:41:53.861Z | Checking vsss-rs v3.3.4 |
| 1524 | 2026-04-16T02:41:53.953Z | Checking phf v0.12.1 |
| 1525 | 2026-04-16T02:41:54.102Z | Checking globset v0.4.14 |
| 1526 | 2026-04-16T02:41:54.208Z | Checking unicode-normalization v0.1.24 |
| 1527 | 2026-04-16T02:41:54.345Z | Checking tokio-dtrace v0.1.1 |
| 1528 | 2026-04-16T02:41:54.369Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1529 | 2026-04-16T02:41:54.546Z | Compiling snafu-derive v0.8.9 |
| 1530 | 2026-04-16T02:41:54.551Z | Checking console v0.15.8 |
| 1531 | 2026-04-16T02:41:54.609Z | Compiling typify-impl v0.6.1 |
| 1532 | 2026-04-16T02:41:54.628Z | Checking sha2 v0.10.9 |
| 1533 | 2026-04-16T02:41:54.706Z | Checking libsw-core v0.3.2 |
| 1534 | 2026-04-16T02:41:54.789Z | Checking signature v2.2.0 |
| 1535 | 2026-04-16T02:41:54.849Z | Compiling async-recursion v1.1.1 |
| 1536 | 2026-04-16T02:41:54.853Z | Compiling cookie v0.18.1 |
| 1537 | 2026-04-16T02:41:54.884Z | Checking csv-core v0.1.12 |
| 1538 | 2026-04-16T02:41:54.917Z | Checking fixedbitset v0.5.7 |
| 1539 | 2026-04-16T02:41:54.935Z | Checking fixedbitset v0.4.2 |
| 1540 | 2026-04-16T02:41:55.057Z | Checking same-file v1.0.6 |
| 1541 | 2026-04-16T02:41:55.076Z | Compiling moka v0.12.10 |
| 1542 | 2026-04-16T02:41:55.093Z | Checking bytecount v0.6.9 |
| 1543 | 2026-04-16T02:41:55.110Z | Checking highway v1.3.0 |
| 1544 | 2026-04-16T02:41:55.177Z | Compiling rustls v0.21.12 |
| 1545 | 2026-04-16T02:41:55.316Z | Checking papergrid v0.11.0 |
| 1546 | 2026-04-16T02:41:55.336Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1547 | 2026-04-16T02:41:55.432Z | Checking walkdir v2.5.0 |
| 1548 | 2026-04-16T02:41:55.518Z | Checking petgraph v0.8.3 |
| 1549 | 2026-04-16T02:41:55.595Z | Checking petgraph v0.6.5 |
| 1550 | 2026-04-16T02:41:55.991Z | Checking csv v1.3.1 |
| 1551 | 2026-04-16T02:41:56.075Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1552 | 2026-04-16T02:41:56.213Z | Checking snafu v0.8.9 |
| 1553 | 2026-04-16T02:41:56.382Z | Checking libsw v3.5.0 |
| 1554 | 2026-04-16T02:41:56.455Z | Checking expectorate v1.2.0 |
| 1555 | 2026-04-16T02:41:56.518Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1556 | 2026-04-16T02:41:56.537Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1557 | 2026-04-16T02:41:56.585Z | Checking olpc-cjson v0.1.4 |
| 1558 | 2026-04-16T02:41:56.730Z | Checking oxide-tokio-rt v0.1.2 |
| 1559 | 2026-04-16T02:41:56.881Z | Checking const_format v0.2.35 |
| 1560 | 2026-04-16T02:41:56.976Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1561 | 2026-04-16T02:41:57.131Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1562 | 2026-04-16T02:41:57.191Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1563 | 2026-04-16T02:41:57.245Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1564 | 2026-04-16T02:41:57.328Z | Compiling nix v0.31.1 |
| 1565 | 2026-04-16T02:41:57.387Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1566 | 2026-04-16T02:41:57.605Z | Compiling tabled_derive v0.7.0 |
| 1567 | 2026-04-16T02:41:57.707Z | Checking gethostname v0.5.0 |
| 1568 | 2026-04-16T02:41:57.725Z | Checking rustls-webpki v0.101.7 |
| 1569 | 2026-04-16T02:41:57.728Z | Checking sct v0.7.1 |
| 1570 | 2026-04-16T02:41:57.803Z | Checking pem v3.0.5 |
| 1571 | 2026-04-16T02:41:57.845Z | Checking bcs v0.1.6 |
| 1572 | 2026-04-16T02:41:57.876Z | Checking serde_plain v1.0.2 |
| 1573 | 2026-04-16T02:41:57.965Z | Checking tagptr v0.2.0 |
| 1574 | 2026-04-16T02:41:58.026Z | Compiling radium v0.7.0 |
| 1575 | 2026-04-16T02:41:58.029Z | Compiling typify-macro v0.6.1 |
| 1576 | 2026-04-16T02:41:58.063Z | Compiling salty v0.3.0 |
| 1577 | 2026-04-16T02:41:58.081Z | Checking linear-map v1.2.0 |
| 1578 | 2026-04-16T02:41:58.103Z | Checking termtree v0.5.1 |
| 1579 | 2026-04-16T02:41:58.240Z | Checking typed-path v0.9.3 |
| 1580 | 2026-04-16T02:41:58.258Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1581 | 2026-04-16T02:41:58.522Z | Checking tabled v0.15.0 |
| 1582 | 2026-04-16T02:41:58.967Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1583 | 2026-04-16T02:41:58.986Z | Checking tough v0.20.0 |
| 1584 | 2026-04-16T02:41:59.514Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1585 | 2026-04-16T02:41:59.537Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1586 | 2026-04-16T02:41:59.609Z | Checking steno v0.4.1 |
| 1587 | 2026-04-16T02:41:59.637Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1588 | 2026-04-16T02:42:00.577Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1589 | 2026-04-16T02:42:00.761Z | Checking hickory-proto v0.25.2 |
| 1590 | 2026-04-16T02:42:00.923Z | Checking rfc6979 v0.4.0 |
| 1591 | 2026-04-16T02:42:00.951Z | Checking tap v1.0.1 |
| 1592 | 2026-04-16T02:42:00.969Z | Checking humantime v2.3.0 |
| 1593 | 2026-04-16T02:42:01.061Z | Checking wyz v0.5.1 |
| 1594 | 2026-04-16T02:42:01.080Z | Checking ecdsa v0.16.9 |
| 1595 | 2026-04-16T02:42:01.165Z | Checking tokio-rustls v0.24.1 |
| 1596 | 2026-04-16T02:42:01.549Z | Checking ed25519 v2.2.3 |
| 1597 | 2026-04-16T02:42:01.583Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1598 | 2026-04-16T02:42:01.619Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1599 | 2026-04-16T02:42:01.721Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1600 | 2026-04-16T02:42:01.822Z | Checking primeorder v0.13.6 |
| 1601 | 2026-04-16T02:42:02.058Z | Checking rustls-pemfile v1.0.4 |
| 1602 | 2026-04-16T02:42:02.193Z | Checking twox-hash v2.1.2 |
| 1603 | 2026-04-16T02:42:02.330Z | Checking env_filter v1.0.1 |
| 1604 | 2026-04-16T02:42:02.353Z | Checking hickory-resolver v0.25.2 |
| 1605 | 2026-04-16T02:42:02.477Z | Checking atty v0.2.14 |
| 1606 | 2026-04-16T02:42:02.481Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1607 | 2026-04-16T02:42:02.581Z | Checking funty v2.0.0 |
| 1608 | 2026-04-16T02:42:02.743Z | Checking env_logger v0.11.10 |
| 1609 | 2026-04-16T02:42:02.877Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1610 | 2026-04-16T02:42:02.902Z | Checking bitvec v1.0.1 |
| 1611 | 2026-04-16T02:42:02.925Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1612 | 2026-04-16T02:42:02.975Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1613 | 2026-04-16T02:42:03.043Z | Checking p384 v0.13.1 |
| 1614 | 2026-04-16T02:42:03.147Z | Checking toml v0.7.8 |
| 1615 | 2026-04-16T02:42:03.305Z | Checking ed25519-dalek v2.2.0 |
| 1616 | 2026-04-16T02:42:03.391Z | Compiling typify v0.6.1 |
| 1617 | 2026-04-16T02:42:03.445Z | Checking polyval v0.6.2 |
| 1618 | 2026-04-16T02:42:03.464Z | Checking aes v0.8.4 |
| 1619 | 2026-04-16T02:42:03.489Z | Checking ctr v0.9.2 |
| 1620 | 2026-04-16T02:42:03.507Z | Checking x509-cert v0.2.5 |
| 1621 | 2026-04-16T02:42:03.608Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1622 | 2026-04-16T02:42:03.656Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1623 | 2026-04-16T02:42:03.841Z | Checking bincode v1.3.3 |
| 1624 | 2026-04-16T02:42:03.860Z | Compiling strum_macros v0.28.0 |
| 1625 | 2026-04-16T02:42:03.983Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1626 | 2026-04-16T02:42:04.143Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1627 | 2026-04-16T02:42:04.162Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1628 | 2026-04-16T02:42:04.295Z | Checking passt v0.3.0 |
| 1629 | 2026-04-16T02:42:04.358Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1630 | 2026-04-16T02:42:04.406Z | Checking fakedata_generator v0.7.1 |
| 1631 | 2026-04-16T02:42:04.430Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1632 | 2026-04-16T02:42:04.564Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1633 | 2026-04-16T02:42:04.607Z | Checking aes-gcm-siv v0.11.1 |
| 1634 | 2026-04-16T02:42:04.670Z | Compiling progenitor-impl v0.13.0 |
| 1635 | 2026-04-16T02:42:04.762Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1636 | 2026-04-16T02:42:04.854Z | Compiling bitstruct_derive v0.1.0 |
| 1637 | 2026-04-16T02:42:04.873Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1638 | 2026-04-16T02:42:04.877Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1639 | 2026-04-16T02:42:05.021Z | Checking dropshot-api-manager-types v0.7.0 |
| 1640 | 2026-04-16T02:42:05.043Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1641 | 2026-04-16T02:42:05.191Z | Compiling fs-err v3.1.2 |
| 1642 | 2026-04-16T02:42:05.236Z | Checking ascii v1.1.0 |
| 1643 | 2026-04-16T02:42:05.420Z | Checking pretty-hex v0.2.1 |
| 1644 | 2026-04-16T02:42:05.423Z | Compiling cfg_aliases v0.1.1 |
| 1645 | 2026-04-16T02:42:05.490Z | Checking ringbuffer v0.16.0 |
| 1646 | 2026-04-16T02:42:05.520Z | Checking typeid v1.0.0 |
| 1647 | 2026-04-16T02:42:05.540Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1648 | 2026-04-16T02:42:05.624Z | Checking erased-serde v0.4.5 |
| 1649 | 2026-04-16T02:42:05.642Z | Compiling nix v0.28.0 |
| 1650 | 2026-04-16T02:42:05.705Z | Checking bitstruct v0.1.1 |
| 1651 | 2026-04-16T02:42:05.724Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1652 | 2026-04-16T02:42:05.912Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1653 | 2026-04-16T02:42:06.019Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1654 | 2026-04-16T02:42:06.206Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1655 | 2026-04-16T02:42:06.430Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1656 | 2026-04-16T02:42:06.569Z | Checking progenitor-client v0.13.0 |
| 1657 | 2026-04-16T02:42:06.590Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1658 | 2026-04-16T02:42:06.610Z | Checking serde_arrays v0.1.0 |
| 1659 | 2026-04-16T02:42:06.726Z | Checking libloading v0.7.4 |
| 1660 | 2026-04-16T02:42:06.767Z | Compiling progenitor-macro v0.13.0 |
| 1661 | 2026-04-16T02:42:06.788Z | Checking bit_field v0.10.2 |
| 1662 | 2026-04-16T02:42:06.883Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1663 | 2026-04-16T02:42:06.902Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1664 | 2026-04-16T02:42:06.925Z | Checking git-stub v1.0.0 |
| 1665 | 2026-04-16T02:42:07.006Z | Checking kstat-rs v0.2.4 |
| 1666 | 2026-04-16T02:42:07.077Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1667 | 2026-04-16T02:42:07.095Z | Compiling escargot v0.5.10 |
| 1668 | 2026-04-16T02:42:07.185Z | Checking git-stub-vcs v0.1.0 |
| 1669 | 2026-04-16T02:42:07.204Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1670 | 2026-04-16T02:42:07.377Z | Checking ron v0.8.1 |
| 1671 | 2026-04-16T02:42:07.400Z | Checking itertools v0.13.0 |
| 1672 | 2026-04-16T02:42:07.825Z | Checking xattr v1.3.1 |
| 1673 | 2026-04-16T02:42:07.855Z | Checking drift v0.1.2 |
| 1674 | 2026-04-16T02:42:07.883Z | Checking cargo-platform v0.1.8 |
| 1675 | 2026-04-16T02:42:07.961Z | Checking filetime v0.2.23 |
| 1676 | 2026-04-16T02:42:08.101Z | Checking tar v0.4.40 |
| 1677 | 2026-04-16T02:42:08.120Z | Checking dropshot-api-manager v0.7.0 |
| 1678 | 2026-04-16T02:42:08.393Z | Checking cargo_metadata v0.18.1 |
| 1679 | 2026-04-16T02:42:08.454Z | Checking ctrlc v3.4.4 |
| 1680 | 2026-04-16T02:42:08.995Z | Checking fatfs v0.3.6 |
| 1681 | 2026-04-16T02:42:09.032Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1682 | 2026-04-16T02:42:09.271Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1683 | 2026-04-16T02:42:09.757Z | Compiling git2 v0.20.2 |
| 1684 | 2026-04-16T02:42:10.487Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1685 | 2026-04-16T02:42:10.663Z | Checking progenitor v0.13.0 |
| 1686 | 2026-04-16T02:42:10.795Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1687 | 2026-04-16T02:42:12.032Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1688 | 2026-04-16T02:42:12.482Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1689 | 2026-04-16T02:42:12.888Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1690 | 2026-04-16T02:42:13.182Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1691 | 2026-04-16T02:42:16.973Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1692 | 2026-04-16T02:42:20.459Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1693 | 2026-04-16T02:42:23.856Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1694 | 2026-04-16T02:42:29.911Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1695 | 2026-04-16T02:42:29.911Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1696 | 2026-04-16T02:42:34.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
| 1697 | 2026-04-16T02:42:34.699Z | |
| 1698 | 2026-04-16T02:42:34.699Z | real 2:17.898921537 |
| 1699 | 2026-04-16T02:42:34.699Z | user 8:31.722989854 |
| 1700 | 2026-04-16T02:42:34.699Z | sys 2:13.341295382 |
| 1701 | 2026-04-16T02:42:34.699Z | trap 0.239678993 |
| 1702 | 2026-04-16T02:42:34.699Z | tflt 0.838020040 |
| 1703 | 2026-04-16T02:42:34.699Z | dflt 0.276138717 |
| 1704 | 2026-04-16T02:42:34.699Z | kflt 0.009231588 |
| 1705 | 2026-04-16T02:42:34.699Z | lock 15:09.876827921 |
| 1706 | 2026-04-16T02:42:34.699Z | slp 33:50.337082880 |
| 1707 | 2026-04-16T02:42:34.699Z | lat 1:20.583806274 |
| 1708 | 2026-04-16T02:42:34.699Z | stop 4:14.517240526 |
| 1709 | 2026-04-16T02:42:34.703Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1710 | 2026-04-16T02:42:35.185Z | Downloading crates ... |
| 1711 | 2026-04-16T02:42:35.347Z | Downloaded slog-envlogger v2.2.0 |
| 1712 | 2026-04-16T02:42:35.350Z | Downloaded downcast v0.11.0 |
| 1713 | 2026-04-16T02:42:35.405Z | Downloaded predicates-tree v1.0.9 |
| 1714 | 2026-04-16T02:42:35.409Z | Downloaded mockall v0.12.1 |
| 1715 | 2026-04-16T02:42:35.409Z | Downloaded mockall_derive v0.12.1 |
| 1716 | 2026-04-16T02:42:35.409Z | Downloaded predicates v3.1.0 |
| 1717 | 2026-04-16T02:42:35.409Z | Downloaded fragile v2.0.0 |
| 1718 | 2026-04-16T02:42:35.409Z | Downloaded predicates-core v1.0.6 |
| 1719 | 2026-04-16T02:42:35.409Z | Downloaded termtree v0.4.1 |
| 1720 | 2026-04-16T02:42:35.409Z | Downloaded slog-stdlog v4.1.1 |
| 1721 | 2026-04-16T02:42:35.409Z | Downloaded serde_test v1.0.176 |
| 1722 | 2026-04-16T02:42:35.409Z | Downloaded bytemuck v1.16.0 |
| 1723 | 2026-04-16T02:42:35.409Z | Downloaded fdeflate v0.3.4 |
| 1724 | 2026-04-16T02:42:35.409Z | Downloaded slog-scope v4.4.0 |
| 1725 | 2026-04-16T02:42:35.409Z | Downloaded png v0.17.13 |
| 1726 | 2026-04-16T02:42:35.409Z | Downloaded arc-swap v1.7.1 |
| 1727 | 2026-04-16T02:42:36.108Z | Downloaded image v0.25.1 |
| 1728 | 2026-04-16T02:42:36.318Z | Checking tokio v1.50.0 |
| 1729 | 2026-04-16T02:42:36.428Z | Checking simd-adler32 v0.3.7 |
| 1730 | 2026-04-16T02:42:36.443Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1731 | 2026-04-16T02:42:36.459Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1732 | 2026-04-16T02:42:36.471Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1733 | 2026-04-16T02:42:36.471Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1734 | 2026-04-16T02:42:36.491Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1735 | 2026-04-16T02:42:36.494Z | Checking arc-swap v1.7.1 |
| 1736 | 2026-04-16T02:42:36.558Z | Checking miniz_oxide v0.7.2 |
| 1737 | 2026-04-16T02:42:36.609Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1738 | 2026-04-16T02:42:36.620Z | Checking fdeflate v0.3.4 |
| 1739 | 2026-04-16T02:42:36.682Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1740 | 2026-04-16T02:42:36.685Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1741 | 2026-04-16T02:42:36.704Z | Checking slog-scope v4.4.0 |
| 1742 | 2026-04-16T02:42:36.722Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1743 | 2026-04-16T02:42:36.740Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1744 | 2026-04-16T02:42:36.819Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1745 | 2026-04-16T02:42:36.856Z | Checking slog-stdlog v4.1.1 |
| 1746 | 2026-04-16T02:42:36.867Z | Checking bytemuck v1.16.0 |
| 1747 | 2026-04-16T02:42:36.878Z | Checking predicates-core v1.0.6 |
| 1748 | 2026-04-16T02:42:36.890Z | Checking flate2 v1.0.30 |
| 1749 | 2026-04-16T02:42:36.912Z | Checking termtree v0.4.1 |
| 1750 | 2026-04-16T02:42:36.932Z | Compiling mockall_derive v0.12.1 |
| 1751 | 2026-04-16T02:42:36.959Z | Checking slog-envlogger v2.2.0 |
| 1752 | 2026-04-16T02:42:36.993Z | Checking predicates v3.1.0 |
| 1753 | 2026-04-16T02:42:37.032Z | Checking predicates-tree v1.0.9 |
| 1754 | 2026-04-16T02:42:37.059Z | Checking downcast v0.11.0 |
| 1755 | 2026-04-16T02:42:37.089Z | Checking fragile v2.0.0 |
| 1756 | 2026-04-16T02:42:37.129Z | Checking serde_test v1.0.176 |
| 1757 | 2026-04-16T02:42:37.154Z | Checking compression-codecs v0.4.32 |
| 1758 | 2026-04-16T02:42:37.173Z | Checking png v0.17.13 |
| 1759 | 2026-04-16T02:42:37.233Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1760 | 2026-04-16T02:42:37.676Z | Checking image v0.25.1 |
| 1761 | 2026-04-16T02:42:38.769Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1762 | 2026-04-16T02:42:38.842Z | Checking mockall v0.12.1 |
| 1763 | 2026-04-16T02:42:38.866Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1764 | 2026-04-16T02:42:39.453Z | Checking tokio-util v0.7.16 |
| 1765 | 2026-04-16T02:42:39.456Z | Checking tokio-rustls v0.26.0 |
| 1766 | 2026-04-16T02:42:39.456Z | Checking tower v0.5.2 |
| 1767 | 2026-04-16T02:42:39.456Z | Checking tokio-rustls v0.25.0 |
| 1768 | 2026-04-16T02:42:39.456Z | Checking tokio-native-tls v0.3.1 |
| 1769 | 2026-04-16T02:42:39.456Z | Checking backoff v0.4.0 |
| 1770 | 2026-04-16T02:42:39.512Z | Checking zone v0.3.1 |
| 1771 | 2026-04-16T02:42:39.553Z | Checking tokio-tungstenite v0.21.0 |
| 1772 | 2026-04-16T02:42:39.638Z | Checking async-compression v0.4.33 |
| 1773 | 2026-04-16T02:42:39.673Z | Checking hickory-proto v0.24.4 |
| 1774 | 2026-04-16T02:42:39.676Z | Checking libsw-core v0.3.2 |
| 1775 | 2026-04-16T02:42:39.677Z | Checking tokio-dtrace v0.1.1 |
| 1776 | 2026-04-16T02:42:39.820Z | Checking libsw v3.5.0 |
| 1777 | 2026-04-16T02:42:39.833Z | Checking cancel-safe-futures v0.1.5 |
| 1778 | 2026-04-16T02:42:39.859Z | Checking oxide-tokio-rt v0.1.2 |
| 1779 | 2026-04-16T02:42:39.872Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1780 | 2026-04-16T02:42:39.875Z | Checking steno v0.4.1 |
| 1781 | 2026-04-16T02:42:39.911Z | Checking tower-http v0.6.8 |
| 1782 | 2026-04-16T02:42:39.952Z | Checking hickory-proto v0.25.2 |
| 1783 | 2026-04-16T02:42:39.964Z | Checking h2 v0.4.6 |
| 1784 | 2026-04-16T02:42:39.985Z | Checking tokio-stream v0.1.17 |
| 1785 | 2026-04-16T02:42:40.053Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1786 | 2026-04-16T02:42:40.171Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1787 | 2026-04-16T02:42:40.345Z | Checking tokio-rustls v0.24.1 |
| 1788 | 2026-04-16T02:42:40.356Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1789 | 2026-04-16T02:42:40.524Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1790 | 2026-04-16T02:42:41.169Z | Checking hickory-resolver v0.24.4 |
| 1791 | 2026-04-16T02:42:41.444Z | Checking hickory-resolver v0.25.2 |
| 1792 | 2026-04-16T02:42:41.658Z | Checking hyper v1.8.1 |
| 1793 | 2026-04-16T02:42:41.748Z | Checking qorb v0.4.1 |
| 1794 | 2026-04-16T02:42:42.434Z | Checking hyper-util v0.1.20 |
| 1795 | 2026-04-16T02:42:43.279Z | Checking hyper-rustls v0.27.3 |
| 1796 | 2026-04-16T02:42:43.283Z | Checking hyper-tls v0.6.0 |
| 1797 | 2026-04-16T02:42:43.283Z | Checking dropshot v0.16.7 |
| 1798 | 2026-04-16T02:42:43.283Z | Checking dropshot v0.17.0 |
| 1799 | 2026-04-16T02:42:43.445Z | Checking reqwest v0.12.23 |
| 1800 | 2026-04-16T02:42:43.446Z | Checking reqwest v0.13.2 |
| 1801 | 2026-04-16T02:42:44.087Z | Checking progenitor-client v0.11.1 |
| 1802 | 2026-04-16T02:42:44.087Z | Checking progenitor-client v0.10.0 |
| 1803 | 2026-04-16T02:42:44.090Z | Checking tough v0.20.0 |
| 1804 | 2026-04-16T02:42:44.170Z | Checking progenitor-client v0.13.0 |
| 1805 | 2026-04-16T02:42:44.298Z | Checking progenitor v0.11.1 |
| 1806 | 2026-04-16T02:42:44.301Z | Checking progenitor v0.10.0 |
| 1807 | 2026-04-16T02:42:44.380Z | Checking progenitor v0.13.0 |
| 1808 | 2026-04-16T02:42:44.423Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1809 | 2026-04-16T02:42:44.423Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1810 | 2026-04-16T02:42:44.501Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1811 | 2026-04-16T02:42:44.508Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1812 | 2026-04-16T02:42:44.978Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1813 | 2026-04-16T02:42:45.021Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1814 | 2026-04-16T02:42:45.287Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1815 | 2026-04-16T02:42:45.602Z | Checking dropshot-api-manager v0.7.0 |
| 1816 | 2026-04-16T02:42:45.614Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1817 | 2026-04-16T02:42:46.456Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1818 | 2026-04-16T02:42:46.566Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1819 | 2026-04-16T02:42:46.604Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1820 | 2026-04-16T02:42:46.973Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1821 | 2026-04-16T02:42:47.033Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1822 | 2026-04-16T02:42:50.449Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1823 | 2026-04-16T02:42:50.449Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1824 | 2026-04-16T02:42:50.453Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1825 | 2026-04-16T02:42:50.453Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1826 | 2026-04-16T02:42:50.453Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1827 | 2026-04-16T02:42:50.453Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1828 | 2026-04-16T02:42:51.065Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1829 | 2026-04-16T02:42:51.259Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1830 | 2026-04-16T02:42:51.702Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1831 | 2026-04-16T02:42:51.719Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1832 | 2026-04-16T02:42:51.722Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1833 | 2026-04-16T02:42:51.972Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1834 | 2026-04-16T02:42:52.207Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1835 | 2026-04-16T02:42:52.381Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1836 | 2026-04-16T02:42:52.441Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1837 | 2026-04-16T02:42:52.441Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1838 | 2026-04-16T02:42:52.906Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1839 | 2026-04-16T02:42:53.336Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1840 | 2026-04-16T02:42:53.339Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1841 | 2026-04-16T02:42:54.034Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1842 | 2026-04-16T02:42:54.083Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1843 | 2026-04-16T02:42:54.359Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1844 | 2026-04-16T02:42:58.307Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1845 | 2026-04-16T02:42:59.070Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1846 | 2026-04-16T02:43:03.302Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1847 | 2026-04-16T02:43:04.030Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1848 | 2026-04-16T02:43:04.772Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1849 | 2026-04-16T02:43:06.851Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1850 | 2026-04-16T02:43:07.367Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1851 | 2026-04-16T02:43:09.928Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1852 | 2026-04-16T02:43:17.311Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1853 | 2026-04-16T02:43:17.311Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1854 | 2026-04-16T02:43:22.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.71s |
| 1855 | 2026-04-16T02:43:22.640Z | |
| 1856 | 2026-04-16T02:43:22.640Z | real 47.930730752 |
| 1857 | 2026-04-16T02:43:22.640Z | user 1:58.064767418 |
| 1858 | 2026-04-16T02:43:22.640Z | sys 20.666787172 |
| 1859 | 2026-04-16T02:43:22.640Z | trap 0.029102680 |
| 1860 | 2026-04-16T02:43:22.640Z | tflt 0.050937279 |
| 1861 | 2026-04-16T02:43:22.641Z | dflt 0.007920456 |
| 1862 | 2026-04-16T02:43:22.641Z | kflt 0.000034461 |
| 1863 | 2026-04-16T02:43:22.641Z | lock 4:37.126460128 |
| 1864 | 2026-04-16T02:43:22.641Z | slp 6:41.949274861 |
| 1865 | 2026-04-16T02:43:22.641Z | lat 4.436460908 |
| 1866 | 2026-04-16T02:43:22.641Z | stop 13.147578133 |
| 1867 | 2026-04-16T02:43:22.644Z | + banner build |
| 1868 | 2026-04-16T02:43:22.644Z | |
| 1869 | 2026-04-16T02:43:22.644Z | ##### # # # # ##### |
| 1870 | 2026-04-16T02:43:22.644Z | # # # # # # # # |
| 1871 | 2026-04-16T02:43:22.644Z | ##### # # # # # # |
| 1872 | 2026-04-16T02:43:22.644Z | # # # # # # # # |
| 1873 | 2026-04-16T02:43:22.644Z | # # # # # # # # |
| 1874 | 2026-04-16T02:43:22.644Z | ##### #### # ###### ##### |
| 1875 | 2026-04-16T02:43:22.644Z | |
| 1876 | 2026-04-16T02:43:22.644Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1877 | 2026-04-16T02:43:23.335Z | Compiling proc-macro2 v1.0.106 |
| 1878 | 2026-04-16T02:43:23.335Z | Compiling quote v1.0.44 |
| 1879 | 2026-04-16T02:43:23.335Z | Compiling unicode-ident v1.0.24 |
| 1880 | 2026-04-16T02:43:23.335Z | Compiling libc v0.2.180 |
| 1881 | 2026-04-16T02:43:23.338Z | Compiling serde_core v1.0.228 |
| 1882 | 2026-04-16T02:43:23.338Z | Compiling serde v1.0.228 |
| 1883 | 2026-04-16T02:43:23.338Z | Compiling autocfg v1.3.0 |
| 1884 | 2026-04-16T02:43:23.338Z | Compiling cfg-if v1.0.0 |
| 1885 | 2026-04-16T02:43:23.523Z | Compiling zmij v1.0.19 |
| 1886 | 2026-04-16T02:43:23.539Z | Compiling memchr v2.7.2 |
| 1887 | 2026-04-16T02:43:23.807Z | Compiling libm v0.2.8 |
| 1888 | 2026-04-16T02:43:24.035Z | Compiling version_check v0.9.5 |
| 1889 | 2026-04-16T02:43:24.136Z | Compiling smallvec v1.13.2 |
| 1890 | 2026-04-16T02:43:24.293Z | Compiling itoa v1.0.11 |
| 1891 | 2026-04-16T02:43:24.366Z | Compiling getrandom v0.4.2 |
| 1892 | 2026-04-16T02:43:24.430Z | Compiling shlex v1.3.0 |
| 1893 | 2026-04-16T02:43:24.523Z | Compiling jobserver v0.1.31 |
| 1894 | 2026-04-16T02:43:24.595Z | Compiling stable_deref_trait v1.2.0 |
| 1895 | 2026-04-16T02:43:24.626Z | Compiling syn v2.0.117 |
| 1896 | 2026-04-16T02:43:24.674Z | Compiling serde_json v1.0.149 |
| 1897 | 2026-04-16T02:43:24.719Z | Compiling getrandom v0.2.14 |
| 1898 | 2026-04-16T02:43:24.844Z | Compiling cc v1.2.17 |
| 1899 | 2026-04-16T02:43:24.924Z | Compiling lock_api v0.4.12 |
| 1900 | 2026-04-16T02:43:24.935Z | Compiling parking_lot_core v0.9.10 |
| 1901 | 2026-04-16T02:43:24.961Z | Compiling writeable v0.5.5 |
| 1902 | 2026-04-16T02:43:25.004Z | Compiling litemap v0.7.4 |
| 1903 | 2026-04-16T02:43:25.177Z | Compiling num-traits v0.2.19 |
| 1904 | 2026-04-16T02:43:25.203Z | Compiling icu_locid_transform_data v1.5.0 |
| 1905 | 2026-04-16T02:43:25.247Z | Compiling percent-encoding v2.3.2 |
| 1906 | 2026-04-16T02:43:25.510Z | Compiling icu_properties_data v1.5.0 |
| 1907 | 2026-04-16T02:43:25.770Z | Compiling icu_normalizer_data v1.5.0 |
| 1908 | 2026-04-16T02:43:25.795Z | Compiling write16 v1.0.0 |
| 1909 | 2026-04-16T02:43:25.807Z | Compiling thiserror v2.0.18 |
| 1910 | 2026-04-16T02:43:25.844Z | Compiling utf16_iter v1.0.5 |
| 1911 | 2026-04-16T02:43:25.895Z | Compiling utf8_iter v1.0.4 |
| 1912 | 2026-04-16T02:43:26.059Z | Compiling form_urlencoded v1.2.2 |
| 1913 | 2026-04-16T02:43:26.095Z | Compiling heck v0.5.0 |
| 1914 | 2026-04-16T02:43:26.153Z | Compiling log v0.4.29 |
| 1915 | 2026-04-16T02:43:26.292Z | Compiling rustversion v1.0.22 |
| 1916 | 2026-04-16T02:43:26.329Z | Compiling slab v0.4.9 |
| 1917 | 2026-04-16T02:43:26.357Z | Compiling iana-time-zone v0.1.64 |
| 1918 | 2026-04-16T02:43:26.430Z | Compiling typenum v1.17.0 |
| 1919 | 2026-04-16T02:43:26.562Z | Compiling uuid v1.22.0 |
| 1920 | 2026-04-16T02:43:26.581Z | Compiling pin-project-lite v0.2.14 |
| 1921 | 2026-04-16T02:43:26.685Z | Compiling equivalent v1.0.2 |
| 1922 | 2026-04-16T02:43:26.719Z | Compiling regex-syntax v0.8.5 |
| 1923 | 2026-04-16T02:43:26.769Z | Compiling allocator-api2 v0.2.21 |
| 1924 | 2026-04-16T02:43:26.856Z | Compiling foldhash v0.2.0 |
| 1925 | 2026-04-16T02:43:26.906Z | Compiling subtle v2.6.1 |
| 1926 | 2026-04-16T02:43:27.048Z | Compiling hashbrown v0.16.1 |
| 1927 | 2026-04-16T02:43:27.083Z | Compiling semver v1.0.27 |
| 1928 | 2026-04-16T02:43:27.185Z | Compiling aho-corasick v1.1.3 |
| 1929 | 2026-04-16T02:43:27.247Z | Compiling dyn-clone v1.0.17 |
| 1930 | 2026-04-16T02:43:27.369Z | Compiling schemars v0.8.22 |
| 1931 | 2026-04-16T02:43:27.402Z | Compiling synstructure v0.13.1 |
| 1932 | 2026-04-16T02:43:27.610Z | Compiling serde_derive_internals v0.29.1 |
| 1933 | 2026-04-16T02:43:27.639Z | Compiling ring v0.17.14 |
| 1934 | 2026-04-16T02:43:27.736Z | Compiling rand_core v0.6.4 |
| 1935 | 2026-04-16T02:43:28.106Z | Compiling socket2 v0.6.0 |
| 1936 | 2026-04-16T02:43:28.120Z | Compiling scopeguard v1.2.0 |
| 1937 | 2026-04-16T02:43:28.145Z | Compiling regex-automata v0.4.14 |
| 1938 | 2026-04-16T02:43:28.337Z | Compiling portable-atomic v1.11.1 |
| 1939 | 2026-04-16T02:43:28.464Z | Compiling parking_lot v0.12.2 |
| 1940 | 2026-04-16T02:43:28.509Z | Compiling signal-hook-registry v1.4.2 |
| 1941 | 2026-04-16T02:43:28.567Z | Compiling mio v1.0.2 |
| 1942 | 2026-04-16T02:43:28.584Z | Compiling serde_derive v1.0.228 |
| 1943 | 2026-04-16T02:43:28.755Z | Compiling zerofrom-derive v0.1.5 |
| 1944 | 2026-04-16T02:43:28.775Z | Compiling yoke-derive v0.7.5 |
| 1945 | 2026-04-16T02:43:28.869Z | Compiling zerovec-derive v0.10.3 |
| 1946 | 2026-04-16T02:43:29.167Z | Compiling displaydoc v0.2.5 |
| 1947 | 2026-04-16T02:43:29.242Z | Compiling icu_provider_macros v1.5.0 |
| 1948 | 2026-04-16T02:43:29.353Z | Compiling schemars_derive v0.8.22 |
| 1949 | 2026-04-16T02:43:29.819Z | Compiling zeroize_derive v1.4.3 |
| 1950 | 2026-04-16T02:43:29.842Z | Compiling tokio-macros v2.6.0 |
| 1951 | 2026-04-16T02:43:29.903Z | Compiling thiserror-impl v2.0.18 |
| 1952 | 2026-04-16T02:43:29.946Z | Compiling zerofrom v0.1.5 |
| 1953 | 2026-04-16T02:43:29.959Z | Compiling regex v1.12.3 |
| 1954 | 2026-04-16T02:43:30.080Z | Compiling yoke v0.7.5 |
| 1955 | 2026-04-16T02:43:30.285Z | Compiling zerovec v0.10.4 |
| 1956 | 2026-04-16T02:43:30.349Z | Compiling futures-macro v0.3.32 |
| 1957 | 2026-04-16T02:43:30.491Z | Compiling zeroize v1.8.2 |
| 1958 | 2026-04-16T02:43:30.735Z | Compiling bitflags v2.9.4 |
| 1959 | 2026-04-16T02:43:30.800Z | Compiling critical-section v1.2.0 |
| 1960 | 2026-04-16T02:43:31.025Z | Compiling generic-array v0.14.7 |
| 1961 | 2026-04-16T02:43:31.110Z | Compiling tinystr v0.7.6 |
| 1962 | 2026-04-16T02:43:31.122Z | Compiling icu_collections v1.5.0 |
| 1963 | 2026-04-16T02:43:31.285Z | Compiling icu_locid v1.5.0 |
| 1964 | 2026-04-16T02:43:31.328Z | Compiling once_cell v1.21.3 |
| 1965 | 2026-04-16T02:43:31.340Z | Compiling thiserror v1.0.64 |
| 1966 | 2026-04-16T02:43:31.605Z | Compiling futures-core v0.3.32 |
| 1967 | 2026-04-16T02:43:31.634Z | Compiling thiserror-impl v1.0.64 |
| 1968 | 2026-04-16T02:43:31.718Z | Compiling bytes v1.11.1 |
| 1969 | 2026-04-16T02:43:31.764Z | Compiling chrono v0.4.44 |
| 1970 | 2026-04-16T02:43:31.827Z | Compiling icu_provider v1.5.0 |
| 1971 | 2026-04-16T02:43:32.330Z | Compiling icu_locid_transform v1.5.0 |
| 1972 | 2026-04-16T02:43:32.479Z | Compiling serde_tokenstream v0.2.3 |
| 1973 | 2026-04-16T02:43:32.576Z | Compiling tokio v1.50.0 |
| 1974 | 2026-04-16T02:43:32.755Z | Compiling indexmap v2.13.0 |
| 1975 | 2026-04-16T02:43:32.788Z | Compiling httparse v1.10.1 |
| 1976 | 2026-04-16T02:43:33.031Z | Compiling icu_properties v1.5.1 |
| 1977 | 2026-04-16T02:43:33.269Z | Compiling crypto-common v0.1.6 |
| 1978 | 2026-04-16T02:43:33.503Z | Compiling futures-sink v0.3.32 |
| 1979 | 2026-04-16T02:43:34.194Z | Compiling strsim v0.11.1 |
| 1980 | 2026-04-16T02:43:34.382Z | Compiling getrandom v0.3.4 |
| 1981 | 2026-04-16T02:43:34.686Z | Compiling icu_normalizer v1.5.0 |
| 1982 | 2026-04-16T02:43:34.747Z | Compiling ident_case v1.0.1 |
| 1983 | 2026-04-16T02:43:34.750Z | Compiling futures-channel v0.3.32 |
| 1984 | 2026-04-16T02:43:34.900Z | Compiling errno v0.3.14 |
| 1985 | 2026-04-16T02:43:34.900Z | Compiling either v1.15.0 |
| 1986 | 2026-04-16T02:43:35.015Z | Compiling futures-task v0.3.32 |
| 1987 | 2026-04-16T02:43:35.048Z | Compiling const-oid v0.9.6 |
| 1988 | 2026-04-16T02:43:35.123Z | Compiling futures-io v0.3.32 |
| 1989 | 2026-04-16T02:43:35.192Z | Compiling idna_adapter v1.2.0 |
| 1990 | 2026-04-16T02:43:35.257Z | Compiling futures-util v0.3.32 |
| 1991 | 2026-04-16T02:43:35.321Z | Compiling idna v1.0.3 |
| 1992 | 2026-04-16T02:43:35.768Z | Compiling url v2.5.4 |
| 1993 | 2026-04-16T02:43:35.960Z | Compiling zerocopy-derive v0.8.27 |
| 1994 | 2026-04-16T02:43:36.016Z | Compiling anyhow v1.0.100 |
| 1995 | 2026-04-16T02:43:36.862Z | Compiling http v1.4.0 |
| 1996 | 2026-04-16T02:43:37.552Z | Compiling ucd-trie v0.1.6 |
| 1997 | 2026-04-16T02:43:37.650Z | Compiling byteorder v1.5.0 |
| 1998 | 2026-04-16T02:43:37.777Z | Compiling pest v2.8.4 |
| 1999 | 2026-04-16T02:43:37.898Z | Compiling block-buffer v0.10.4 |
| 2000 | 2026-04-16T02:43:38.065Z | Compiling tracing-core v0.1.32 |
| 2001 | 2026-04-16T02:43:38.135Z | Compiling tracing-attributes v0.1.27 |
| 2002 | 2026-04-16T02:43:38.688Z | Compiling slog v2.8.2 |
| 2003 | 2026-04-16T02:43:38.964Z | Compiling rustix v0.38.34 |
| 2004 | 2026-04-16T02:43:39.021Z | Compiling pest_meta v2.8.4 |
| 2005 | 2026-04-16T02:43:39.316Z | Compiling tracing v0.1.40 |
| 2006 | 2026-04-16T02:43:39.396Z | Compiling digest v0.10.7 |
| 2007 | 2026-04-16T02:43:39.648Z | Compiling untrusted v0.9.0 |
| 2008 | 2026-04-16T02:43:39.670Z | Compiling prettyplease v0.2.37 |
| 2009 | 2026-04-16T02:43:39.788Z | Compiling pest_generator v2.8.4 |
| 2010 | 2026-04-16T02:43:40.253Z | Compiling rustls-pki-types v1.12.0 |
| 2011 | 2026-04-16T02:43:40.410Z | Compiling fnv v1.0.7 |
| 2012 | 2026-04-16T02:43:40.510Z | Compiling base64 v0.22.1 |
| 2013 | 2026-04-16T02:43:40.521Z | Compiling lazy_static v1.5.0 |
| 2014 | 2026-04-16T02:43:40.618Z | Compiling pest_derive v2.8.4 |
| 2015 | 2026-04-16T02:43:40.711Z | Compiling regress v0.10.5 |
| 2016 | 2026-04-16T02:43:40.921Z | Compiling minimal-lexical v0.2.1 |
| 2017 | 2026-04-16T02:43:41.006Z | Compiling glob v0.3.3 |
| 2018 | 2026-04-16T02:43:41.125Z | Compiling nom v7.1.3 |
| 2019 | 2026-04-16T02:43:41.146Z | Compiling pkg-config v0.3.30 |
| 2020 | 2026-04-16T02:43:41.158Z | Compiling ppv-lite86 v0.2.17 |
| 2021 | 2026-04-16T02:43:41.316Z | Compiling clang-sys v1.8.1 |
| 2022 | 2026-04-16T02:43:41.774Z | Compiling tokio-util v0.7.16 |
| 2023 | 2026-04-16T02:43:41.923Z | Compiling vcpkg v0.2.15 |
| 2024 | 2026-04-16T02:43:42.358Z | Compiling ipnet v2.9.0 |
| 2025 | 2026-04-16T02:43:42.463Z | Compiling libloading v0.8.9 |
| 2026 | 2026-04-16T02:43:42.645Z | Compiling cpufeatures v0.2.12 |
| 2027 | 2026-04-16T02:43:42.719Z | Compiling home v0.5.11 |
| 2028 | 2026-04-16T02:43:42.775Z | Compiling bindgen v0.69.5 |
| 2029 | 2026-04-16T02:43:42.841Z | Compiling zerocopy v0.8.27 |
| 2030 | 2026-04-16T02:43:42.852Z | Compiling which v4.4.2 |
| 2031 | 2026-04-16T02:43:43.067Z | Compiling cexpr v0.6.0 |
| 2032 | 2026-04-16T02:43:43.079Z | Compiling http-body v1.0.1 |
| 2033 | 2026-04-16T02:43:43.232Z | Compiling itertools v0.12.1 |
| 2034 | 2026-04-16T02:43:43.262Z | Compiling lazycell v1.3.0 |
| 2035 | 2026-04-16T02:43:43.375Z | Compiling rustc-hash v1.1.0 |
| 2036 | 2026-04-16T02:43:43.483Z | Compiling atomic-waker v1.1.2 |
| 2037 | 2026-04-16T02:43:43.618Z | Compiling cmake v0.1.54 |
| 2038 | 2026-04-16T02:43:43.636Z | Compiling tower-layer v0.3.3 |
| 2039 | 2026-04-16T02:43:43.878Z | Compiling tower-service v0.3.3 |
| 2040 | 2026-04-16T02:43:43.942Z | Compiling fs_extra v1.3.0 |
| 2041 | 2026-04-16T02:43:43.975Z | Compiling dunce v1.0.5 |
| 2042 | 2026-04-16T02:43:44.072Z | Compiling try-lock v0.2.5 |
| 2043 | 2026-04-16T02:43:44.115Z | Compiling h2 v0.4.6 |
| 2044 | 2026-04-16T02:43:44.190Z | Compiling want v0.3.1 |
| 2045 | 2026-04-16T02:43:44.201Z | Compiling num-conv v0.2.0 |
| 2046 | 2026-04-16T02:43:44.364Z | Compiling paste v1.0.15 |
| 2047 | 2026-04-16T02:43:44.673Z | Compiling camino v1.2.2 |
| 2048 | 2026-04-16T02:43:44.762Z | Compiling httpdate v1.0.3 |
| 2049 | 2026-04-16T02:43:45.012Z | Compiling pin-utils v0.1.0 |
| 2050 | 2026-04-16T02:43:45.093Z | Compiling time-core v0.1.8 |
| 2051 | 2026-04-16T02:43:45.224Z | Compiling ryu v1.0.18 |
| 2052 | 2026-04-16T02:43:45.245Z | Compiling time-macros v0.2.27 |
| 2053 | 2026-04-16T02:43:45.387Z | Compiling scroll_derive v0.13.1 |
| 2054 | 2026-04-16T02:43:45.848Z | Compiling aws-lc-rs v1.13.3 |
| 2055 | 2026-04-16T02:43:45.949Z | Compiling http-body-util v0.1.3 |
| 2056 | 2026-04-16T02:43:46.121Z | Compiling openapiv3 v2.2.0 |
| 2057 | 2026-04-16T02:43:46.227Z | Compiling async-trait v0.1.89 |
| 2058 | 2026-04-16T02:43:46.239Z | Compiling encoding_rs v0.8.34 |
| 2059 | 2026-04-16T02:43:46.252Z | Compiling mime v0.3.17 |
| 2060 | 2026-04-16T02:43:46.723Z | Compiling hyper v1.8.1 |
| 2061 | 2026-04-16T02:43:47.187Z | Compiling pretty-hex v0.4.1 |
| 2062 | 2026-04-16T02:43:47.344Z | Compiling serde_urlencoded v0.7.1 |
| 2063 | 2026-04-16T02:43:47.389Z | Compiling erased-serde v0.3.31 |
| 2064 | 2026-04-16T02:43:47.629Z | Compiling untrusted v0.7.1 |
| 2065 | 2026-04-16T02:43:47.655Z | Compiling typify-impl v0.4.3 |
| 2066 | 2026-04-16T02:43:48.008Z | Compiling hyper-util v0.1.20 |
| 2067 | 2026-04-16T02:43:48.583Z | Compiling strum_macros v0.26.4 |
| 2068 | 2026-04-16T02:43:48.607Z | Compiling aws-lc-sys v0.30.0 |
| 2069 | 2026-04-16T02:43:50.078Z | Compiling plain v0.2.3 |
| 2070 | 2026-04-16T02:43:50.198Z | Compiling rustls v0.23.31 |
| 2071 | 2026-04-16T02:43:50.212Z | Compiling omicron-workspace-hack v0.1.0 |
| 2072 | 2026-04-16T02:43:50.427Z | Compiling rand_core v0.9.3 |
| 2073 | 2026-04-16T02:43:50.560Z | Compiling ipnetwork v0.21.1 |
| 2074 | 2026-04-16T02:43:50.785Z | Compiling unsafe-libyaml v0.2.11 |
| 2075 | 2026-04-16T02:43:50.809Z | Compiling usdt-impl v0.6.0 |
| 2076 | 2026-04-16T02:43:51.033Z | Compiling typify-macro v0.4.3 |
| 2077 | 2026-04-16T02:43:51.055Z | Compiling crossbeam-utils v0.8.19 |
| 2078 | 2026-04-16T02:43:51.380Z | Compiling serde_yaml v0.9.34+deprecated |
| 2079 | 2026-04-16T02:43:51.667Z | Compiling rand_chacha v0.9.0 |
| 2080 | 2026-04-16T02:43:52.208Z | Compiling scroll v0.13.0 |
| 2081 | 2026-04-16T02:43:52.549Z | Compiling rand v0.9.2 |
| 2082 | 2026-04-16T02:43:52.579Z | Compiling goblin v0.10.4 |
| 2083 | 2026-04-16T02:43:53.238Z | Compiling openssl-sys v0.9.107 |
| 2084 | 2026-04-16T02:43:53.709Z | Compiling sync_wrapper v1.0.1 |
| 2085 | 2026-04-16T02:43:53.821Z | Compiling rustls v0.22.4 |
| 2086 | 2026-04-16T02:43:54.052Z | Compiling tower v0.5.2 |
| 2087 | 2026-04-16T02:43:54.252Z | Compiling dtrace-parser v0.3.0 |
| 2088 | 2026-04-16T02:43:54.492Z | Compiling webpki-roots v0.26.3 |
| 2089 | 2026-04-16T02:43:54.654Z | Compiling futures-executor v0.3.32 |
| 2090 | 2026-04-16T02:43:55.126Z | Compiling daft-derive v0.1.5 |
| 2091 | 2026-04-16T02:43:55.882Z | Compiling dof v0.4.0 |
| 2092 | 2026-04-16T02:43:56.382Z | Compiling thread-id v5.0.0 |
| 2093 | 2026-04-16T02:43:56.470Z | Compiling slog-async v2.8.0 |
| 2094 | 2026-04-16T02:43:56.639Z | Compiling ref-cast v1.0.25 |
| 2095 | 2026-04-16T02:43:56.962Z | Compiling iri-string v0.7.8 |
| 2096 | 2026-04-16T02:43:57.841Z | Compiling futures v0.3.32 |
| 2097 | 2026-04-16T02:43:57.866Z | Compiling typify v0.4.3 |
| 2098 | 2026-04-16T02:43:57.926Z | Compiling rand_chacha v0.3.1 |
| 2099 | 2026-04-16T02:43:57.959Z | Compiling multer v3.1.0 |
| 2100 | 2026-04-16T02:43:58.197Z | Compiling syn v1.0.109 |
| 2101 | 2026-04-16T02:43:58.519Z | Compiling tower-http v0.6.8 |
| 2102 | 2026-04-16T02:43:58.700Z | Compiling rand v0.8.5 |
| 2103 | 2026-04-16T02:43:59.105Z | Compiling darling_core v0.23.0 |
| 2104 | 2026-04-16T02:43:59.359Z | Compiling ref-cast-impl v1.0.25 |
| 2105 | 2026-04-16T02:43:59.372Z | Compiling foreign-types-shared v0.1.1 |
| 2106 | 2026-04-16T02:43:59.460Z | Compiling openssl v0.10.72 |
| 2107 | 2026-04-16T02:43:59.505Z | Compiling rustix v1.1.2 |
| 2108 | 2026-04-16T02:43:59.518Z | Compiling winnow v0.7.13 |
| 2109 | 2026-04-16T02:43:59.770Z | Compiling foreign-types v0.3.2 |
| 2110 | 2026-04-16T02:43:59.998Z | Compiling usdt-macro v0.6.0 |
| 2111 | 2026-04-16T02:44:00.105Z | Compiling usdt-attr-macro v0.6.0 |
| 2112 | 2026-04-16T02:44:00.972Z | Compiling strum v0.26.3 |
| 2113 | 2026-04-16T02:44:01.109Z | Compiling sha1 v0.10.6 |
| 2114 | 2026-04-16T02:44:01.249Z | Compiling darling_macro v0.23.0 |
| 2115 | 2026-04-16T02:44:01.332Z | Compiling openssl-macros v0.1.1 |
| 2116 | 2026-04-16T02:44:01.406Z | Compiling async-stream-impl v0.3.6 |
| 2117 | 2026-04-16T02:44:01.478Z | Compiling powerfmt v0.2.0 |
| 2118 | 2026-04-16T02:44:01.735Z | Compiling native-tls v0.2.11 |
| 2119 | 2026-04-16T02:44:01.805Z | Compiling deranged v0.5.3 |
| 2120 | 2026-04-16T02:44:01.829Z | Compiling darling v0.23.0 |
| 2121 | 2026-04-16T02:44:02.001Z | Compiling oxnet v0.1.4 |
| 2122 | 2026-04-16T02:44:02.090Z | Compiling structmeta-derive v0.3.0 |
| 2123 | 2026-04-16T02:44:02.972Z | Compiling openssl-probe v0.1.5 |
| 2124 | 2026-04-16T02:44:03.126Z | Compiling match_cfg v0.1.0 |
| 2125 | 2026-04-16T02:44:03.253Z | Compiling num_threads v0.1.7 |
| 2126 | 2026-04-16T02:44:03.339Z | Compiling time v0.3.47 |
| 2127 | 2026-04-16T02:44:03.350Z | Compiling hostname v0.3.1 |
| 2128 | 2026-04-16T02:44:03.354Z | Compiling structmeta v0.3.0 |
| 2129 | 2026-04-16T02:44:03.559Z | Compiling serde_with_macros v3.18.0 |
| 2130 | 2026-04-16T02:44:03.628Z | Compiling progenitor-impl v0.11.1 |
| 2131 | 2026-04-16T02:44:03.783Z | Compiling crossbeam-channel v0.5.15 |
| 2132 | 2026-04-16T02:44:04.447Z | Compiling macaddr v1.0.1 |
| 2133 | 2026-04-16T02:44:04.735Z | Compiling tokio-native-tls v0.3.1 |
| 2134 | 2026-04-16T02:44:04.757Z | Compiling hex v0.4.3 |
| 2135 | 2026-04-16T02:44:04.901Z | Compiling fastrand v2.3.0 |
| 2136 | 2026-04-16T02:44:04.930Z | Compiling hyper-tls v0.6.0 |
| 2137 | 2026-04-16T02:44:05.221Z | Compiling tempfile v3.23.0 |
| 2138 | 2026-04-16T02:44:05.290Z | Compiling webpki-roots v1.0.3 |
| 2139 | 2026-04-16T02:44:05.420Z | Compiling thread_local v1.1.8 |
| 2140 | 2026-04-16T02:44:05.736Z | Compiling progenitor-macro v0.11.1 |
| 2141 | 2026-04-16T02:44:05.769Z | Compiling dropshot v0.16.7 |
| 2142 | 2026-04-16T02:44:06.203Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2143 | 2026-04-16T02:44:06.455Z | Compiling rustls-webpki v0.102.4 |
| 2144 | 2026-04-16T02:44:07.523Z | Compiling newtype-uuid v1.3.2 |
| 2145 | 2026-04-16T02:44:07.865Z | Compiling newtype-uuid-macros v0.1.0 |
| 2146 | 2026-04-16T02:44:08.527Z | Compiling toml_datetime v0.6.11 |
| 2147 | 2026-04-16T02:44:08.645Z | Compiling strum_macros v0.27.2 |
| 2148 | 2026-04-16T02:44:08.767Z | Compiling serde_spanned v1.0.4 |
| 2149 | 2026-04-16T02:44:08.928Z | Compiling is-terminal v0.4.12 |
| 2150 | 2026-04-16T02:44:08.928Z | Compiling term v1.2.0 |
| 2151 | 2026-04-16T02:44:09.028Z | Compiling take_mut v0.2.2 |
| 2152 | 2026-04-16T02:44:09.147Z | Compiling debug-ignore v1.0.5 |
| 2153 | 2026-04-16T02:44:09.260Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2154 | 2026-04-16T02:44:09.534Z | Compiling slog-term v2.9.2 |
| 2155 | 2026-04-16T02:44:10.928Z | Compiling slog-json v2.6.1 |
| 2156 | 2026-04-16T02:44:11.027Z | Compiling derive-ex v0.1.8 |
| 2157 | 2026-04-16T02:44:11.166Z | Compiling dropshot_endpoint v0.16.7 |
| 2158 | 2026-04-16T02:44:11.214Z | Compiling memmap2 v0.9.9 |
| 2159 | 2026-04-16T02:44:11.499Z | Compiling quick-error v1.2.3 |
| 2160 | 2026-04-16T02:44:11.635Z | Compiling spin v0.9.8 |
| 2161 | 2026-04-16T02:44:12.591Z | Compiling test-strategy v0.4.3 |
| 2162 | 2026-04-16T02:44:12.807Z | Compiling usdt v0.6.0 |
| 2163 | 2026-04-16T02:44:12.912Z | Compiling tokio-rustls v0.25.0 |
| 2164 | 2026-04-16T02:44:13.152Z | Compiling slog-bunyan v2.5.0 |
| 2165 | 2026-04-16T02:44:13.332Z | Compiling daft v0.1.5 |
| 2166 | 2026-04-16T02:44:13.436Z | Compiling parse-display-derive v0.10.0 |
| 2167 | 2026-04-16T02:44:13.620Z | Compiling async-stream v0.3.6 |
| 2168 | 2026-04-16T02:44:13.794Z | Compiling waitgroup v0.1.2 |
| 2169 | 2026-04-16T02:44:13.808Z | Compiling rustls-pemfile v2.2.0 |
| 2170 | 2026-04-16T02:44:13.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2171 | 2026-04-16T02:44:13.965Z | Compiling serde_path_to_error v0.1.20 |
| 2172 | 2026-04-16T02:44:14.064Z | Compiling hostname v0.4.2 |
| 2173 | 2026-04-16T02:44:14.231Z | Compiling serde_with v3.18.0 |
| 2174 | 2026-04-16T02:44:15.150Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2175 | 2026-04-16T02:44:15.558Z | Compiling wait-timeout v0.2.0 |
| 2176 | 2026-04-16T02:44:16.007Z | Compiling crucible-workspace-hack v0.1.0 |
| 2177 | 2026-04-16T02:44:16.318Z | Compiling bit-vec v0.6.3 |
| 2178 | 2026-04-16T02:44:16.538Z | Compiling bit-set v0.5.3 |
| 2179 | 2026-04-16T02:44:16.617Z | Compiling rusty-fork v0.3.0 |
| 2180 | 2026-04-16T02:44:16.635Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2181 | 2026-04-16T02:44:16.699Z | Compiling strum v0.27.2 |
| 2182 | 2026-04-16T02:44:16.775Z | Compiling rand_xorshift v0.3.0 |
| 2183 | 2026-04-16T02:44:16.954Z | Compiling unarray v0.1.4 |
| 2184 | 2026-04-16T02:44:17.082Z | Compiling proptest v1.5.0 |
| 2185 | 2026-04-16T02:44:17.871Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2186 | 2026-04-16T02:44:18.291Z | Compiling instant v0.1.12 |
| 2187 | 2026-04-16T02:44:18.411Z | Compiling rustc-hash v2.1.1 |
| 2188 | 2026-04-16T02:44:18.554Z | Compiling heck v0.4.1 |
| 2189 | 2026-04-16T02:44:18.755Z | Compiling winnow v0.5.40 |
| 2190 | 2026-04-16T02:44:20.141Z | Compiling unicode-width v0.1.14 |
| 2191 | 2026-04-16T02:44:20.452Z | Compiling toml_edit v0.19.15 |
| 2192 | 2026-04-16T02:44:20.755Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2193 | 2026-04-16T02:44:22.291Z | Compiling iddqd v0.3.17 |
| 2194 | 2026-04-16T02:44:22.411Z | Compiling backoff v0.4.0 |
| 2195 | 2026-04-16T02:44:22.623Z | Compiling parse-display v0.10.0 |
| 2196 | 2026-04-16T02:44:22.978Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2197 | 2026-04-16T02:44:23.129Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2198 | 2026-04-16T02:44:23.456Z | Compiling clap_derive v4.5.4 |
| 2199 | 2026-04-16T02:44:24.093Z | Compiling utf8parse v0.2.1 |
| 2200 | 2026-04-16T02:44:24.213Z | Compiling anstyle-parse v0.2.4 |
| 2201 | 2026-04-16T02:44:24.441Z | Compiling proc-macro-crate v1.3.1 |
| 2202 | 2026-04-16T02:44:24.983Z | Compiling darling_core v0.21.3 |
| 2203 | 2026-04-16T02:44:25.250Z | Compiling anstyle v1.0.7 |
| 2204 | 2026-04-16T02:44:25.524Z | Compiling anstyle-query v1.0.3 |
| 2205 | 2026-04-16T02:44:25.632Z | Compiling colorchoice v1.0.1 |
| 2206 | 2026-04-16T02:44:25.713Z | Compiling is_terminal_polyfill v1.70.0 |
| 2207 | 2026-04-16T02:44:25.810Z | Compiling anstream v0.6.14 |
| 2208 | 2026-04-16T02:44:26.272Z | Compiling terminal_size v0.3.0 |
| 2209 | 2026-04-16T02:44:26.593Z | Compiling clap_lex v0.7.0 |
| 2210 | 2026-04-16T02:44:26.695Z | Compiling base64ct v1.6.0 |
| 2211 | 2026-04-16T02:44:26.963Z | Compiling clap_builder v4.5.2 |
| 2212 | 2026-04-16T02:44:27.067Z | Compiling darling_macro v0.21.3 |
| 2213 | 2026-04-16T02:44:27.463Z | Compiling itertools v0.14.0 |
| 2214 | 2026-04-16T02:44:27.636Z | Compiling darling v0.21.3 |
| 2215 | 2026-04-16T02:44:27.700Z | Compiling derive-where v1.6.0 |
| 2216 | 2026-04-16T02:44:28.671Z | Compiling heapless v0.8.0 |
| 2217 | 2026-04-16T02:44:29.176Z | Compiling clap v4.5.4 |
| 2218 | 2026-04-16T02:44:29.538Z | Compiling ingot-macros v0.1.1 |
| 2219 | 2026-04-16T02:44:29.928Z | Compiling hash32 v0.3.1 |
| 2220 | 2026-04-16T02:44:30.552Z | Compiling smoltcp v0.11.0 |
| 2221 | 2026-04-16T02:44:31.888Z | Compiling cobs v0.2.3 |
| 2222 | 2026-04-16T02:44:32.138Z | Compiling managed v0.8.0 |
| 2223 | 2026-04-16T02:44:32.184Z | Compiling ingot-types v0.1.2 |
| 2224 | 2026-04-16T02:44:32.605Z | Compiling bitflags v1.3.2 |
| 2225 | 2026-04-16T02:44:32.621Z | Compiling ingot v0.1.1 |
| 2226 | 2026-04-16T02:44:32.639Z | Compiling postcard v1.0.9 |
| 2227 | 2026-04-16T02:44:33.275Z | Compiling tabwriter v1.4.0 |
| 2228 | 2026-04-16T02:44:33.416Z | Compiling crossbeam-epoch v0.9.18 |
| 2229 | 2026-04-16T02:44:34.162Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2230 | 2026-04-16T02:44:34.201Z | Compiling proc-macro-error-attr v1.0.4 |
| 2231 | 2026-04-16T02:44:34.410Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-04-16T02:44:34.637Z | Compiling num_enum_derive v0.7.4 |
| 2233 | 2026-04-16T02:44:34.689Z | Compiling zerocopy-derive v0.7.34 |
| 2234 | 2026-04-16T02:44:35.026Z | Compiling proc-macro-error v1.0.4 |
| 2235 | 2026-04-16T02:44:35.272Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2236 | 2026-04-16T02:44:35.689Z | Compiling num_enum v0.7.4 |
| 2237 | 2026-04-16T02:44:35.971Z | Compiling foreign-types-macros v0.2.3 |
| 2238 | 2026-04-16T02:44:36.037Z | Compiling rayon-core v1.13.0 |
| 2239 | 2026-04-16T02:44:36.195Z | Compiling colored v3.0.0 |
| 2240 | 2026-04-16T02:44:36.230Z | Compiling foreign-types-shared v0.3.1 |
| 2241 | 2026-04-16T02:44:36.600Z | Compiling crossbeam-deque v0.8.5 |
| 2242 | 2026-04-16T02:44:36.603Z | Compiling foreign-types v0.5.0 |
| 2243 | 2026-04-16T02:44:36.661Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2244 | 2026-04-16T02:44:36.680Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2245 | 2026-04-16T02:44:36.805Z | Compiling cstr-argument v0.1.2 |
| 2246 | 2026-04-16T02:44:37.153Z | Compiling data-encoding v2.6.0 |
| 2247 | 2026-04-16T02:44:37.171Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2248 | 2026-04-16T02:44:37.273Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2249 | 2026-04-16T02:44:37.429Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2250 | 2026-04-16T02:44:37.872Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2251 | 2026-04-16T02:44:37.880Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2252 | 2026-04-16T02:44:38.311Z | Compiling rayon v1.11.0 |
| 2253 | 2026-04-16T02:44:38.613Z | Compiling zerocopy v0.7.34 |
| 2254 | 2026-04-16T02:44:38.730Z | Compiling rustls-webpki v0.103.4 |
| 2255 | 2026-04-16T02:44:39.151Z | Compiling pem-rfc7468 v0.7.0 |
| 2256 | 2026-04-16T02:44:39.991Z | Compiling serde_spanned v0.6.9 |
| 2257 | 2026-04-16T02:44:40.265Z | Compiling scroll_derive v0.12.0 |
| 2258 | 2026-04-16T02:44:40.530Z | Compiling der_derive v0.7.3 |
| 2259 | 2026-04-16T02:44:40.629Z | Compiling num-derive v0.4.2 |
| 2260 | 2026-04-16T02:44:40.923Z | Compiling sigpipe v0.1.3 |
| 2261 | 2026-04-16T02:44:40.974Z | Compiling usdt-impl v0.5.0 |
| 2262 | 2026-04-16T02:44:41.233Z | Compiling flagset v0.4.7 |
| 2263 | 2026-04-16T02:44:41.383Z | Compiling jiff v0.2.15 |
| 2264 | 2026-04-16T02:44:41.476Z | Compiling cfg_aliases v0.2.1 |
| 2265 | 2026-04-16T02:44:41.493Z | Compiling der v0.7.10 |
| 2266 | 2026-04-16T02:44:41.698Z | Compiling scroll v0.12.0 |
| 2267 | 2026-04-16T02:44:42.138Z | Compiling dof v0.3.0 |
| 2268 | 2026-04-16T02:44:42.199Z | Compiling zone_cfg_derive v0.3.0 |
| 2269 | 2026-04-16T02:44:42.591Z | Compiling dtrace-parser v0.2.0 |
| 2270 | 2026-04-16T02:44:42.974Z | Compiling camino-tempfile v1.4.1 |
| 2271 | 2026-04-16T02:44:42.978Z | Compiling rustc_version v0.4.1 |
| 2272 | 2026-04-16T02:44:43.245Z | Compiling thread-id v4.2.1 |
| 2273 | 2026-04-16T02:44:43.886Z | Compiling zone v0.3.1 |
| 2274 | 2026-04-16T02:44:43.899Z | Compiling goblin v0.8.2 |
| 2275 | 2026-04-16T02:44:44.064Z | Compiling tokio-rustls v0.26.0 |
| 2276 | 2026-04-16T02:44:44.319Z | Compiling hyper-rustls v0.27.3 |
| 2277 | 2026-04-16T02:44:44.739Z | Compiling reqwest v0.12.23 |
| 2278 | 2026-04-16T02:44:45.166Z | Compiling smf v0.2.3 |
| 2279 | 2026-04-16T02:44:45.614Z | Compiling whoami v1.5.1 |
| 2280 | 2026-04-16T02:44:46.158Z | Compiling progenitor-client v0.11.1 |
| 2281 | 2026-04-16T02:44:46.234Z | Compiling progenitor-client v0.10.0 |
| 2282 | 2026-04-16T02:44:46.623Z | Compiling progenitor v0.11.1 |
| 2283 | 2026-04-16T02:44:46.763Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2284 | 2026-04-16T02:44:47.442Z | Compiling spki v0.7.3 |
| 2285 | 2026-04-16T02:44:48.008Z | Compiling secrecy v0.10.3 |
| 2286 | 2026-04-16T02:44:48.184Z | Compiling num-integer v0.1.46 |
| 2287 | 2026-04-16T02:44:49.095Z | Compiling convert_case v0.4.0 |
| 2288 | 2026-04-16T02:44:49.422Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2289 | 2026-04-16T02:44:50.238Z | Compiling derive_more v0.99.20 |
| 2290 | 2026-04-16T02:44:53.325Z | Compiling usdt-attr-macro v0.5.0 |
| 2291 | 2026-04-16T02:44:53.594Z | Compiling usdt-macro v0.5.0 |
| 2292 | 2026-04-16T02:44:53.990Z | Compiling num_enum_derive v0.5.11 |
| 2293 | 2026-04-16T02:44:54.043Z | Compiling memmap v0.7.0 |
| 2294 | 2026-04-16T02:44:54.269Z | Compiling tinyvec_macros v0.1.1 |
| 2295 | 2026-04-16T02:44:54.286Z | Compiling usdt v0.5.0 |
| 2296 | 2026-04-16T02:44:54.344Z | Compiling tinyvec v1.6.0 |
| 2297 | 2026-04-16T02:44:54.925Z | Compiling num-bigint v0.4.5 |
| 2298 | 2026-04-16T02:44:55.017Z | Compiling num_enum v0.5.11 |
| 2299 | 2026-04-16T02:44:55.109Z | Compiling pkcs8 v0.10.2 |
| 2300 | 2026-04-16T02:44:55.397Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2301 | 2026-04-16T02:44:55.754Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2302 | 2026-04-16T02:44:55.917Z | Compiling toml_write v0.1.2 |
| 2303 | 2026-04-16T02:44:56.036Z | Compiling num-rational v0.4.2 |
| 2304 | 2026-04-16T02:44:56.134Z | Compiling toml_edit v0.22.27 |
| 2305 | 2026-04-16T02:44:56.371Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2306 | 2026-04-16T02:44:58.068Z | Compiling num-iter v0.1.45 |
| 2307 | 2026-04-16T02:44:58.602Z | Compiling password-hash v0.5.0 |
| 2308 | 2026-04-16T02:44:58.771Z | Compiling darling_core v0.20.11 |
| 2309 | 2026-04-16T02:44:58.783Z | Compiling blake2 v0.10.6 |
| 2310 | 2026-04-16T02:44:59.119Z | Compiling hmac v0.12.1 |
| 2311 | 2026-04-16T02:44:59.268Z | Compiling inout v0.1.3 |
| 2312 | 2026-04-16T02:44:59.429Z | Compiling num-complex v0.4.6 |
| 2313 | 2026-04-16T02:44:59.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2314 | 2026-04-16T02:45:00.129Z | Compiling memoffset v0.9.1 |
| 2315 | 2026-04-16T02:45:00.716Z | Compiling darling_macro v0.20.11 |
| 2316 | 2026-04-16T02:45:01.448Z | Compiling num v0.4.3 |
| 2317 | 2026-04-16T02:45:01.512Z | Compiling cipher v0.4.4 |
| 2318 | 2026-04-16T02:45:01.532Z | Compiling argon2 v0.5.3 |
| 2319 | 2026-04-16T02:45:01.987Z | Compiling toml v0.8.23 |
| 2320 | 2026-04-16T02:45:02.026Z | Compiling nix v0.30.1 |
| 2321 | 2026-04-16T02:45:02.401Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2322 | 2026-04-16T02:45:02.423Z | Compiling ff v0.13.1 |
| 2323 | 2026-04-16T02:45:02.538Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2324 | 2026-04-16T02:45:02.953Z | Compiling base64 v0.21.7 |
| 2325 | 2026-04-16T02:45:03.092Z | Compiling base16ct v0.2.0 |
| 2326 | 2026-04-16T02:45:03.324Z | Compiling sec1 v0.7.3 |
| 2327 | 2026-04-16T02:45:04.104Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2328 | 2026-04-16T02:45:04.116Z | Compiling group v0.13.0 |
| 2329 | 2026-04-16T02:45:04.330Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2330 | 2026-04-16T02:45:04.716Z | Compiling darling v0.20.11 |
| 2331 | 2026-04-16T02:45:04.882Z | Compiling hkdf v0.12.4 |
| 2332 | 2026-04-16T02:45:04.929Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2333 | 2026-04-16T02:45:05.609Z | Compiling enum-as-inner v0.6.0 |
| 2334 | 2026-04-16T02:45:06.062Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2335 | 2026-04-16T02:45:06.264Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2336 | 2026-04-16T02:45:06.325Z | Compiling hubpack_derive v0.1.1 |
| 2337 | 2026-04-16T02:45:06.639Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2338 | 2026-04-16T02:45:06.734Z | Compiling progenitor-impl v0.10.0 |
| 2339 | 2026-04-16T02:45:06.840Z | Compiling libz-sys v1.1.16 |
| 2340 | 2026-04-16T02:45:06.993Z | Compiling universal-hash v0.5.1 |
| 2341 | 2026-04-16T02:45:07.149Z | Compiling crypto-bigint v0.5.5 |
| 2342 | 2026-04-16T02:45:07.173Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2343 | 2026-04-16T02:45:07.600Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2344 | 2026-04-16T02:45:07.621Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2345 | 2026-04-16T02:45:07.835Z | Compiling opaque-debug v0.3.1 |
| 2346 | 2026-04-16T02:45:07.851Z | Compiling indent_write v2.2.0 |
| 2347 | 2026-04-16T02:45:08.078Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2348 | 2026-04-16T02:45:08.783Z | Compiling progenitor-macro v0.10.0 |
| 2349 | 2026-04-16T02:45:09.259Z | Compiling elliptic-curve v0.13.8 |
| 2350 | 2026-04-16T02:45:09.762Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2351 | 2026-04-16T02:45:09.797Z | Compiling hubpack v0.1.2 |
| 2352 | 2026-04-16T02:45:10.054Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2353 | 2026-04-16T02:45:10.238Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2354 | 2026-04-16T02:45:10.850Z | Compiling derive_builder_core v0.20.2 |
| 2355 | 2026-04-16T02:45:11.298Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2356 | 2026-04-16T02:45:11.617Z | Compiling curve25519-dalek v4.1.3 |
| 2357 | 2026-04-16T02:45:11.941Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2358 | 2026-04-16T02:45:12.640Z | Compiling half v2.7.1 |
| 2359 | 2026-04-16T02:45:12.988Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2360 | 2026-04-16T02:45:13.001Z | Compiling float-ord v0.3.2 |
| 2361 | 2026-04-16T02:45:13.004Z | Compiling ciborium-io v0.2.2 |
| 2362 | 2026-04-16T02:45:13.111Z | Compiling static_assertions v1.1.0 |
| 2363 | 2026-04-16T02:45:13.193Z | Compiling utf-8 v0.7.6 |
| 2364 | 2026-04-16T02:45:13.244Z | Compiling crc32fast v1.4.0 |
| 2365 | 2026-04-16T02:45:13.405Z | Compiling tungstenite v0.21.0 |
| 2366 | 2026-04-16T02:45:13.472Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2367 | 2026-04-16T02:45:13.779Z | Compiling progenitor v0.10.0 |
| 2368 | 2026-04-16T02:45:13.924Z | Compiling ciborium-ll v0.2.2 |
| 2369 | 2026-04-16T02:45:14.280Z | Compiling derive_builder_macro v0.20.2 |
| 2370 | 2026-04-16T02:45:14.580Z | Compiling resolv-conf v0.7.0 |
| 2371 | 2026-04-16T02:45:14.885Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2372 | 2026-04-16T02:45:14.914Z | Compiling aead v0.5.2 |
| 2373 | 2026-04-16T02:45:15.124Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2374 | 2026-04-16T02:45:15.296Z | Compiling vergen-lib v9.1.0 |
| 2375 | 2026-04-16T02:45:15.330Z | Compiling slog-dtrace v0.3.0 |
| 2376 | 2026-04-16T02:45:15.530Z | Compiling linked-hash-map v0.5.6 |
| 2377 | 2026-04-16T02:45:15.555Z | Compiling swrite v0.1.0 |
| 2378 | 2026-04-16T02:45:15.572Z | Compiling adler v1.0.2 |
| 2379 | 2026-04-16T02:45:15.668Z | Compiling openssl-probe v0.2.1 |
| 2380 | 2026-04-16T02:45:15.753Z | Compiling semver v0.1.20 |
| 2381 | 2026-04-16T02:45:15.753Z | Compiling lru-cache v0.1.2 |
| 2382 | 2026-04-16T02:45:15.879Z | Compiling rustls-native-certs v0.8.3 |
| 2383 | 2026-04-16T02:45:15.897Z | Compiling miniz_oxide v0.7.2 |
| 2384 | 2026-04-16T02:45:16.014Z | Compiling rustc_version v0.1.7 |
| 2385 | 2026-04-16T02:45:16.683Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2386 | 2026-04-16T02:45:17.828Z | Compiling derive_builder v0.20.2 |
| 2387 | 2026-04-16T02:45:17.958Z | Compiling ciborium v0.2.2 |
| 2388 | 2026-04-16T02:45:18.478Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2389 | 2026-04-16T02:45:18.790Z | Compiling tokio-tungstenite v0.21.0 |
| 2390 | 2026-04-16T02:45:19.137Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2391 | 2026-04-16T02:45:20.179Z | Compiling hickory-proto v0.24.4 |
| 2392 | 2026-04-16T02:45:20.781Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2393 | 2026-04-16T02:45:22.441Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2394 | 2026-04-16T02:45:22.460Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2395 | 2026-04-16T02:45:22.669Z | Compiling serde_repr v0.1.19 |
| 2396 | 2026-04-16T02:45:23.252Z | Compiling vergen v9.1.0 |
| 2397 | 2026-04-16T02:45:23.486Z | Compiling cargo-platform v0.3.2 |
| 2398 | 2026-04-16T02:45:23.513Z | Compiling siphasher v1.0.1 |
| 2399 | 2026-04-16T02:45:23.724Z | Compiling keccak v0.1.6 |
| 2400 | 2026-04-16T02:45:23.739Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2401 | 2026-04-16T02:45:23.980Z | Compiling sha3 v0.10.8 |
| 2402 | 2026-04-16T02:45:24.184Z | Compiling phf_shared v0.12.1 |
| 2403 | 2026-04-16T02:45:24.365Z | Compiling cargo_metadata v0.23.1 |
| 2404 | 2026-04-16T02:45:24.413Z | Compiling thiserror-no-std v2.0.2 |
| 2405 | 2026-04-16T02:45:24.539Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2406 | 2026-04-16T02:45:24.838Z | Compiling hickory-resolver v0.24.4 |
| 2407 | 2026-04-16T02:45:25.270Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2408 | 2026-04-16T02:45:25.597Z | Compiling flate2 v1.0.30 |
| 2409 | 2026-04-16T02:45:27.569Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2410 | 2026-04-16T02:45:27.852Z | Compiling newtype_derive v0.1.6 |
| 2411 | 2026-04-16T02:45:27.909Z | Compiling rustls-platform-verifier v0.6.2 |
| 2412 | 2026-04-16T02:45:28.084Z | Compiling poly1305 v0.8.0 |
| 2413 | 2026-04-16T02:45:28.309Z | Compiling chacha20 v0.9.1 |
| 2414 | 2026-04-16T02:45:28.517Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2415 | 2026-04-16T02:45:28.558Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2416 | 2026-04-16T02:45:28.684Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2417 | 2026-04-16T02:45:29.400Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2418 | 2026-04-16T02:45:29.847Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2419 | 2026-04-16T02:45:30.425Z | Compiling tokio-stream v0.1.17 |
| 2420 | 2026-04-16T02:45:30.712Z | Compiling typify-impl v0.6.1 |
| 2421 | 2026-04-16T02:45:30.961Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2422 | 2026-04-16T02:45:31.107Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2423 | 2026-04-16T02:45:31.470Z | Compiling serde-big-array v0.5.1 |
| 2424 | 2026-04-16T02:45:31.568Z | Compiling pin-project-internal v1.1.10 |
| 2425 | 2026-04-16T02:45:31.629Z | Compiling vergen-git2 v9.1.0 |
| 2426 | 2026-04-16T02:45:31.860Z | Compiling chrono-tz v0.10.4 |
| 2427 | 2026-04-16T02:45:32.014Z | Compiling unicode-xid v0.2.4 |
| 2428 | 2026-04-16T02:45:32.080Z | Compiling owo-colors v4.2.3 |
| 2429 | 2026-04-16T02:45:32.137Z | Compiling foldhash v0.1.5 |
| 2430 | 2026-04-16T02:45:32.172Z | Compiling compression-core v0.4.31 |
| 2431 | 2026-04-16T02:45:32.348Z | Compiling cancel-safe-futures v0.1.5 |
| 2432 | 2026-04-16T02:45:32.348Z | Compiling unicode-segmentation v1.11.0 |
| 2433 | 2026-04-16T02:45:32.447Z | Compiling compression-codecs v0.4.32 |
| 2434 | 2026-04-16T02:45:32.615Z | Compiling hashbrown v0.15.2 |
| 2435 | 2026-04-16T02:45:32.630Z | Compiling pin-project v1.1.10 |
| 2436 | 2026-04-16T02:45:32.653Z | Compiling const_format_proc_macros v0.2.34 |
| 2437 | 2026-04-16T02:45:32.734Z | Compiling newline-converter v0.3.0 |
| 2438 | 2026-04-16T02:45:32.891Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2439 | 2026-04-16T02:45:32.903Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2440 | 2026-04-16T02:45:32.907Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2441 | 2026-04-16T02:45:33.158Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2442 | 2026-04-16T02:45:33.232Z | Compiling qorb v0.4.1 |
| 2443 | 2026-04-16T02:45:33.409Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2444 | 2026-04-16T02:45:34.056Z | Compiling typify-macro v0.6.1 |
| 2445 | 2026-04-16T02:45:35.614Z | Compiling chacha20poly1305 v0.10.1 |
| 2446 | 2026-04-16T02:45:35.819Z | Compiling reqwest v0.13.2 |
| 2447 | 2026-04-16T02:45:36.788Z | Compiling vsss-rs v3.3.4 |
| 2448 | 2026-04-16T02:45:37.626Z | Compiling phf v0.12.1 |
| 2449 | 2026-04-16T02:45:37.803Z | Compiling unicode-normalization v0.1.24 |
| 2450 | 2026-04-16T02:45:38.242Z | Compiling tokio-dtrace v0.1.1 |
| 2451 | 2026-04-16T02:45:38.374Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2452 | 2026-04-16T02:45:38.600Z | Compiling console v0.15.8 |
| 2453 | 2026-04-16T02:45:38.859Z | Compiling snafu-derive v0.8.9 |
| 2454 | 2026-04-16T02:45:39.259Z | Compiling atomicwrites v0.4.4 |
| 2455 | 2026-04-16T02:45:39.536Z | Compiling signature v2.2.0 |
| 2456 | 2026-04-16T02:45:39.731Z | Compiling libsw-core v0.3.2 |
| 2457 | 2026-04-16T02:45:39.848Z | Compiling async-recursion v1.1.1 |
| 2458 | 2026-04-16T02:45:39.909Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2459 | 2026-04-16T02:45:40.323Z | Compiling dropshot v0.17.0 |
| 2460 | 2026-04-16T02:45:40.519Z | Compiling cookie v0.18.1 |
| 2461 | 2026-04-16T02:45:40.561Z | Compiling csv-core v0.1.12 |
| 2462 | 2026-04-16T02:45:40.573Z | Compiling bstr v1.9.1 |
| 2463 | 2026-04-16T02:45:40.754Z | Compiling same-file v1.0.6 |
| 2464 | 2026-04-16T02:45:40.928Z | Compiling git2 v0.20.2 |
| 2465 | 2026-04-16T02:45:40.931Z | Compiling fixedbitset v0.5.7 |
| 2466 | 2026-04-16T02:45:40.966Z | Compiling rustls v0.21.12 |
| 2467 | 2026-04-16T02:45:41.191Z | Compiling moka v0.12.10 |
| 2468 | 2026-04-16T02:45:41.254Z | Compiling similar v2.7.0 |
| 2469 | 2026-04-16T02:45:41.266Z | Compiling bytecount v0.6.9 |
| 2470 | 2026-04-16T02:45:41.416Z | Compiling highway v1.3.0 |
| 2471 | 2026-04-16T02:45:41.484Z | Compiling fixedbitset v0.4.2 |
| 2472 | 2026-04-16T02:45:41.530Z | Compiling papergrid v0.11.0 |
| 2473 | 2026-04-16T02:45:41.757Z | Compiling expectorate v1.2.0 |
| 2474 | 2026-04-16T02:45:41.834Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2475 | 2026-04-16T02:45:42.102Z | Compiling petgraph v0.6.5 |
| 2476 | 2026-04-16T02:45:42.743Z | Compiling petgraph v0.8.3 |
| 2477 | 2026-04-16T02:45:43.795Z | Compiling globset v0.4.14 |
| 2478 | 2026-04-16T02:45:43.881Z | Compiling walkdir v2.5.0 |
| 2479 | 2026-04-16T02:45:43.952Z | Compiling csv v1.3.1 |
| 2480 | 2026-04-16T02:45:44.043Z | Compiling snafu v0.8.9 |
| 2481 | 2026-04-16T02:45:44.653Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2482 | 2026-04-16T02:45:44.679Z | Compiling libsw v3.5.0 |
| 2483 | 2026-04-16T02:45:44.899Z | Compiling oxide-tokio-rt v0.1.2 |
| 2484 | 2026-04-16T02:45:44.925Z | Compiling olpc-cjson v0.1.4 |
| 2485 | 2026-04-16T02:45:45.122Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2486 | 2026-04-16T02:45:45.320Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2487 | 2026-04-16T02:45:46.345Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2488 | 2026-04-16T02:45:46.831Z | Compiling const_format v0.2.35 |
| 2489 | 2026-04-16T02:45:47.379Z | Compiling async-compression v0.4.33 |
| 2490 | 2026-04-16T02:45:47.920Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2491 | 2026-04-16T02:45:47.933Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2492 | 2026-04-16T02:45:48.244Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2493 | 2026-04-16T02:45:48.263Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2494 | 2026-04-16T02:45:48.767Z | Compiling nix v0.31.1 |
| 2495 | 2026-04-16T02:45:48.828Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2496 | 2026-04-16T02:45:49.162Z | Compiling tabled_derive v0.7.0 |
| 2497 | 2026-04-16T02:45:49.918Z | Compiling gethostname v0.5.0 |
| 2498 | 2026-04-16T02:45:50.065Z | Compiling terminal_size v0.4.3 |
| 2499 | 2026-04-16T02:45:50.141Z | Compiling sct v0.7.1 |
| 2500 | 2026-04-16T02:45:50.229Z | Compiling rustls-webpki v0.101.7 |
| 2501 | 2026-04-16T02:45:50.390Z | Compiling pem v3.0.5 |
| 2502 | 2026-04-16T02:45:50.913Z | Compiling bcs v0.1.6 |
| 2503 | 2026-04-16T02:45:51.072Z | Compiling dropshot_endpoint v0.17.0 |
| 2504 | 2026-04-16T02:45:51.283Z | Compiling serde_plain v1.0.2 |
| 2505 | 2026-04-16T02:45:51.314Z | Compiling radium v0.7.0 |
| 2506 | 2026-04-16T02:45:51.541Z | Compiling unicode-linebreak v0.1.5 |
| 2507 | 2026-04-16T02:45:51.561Z | Compiling smawk v0.3.2 |
| 2508 | 2026-04-16T02:45:51.604Z | Compiling unicode-width v0.2.1 |
| 2509 | 2026-04-16T02:45:51.728Z | Compiling termtree v0.5.1 |
| 2510 | 2026-04-16T02:45:51.815Z | Compiling typed-path v0.9.3 |
| 2511 | 2026-04-16T02:45:51.857Z | Compiling salty v0.3.0 |
| 2512 | 2026-04-16T02:45:51.898Z | Compiling tagptr v0.2.0 |
| 2513 | 2026-04-16T02:45:51.921Z | Compiling linear-map v1.2.0 |
| 2514 | 2026-04-16T02:45:52.147Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2515 | 2026-04-16T02:45:52.399Z | Compiling textwrap v0.16.2 |
| 2516 | 2026-04-16T02:45:53.227Z | Compiling tough v0.20.0 |
| 2517 | 2026-04-16T02:45:53.367Z | Compiling tabled v0.15.0 |
| 2518 | 2026-04-16T02:45:54.001Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2519 | 2026-04-16T02:45:54.660Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2520 | 2026-04-16T02:45:55.260Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2521 | 2026-04-16T02:46:00.531Z | Compiling steno v0.4.1 |
| 2522 | 2026-04-16T02:46:01.093Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2523 | 2026-04-16T02:46:02.795Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2524 | 2026-04-16T02:46:03.404Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2525 | 2026-04-16T02:46:03.735Z | Compiling hickory-proto v0.25.2 |
| 2526 | 2026-04-16T02:46:04.655Z | Compiling rfc6979 v0.4.0 |
| 2527 | 2026-04-16T02:46:04.815Z | Compiling sha2 v0.10.9 |
| 2528 | 2026-04-16T02:46:06.045Z | Compiling humantime v2.3.0 |
| 2529 | 2026-04-16T02:46:06.508Z | Compiling tap v1.0.1 |
| 2530 | 2026-04-16T02:46:06.604Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2531 | 2026-04-16T02:46:06.642Z | Compiling wyz v0.5.1 |
| 2532 | 2026-04-16T02:46:06.872Z | Compiling hickory-resolver v0.25.2 |
| 2533 | 2026-04-16T02:46:08.886Z | Compiling ecdsa v0.16.9 |
| 2534 | 2026-04-16T02:46:09.469Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2535 | 2026-04-16T02:46:11.043Z | Compiling tokio-rustls v0.24.1 |
| 2536 | 2026-04-16T02:46:11.991Z | Compiling ed25519 v2.2.3 |
| 2537 | 2026-04-16T02:46:12.404Z | Compiling typify v0.6.1 |
| 2538 | 2026-04-16T02:46:12.416Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2539 | 2026-04-16T02:46:12.504Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2540 | 2026-04-16T02:46:12.763Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2541 | 2026-04-16T02:46:12.804Z | Compiling primeorder v0.13.6 |
| 2542 | 2026-04-16T02:46:13.091Z | Compiling rustls-pemfile v1.0.4 |
| 2543 | 2026-04-16T02:46:13.453Z | Compiling twox-hash v2.1.2 |
| 2544 | 2026-04-16T02:46:13.908Z | Compiling env_filter v1.0.1 |
| 2545 | 2026-04-16T02:46:14.632Z | Compiling atty v0.2.14 |
| 2546 | 2026-04-16T02:46:14.761Z | Compiling funty v2.0.0 |
| 2547 | 2026-04-16T02:46:15.883Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2548 | 2026-04-16T02:46:16.257Z | Compiling bitvec v1.0.1 |
| 2549 | 2026-04-16T02:46:16.866Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2550 | 2026-04-16T02:46:18.313Z | Compiling env_logger v0.11.10 |
| 2551 | 2026-04-16T02:46:18.957Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2552 | 2026-04-16T02:46:19.669Z | Compiling p384 v0.13.1 |
| 2553 | 2026-04-16T02:46:21.031Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2554 | 2026-04-16T02:46:21.692Z | Compiling progenitor-impl v0.13.0 |
| 2555 | 2026-04-16T02:46:22.040Z | Compiling ed25519-dalek v2.2.0 |
| 2556 | 2026-04-16T02:46:22.556Z | Compiling toml v0.7.8 |
| 2557 | 2026-04-16T02:46:23.753Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2558 | 2026-04-16T02:46:24.021Z | Compiling polyval v0.6.2 |
| 2559 | 2026-04-16T02:46:24.299Z | Compiling ctr v0.9.2 |
| 2560 | 2026-04-16T02:46:24.511Z | Compiling aes v0.8.4 |
| 2561 | 2026-04-16T02:46:24.550Z | Compiling x509-cert v0.2.5 |
| 2562 | 2026-04-16T02:46:25.453Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 2563 | 2026-04-16T02:46:25.705Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2564 | 2026-04-16T02:46:25.936Z | Compiling bincode v1.3.3 |
| 2565 | 2026-04-16T02:46:26.397Z | Compiling strum_macros v0.28.0 |
| 2566 | 2026-04-16T02:46:27.863Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2567 | 2026-04-16T02:46:28.011Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2568 | 2026-04-16T02:46:28.197Z | Compiling passt v0.3.0 |
| 2569 | 2026-04-16T02:46:28.313Z | Compiling fakedata_generator v0.7.1 |
| 2570 | 2026-04-16T02:46:28.474Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2571 | 2026-04-16T02:46:29.042Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2572 | 2026-04-16T02:46:29.167Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2573 | 2026-04-16T02:46:29.252Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2574 | 2026-04-16T02:46:29.572Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2575 | 2026-04-16T02:46:31.276Z | Compiling aes-gcm-siv v0.11.1 |
| 2576 | 2026-04-16T02:46:31.467Z | Compiling progenitor-macro v0.13.0 |
| 2577 | 2026-04-16T02:46:32.544Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2578 | 2026-04-16T02:46:35.812Z | Compiling progenitor-client v0.13.0 |
| 2579 | 2026-04-16T02:46:36.324Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2580 | 2026-04-16T02:46:36.441Z | Compiling bitstruct_derive v0.1.0 |
| 2581 | 2026-04-16T02:46:37.125Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2582 | 2026-04-16T02:46:37.356Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2583 | 2026-04-16T02:46:37.628Z | Compiling typeid v1.0.0 |
| 2584 | 2026-04-16T02:46:37.771Z | Compiling pretty-hex v0.2.1 |
| 2585 | 2026-04-16T02:46:37.934Z | Compiling ringbuffer v0.16.0 |
| 2586 | 2026-04-16T02:46:38.303Z | Compiling ascii v1.1.0 |
| 2587 | 2026-04-16T02:46:38.656Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2588 | 2026-04-16T02:46:39.387Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2589 | 2026-04-16T02:46:39.587Z | Compiling erased-serde v0.4.5 |
| 2590 | 2026-04-16T02:46:39.657Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2591 | 2026-04-16T02:46:40.213Z | Compiling bitstruct v0.1.1 |
| 2592 | 2026-04-16T02:46:40.362Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2593 | 2026-04-16T02:46:40.518Z | Compiling progenitor v0.13.0 |
| 2594 | 2026-04-16T02:46:40.672Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2595 | 2026-04-16T02:46:41.543Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2596 | 2026-04-16T02:46:41.744Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2597 | 2026-04-16T02:46:41.818Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2598 | 2026-04-16T02:46:42.345Z | Compiling kstat-rs v0.2.4 |
| 2599 | 2026-04-16T02:46:42.375Z | Compiling serde_arrays v0.1.0 |
| 2600 | 2026-04-16T02:46:42.523Z | Compiling libloading v0.7.4 |
| 2601 | 2026-04-16T02:46:42.771Z | Compiling bit_field v0.10.2 |
| 2602 | 2026-04-16T02:46:42.784Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2603 | 2026-04-16T02:46:42.930Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2604 | 2026-04-16T02:46:43.016Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2605 | 2026-04-16T02:46:44.243Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2606 | 2026-04-16T02:46:47.361Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2607 | 2026-04-16T02:46:47.723Z | Compiling ron v0.8.1 |
| 2608 | 2026-04-16T02:46:48.102Z | Compiling itertools v0.13.0 |
| 2609 | 2026-04-16T02:46:48.575Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2610 | 2026-04-16T02:46:48.746Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2611 | 2026-04-16T02:46:49.878Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2612 | 2026-04-16T02:46:51.130Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2613 | 2026-04-16T02:47:24.693Z | Finished `release` profile [optimized] target(s) in 4m 02s |
| 2614 | 2026-04-16T02:47:24.879Z | |
| 2615 | 2026-04-16T02:47:24.879Z | real 4:02.172094531 |
| 2616 | 2026-04-16T02:47:24.879Z | user 27:52.906008642 |
| 2617 | 2026-04-16T02:47:24.879Z | sys 2:29.139343387 |
| 2618 | 2026-04-16T02:47:24.879Z | trap 0.765472762 |
| 2619 | 2026-04-16T02:47:24.879Z | tflt 1.866281199 |
| 2620 | 2026-04-16T02:47:24.879Z | dflt 1.156992062 |
| 2621 | 2026-04-16T02:47:24.879Z | kflt 0.000211949 |
| 2622 | 2026-04-16T02:47:24.879Z | lock 1:24:47.520871326 |
| 2623 | 2026-04-16T02:47:24.879Z | slp 1:48:20.614715860 |
| 2624 | 2026-04-16T02:47:24.879Z | lat 2:25.609444120 |
| 2625 | 2026-04-16T02:47:24.879Z | stop 3:22.356949657 |
| 2626 | 2026-04-16T02:47:24.885Z | + OUTDIR=/work/release |
| 2627 | 2026-04-16T02:47:24.885Z | + mkdir -p /work/release |
| 2628 | 2026-04-16T02:47:24.885Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2629 | 2026-04-16T02:47:24.900Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2630 | 2026-04-16T02:47:24.985Z | + cd /work/release |
| 2631 | 2026-04-16T02:47:24.985Z | + digest -a sha256 propolis-cli |
| 2632 | 2026-04-16T02:47:25.006Z | + digest -a sha256 propolis-server |
| 2633 | 2026-04-16T02:47:25.060Z | process exited: duration 491829 ms, exit code 0 |
| |
| 2634 | 2026-04-16T02:47:25.072Z | found 4 output files |
| 2635 | 2026-04-16T02:47:25.072Z | uploading: /work/release/propolis-cli (25784720 bytes) |
| 2636 | 2026-04-16T02:47:26.222Z | uploaded: /work/release/propolis-cli |
| 2637 | 2026-04-16T02:47:26.223Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2638 | 2026-04-16T02:47:27.234Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2639 | 2026-04-16T02:47:27.234Z | uploading: /work/release/propolis-server (92647896 bytes) |
| 2640 | 2026-04-16T02:47:28.704Z | uploaded: /work/release/propolis-server |
| 2641 | 2026-04-16T02:47:28.705Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2642 | 2026-04-16T02:47:29.713Z | uploaded: /work/release/propolis-server.sha256.txt |