|
|
|
| 1 | 2026-05-18T19:12:22.038Z | job assigned to worker 01KRY80HF0DZJ1DCRTZH2AZ2FE [factory aws, i-017a9520bd5de4fbb] (queued for 44 s) |
| |
| 2 | 2026-05-18T19:12:29.157Z | starting task 0: "setup" |
| 3 | 2026-05-18T19:12:29.161Z | ++ uname -s |
| 4 | 2026-05-18T19:12:29.164Z | + kern=SunOS |
| 5 | 2026-05-18T19:12:29.164Z | + build_user=build |
| 6 | 2026-05-18T19:12:29.164Z | + build_uid=12345 |
| 7 | 2026-05-18T19:12:29.164Z | + work_dir=/work |
| 8 | 2026-05-18T19:12:29.164Z | + input_dir=/input |
| 9 | 2026-05-18T19:12:29.164Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T19:12:29.164Z | + case "$kern" in |
| 11 | 2026-05-18T19:12:29.164Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T19:12:29.167Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T19:12:31.171Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T19:12:31.235Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T19:12:31.238Z | + home_fs=zfs |
| 16 | 2026-05-18T19:12:31.238Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T19:12:31.238Z | + mkdir -p /home/build |
| 18 | 2026-05-18T19:12:31.238Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T19:12:33.240Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T19:12:33.243Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-05-18T19:12:33.249Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T19:12:33.253Z | * rust toolchain channel = "stable" |
| 23 | 2026-05-18T19:12:33.253Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 24 | 2026-05-18T19:12:33.253Z | * rust toolchain profile = "default" |
| 25 | 2026-05-18T19:12:33.254Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-18T19:12:33.254Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T19:12:33.254Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T19:12:33.257Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T19:12:33.257Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-18T19:12:33.384Z | info: downloading installer |
| 31 | 2026-05-18T19:12:34.827Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-18T19:12:34.828Z | warn: /opt/ooce/bin |
| 33 | 2026-05-18T19:12:34.828Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-18T19:12:34.828Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-18T19:12:34.828Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-18T19:12:34.828Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-18T19:12:34.828Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-18T19:12:34.828Z | error: cannot install while Rust is installed |
| 39 | 2026-05-18T19:12:34.828Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-18T19:12:34.828Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-18T19:12:34.828Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-18T19:12:34.828Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-18T19:12:34.828Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-18T19:12:34.859Z | info: profile set to default |
| 45 | 2026-05-18T19:12:34.859Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-18T19:12:34.862Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-18T19:12:34.994Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-18T19:12:34.997Z | info: downloading 6 components |
| 49 | 2026-05-18T19:12:50.786Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-18T19:12:50.787Z | |
| 51 | 2026-05-18T19:12:50.819Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-18T19:12:50.819Z | |
| 53 | 2026-05-18T19:12:50.819Z | |
| 54 | 2026-05-18T19:12:50.819Z | Rust is installed now. Great! |
| 55 | 2026-05-18T19:12:50.819Z | |
| 56 | 2026-05-18T19:12:50.819Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-18T19:12:50.819Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-18T19:12:50.819Z | |
| 59 | 2026-05-18T19:12:50.819Z | To configure your current shell, you need to source |
| 60 | 2026-05-18T19:12:50.819Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-18T19:12:50.819Z | |
| 62 | 2026-05-18T19:12:50.819Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-18T19:12:50.819Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-18T19:12:50.819Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-18T19:12:50.820Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-18T19:12:50.820Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-18T19:12:50.820Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-18T19:12:50.820Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-18T19:12:50.823Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-18T19:12:50.823Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-18T19:12:50.902Z | + rustup --version |
| 72 | 2026-05-18T19:12:50.911Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-18T19:12:50.913Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-18T19:12:50.932Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-18T19:12:50.935Z | + cargo --version |
| 76 | 2026-05-18T19:12:50.948Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-18T19:12:50.951Z | + rustc --version |
| 78 | 2026-05-18T19:12:50.970Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-18T19:12:50.973Z | process exited: duration 17721 ms, exit code 0 |
| |
| 80 | 2026-05-18T19:12:50.978Z | starting task 2: "authentication" |
| 81 | 2026-05-18T19:12:50.995Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-18T19:12:51.001Z | starting task 3: "clone repository" |
| 83 | 2026-05-18T19:12:51.004Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-05-18T19:12:51.007Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-05-18T19:12:51.206Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-05-18T19:12:52.199Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-05-18T19:12:52.199Z | + git fetch origin fbcd33f04b65d32a5c920a51c0470ed45454dbd0 |
| 88 | 2026-05-18T19:12:52.473Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-05-18T19:12:52.473Z | * branch fbcd33f04b65d32a5c920a51c0470ed45454dbd0 -> FETCH_HEAD |
| 90 | 2026-05-18T19:12:52.478Z | + [[ -n trim-pr ]] |
| 91 | 2026-05-18T19:12:52.481Z | ++ git branch --show-current |
| 92 | 2026-05-18T19:12:52.481Z | + current=master |
| 93 | 2026-05-18T19:12:52.481Z | + [[ master != trim-pr ]] |
| 94 | 2026-05-18T19:12:52.481Z | + git branch -f trim-pr fbcd33f04b65d32a5c920a51c0470ed45454dbd0 |
| 95 | 2026-05-18T19:12:52.484Z | + git checkout -f trim-pr |
| 96 | 2026-05-18T19:12:52.503Z | Switched to branch 'trim-pr' |
| 97 | 2026-05-18T19:12:52.507Z | + git reset --hard fbcd33f04b65d32a5c920a51c0470ed45454dbd0 |
| 98 | 2026-05-18T19:12:52.523Z | HEAD is now at fbcd33f add NVMe Discard Oximeter metrics |
| 99 | 2026-05-18T19:12:52.526Z | process exited: duration 1522 ms, exit code 0 |
| |
| 100 | 2026-05-18T19:12:52.531Z | starting task 4: "build" |
| 101 | 2026-05-18T19:12:52.535Z | + cargo --version |
| 102 | 2026-05-18T19:12:52.541Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-05-18T19:12:52.706Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-05-18T19:12:52.709Z | info: downloading 6 components |
| 105 | 2026-05-18T19:13:06.928Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-05-18T19:13:06.931Z | + rustc --version |
| 107 | 2026-05-18T19:13:06.959Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-05-18T19:13:06.963Z | + banner prerequisites |
| 109 | 2026-05-18T19:13:06.966Z | |
| 110 | 2026-05-18T19:13:06.966Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-05-18T19:13:06.966Z | # # # # # # # # # # # # # # # |
| 112 | 2026-05-18T19:13:06.966Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-05-18T19:13:06.966Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-05-18T19:13:06.966Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-18T19:13:06.966Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-05-18T19:13:06.966Z | |
| 117 | 2026-05-18T19:13:06.966Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-05-18T19:13:15.471Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-05-18T19:13:23.181Z | Startup: Caching catalogs ... Done |
| 120 | 2026-05-18T19:13:30.319Z | Planning: Solver setup ... Done (5.853s) |
| 121 | 2026-05-18T19:13:30.359Z | Planning: Running solver ... Done (0.040s) |
| 122 | 2026-05-18T19:13:30.498Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-05-18T19:13:30.511Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-05-18T19:13:30.601Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-05-18T19:13:30.630Z | Planning: Package planning ... Done (0.029s) |
| 126 | 2026-05-18T19:13:30.657Z | Planning: Merging actions ... Done (0.026s) |
| 127 | 2026-05-18T19:13:30.824Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 128 | 2026-05-18T19:13:30.831Z | Planning: Consolidating action changes ... Done (0.006s) |
| 129 | 2026-05-18T19:13:32.498Z | Planning: Evaluating mediators ... Done (1.667s) |
| 130 | 2026-05-18T19:13:32.504Z | Planning: Planning completed in 9.16 seconds |
| 131 | 2026-05-18T19:13:32.516Z | Packages to install: 3 |
| 132 | 2026-05-18T19:13:32.516Z | Mediators to change: 2 |
| 133 | 2026-05-18T19:13:32.516Z | Services to change: 1 |
| 134 | 2026-05-18T19:13:32.516Z | Estimated space available: 154.83 GB |
| 135 | 2026-05-18T19:13:32.519Z | Estimated space to be consumed: 1.86 GB |
| 136 | 2026-05-18T19:13:32.519Z | Create boot environment: No |
| 137 | 2026-05-18T19:13:32.519Z | Create backup boot environment: No |
| 138 | 2026-05-18T19:13:32.519Z | Rebuild boot archive: No |
| 139 | 2026-05-18T19:13:32.519Z | |
| 140 | 2026-05-18T19:13:32.519Z | Changed mediators: |
| 141 | 2026-05-18T19:13:32.519Z | mediator clang: |
| 142 | 2026-05-18T19:13:32.519Z | version: None -> 15 (system default) |
| 143 | 2026-05-18T19:13:32.519Z | |
| 144 | 2026-05-18T19:13:32.519Z | mediator llvm: |
| 145 | 2026-05-18T19:13:32.519Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-05-18T19:13:32.519Z | |
| 147 | 2026-05-18T19:13:32.519Z | Changed packages: |
| 148 | 2026-05-18T19:13:32.519Z | helios-dev |
| 149 | 2026-05-18T19:13:32.519Z | developer/build-essential |
| 150 | 2026-05-18T19:13:32.519Z | None -> 11-2.0 |
| 151 | 2026-05-18T19:13:32.519Z | ooce/developer/clang-15 |
| 152 | 2026-05-18T19:13:32.519Z | None -> 15.0.7-2.0 |
| 153 | 2026-05-18T19:13:32.519Z | ooce/developer/llvm-15 |
| 154 | 2026-05-18T19:13:32.519Z | None -> 15.0.7-2.0 |
| 155 | 2026-05-18T19:13:32.519Z | |
| 156 | 2026-05-18T19:13:32.519Z | Services: |
| 157 | 2026-05-18T19:13:32.519Z | restart_fmri: |
| 158 | 2026-05-18T19:13:32.519Z | svc:/system/update-man-index:default |
| 159 | 2026-05-18T19:13:32.579Z | |
| 160 | 2026-05-18T19:13:32.579Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-05-18T19:13:37.673Z | Download: 2003/3076 items 117.7/211.3MB 55% complete (25.0M/s) |
| 162 | 2026-05-18T19:13:41.287Z | Download: Completed 211.31 MB in 8.71 seconds (24.3M/s) |
| 163 | 2026-05-18T19:13:41.682Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-05-18T19:13:44.922Z | Actions: Completed 3430 actions in 3.24 seconds. |
| 165 | 2026-05-18T19:13:45.560Z | Done (0.635s) |
| 166 | 2026-05-18T19:13:45.560Z | Done (0.000s) |
| 167 | 2026-05-18T19:13:46.301Z | Done (0.741s) |
| 168 | 2026-05-18T19:13:50.097Z | Done (3.449s) |
| 169 | 2026-05-18T19:13:50.181Z | Done (0.022s) |
| 170 | 2026-05-18T19:13:50.185Z | Done (0.000s) |
| 171 | 2026-05-18T19:13:50.300Z | Done (0.000s) |
| 172 | 2026-05-18T19:13:51.174Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-18T19:13:51.282Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-18T19:13:51.285Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-18T19:13:51.444Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-18T19:13:51.447Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-18T19:13:51.464Z | Mediators to change: 2 |
| 178 | 2026-05-18T19:13:51.464Z | Create boot environment: No |
| 179 | 2026-05-18T19:13:51.465Z | Create backup boot environment: No |
| 180 | 2026-05-18T19:13:51.525Z | Done |
| 181 | 2026-05-18T19:13:51.525Z | Done |
| 182 | 2026-05-18T19:13:52.157Z | Done |
| 183 | 2026-05-18T19:13:54.584Z | Done |
| 184 | 2026-05-18T19:13:54.657Z | Done |
| 185 | 2026-05-18T19:13:54.658Z | Done |
| 186 | 2026-05-18T19:13:54.795Z | Done |
| 187 | 2026-05-18T19:13:55.084Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-18T19:13:55.084Z | clang system 15 system |
| 189 | 2026-05-18T19:13:55.084Z | csh system system illumos |
| 190 | 2026-05-18T19:13:55.084Z | ctags system system illumos |
| 191 | 2026-05-18T19:13:55.084Z | file system system illumos |
| 192 | 2026-05-18T19:13:55.084Z | gcc vendor 12 vendor |
| 193 | 2026-05-18T19:13:55.084Z | gcc system 14 system |
| 194 | 2026-05-18T19:13:55.084Z | gcc system 10 system |
| 195 | 2026-05-18T19:13:55.084Z | go system 1.20 system |
| 196 | 2026-05-18T19:13:55.085Z | go system 1.19 system |
| 197 | 2026-05-18T19:13:55.085Z | llvm system 15 system |
| 198 | 2026-05-18T19:13:55.085Z | llvm system 14 system |
| 199 | 2026-05-18T19:13:55.085Z | mariadb system 10.6 system |
| 200 | 2026-05-18T19:13:55.085Z | mta vendor vendor dma |
| 201 | 2026-05-18T19:13:55.085Z | openjdk system 17 system |
| 202 | 2026-05-18T19:13:55.085Z | openjdk system 11 system |
| 203 | 2026-05-18T19:13:55.085Z | openjdk system 1.8 system |
| 204 | 2026-05-18T19:13:55.085Z | openssl vendor 3 vendor |
| 205 | 2026-05-18T19:13:55.085Z | perl system 5.36 system |
| 206 | 2026-05-18T19:13:55.085Z | postgresql system 15 system |
| 207 | 2026-05-18T19:13:55.085Z | postgresql system 13 system |
| 208 | 2026-05-18T19:13:55.085Z | python vendor 3 vendor |
| 209 | 2026-05-18T19:13:55.085Z | python system 2 system |
| 210 | 2026-05-18T19:13:55.085Z | python3 system 3.11 system |
| 211 | 2026-05-18T19:13:55.085Z | ruby system 3.0 system |
| 212 | 2026-05-18T19:13:55.085Z | words vendor vendor american-english |
| 213 | 2026-05-18T19:13:55.085Z | words system system australian-english |
| 214 | 2026-05-18T19:13:55.085Z | words system system british-english |
| 215 | 2026-05-18T19:13:55.085Z | words system system canadian-english |
| 216 | 2026-05-18T19:13:55.085Z | words system system french |
| 217 | 2026-05-18T19:13:55.086Z | words system system italian |
| 218 | 2026-05-18T19:13:55.086Z | words system system ngerman |
| 219 | 2026-05-18T19:13:55.086Z | words system system ogerman |
| 220 | 2026-05-18T19:13:55.086Z | words system system spanish |
| 221 | 2026-05-18T19:13:55.305Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-18T19:13:55.305Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-05-18T19:13:59.771Z | FMRI IFO |
| 224 | 2026-05-18T19:13:59.771Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-05-18T19:13:59.772Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-05-18T19:14:00.699Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-05-18T19:14:00.702Z | |
| 233 | 2026-05-18T19:14:00.702Z | real 53.727017643 |
| 234 | 2026-05-18T19:14:00.702Z | user 37.048316654 |
| 235 | 2026-05-18T19:14:00.702Z | sys 4.340878202 |
| 236 | 2026-05-18T19:14:00.702Z | trap 0.004840848 |
| 237 | 2026-05-18T19:14:00.702Z | tflt 0.050363893 |
| 238 | 2026-05-18T19:14:00.702Z | dflt 0.074689905 |
| 239 | 2026-05-18T19:14:00.702Z | kflt 0.044532886 |
| 240 | 2026-05-18T19:14:00.702Z | lock 0.000000000 |
| 241 | 2026-05-18T19:14:00.702Z | slp 1:05.809832637 |
| 242 | 2026-05-18T19:14:00.702Z | lat 0.126299551 |
| 243 | 2026-05-18T19:14:00.702Z | stop 0.000214264 |
| 244 | 2026-05-18T19:14:00.702Z | + banner check |
| 245 | 2026-05-18T19:14:00.702Z | |
| 246 | 2026-05-18T19:14:00.702Z | #### # # ###### #### # # |
| 247 | 2026-05-18T19:14:00.702Z | # # # # # # # # # |
| 248 | 2026-05-18T19:14:00.702Z | # ###### ##### # #### |
| 249 | 2026-05-18T19:14:00.702Z | # # # # # # # |
| 250 | 2026-05-18T19:14:00.703Z | # # # # # # # # # |
| 251 | 2026-05-18T19:14:00.703Z | #### # # ###### #### # # |
| 252 | 2026-05-18T19:14:00.703Z | |
| 253 | 2026-05-18T19:14:00.706Z | + ptime -m cargo check --features falcon |
| 254 | 2026-05-18T19:14:00.835Z | Updating crates.io index |
| 255 | 2026-05-18T19:14:00.838Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-05-18T19:14:02.429Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-18T19:14:16.041Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 258 | 2026-05-18T19:14:16.352Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-05-18T19:14:16.729Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-05-18T19:14:16.990Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-05-18T19:14:17.234Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 262 | 2026-05-18T19:14:17.530Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-05-18T19:14:17.913Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-05-18T19:14:18.507Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-05-18T19:14:18.809Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-05-18T19:14:19.128Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 267 | 2026-05-18T19:14:20.511Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 268 | 2026-05-18T19:14:21.506Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-05-18T19:14:22.292Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-18T19:14:22.617Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 271 | 2026-05-18T19:14:23.217Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-05-18T19:14:23.958Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2026-05-18T19:14:24.706Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 274 | 2026-05-18T19:14:24.965Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2026-05-18T19:14:25.969Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-05-18T19:14:26.489Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-05-18T19:14:26.834Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-05-18T19:14:27.251Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-18T19:14:27.762Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-18T19:14:28.015Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-18T19:14:29.830Z | Downloading crates ... |
| 282 | 2026-05-18T19:14:29.912Z | Downloaded crypto-bigint v0.5.5 |
| 283 | 2026-05-18T19:14:29.917Z | Downloaded cancel-safe-futures v0.1.5 |
| 284 | 2026-05-18T19:14:29.920Z | Downloaded bytecount v0.6.9 |
| 285 | 2026-05-18T19:14:29.923Z | Downloaded darling_macro v0.20.11 |
| 286 | 2026-05-18T19:14:29.927Z | Downloaded bit-vec v0.6.3 |
| 287 | 2026-05-18T19:14:29.930Z | Downloaded defmt-parser v0.3.4 |
| 288 | 2026-05-18T19:14:29.932Z | Downloaded critical-section v1.2.0 |
| 289 | 2026-05-18T19:14:29.935Z | Downloaded camino-tempfile v1.4.1 |
| 290 | 2026-05-18T19:14:29.938Z | Downloaded darling v0.21.3 |
| 291 | 2026-05-18T19:14:29.941Z | Downloaded clap_lex v0.7.0 |
| 292 | 2026-05-18T19:14:29.943Z | Downloaded camino v1.2.2 |
| 293 | 2026-05-18T19:14:29.946Z | Downloaded data-encoding v2.6.0 |
| 294 | 2026-05-18T19:14:29.948Z | Downloaded der v0.7.10 |
| 295 | 2026-05-18T19:14:29.953Z | Downloaded defmt v0.3.8 |
| 296 | 2026-05-18T19:14:29.956Z | Downloaded darling v0.23.0 |
| 297 | 2026-05-18T19:14:29.961Z | Downloaded foreign-types-macros v0.2.3 |
| 298 | 2026-05-18T19:14:29.964Z | Downloaded async-stream v0.3.6 |
| 299 | 2026-05-18T19:14:29.966Z | Downloaded filetime v0.2.23 |
| 300 | 2026-05-18T19:14:29.969Z | Downloaded deranged v0.5.3 |
| 301 | 2026-05-18T19:14:29.972Z | Downloaded cargo-platform v0.1.8 |
| 302 | 2026-05-18T19:14:29.974Z | Downloaded darling_macro v0.21.3 |
| 303 | 2026-05-18T19:14:29.977Z | Downloaded daft-derive v0.1.5 |
| 304 | 2026-05-18T19:14:29.981Z | Downloaded futures-macro v0.3.32 |
| 305 | 2026-05-18T19:14:29.984Z | Downloaded equivalent v1.0.2 |
| 306 | 2026-05-18T19:14:29.986Z | Downloaded cstr-argument v0.1.2 |
| 307 | 2026-05-18T19:14:29.989Z | Downloaded derive-where v1.6.0 |
| 308 | 2026-05-18T19:14:29.992Z | Downloaded foreign-types-shared v0.3.1 |
| 309 | 2026-05-18T19:14:29.994Z | Downloaded compression-core v0.4.31 |
| 310 | 2026-05-18T19:14:29.997Z | Downloaded form_urlencoded v1.2.2 |
| 311 | 2026-05-18T19:14:30.000Z | Downloaded cfg-if v1.0.0 |
| 312 | 2026-05-18T19:14:30.002Z | Downloaded dropshot_endpoint v0.17.0 |
| 313 | 2026-05-18T19:14:30.005Z | Downloaded ctrlc v3.4.4 |
| 314 | 2026-05-18T19:14:30.008Z | Downloaded gethostname v0.5.0 |
| 315 | 2026-05-18T19:14:30.011Z | Downloaded aes-gcm-siv v0.11.1 |
| 316 | 2026-05-18T19:14:30.014Z | Downloaded blake2 v0.10.6 |
| 317 | 2026-05-18T19:14:30.016Z | Downloaded git-stub v1.0.0 |
| 318 | 2026-05-18T19:14:30.019Z | Downloaded foreign-types-shared v0.1.1 |
| 319 | 2026-05-18T19:14:30.022Z | Downloaded convert_case v0.4.0 |
| 320 | 2026-05-18T19:14:30.024Z | Downloaded funty v2.0.0 |
| 321 | 2026-05-18T19:14:30.027Z | Downloaded foldhash v0.1.5 |
| 322 | 2026-05-18T19:14:30.031Z | Downloaded dyn-clone v1.0.17 |
| 323 | 2026-05-18T19:14:30.034Z | Downloaded fnv v1.0.7 |
| 324 | 2026-05-18T19:14:30.034Z | Downloaded generic-array v0.14.7 |
| 325 | 2026-05-18T19:14:30.037Z | Downloaded hash32 v0.3.1 |
| 326 | 2026-05-18T19:14:30.037Z | Downloaded futures-task v0.3.32 |
| 327 | 2026-05-18T19:14:30.039Z | Downloaded futures-sink v0.3.32 |
| 328 | 2026-05-18T19:14:30.042Z | Downloaded hex v0.4.3 |
| 329 | 2026-05-18T19:14:30.045Z | Downloaded env_filter v1.0.1 |
| 330 | 2026-05-18T19:14:30.047Z | Downloaded heck v0.4.1 |
| 331 | 2026-05-18T19:14:30.050Z | Downloaded http-body v1.0.1 |
| 332 | 2026-05-18T19:14:30.054Z | Downloaded anstyle-parse v0.2.4 |
| 333 | 2026-05-18T19:14:30.054Z | Downloaded enum-as-inner v0.6.0 |
| 334 | 2026-05-18T19:14:30.057Z | Downloaded crossbeam-deque v0.8.5 |
| 335 | 2026-05-18T19:14:30.059Z | Downloaded heck v0.5.0 |
| 336 | 2026-05-18T19:14:30.062Z | Downloaded dof v0.4.0 |
| 337 | 2026-05-18T19:14:30.062Z | Downloaded hostname v0.3.1 |
| 338 | 2026-05-18T19:14:30.065Z | Downloaded const_format_proc_macros v0.2.34 |
| 339 | 2026-05-18T19:14:30.067Z | Downloaded foreign-types v0.3.2 |
| 340 | 2026-05-18T19:14:30.070Z | Downloaded httpdate v1.0.3 |
| 341 | 2026-05-18T19:14:30.073Z | Downloaded fastrand v2.3.0 |
| 342 | 2026-05-18T19:14:30.075Z | Downloaded ctr v0.9.2 |
| 343 | 2026-05-18T19:14:30.078Z | Downloaded instant v0.1.12 |
| 344 | 2026-05-18T19:14:30.078Z | Downloaded cexpr v0.6.0 |
| 345 | 2026-05-18T19:14:30.081Z | Downloaded globset v0.4.14 |
| 346 | 2026-05-18T19:14:30.084Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 347 | 2026-05-18T19:14:30.087Z | Downloaded hubpack_derive v0.1.1 |
| 348 | 2026-05-18T19:14:30.087Z | Downloaded hostname v0.4.2 |
| 349 | 2026-05-18T19:14:30.090Z | Downloaded home v0.5.11 |
| 350 | 2026-05-18T19:14:30.092Z | Downloaded darling_core v0.21.3 |
| 351 | 2026-05-18T19:14:30.095Z | Downloaded group v0.13.0 |
| 352 | 2026-05-18T19:14:30.098Z | Downloaded bcs v0.1.6 |
| 353 | 2026-05-18T19:14:30.101Z | Downloaded inout v0.1.3 |
| 354 | 2026-05-18T19:14:30.103Z | Downloaded cargo_metadata v0.23.1 |
| 355 | 2026-05-18T19:14:30.106Z | Downloaded icu_provider_macros v1.5.0 |
| 356 | 2026-05-18T19:14:30.109Z | Downloaded kstat-rs v0.2.4 |
| 357 | 2026-05-18T19:14:30.109Z | Downloaded indent_write v2.2.0 |
| 358 | 2026-05-18T19:14:30.111Z | Downloaded lazy_static v1.5.0 |
| 359 | 2026-05-18T19:14:30.114Z | Downloaded cookie v0.18.1 |
| 360 | 2026-05-18T19:14:30.117Z | Downloaded lazycell v1.3.0 |
| 361 | 2026-05-18T19:14:30.120Z | Downloaded futures-executor v0.3.32 |
| 362 | 2026-05-18T19:14:30.120Z | Downloaded hubpack v0.1.2 |
| 363 | 2026-05-18T19:14:30.123Z | Downloaded env_logger v0.11.10 |
| 364 | 2026-05-18T19:14:30.125Z | Downloaded fixedbitset v0.4.2 |
| 365 | 2026-05-18T19:14:30.128Z | Downloaded glob v0.3.3 |
| 366 | 2026-05-18T19:14:30.130Z | Downloaded fs-err v3.1.2 |
| 367 | 2026-05-18T19:14:30.133Z | Downloaded foldhash v0.2.0 |
| 368 | 2026-05-18T19:14:30.136Z | Downloaded lru-slab v0.1.2 |
| 369 | 2026-05-18T19:14:30.136Z | Downloaded ed25519 v2.2.3 |
| 370 | 2026-05-18T19:14:30.138Z | Downloaded managed v0.8.0 |
| 371 | 2026-05-18T19:14:30.141Z | Downloaded macaddr v1.0.1 |
| 372 | 2026-05-18T19:14:30.144Z | Downloaded memoffset v0.9.1 |
| 373 | 2026-05-18T19:14:30.144Z | Downloaded newline-converter v0.3.0 |
| 374 | 2026-05-18T19:14:30.146Z | Downloaded num v0.4.3 |
| 375 | 2026-05-18T19:14:30.149Z | Downloaded newtype_derive v0.1.6 |
| 376 | 2026-05-18T19:14:30.149Z | Downloaded crossbeam-epoch v0.9.18 |
| 377 | 2026-05-18T19:14:30.152Z | Downloaded crossbeam-utils v0.8.19 |
| 378 | 2026-05-18T19:14:30.155Z | Downloaded csv-core v0.1.12 |
| 379 | 2026-05-18T19:14:30.158Z | Downloaded const-oid v0.9.6 |
| 380 | 2026-05-18T19:14:30.160Z | Downloaded colored v3.1.1 |
| 381 | 2026-05-18T19:14:30.163Z | Downloaded darling v0.20.11 |
| 382 | 2026-05-18T19:14:30.166Z | Downloaded futures-channel v0.3.32 |
| 383 | 2026-05-18T19:14:30.168Z | Downloaded memmap v0.7.0 |
| 384 | 2026-05-18T19:14:30.171Z | Downloaded ipnetwork v0.21.1 |
| 385 | 2026-05-18T19:14:30.174Z | Downloaded num-derive v0.4.2 |
| 386 | 2026-05-18T19:14:30.177Z | Downloaded num-conv v0.2.0 |
| 387 | 2026-05-18T19:14:30.177Z | Downloaded ingot-types v0.1.2 |
| 388 | 2026-05-18T19:14:30.179Z | Downloaded humantime v2.3.0 |
| 389 | 2026-05-18T19:14:30.182Z | Downloaded ipnet v2.9.0 |
| 390 | 2026-05-18T19:14:30.185Z | Downloaded console v0.15.8 |
| 391 | 2026-05-18T19:14:30.187Z | Downloaded clap v4.5.4 |
| 392 | 2026-05-18T19:14:30.192Z | Downloaded parse-display v0.10.0 |
| 393 | 2026-05-18T19:14:30.194Z | Downloaded openssl-probe v0.2.1 |
| 394 | 2026-05-18T19:14:30.197Z | Downloaded num_threads v0.1.7 |
| 395 | 2026-05-18T19:14:30.200Z | Downloaded iana-time-zone v0.1.64 |
| 396 | 2026-05-18T19:14:30.202Z | Downloaded num_enum_derive v0.5.11 |
| 397 | 2026-05-18T19:14:30.202Z | Downloaded linear-map v1.2.0 |
| 398 | 2026-05-18T19:14:30.205Z | Downloaded drift v0.1.4 |
| 399 | 2026-05-18T19:14:30.210Z | Downloaded percent-encoding v2.3.2 |
| 400 | 2026-05-18T19:14:30.213Z | Downloaded derive_builder v0.20.2 |
| 401 | 2026-05-18T19:14:30.216Z | Downloaded plain v0.2.3 |
| 402 | 2026-05-18T19:14:30.218Z | Downloaded newtype-uuid v1.3.2 |
| 403 | 2026-05-18T19:14:30.221Z | Downloaded multer v3.1.0 |
| 404 | 2026-05-18T19:14:30.224Z | Downloaded openssl-macros v0.1.1 |
| 405 | 2026-05-18T19:14:30.224Z | Downloaded hmac v0.12.1 |
| 406 | 2026-05-18T19:14:30.226Z | Downloaded half v2.7.1 |
| 407 | 2026-05-18T19:14:30.229Z | Downloaded fs_extra v1.3.0 |
| 408 | 2026-05-18T19:14:30.233Z | Downloaded litemap v0.7.4 |
| 409 | 2026-05-18T19:14:30.235Z | Downloaded libsw-core v0.3.2 |
| 410 | 2026-05-18T19:14:30.235Z | Downloaded libsw v3.5.0 |
| 411 | 2026-05-18T19:14:30.238Z | Downloaded ingot-macros v0.1.1 |
| 412 | 2026-05-18T19:14:30.241Z | Downloaded mime v0.3.17 |
| 413 | 2026-05-18T19:14:30.241Z | Downloaded libloading v0.8.9 |
| 414 | 2026-05-18T19:14:30.244Z | Downloaded pin-utils v0.1.0 |
| 415 | 2026-05-18T19:14:30.246Z | Downloaded getrandom v0.2.14 |
| 416 | 2026-05-18T19:14:30.249Z | Downloaded num-integer v0.1.46 |
| 417 | 2026-05-18T19:14:30.252Z | Downloaded derive_more v0.99.20 |
| 418 | 2026-05-18T19:14:30.255Z | Downloaded proc-macro-crate v1.3.1 |
| 419 | 2026-05-18T19:14:30.258Z | Downloaded num_enum v0.5.11 |
| 420 | 2026-05-18T19:14:30.260Z | Downloaded phf_shared v0.12.1 |
| 421 | 2026-05-18T19:14:30.263Z | Downloaded progenitor-client v0.14.0 |
| 422 | 2026-05-18T19:14:30.264Z | Downloaded progenitor-macro v0.11.1 |
| 423 | 2026-05-18T19:14:30.266Z | Downloaded pretty-hex v0.4.1 |
| 424 | 2026-05-18T19:14:30.266Z | Downloaded pretty-hex v0.2.1 |
| 425 | 2026-05-18T19:14:30.269Z | Downloaded progenitor-macro v0.13.0 |
| 426 | 2026-05-18T19:14:30.271Z | Downloaded proc-macro-error-attr v1.0.4 |
| 427 | 2026-05-18T19:14:30.271Z | Downloaded icu_locid_transform_data v1.5.0 |
| 428 | 2026-05-18T19:14:30.274Z | Downloaded httparse v1.10.1 |
| 429 | 2026-05-18T19:14:30.277Z | Downloaded memmap2 v0.9.9 |
| 430 | 2026-05-18T19:14:30.280Z | Downloaded progenitor-macro v0.10.0 |
| 431 | 2026-05-18T19:14:30.280Z | Downloaded parse-display-derive v0.10.0 |
| 432 | 2026-05-18T19:14:30.282Z | Downloaded pest_generator v2.8.4 |
| 433 | 2026-05-18T19:14:30.282Z | Downloaded jobserver v0.1.31 |
| 434 | 2026-05-18T19:14:30.285Z | Downloaded pem-rfc7468 v0.7.0 |
| 435 | 2026-05-18T19:14:30.288Z | Downloaded radium v0.7.0 |
| 436 | 2026-05-18T19:14:30.288Z | Downloaded rand_chacha v0.3.1 |
| 437 | 2026-05-18T19:14:30.291Z | Downloaded progenitor-client v0.10.0 |
| 438 | 2026-05-18T19:14:30.291Z | Downloaded num_enum_derive v0.7.4 |
| 439 | 2026-05-18T19:14:30.294Z | Downloaded num_enum v0.7.4 |
| 440 | 2026-05-18T19:14:30.297Z | Downloaded futures v0.3.32 |
| 441 | 2026-05-18T19:14:30.301Z | Downloaded dropshot_endpoint v0.16.7 |
| 442 | 2026-05-18T19:14:30.304Z | Downloaded libloading v0.7.4 |
| 443 | 2026-05-18T19:14:30.309Z | Downloaded progenitor-macro v0.14.0 |
| 444 | 2026-05-18T19:14:30.311Z | Downloaded const_format v0.2.35 |
| 445 | 2026-05-18T19:14:30.314Z | Downloaded pkcs8 v0.10.2 |
| 446 | 2026-05-18T19:14:30.317Z | Downloaded ref-cast v1.0.25 |
| 447 | 2026-05-18T19:14:30.320Z | Downloaded heapless v0.8.0 |
| 448 | 2026-05-18T19:14:30.322Z | Downloaded pkg-config v0.3.30 |
| 449 | 2026-05-18T19:14:30.322Z | Downloaded primeorder v0.13.6 |
| 450 | 2026-05-18T19:14:30.325Z | Downloaded bytes v1.11.1 |
| 451 | 2026-05-18T19:14:30.328Z | Downloaded quick-error v1.2.3 |
| 452 | 2026-05-18T19:14:30.331Z | Downloaded phf v0.12.1 |
| 453 | 2026-05-18T19:14:30.331Z | Downloaded icu_locid v1.5.0 |
| 454 | 2026-05-18T19:14:30.334Z | Downloaded progenitor-extras v0.2.0 |
| 455 | 2026-05-18T19:14:30.337Z | Downloaded polyval v0.6.2 |
| 456 | 2026-05-18T19:14:30.340Z | Downloaded rustc_version v0.1.7 |
| 457 | 2026-05-18T19:14:30.340Z | Downloaded rustc-hash v2.1.1 |
| 458 | 2026-05-18T19:14:30.343Z | Downloaded ref-cast-impl v1.0.25 |
| 459 | 2026-05-18T19:14:30.343Z | Downloaded once_cell v1.21.3 |
| 460 | 2026-05-18T19:14:30.346Z | Downloaded parking_lot v0.12.2 |
| 461 | 2026-05-18T19:14:30.348Z | Downloaded rustc-hash v1.1.0 |
| 462 | 2026-05-18T19:14:30.351Z | Downloaded icu_properties v1.5.1 |
| 463 | 2026-05-18T19:14:30.351Z | Downloaded quote v1.0.45 |
| 464 | 2026-05-18T19:14:30.354Z | Downloaded ppv-lite86 v0.2.17 |
| 465 | 2026-05-18T19:14:30.357Z | Downloaded poly1305 v0.8.0 |
| 466 | 2026-05-18T19:14:30.359Z | Downloaded pest_meta v2.8.4 |
| 467 | 2026-05-18T19:14:30.359Z | Downloaded scopeguard v1.2.0 |
| 468 | 2026-05-18T19:14:30.362Z | Downloaded indexmap v1.9.3 |
| 469 | 2026-05-18T19:14:30.365Z | Downloaded icu_normalizer v1.5.0 |
| 470 | 2026-05-18T19:14:30.367Z | Downloaded rand_chacha v0.9.0 |
| 471 | 2026-05-18T19:14:30.370Z | Downloaded password-hash v0.5.0 |
| 472 | 2026-05-18T19:14:30.370Z | Downloaded pin-project-internal v1.1.10 |
| 473 | 2026-05-18T19:14:30.373Z | Downloaded fatfs v0.3.6 |
| 474 | 2026-05-18T19:14:30.376Z | Downloaded hickory-resolver v0.25.2 |
| 475 | 2026-05-18T19:14:30.379Z | Downloaded hickory-resolver v0.24.4 |
| 476 | 2026-05-18T19:14:30.382Z | Downloaded same-file v1.0.6 |
| 477 | 2026-05-18T19:14:30.384Z | Downloaded getrandom v0.4.2 |
| 478 | 2026-05-18T19:14:30.387Z | Downloaded secrecy v0.10.3 |
| 479 | 2026-05-18T19:14:30.389Z | Downloaded progenitor-client v0.13.0 |
| 480 | 2026-05-18T19:14:30.389Z | Downloaded progenitor-client v0.11.1 |
| 481 | 2026-05-18T19:14:30.392Z | Downloaded progenitor v0.13.0 |
| 482 | 2026-05-18T19:14:30.395Z | Downloaded cc v1.2.17 |
| 483 | 2026-05-18T19:14:30.397Z | Downloaded rustc_version v0.4.1 |
| 484 | 2026-05-18T19:14:30.397Z | Downloaded elliptic-curve v0.13.8 |
| 485 | 2026-05-18T19:14:30.400Z | Downloaded resolv-conf v0.7.0 |
| 486 | 2026-05-18T19:14:30.403Z | Downloaded proc-macro-error v1.0.4 |
| 487 | 2026-05-18T19:14:30.406Z | Downloaded serde-big-array v0.5.1 |
| 488 | 2026-05-18T19:14:30.410Z | Downloaded scroll_derive v0.12.0 |
| 489 | 2026-05-18T19:14:30.411Z | Downloaded rand_core v0.9.3 |
| 490 | 2026-05-18T19:14:30.414Z | Downloaded serde_arrays v0.1.0 |
| 491 | 2026-05-18T19:14:30.415Z | Downloaded serde_repr v0.1.19 |
| 492 | 2026-05-18T19:14:30.415Z | Downloaded owo-colors v4.2.3 |
| 493 | 2026-05-18T19:14:30.418Z | Downloaded miniz_oxide v0.7.2 |
| 494 | 2026-05-18T19:14:30.418Z | Downloaded num-traits v0.2.19 |
| 495 | 2026-05-18T19:14:30.421Z | Downloaded quinn-udp v0.5.5 |
| 496 | 2026-05-18T19:14:30.424Z | Downloaded rfc6979 v0.4.0 |
| 497 | 2026-05-18T19:14:30.424Z | Downloaded rustls-pemfile v2.2.0 |
| 498 | 2026-05-18T19:14:30.427Z | Downloaded rand_core v0.6.4 |
| 499 | 2026-05-18T19:14:30.427Z | Downloaded postcard v1.0.9 |
| 500 | 2026-05-18T19:14:30.430Z | Downloaded serde_spanned v0.6.9 |
| 501 | 2026-05-18T19:14:30.432Z | Downloaded serde_spanned v1.0.4 |
| 502 | 2026-05-18T19:14:30.433Z | Downloaded simd-adler32 v0.3.7 |
| 503 | 2026-05-18T19:14:30.435Z | Downloaded sigpipe v0.1.3 |
| 504 | 2026-05-18T19:14:30.435Z | Downloaded serde_urlencoded v0.7.1 |
| 505 | 2026-05-18T19:14:30.438Z | Downloaded icu_provider v1.5.0 |
| 506 | 2026-05-18T19:14:30.441Z | Downloaded icu_normalizer_data v1.5.0 |
| 507 | 2026-05-18T19:14:30.444Z | Downloaded ringbuffer v0.16.0 |
| 508 | 2026-05-18T19:14:30.444Z | Downloaded log v0.4.29 |
| 509 | 2026-05-18T19:14:30.447Z | Downloaded serde_plain v1.0.2 |
| 510 | 2026-05-18T19:14:30.447Z | Downloaded progenitor v0.14.0 |
| 511 | 2026-05-18T19:14:30.449Z | Downloaded semver v0.1.20 |
| 512 | 2026-05-18T19:14:30.452Z | Downloaded rustls-native-certs v0.8.3 |
| 513 | 2026-05-18T19:14:30.452Z | Downloaded scroll_derive v0.13.1 |
| 514 | 2026-05-18T19:14:30.455Z | Downloaded slog-bunyan v2.5.0 |
| 515 | 2026-05-18T19:14:30.455Z | Downloaded sha1 v0.10.6 |
| 516 | 2026-05-18T19:14:30.457Z | Downloaded sec1 v0.7.3 |
| 517 | 2026-05-18T19:14:30.460Z | Downloaded sct v0.7.1 |
| 518 | 2026-05-18T19:14:30.462Z | Downloaded rustversion v1.0.22 |
| 519 | 2026-05-18T19:14:30.465Z | Downloaded siphasher v1.0.1 |
| 520 | 2026-05-18T19:14:30.465Z | Downloaded jiff-static v0.2.15 |
| 521 | 2026-05-18T19:14:30.468Z | Downloaded scroll v0.12.0 |
| 522 | 2026-05-18T19:14:30.468Z | Downloaded signature v2.2.0 |
| 523 | 2026-05-18T19:14:30.471Z | Downloaded schemars_derive v0.8.22 |
| 524 | 2026-05-18T19:14:30.471Z | Downloaded rustls-pemfile v1.0.4 |
| 525 | 2026-05-18T19:14:30.474Z | Downloaded stable_deref_trait v1.2.0 |
| 526 | 2026-05-18T19:14:30.476Z | Downloaded progenitor-impl v0.11.1 |
| 527 | 2026-05-18T19:14:30.476Z | Downloaded progenitor-impl v0.13.0 |
| 528 | 2026-05-18T19:14:30.479Z | Downloaded serde_path_to_error v0.1.20 |
| 529 | 2026-05-18T19:14:30.482Z | Downloaded progenitor-impl v0.10.0 |
| 530 | 2026-05-18T19:14:30.482Z | Downloaded strsim v0.11.1 |
| 531 | 2026-05-18T19:14:30.485Z | Downloaded strum v0.26.3 |
| 532 | 2026-05-18T19:14:30.485Z | Downloaded papergrid v0.11.0 |
| 533 | 2026-05-18T19:14:30.488Z | Downloaded minimal-lexical v0.2.1 |
| 534 | 2026-05-18T19:14:30.491Z | Downloaded scroll v0.13.0 |
| 535 | 2026-05-18T19:14:30.494Z | Downloaded strum v0.27.2 |
| 536 | 2026-05-18T19:14:30.497Z | Downloaded pin-project v1.1.10 |
| 537 | 2026-05-18T19:14:30.502Z | Downloaded supports-color v3.0.2 |
| 538 | 2026-05-18T19:14:30.504Z | Downloaded async-compression v0.4.33 |
| 539 | 2026-05-18T19:14:30.507Z | Downloaded signal-hook-registry v1.4.2 |
| 540 | 2026-05-18T19:14:30.510Z | Downloaded shlex v1.3.0 |
| 541 | 2026-05-18T19:14:30.510Z | Downloaded pin-project-lite v0.2.14 |
| 542 | 2026-05-18T19:14:30.514Z | Downloaded icu_collections v1.5.0 |
| 543 | 2026-05-18T19:14:30.518Z | Downloaded hashbrown v0.12.3 |
| 544 | 2026-05-18T19:14:30.521Z | Downloaded sync_wrapper v1.0.1 |
| 545 | 2026-05-18T19:14:30.524Z | Downloaded tap v1.0.1 |
| 546 | 2026-05-18T19:14:30.524Z | Downloaded serde_tokenstream v0.2.3 |
| 547 | 2026-05-18T19:14:30.527Z | Downloaded slog-json v2.6.1 |
| 548 | 2026-05-18T19:14:30.527Z | Downloaded slog-dtrace v0.3.0 |
| 549 | 2026-05-18T19:14:30.530Z | Downloaded aes v0.8.4 |
| 550 | 2026-05-18T19:14:30.532Z | Downloaded smawk v0.3.2 |
| 551 | 2026-05-18T19:14:30.532Z | Downloaded slog-term v2.9.2 |
| 552 | 2026-05-18T19:14:30.535Z | Downloaded swrite v0.1.0 |
| 553 | 2026-05-18T19:14:30.537Z | Downloaded tabwriter v1.4.0 |
| 554 | 2026-05-18T19:14:30.537Z | Downloaded semver v1.0.28 |
| 555 | 2026-05-18T19:14:30.540Z | Downloaded structmeta-derive v0.3.0 |
| 556 | 2026-05-18T19:14:30.541Z | Downloaded snafu-derive v0.8.9 |
| 557 | 2026-05-18T19:14:30.544Z | Downloaded rusty-fork v0.3.0 |
| 558 | 2026-05-18T19:14:30.544Z | Downloaded terminal_size v0.3.0 |
| 559 | 2026-05-18T19:14:30.546Z | Downloaded termtree v0.5.1 |
| 560 | 2026-05-18T19:14:30.546Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 561 | 2026-05-18T19:14:30.546Z | Downloaded terminal_size v0.4.3 |
| 562 | 2026-05-18T19:14:30.549Z | Downloaded thread_local v1.1.8 |
| 563 | 2026-05-18T19:14:30.552Z | Downloaded tabled_derive v0.7.0 |
| 564 | 2026-05-18T19:14:30.552Z | Downloaded aws-lc-rs v1.13.3 |
| 565 | 2026-05-18T19:14:30.557Z | Downloaded take_mut v0.2.2 |
| 566 | 2026-05-18T19:14:30.559Z | Downloaded tinyvec_macros v0.1.1 |
| 567 | 2026-05-18T19:14:30.559Z | Downloaded strum_macros v0.27.2 |
| 568 | 2026-05-18T19:14:30.562Z | Downloaded tagptr v0.2.0 |
| 569 | 2026-05-18T19:14:30.562Z | Downloaded supports-color v2.1.0 |
| 570 | 2026-05-18T19:14:30.565Z | Downloaded smf v0.2.3 |
| 571 | 2026-05-18T19:14:30.565Z | Downloaded rayon-core v1.13.0 |
| 572 | 2026-05-18T19:14:30.567Z | Downloaded ryu v1.0.18 |
| 573 | 2026-05-18T19:14:30.570Z | Downloaded slog-async v2.8.0 |
| 574 | 2026-05-18T19:14:30.573Z | Downloaded rustls-platform-verifier v0.6.2 |
| 575 | 2026-05-18T19:14:30.575Z | Downloaded dropshot-api-manager v0.7.1 |
| 576 | 2026-05-18T19:14:30.578Z | Downloaded serde_derive_internals v0.29.1 |
| 577 | 2026-05-18T19:14:30.578Z | Downloaded slab v0.4.9 |
| 578 | 2026-05-18T19:14:30.581Z | Downloaded static_assertions v1.1.0 |
| 579 | 2026-05-18T19:14:30.581Z | Downloaded http v1.4.0 |
| 580 | 2026-05-18T19:14:30.584Z | Downloaded thiserror-impl v1.0.64 |
| 581 | 2026-05-18T19:14:30.587Z | Downloaded time-core v0.1.8 |
| 582 | 2026-05-18T19:14:30.588Z | Downloaded thread-id v5.0.0 |
| 583 | 2026-05-18T19:14:30.588Z | Downloaded thread-id v4.2.1 |
| 584 | 2026-05-18T19:14:30.590Z | Downloaded subtle v2.6.1 |
| 585 | 2026-05-18T19:14:30.590Z | Downloaded sha2 v0.10.9 |
| 586 | 2026-05-18T19:14:30.593Z | Downloaded spki v0.7.3 |
| 587 | 2026-05-18T19:14:30.595Z | Downloaded toml_datetime v0.6.11 |
| 588 | 2026-05-18T19:14:30.595Z | Downloaded smallvec v1.13.2 |
| 589 | 2026-05-18T19:14:30.598Z | Downloaded prettyplease v0.2.37 |
| 590 | 2026-05-18T19:14:30.598Z | Downloaded progenitor-impl v0.14.0 |
| 591 | 2026-05-18T19:14:30.601Z | Downloaded strum_macros v0.26.4 |
| 592 | 2026-05-18T19:14:30.604Z | Downloaded num-bigint v0.4.5 |
| 593 | 2026-05-18T19:14:30.606Z | Downloaded pest_derive v2.8.4 |
| 594 | 2026-05-18T19:14:30.609Z | Downloaded toml_write v0.1.2 |
| 595 | 2026-05-18T19:14:30.609Z | Downloaded serde_with_macros v3.18.0 |
| 596 | 2026-05-18T19:14:30.612Z | Downloaded indexmap v2.14.0 |
| 597 | 2026-05-18T19:14:30.614Z | Downloaded rand v0.8.5 |
| 598 | 2026-05-18T19:14:30.633Z | Downloaded openssl-sys v0.9.107 |
| 599 | 2026-05-18T19:14:30.633Z | Downloaded tower-layer v0.3.3 |
| 600 | 2026-05-18T19:14:30.633Z | Downloaded try-lock v0.2.5 |
| 601 | 2026-05-18T19:14:30.633Z | Downloaded thiserror v1.0.64 |
| 602 | 2026-05-18T19:14:30.633Z | Downloaded tokio-macros v2.7.0 |
| 603 | 2026-05-18T19:14:30.634Z | Downloaded tokio-dtrace v0.1.1 |
| 604 | 2026-05-18T19:14:30.634Z | Downloaded ed25519-dalek v2.2.0 |
| 605 | 2026-05-18T19:14:30.636Z | Downloaded ron v0.8.1 |
| 606 | 2026-05-18T19:14:30.636Z | Downloaded hyper-util v0.1.20 |
| 607 | 2026-05-18T19:14:30.639Z | Downloaded hashbrown v0.16.1 |
| 608 | 2026-05-18T19:14:30.642Z | Downloaded tokio-tungstenite v0.21.0 |
| 609 | 2026-05-18T19:14:30.644Z | Downloaded tokio-rustls v0.25.0 |
| 610 | 2026-05-18T19:14:30.647Z | Downloaded tls_codec_derive v0.4.2 |
| 611 | 2026-05-18T19:14:30.647Z | Downloaded tls_codec v0.4.2 |
| 612 | 2026-05-18T19:14:30.650Z | Downloaded synstructure v0.13.1 |
| 613 | 2026-05-18T19:14:30.650Z | Downloaded typify-macro v0.6.2 |
| 614 | 2026-05-18T19:14:30.653Z | Downloaded typify-macro v0.4.3 |
| 615 | 2026-05-18T19:14:30.653Z | Downloaded similar v2.7.0 |
| 616 | 2026-05-18T19:14:30.656Z | Downloaded unicode-linebreak v0.1.5 |
| 617 | 2026-05-18T19:14:30.656Z | Downloaded structmeta v0.3.0 |
| 618 | 2026-05-18T19:14:30.658Z | Downloaded tower-service v0.3.3 |
| 619 | 2026-05-18T19:14:30.658Z | Downloaded time-macros v0.2.27 |
| 620 | 2026-05-18T19:14:30.661Z | Downloaded thiserror-impl v2.0.18 |
| 621 | 2026-05-18T19:14:30.661Z | Downloaded typeid v1.0.0 |
| 622 | 2026-05-18T19:14:30.661Z | Downloaded thiserror v2.0.18 |
| 623 | 2026-05-18T19:14:30.665Z | Downloaded untrusted v0.7.1 |
| 624 | 2026-05-18T19:14:30.668Z | Downloaded universal-hash v0.5.1 |
| 625 | 2026-05-18T19:14:30.668Z | Downloaded term v1.2.0 |
| 626 | 2026-05-18T19:14:30.671Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 627 | 2026-05-18T19:14:30.673Z | Downloaded spin v0.9.8 |
| 628 | 2026-05-18T19:14:30.673Z | Downloaded serde_derive v1.0.228 |
| 629 | 2026-05-18T19:14:30.676Z | Downloaded tinystr v0.7.6 |
| 630 | 2026-05-18T19:14:30.676Z | Downloaded unicode-xid v0.2.4 |
| 631 | 2026-05-18T19:14:30.679Z | Downloaded unarray v0.1.4 |
| 632 | 2026-05-18T19:14:30.679Z | Downloaded usdt v0.5.0 |
| 633 | 2026-05-18T19:14:30.679Z | Downloaded strum_macros v0.28.0 |
| 634 | 2026-05-18T19:14:30.682Z | Downloaded utf16_iter v1.0.5 |
| 635 | 2026-05-18T19:14:30.682Z | Downloaded utf-8 v0.7.6 |
| 636 | 2026-05-18T19:14:30.684Z | Downloaded proc-macro2 v1.0.106 |
| 637 | 2026-05-18T19:14:30.687Z | Downloaded rand v0.9.2 |
| 638 | 2026-05-18T19:14:30.690Z | Downloaded untrusted v0.9.0 |
| 639 | 2026-05-18T19:14:30.690Z | Downloaded socket2 v0.6.3 |
| 640 | 2026-05-18T19:14:30.693Z | Downloaded mio v1.2.0 |
| 641 | 2026-05-18T19:14:30.696Z | Downloaded memchr v2.7.2 |
| 642 | 2026-05-18T19:14:30.699Z | Downloaded utf8_iter v1.0.4 |
| 643 | 2026-05-18T19:14:30.699Z | Downloaded usdt-macro v0.6.0 |
| 644 | 2026-05-18T19:14:30.701Z | Downloaded usdt-macro v0.5.0 |
| 645 | 2026-05-18T19:14:30.701Z | Downloaded usdt-attr-macro v0.5.0 |
| 646 | 2026-05-18T19:14:30.701Z | Downloaded tracing-attributes v0.1.27 |
| 647 | 2026-05-18T19:14:30.704Z | Downloaded rustls-pki-types v1.12.0 |
| 648 | 2026-05-18T19:14:30.707Z | Downloaded bitvec v1.0.1 |
| 649 | 2026-05-18T19:14:30.714Z | Downloaded utf8parse v0.2.1 |
| 650 | 2026-05-18T19:14:30.716Z | Downloaded idna v1.0.3 |
| 651 | 2026-05-18T19:14:30.719Z | Downloaded slog v2.8.2 |
| 652 | 2026-05-18T19:14:30.722Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 653 | 2026-05-18T19:14:30.722Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 654 | 2026-05-18T19:14:30.722Z | Downloaded bindgen v0.69.5 |
| 655 | 2026-05-18T19:14:30.726Z | Downloaded wait-timeout v0.2.0 |
| 656 | 2026-05-18T19:14:30.728Z | Downloaded schemars v0.9.0 |
| 657 | 2026-05-18T19:14:30.734Z | Downloaded which v4.4.2 |
| 658 | 2026-05-18T19:14:30.737Z | Downloaded thiserror-no-std v2.0.2 |
| 659 | 2026-05-18T19:14:30.739Z | Downloaded version_check v0.9.5 |
| 660 | 2026-05-18T19:14:30.739Z | Downloaded write16 v1.0.0 |
| 661 | 2026-05-18T19:14:30.742Z | Downloaded waitgroup v0.1.2 |
| 662 | 2026-05-18T19:14:30.742Z | Downloaded toml v0.8.23 |
| 663 | 2026-05-18T19:14:30.742Z | Downloaded tar v0.4.40 |
| 664 | 2026-05-18T19:14:30.745Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 665 | 2026-05-18T19:14:30.747Z | Downloaded usdt v0.6.0 |
| 666 | 2026-05-18T19:14:30.747Z | Downloaded tempfile v3.23.0 |
| 667 | 2026-05-18T19:14:30.750Z | Downloaded snafu v0.8.9 |
| 668 | 2026-05-18T19:14:30.753Z | Downloaded xattr v1.3.1 |
| 669 | 2026-05-18T19:14:30.753Z | Downloaded rustls-webpki v0.103.4 |
| 670 | 2026-05-18T19:14:30.755Z | Downloaded hyper v1.8.1 |
| 671 | 2026-05-18T19:14:30.760Z | Downloaded yoke-derive v0.7.5 |
| 672 | 2026-05-18T19:14:30.762Z | Downloaded tokio-stream v0.1.17 |
| 673 | 2026-05-18T19:14:30.762Z | Downloaded zerofrom v0.1.5 |
| 674 | 2026-05-18T19:14:30.767Z | Downloaded tokio-rustls v0.24.1 |
| 675 | 2026-05-18T19:14:30.767Z | Downloaded serde_core v1.0.228 |
| 676 | 2026-05-18T19:14:30.767Z | Downloaded zerofrom-derive v0.1.5 |
| 677 | 2026-05-18T19:14:30.769Z | Downloaded nom v7.1.3 |
| 678 | 2026-05-18T19:14:30.772Z | Downloaded libm v0.2.8 |
| 679 | 2026-05-18T19:14:30.775Z | Downloaded usdt-attr-macro v0.6.0 |
| 680 | 2026-05-18T19:14:30.778Z | Downloaded serde_yaml v0.9.34+deprecated |
| 681 | 2026-05-18T19:14:30.780Z | Downloaded hashbrown v0.15.2 |
| 682 | 2026-05-18T19:14:30.783Z | Downloaded tokio-rustls v0.26.0 |
| 683 | 2026-05-18T19:14:30.783Z | Downloaded serde v1.0.228 |
| 684 | 2026-05-18T19:14:30.786Z | Downloaded itertools v0.12.1 |
| 685 | 2026-05-18T19:14:30.789Z | Downloaded usdt-impl v0.5.0 |
| 686 | 2026-05-18T19:14:30.791Z | Downloaded usdt-impl v0.6.0 |
| 687 | 2026-05-18T19:14:30.791Z | Downloaded typenum v1.17.0 |
| 688 | 2026-05-18T19:14:30.794Z | Downloaded zone_cfg_derive v0.3.0 |
| 689 | 2026-05-18T19:14:30.794Z | Downloaded zone v0.3.1 |
| 690 | 2026-05-18T19:14:30.794Z | Downloaded zeroize_derive v1.4.3 |
| 691 | 2026-05-18T19:14:30.797Z | Downloaded want v0.3.1 |
| 692 | 2026-05-18T19:14:30.797Z | Downloaded vergen-lib v9.1.0 |
| 693 | 2026-05-18T19:14:30.797Z | Downloaded socket2 v0.5.10 |
| 694 | 2026-05-18T19:14:30.799Z | Downloaded schemars v1.2.1 |
| 695 | 2026-05-18T19:14:30.806Z | Downloaded whoami v1.5.1 |
| 696 | 2026-05-18T19:14:30.809Z | Downloaded vergen-git2 v9.1.0 |
| 697 | 2026-05-18T19:14:30.809Z | Downloaded walkdir v2.5.0 |
| 698 | 2026-05-18T19:14:30.812Z | Downloaded writeable v0.5.5 |
| 699 | 2026-05-18T19:14:30.812Z | Downloaded twox-hash v2.1.2 |
| 700 | 2026-05-18T19:14:30.815Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 701 | 2026-05-18T19:14:30.818Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 702 | 2026-05-18T19:14:30.818Z | Downloaded textwrap v0.16.2 |
| 703 | 2026-05-18T19:14:30.821Z | Downloaded test-strategy v0.4.3 |
| 704 | 2026-05-18T19:14:30.824Z | Downloaded yoke v0.7.5 |
| 705 | 2026-05-18T19:14:30.824Z | Downloaded ucd-trie v0.1.6 |
| 706 | 2026-05-18T19:14:30.827Z | Downloaded tinyvec v1.6.0 |
| 707 | 2026-05-18T19:14:30.827Z | Downloaded qorb v0.4.1 |
| 708 | 2026-05-18T19:14:30.831Z | Downloaded zmij v1.0.19 |
| 709 | 2026-05-18T19:14:30.831Z | Downloaded zerovec-derive v0.10.3 |
| 710 | 2026-05-18T19:14:30.834Z | Downloaded wyz v0.5.1 |
| 711 | 2026-05-18T19:14:30.834Z | Downloaded zeroize v1.8.2 |
| 712 | 2026-05-18T19:14:30.834Z | Downloaded vsss-rs v3.3.4 |
| 713 | 2026-05-18T19:14:30.837Z | Downloaded goblin v0.8.2 |
| 714 | 2026-05-18T19:14:30.840Z | Downloaded hashbrown v0.17.0 |
| 715 | 2026-05-18T19:14:30.843Z | Downloaded toml v0.7.8 |
| 716 | 2026-05-18T19:14:30.845Z | Downloaded typify v0.6.2 |
| 717 | 2026-05-18T19:14:30.845Z | Downloaded typify v0.4.3 |
| 718 | 2026-05-18T19:14:30.848Z | Downloaded iri-string v0.7.8 |
| 719 | 2026-05-18T19:14:30.851Z | Downloaded unicode-ident v1.0.24 |
| 720 | 2026-05-18T19:14:30.854Z | Downloaded itertools v0.14.0 |
| 721 | 2026-05-18T19:14:30.857Z | Downloaded vergen v9.1.0 |
| 722 | 2026-05-18T19:14:30.860Z | Downloaded unsafe-libyaml v0.2.11 |
| 723 | 2026-05-18T19:14:30.863Z | Downloaded steno v0.4.1 |
| 724 | 2026-05-18T19:14:30.865Z | Downloaded tracing v0.1.40 |
| 725 | 2026-05-18T19:14:30.868Z | Downloaded tungstenite v0.21.0 |
| 726 | 2026-05-18T19:14:30.868Z | Downloaded pest v2.8.4 |
| 727 | 2026-05-18T19:14:30.871Z | Downloaded zerocopy-derive v0.7.34 |
| 728 | 2026-05-18T19:14:30.874Z | Downloaded hkdf v0.12.4 |
| 729 | 2026-05-18T19:14:30.877Z | Downloaded quinn v0.11.9 |
| 730 | 2026-05-18T19:14:30.879Z | Downloaded clap_builder v4.5.2 |
| 731 | 2026-05-18T19:14:30.882Z | Downloaded itertools v0.13.0 |
| 732 | 2026-05-18T19:14:30.885Z | Downloaded iddqd v0.3.18 |
| 733 | 2026-05-18T19:14:30.889Z | Downloaded schemars v0.8.22 |
| 734 | 2026-05-18T19:14:30.895Z | Downloaded aho-corasick v1.1.3 |
| 735 | 2026-05-18T19:14:30.899Z | Downloaded toml_edit v0.22.27 |
| 736 | 2026-05-18T19:14:30.902Z | Downloaded uuid v1.22.0 |
| 737 | 2026-05-18T19:14:30.904Z | Downloaded futures-util v0.3.32 |
| 738 | 2026-05-18T19:14:30.910Z | Downloaded tracing-core v0.1.32 |
| 739 | 2026-05-18T19:14:30.913Z | Downloaded progenitor v0.11.1 |
| 740 | 2026-05-18T19:14:30.913Z | Downloaded progenitor v0.10.0 |
| 741 | 2026-05-18T19:14:30.916Z | Downloaded crossbeam-channel v0.5.15 |
| 742 | 2026-05-18T19:14:30.919Z | Downloaded passt v0.3.0 |
| 743 | 2026-05-18T19:14:30.919Z | Downloaded parking_lot_core v0.9.10 |
| 744 | 2026-05-18T19:14:30.919Z | Downloaded rand_xorshift v0.3.0 |
| 745 | 2026-05-18T19:14:30.922Z | Downloaded oxnet v0.1.4 |
| 746 | 2026-05-18T19:14:30.922Z | Downloaded h2 v0.4.6 |
| 747 | 2026-05-18T19:14:30.925Z | Downloaded getrandom v0.3.4 |
| 748 | 2026-05-18T19:14:30.928Z | Downloaded flate2 v1.0.30 |
| 749 | 2026-05-18T19:14:30.930Z | Downloaded chacha20poly1305 v0.10.1 |
| 750 | 2026-05-18T19:14:30.933Z | Downloaded num-complex v0.4.6 |
| 751 | 2026-05-18T19:14:30.933Z | Downloaded pem v3.0.5 |
| 752 | 2026-05-18T19:14:30.933Z | Downloaded paste v1.0.15 |
| 753 | 2026-05-18T19:14:30.936Z | Downloaded oxide-tokio-rt v0.1.6 |
| 754 | 2026-05-18T19:14:30.936Z | Downloaded powerfmt v0.2.0 |
| 755 | 2026-05-18T19:14:30.939Z | Downloaded num-rational v0.4.2 |
| 756 | 2026-05-18T19:14:30.939Z | Downloaded lock_api v0.4.12 |
| 757 | 2026-05-18T19:14:30.939Z | Downloaded hyper-rustls v0.27.3 |
| 758 | 2026-05-18T19:14:30.941Z | Downloaded base64 v0.21.7 |
| 759 | 2026-05-18T19:14:30.945Z | Downloaded toml_edit v0.19.15 |
| 760 | 2026-05-18T19:14:30.952Z | Downloaded url v2.5.4 |
| 761 | 2026-05-18T19:14:30.955Z | Downloaded rayon v1.11.0 |
| 762 | 2026-05-18T19:14:30.959Z | Downloaded opaque-debug v0.3.1 |
| 763 | 2026-05-18T19:14:30.962Z | Downloaded omicron-workspace-hack v0.1.0 |
| 764 | 2026-05-18T19:14:30.962Z | Downloaded olpc-cjson v0.1.4 |
| 765 | 2026-05-18T19:14:30.962Z | Downloaded num-iter v0.1.45 |
| 766 | 2026-05-18T19:14:30.962Z | Downloaded ingot v0.1.1 |
| 767 | 2026-05-18T19:14:30.965Z | Downloaded match_cfg v0.1.0 |
| 768 | 2026-05-18T19:14:30.965Z | Downloaded lru-cache v0.1.2 |
| 769 | 2026-05-18T19:14:30.965Z | Downloaded expectorate v1.2.0 |
| 770 | 2026-05-18T19:14:30.968Z | Downloaded ciborium v0.2.2 |
| 771 | 2026-05-18T19:14:30.968Z | Downloaded portable-atomic v1.11.1 |
| 772 | 2026-05-18T19:14:30.971Z | Downloaded newtype-uuid-macros v0.1.0 |
| 773 | 2026-05-18T19:14:30.974Z | Downloaded crc32fast v1.4.0 |
| 774 | 2026-05-18T19:14:30.974Z | Downloaded http-body-util v0.1.3 |
| 775 | 2026-05-18T19:14:30.976Z | Downloaded git-stub-vcs v0.1.0 |
| 776 | 2026-05-18T19:14:30.976Z | Downloaded ecdsa v0.16.9 |
| 777 | 2026-05-18T19:14:30.976Z | Downloaded linked-hash-map v0.5.6 |
| 778 | 2026-05-18T19:14:30.979Z | Downloaded tower v0.5.2 |
| 779 | 2026-05-18T19:14:30.982Z | Downloaded zerocopy-derive v0.8.27 |
| 780 | 2026-05-18T19:14:30.986Z | Downloaded chrono v0.4.44 |
| 781 | 2026-05-18T19:14:30.990Z | Downloaded icu_locid_transform v1.5.0 |
| 782 | 2026-05-18T19:14:30.993Z | Downloaded ff v0.13.1 |
| 783 | 2026-05-18T19:14:30.993Z | Downloaded derive-ex v0.1.8 |
| 784 | 2026-05-18T19:14:30.996Z | Downloaded typed-path v0.9.3 |
| 785 | 2026-05-18T19:14:30.999Z | Downloaded anyhow v1.0.100 |
| 786 | 2026-05-18T19:14:31.002Z | Downloaded embedded-io v0.6.1 |
| 787 | 2026-05-18T19:14:31.002Z | Downloaded highway v1.3.0 |
| 788 | 2026-05-18T19:14:31.005Z | Downloaded backon v1.6.0 |
| 789 | 2026-05-18T19:14:31.005Z | Downloaded x509-cert v0.2.5 |
| 790 | 2026-05-18T19:14:31.007Z | Downloaded rustls-webpki v0.102.4 |
| 791 | 2026-05-18T19:14:31.018Z | Downloaded reqwest v0.13.2 |
| 792 | 2026-05-18T19:14:31.021Z | Downloaded unicode-segmentation v1.11.0 |
| 793 | 2026-05-18T19:14:31.024Z | Downloaded salty v0.3.0 |
| 794 | 2026-05-18T19:14:31.027Z | Downloaded reqwest v0.12.23 |
| 795 | 2026-05-18T19:14:31.031Z | Downloaded rustls-webpki v0.101.7 |
| 796 | 2026-05-18T19:14:31.039Z | Downloaded p384 v0.13.1 |
| 797 | 2026-05-18T19:14:31.042Z | Downloaded float-ord v0.3.2 |
| 798 | 2026-05-18T19:14:31.044Z | Downloaded displaydoc v0.2.5 |
| 799 | 2026-05-18T19:14:31.044Z | Downloaded bincode v1.3.3 |
| 800 | 2026-05-18T19:14:31.047Z | Downloaded keccak v0.1.6 |
| 801 | 2026-05-18T19:14:31.047Z | Downloaded clang-sys v1.8.1 |
| 802 | 2026-05-18T19:14:31.050Z | Downloaded ascii v1.1.0 |
| 803 | 2026-05-18T19:14:31.050Z | Downloaded itoa v1.0.11 |
| 804 | 2026-05-18T19:14:31.050Z | Downloaded serde_json v1.0.149 |
| 805 | 2026-05-18T19:14:31.053Z | Downloaded is_terminal_polyfill v1.70.0 |
| 806 | 2026-05-18T19:14:31.056Z | Downloaded regex v1.12.3 |
| 807 | 2026-05-18T19:14:31.058Z | Downloaded is_ci v1.2.0 |
| 808 | 2026-05-18T19:14:31.058Z | Downloaded is-terminal v0.4.12 |
| 809 | 2026-05-18T19:14:31.058Z | Downloaded idna_adapter v1.2.0 |
| 810 | 2026-05-18T19:14:31.061Z | Downloaded autocfg v1.3.0 |
| 811 | 2026-05-18T19:14:31.061Z | Downloaded compression-codecs v0.4.32 |
| 812 | 2026-05-18T19:14:31.061Z | Downloaded fixedbitset v0.5.7 |
| 813 | 2026-05-18T19:14:31.064Z | Downloaded erased-serde v0.3.31 |
| 814 | 2026-05-18T19:14:31.064Z | Downloaded cobs v0.2.3 |
| 815 | 2026-05-18T19:14:31.067Z | Downloaded cargo_metadata v0.18.1 |
| 816 | 2026-05-18T19:14:31.067Z | Downloaded ident_case v1.0.1 |
| 817 | 2026-05-18T19:14:31.067Z | Downloaded escargot v0.5.15 |
| 818 | 2026-05-18T19:14:31.069Z | Downloaded either v1.15.0 |
| 819 | 2026-05-18T19:14:31.069Z | Downloaded digest v0.10.7 |
| 820 | 2026-05-18T19:14:31.069Z | Downloaded derive_builder_core v0.20.2 |
| 821 | 2026-05-18T19:14:31.072Z | Downloaded git2 v0.20.2 |
| 822 | 2026-05-18T19:14:31.075Z | Downloaded goblin v0.10.4 |
| 823 | 2026-05-18T19:14:31.078Z | Downloaded darling_core v0.23.0 |
| 824 | 2026-05-18T19:14:31.081Z | Downloaded async-trait v0.1.89 |
| 825 | 2026-05-18T19:14:31.084Z | Downloaded argon2 v0.5.3 |
| 826 | 2026-05-18T19:14:31.084Z | Downloaded serde_with v3.18.0 |
| 827 | 2026-05-18T19:14:31.090Z | Downloaded curve25519-dalek v4.1.3 |
| 828 | 2026-05-18T19:14:31.095Z | Downloaded cmake v0.1.54 |
| 829 | 2026-05-18T19:14:31.098Z | Downloaded cipher v0.4.4 |
| 830 | 2026-05-18T19:14:31.098Z | Downloaded bitflags v1.3.2 |
| 831 | 2026-05-18T19:14:31.101Z | Downloaded backoff v0.4.0 |
| 832 | 2026-05-18T19:14:31.101Z | Downloaded anstream v0.6.14 |
| 833 | 2026-05-18T19:14:31.101Z | Downloaded tokio-util v0.7.16 |
| 834 | 2026-05-18T19:14:31.104Z | Downloaded tough v0.20.0 |
| 835 | 2026-05-18T19:14:31.109Z | Downloaded tower-http v0.6.8 |
| 836 | 2026-05-18T19:14:31.113Z | Downloaded icu_properties_data v1.5.0 |
| 837 | 2026-05-18T19:14:31.119Z | Downloaded embedded-io v0.4.0 |
| 838 | 2026-05-18T19:14:31.123Z | Downloaded derive_builder_macro v0.20.2 |
| 839 | 2026-05-18T19:14:31.123Z | Downloaded crypto-common v0.1.6 |
| 840 | 2026-05-18T19:14:31.123Z | Downloaded clap_derive v4.5.4 |
| 841 | 2026-05-18T19:14:31.123Z | Downloaded cfg_aliases v0.1.1 |
| 842 | 2026-05-18T19:14:31.123Z | Downloaded errno v0.3.14 |
| 843 | 2026-05-18T19:14:31.126Z | Downloaded dtrace-parser v0.3.0 |
| 844 | 2026-05-18T19:14:31.126Z | Downloaded crucible-workspace-hack v0.1.0 |
| 845 | 2026-05-18T19:14:31.126Z | Downloaded bitstruct_derive v0.1.0 |
| 846 | 2026-05-18T19:14:31.126Z | Downloaded dunce v1.0.5 |
| 847 | 2026-05-18T19:14:31.126Z | Downloaded dtrace-parser v0.2.0 |
| 848 | 2026-05-18T19:14:31.126Z | Downloaded dof v0.3.0 |
| 849 | 2026-05-18T19:14:31.129Z | Downloaded futures-io v0.3.32 |
| 850 | 2026-05-18T19:14:31.129Z | Downloaded foreign-types v0.5.0 |
| 851 | 2026-05-18T19:14:31.129Z | Downloaded flagset v0.4.7 |
| 852 | 2026-05-18T19:14:31.129Z | Downloaded chacha20 v0.9.1 |
| 853 | 2026-05-18T19:14:31.131Z | Downloaded bit_field v0.10.2 |
| 854 | 2026-05-18T19:14:31.131Z | Downloaded cpufeatures v0.2.12 |
| 855 | 2026-05-18T19:14:31.132Z | Downloaded colorchoice v1.0.1 |
| 856 | 2026-05-18T19:14:31.132Z | Downloaded atomicwrites v0.4.4 |
| 857 | 2026-05-18T19:14:31.135Z | Downloaded async-stream-impl v0.3.6 |
| 858 | 2026-05-18T19:14:31.135Z | Downloaded anstyle-query v1.0.3 |
| 859 | 2026-05-18T19:14:31.135Z | Downloaded cargo-platform v0.3.2 |
| 860 | 2026-05-18T19:14:31.135Z | Downloaded bit-set v0.5.3 |
| 861 | 2026-05-18T19:14:31.135Z | Downloaded base16ct v0.2.0 |
| 862 | 2026-05-18T19:14:31.137Z | Downloaded defmt-macros v0.3.9 |
| 863 | 2026-05-18T19:14:31.138Z | Downloaded debug-ignore v1.0.5 |
| 864 | 2026-05-18T19:14:31.138Z | Downloaded tabled v0.15.0 |
| 865 | 2026-05-18T19:14:31.146Z | Downloaded proptest v1.5.0 |
| 866 | 2026-05-18T19:14:31.151Z | Downloaded unicode-normalization v0.1.24 |
| 867 | 2026-05-18T19:14:31.155Z | Downloaded zerocopy v0.7.34 |
| 868 | 2026-05-18T19:14:31.161Z | Downloaded nix v0.28.0 |
| 869 | 2026-05-18T19:14:31.167Z | Downloaded adler v1.0.2 |
| 870 | 2026-05-18T19:14:31.170Z | Downloaded daft v0.1.5 |
| 871 | 2026-05-18T19:14:31.170Z | Downloaded zerovec v0.10.4 |
| 872 | 2026-05-18T19:14:31.173Z | Downloaded syn v1.0.109 |
| 873 | 2026-05-18T19:14:31.177Z | Downloaded winnow v0.5.40 |
| 874 | 2026-05-18T19:14:31.181Z | Downloaded moka v0.12.10 |
| 875 | 2026-05-18T19:14:31.188Z | Downloaded futures-core v0.3.32 |
| 876 | 2026-05-18T19:14:31.190Z | Downloaded erased-serde v0.4.5 |
| 877 | 2026-05-18T19:14:31.190Z | Downloaded der_derive v0.7.3 |
| 878 | 2026-05-18T19:14:31.190Z | Downloaded darling_core v0.20.11 |
| 879 | 2026-05-18T19:14:31.193Z | Downloaded cfg_aliases v0.2.1 |
| 880 | 2026-05-18T19:14:31.193Z | Downloaded base64 v0.22.1 |
| 881 | 2026-05-18T19:14:31.196Z | Downloaded anstyle v1.0.7 |
| 882 | 2026-05-18T19:14:31.196Z | Downloaded atomic-waker v1.1.2 |
| 883 | 2026-05-18T19:14:31.196Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 884 | 2026-05-18T19:14:31.199Z | Downloaded ciborium-io v0.2.2 |
| 885 | 2026-05-18T19:14:31.199Z | Downloaded allocator-api2 v0.2.21 |
| 886 | 2026-05-18T19:14:31.199Z | Downloaded darling_macro v0.23.0 |
| 887 | 2026-05-18T19:14:31.199Z | Downloaded ciborium-ll v0.2.2 |
| 888 | 2026-05-18T19:14:31.201Z | Downloaded byte-wrapper v0.1.0 |
| 889 | 2026-05-18T19:14:31.201Z | Downloaded bitstruct v0.1.1 |
| 890 | 2026-05-18T19:14:31.201Z | Downloaded atty v0.2.14 |
| 891 | 2026-05-18T19:14:31.204Z | Downloaded async-recursion v1.1.1 |
| 892 | 2026-05-18T19:14:31.204Z | Downloaded aead v0.5.2 |
| 893 | 2026-05-18T19:14:31.204Z | Downloaded hickory-proto v0.24.4 |
| 894 | 2026-05-18T19:14:31.212Z | Downloaded winnow v0.7.13 |
| 895 | 2026-05-18T19:14:31.217Z | Downloaded base64ct v1.6.0 |
| 896 | 2026-05-18T19:14:31.220Z | Downloaded byteorder v1.5.0 |
| 897 | 2026-05-18T19:14:31.220Z | Downloaded openssl v0.10.72 |
| 898 | 2026-05-18T19:14:31.225Z | Downloaded quinn-proto v0.11.13 |
| 899 | 2026-05-18T19:14:31.229Z | Downloaded block-buffer v0.10.4 |
| 900 | 2026-05-18T19:14:31.231Z | Downloaded bitflags v2.9.4 |
| 901 | 2026-05-18T19:14:31.248Z | Downloaded zerocopy v0.8.27 |
| 902 | 2026-05-18T19:14:31.260Z | Downloaded syn v2.0.117 |
| 903 | 2026-05-18T19:14:31.266Z | Downloaded time v0.3.47 |
| 904 | 2026-05-18T19:14:31.273Z | Downloaded unicode-width v0.2.1 |
| 905 | 2026-05-18T19:14:31.276Z | Downloaded webpki-roots v1.0.3 |
| 906 | 2026-05-18T19:14:31.278Z | Downloaded rustls v0.21.12 |
| 907 | 2026-05-18T19:14:31.283Z | Downloaded unicode-width v0.1.14 |
| 908 | 2026-05-18T19:14:31.286Z | Downloaded regress v0.10.5 |
| 909 | 2026-05-18T19:14:31.291Z | Downloaded hickory-proto v0.25.2 |
| 910 | 2026-05-18T19:14:31.300Z | Downloaded vcpkg v0.2.15 |
| 911 | 2026-05-18T19:14:31.321Z | Downloaded dropshot v0.17.0 |
| 912 | 2026-05-18T19:14:31.333Z | Downloaded webpki-roots v0.26.3 |
| 913 | 2026-05-18T19:14:31.335Z | Downloaded nix v0.31.3 |
| 914 | 2026-05-18T19:14:31.341Z | Downloaded rustls v0.22.4 |
| 915 | 2026-05-18T19:14:31.348Z | Downloaded rustix v1.1.2 |
| 916 | 2026-05-18T19:14:31.360Z | Downloaded smoltcp v0.11.0 |
| 917 | 2026-05-18T19:14:31.367Z | Downloaded rustls v0.23.31 |
| 918 | 2026-05-18T19:14:31.373Z | Downloaded rustix v0.38.34 |
| 919 | 2026-05-18T19:14:31.385Z | Downloaded regex-syntax v0.8.5 |
| 920 | 2026-05-18T19:14:31.390Z | Downloaded openapiv3 v2.2.0 |
| 921 | 2026-05-18T19:14:31.395Z | Downloaded dropshot v0.16.7 |
| 922 | 2026-05-18T19:14:31.408Z | Downloaded regress v0.11.1 |
| 923 | 2026-05-18T19:14:31.412Z | Downloaded typify-impl v0.6.2 |
| 924 | 2026-05-18T19:14:31.419Z | Downloaded bstr v1.9.1 |
| 925 | 2026-05-18T19:14:31.424Z | Downloaded typify-impl v0.4.3 |
| 926 | 2026-05-18T19:14:31.431Z | Downloaded nix v0.30.1 |
| 927 | 2026-05-18T19:14:31.461Z | Downloaded regex-automata v0.4.14 |
| 928 | 2026-05-18T19:14:31.495Z | Downloaded petgraph v0.6.5 |
| 929 | 2026-05-18T19:14:31.505Z | Downloaded chrono-tz v0.10.4 |
| 930 | 2026-05-18T19:14:31.516Z | Downloaded jiff v0.2.15 |
| 931 | 2026-05-18T19:14:31.528Z | Downloaded petgraph v0.8.3 |
| 932 | 2026-05-18T19:14:31.540Z | Downloaded csv v1.3.1 |
| 933 | 2026-05-18T19:14:31.551Z | Downloaded sha3 v0.10.8 |
| 934 | 2026-05-18T19:14:31.575Z | Downloaded libc v0.2.186 |
| 935 | 2026-05-18T19:14:31.622Z | Downloaded ring v0.17.14 |
| 936 | 2026-05-18T19:14:31.644Z | Downloaded tokio v1.52.3 |
| 937 | 2026-05-18T19:14:31.758Z | Downloaded encoding_rs v0.8.34 |
| 938 | 2026-05-18T19:14:31.816Z | Downloaded fakedata_generator v0.7.1 |
| 939 | 2026-05-18T19:14:31.858Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 940 | 2026-05-18T19:14:32.029Z | Downloaded libz-sys v1.1.16 |
| 941 | 2026-05-18T19:14:32.153Z | Downloaded aws-lc-sys v0.30.0 |
| 942 | 2026-05-18T19:14:32.480Z | Compiling proc-macro2 v1.0.106 |
| 943 | 2026-05-18T19:14:32.480Z | Compiling quote v1.0.45 |
| 944 | 2026-05-18T19:14:32.480Z | Compiling unicode-ident v1.0.24 |
| 945 | 2026-05-18T19:14:32.480Z | Compiling libc v0.2.186 |
| 946 | 2026-05-18T19:14:32.483Z | Compiling serde_core v1.0.228 |
| 947 | 2026-05-18T19:14:32.483Z | Compiling serde v1.0.228 |
| 948 | 2026-05-18T19:14:32.483Z | Compiling autocfg v1.3.0 |
| 949 | 2026-05-18T19:14:32.483Z | Checking cfg-if v1.0.0 |
| 950 | 2026-05-18T19:14:32.799Z | Compiling zmij v1.0.19 |
| 951 | 2026-05-18T19:14:32.829Z | Compiling serde_json v1.0.149 |
| 952 | 2026-05-18T19:14:33.057Z | Compiling memchr v2.7.2 |
| 953 | 2026-05-18T19:14:33.421Z | Compiling libm v0.2.8 |
| 954 | 2026-05-18T19:14:33.440Z | Checking itoa v1.0.11 |
| 955 | 2026-05-18T19:14:33.605Z | Compiling version_check v0.9.5 |
| 956 | 2026-05-18T19:14:33.753Z | Checking smallvec v1.13.2 |
| 957 | 2026-05-18T19:14:33.860Z | Compiling getrandom v0.4.2 |
| 958 | 2026-05-18T19:14:33.925Z | Checking stable_deref_trait v1.2.0 |
| 959 | 2026-05-18T19:14:33.943Z | Checking litemap v0.7.4 |
| 960 | 2026-05-18T19:14:33.997Z | Checking writeable v0.5.5 |
| 961 | 2026-05-18T19:14:34.127Z | Checking icu_locid_transform_data v1.5.0 |
| 962 | 2026-05-18T19:14:34.165Z | Checking icu_properties_data v1.5.0 |
| 963 | 2026-05-18T19:14:34.183Z | Checking percent-encoding v2.3.2 |
| 964 | 2026-05-18T19:14:34.201Z | Compiling num-traits v0.2.19 |
| 965 | 2026-05-18T19:14:34.204Z | Checking write16 v1.0.0 |
| 966 | 2026-05-18T19:14:34.276Z | Checking utf8_iter v1.0.4 |
| 967 | 2026-05-18T19:14:34.302Z | Compiling syn v2.0.117 |
| 968 | 2026-05-18T19:14:34.320Z | Checking utf16_iter v1.0.5 |
| 969 | 2026-05-18T19:14:34.338Z | Checking icu_normalizer_data v1.5.0 |
| 970 | 2026-05-18T19:14:34.402Z | Checking form_urlencoded v1.2.2 |
| 971 | 2026-05-18T19:14:34.421Z | Checking getrandom v0.2.14 |
| 972 | 2026-05-18T19:14:34.457Z | Compiling thiserror v2.0.18 |
| 973 | 2026-05-18T19:14:34.531Z | Compiling shlex v1.3.0 |
| 974 | 2026-05-18T19:14:34.572Z | Compiling jobserver v0.1.31 |
| 975 | 2026-05-18T19:14:34.611Z | Compiling log v0.4.29 |
| 976 | 2026-05-18T19:14:34.839Z | Compiling lock_api v0.4.12 |
| 977 | 2026-05-18T19:14:34.900Z | Compiling cc v1.2.17 |
| 978 | 2026-05-18T19:14:34.990Z | Compiling parking_lot_core v0.9.10 |
| 979 | 2026-05-18T19:14:35.090Z | Compiling heck v0.5.0 |
| 980 | 2026-05-18T19:14:35.291Z | Checking iana-time-zone v0.1.64 |
| 981 | 2026-05-18T19:14:35.368Z | Checking semver v1.0.28 |
| 982 | 2026-05-18T19:14:35.447Z | Compiling rustversion v1.0.22 |
| 983 | 2026-05-18T19:14:35.466Z | Checking uuid v1.22.0 |
| 984 | 2026-05-18T19:14:35.498Z | Compiling regex-syntax v0.8.5 |
| 985 | 2026-05-18T19:14:35.589Z | Checking dyn-clone v1.0.17 |
| 986 | 2026-05-18T19:14:35.704Z | Compiling schemars v0.8.22 |
| 987 | 2026-05-18T19:14:35.734Z | Compiling aho-corasick v1.1.3 |
| 988 | 2026-05-18T19:14:35.768Z | Compiling slab v0.4.9 |
| 989 | 2026-05-18T19:14:35.980Z | Checking subtle v2.6.1 |
| 990 | 2026-05-18T19:14:36.130Z | Compiling typenum v1.17.0 |
| 991 | 2026-05-18T19:14:36.148Z | Checking pin-project-lite v0.2.14 |
| 992 | 2026-05-18T19:14:36.262Z | Checking rand_core v0.6.4 |
| 993 | 2026-05-18T19:14:36.443Z | Compiling bitflags v2.9.4 |
| 994 | 2026-05-18T19:14:36.480Z | Checking socket2 v0.6.3 |
| 995 | 2026-05-18T19:14:36.552Z | Checking scopeguard v1.2.0 |
| 996 | 2026-05-18T19:14:36.663Z | Checking signal-hook-registry v1.4.2 |
| 997 | 2026-05-18T19:14:36.702Z | Checking mio v1.2.0 |
| 998 | 2026-05-18T19:14:36.750Z | Compiling portable-atomic v1.11.1 |
| 999 | 2026-05-18T19:14:36.774Z | Compiling either v1.15.0 |
| 1000 | 2026-05-18T19:14:36.858Z | Compiling generic-array v0.14.7 |
| 1001 | 2026-05-18T19:14:36.887Z | Checking parking_lot v0.12.2 |
| 1002 | 2026-05-18T19:14:36.995Z | Compiling regex-automata v0.4.14 |
| 1003 | 2026-05-18T19:14:37.015Z | Checking equivalent v1.0.2 |
| 1004 | 2026-05-18T19:14:37.127Z | Checking critical-section v1.2.0 |
| 1005 | 2026-05-18T19:14:37.162Z | Compiling errno v0.3.14 |
| 1006 | 2026-05-18T19:14:37.233Z | Compiling synstructure v0.13.1 |
| 1007 | 2026-05-18T19:14:37.260Z | Compiling serde_derive_internals v0.29.1 |
| 1008 | 2026-05-18T19:14:37.316Z | Checking futures-core v0.3.32 |
| 1009 | 2026-05-18T19:14:37.453Z | Compiling thiserror v1.0.64 |
| 1010 | 2026-05-18T19:14:37.594Z | Compiling ring v0.17.14 |
| 1011 | 2026-05-18T19:14:37.716Z | Checking once_cell v1.21.3 |
| 1012 | 2026-05-18T19:14:37.756Z | Compiling httparse v1.10.1 |
| 1013 | 2026-05-18T19:14:37.776Z | Compiling rustix v0.38.34 |
| 1014 | 2026-05-18T19:14:37.899Z | Compiling getrandom v0.3.4 |
| 1015 | 2026-05-18T19:14:37.968Z | Compiling prettyplease v0.2.37 |
| 1016 | 2026-05-18T19:14:38.027Z | Compiling glob v0.3.3 |
| 1017 | 2026-05-18T19:14:38.189Z | Checking futures-sink v0.3.32 |
| 1018 | 2026-05-18T19:14:38.212Z | Compiling minimal-lexical v0.2.1 |
| 1019 | 2026-05-18T19:14:38.329Z | Checking hashbrown v0.17.0 |
| 1020 | 2026-05-18T19:14:38.368Z | Compiling clang-sys v1.8.1 |
| 1021 | 2026-05-18T19:14:38.459Z | Compiling nom v7.1.3 |
| 1022 | 2026-05-18T19:14:38.463Z | Compiling lazy_static v1.5.0 |
| 1023 | 2026-05-18T19:14:38.502Z | Compiling serde_derive v1.0.228 |
| 1024 | 2026-05-18T19:14:38.565Z | Compiling zerofrom-derive v0.1.5 |
| 1025 | 2026-05-18T19:14:38.735Z | Compiling yoke-derive v0.7.5 |
| 1026 | 2026-05-18T19:14:38.808Z | Compiling zerovec-derive v0.10.3 |
| 1027 | 2026-05-18T19:14:39.209Z | Compiling displaydoc v0.2.5 |
| 1028 | 2026-05-18T19:14:39.594Z | Compiling icu_provider_macros v1.5.0 |
| 1029 | 2026-05-18T19:14:39.781Z | Compiling schemars_derive v0.8.22 |
| 1030 | 2026-05-18T19:14:39.800Z | Checking zerofrom v0.1.5 |
| 1031 | 2026-05-18T19:14:39.828Z | Compiling zeroize_derive v1.4.3 |
| 1032 | 2026-05-18T19:14:39.848Z | Compiling thiserror-impl v2.0.18 |
| 1033 | 2026-05-18T19:14:39.925Z | Checking yoke v0.7.5 |
| 1034 | 2026-05-18T19:14:40.012Z | Compiling tokio-macros v2.7.0 |
| 1035 | 2026-05-18T19:14:40.109Z | Checking zerovec v0.10.4 |
| 1036 | 2026-05-18T19:14:40.200Z | Compiling regex v1.12.3 |
| 1037 | 2026-05-18T19:14:40.502Z | Checking zeroize v1.8.2 |
| 1038 | 2026-05-18T19:14:40.601Z | Compiling futures-macro v0.3.32 |
| 1039 | 2026-05-18T19:14:40.746Z | Compiling thiserror-impl v1.0.64 |
| 1040 | 2026-05-18T19:14:40.792Z | Checking tinystr v0.7.6 |
| 1041 | 2026-05-18T19:14:40.976Z | Checking icu_locid v1.5.0 |
| 1042 | 2026-05-18T19:14:40.979Z | Checking icu_collections v1.5.0 |
| 1043 | 2026-05-18T19:14:41.182Z | Checking crypto-common v0.1.6 |
| 1044 | 2026-05-18T19:14:41.310Z | Checking indexmap v2.14.0 |
| 1045 | 2026-05-18T19:14:41.356Z | Compiling libloading v0.8.9 |
| 1046 | 2026-05-18T19:14:41.408Z | Checking icu_provider v1.5.0 |
| 1047 | 2026-05-18T19:14:41.427Z | Checking const-oid v0.9.6 |
| 1048 | 2026-05-18T19:14:41.548Z | Compiling home v0.5.11 |
| 1049 | 2026-05-18T19:14:41.597Z | Checking bytes v1.11.1 |
| 1050 | 2026-05-18T19:14:41.680Z | Checking chrono v0.4.44 |
| 1051 | 2026-05-18T19:14:41.702Z | Checking icu_locid_transform v1.5.0 |
| 1052 | 2026-05-18T19:14:41.840Z | Compiling serde_tokenstream v0.2.3 |
| 1053 | 2026-05-18T19:14:41.879Z | Compiling bindgen v0.69.5 |
| 1054 | 2026-05-18T19:14:42.033Z | Checking tokio v1.52.3 |
| 1055 | 2026-05-18T19:14:42.092Z | Compiling which v4.4.2 |
| 1056 | 2026-05-18T19:14:42.179Z | Compiling cexpr v0.6.0 |
| 1057 | 2026-05-18T19:14:42.197Z | Checking icu_properties v1.5.1 |
| 1058 | 2026-05-18T19:14:42.428Z | Checking futures-channel v0.3.32 |
| 1059 | 2026-05-18T19:14:42.502Z | Compiling itertools v0.12.1 |
| 1060 | 2026-05-18T19:14:42.622Z | Compiling strsim v0.11.1 |
| 1061 | 2026-05-18T19:14:42.747Z | Compiling rustc-hash v1.1.0 |
| 1062 | 2026-05-18T19:14:42.874Z | Compiling lazycell v1.3.0 |
| 1063 | 2026-05-18T19:14:42.895Z | Compiling cmake v0.1.54 |
| 1064 | 2026-05-18T19:14:42.922Z | Checking futures-task v0.3.32 |
| 1065 | 2026-05-18T19:14:42.997Z | Compiling dunce v1.0.5 |
| 1066 | 2026-05-18T19:14:43.069Z | Checking futures-io v0.3.32 |
| 1067 | 2026-05-18T19:14:43.102Z | Compiling fs_extra v1.3.0 |
| 1068 | 2026-05-18T19:14:43.193Z | Checking futures-util v0.3.32 |
| 1069 | 2026-05-18T19:14:43.237Z | Compiling ident_case v1.0.1 |
| 1070 | 2026-05-18T19:14:43.317Z | Checking base64 v0.22.1 |
| 1071 | 2026-05-18T19:14:43.367Z | Compiling zerocopy-derive v0.8.27 |
| 1072 | 2026-05-18T19:14:43.371Z | Compiling slog v2.8.2 |
| 1073 | 2026-05-18T19:14:43.405Z | Checking http v1.4.0 |
| 1074 | 2026-05-18T19:14:43.591Z | Checking icu_normalizer v1.5.0 |
| 1075 | 2026-05-18T19:14:43.641Z | Checking block-buffer v0.10.4 |
| 1076 | 2026-05-18T19:14:43.787Z | Checking digest v0.10.7 |
| 1077 | 2026-05-18T19:14:43.971Z | Checking idna_adapter v1.2.0 |
| 1078 | 2026-05-18T19:14:44.076Z | Compiling tracing-attributes v0.1.27 |
| 1079 | 2026-05-18T19:14:44.119Z | Checking idna v1.0.3 |
| 1080 | 2026-05-18T19:14:44.375Z | Checking url v2.5.4 |
| 1081 | 2026-05-18T19:14:44.454Z | Checking tracing-core v0.1.32 |
| 1082 | 2026-05-18T19:14:44.590Z | Compiling ucd-trie v0.1.6 |
| 1083 | 2026-05-18T19:14:44.805Z | Checking untrusted v0.9.0 |
| 1084 | 2026-05-18T19:14:44.869Z | Checking byteorder v1.5.0 |
| 1085 | 2026-05-18T19:14:44.917Z | Compiling pest v2.8.4 |
| 1086 | 2026-05-18T19:14:45.149Z | Checking rustls-pki-types v1.12.0 |
| 1087 | 2026-05-18T19:14:45.334Z | Checking tracing v0.1.40 |
| 1088 | 2026-05-18T19:14:45.435Z | Compiling anyhow v1.0.100 |
| 1089 | 2026-05-18T19:14:45.813Z | Checking fnv v1.0.7 |
| 1090 | 2026-05-18T19:14:45.948Z | Checking ppv-lite86 v0.2.17 |
| 1091 | 2026-05-18T19:14:45.998Z | Compiling pest_meta v2.8.4 |
| 1092 | 2026-05-18T19:14:46.018Z | Compiling camino v1.2.2 |
| 1093 | 2026-05-18T19:14:46.153Z | Checking tokio-util v0.7.16 |
| 1094 | 2026-05-18T19:14:46.406Z | Checking ipnet v2.9.0 |
| 1095 | 2026-05-18T19:14:46.445Z | Checking ryu v1.0.18 |
| 1096 | 2026-05-18T19:14:46.532Z | Compiling paste v1.0.15 |
| 1097 | 2026-05-18T19:14:46.591Z | Compiling pest_generator v2.8.4 |
| 1098 | 2026-05-18T19:14:46.632Z | Checking http-body v1.0.1 |
| 1099 | 2026-05-18T19:14:46.652Z | Checking cpufeatures v0.2.12 |
| 1100 | 2026-05-18T19:14:46.725Z | Compiling zerocopy v0.8.27 |
| 1101 | 2026-05-18T19:14:46.745Z | Checking atomic-waker v1.1.2 |
| 1102 | 2026-05-18T19:14:46.984Z | Checking tower-service v0.3.3 |
| 1103 | 2026-05-18T19:14:47.007Z | Checking try-lock v0.2.5 |
| 1104 | 2026-05-18T19:14:47.087Z | Checking tower-layer v0.3.3 |
| 1105 | 2026-05-18T19:14:47.115Z | Checking want v0.3.1 |
| 1106 | 2026-05-18T19:14:47.169Z | Checking h2 v0.4.6 |
| 1107 | 2026-05-18T19:14:47.245Z | Checking pin-utils v0.1.0 |
| 1108 | 2026-05-18T19:14:47.264Z | Checking httpdate v1.0.3 |
| 1109 | 2026-05-18T19:14:47.310Z | Compiling pest_derive v2.8.4 |
| 1110 | 2026-05-18T19:14:47.329Z | Checking erased-serde v0.3.31 |
| 1111 | 2026-05-18T19:14:47.406Z | Compiling async-trait v0.1.89 |
| 1112 | 2026-05-18T19:14:47.581Z | Checking socket2 v0.5.10 |
| 1113 | 2026-05-18T19:14:47.704Z | Compiling time-core v0.1.8 |
| 1114 | 2026-05-18T19:14:47.824Z | Compiling num-conv v0.2.0 |
| 1115 | 2026-05-18T19:14:47.868Z | Compiling omicron-workspace-hack v0.1.0 |
| 1116 | 2026-05-18T19:14:47.933Z | Compiling aws-lc-sys v0.30.0 |
| 1117 | 2026-05-18T19:14:47.972Z | Compiling time-macros v0.2.27 |
| 1118 | 2026-05-18T19:14:48.405Z | Checking http-body-util v0.1.3 |
| 1119 | 2026-05-18T19:14:48.547Z | Checking serde_urlencoded v0.7.1 |
| 1120 | 2026-05-18T19:14:48.550Z | Checking ipnetwork v0.21.1 |
| 1121 | 2026-05-18T19:14:48.633Z | Compiling scroll_derive v0.13.1 |
| 1122 | 2026-05-18T19:14:48.791Z | Checking pretty-hex v0.4.1 |
| 1123 | 2026-05-18T19:14:48.874Z | Compiling aws-lc-rs v1.13.3 |
| 1124 | 2026-05-18T19:14:48.925Z | Checking openapiv3 v2.2.0 |
| 1125 | 2026-05-18T19:14:48.975Z | Checking hyper v1.8.1 |
| 1126 | 2026-05-18T19:14:48.995Z | Checking allocator-api2 v0.2.21 |
| 1127 | 2026-05-18T19:14:49.160Z | Checking foldhash v0.2.0 |
| 1128 | 2026-05-18T19:14:49.285Z | Checking plain v0.2.3 |
| 1129 | 2026-05-18T19:14:49.329Z | Checking untrusted v0.7.1 |
| 1130 | 2026-05-18T19:14:49.467Z | Compiling scroll v0.13.0 |
| 1131 | 2026-05-18T19:14:49.470Z | Checking hashbrown v0.16.1 |
| 1132 | 2026-05-18T19:14:49.644Z | Compiling daft-derive v0.1.5 |
| 1133 | 2026-05-18T19:14:49.789Z | Compiling strum_macros v0.26.4 |
| 1134 | 2026-05-18T19:14:49.938Z | Checking hyper-util v0.1.20 |
| 1135 | 2026-05-18T19:14:50.016Z | Compiling usdt-impl v0.6.0 |
| 1136 | 2026-05-18T19:14:50.037Z | Compiling rustls v0.23.31 |
| 1137 | 2026-05-18T19:14:50.248Z | Compiling crossbeam-utils v0.8.19 |
| 1138 | 2026-05-18T19:14:50.554Z | Compiling goblin v0.10.4 |
| 1139 | 2026-05-18T19:14:51.049Z | Checking rand_core v0.9.3 |
| 1140 | 2026-05-18T19:14:51.386Z | Checking rand_chacha v0.9.0 |
| 1141 | 2026-05-18T19:14:51.431Z | Checking oxnet v0.1.4 |
| 1142 | 2026-05-18T19:14:51.581Z | Compiling dtrace-parser v0.3.0 |
| 1143 | 2026-05-18T19:14:51.922Z | Compiling thread-id v5.0.0 |
| 1144 | 2026-05-18T19:14:51.947Z | Checking encoding_rs v0.8.34 |
| 1145 | 2026-05-18T19:14:51.973Z | Checking mime v0.3.17 |
| 1146 | 2026-05-18T19:14:52.018Z | Compiling rustls v0.22.4 |
| 1147 | 2026-05-18T19:14:52.133Z | Checking rand v0.9.2 |
| 1148 | 2026-05-18T19:14:52.156Z | Checking futures-executor v0.3.32 |
| 1149 | 2026-05-18T19:14:52.191Z | Checking sync_wrapper v1.0.1 |
| 1150 | 2026-05-18T19:14:52.266Z | Compiling slog-async v2.8.0 |
| 1151 | 2026-05-18T19:14:52.307Z | Checking hex v0.4.3 |
| 1152 | 2026-05-18T19:14:52.326Z | Checking futures v0.3.32 |
| 1153 | 2026-05-18T19:14:52.414Z | Checking tower v0.5.2 |
| 1154 | 2026-05-18T19:14:52.537Z | Checking webpki-roots v0.26.3 |
| 1155 | 2026-05-18T19:14:52.581Z | Compiling multer v3.1.0 |
| 1156 | 2026-05-18T19:14:52.599Z | Checking iri-string v0.7.8 |
| 1157 | 2026-05-18T19:14:52.619Z | Compiling rustix v1.1.2 |
| 1158 | 2026-05-18T19:14:52.878Z | Checking rand_chacha v0.3.1 |
| 1159 | 2026-05-18T19:14:52.905Z | Compiling async-stream-impl v0.3.6 |
| 1160 | 2026-05-18T19:14:52.918Z | Checking winnow v0.7.13 |
| 1161 | 2026-05-18T19:14:52.944Z | Checking sha1 v0.10.6 |
| 1162 | 2026-05-18T19:14:53.071Z | Checking rand v0.8.5 |
| 1163 | 2026-05-18T19:14:53.119Z | Compiling darling_core v0.23.0 |
| 1164 | 2026-05-18T19:14:53.520Z | Compiling dof v0.4.0 |
| 1165 | 2026-05-18T19:14:53.591Z | Checking fastrand v2.3.0 |
| 1166 | 2026-05-18T19:14:53.619Z | Checking tower-http v0.6.8 |
| 1167 | 2026-05-18T19:14:53.780Z | Compiling ref-cast v1.0.25 |
| 1168 | 2026-05-18T19:14:53.894Z | Checking powerfmt v0.2.0 |
| 1169 | 2026-05-18T19:14:54.070Z | Checking deranged v0.5.3 |
| 1170 | 2026-05-18T19:14:54.070Z | Compiling ref-cast-impl v1.0.25 |
| 1171 | 2026-05-18T19:14:54.163Z | Checking is-terminal v0.4.12 |
| 1172 | 2026-05-18T19:14:54.304Z | Checking match_cfg v0.1.0 |
| 1173 | 2026-05-18T19:14:54.408Z | Checking num_threads v0.1.7 |
| 1174 | 2026-05-18T19:14:54.427Z | Checking hostname v0.3.1 |
| 1175 | 2026-05-18T19:14:54.503Z | Checking strum v0.26.3 |
| 1176 | 2026-05-18T19:14:54.522Z | Checking newtype-uuid v1.3.2 |
| 1177 | 2026-05-18T19:14:54.541Z | Compiling newtype-uuid-macros v0.1.0 |
| 1178 | 2026-05-18T19:14:54.563Z | Compiling usdt-macro v0.6.0 |
| 1179 | 2026-05-18T19:14:54.620Z | Compiling usdt-attr-macro v0.6.0 |
| 1180 | 2026-05-18T19:14:54.663Z | Compiling structmeta-derive v0.3.0 |
| 1181 | 2026-05-18T19:14:54.750Z | Compiling syn v1.0.109 |
| 1182 | 2026-05-18T19:14:55.121Z | Checking time v0.3.47 |
| 1183 | 2026-05-18T19:14:55.143Z | Checking tempfile v3.23.0 |
| 1184 | 2026-05-18T19:14:55.262Z | Compiling darling_macro v0.23.0 |
| 1185 | 2026-05-18T19:14:55.353Z | Checking crossbeam-channel v0.5.15 |
| 1186 | 2026-05-18T19:14:55.526Z | Checking daft v0.1.5 |
| 1187 | 2026-05-18T19:14:55.691Z | Checking thread_local v1.1.8 |
| 1188 | 2026-05-18T19:14:55.769Z | Compiling structmeta v0.3.0 |
| 1189 | 2026-05-18T19:14:55.789Z | Compiling crc32fast v1.4.0 |
| 1190 | 2026-05-18T19:14:55.841Z | Compiling darling v0.23.0 |
| 1191 | 2026-05-18T19:14:55.864Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1192 | 2026-05-18T19:14:55.931Z | Compiling serde_with_macros v3.18.0 |
| 1193 | 2026-05-18T19:14:56.137Z | Checking rustls-webpki v0.102.4 |
| 1194 | 2026-05-18T19:14:56.201Z | Checking serde_spanned v1.0.4 |
| 1195 | 2026-05-18T19:14:56.291Z | Checking debug-ignore v1.0.5 |
| 1196 | 2026-05-18T19:14:56.311Z | Checking take_mut v0.2.2 |
| 1197 | 2026-05-18T19:14:56.340Z | Checking term v1.2.0 |
| 1198 | 2026-05-18T19:14:56.404Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1199 | 2026-05-18T19:14:56.571Z | Checking slog-term v2.9.2 |
| 1200 | 2026-05-18T19:14:56.593Z | Checking slog-json v2.6.1 |
| 1201 | 2026-05-18T19:14:56.612Z | Compiling strum_macros v0.27.2 |
| 1202 | 2026-05-18T19:14:56.753Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1203 | 2026-05-18T19:14:56.833Z | Checking memmap2 v0.9.9 |
| 1204 | 2026-05-18T19:14:57.031Z | Checking spin v0.9.8 |
| 1205 | 2026-05-18T19:14:57.191Z | Checking slog-bunyan v2.5.0 |
| 1206 | 2026-05-18T19:14:57.212Z | Compiling derive-ex v0.1.8 |
| 1207 | 2026-05-18T19:14:57.313Z | Checking async-stream v0.3.6 |
| 1208 | 2026-05-18T19:14:57.379Z | Checking waitgroup v0.1.2 |
| 1209 | 2026-05-18T19:14:57.450Z | Checking rustls-pemfile v2.2.0 |
| 1210 | 2026-05-18T19:14:57.488Z | Checking serde_path_to_error v0.1.20 |
| 1211 | 2026-05-18T19:14:57.604Z | Checking hostname v0.4.2 |
| 1212 | 2026-05-18T19:14:57.717Z | Checking macaddr v1.0.1 |
| 1213 | 2026-05-18T19:14:57.763Z | Checking quick-error v1.2.3 |
| 1214 | 2026-05-18T19:14:57.932Z | Checking tokio-rustls v0.25.0 |
| 1215 | 2026-05-18T19:14:58.095Z | Checking serde_with v3.18.0 |
| 1216 | 2026-05-18T19:14:58.136Z | Checking regress v0.10.5 |
| 1217 | 2026-05-18T19:14:58.399Z | Checking webpki-roots v1.0.3 |
| 1218 | 2026-05-18T19:14:58.717Z | Checking usdt v0.6.0 |
| 1219 | 2026-05-18T19:14:58.737Z | Compiling parse-display-derive v0.10.0 |
| 1220 | 2026-05-18T19:14:58.761Z | Compiling test-strategy v0.4.3 |
| 1221 | 2026-05-18T19:14:58.849Z | Checking wait-timeout v0.2.0 |
| 1222 | 2026-05-18T19:14:58.882Z | Compiling dropshot v0.17.0 |
| 1223 | 2026-05-18T19:14:59.122Z | Checking bit-vec v0.6.3 |
| 1224 | 2026-05-18T19:14:59.311Z | Checking bit-set v0.5.3 |
| 1225 | 2026-05-18T19:14:59.470Z | Checking rusty-fork v0.3.0 |
| 1226 | 2026-05-18T19:14:59.502Z | Checking strum v0.27.2 |
| 1227 | 2026-05-18T19:14:59.544Z | Compiling dropshot_endpoint v0.17.0 |
| 1228 | 2026-05-18T19:14:59.565Z | Checking rand_xorshift v0.3.0 |
| 1229 | 2026-05-18T19:14:59.618Z | Compiling crucible-workspace-hack v0.1.0 |
| 1230 | 2026-05-18T19:14:59.638Z | Checking unarray v0.1.4 |
| 1231 | 2026-05-18T19:14:59.742Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1232 | 2026-05-18T19:14:59.787Z | Checking proptest v1.5.0 |
| 1233 | 2026-05-18T19:14:59.858Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1234 | 2026-05-18T19:15:00.049Z | Checking adler v1.0.2 |
| 1235 | 2026-05-18T19:15:00.088Z | Checking rustc-hash v2.1.1 |
| 1236 | 2026-05-18T19:15:00.169Z | Checking miniz_oxide v0.7.2 |
| 1237 | 2026-05-18T19:15:00.214Z | Checking iddqd v0.3.18 |
| 1238 | 2026-05-18T19:15:00.387Z | Compiling toml_datetime v0.6.11 |
| 1239 | 2026-05-18T19:15:00.493Z | Checking openssl-probe v0.2.1 |
| 1240 | 2026-05-18T19:15:00.513Z | Checking flate2 v1.0.30 |
| 1241 | 2026-05-18T19:15:00.616Z | Checking rustls-native-certs v0.8.3 |
| 1242 | 2026-05-18T19:15:00.644Z | Checking instant v0.1.12 |
| 1243 | 2026-05-18T19:15:00.742Z | Checking compression-core v0.4.31 |
| 1244 | 2026-05-18T19:15:00.760Z | Checking backoff v0.4.0 |
| 1245 | 2026-05-18T19:15:00.811Z | Checking parse-display v0.10.0 |
| 1246 | 2026-05-18T19:15:00.876Z | Checking compression-codecs v0.4.32 |
| 1247 | 2026-05-18T19:15:00.936Z | Checking itertools v0.14.0 |
| 1248 | 2026-05-18T19:15:00.965Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1249 | 2026-05-18T19:15:01.055Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1250 | 2026-05-18T19:15:01.176Z | Checking base64ct v1.6.0 |
| 1251 | 2026-05-18T19:15:01.415Z | Checking toml v1.0.6+spec-1.1.0 |
| 1252 | 2026-05-18T19:15:01.419Z | Checking async-compression v0.4.33 |
| 1253 | 2026-05-18T19:15:01.454Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1254 | 2026-05-18T19:15:01.569Z | Checking unicode-width v0.1.14 |
| 1255 | 2026-05-18T19:15:01.969Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1256 | 2026-05-18T19:15:02.107Z | Compiling clap_derive v4.5.4 |
| 1257 | 2026-05-18T19:15:02.177Z | Compiling unsafe-libyaml v0.2.11 |
| 1258 | 2026-05-18T19:15:02.303Z | Checking utf8parse v0.2.1 |
| 1259 | 2026-05-18T19:15:02.418Z | Checking anstyle-parse v0.2.4 |
| 1260 | 2026-05-18T19:15:02.723Z | Compiling serde_yaml v0.9.34+deprecated |
| 1261 | 2026-05-18T19:15:03.076Z | Checking anstyle-query v1.0.3 |
| 1262 | 2026-05-18T19:15:03.170Z | Checking colorchoice v1.0.1 |
| 1263 | 2026-05-18T19:15:03.189Z | Checking is_terminal_polyfill v1.70.0 |
| 1264 | 2026-05-18T19:15:03.192Z | Checking anstyle v1.0.7 |
| 1265 | 2026-05-18T19:15:03.343Z | Checking pem-rfc7468 v0.7.0 |
| 1266 | 2026-05-18T19:15:03.396Z | Checking anstream v0.6.14 |
| 1267 | 2026-05-18T19:15:03.504Z | Checking terminal_size v0.3.0 |
| 1268 | 2026-05-18T19:15:03.599Z | Compiling der_derive v0.7.3 |
| 1269 | 2026-05-18T19:15:03.629Z | Checking clap_lex v0.7.0 |
| 1270 | 2026-05-18T19:15:03.790Z | Compiling winnow v0.5.40 |
| 1271 | 2026-05-18T19:15:03.884Z | Checking flagset v0.4.7 |
| 1272 | 2026-05-18T19:15:04.017Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1273 | 2026-05-18T19:15:04.075Z | Checking clap_builder v4.5.2 |
| 1274 | 2026-05-18T19:15:04.505Z | Compiling darling_core v0.21.3 |
| 1275 | 2026-05-18T19:15:04.561Z | Checking der v0.7.10 |
| 1276 | 2026-05-18T19:15:05.145Z | Compiling toml_edit v0.19.15 |
| 1277 | 2026-05-18T19:15:05.204Z | Compiling rustc_version v0.4.1 |
| 1278 | 2026-05-18T19:15:05.325Z | Checking clap v4.5.4 |
| 1279 | 2026-05-18T19:15:05.497Z | Checking spki v0.7.3 |
| 1280 | 2026-05-18T19:15:05.780Z | Compiling heck v0.4.1 |
| 1281 | 2026-05-18T19:15:05.984Z | Checking secrecy v0.10.3 |
| 1282 | 2026-05-18T19:15:06.070Z | Compiling convert_case v0.4.0 |
| 1283 | 2026-05-18T19:15:06.288Z | Compiling proc-macro-crate v1.3.1 |
| 1284 | 2026-05-18T19:15:06.384Z | Compiling heapless v0.8.0 |
| 1285 | 2026-05-18T19:15:06.633Z | Compiling derive_more v0.99.20 |
| 1286 | 2026-05-18T19:15:06.675Z | Compiling darling_macro v0.21.3 |
| 1287 | 2026-05-18T19:15:06.869Z | Checking pkcs8 v0.10.2 |
| 1288 | 2026-05-18T19:15:07.139Z | Checking tabwriter v1.4.0 |
| 1289 | 2026-05-18T19:15:07.233Z | Compiling darling v0.21.3 |
| 1290 | 2026-05-18T19:15:07.261Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1291 | 2026-05-18T19:15:07.293Z | Checking backon v1.6.0 |
| 1292 | 2026-05-18T19:15:07.325Z | Compiling ingot-macros v0.1.1 |
| 1293 | 2026-05-18T19:15:07.485Z | Checking crossbeam-epoch v0.9.18 |
| 1294 | 2026-05-18T19:15:07.684Z | Checking hash32 v0.3.1 |
| 1295 | 2026-05-18T19:15:07.713Z | Compiling smoltcp v0.11.0 |
| 1296 | 2026-05-18T19:15:07.822Z | Checking bitflags v1.3.2 |
| 1297 | 2026-05-18T19:15:07.905Z | Compiling cfg_aliases v0.2.1 |
| 1298 | 2026-05-18T19:15:08.098Z | Compiling typify-impl v0.4.3 |
| 1299 | 2026-05-18T19:15:08.374Z | Checking hmac v0.12.1 |
| 1300 | 2026-05-18T19:15:08.518Z | Checking managed v0.8.0 |
| 1301 | 2026-05-18T19:15:08.608Z | Checking cobs v0.2.3 |
| 1302 | 2026-05-18T19:15:08.738Z | Checking postcard v1.0.9 |
| 1303 | 2026-05-18T19:15:08.852Z | Checking inout v0.1.3 |
| 1304 | 2026-05-18T19:15:08.996Z | Compiling zerocopy-derive v0.7.34 |
| 1305 | 2026-05-18T19:15:09.015Z | Checking ff v0.13.1 |
| 1306 | 2026-05-18T19:15:09.154Z | Compiling memoffset v0.9.1 |
| 1307 | 2026-05-18T19:15:09.393Z | Checking base16ct v0.2.0 |
| 1308 | 2026-05-18T19:15:09.533Z | Checking sec1 v0.7.3 |
| 1309 | 2026-05-18T19:15:09.795Z | Checking group v0.13.0 |
| 1310 | 2026-05-18T19:15:09.874Z | Checking cipher v0.4.4 |
| 1311 | 2026-05-18T19:15:09.952Z | Checking hkdf v0.12.4 |
| 1312 | 2026-05-18T19:15:10.002Z | Compiling regress v0.11.1 |
| 1313 | 2026-05-18T19:15:10.039Z | Checking ingot-types v0.1.2 |
| 1314 | 2026-05-18T19:15:10.080Z | Checking crypto-bigint v0.5.5 |
| 1315 | 2026-05-18T19:15:10.394Z | Compiling proc-macro-error-attr v1.0.4 |
| 1316 | 2026-05-18T19:15:10.414Z | Checking ingot v0.1.1 |
| 1317 | 2026-05-18T19:15:10.851Z | Compiling rayon-core v1.13.0 |
| 1318 | 2026-05-18T19:15:10.911Z | Compiling pkg-config v0.3.30 |
| 1319 | 2026-05-18T19:15:11.081Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1320 | 2026-05-18T19:15:11.111Z | Checking colored v3.1.1 |
| 1321 | 2026-05-18T19:15:11.131Z | Checking elliptic-curve v0.13.8 |
| 1322 | 2026-05-18T19:15:11.529Z | Checking crossbeam-deque v0.8.5 |
| 1323 | 2026-05-18T19:15:11.550Z | Compiling num_enum_derive v0.7.4 |
| 1324 | 2026-05-18T19:15:11.550Z | Compiling typify-macro v0.4.3 |
| 1325 | 2026-05-18T19:15:11.709Z | Compiling typify-impl v0.6.2 |
| 1326 | 2026-05-18T19:15:11.712Z | Compiling curve25519-dalek v4.1.3 |
| 1327 | 2026-05-18T19:15:12.023Z | Checking half v2.7.1 |
| 1328 | 2026-05-18T19:15:12.585Z | Checking universal-hash v0.5.1 |
| 1329 | 2026-05-18T19:15:12.646Z | Compiling proc-macro-error v1.0.4 |
| 1330 | 2026-05-18T19:15:12.678Z | Compiling vcpkg v0.2.15 |
| 1331 | 2026-05-18T19:15:12.719Z | Checking ciborium-io v0.2.2 |
| 1332 | 2026-05-18T19:15:12.823Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1333 | 2026-05-18T19:15:12.888Z | Checking opaque-debug v0.3.1 |
| 1334 | 2026-05-18T19:15:12.968Z | Checking data-encoding v2.6.0 |
| 1335 | 2026-05-18T19:15:13.100Z | Checking ciborium-ll v0.2.2 |
| 1336 | 2026-05-18T19:15:13.200Z | Checking num_enum v0.7.4 |
| 1337 | 2026-05-18T19:15:13.288Z | Compiling num_enum_derive v0.5.11 |
| 1338 | 2026-05-18T19:15:13.325Z | Compiling foreign-types-macros v0.2.3 |
| 1339 | 2026-05-18T19:15:13.682Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1340 | 2026-05-18T19:15:13.950Z | Checking foreign-types-shared v0.3.1 |
| 1341 | 2026-05-18T19:15:14.172Z | Checking foreign-types v0.5.0 |
| 1342 | 2026-05-18T19:15:14.312Z | Checking num_enum v0.5.11 |
| 1343 | 2026-05-18T19:15:14.430Z | Checking rayon v1.11.0 |
| 1344 | 2026-05-18T19:15:14.459Z | Checking ciborium v0.2.2 |
| 1345 | 2026-05-18T19:15:14.565Z | Compiling typify v0.4.3 |
| 1346 | 2026-05-18T19:15:14.936Z | Compiling zerocopy v0.7.34 |
| 1347 | 2026-05-18T19:15:15.037Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1348 | 2026-05-18T19:15:15.057Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1349 | 2026-05-18T19:15:15.249Z | Compiling typify-macro v0.6.2 |
| 1350 | 2026-05-18T19:15:15.331Z | Checking serde_spanned v0.6.9 |
| 1351 | 2026-05-18T19:15:15.473Z | Checking aead v0.5.2 |
| 1352 | 2026-05-18T19:15:15.534Z | Compiling scroll_derive v0.12.0 |
| 1353 | 2026-05-18T19:15:15.619Z | Checking num-integer v0.1.46 |
| 1354 | 2026-05-18T19:15:15.734Z | Compiling usdt-impl v0.5.0 |
| 1355 | 2026-05-18T19:15:15.886Z | Checking cstr-argument v0.1.2 |
| 1356 | 2026-05-18T19:15:16.022Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1357 | 2026-05-18T19:15:16.109Z | Checking keccak v0.1.6 |
| 1358 | 2026-05-18T19:15:16.159Z | Checking thiserror-no-std v2.0.2 |
| 1359 | 2026-05-18T19:15:16.185Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1360 | 2026-05-18T19:15:16.217Z | Checking scroll v0.12.0 |
| 1361 | 2026-05-18T19:15:16.268Z | Checking sha3 v0.10.8 |
| 1362 | 2026-05-18T19:15:16.306Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1363 | 2026-05-18T19:15:16.310Z | Compiling dof v0.3.0 |
| 1364 | 2026-05-18T19:15:16.398Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1365 | 2026-05-18T19:15:16.417Z | Checking poly1305 v0.8.0 |
| 1366 | 2026-05-18T19:15:16.442Z | Checking chacha20 v0.9.1 |
| 1367 | 2026-05-18T19:15:16.656Z | Compiling dtrace-parser v0.2.0 |
| 1368 | 2026-05-18T19:15:16.683Z | Checking password-hash v0.5.0 |
| 1369 | 2026-05-18T19:15:16.760Z | Checking camino-tempfile v1.4.1 |
| 1370 | 2026-05-18T19:15:16.780Z | Checking blake2 v0.10.6 |
| 1371 | 2026-05-18T19:15:16.875Z | Compiling thread-id v4.2.1 |
| 1372 | 2026-05-18T19:15:16.999Z | Checking indent_write v2.2.0 |
| 1373 | 2026-05-18T19:15:17.171Z | Checking argon2 v0.5.3 |
| 1374 | 2026-05-18T19:15:17.343Z | Checking chacha20poly1305 v0.10.1 |
| 1375 | 2026-05-18T19:15:17.485Z | Checking goblin v0.8.2 |
| 1376 | 2026-05-18T19:15:17.596Z | Checking vsss-rs v3.3.4 |
| 1377 | 2026-05-18T19:15:17.803Z | Checking num-bigint v0.4.5 |
| 1378 | 2026-05-18T19:15:18.296Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1379 | 2026-05-18T19:15:18.315Z | Checking sigpipe v0.1.3 |
| 1380 | 2026-05-18T19:15:18.605Z | Checking jiff v0.2.15 |
| 1381 | 2026-05-18T19:15:18.697Z | Checking num-rational v0.4.2 |
| 1382 | 2026-05-18T19:15:19.007Z | Compiling typify v0.6.2 |
| 1383 | 2026-05-18T19:15:19.196Z | Checking num-iter v0.1.45 |
| 1384 | 2026-05-18T19:15:19.319Z | Compiling zone_cfg_derive v0.3.0 |
| 1385 | 2026-05-18T19:15:19.339Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1386 | 2026-05-18T19:15:20.246Z | Checking num-complex v0.4.6 |
| 1387 | 2026-05-18T19:15:20.395Z | Compiling num-derive v0.4.2 |
| 1388 | 2026-05-18T19:15:20.703Z | Checking tinyvec_macros v0.1.1 |
| 1389 | 2026-05-18T19:15:20.785Z | Checking tinyvec v1.6.0 |
| 1390 | 2026-05-18T19:15:20.865Z | Checking zone v0.3.1 |
| 1391 | 2026-05-18T19:15:21.015Z | Checking rustls-webpki v0.103.4 |
| 1392 | 2026-05-18T19:15:21.330Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1393 | 2026-05-18T19:15:21.361Z | Checking num v0.4.3 |
| 1394 | 2026-05-18T19:15:21.887Z | Compiling usdt-macro v0.5.0 |
| 1395 | 2026-05-18T19:15:21.887Z | Compiling usdt-attr-macro v0.5.0 |
| 1396 | 2026-05-18T19:15:22.296Z | Checking smf v0.2.3 |
| 1397 | 2026-05-18T19:15:22.483Z | Checking memmap v0.7.0 |
| 1398 | 2026-05-18T19:15:22.535Z | Checking bstr v1.9.1 |
| 1399 | 2026-05-18T19:15:22.668Z | Checking whoami v1.5.1 |
| 1400 | 2026-05-18T19:15:22.856Z | Checking usdt v0.5.0 |
| 1401 | 2026-05-18T19:15:23.071Z | Compiling progenitor-impl v0.11.1 |
| 1402 | 2026-05-18T19:15:23.409Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1403 | 2026-05-18T19:15:23.690Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1404 | 2026-05-18T19:15:23.815Z | Checking tokio-rustls v0.26.0 |
| 1405 | 2026-05-18T19:15:23.836Z | Checking rustls-platform-verifier v0.6.2 |
| 1406 | 2026-05-18T19:15:24.033Z | Checking hyper-rustls v0.27.3 |
| 1407 | 2026-05-18T19:15:24.118Z | Checking toml_write v0.1.2 |
| 1408 | 2026-05-18T19:15:24.243Z | Checking reqwest v0.12.23 |
| 1409 | 2026-05-18T19:15:24.265Z | Checking reqwest v0.13.2 |
| 1410 | 2026-05-18T19:15:24.961Z | Checking progenitor-client v0.10.0 |
| 1411 | 2026-05-18T19:15:25.115Z | Checking progenitor-client v0.14.0 |
| 1412 | 2026-05-18T19:15:25.152Z | Checking progenitor-client v0.11.1 |
| 1413 | 2026-05-18T19:15:25.177Z | Compiling progenitor-macro v0.11.1 |
| 1414 | 2026-05-18T19:15:25.359Z | Checking progenitor-extras v0.2.0 |
| 1415 | 2026-05-18T19:15:25.590Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1416 | 2026-05-18T19:15:25.710Z | Checking toml_edit v0.22.27 |
| 1417 | 2026-05-18T19:15:26.443Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1418 | 2026-05-18T19:15:27.485Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1419 | 2026-05-18T19:15:27.675Z | Compiling darling_core v0.20.11 |
| 1420 | 2026-05-18T19:15:27.766Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1421 | 2026-05-18T19:15:28.000Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1422 | 2026-05-18T19:15:28.211Z | Compiling dropshot v0.16.7 |
| 1423 | 2026-05-18T19:15:28.420Z | Checking float-ord v0.3.2 |
| 1424 | 2026-05-18T19:15:28.452Z | Checking swrite v0.1.0 |
| 1425 | 2026-05-18T19:15:28.854Z | Checking toml v0.9.12+spec-1.1.0 |
| 1426 | 2026-05-18T19:15:29.058Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1427 | 2026-05-18T19:15:29.314Z | Checking progenitor v0.11.1 |
| 1428 | 2026-05-18T19:15:29.540Z | Checking toml v0.8.23 |
| 1429 | 2026-05-18T19:15:29.614Z | Compiling darling_macro v0.20.11 |
| 1430 | 2026-05-18T19:15:29.761Z | Compiling nix v0.30.1 |
| 1431 | 2026-05-18T19:15:30.056Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1432 | 2026-05-18T19:15:30.184Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1433 | 2026-05-18T19:15:30.184Z | Compiling hubpack_derive v0.1.1 |
| 1434 | 2026-05-18T19:15:30.376Z | Checking byte-wrapper v0.1.0 |
| 1435 | 2026-05-18T19:15:30.426Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1436 | 2026-05-18T19:15:30.576Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1437 | 2026-05-18T19:15:30.597Z | Compiling dropshot_endpoint v0.16.7 |
| 1438 | 2026-05-18T19:15:30.704Z | Checking static_assertions v1.1.0 |
| 1439 | 2026-05-18T19:15:30.822Z | Checking base64 v0.21.7 |
| 1440 | 2026-05-18T19:15:30.910Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1441 | 2026-05-18T19:15:31.013Z | Checking hubpack v0.1.2 |
| 1442 | 2026-05-18T19:15:31.016Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1443 | 2026-05-18T19:15:31.071Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1444 | 2026-05-18T19:15:31.190Z | Compiling darling v0.20.11 |
| 1445 | 2026-05-18T19:15:31.312Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1446 | 2026-05-18T19:15:31.341Z | Compiling libz-sys v1.1.16 |
| 1447 | 2026-05-18T19:15:31.665Z | Compiling nix v0.31.3 |
| 1448 | 2026-05-18T19:15:31.741Z | Compiling enum-as-inner v0.6.0 |
| 1449 | 2026-05-18T19:15:32.048Z | Checking atomicwrites v0.4.4 |
| 1450 | 2026-05-18T19:15:32.067Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1451 | 2026-05-18T19:15:32.191Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1452 | 2026-05-18T19:15:32.287Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1453 | 2026-05-18T19:15:32.464Z | Compiling semver v0.1.20 |
| 1454 | 2026-05-18T19:15:32.511Z | Checking is_ci v1.2.0 |
| 1455 | 2026-05-18T19:15:32.529Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1456 | 2026-05-18T19:15:32.627Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1457 | 2026-05-18T19:15:32.795Z | Compiling rustc_version v0.1.7 |
| 1458 | 2026-05-18T19:15:32.812Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1459 | 2026-05-18T19:15:32.830Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1460 | 2026-05-18T19:15:33.043Z | Compiling derive_builder_core v0.20.2 |
| 1461 | 2026-05-18T19:15:33.063Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1462 | 2026-05-18T19:15:33.271Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1463 | 2026-05-18T19:15:33.655Z | Checking similar v2.7.0 |
| 1464 | 2026-05-18T19:15:33.815Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1465 | 2026-05-18T19:15:33.873Z | Compiling progenitor-impl v0.14.0 |
| 1466 | 2026-05-18T19:15:33.984Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1467 | 2026-05-18T19:15:34.003Z | Checking utf-8 v0.7.6 |
| 1468 | 2026-05-18T19:15:34.023Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1469 | 2026-05-18T19:15:34.148Z | Compiling owo-colors v4.2.3 |
| 1470 | 2026-05-18T19:15:34.190Z | Checking tungstenite v0.21.0 |
| 1471 | 2026-05-18T19:15:34.251Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1472 | 2026-05-18T19:15:34.659Z | Compiling derive_builder_macro v0.20.2 |
| 1473 | 2026-05-18T19:15:35.094Z | Compiling newtype_derive v0.1.6 |
| 1474 | 2026-05-18T19:15:35.252Z | Checking supports-color v2.1.0 |
| 1475 | 2026-05-18T19:15:35.291Z | Checking supports-color v3.0.2 |
| 1476 | 2026-05-18T19:15:35.412Z | Compiling openssl-sys v0.9.107 |
| 1477 | 2026-05-18T19:15:35.432Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1478 | 2026-05-18T19:15:35.969Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1479 | 2026-05-18T19:15:36.027Z | Compiling progenitor-macro v0.14.0 |
| 1480 | 2026-05-18T19:15:36.237Z | Checking resolv-conf v0.7.0 |
| 1481 | 2026-05-18T19:15:36.384Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1482 | 2026-05-18T19:15:36.437Z | Compiling serde_repr v0.1.19 |
| 1483 | 2026-05-18T19:15:36.440Z | Compiling vergen-lib v9.1.0 |
| 1484 | 2026-05-18T19:15:36.604Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1485 | 2026-05-18T19:15:36.697Z | Compiling slog-dtrace v0.3.0 |
| 1486 | 2026-05-18T19:15:36.778Z | Checking unicode-segmentation v1.11.0 |
| 1487 | 2026-05-18T19:15:36.844Z | Checking linked-hash-map v0.5.6 |
| 1488 | 2026-05-18T19:15:37.026Z | Checking lru-cache v0.1.2 |
| 1489 | 2026-05-18T19:15:37.064Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1490 | 2026-05-18T19:15:37.102Z | Checking newline-converter v0.3.0 |
| 1491 | 2026-05-18T19:15:37.285Z | Compiling derive_builder v0.20.2 |
| 1492 | 2026-05-18T19:15:37.424Z | Checking tokio-tungstenite v0.21.0 |
| 1493 | 2026-05-18T19:15:37.847Z | Checking hickory-proto v0.24.4 |
| 1494 | 2026-05-18T19:15:37.917Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1495 | 2026-05-18T19:15:37.938Z | Compiling progenitor-impl v0.13.0 |
| 1496 | 2026-05-18T19:15:38.373Z | Checking console v0.15.8 |
| 1497 | 2026-05-18T19:15:39.078Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1498 | 2026-05-18T19:15:39.173Z | Checking serde-big-array v0.5.1 |
| 1499 | 2026-05-18T19:15:39.323Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1500 | 2026-05-18T19:15:39.367Z | Compiling pin-project-internal v1.1.10 |
| 1501 | 2026-05-18T19:15:39.393Z | Compiling derive-where v1.6.0 |
| 1502 | 2026-05-18T19:15:39.849Z | Compiling vergen v9.1.0 |
| 1503 | 2026-05-18T19:15:40.089Z | Compiling cargo-platform v0.3.2 |
| 1504 | 2026-05-18T19:15:40.108Z | Checking siphasher v1.0.1 |
| 1505 | 2026-05-18T19:15:40.212Z | Checking progenitor v0.14.0 |
| 1506 | 2026-05-18T19:15:40.282Z | Checking phf_shared v0.12.1 |
| 1507 | 2026-05-18T19:15:40.353Z | Compiling cargo_metadata v0.23.1 |
| 1508 | 2026-05-18T19:15:40.401Z | Compiling progenitor-macro v0.13.0 |
| 1509 | 2026-05-18T19:15:40.494Z | Checking pin-project v1.1.10 |
| 1510 | 2026-05-18T19:15:40.605Z | Checking hickory-resolver v0.24.4 |
| 1511 | 2026-05-18T19:15:40.702Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1512 | 2026-05-18T19:15:40.739Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1513 | 2026-05-18T19:15:40.792Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1514 | 2026-05-18T19:15:41.071Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1515 | 2026-05-18T19:15:41.285Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1516 | 2026-05-18T19:15:41.603Z | Checking expectorate v1.2.0 |
| 1517 | 2026-05-18T19:15:41.833Z | Checking progenitor-client v0.13.0 |
| 1518 | 2026-05-18T19:15:41.991Z | Checking globset v0.4.14 |
| 1519 | 2026-05-18T19:15:42.072Z | Checking unicode-normalization v0.1.24 |
| 1520 | 2026-05-18T19:15:42.248Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1521 | 2026-05-18T19:15:42.454Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1522 | 2026-05-18T19:15:42.498Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1523 | 2026-05-18T19:15:42.518Z | Checking terminal_size v0.4.3 |
| 1524 | 2026-05-18T19:15:42.646Z | Checking tokio-stream v0.1.17 |
| 1525 | 2026-05-18T19:15:42.747Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1526 | 2026-05-18T19:15:42.917Z | Compiling async-recursion v1.1.1 |
| 1527 | 2026-05-18T19:15:42.994Z | Compiling snafu-derive v0.8.9 |
| 1528 | 2026-05-18T19:15:43.015Z | Compiling vergen-git2 v9.1.0 |
| 1529 | 2026-05-18T19:15:43.037Z | Checking csv-core v0.1.12 |
| 1530 | 2026-05-18T19:15:43.075Z | Checking highway v1.3.0 |
| 1531 | 2026-05-18T19:15:43.225Z | Checking foldhash v0.1.5 |
| 1532 | 2026-05-18T19:15:43.245Z | Checking unicode-width v0.2.1 |
| 1533 | 2026-05-18T19:15:43.313Z | Compiling openssl v0.10.72 |
| 1534 | 2026-05-18T19:15:43.370Z | Checking unicode-linebreak v0.1.5 |
| 1535 | 2026-05-18T19:15:43.509Z | Compiling unicode-xid v0.2.4 |
| 1536 | 2026-05-18T19:15:43.593Z | Compiling chrono-tz v0.10.4 |
| 1537 | 2026-05-18T19:15:43.612Z | Compiling cancel-safe-futures v0.1.5 |
| 1538 | 2026-05-18T19:15:43.617Z | Checking same-file v1.0.6 |
| 1539 | 2026-05-18T19:15:43.652Z | Checking foreign-types-shared v0.1.1 |
| 1540 | 2026-05-18T19:15:43.748Z | Checking smawk v0.3.2 |
| 1541 | 2026-05-18T19:15:43.767Z | Checking walkdir v2.5.0 |
| 1542 | 2026-05-18T19:15:43.843Z | Checking foreign-types v0.3.2 |
| 1543 | 2026-05-18T19:15:43.888Z | Checking textwrap v0.16.2 |
| 1544 | 2026-05-18T19:15:43.913Z | Compiling const_format_proc_macros v0.2.34 |
| 1545 | 2026-05-18T19:15:43.951Z | Checking hashbrown v0.15.2 |
| 1546 | 2026-05-18T19:15:43.976Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1547 | 2026-05-18T19:15:44.146Z | Checking csv v1.3.1 |
| 1548 | 2026-05-18T19:15:44.416Z | Checking qorb v0.4.1 |
| 1549 | 2026-05-18T19:15:44.521Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1550 | 2026-05-18T19:15:44.581Z | Checking progenitor v0.13.0 |
| 1551 | 2026-05-18T19:15:44.706Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1552 | 2026-05-18T19:15:44.793Z | Checking snafu v0.8.9 |
| 1553 | 2026-05-18T19:15:44.797Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1554 | 2026-05-18T19:15:44.835Z | Checking olpc-cjson v0.1.4 |
| 1555 | 2026-05-18T19:15:45.047Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1556 | 2026-05-18T19:15:45.051Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1557 | 2026-05-18T19:15:45.302Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1558 | 2026-05-18T19:15:45.342Z | Checking phf v0.12.1 |
| 1559 | 2026-05-18T19:15:45.496Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1560 | 2026-05-18T19:15:45.607Z | Checking tokio-dtrace v0.1.1 |
| 1561 | 2026-05-18T19:15:45.803Z | Compiling progenitor-impl v0.10.0 |
| 1562 | 2026-05-18T19:15:45.836Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1563 | 2026-05-18T19:15:45.938Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1564 | 2026-05-18T19:15:46.033Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1565 | 2026-05-18T19:15:46.122Z | Checking sha2 v0.10.9 |
| 1566 | 2026-05-18T19:15:46.230Z | Checking libsw-core v0.3.2 |
| 1567 | 2026-05-18T19:15:46.256Z | Checking signature v2.2.0 |
| 1568 | 2026-05-18T19:15:46.295Z | Checking pem v3.0.5 |
| 1569 | 2026-05-18T19:15:46.328Z | Checking serde_plain v1.0.2 |
| 1570 | 2026-05-18T19:15:46.347Z | Compiling openssl-macros v0.1.1 |
| 1571 | 2026-05-18T19:15:46.383Z | Compiling cookie v0.18.1 |
| 1572 | 2026-05-18T19:15:46.402Z | Checking fixedbitset v0.5.7 |
| 1573 | 2026-05-18T19:15:46.405Z | Checking bytecount v0.6.9 |
| 1574 | 2026-05-18T19:15:46.459Z | Checking fixedbitset v0.4.2 |
| 1575 | 2026-05-18T19:15:46.480Z | Compiling rustls v0.21.12 |
| 1576 | 2026-05-18T19:15:46.519Z | Compiling moka v0.12.10 |
| 1577 | 2026-05-18T19:15:46.616Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1578 | 2026-05-18T19:15:46.636Z | Checking typed-path v0.9.3 |
| 1579 | 2026-05-18T19:15:46.729Z | Checking petgraph v0.8.3 |
| 1580 | 2026-05-18T19:15:46.776Z | Checking petgraph v0.6.5 |
| 1581 | 2026-05-18T19:15:46.976Z | Checking papergrid v0.11.0 |
| 1582 | 2026-05-18T19:15:47.411Z | Checking tough v0.20.0 |
| 1583 | 2026-05-18T19:15:47.540Z | Checking libsw v3.5.0 |
| 1584 | 2026-05-18T19:15:47.699Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1585 | 2026-05-18T19:15:47.892Z | Compiling progenitor-macro v0.10.0 |
| 1586 | 2026-05-18T19:15:47.931Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1587 | 2026-05-18T19:15:47.951Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1588 | 2026-05-18T19:15:48.003Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1589 | 2026-05-18T19:15:48.109Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1590 | 2026-05-18T19:15:48.129Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1591 | 2026-05-18T19:15:48.202Z | Checking oxide-tokio-rt v0.1.6 |
| 1592 | 2026-05-18T19:15:48.376Z | Checking const_format v0.2.35 |
| 1593 | 2026-05-18T19:15:48.509Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1594 | 2026-05-18T19:15:48.811Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1595 | 2026-05-18T19:15:48.850Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1596 | 2026-05-18T19:15:48.915Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1597 | 2026-05-18T19:15:49.083Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1598 | 2026-05-18T19:15:49.294Z | Compiling tabled_derive v0.7.0 |
| 1599 | 2026-05-18T19:15:49.387Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1600 | 2026-05-18T19:15:49.865Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1601 | 2026-05-18T19:15:49.908Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1602 | 2026-05-18T19:15:49.986Z | Checking gethostname v0.5.0 |
| 1603 | 2026-05-18T19:15:50.006Z | Checking sct v0.7.1 |
| 1604 | 2026-05-18T19:15:50.089Z | Checking rustls-webpki v0.101.7 |
| 1605 | 2026-05-18T19:15:50.147Z | Checking bcs v0.1.6 |
| 1606 | 2026-05-18T19:15:50.245Z | Checking linear-map v1.2.0 |
| 1607 | 2026-05-18T19:15:50.285Z | Compiling radium v0.7.0 |
| 1608 | 2026-05-18T19:15:50.389Z | Checking tagptr v0.2.0 |
| 1609 | 2026-05-18T19:15:50.426Z | Compiling salty v0.3.0 |
| 1610 | 2026-05-18T19:15:50.447Z | Checking termtree v0.5.1 |
| 1611 | 2026-05-18T19:15:50.620Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1612 | 2026-05-18T19:15:50.725Z | Checking tabled v0.15.0 |
| 1613 | 2026-05-18T19:15:51.166Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1614 | 2026-05-18T19:15:51.554Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1615 | 2026-05-18T19:15:51.841Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1616 | 2026-05-18T19:15:51.882Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1617 | 2026-05-18T19:15:52.020Z | Checking progenitor v0.10.0 |
| 1618 | 2026-05-18T19:15:52.164Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1619 | 2026-05-18T19:15:52.338Z | Checking steno v0.4.1 |
| 1620 | 2026-05-18T19:15:52.900Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1621 | 2026-05-18T19:15:53.337Z | Checking hickory-proto v0.25.2 |
| 1622 | 2026-05-18T19:15:53.404Z | Checking rfc6979 v0.4.0 |
| 1623 | 2026-05-18T19:15:53.535Z | Checking humantime v2.3.0 |
| 1624 | 2026-05-18T19:15:53.652Z | Checking tap v1.0.1 |
| 1625 | 2026-05-18T19:15:53.728Z | Checking ecdsa v0.16.9 |
| 1626 | 2026-05-18T19:15:53.772Z | Checking wyz v0.5.1 |
| 1627 | 2026-05-18T19:15:53.959Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1628 | 2026-05-18T19:15:54.060Z | Checking tokio-rustls v0.24.1 |
| 1629 | 2026-05-18T19:15:54.541Z | Checking ed25519 v2.2.3 |
| 1630 | 2026-05-18T19:15:54.592Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1631 | 2026-05-18T19:15:54.746Z | Checking rustls-pemfile v1.0.4 |
| 1632 | 2026-05-18T19:15:54.871Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1633 | 2026-05-18T19:15:54.891Z | Checking primeorder v0.13.6 |
| 1634 | 2026-05-18T19:15:54.912Z | Checking hickory-resolver v0.25.2 |
| 1635 | 2026-05-18T19:15:55.137Z | Checking twox-hash v2.1.2 |
| 1636 | 2026-05-18T19:15:55.433Z | Checking env_filter v1.0.1 |
| 1637 | 2026-05-18T19:15:55.454Z | Checking atty v0.2.14 |
| 1638 | 2026-05-18T19:15:55.504Z | Checking funty v2.0.0 |
| 1639 | 2026-05-18T19:15:55.539Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1640 | 2026-05-18T19:15:55.558Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1641 | 2026-05-18T19:15:55.587Z | Checking env_logger v0.11.10 |
| 1642 | 2026-05-18T19:15:55.617Z | Checking toml v0.7.8 |
| 1643 | 2026-05-18T19:15:55.783Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1644 | 2026-05-18T19:15:55.806Z | Checking p384 v0.13.1 |
| 1645 | 2026-05-18T19:15:55.826Z | Checking bitvec v1.0.1 |
| 1646 | 2026-05-18T19:15:55.930Z | Checking ed25519-dalek v2.2.0 |
| 1647 | 2026-05-18T19:15:55.961Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1648 | 2026-05-18T19:15:56.133Z | Checking polyval v0.6.2 |
| 1649 | 2026-05-18T19:15:56.165Z | Checking ctr v0.9.2 |
| 1650 | 2026-05-18T19:15:56.206Z | Checking aes v0.8.4 |
| 1651 | 2026-05-18T19:15:56.226Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1652 | 2026-05-18T19:15:56.300Z | Checking x509-cert v0.2.5 |
| 1653 | 2026-05-18T19:15:56.334Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1654 | 2026-05-18T19:15:56.361Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1655 | 2026-05-18T19:15:56.462Z | Checking bincode v1.3.3 |
| 1656 | 2026-05-18T19:15:56.547Z | Compiling strum_macros v0.28.0 |
| 1657 | 2026-05-18T19:15:56.566Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1658 | 2026-05-18T19:15:56.702Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1659 | 2026-05-18T19:15:56.775Z | Checking passt v0.3.0 |
| 1660 | 2026-05-18T19:15:56.898Z | Checking fakedata_generator v0.7.1 |
| 1661 | 2026-05-18T19:15:56.938Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1662 | 2026-05-18T19:15:56.996Z | Checking aes-gcm-siv v0.11.1 |
| 1663 | 2026-05-18T19:15:57.078Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1664 | 2026-05-18T19:15:57.152Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1665 | 2026-05-18T19:15:57.241Z | Compiling bitstruct_derive v0.1.0 |
| 1666 | 2026-05-18T19:15:57.262Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1667 | 2026-05-18T19:15:57.265Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1668 | 2026-05-18T19:15:57.265Z | Checking dropshot-api-manager-types v0.7.1 |
| 1669 | 2026-05-18T19:15:57.323Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1670 | 2026-05-18T19:15:57.420Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1671 | 2026-05-18T19:15:57.475Z | Compiling fs-err v3.1.2 |
| 1672 | 2026-05-18T19:15:57.620Z | Checking ascii v1.1.0 |
| 1673 | 2026-05-18T19:15:57.640Z | Checking typeid v1.0.0 |
| 1674 | 2026-05-18T19:15:57.711Z | Checking ringbuffer v0.16.0 |
| 1675 | 2026-05-18T19:15:57.748Z | Checking pretty-hex v0.2.1 |
| 1676 | 2026-05-18T19:15:57.810Z | Compiling cfg_aliases v0.1.1 |
| 1677 | 2026-05-18T19:15:57.873Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1678 | 2026-05-18T19:15:57.892Z | Checking bitstruct v0.1.1 |
| 1679 | 2026-05-18T19:15:57.910Z | Compiling nix v0.28.0 |
| 1680 | 2026-05-18T19:15:57.932Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1681 | 2026-05-18T19:15:57.990Z | Checking erased-serde v0.4.5 |
| 1682 | 2026-05-18T19:15:58.168Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1683 | 2026-05-18T19:15:58.288Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1684 | 2026-05-18T19:15:58.322Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1685 | 2026-05-18T19:15:58.355Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1686 | 2026-05-18T19:15:58.389Z | Checking itertools v0.13.0 |
| 1687 | 2026-05-18T19:15:58.409Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1688 | 2026-05-18T19:15:58.520Z | Checking serde_arrays v0.1.0 |
| 1689 | 2026-05-18T19:15:58.605Z | Checking libloading v0.7.4 |
| 1690 | 2026-05-18T19:15:58.642Z | Checking bit_field v0.10.2 |
| 1691 | 2026-05-18T19:15:58.809Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1692 | 2026-05-18T19:15:58.886Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1693 | 2026-05-18T19:15:58.927Z | Checking git-stub v1.0.0 |
| 1694 | 2026-05-18T19:15:58.973Z | Checking kstat-rs v0.2.4 |
| 1695 | 2026-05-18T19:15:59.086Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1696 | 2026-05-18T19:15:59.096Z | Compiling escargot v0.5.15 |
| 1697 | 2026-05-18T19:15:59.126Z | Checking git-stub-vcs v0.1.0 |
| 1698 | 2026-05-18T19:15:59.169Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1699 | 2026-05-18T19:15:59.323Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1700 | 2026-05-18T19:15:59.400Z | Checking ron v0.8.1 |
| 1701 | 2026-05-18T19:15:59.420Z | Checking xattr v1.3.1 |
| 1702 | 2026-05-18T19:15:59.561Z | Checking drift v0.1.4 |
| 1703 | 2026-05-18T19:15:59.796Z | Checking cargo-platform v0.1.8 |
| 1704 | 2026-05-18T19:15:59.861Z | Checking filetime v0.2.23 |
| 1705 | 2026-05-18T19:15:59.934Z | Checking ctrlc v3.4.4 |
| 1706 | 2026-05-18T19:15:59.978Z | Checking cargo_metadata v0.18.1 |
| 1707 | 2026-05-18T19:16:00.007Z | Checking tar v0.4.40 |
| 1708 | 2026-05-18T19:16:00.082Z | Checking dropshot-api-manager v0.7.1 |
| 1709 | 2026-05-18T19:16:00.425Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1710 | 2026-05-18T19:16:00.654Z | Checking fatfs v0.3.6 |
| 1711 | 2026-05-18T19:16:00.999Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1712 | 2026-05-18T19:16:01.122Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1713 | 2026-05-18T19:16:01.346Z | Compiling git2 v0.20.2 |
| 1714 | 2026-05-18T19:16:01.367Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1715 | 2026-05-18T19:16:01.793Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1716 | 2026-05-18T19:16:02.905Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1717 | 2026-05-18T19:16:03.622Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1718 | 2026-05-18T19:16:07.109Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1719 | 2026-05-18T19:16:08.523Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1720 | 2026-05-18T19:16:12.820Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1721 | 2026-05-18T19:16:16.340Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1722 | 2026-05-18T19:16:22.628Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1723 | 2026-05-18T19:16:22.631Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1724 | 2026-05-18T19:16:23.201Z | error[E0432]: unresolved imports `self::virtual_disk::BytesDiscarded`, `self::virtual_disk::Discards`, `self::virtual_disk::FailedDiscards` |
| 1725 | 2026-05-18T19:16:23.201Z | --> bin/propolis-server/src/lib/stats/virtual_disk.rs:29:5 |
| 1726 | 2026-05-18T19:16:23.201Z | | |
| 1727 | 2026-05-18T19:16:23.201Z | 29 | BytesDiscarded, BytesRead, BytesWritten, Discards, FailedDiscards, |
| 1728 | 2026-05-18T19:16:23.201Z | | ^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^ no `FailedDiscards` in `stats::virtual_disk::virtual_disk` |
| 1729 | 2026-05-18T19:16:23.201Z | | | | |
| 1730 | 2026-05-18T19:16:23.201Z | | | no `Discards` in `stats::virtual_disk::virtual_disk` |
| 1731 | 2026-05-18T19:16:23.201Z | | no `BytesDiscarded` in `stats::virtual_disk::virtual_disk` |
| 1732 | 2026-05-18T19:16:23.201Z | |
| 1733 | 2026-05-18T19:16:26.457Z | For more information about this error, try `rustc --explain E0432`. |
| 1734 | 2026-05-18T19:16:26.557Z | error: could not compile `propolis-server` (lib) due to 1 previous error |
| 1735 | 2026-05-18T19:16:26.950Z | |
| 1736 | 2026-05-18T19:16:26.953Z | real 2:26.159252917 |
| 1737 | 2026-05-18T19:16:26.953Z | user 9:05.269004758 |
| 1738 | 2026-05-18T19:16:26.953Z | sys 2:24.195697829 |
| 1739 | 2026-05-18T19:16:26.953Z | trap 0.262326596 |
| 1740 | 2026-05-18T19:16:26.953Z | tflt 1.418140602 |
| 1741 | 2026-05-18T19:16:26.953Z | dflt 1.070375388 |
| 1742 | 2026-05-18T19:16:26.953Z | kflt 0.026577450 |
| 1743 | 2026-05-18T19:16:26.954Z | lock 16:27.422195063 |
| 1744 | 2026-05-18T19:16:26.954Z | slp 36:15.003909916 |
| 1745 | 2026-05-18T19:16:26.954Z | lat 1:26.289848150 |
| 1746 | 2026-05-18T19:16:26.954Z | stop 4:41.505909481 |
| 1747 | 2026-05-18T19:16:26.954Z | process exited: duration 214403 ms, exit code 101 |
| |
| 1748 | 2026-05-18T19:16:26.960Z | found 0 output files |