|
|
|
| 1 | 2026-05-08T10:56:09.953Z | job assigned to worker 01KR3KMS6NV91YVK92HWAGJM1F [factory aws, i-03a2972b7aeacbdfb] (queued for 46 s) |
| |
| 2 | 2026-05-08T10:56:16.887Z | starting task 0: "setup" |
| 3 | 2026-05-08T10:56:16.892Z | ++ uname -s |
| 4 | 2026-05-08T10:56:16.895Z | + kern=SunOS |
| 5 | 2026-05-08T10:56:16.895Z | + build_user=build |
| 6 | 2026-05-08T10:56:16.895Z | + build_uid=12345 |
| 7 | 2026-05-08T10:56:16.895Z | + work_dir=/work |
| 8 | 2026-05-08T10:56:16.895Z | + input_dir=/input |
| 9 | 2026-05-08T10:56:16.895Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T10:56:16.895Z | + case "$kern" in |
| 11 | 2026-05-08T10:56:16.895Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T10:56:16.897Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T10:56:18.904Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T10:56:18.957Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T10:56:18.977Z | + home_fs=zfs |
| 16 | 2026-05-08T10:56:18.977Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T10:56:18.977Z | + mkdir -p /home/build |
| 18 | 2026-05-08T10:56:18.977Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T10:56:20.961Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T10:56:20.964Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-05-08T10:56:20.970Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T10:56:20.975Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-08T10:56:20.975Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-08T10:56:20.975Z | * rust toolchain profile = "default" |
| 25 | 2026-05-08T10:56:20.975Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-08T10:56:20.975Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-08T10:56:20.975Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T10:56:20.978Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T10:56:20.978Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-08T10:56:21.097Z | info: downloading installer |
| 31 | 2026-05-08T10:56:22.448Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-08T10:56:22.448Z | warn: /opt/ooce/bin |
| 33 | 2026-05-08T10:56:22.448Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-08T10:56:22.448Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-08T10:56:22.448Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-08T10:56:22.448Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-08T10:56:22.448Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-08T10:56:22.448Z | error: cannot install while Rust is installed |
| 39 | 2026-05-08T10:56:22.448Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-08T10:56:22.449Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-08T10:56:22.449Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-08T10:56:22.449Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-08T10:56:22.449Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-08T10:56:22.462Z | info: profile set to default |
| 45 | 2026-05-08T10:56:22.462Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-08T10:56:22.465Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-08T10:56:22.596Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-08T10:56:22.599Z | info: downloading 6 components |
| 49 | 2026-05-08T10:56:37.310Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-08T10:56:37.310Z | |
| 51 | 2026-05-08T10:56:37.345Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-08T10:56:37.345Z | |
| 53 | 2026-05-08T10:56:37.345Z | |
| 54 | 2026-05-08T10:56:37.345Z | Rust is installed now. Great! |
| 55 | 2026-05-08T10:56:37.345Z | |
| 56 | 2026-05-08T10:56:37.345Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-08T10:56:37.345Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-08T10:56:37.345Z | |
| 59 | 2026-05-08T10:56:37.345Z | To configure your current shell, you need to source |
| 60 | 2026-05-08T10:56:37.345Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-08T10:56:37.345Z | |
| 62 | 2026-05-08T10:56:37.345Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-08T10:56:37.345Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-08T10:56:37.345Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-08T10:56:37.345Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-08T10:56:37.345Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-08T10:56:37.345Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-08T10:56:37.345Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-08T10:56:37.349Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-08T10:56:37.349Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-08T10:56:37.431Z | + rustup --version |
| 72 | 2026-05-08T10:56:37.440Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-08T10:56:37.443Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-08T10:56:37.461Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-08T10:56:37.464Z | + cargo --version |
| 76 | 2026-05-08T10:56:37.478Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-08T10:56:37.482Z | + rustc --version |
| 78 | 2026-05-08T10:56:37.500Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-08T10:56:37.503Z | process exited: duration 16531 ms, exit code 0 |
| |
| 80 | 2026-05-08T10:56:37.510Z | starting task 2: "authentication" |
| 81 | 2026-05-08T10:56:37.526Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-08T10:56:37.532Z | starting task 3: "clone repository" |
| 83 | 2026-05-08T10:56:37.535Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-05-08T10:56:37.538Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-05-08T10:56:37.567Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-05-08T10:56:38.477Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-05-08T10:56:38.477Z | + git fetch origin bc94e03bfaffdd4fde25109728189039ab8062c7 |
| 88 | 2026-05-08T10:56:38.736Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-05-08T10:56:38.736Z | * branch bc94e03bfaffdd4fde25109728189039ab8062c7 -> FETCH_HEAD |
| 90 | 2026-05-08T10:56:38.741Z | + [[ -n typo ]] |
| 91 | 2026-05-08T10:56:38.744Z | ++ git branch --show-current |
| 92 | 2026-05-08T10:56:38.744Z | + current=master |
| 93 | 2026-05-08T10:56:38.744Z | + [[ master != typo ]] |
| 94 | 2026-05-08T10:56:38.744Z | + git branch -f typo bc94e03bfaffdd4fde25109728189039ab8062c7 |
| 95 | 2026-05-08T10:56:38.747Z | + git checkout -f typo |
| 96 | 2026-05-08T10:56:38.765Z | Switched to branch 'typo' |
| 97 | 2026-05-08T10:56:38.768Z | + git reset --hard bc94e03bfaffdd4fde25109728189039ab8062c7 |
| 98 | 2026-05-08T10:56:38.785Z | HEAD is now at bc94e03 Fix error in propolis-server README |
| 99 | 2026-05-08T10:56:38.787Z | process exited: duration 1253 ms, exit code 0 |
| |
| 100 | 2026-05-08T10:56:38.793Z | starting task 4: "build" |
| 101 | 2026-05-08T10:56:38.797Z | + cargo --version |
| 102 | 2026-05-08T10:56:38.802Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-05-08T10:56:38.948Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-05-08T10:56:38.951Z | info: downloading 6 components |
| 105 | 2026-05-08T10:56:52.906Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-05-08T10:56:52.910Z | + rustc --version |
| 107 | 2026-05-08T10:56:52.938Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-05-08T10:56:52.942Z | + banner prerequisites |
| 109 | 2026-05-08T10:56:52.945Z | |
| 110 | 2026-05-08T10:56:52.945Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-05-08T10:56:52.945Z | # # # # # # # # # # # # # # # |
| 112 | 2026-05-08T10:56:52.945Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-05-08T10:56:52.945Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-05-08T10:56:52.945Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-08T10:56:52.945Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-05-08T10:56:52.945Z | |
| 117 | 2026-05-08T10:56:52.945Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-05-08T10:57:05.137Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-05-08T10:57:12.686Z | Startup: Caching catalogs ... Done |
| 120 | 2026-05-08T10:57:20.058Z | Planning: Solver setup ... Done (5.958s) |
| 121 | 2026-05-08T10:57:20.099Z | Planning: Running solver ... Done (0.041s) |
| 122 | 2026-05-08T10:57:20.239Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-05-08T10:57:20.251Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-05-08T10:57:20.334Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-05-08T10:57:20.364Z | Planning: Package planning ... Done (0.030s) |
| 126 | 2026-05-08T10:57:20.391Z | Planning: Merging actions ... Done (0.027s) |
| 127 | 2026-05-08T10:57:20.497Z | Planning: Checking for conflicting actions ... Done (0.106s) |
| 128 | 2026-05-08T10:57:20.504Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-05-08T10:57:21.285Z | Planning: Evaluating mediators ... Done (0.780s) |
| 130 | 2026-05-08T10:57:21.290Z | Planning: Planning completed in 8.44 seconds |
| 131 | 2026-05-08T10:57:21.301Z | Packages to install: 3 |
| 132 | 2026-05-08T10:57:21.301Z | Mediators to change: 2 |
| 133 | 2026-05-08T10:57:21.312Z | Services to change: 1 |
| 134 | 2026-05-08T10:57:21.312Z | Estimated space available: 154.83 GB |
| 135 | 2026-05-08T10:57:21.312Z | Estimated space to be consumed: 1.86 GB |
| 136 | 2026-05-08T10:57:21.312Z | Create boot environment: No |
| 137 | 2026-05-08T10:57:21.312Z | Create backup boot environment: No |
| 138 | 2026-05-08T10:57:21.312Z | Rebuild boot archive: No |
| 139 | 2026-05-08T10:57:21.312Z | |
| 140 | 2026-05-08T10:57:21.312Z | Changed mediators: |
| 141 | 2026-05-08T10:57:21.312Z | mediator clang: |
| 142 | 2026-05-08T10:57:21.312Z | version: None -> 15 (system default) |
| 143 | 2026-05-08T10:57:21.312Z | |
| 144 | 2026-05-08T10:57:21.312Z | mediator llvm: |
| 145 | 2026-05-08T10:57:21.312Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-05-08T10:57:21.312Z | |
| 147 | 2026-05-08T10:57:21.312Z | Changed packages: |
| 148 | 2026-05-08T10:57:21.312Z | helios-dev |
| 149 | 2026-05-08T10:57:21.312Z | developer/build-essential |
| 150 | 2026-05-08T10:57:21.312Z | None -> 11-2.0 |
| 151 | 2026-05-08T10:57:21.312Z | ooce/developer/clang-15 |
| 152 | 2026-05-08T10:57:21.312Z | None -> 15.0.7-2.0 |
| 153 | 2026-05-08T10:57:21.312Z | ooce/developer/llvm-15 |
| 154 | 2026-05-08T10:57:21.312Z | None -> 15.0.7-2.0 |
| 155 | 2026-05-08T10:57:21.312Z | |
| 156 | 2026-05-08T10:57:21.312Z | Services: |
| 157 | 2026-05-08T10:57:21.312Z | restart_fmri: |
| 158 | 2026-05-08T10:57:21.312Z | svc:/system/update-man-index:default |
| 159 | 2026-05-08T10:57:21.344Z | |
| 160 | 2026-05-08T10:57:21.344Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-05-08T10:57:26.345Z | Download: 2994/3076 items 175.9/211.3MB 83% complete (35.2M/s) |
| 162 | 2026-05-08T10:57:27.388Z | Download: Completed 211.31 MB in 6.04 seconds (35.0M/s) |
| 163 | 2026-05-08T10:57:27.632Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-05-08T10:57:30.736Z | Actions: Completed 3430 actions in 3.10 seconds. |
| 165 | 2026-05-08T10:57:31.055Z | Done (0.316s) |
| 166 | 2026-05-08T10:57:31.055Z | Done (0.000s) |
| 167 | 2026-05-08T10:57:31.820Z | Done (0.765s) |
| 168 | 2026-05-08T10:57:35.131Z | Done (2.961s) |
| 169 | 2026-05-08T10:57:35.201Z | Done (0.012s) |
| 170 | 2026-05-08T10:57:35.204Z | Done (0.000s) |
| 171 | 2026-05-08T10:57:35.501Z | Done (0.000s) |
| 172 | 2026-05-08T10:57:36.377Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-08T10:57:36.482Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-08T10:57:36.485Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-08T10:57:36.645Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-08T10:57:36.648Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-08T10:57:36.666Z | Mediators to change: 2 |
| 178 | 2026-05-08T10:57:36.666Z | Create boot environment: No |
| 179 | 2026-05-08T10:57:36.666Z | Create backup boot environment: No |
| 180 | 2026-05-08T10:57:36.737Z | Done |
| 181 | 2026-05-08T10:57:36.737Z | Done |
| 182 | 2026-05-08T10:57:37.350Z | Done |
| 183 | 2026-05-08T10:57:39.795Z | Done |
| 184 | 2026-05-08T10:57:39.865Z | Done |
| 185 | 2026-05-08T10:57:39.868Z | Done |
| 186 | 2026-05-08T10:57:40.024Z | Done |
| 187 | 2026-05-08T10:57:40.310Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-08T10:57:40.310Z | clang system 15 system |
| 189 | 2026-05-08T10:57:40.310Z | csh system system illumos |
| 190 | 2026-05-08T10:57:40.310Z | ctags system system illumos |
| 191 | 2026-05-08T10:57:40.310Z | file system system illumos |
| 192 | 2026-05-08T10:57:40.310Z | gcc vendor 12 vendor |
| 193 | 2026-05-08T10:57:40.310Z | gcc system 14 system |
| 194 | 2026-05-08T10:57:40.310Z | gcc system 10 system |
| 195 | 2026-05-08T10:57:40.310Z | go system 1.20 system |
| 196 | 2026-05-08T10:57:40.310Z | go system 1.19 system |
| 197 | 2026-05-08T10:57:40.310Z | llvm system 15 system |
| 198 | 2026-05-08T10:57:40.310Z | llvm system 14 system |
| 199 | 2026-05-08T10:57:40.310Z | mariadb system 10.6 system |
| 200 | 2026-05-08T10:57:40.310Z | mta vendor vendor dma |
| 201 | 2026-05-08T10:57:40.310Z | openjdk system 17 system |
| 202 | 2026-05-08T10:57:40.310Z | openjdk system 11 system |
| 203 | 2026-05-08T10:57:40.310Z | openjdk system 1.8 system |
| 204 | 2026-05-08T10:57:40.310Z | openssl vendor 3 vendor |
| 205 | 2026-05-08T10:57:40.310Z | perl system 5.36 system |
| 206 | 2026-05-08T10:57:40.310Z | postgresql system 15 system |
| 207 | 2026-05-08T10:57:40.310Z | postgresql system 13 system |
| 208 | 2026-05-08T10:57:40.310Z | python vendor 3 vendor |
| 209 | 2026-05-08T10:57:40.310Z | python system 2 system |
| 210 | 2026-05-08T10:57:40.310Z | python3 system 3.11 system |
| 211 | 2026-05-08T10:57:40.310Z | ruby system 3.0 system |
| 212 | 2026-05-08T10:57:40.310Z | words vendor vendor american-english |
| 213 | 2026-05-08T10:57:40.310Z | words system system australian-english |
| 214 | 2026-05-08T10:57:40.310Z | words system system british-english |
| 215 | 2026-05-08T10:57:40.310Z | words system system canadian-english |
| 216 | 2026-05-08T10:57:40.310Z | words system system french |
| 217 | 2026-05-08T10:57:40.311Z | words system system italian |
| 218 | 2026-05-08T10:57:40.311Z | words system system ngerman |
| 219 | 2026-05-08T10:57:40.311Z | words system system ogerman |
| 220 | 2026-05-08T10:57:40.311Z | words system system spanish |
| 221 | 2026-05-08T10:57:40.534Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-08T10:57:40.534Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-05-08T10:57:45.041Z | FMRI IFO |
| 224 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-05-08T10:57:45.041Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-05-08T10:57:45.959Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-05-08T10:57:45.962Z | |
| 233 | 2026-05-08T10:57:45.962Z | real 53.007418628 |
| 234 | 2026-05-08T10:57:45.962Z | user 39.258350777 |
| 235 | 2026-05-08T10:57:45.962Z | sys 3.738678484 |
| 236 | 2026-05-08T10:57:45.962Z | trap 0.003961474 |
| 237 | 2026-05-08T10:57:45.962Z | tflt 0.023478181 |
| 238 | 2026-05-08T10:57:45.962Z | dflt 0.032748460 |
| 239 | 2026-05-08T10:57:45.963Z | kflt 0.012967079 |
| 240 | 2026-05-08T10:57:45.963Z | lock 0.000000000 |
| 241 | 2026-05-08T10:57:45.963Z | slp 1:02.941300487 |
| 242 | 2026-05-08T10:57:45.963Z | lat 0.040416956 |
| 243 | 2026-05-08T10:57:45.963Z | stop 0.000198423 |
| 244 | 2026-05-08T10:57:45.963Z | + banner check |
| 245 | 2026-05-08T10:57:45.963Z | |
| 246 | 2026-05-08T10:57:45.963Z | #### # # ###### #### # # |
| 247 | 2026-05-08T10:57:45.963Z | # # # # # # # # # |
| 248 | 2026-05-08T10:57:45.963Z | # ###### ##### # #### |
| 249 | 2026-05-08T10:57:45.963Z | # # # # # # # |
| 250 | 2026-05-08T10:57:45.963Z | # # # # # # # # # |
| 251 | 2026-05-08T10:57:45.963Z | #### # # ###### #### # # |
| 252 | 2026-05-08T10:57:45.963Z | |
| 253 | 2026-05-08T10:57:45.966Z | + ptime -m cargo check --features falcon |
| 254 | 2026-05-08T10:57:46.092Z | Updating crates.io index |
| 255 | 2026-05-08T10:57:46.126Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-05-08T10:57:48.404Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-08T10:57:56.926Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 258 | 2026-05-08T10:57:57.380Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-05-08T10:57:57.732Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-05-08T10:57:57.993Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-05-08T10:57:58.314Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 262 | 2026-05-08T10:57:58.794Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-05-08T10:57:59.121Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-05-08T10:58:00.044Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-05-08T10:58:00.490Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-05-08T10:58:00.753Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 267 | 2026-05-08T10:58:01.060Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 268 | 2026-05-08T10:58:01.471Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 269 | 2026-05-08T10:58:01.745Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 270 | 2026-05-08T10:58:07.354Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 271 | 2026-05-08T10:58:07.808Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 272 | 2026-05-08T10:58:09.315Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2026-05-08T10:58:10.022Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 274 | 2026-05-08T10:58:10.551Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 275 | 2026-05-08T10:58:10.825Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 276 | 2026-05-08T10:58:11.641Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2026-05-08T10:58:12.127Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2026-05-08T10:58:12.531Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-05-08T10:58:13.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2026-05-08T10:58:13.606Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 281 | 2026-05-08T10:58:13.913Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 282 | 2026-05-08T10:58:14.192Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 283 | 2026-05-08T10:58:16.234Z | Downloading crates ... |
| 284 | 2026-05-08T10:58:16.313Z | Downloaded adler v1.0.2 |
| 285 | 2026-05-08T10:58:16.322Z | Downloaded aead v0.5.2 |
| 286 | 2026-05-08T10:58:16.330Z | Downloaded base16ct v0.2.0 |
| 287 | 2026-05-08T10:58:16.336Z | Downloaded base64ct v1.6.0 |
| 288 | 2026-05-08T10:58:16.339Z | Downloaded darling_macro v0.21.3 |
| 289 | 2026-05-08T10:58:16.342Z | Downloaded debug-ignore v1.0.5 |
| 290 | 2026-05-08T10:58:16.345Z | Downloaded defmt-parser v0.3.4 |
| 291 | 2026-05-08T10:58:16.347Z | Downloaded convert_case v0.4.0 |
| 292 | 2026-05-08T10:58:16.348Z | Downloaded bitstruct_derive v0.1.0 |
| 293 | 2026-05-08T10:58:16.350Z | Downloaded daft v0.1.5 |
| 294 | 2026-05-08T10:58:16.353Z | Downloaded allocator-api2 v0.2.21 |
| 295 | 2026-05-08T10:58:16.356Z | Downloaded data-encoding v2.6.0 |
| 296 | 2026-05-08T10:58:16.359Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-05-08T10:58:16.359Z | Downloaded erased-serde v0.4.5 |
| 298 | 2026-05-08T10:58:16.361Z | Downloaded fnv v1.0.7 |
| 299 | 2026-05-08T10:58:16.364Z | Downloaded bit-vec v0.6.3 |
| 300 | 2026-05-08T10:58:16.367Z | Downloaded ctrlc v3.4.4 |
| 301 | 2026-05-08T10:58:16.370Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 302 | 2026-05-08T10:58:16.373Z | Downloaded foreign-types-shared v0.1.1 |
| 303 | 2026-05-08T10:58:16.374Z | Downloaded async-stream v0.3.6 |
| 304 | 2026-05-08T10:58:16.376Z | Downloaded filetime v0.2.23 |
| 305 | 2026-05-08T10:58:16.379Z | Downloaded form_urlencoded v1.2.2 |
| 306 | 2026-05-08T10:58:16.382Z | Downloaded embedded-io v0.6.1 |
| 307 | 2026-05-08T10:58:16.382Z | Downloaded cstr-argument v0.1.2 |
| 308 | 2026-05-08T10:58:16.385Z | Downloaded fixedbitset v0.4.2 |
| 309 | 2026-05-08T10:58:16.388Z | Downloaded compression-core v0.4.31 |
| 310 | 2026-05-08T10:58:16.388Z | Downloaded futures-macro v0.3.32 |
| 311 | 2026-05-08T10:58:16.390Z | Downloaded cfg-if v1.0.0 |
| 312 | 2026-05-08T10:58:16.393Z | Downloaded enum-as-inner v0.6.0 |
| 313 | 2026-05-08T10:58:16.396Z | Downloaded env_filter v1.0.1 |
| 314 | 2026-05-08T10:58:16.396Z | Downloaded cfg_aliases v0.1.1 |
| 315 | 2026-05-08T10:58:16.399Z | Downloaded bitstruct v0.1.1 |
| 316 | 2026-05-08T10:58:16.402Z | Downloaded bit_field v0.10.2 |
| 317 | 2026-05-08T10:58:16.402Z | Downloaded dof v0.3.0 |
| 318 | 2026-05-08T10:58:16.405Z | Downloaded futures-core v0.3.32 |
| 319 | 2026-05-08T10:58:16.407Z | Downloaded cobs v0.2.3 |
| 320 | 2026-05-08T10:58:16.410Z | Downloaded cmake v0.1.54 |
| 321 | 2026-05-08T10:58:16.410Z | Downloaded ciborium-ll v0.2.2 |
| 322 | 2026-05-08T10:58:16.413Z | Downloaded darling_macro v0.23.0 |
| 323 | 2026-05-08T10:58:16.416Z | Downloaded dunce v1.0.5 |
| 324 | 2026-05-08T10:58:16.416Z | Downloaded cargo_metadata v0.18.1 |
| 325 | 2026-05-08T10:58:16.419Z | Downloaded cpufeatures v0.2.12 |
| 326 | 2026-05-08T10:58:16.422Z | Downloaded cfg_aliases v0.2.1 |
| 327 | 2026-05-08T10:58:16.422Z | Downloaded dtrace-parser v0.3.0 |
| 328 | 2026-05-08T10:58:16.425Z | Downloaded atomicwrites v0.4.4 |
| 329 | 2026-05-08T10:58:16.428Z | Downloaded atty v0.2.14 |
| 330 | 2026-05-08T10:58:16.428Z | Downloaded crypto-common v0.1.6 |
| 331 | 2026-05-08T10:58:16.430Z | Downloaded gethostname v0.5.0 |
| 332 | 2026-05-08T10:58:16.433Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-05-08T10:58:16.433Z | Downloaded colorchoice v1.0.1 |
| 334 | 2026-05-08T10:58:16.436Z | Downloaded embedded-io v0.4.0 |
| 335 | 2026-05-08T10:58:16.440Z | Downloaded derive_builder_macro v0.20.2 |
| 336 | 2026-05-08T10:58:16.440Z | Downloaded futures-task v0.3.32 |
| 337 | 2026-05-08T10:58:16.442Z | Downloaded critical-section v1.2.0 |
| 338 | 2026-05-08T10:58:16.445Z | Downloaded cexpr v0.6.0 |
| 339 | 2026-05-08T10:58:16.445Z | Downloaded ff v0.13.1 |
| 340 | 2026-05-08T10:58:16.448Z | Downloaded heck v0.4.1 |
| 341 | 2026-05-08T10:58:16.451Z | Downloaded futures-sink v0.3.32 |
| 342 | 2026-05-08T10:58:16.451Z | Downloaded hash32 v0.3.1 |
| 343 | 2026-05-08T10:58:16.454Z | Downloaded argon2 v0.5.3 |
| 344 | 2026-05-08T10:58:16.457Z | Downloaded bitflags v1.3.2 |
| 345 | 2026-05-08T10:58:16.459Z | Downloaded git-stub v1.0.0 |
| 346 | 2026-05-08T10:58:16.462Z | Downloaded hex v0.4.3 |
| 347 | 2026-05-08T10:58:16.462Z | Downloaded heck v0.5.0 |
| 348 | 2026-05-08T10:58:16.465Z | Downloaded hostname v0.4.2 |
| 349 | 2026-05-08T10:58:16.468Z | Downloaded futures-io v0.3.32 |
| 350 | 2026-05-08T10:58:16.468Z | Downloaded foreign-types-macros v0.2.3 |
| 351 | 2026-05-08T10:58:16.471Z | Downloaded httpdate v1.0.3 |
| 352 | 2026-05-08T10:58:16.474Z | Downloaded hubpack_derive v0.1.1 |
| 353 | 2026-05-08T10:58:16.474Z | Downloaded home v0.5.11 |
| 354 | 2026-05-08T10:58:16.477Z | Downloaded cookie v0.18.1 |
| 355 | 2026-05-08T10:58:16.479Z | Downloaded hyper-tls v0.6.0 |
| 356 | 2026-05-08T10:58:16.480Z | Downloaded hostname v0.3.1 |
| 357 | 2026-05-08T10:58:16.482Z | Downloaded autocfg v1.3.0 |
| 358 | 2026-05-08T10:58:16.485Z | Downloaded bit-set v0.5.3 |
| 359 | 2026-05-08T10:58:16.485Z | Downloaded group v0.13.0 |
| 360 | 2026-05-08T10:58:16.488Z | Downloaded ctr v0.9.2 |
| 361 | 2026-05-08T10:58:16.491Z | Downloaded fs_extra v1.3.0 |
| 362 | 2026-05-08T10:58:16.493Z | Downloaded clap_derive v4.5.4 |
| 363 | 2026-05-08T10:58:16.496Z | Downloaded env_logger v0.11.10 |
| 364 | 2026-05-08T10:58:16.499Z | Downloaded fs-err v3.1.2 |
| 365 | 2026-05-08T10:58:16.499Z | Downloaded foldhash v0.2.0 |
| 366 | 2026-05-08T10:58:16.501Z | Downloaded idna_adapter v1.2.0 |
| 367 | 2026-05-08T10:58:16.504Z | Downloaded ident_case v1.0.1 |
| 368 | 2026-05-08T10:58:16.504Z | Downloaded crc32fast v1.4.0 |
| 369 | 2026-05-08T10:58:16.507Z | Downloaded fixedbitset v0.5.7 |
| 370 | 2026-05-08T10:58:16.510Z | Downloaded escargot v0.5.10 |
| 371 | 2026-05-08T10:58:16.513Z | Downloaded erased-serde v0.3.31 |
| 372 | 2026-05-08T10:58:16.513Z | Downloaded base64 v0.22.1 |
| 373 | 2026-05-08T10:58:16.516Z | Downloaded defmt-macros v0.3.9 |
| 374 | 2026-05-08T10:58:16.518Z | Downloaded instant v0.1.12 |
| 375 | 2026-05-08T10:58:16.521Z | Downloaded inout v0.1.3 |
| 376 | 2026-05-08T10:58:16.524Z | Downloaded is_terminal_polyfill v1.70.0 |
| 377 | 2026-05-08T10:58:16.524Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-05-08T10:58:16.527Z | Downloaded ascii v1.1.0 |
| 379 | 2026-05-08T10:58:16.530Z | Downloaded async-trait v0.1.89 |
| 380 | 2026-05-08T10:58:16.532Z | Downloaded colored v3.0.0 |
| 381 | 2026-05-08T10:58:16.535Z | Downloaded hubpack v0.1.2 |
| 382 | 2026-05-08T10:58:16.535Z | Downloaded defmt v0.3.8 |
| 383 | 2026-05-08T10:58:16.538Z | Downloaded is-terminal v0.4.12 |
| 384 | 2026-05-08T10:58:16.541Z | Downloaded lazycell v1.3.0 |
| 385 | 2026-05-08T10:58:16.543Z | Downloaded deranged v0.5.3 |
| 386 | 2026-05-08T10:58:16.544Z | Downloaded git-stub-vcs v0.1.0 |
| 387 | 2026-05-08T10:58:16.546Z | Downloaded kstat-rs v0.2.4 |
| 388 | 2026-05-08T10:58:16.549Z | Downloaded macaddr v1.0.1 |
| 389 | 2026-05-08T10:58:16.549Z | Downloaded lru-slab v0.1.2 |
| 390 | 2026-05-08T10:58:16.552Z | Downloaded http-body v1.0.1 |
| 391 | 2026-05-08T10:58:16.555Z | Downloaded lru-cache v0.1.2 |
| 392 | 2026-05-08T10:58:16.555Z | Downloaded icu_locid_transform v1.5.0 |
| 393 | 2026-05-08T10:58:16.558Z | Downloaded crossbeam-epoch v0.9.18 |
| 394 | 2026-05-08T10:58:16.560Z | Downloaded humantime v2.3.0 |
| 395 | 2026-05-08T10:58:16.563Z | Downloaded lazy_static v1.5.0 |
| 396 | 2026-05-08T10:58:16.563Z | Downloaded blake2 v0.10.6 |
| 397 | 2026-05-08T10:58:16.566Z | Downloaded highway v1.3.0 |
| 398 | 2026-05-08T10:58:16.569Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 399 | 2026-05-08T10:58:16.569Z | Downloaded match_cfg v0.1.0 |
| 400 | 2026-05-08T10:58:16.572Z | Downloaded memmap v0.7.0 |
| 401 | 2026-05-08T10:58:16.575Z | Downloaded clap v4.5.4 |
| 402 | 2026-05-08T10:58:16.578Z | Downloaded ingot-types v0.1.2 |
| 403 | 2026-05-08T10:58:16.581Z | Downloaded globset v0.4.14 |
| 404 | 2026-05-08T10:58:16.584Z | Downloaded darling v0.23.0 |
| 405 | 2026-05-08T10:58:16.587Z | Downloaded ingot v0.1.1 |
| 406 | 2026-05-08T10:58:16.589Z | Downloaded futures-executor v0.3.32 |
| 407 | 2026-05-08T10:58:16.589Z | Downloaded mime v0.3.17 |
| 408 | 2026-05-08T10:58:16.592Z | Downloaded newtype-uuid-macros v0.1.0 |
| 409 | 2026-05-08T10:58:16.595Z | Downloaded newline-converter v0.3.0 |
| 410 | 2026-05-08T10:58:16.595Z | Downloaded num-iter v0.1.45 |
| 411 | 2026-05-08T10:58:16.598Z | Downloaded memoffset v0.9.1 |
| 412 | 2026-05-08T10:58:16.598Z | Downloaded num_enum_derive v0.5.11 |
| 413 | 2026-05-08T10:58:16.601Z | Downloaded newtype_derive v0.1.6 |
| 414 | 2026-05-08T10:58:16.601Z | Downloaded dropshot_endpoint v0.16.7 |
| 415 | 2026-05-08T10:58:16.603Z | Downloaded bitflags v2.9.4 |
| 416 | 2026-05-08T10:58:16.606Z | Downloaded hmac v0.12.1 |
| 417 | 2026-05-08T10:58:16.609Z | Downloaded getrandom v0.2.14 |
| 418 | 2026-05-08T10:58:16.612Z | Downloaded keccak v0.1.6 |
| 419 | 2026-05-08T10:58:16.615Z | Downloaded jobserver v0.1.31 |
| 420 | 2026-05-08T10:58:16.615Z | Downloaded num-derive v0.4.2 |
| 421 | 2026-05-08T10:58:16.617Z | Downloaded linked-hash-map v0.5.6 |
| 422 | 2026-05-08T10:58:16.620Z | Downloaded openssl-probe v0.2.1 |
| 423 | 2026-05-08T10:58:16.620Z | Downloaded openssl-probe v0.1.5 |
| 424 | 2026-05-08T10:58:16.623Z | Downloaded openssl-macros v0.1.1 |
| 425 | 2026-05-08T10:58:16.623Z | Downloaded darling v0.21.3 |
| 426 | 2026-05-08T10:58:16.626Z | Downloaded num-conv v0.2.0 |
| 427 | 2026-05-08T10:58:16.629Z | Downloaded num v0.4.3 |
| 428 | 2026-05-08T10:58:16.632Z | Downloaded itoa v1.0.11 |
| 429 | 2026-05-08T10:58:16.632Z | Downloaded const_format v0.2.35 |
| 430 | 2026-05-08T10:58:16.635Z | Downloaded opaque-debug v0.3.1 |
| 431 | 2026-05-08T10:58:16.638Z | Downloaded omicron-workspace-hack v0.1.0 |
| 432 | 2026-05-08T10:58:16.638Z | Downloaded olpc-cjson v0.1.4 |
| 433 | 2026-05-08T10:58:16.641Z | Downloaded iana-time-zone v0.1.64 |
| 434 | 2026-05-08T10:58:16.643Z | Downloaded num_threads v0.1.7 |
| 435 | 2026-05-08T10:58:16.643Z | Downloaded const-oid v0.9.6 |
| 436 | 2026-05-08T10:58:16.646Z | Downloaded libsw-core v0.3.2 |
| 437 | 2026-05-08T10:58:16.649Z | Downloaded hyper-rustls v0.27.3 |
| 438 | 2026-05-08T10:58:16.649Z | Downloaded libloading v0.7.4 |
| 439 | 2026-05-08T10:58:16.652Z | Downloaded lock_api v0.4.12 |
| 440 | 2026-05-08T10:58:16.655Z | Downloaded linear-map v1.2.0 |
| 441 | 2026-05-08T10:58:16.655Z | Downloaded libsw v3.5.0 |
| 442 | 2026-05-08T10:58:16.658Z | Downloaded native-tls v0.2.11 |
| 443 | 2026-05-08T10:58:16.661Z | Downloaded percent-encoding v2.3.2 |
| 444 | 2026-05-08T10:58:16.661Z | Downloaded drift v0.1.4 |
| 445 | 2026-05-08T10:58:16.666Z | Downloaded getrandom v0.4.2 |
| 446 | 2026-05-08T10:58:16.669Z | Downloaded fatfs v0.3.6 |
| 447 | 2026-05-08T10:58:16.672Z | Downloaded icu_locid_transform_data v1.5.0 |
| 448 | 2026-05-08T10:58:16.675Z | Downloaded ecdsa v0.16.9 |
| 449 | 2026-05-08T10:58:16.677Z | Downloaded elliptic-curve v0.13.8 |
| 450 | 2026-05-08T10:58:16.680Z | Downloaded num-integer v0.1.46 |
| 451 | 2026-05-08T10:58:16.680Z | Downloaded num_enum v0.7.4 |
| 452 | 2026-05-08T10:58:16.683Z | Downloaded pin-utils v0.1.0 |
| 453 | 2026-05-08T10:58:16.686Z | Downloaded pretty-hex v0.4.1 |
| 454 | 2026-05-08T10:58:16.689Z | Downloaded getrandom v0.3.4 |
| 455 | 2026-05-08T10:58:16.692Z | Downloaded derive-where v1.6.0 |
| 456 | 2026-05-08T10:58:16.692Z | Downloaded ipnet v2.9.0 |
| 457 | 2026-05-08T10:58:16.695Z | Downloaded httparse v1.10.1 |
| 458 | 2026-05-08T10:58:16.698Z | Downloaded powerfmt v0.2.0 |
| 459 | 2026-05-08T10:58:16.698Z | Downloaded dropshot_endpoint v0.17.0 |
| 460 | 2026-05-08T10:58:16.700Z | Downloaded num_enum_derive v0.7.4 |
| 461 | 2026-05-08T10:58:16.703Z | Downloaded proc-macro-crate v1.3.1 |
| 462 | 2026-05-08T10:58:16.703Z | Downloaded pretty-hex v0.2.1 |
| 463 | 2026-05-08T10:58:16.706Z | Downloaded proc-macro-error-attr v1.0.4 |
| 464 | 2026-05-08T10:58:16.709Z | Downloaded flate2 v1.0.30 |
| 465 | 2026-05-08T10:58:16.711Z | Downloaded progenitor-macro v0.11.1 |
| 466 | 2026-05-08T10:58:16.711Z | Downloaded num-complex v0.4.6 |
| 467 | 2026-05-08T10:58:16.714Z | Downloaded oxide-tokio-rt v0.1.2 |
| 468 | 2026-05-08T10:58:16.717Z | Downloaded num_enum v0.5.11 |
| 469 | 2026-05-08T10:58:16.720Z | Downloaded num-rational v0.4.2 |
| 470 | 2026-05-08T10:58:16.720Z | Downloaded icu_normalizer_data v1.5.0 |
| 471 | 2026-05-08T10:58:16.723Z | Downloaded crossbeam-utils v0.8.19 |
| 472 | 2026-05-08T10:58:16.727Z | Downloaded progenitor-macro v0.14.0 |
| 473 | 2026-05-08T10:58:16.727Z | Downloaded progenitor-macro v0.10.0 |
| 474 | 2026-05-08T10:58:16.730Z | Downloaded progenitor-client v0.14.0 |
| 475 | 2026-05-08T10:58:16.730Z | Downloaded progenitor-client v0.11.1 |
| 476 | 2026-05-08T10:58:16.730Z | Downloaded progenitor-client v0.10.0 |
| 477 | 2026-05-08T10:58:16.732Z | Downloaded pem-rfc7468 v0.7.0 |
| 478 | 2026-05-08T10:58:16.733Z | Downloaded memmap2 v0.9.9 |
| 479 | 2026-05-08T10:58:16.735Z | Downloaded pem v3.0.5 |
| 480 | 2026-05-08T10:58:16.738Z | Downloaded icu_locid v1.5.0 |
| 481 | 2026-05-08T10:58:16.741Z | Downloaded pest_generator v2.8.4 |
| 482 | 2026-05-08T10:58:16.741Z | Downloaded phf_shared v0.12.1 |
| 483 | 2026-05-08T10:58:16.744Z | Downloaded newtype-uuid v1.3.2 |
| 484 | 2026-05-08T10:58:16.744Z | Downloaded radium v0.7.0 |
| 485 | 2026-05-08T10:58:16.747Z | Downloaded parking_lot_core v0.9.10 |
| 486 | 2026-05-08T10:58:16.749Z | Downloaded ref-cast v1.0.25 |
| 487 | 2026-05-08T10:58:16.750Z | Downloaded quick-error v1.2.3 |
| 488 | 2026-05-08T10:58:16.752Z | Downloaded password-hash v0.5.0 |
| 489 | 2026-05-08T10:58:16.753Z | Downloaded rand_chacha v0.3.1 |
| 490 | 2026-05-08T10:58:16.755Z | Downloaded half v2.7.1 |
| 491 | 2026-05-08T10:58:16.758Z | Downloaded heapless v0.8.0 |
| 492 | 2026-05-08T10:58:16.761Z | Downloaded darling_core v0.23.0 |
| 493 | 2026-05-08T10:58:16.764Z | Downloaded pkg-config v0.3.30 |
| 494 | 2026-05-08T10:58:16.767Z | Downloaded pkcs8 v0.10.2 |
| 495 | 2026-05-08T10:58:16.769Z | Downloaded polyval v0.6.2 |
| 496 | 2026-05-08T10:58:16.769Z | Downloaded pin-project-internal v1.1.10 |
| 497 | 2026-05-08T10:58:16.772Z | Downloaded phf v0.12.1 |
| 498 | 2026-05-08T10:58:16.772Z | Downloaded pin-project-lite v0.2.14 |
| 499 | 2026-05-08T10:58:16.775Z | Downloaded rfc6979 v0.4.0 |
| 500 | 2026-05-08T10:58:16.778Z | Downloaded crypto-bigint v0.5.5 |
| 501 | 2026-05-08T10:58:16.781Z | Downloaded owo-colors v4.2.3 |
| 502 | 2026-05-08T10:58:16.784Z | Downloaded rustc_version v0.1.7 |
| 503 | 2026-05-08T10:58:16.786Z | Downloaded progenitor v0.10.0 |
| 504 | 2026-05-08T10:58:16.786Z | Downloaded progenitor v0.11.1 |
| 505 | 2026-05-08T10:58:16.789Z | Downloaded darling_core v0.20.11 |
| 506 | 2026-05-08T10:58:16.792Z | Downloaded futures v0.3.32 |
| 507 | 2026-05-08T10:58:16.795Z | Downloaded rustc-hash v2.1.1 |
| 508 | 2026-05-08T10:58:16.797Z | Downloaded rustc-hash v1.1.0 |
| 509 | 2026-05-08T10:58:16.797Z | Downloaded primeorder v0.13.6 |
| 510 | 2026-05-08T10:58:16.800Z | Downloaded ppv-lite86 v0.2.17 |
| 511 | 2026-05-08T10:58:16.800Z | Downloaded plain v0.2.3 |
| 512 | 2026-05-08T10:58:16.803Z | Downloaded parking_lot v0.12.2 |
| 513 | 2026-05-08T10:58:16.803Z | Downloaded async-compression v0.4.33 |
| 514 | 2026-05-08T10:58:16.807Z | Downloaded darling_core v0.21.3 |
| 515 | 2026-05-08T10:58:16.811Z | Downloaded bytes v1.11.1 |
| 516 | 2026-05-08T10:58:16.814Z | Downloaded rand_core v0.9.3 |
| 517 | 2026-05-08T10:58:16.816Z | Downloaded rand_xorshift v0.3.0 |
| 518 | 2026-05-08T10:58:16.819Z | Downloaded rand_core v0.6.4 |
| 519 | 2026-05-08T10:58:16.819Z | Downloaded rand_chacha v0.9.0 |
| 520 | 2026-05-08T10:58:16.822Z | Downloaded progenitor v0.14.0 |
| 521 | 2026-05-08T10:58:16.822Z | Downloaded passt v0.3.0 |
| 522 | 2026-05-08T10:58:16.825Z | Downloaded scopeguard v1.2.0 |
| 523 | 2026-05-08T10:58:16.825Z | Downloaded quinn-udp v0.5.5 |
| 524 | 2026-05-08T10:58:16.825Z | Downloaded same-file v1.0.6 |
| 525 | 2026-05-08T10:58:16.828Z | Downloaded pest_meta v2.8.4 |
| 526 | 2026-05-08T10:58:16.831Z | Downloaded once_cell v1.21.3 |
| 527 | 2026-05-08T10:58:16.831Z | Downloaded proc-macro-error v1.0.4 |
| 528 | 2026-05-08T10:58:16.833Z | Downloaded multer v3.1.0 |
| 529 | 2026-05-08T10:58:16.836Z | Downloaded indexmap v1.9.3 |
| 530 | 2026-05-08T10:58:16.839Z | Downloaded scroll_derive v0.13.1 |
| 531 | 2026-05-08T10:58:16.839Z | Downloaded poly1305 v0.8.0 |
| 532 | 2026-05-08T10:58:16.841Z | Downloaded log v0.4.29 |
| 533 | 2026-05-08T10:58:16.844Z | Downloaded serde-big-array v0.5.1 |
| 534 | 2026-05-08T10:58:16.844Z | Downloaded paste v1.0.15 |
| 535 | 2026-05-08T10:58:16.847Z | Downloaded serde_arrays v0.1.0 |
| 536 | 2026-05-08T10:58:16.850Z | Downloaded cc v1.2.17 |
| 537 | 2026-05-08T10:58:16.853Z | Downloaded icu_properties v1.5.1 |
| 538 | 2026-05-08T10:58:16.853Z | Downloaded icu_normalizer v1.5.0 |
| 539 | 2026-05-08T10:58:16.855Z | Downloaded miniz_oxide v0.7.2 |
| 540 | 2026-05-08T10:58:16.858Z | Downloaded ref-cast-impl v1.0.25 |
| 541 | 2026-05-08T10:58:16.858Z | Downloaded scroll_derive v0.12.0 |
| 542 | 2026-05-08T10:58:16.861Z | Downloaded rustc_version v0.4.1 |
| 543 | 2026-05-08T10:58:16.861Z | Downloaded parse-display-derive v0.10.0 |
| 544 | 2026-05-08T10:58:16.864Z | Downloaded parse-display v0.10.0 |
| 545 | 2026-05-08T10:58:16.864Z | Downloaded sha1 v0.10.6 |
| 546 | 2026-05-08T10:58:16.866Z | Downloaded oxnet v0.1.4 |
| 547 | 2026-05-08T10:58:16.866Z | Downloaded semver v0.1.20 |
| 548 | 2026-05-08T10:58:16.869Z | Downloaded secrecy v0.10.3 |
| 549 | 2026-05-08T10:58:16.869Z | Downloaded serde_spanned v0.6.9 |
| 550 | 2026-05-08T10:58:16.872Z | Downloaded serde_urlencoded v0.7.1 |
| 551 | 2026-05-08T10:58:16.872Z | Downloaded serde_spanned v1.0.4 |
| 552 | 2026-05-08T10:58:16.875Z | Downloaded icu_collections v1.5.0 |
| 553 | 2026-05-08T10:58:16.877Z | Downloaded postcard v1.0.9 |
| 554 | 2026-05-08T10:58:16.880Z | Downloaded serde_repr v0.1.19 |
| 555 | 2026-05-08T10:58:16.880Z | Downloaded serde_plain v1.0.2 |
| 556 | 2026-05-08T10:58:16.883Z | Downloaded resolv-conf v0.7.0 |
| 557 | 2026-05-08T10:58:16.883Z | Downloaded siphasher v1.0.1 |
| 558 | 2026-05-08T10:58:16.887Z | Downloaded simd-adler32 v0.3.7 |
| 559 | 2026-05-08T10:58:16.887Z | Downloaded sigpipe v0.1.3 |
| 560 | 2026-05-08T10:58:16.890Z | Downloaded crossbeam-channel v0.5.15 |
| 561 | 2026-05-08T10:58:16.890Z | Downloaded pest_derive v2.8.4 |
| 562 | 2026-05-08T10:58:16.893Z | Downloaded pin-project v1.1.10 |
| 563 | 2026-05-08T10:58:16.902Z | Downloaded schemars_derive v0.8.22 |
| 564 | 2026-05-08T10:58:16.902Z | Downloaded aes v0.8.4 |
| 565 | 2026-05-08T10:58:16.907Z | Downloaded expectorate v1.2.0 |
| 566 | 2026-05-08T10:58:16.907Z | Downloaded icu_provider v1.5.0 |
| 567 | 2026-05-08T10:58:16.910Z | Downloaded sec1 v0.7.3 |
| 568 | 2026-05-08T10:58:16.910Z | Downloaded scroll v0.12.0 |
| 569 | 2026-05-08T10:58:16.910Z | Downloaded rustls-pemfile v2.2.0 |
| 570 | 2026-05-08T10:58:16.913Z | Downloaded num-traits v0.2.19 |
| 571 | 2026-05-08T10:58:16.913Z | Downloaded rustls-native-certs v0.8.3 |
| 572 | 2026-05-08T10:58:16.916Z | Downloaded chacha20poly1305 v0.10.1 |
| 573 | 2026-05-08T10:58:16.919Z | Downloaded slog-bunyan v2.5.0 |
| 574 | 2026-05-08T10:58:16.919Z | Downloaded litemap v0.7.4 |
| 575 | 2026-05-08T10:58:16.921Z | Downloaded serde_path_to_error v0.1.20 |
| 576 | 2026-05-08T10:58:16.921Z | Downloaded smawk v0.3.2 |
| 577 | 2026-05-08T10:58:16.924Z | Downloaded strum v0.26.3 |
| 578 | 2026-05-08T10:58:16.924Z | Downloaded rusty-fork v0.3.0 |
| 579 | 2026-05-08T10:58:16.927Z | Downloaded stable_deref_trait v1.2.0 |
| 580 | 2026-05-08T10:58:16.927Z | Downloaded hickory-resolver v0.25.2 |
| 581 | 2026-05-08T10:58:16.930Z | Downloaded serde_tokenstream v0.2.3 |
| 582 | 2026-05-08T10:58:16.932Z | Downloaded openssl-sys v0.9.107 |
| 583 | 2026-05-08T10:58:16.935Z | Downloaded quote v1.0.45 |
| 584 | 2026-05-08T10:58:16.938Z | Downloaded sha2 v0.10.9 |
| 585 | 2026-05-08T10:58:16.938Z | Downloaded swrite v0.1.0 |
| 586 | 2026-05-08T10:58:16.941Z | Downloaded sync_wrapper v1.0.1 |
| 587 | 2026-05-08T10:58:16.941Z | Downloaded structmeta v0.3.0 |
| 588 | 2026-05-08T10:58:16.941Z | Downloaded supports-color v3.0.2 |
| 589 | 2026-05-08T10:58:16.944Z | Downloaded structmeta-derive v0.3.0 |
| 590 | 2026-05-08T10:58:16.944Z | Downloaded strum v0.27.2 |
| 591 | 2026-05-08T10:58:16.947Z | Downloaded strsim v0.11.1 |
| 592 | 2026-05-08T10:58:16.947Z | Downloaded supports-color v2.1.0 |
| 593 | 2026-05-08T10:58:16.947Z | Downloaded scroll v0.13.0 |
| 594 | 2026-05-08T10:58:16.950Z | Downloaded proc-macro2 v1.0.106 |
| 595 | 2026-05-08T10:58:16.950Z | Downloaded rustversion v1.0.22 |
| 596 | 2026-05-08T10:58:16.953Z | Downloaded tabled_derive v0.7.0 |
| 597 | 2026-05-08T10:58:16.956Z | Downloaded tagptr v0.2.0 |
| 598 | 2026-05-08T10:58:16.956Z | Downloaded dropshot-api-manager v0.7.1 |
| 599 | 2026-05-08T10:58:16.959Z | Downloaded slog-async v2.8.0 |
| 600 | 2026-05-08T10:58:16.959Z | Downloaded slab v0.4.9 |
| 601 | 2026-05-08T10:58:16.962Z | Downloaded papergrid v0.11.0 |
| 602 | 2026-05-08T10:58:16.962Z | Downloaded subtle v2.6.1 |
| 603 | 2026-05-08T10:58:16.965Z | Downloaded slog-dtrace v0.3.0 |
| 604 | 2026-05-08T10:58:16.965Z | Downloaded smf v0.2.3 |
| 605 | 2026-05-08T10:58:16.968Z | Downloaded snafu-derive v0.8.9 |
| 606 | 2026-05-08T10:58:16.968Z | Downloaded jiff-static v0.2.15 |
| 607 | 2026-05-08T10:58:16.972Z | Downloaded hickory-resolver v0.24.4 |
| 608 | 2026-05-08T10:58:16.972Z | Downloaded termtree v0.5.1 |
| 609 | 2026-05-08T10:58:16.975Z | Downloaded hashbrown v0.12.3 |
| 610 | 2026-05-08T10:58:16.977Z | Downloaded sct v0.7.1 |
| 611 | 2026-05-08T10:58:16.980Z | Downloaded ringbuffer v0.16.0 |
| 612 | 2026-05-08T10:58:16.980Z | Downloaded serde_derive_internals v0.29.1 |
| 613 | 2026-05-08T10:58:16.982Z | Downloaded semver v1.0.28 |
| 614 | 2026-05-08T10:58:16.985Z | Downloaded signature v2.2.0 |
| 615 | 2026-05-08T10:58:16.985Z | Downloaded tap v1.0.1 |
| 616 | 2026-05-08T10:58:16.987Z | Downloaded signal-hook-registry v1.4.2 |
| 617 | 2026-05-08T10:58:16.987Z | Downloaded derive_more v0.99.20 |
| 618 | 2026-05-08T10:58:16.990Z | Downloaded strum_macros v0.28.0 |
| 619 | 2026-05-08T10:58:16.993Z | Downloaded ingot-macros v0.1.1 |
| 620 | 2026-05-08T10:58:16.993Z | Downloaded libloading v0.8.9 |
| 621 | 2026-05-08T10:58:16.996Z | Downloaded strum_macros v0.27.2 |
| 622 | 2026-05-08T10:58:16.996Z | Downloaded time-core v0.1.8 |
| 623 | 2026-05-08T10:58:16.998Z | Downloaded strum_macros v0.26.4 |
| 624 | 2026-05-08T10:58:17.001Z | Downloaded slog-json v2.6.1 |
| 625 | 2026-05-08T10:58:17.001Z | Downloaded hyper-util v0.1.20 |
| 626 | 2026-05-08T10:58:17.004Z | Downloaded tinyvec_macros v0.1.1 |
| 627 | 2026-05-08T10:58:17.007Z | Downloaded rustls-pemfile v1.0.4 |
| 628 | 2026-05-08T10:58:17.007Z | Downloaded progenitor-impl v0.14.0 |
| 629 | 2026-05-08T10:58:17.010Z | Downloaded terminal_size v0.3.0 |
| 630 | 2026-05-08T10:58:17.010Z | Downloaded terminal_size v0.4.3 |
| 631 | 2026-05-08T10:58:17.013Z | Downloaded rustls-platform-verifier v0.6.2 |
| 632 | 2026-05-08T10:58:17.013Z | Downloaded thiserror-impl v1.0.64 |
| 633 | 2026-05-08T10:58:17.015Z | Downloaded slog-term v2.9.2 |
| 634 | 2026-05-08T10:58:17.016Z | Downloaded progenitor-impl v0.11.1 |
| 635 | 2026-05-08T10:58:17.018Z | Downloaded thread-id v5.0.0 |
| 636 | 2026-05-08T10:58:17.020Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 637 | 2026-05-08T10:58:17.020Z | Downloaded progenitor-impl v0.10.0 |
| 638 | 2026-05-08T10:58:17.023Z | Downloaded shlex v1.3.0 |
| 639 | 2026-05-08T10:58:17.023Z | Downloaded ipnetwork v0.21.1 |
| 640 | 2026-05-08T10:58:17.026Z | Downloaded cancel-safe-futures v0.1.5 |
| 641 | 2026-05-08T10:58:17.026Z | Downloaded rayon-core v1.13.0 |
| 642 | 2026-05-08T10:58:17.029Z | Downloaded ed25519-dalek v2.2.0 |
| 643 | 2026-05-08T10:58:17.032Z | Downloaded derive_builder v0.20.2 |
| 644 | 2026-05-08T10:58:17.035Z | Downloaded console v0.15.8 |
| 645 | 2026-05-08T10:58:17.038Z | Downloaded spki v0.7.3 |
| 646 | 2026-05-08T10:58:17.038Z | Downloaded static_assertions v1.1.0 |
| 647 | 2026-05-08T10:58:17.040Z | Downloaded take_mut v0.2.2 |
| 648 | 2026-05-08T10:58:17.040Z | Downloaded clang-sys v1.8.1 |
| 649 | 2026-05-08T10:58:17.041Z | Downloaded anyhow v1.0.100 |
| 650 | 2026-05-08T10:58:17.043Z | Downloaded toml_datetime v0.6.11 |
| 651 | 2026-05-08T10:58:17.046Z | Downloaded managed v0.8.0 |
| 652 | 2026-05-08T10:58:17.046Z | Downloaded http-body-util v0.1.3 |
| 653 | 2026-05-08T10:58:17.049Z | Downloaded glob v0.3.3 |
| 654 | 2026-05-08T10:58:17.049Z | Downloaded is_ci v1.2.0 |
| 655 | 2026-05-08T10:58:17.052Z | Downloaded indent_write v2.2.0 |
| 656 | 2026-05-08T10:58:17.052Z | Downloaded icu_provider_macros v1.5.0 |
| 657 | 2026-05-08T10:58:17.052Z | Downloaded csv-core v0.1.12 |
| 658 | 2026-05-08T10:58:17.055Z | Downloaded bytecount v0.6.9 |
| 659 | 2026-05-08T10:58:17.055Z | Downloaded ciborium v0.2.2 |
| 660 | 2026-05-08T10:58:17.059Z | Downloaded either v1.15.0 |
| 661 | 2026-05-08T10:58:17.059Z | Downloaded der_derive v0.7.3 |
| 662 | 2026-05-08T10:58:17.059Z | Downloaded spin v0.9.8 |
| 663 | 2026-05-08T10:58:17.062Z | Downloaded thread_local v1.1.8 |
| 664 | 2026-05-08T10:58:17.062Z | Downloaded foldhash v0.1.5 |
| 665 | 2026-05-08T10:58:17.062Z | Downloaded ed25519 v2.2.3 |
| 666 | 2026-05-08T10:58:17.064Z | Downloaded der v0.7.10 |
| 667 | 2026-05-08T10:58:17.070Z | Downloaded tower-service v0.3.3 |
| 668 | 2026-05-08T10:58:17.070Z | Downloaded serde_core v1.0.228 |
| 669 | 2026-05-08T10:58:17.072Z | Downloaded daft-derive v0.1.5 |
| 670 | 2026-05-08T10:58:17.072Z | Downloaded anstyle-parse v0.2.4 |
| 671 | 2026-05-08T10:58:17.075Z | Downloaded derive_builder_core v0.20.2 |
| 672 | 2026-05-08T10:58:17.075Z | Downloaded tls_codec v0.4.2 |
| 673 | 2026-05-08T10:58:17.078Z | Downloaded tabwriter v1.4.0 |
| 674 | 2026-05-08T10:58:17.078Z | Downloaded tinystr v0.7.6 |
| 675 | 2026-05-08T10:58:17.081Z | Downloaded typeid v1.0.0 |
| 676 | 2026-05-08T10:58:17.081Z | Downloaded time-macros v0.2.27 |
| 677 | 2026-05-08T10:58:17.084Z | Downloaded tls_codec_derive v0.4.2 |
| 678 | 2026-05-08T10:58:17.084Z | Downloaded libm v0.2.8 |
| 679 | 2026-05-08T10:58:17.087Z | Downloaded derive-ex v0.1.8 |
| 680 | 2026-05-08T10:58:17.090Z | Downloaded try-lock v0.2.5 |
| 681 | 2026-05-08T10:58:17.090Z | Downloaded crossbeam-deque v0.8.5 |
| 682 | 2026-05-08T10:58:17.092Z | Downloaded foreign-types v0.3.2 |
| 683 | 2026-05-08T10:58:17.093Z | Downloaded dyn-clone v1.0.17 |
| 684 | 2026-05-08T10:58:17.093Z | Downloaded displaydoc v0.2.5 |
| 685 | 2026-05-08T10:58:17.096Z | Downloaded digest v0.10.7 |
| 686 | 2026-05-08T10:58:17.096Z | Downloaded dtrace-parser v0.2.0 |
| 687 | 2026-05-08T10:58:17.098Z | Downloaded typify-macro v0.4.3 |
| 688 | 2026-05-08T10:58:17.098Z | Downloaded tokio-macros v2.6.0 |
| 689 | 2026-05-08T10:58:17.098Z | Downloaded tokio-dtrace v0.1.1 |
| 690 | 2026-05-08T10:58:17.101Z | Downloaded fastrand v2.3.0 |
| 691 | 2026-05-08T10:58:17.101Z | Downloaded errno v0.3.14 |
| 692 | 2026-05-08T10:58:17.104Z | Downloaded cipher v0.4.4 |
| 693 | 2026-05-08T10:58:17.104Z | Downloaded unarray v0.1.4 |
| 694 | 2026-05-08T10:58:17.104Z | Downloaded tokio-tungstenite v0.21.0 |
| 695 | 2026-05-08T10:58:17.107Z | Downloaded typify-macro v0.6.2 |
| 696 | 2026-05-08T10:58:17.107Z | Downloaded smallvec v1.13.2 |
| 697 | 2026-05-08T10:58:17.110Z | Downloaded ryu v1.0.18 |
| 698 | 2026-05-08T10:58:17.110Z | Downloaded http v1.4.0 |
| 699 | 2026-05-08T10:58:17.113Z | Downloaded schemars v0.9.0 |
| 700 | 2026-05-08T10:58:17.119Z | Downloaded unicode-linebreak v0.1.5 |
| 701 | 2026-05-08T10:58:17.121Z | Downloaded universal-hash v0.5.1 |
| 702 | 2026-05-08T10:58:17.121Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 703 | 2026-05-08T10:58:17.125Z | Downloaded unicode-xid v0.2.4 |
| 704 | 2026-05-08T10:58:17.125Z | Downloaded untrusted v0.9.0 |
| 705 | 2026-05-08T10:58:17.125Z | Downloaded untrusted v0.7.1 |
| 706 | 2026-05-08T10:58:17.128Z | Downloaded socket2 v0.5.10 |
| 707 | 2026-05-08T10:58:17.128Z | Downloaded schemars v0.8.22 |
| 708 | 2026-05-08T10:58:17.133Z | Downloaded utf-8 v0.7.6 |
| 709 | 2026-05-08T10:58:17.136Z | Downloaded usdt v0.5.0 |
| 710 | 2026-05-08T10:58:17.136Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 711 | 2026-05-08T10:58:17.136Z | Downloaded tokio-native-tls v0.3.1 |
| 712 | 2026-05-08T10:58:17.138Z | Downloaded serde_derive v1.0.228 |
| 713 | 2026-05-08T10:58:17.140Z | Downloaded nom v7.1.3 |
| 714 | 2026-05-08T10:58:17.143Z | Downloaded tokio-rustls v0.25.0 |
| 715 | 2026-05-08T10:58:17.143Z | Downloaded synstructure v0.13.1 |
| 716 | 2026-05-08T10:58:17.146Z | Downloaded indexmap v2.14.0 |
| 717 | 2026-05-08T10:58:17.149Z | Downloaded tower-layer v0.3.3 |
| 718 | 2026-05-08T10:58:17.149Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 719 | 2026-05-08T10:58:17.149Z | Downloaded minimal-lexical v0.2.1 |
| 720 | 2026-05-08T10:58:17.151Z | Downloaded usdt-attr-macro v0.5.0 |
| 721 | 2026-05-08T10:58:17.154Z | Downloaded usdt-macro v0.6.0 |
| 722 | 2026-05-08T10:58:17.154Z | Downloaded usdt-macro v0.5.0 |
| 723 | 2026-05-08T10:58:17.154Z | Downloaded usdt v0.6.0 |
| 724 | 2026-05-08T10:58:17.154Z | Downloaded serde_yaml v0.9.34+deprecated |
| 725 | 2026-05-08T10:58:17.157Z | Downloaded tinyvec v1.6.0 |
| 726 | 2026-05-08T10:58:17.159Z | Downloaded hashbrown v0.15.2 |
| 727 | 2026-05-08T10:58:17.162Z | Downloaded utf8parse v0.2.1 |
| 728 | 2026-05-08T10:58:17.162Z | Downloaded utf16_iter v1.0.5 |
| 729 | 2026-05-08T10:58:17.164Z | Downloaded ron v0.8.1 |
| 730 | 2026-05-08T10:58:17.167Z | Downloaded serde_with_macros v3.18.0 |
| 731 | 2026-05-08T10:58:17.169Z | Downloaded thread-id v4.2.1 |
| 732 | 2026-05-08T10:58:17.169Z | Downloaded thiserror-no-std v2.0.2 |
| 733 | 2026-05-08T10:58:17.172Z | Downloaded thiserror-impl v2.0.18 |
| 734 | 2026-05-08T10:58:17.172Z | Downloaded thiserror v2.0.18 |
| 735 | 2026-05-08T10:58:17.175Z | Downloaded tempfile v3.23.0 |
| 736 | 2026-05-08T10:58:17.177Z | Downloaded similar v2.7.0 |
| 737 | 2026-05-08T10:58:17.180Z | Downloaded rustls-webpki v0.103.4 |
| 738 | 2026-05-08T10:58:17.183Z | Downloaded rand v0.8.5 |
| 739 | 2026-05-08T10:58:17.183Z | Downloaded version_check v0.9.5 |
| 740 | 2026-05-08T10:58:17.185Z | Downloaded utf8_iter v1.0.4 |
| 741 | 2026-05-08T10:58:17.185Z | Downloaded want v0.3.1 |
| 742 | 2026-05-08T10:58:17.188Z | Downloaded waitgroup v0.1.2 |
| 743 | 2026-05-08T10:58:17.188Z | Downloaded tracing-attributes v0.1.27 |
| 744 | 2026-05-08T10:58:17.188Z | Downloaded toml_write v0.1.2 |
| 745 | 2026-05-08T10:58:17.190Z | Downloaded qorb v0.4.1 |
| 746 | 2026-05-08T10:58:17.193Z | Downloaded thiserror v1.0.64 |
| 747 | 2026-05-08T10:58:17.196Z | Downloaded tokio-stream v0.1.17 |
| 748 | 2026-05-08T10:58:17.198Z | Downloaded which v4.4.2 |
| 749 | 2026-05-08T10:58:17.198Z | Downloaded toml v0.8.23 |
| 750 | 2026-05-08T10:58:17.201Z | Downloaded tar v0.4.40 |
| 751 | 2026-05-08T10:58:17.201Z | Downloaded snafu v0.8.9 |
| 752 | 2026-05-08T10:58:17.203Z | Downloaded memchr v2.7.2 |
| 753 | 2026-05-08T10:58:17.206Z | Downloaded aho-corasick v1.1.3 |
| 754 | 2026-05-08T10:58:17.209Z | Downloaded quinn v0.11.9 |
| 755 | 2026-05-08T10:58:17.212Z | Downloaded serde v1.0.228 |
| 756 | 2026-05-08T10:58:17.215Z | Downloaded itertools v0.13.0 |
| 757 | 2026-05-08T10:58:17.218Z | Downloaded zerofrom-derive v0.1.5 |
| 758 | 2026-05-08T10:58:17.218Z | Downloaded textwrap v0.16.2 |
| 759 | 2026-05-08T10:58:17.221Z | Downloaded test-strategy v0.4.3 |
| 760 | 2026-05-08T10:58:17.224Z | Downloaded write16 v1.0.0 |
| 761 | 2026-05-08T10:58:17.224Z | Downloaded socket2 v0.6.0 |
| 762 | 2026-05-08T10:58:17.224Z | Downloaded xattr v1.3.1 |
| 763 | 2026-05-08T10:58:17.227Z | Downloaded itertools v0.12.1 |
| 764 | 2026-05-08T10:58:17.230Z | Downloaded tokio-rustls v0.24.1 |
| 765 | 2026-05-08T10:58:17.230Z | Downloaded clap_builder v4.5.2 |
| 766 | 2026-05-08T10:58:17.238Z | Downloaded mio v1.0.2 |
| 767 | 2026-05-08T10:58:17.238Z | Downloaded num-bigint v0.4.5 |
| 768 | 2026-05-08T10:58:17.241Z | Downloaded vergen-git2 v9.1.0 |
| 769 | 2026-05-08T10:58:17.241Z | Downloaded zone_cfg_derive v0.3.0 |
| 770 | 2026-05-08T10:58:17.241Z | Downloaded zone v0.3.1 |
| 771 | 2026-05-08T10:58:17.241Z | Downloaded slog v2.8.2 |
| 772 | 2026-05-08T10:58:17.245Z | Downloaded usdt-impl v0.5.0 |
| 773 | 2026-05-08T10:58:17.245Z | Downloaded vergen-lib v9.1.0 |
| 774 | 2026-05-08T10:58:17.245Z | Downloaded usdt-attr-macro v0.6.0 |
| 775 | 2026-05-08T10:58:17.248Z | Downloaded tokio-rustls v0.26.0 |
| 776 | 2026-05-08T10:58:17.248Z | Downloaded zerofrom v0.1.5 |
| 777 | 2026-05-08T10:58:17.248Z | Downloaded schemars v1.2.1 |
| 778 | 2026-05-08T10:58:17.255Z | Downloaded zeroize_derive v1.4.3 |
| 779 | 2026-05-08T10:58:17.258Z | Downloaded yoke-derive v0.7.5 |
| 780 | 2026-05-08T10:58:17.258Z | Downloaded ucd-trie v0.1.6 |
| 781 | 2026-05-08T10:58:17.258Z | Downloaded prettyplease v0.2.37 |
| 782 | 2026-05-08T10:58:17.261Z | Downloaded vsss-rs v3.3.4 |
| 783 | 2026-05-08T10:58:17.261Z | Downloaded walkdir v2.5.0 |
| 784 | 2026-05-08T10:58:17.263Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 785 | 2026-05-08T10:58:17.266Z | Downloaded pest v2.8.4 |
| 786 | 2026-05-08T10:58:17.269Z | Downloaded idna v1.0.3 |
| 787 | 2026-05-08T10:58:17.269Z | Downloaded iddqd v0.3.17 |
| 788 | 2026-05-08T10:58:17.272Z | Downloaded rustls-pki-types v1.12.0 |
| 789 | 2026-05-08T10:58:17.275Z | Downloaded hashbrown v0.16.1 |
| 790 | 2026-05-08T10:58:17.278Z | Downloaded cargo_metadata v0.23.1 |
| 791 | 2026-05-08T10:58:17.281Z | Downloaded chacha20 v0.9.1 |
| 792 | 2026-05-08T10:58:17.281Z | Downloaded twox-hash v2.1.2 |
| 793 | 2026-05-08T10:58:17.283Z | Downloaded yoke v0.7.5 |
| 794 | 2026-05-08T10:58:17.284Z | Downloaded wyz v0.5.1 |
| 795 | 2026-05-08T10:58:17.284Z | Downloaded writeable v0.5.5 |
| 796 | 2026-05-08T10:58:17.287Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 797 | 2026-05-08T10:58:17.287Z | Downloaded camino v1.2.2 |
| 798 | 2026-05-08T10:58:17.289Z | Downloaded bcs v0.1.6 |
| 799 | 2026-05-08T10:58:17.289Z | Downloaded async-stream-impl v0.3.6 |
| 800 | 2026-05-08T10:58:17.289Z | Downloaded anstyle-query v1.0.3 |
| 801 | 2026-05-08T10:58:17.289Z | Downloaded funty v2.0.0 |
| 802 | 2026-05-08T10:58:17.292Z | Downloaded tungstenite v0.21.0 |
| 803 | 2026-05-08T10:58:17.292Z | Downloaded foreign-types-shared v0.3.1 |
| 804 | 2026-05-08T10:58:17.292Z | Downloaded foreign-types v0.5.0 |
| 805 | 2026-05-08T10:58:17.295Z | Downloaded crucible-workspace-hack v0.1.0 |
| 806 | 2026-05-08T10:58:17.295Z | Downloaded ciborium-io v0.2.2 |
| 807 | 2026-05-08T10:58:17.295Z | Downloaded const_format_proc_macros v0.2.34 |
| 808 | 2026-05-08T10:58:17.295Z | Downloaded zmij v1.0.19 |
| 809 | 2026-05-08T10:58:17.298Z | Downloaded typify v0.6.2 |
| 810 | 2026-05-08T10:58:17.301Z | Downloaded zerovec-derive v0.10.3 |
| 811 | 2026-05-08T10:58:17.301Z | Downloaded term v1.2.0 |
| 812 | 2026-05-08T10:58:17.304Z | Downloaded typify v0.4.3 |
| 813 | 2026-05-08T10:58:17.304Z | Downloaded typenum v1.17.0 |
| 814 | 2026-05-08T10:58:17.307Z | Downloaded compression-codecs v0.4.32 |
| 815 | 2026-05-08T10:58:17.307Z | Downloaded base64 v0.21.7 |
| 816 | 2026-05-08T10:58:17.310Z | Downloaded atomic-waker v1.1.2 |
| 817 | 2026-05-08T10:58:17.310Z | Downloaded block-buffer v0.10.4 |
| 818 | 2026-05-08T10:58:17.312Z | Downloaded rand v0.9.2 |
| 819 | 2026-05-08T10:58:17.312Z | Downloaded async-recursion v1.1.1 |
| 820 | 2026-05-08T10:58:17.315Z | Downloaded whoami v1.5.1 |
| 821 | 2026-05-08T10:58:17.318Z | Downloaded h2 v0.4.6 |
| 822 | 2026-05-08T10:58:17.320Z | Downloaded wait-timeout v0.2.0 |
| 823 | 2026-05-08T10:58:17.320Z | Downloaded anstyle v1.0.7 |
| 824 | 2026-05-08T10:58:17.320Z | Downloaded float-ord v0.3.2 |
| 825 | 2026-05-08T10:58:17.323Z | Downloaded flagset v0.4.7 |
| 826 | 2026-05-08T10:58:17.323Z | Downloaded camino-tempfile v1.4.1 |
| 827 | 2026-05-08T10:58:17.323Z | Downloaded byteorder v1.5.0 |
| 828 | 2026-05-08T10:58:17.326Z | Downloaded bincode v1.3.3 |
| 829 | 2026-05-08T10:58:17.326Z | Downloaded toml_edit v0.22.27 |
| 830 | 2026-05-08T10:58:17.329Z | Downloaded cargo-platform v0.1.8 |
| 831 | 2026-05-08T10:58:17.329Z | Downloaded dof v0.4.0 |
| 832 | 2026-05-08T10:58:17.329Z | Downloaded clap_lex v0.7.0 |
| 833 | 2026-05-08T10:58:17.332Z | Downloaded darling v0.20.11 |
| 834 | 2026-05-08T10:58:17.332Z | Downloaded darling_macro v0.20.11 |
| 835 | 2026-05-08T10:58:17.335Z | Downloaded cargo-platform v0.3.2 |
| 836 | 2026-05-08T10:58:17.335Z | Downloaded backoff v0.4.0 |
| 837 | 2026-05-08T10:58:17.335Z | Downloaded anstream v0.6.14 |
| 838 | 2026-05-08T10:58:17.338Z | Downloaded aes-gcm-siv v0.11.1 |
| 839 | 2026-05-08T10:58:17.338Z | Downloaded uuid v1.22.0 |
| 840 | 2026-05-08T10:58:17.341Z | Downloaded zeroize v1.8.2 |
| 841 | 2026-05-08T10:58:17.353Z | Downloaded hashbrown v0.17.0 |
| 842 | 2026-05-08T10:58:17.356Z | Downloaded toml v0.7.8 |
| 843 | 2026-05-08T10:58:17.359Z | Downloaded iri-string v0.7.8 |
| 844 | 2026-05-08T10:58:17.362Z | Downloaded unsafe-libyaml v0.2.11 |
| 845 | 2026-05-08T10:58:17.365Z | Downloaded tracing-core v0.1.32 |
| 846 | 2026-05-08T10:58:17.367Z | Downloaded vergen v9.1.0 |
| 847 | 2026-05-08T10:58:17.382Z | Downloaded bindgen v0.69.5 |
| 848 | 2026-05-08T10:58:17.386Z | Downloaded aws-lc-rs v1.13.3 |
| 849 | 2026-05-08T10:58:17.391Z | Downloaded unicode-ident v1.0.24 |
| 850 | 2026-05-08T10:58:17.404Z | Downloaded toml_edit v0.19.15 |
| 851 | 2026-05-08T10:58:17.413Z | Downloaded usdt-impl v0.6.0 |
| 852 | 2026-05-08T10:58:17.416Z | Downloaded bitvec v1.0.1 |
| 853 | 2026-05-08T10:58:17.423Z | Downloaded zerocopy-derive v0.7.34 |
| 854 | 2026-05-08T10:58:17.433Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 855 | 2026-05-08T10:58:17.438Z | Downloaded tracing v0.1.40 |
| 856 | 2026-05-08T10:58:17.450Z | Downloaded itertools v0.14.0 |
| 857 | 2026-05-08T10:58:17.453Z | Downloaded tower v0.5.2 |
| 858 | 2026-05-08T10:58:17.458Z | Downloaded steno v0.4.1 |
| 859 | 2026-05-08T10:58:17.461Z | Downloaded hyper v1.8.1 |
| 860 | 2026-05-08T10:58:17.464Z | Downloaded hkdf v0.12.4 |
| 861 | 2026-05-08T10:58:17.467Z | Downloaded serde_json v1.0.149 |
| 862 | 2026-05-08T10:58:17.469Z | Downloaded typed-path v0.9.3 |
| 863 | 2026-05-08T10:58:17.472Z | Downloaded chrono v0.4.44 |
| 864 | 2026-05-08T10:58:17.476Z | Downloaded url v2.5.4 |
| 865 | 2026-05-08T10:58:17.478Z | Downloaded salty v0.3.0 |
| 866 | 2026-05-08T10:58:17.481Z | Downloaded regex v1.12.3 |
| 867 | 2026-05-08T10:58:17.484Z | Downloaded x509-cert v0.2.5 |
| 868 | 2026-05-08T10:58:17.487Z | Downloaded rayon v1.11.0 |
| 869 | 2026-05-08T10:58:17.491Z | Downloaded rustls-webpki v0.101.7 |
| 870 | 2026-05-08T10:58:17.499Z | Downloaded rustls-webpki v0.102.4 |
| 871 | 2026-05-08T10:58:17.508Z | Downloaded goblin v0.8.2 |
| 872 | 2026-05-08T10:58:17.511Z | Downloaded proptest v1.5.0 |
| 873 | 2026-05-08T10:58:17.516Z | Downloaded icu_properties_data v1.5.0 |
| 874 | 2026-05-08T10:58:17.521Z | Downloaded futures-util v0.3.32 |
| 875 | 2026-05-08T10:58:17.527Z | Downloaded tough v0.20.0 |
| 876 | 2026-05-08T10:58:17.548Z | Downloaded serde_with v3.18.0 |
| 877 | 2026-05-08T10:58:17.573Z | Downloaded curve25519-dalek v4.1.3 |
| 878 | 2026-05-08T10:58:17.583Z | Downloaded quinn-proto v0.11.13 |
| 879 | 2026-05-08T10:58:17.590Z | Downloaded winnow v0.5.40 |
| 880 | 2026-05-08T10:58:17.600Z | Downloaded reqwest v0.13.2 |
| 881 | 2026-05-08T10:58:17.603Z | Downloaded reqwest v0.12.23 |
| 882 | 2026-05-08T10:58:17.623Z | Downloaded tabled v0.15.0 |
| 883 | 2026-05-08T10:58:17.631Z | Downloaded winnow v0.7.13 |
| 884 | 2026-05-08T10:58:17.645Z | Downloaded unicode-segmentation v1.11.0 |
| 885 | 2026-05-08T10:58:17.659Z | Downloaded zerocopy-derive v0.8.27 |
| 886 | 2026-05-08T10:58:17.663Z | Downloaded nix v0.28.0 |
| 887 | 2026-05-08T10:58:17.670Z | Downloaded tokio-util v0.7.16 |
| 888 | 2026-05-08T10:58:17.676Z | Downloaded portable-atomic v1.11.1 |
| 889 | 2026-05-08T10:58:17.685Z | Downloaded p384 v0.13.1 |
| 890 | 2026-05-08T10:58:17.688Z | Downloaded git2 v0.20.2 |
| 891 | 2026-05-08T10:58:17.692Z | Downloaded hickory-proto v0.24.4 |
| 892 | 2026-05-08T10:58:17.700Z | Downloaded webpki-roots v0.26.3 |
| 893 | 2026-05-08T10:58:17.703Z | Downloaded unicode-normalization v0.1.24 |
| 894 | 2026-05-08T10:58:17.705Z | Downloaded bstr v1.9.1 |
| 895 | 2026-05-08T10:58:17.708Z | Downloaded smoltcp v0.11.0 |
| 896 | 2026-05-08T10:58:17.714Z | Downloaded webpki-roots v1.0.3 |
| 897 | 2026-05-08T10:58:17.717Z | Downloaded unicode-width v0.2.1 |
| 898 | 2026-05-08T10:58:17.727Z | Downloaded tower-http v0.6.8 |
| 899 | 2026-05-08T10:58:17.734Z | Downloaded regress v0.11.1 |
| 900 | 2026-05-08T10:58:17.745Z | Downloaded hickory-proto v0.25.2 |
| 901 | 2026-05-08T10:58:17.755Z | Downloaded zerovec v0.10.4 |
| 902 | 2026-05-08T10:58:17.769Z | Downloaded goblin v0.10.4 |
| 903 | 2026-05-08T10:58:17.803Z | Downloaded zerocopy v0.7.34 |
| 904 | 2026-05-08T10:58:17.817Z | Downloaded typify-impl v0.6.2 |
| 905 | 2026-05-08T10:58:17.823Z | Downloaded moka v0.12.10 |
| 906 | 2026-05-08T10:58:17.897Z | Downloaded openssl v0.10.72 |
| 907 | 2026-05-08T10:58:17.902Z | Downloaded jiff v0.2.15 |
| 908 | 2026-05-08T10:58:17.911Z | Downloaded chrono-tz v0.10.4 |
| 909 | 2026-05-08T10:58:17.945Z | Downloaded libc v0.2.180 |
| 910 | 2026-05-08T10:58:17.963Z | Downloaded time v0.3.47 |
| 911 | 2026-05-08T10:58:17.969Z | Downloaded csv v1.3.1 |
| 912 | 2026-05-08T10:58:17.980Z | Downloaded rustls v0.21.12 |
| 913 | 2026-05-08T10:58:17.986Z | Downloaded syn v1.0.109 |
| 914 | 2026-05-08T10:58:18.018Z | Downloaded dropshot v0.16.7 |
| 915 | 2026-05-08T10:58:18.045Z | Downloaded nix v0.30.1 |
| 916 | 2026-05-08T10:58:18.052Z | Downloaded vcpkg v0.2.15 |
| 917 | 2026-05-08T10:58:18.074Z | Downloaded zerocopy v0.8.27 |
| 918 | 2026-05-08T10:58:18.085Z | Downloaded unicode-width v0.1.14 |
| 919 | 2026-05-08T10:58:18.088Z | Downloaded syn v2.0.117 |
| 920 | 2026-05-08T10:58:18.094Z | Downloaded dropshot v0.17.0 |
| 921 | 2026-05-08T10:58:18.106Z | Downloaded rustls v0.22.4 |
| 922 | 2026-05-08T10:58:18.112Z | Downloaded regress v0.10.5 |
| 923 | 2026-05-08T10:58:18.116Z | Downloaded nix v0.31.1 |
| 924 | 2026-05-08T10:58:18.122Z | Downloaded openapiv3 v2.2.0 |
| 925 | 2026-05-08T10:58:18.128Z | Downloaded rustls v0.23.31 |
| 926 | 2026-05-08T10:58:18.134Z | Downloaded ring v0.17.14 |
| 927 | 2026-05-08T10:58:18.156Z | Downloaded rustix v0.38.34 |
| 928 | 2026-05-08T10:58:18.167Z | Downloaded regex-syntax v0.8.5 |
| 929 | 2026-05-08T10:58:18.203Z | Downloaded rustix v1.1.2 |
| 930 | 2026-05-08T10:58:18.296Z | Downloaded typify-impl v0.4.3 |
| 931 | 2026-05-08T10:58:18.355Z | Downloaded regex-automata v0.4.14 |
| 932 | 2026-05-08T10:58:18.418Z | Downloaded petgraph v0.6.5 |
| 933 | 2026-05-08T10:58:18.467Z | Downloaded petgraph v0.8.3 |
| 934 | 2026-05-08T10:58:18.508Z | Downloaded sha3 v0.10.8 |
| 935 | 2026-05-08T10:58:18.552Z | Downloaded tokio v1.50.0 |
| 936 | 2026-05-08T10:58:18.636Z | Downloaded encoding_rs v0.8.34 |
| 937 | 2026-05-08T10:58:18.736Z | Downloaded fakedata_generator v0.7.1 |
| 938 | 2026-05-08T10:58:18.758Z | Downloaded aws-lc-sys v0.30.0 |
| 939 | 2026-05-08T10:58:18.889Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 940 | 2026-05-08T10:58:19.058Z | Downloaded libz-sys v1.1.16 |
| 941 | 2026-05-08T10:58:19.277Z | Compiling proc-macro2 v1.0.106 |
| 942 | 2026-05-08T10:58:19.277Z | Compiling quote v1.0.45 |
| 943 | 2026-05-08T10:58:19.277Z | Compiling unicode-ident v1.0.24 |
| 944 | 2026-05-08T10:58:19.277Z | Compiling libc v0.2.180 |
| 945 | 2026-05-08T10:58:19.280Z | Compiling serde_core v1.0.228 |
| 946 | 2026-05-08T10:58:19.280Z | Compiling serde v1.0.228 |
| 947 | 2026-05-08T10:58:19.280Z | Compiling autocfg v1.3.0 |
| 948 | 2026-05-08T10:58:19.280Z | Checking cfg-if v1.0.0 |
| 949 | 2026-05-08T10:58:19.622Z | Compiling zmij v1.0.19 |
| 950 | 2026-05-08T10:58:19.625Z | Compiling serde_json v1.0.149 |
| 951 | 2026-05-08T10:58:19.976Z | Compiling memchr v2.7.2 |
| 952 | 2026-05-08T10:58:20.114Z | Compiling libm v0.2.8 |
| 953 | 2026-05-08T10:58:20.131Z | Compiling version_check v0.9.5 |
| 954 | 2026-05-08T10:58:20.448Z | Checking itoa v1.0.11 |
| 955 | 2026-05-08T10:58:20.487Z | Checking smallvec v1.13.2 |
| 956 | 2026-05-08T10:58:20.632Z | Compiling getrandom v0.4.2 |
| 957 | 2026-05-08T10:58:20.806Z | Compiling syn v2.0.117 |
| 958 | 2026-05-08T10:58:20.826Z | Checking stable_deref_trait v1.2.0 |
| 959 | 2026-05-08T10:58:20.862Z | Compiling shlex v1.3.0 |
| 960 | 2026-05-08T10:58:20.880Z | Compiling jobserver v0.1.31 |
| 961 | 2026-05-08T10:58:20.899Z | Checking getrandom v0.2.14 |
| 962 | 2026-05-08T10:58:20.917Z | Compiling lock_api v0.4.12 |
| 963 | 2026-05-08T10:58:20.956Z | Compiling parking_lot_core v0.9.10 |
| 964 | 2026-05-08T10:58:21.052Z | Checking litemap v0.7.4 |
| 965 | 2026-05-08T10:58:21.055Z | Checking writeable v0.5.5 |
| 966 | 2026-05-08T10:58:21.171Z | Compiling cc v1.2.17 |
| 967 | 2026-05-08T10:58:21.255Z | Compiling num-traits v0.2.19 |
| 968 | 2026-05-08T10:58:21.290Z | Checking percent-encoding v2.3.2 |
| 969 | 2026-05-08T10:58:21.326Z | Checking icu_locid_transform_data v1.5.0 |
| 970 | 2026-05-08T10:58:21.406Z | Compiling thiserror v2.0.18 |
| 971 | 2026-05-08T10:58:21.440Z | Checking icu_properties_data v1.5.0 |
| 972 | 2026-05-08T10:58:21.664Z | Checking write16 v1.0.0 |
| 973 | 2026-05-08T10:58:21.780Z | Checking icu_normalizer_data v1.5.0 |
| 974 | 2026-05-08T10:58:21.844Z | Checking utf16_iter v1.0.5 |
| 975 | 2026-05-08T10:58:21.865Z | Checking utf8_iter v1.0.4 |
| 976 | 2026-05-08T10:58:21.960Z | Compiling heck v0.5.0 |
| 977 | 2026-05-08T10:58:21.978Z | Checking form_urlencoded v1.2.2 |
| 978 | 2026-05-08T10:58:21.995Z | Compiling log v0.4.29 |
| 979 | 2026-05-08T10:58:22.112Z | Compiling rustversion v1.0.22 |
| 980 | 2026-05-08T10:58:22.175Z | Checking iana-time-zone v0.1.64 |
| 981 | 2026-05-08T10:58:22.194Z | Compiling slab v0.4.9 |
| 982 | 2026-05-08T10:58:22.238Z | Checking pin-project-lite v0.2.14 |
| 983 | 2026-05-08T10:58:22.287Z | Compiling typenum v1.17.0 |
| 984 | 2026-05-08T10:58:22.333Z | Checking semver v1.0.28 |
| 985 | 2026-05-08T10:58:22.352Z | Checking uuid v1.22.0 |
| 986 | 2026-05-08T10:58:22.523Z | Checking subtle v2.6.1 |
| 987 | 2026-05-08T10:58:22.646Z | Compiling equivalent v1.0.2 |
| 988 | 2026-05-08T10:58:22.681Z | Compiling regex-syntax v0.8.5 |
| 989 | 2026-05-08T10:58:22.750Z | Checking dyn-clone v1.0.17 |
| 990 | 2026-05-08T10:58:22.753Z | Compiling schemars v0.8.22 |
| 991 | 2026-05-08T10:58:22.834Z | Checking rand_core v0.6.4 |
| 992 | 2026-05-08T10:58:22.852Z | Compiling aho-corasick v1.1.3 |
| 993 | 2026-05-08T10:58:22.870Z | Compiling portable-atomic v1.11.1 |
| 994 | 2026-05-08T10:58:22.886Z | Checking socket2 v0.6.0 |
| 995 | 2026-05-08T10:58:23.010Z | Checking scopeguard v1.2.0 |
| 996 | 2026-05-08T10:58:23.055Z | Compiling ring v0.17.14 |
| 997 | 2026-05-08T10:58:23.170Z | Checking critical-section v1.2.0 |
| 998 | 2026-05-08T10:58:23.298Z | Checking mio v1.0.2 |
| 999 | 2026-05-08T10:58:23.350Z | Checking signal-hook-registry v1.4.2 |
| 1000 | 2026-05-08T10:58:23.353Z | Checking parking_lot v0.12.2 |
| 1001 | 2026-05-08T10:58:23.526Z | Compiling generic-array v0.14.7 |
| 1002 | 2026-05-08T10:58:23.545Z | Compiling thiserror v1.0.64 |
| 1003 | 2026-05-08T10:58:23.755Z | Compiling synstructure v0.13.1 |
| 1004 | 2026-05-08T10:58:23.808Z | Compiling serde_derive_internals v0.29.1 |
| 1005 | 2026-05-08T10:58:23.857Z | Checking once_cell v1.21.3 |
| 1006 | 2026-05-08T10:58:24.221Z | Compiling regex-automata v0.4.14 |
| 1007 | 2026-05-08T10:58:24.315Z | Checking futures-core v0.3.32 |
| 1008 | 2026-05-08T10:58:24.348Z | Compiling bitflags v2.9.4 |
| 1009 | 2026-05-08T10:58:24.534Z | Compiling hashbrown v0.17.0 |
| 1010 | 2026-05-08T10:58:24.552Z | Compiling httparse v1.10.1 |
| 1011 | 2026-05-08T10:58:24.570Z | Checking futures-sink v0.3.32 |
| 1012 | 2026-05-08T10:58:24.776Z | Compiling getrandom v0.3.4 |
| 1013 | 2026-05-08T10:58:24.963Z | Compiling serde_derive v1.0.228 |
| 1014 | 2026-05-08T10:58:24.983Z | Compiling zerofrom-derive v0.1.5 |
| 1015 | 2026-05-08T10:58:25.114Z | Compiling yoke-derive v0.7.5 |
| 1016 | 2026-05-08T10:58:25.135Z | Compiling zerovec-derive v0.10.3 |
| 1017 | 2026-05-08T10:58:25.408Z | Compiling displaydoc v0.2.5 |
| 1018 | 2026-05-08T10:58:25.467Z | Compiling icu_provider_macros v1.5.0 |
| 1019 | 2026-05-08T10:58:26.029Z | Compiling schemars_derive v0.8.22 |
| 1020 | 2026-05-08T10:58:26.139Z | Compiling zeroize_derive v1.4.3 |
| 1021 | 2026-05-08T10:58:26.142Z | Compiling thiserror-impl v2.0.18 |
| 1022 | 2026-05-08T10:58:26.175Z | Compiling tokio-macros v2.6.0 |
| 1023 | 2026-05-08T10:58:26.178Z | Checking zerofrom v0.1.5 |
| 1024 | 2026-05-08T10:58:26.346Z | Checking yoke v0.7.5 |
| 1025 | 2026-05-08T10:58:26.531Z | Checking zerovec v0.10.4 |
| 1026 | 2026-05-08T10:58:26.815Z | Checking zeroize v1.8.2 |
| 1027 | 2026-05-08T10:58:26.818Z | Compiling futures-macro v0.3.32 |
| 1028 | 2026-05-08T10:58:26.902Z | Compiling regex v1.12.3 |
| 1029 | 2026-05-08T10:58:26.972Z | Compiling thiserror-impl v1.0.64 |
| 1030 | 2026-05-08T10:58:27.200Z | Checking tinystr v0.7.6 |
| 1031 | 2026-05-08T10:58:27.286Z | Checking icu_collections v1.5.0 |
| 1032 | 2026-05-08T10:58:27.398Z | Checking icu_locid v1.5.0 |
| 1033 | 2026-05-08T10:58:27.486Z | Compiling indexmap v2.14.0 |
| 1034 | 2026-05-08T10:58:27.644Z | Checking crypto-common v0.1.6 |
| 1035 | 2026-05-08T10:58:27.827Z | Checking icu_provider v1.5.0 |
| 1036 | 2026-05-08T10:58:27.904Z | Compiling strsim v0.11.1 |
| 1037 | 2026-05-08T10:58:28.019Z | Checking bytes v1.11.1 |
| 1038 | 2026-05-08T10:58:28.069Z | Checking chrono v0.4.44 |
| 1039 | 2026-05-08T10:58:28.126Z | Checking icu_locid_transform v1.5.0 |
| 1040 | 2026-05-08T10:58:28.178Z | Compiling serde_tokenstream v0.2.3 |
| 1041 | 2026-05-08T10:58:28.322Z | Checking futures-channel v0.3.32 |
| 1042 | 2026-05-08T10:58:28.453Z | Checking tokio v1.50.0 |
| 1043 | 2026-05-08T10:58:28.511Z | Checking futures-io v0.3.32 |
| 1044 | 2026-05-08T10:58:28.589Z | Checking icu_properties v1.5.1 |
| 1045 | 2026-05-08T10:58:28.609Z | Checking futures-task v0.3.32 |
| 1046 | 2026-05-08T10:58:28.629Z | Compiling ident_case v1.0.1 |
| 1047 | 2026-05-08T10:58:28.670Z | Checking const-oid v0.9.6 |
| 1048 | 2026-05-08T10:58:28.750Z | Compiling errno v0.3.14 |
| 1049 | 2026-05-08T10:58:28.753Z | Checking futures-util v0.3.32 |
| 1050 | 2026-05-08T10:58:28.814Z | Compiling either v1.15.0 |
| 1051 | 2026-05-08T10:58:28.900Z | Compiling anyhow v1.0.100 |
| 1052 | 2026-05-08T10:58:28.919Z | Compiling zerocopy-derive v0.8.27 |
| 1053 | 2026-05-08T10:58:29.021Z | Checking byteorder v1.5.0 |
| 1054 | 2026-05-08T10:58:29.361Z | Checking http v1.4.0 |
| 1055 | 2026-05-08T10:58:29.451Z | Compiling ucd-trie v0.1.6 |
| 1056 | 2026-05-08T10:58:29.679Z | Compiling pest v2.8.4 |
| 1057 | 2026-05-08T10:58:29.956Z | Checking block-buffer v0.10.4 |
| 1058 | 2026-05-08T10:58:29.978Z | Compiling tracing-attributes v0.1.27 |
| 1059 | 2026-05-08T10:58:30.021Z | Checking icu_normalizer v1.5.0 |
| 1060 | 2026-05-08T10:58:30.100Z | Checking tracing-core v0.1.32 |
| 1061 | 2026-05-08T10:58:30.187Z | Checking digest v0.10.7 |
| 1062 | 2026-05-08T10:58:30.389Z | Compiling slog v2.8.2 |
| 1063 | 2026-05-08T10:58:30.426Z | Compiling allocator-api2 v0.2.21 |
| 1064 | 2026-05-08T10:58:30.429Z | Checking idna_adapter v1.2.0 |
| 1065 | 2026-05-08T10:58:30.573Z | Checking idna v1.0.3 |
| 1066 | 2026-05-08T10:58:30.593Z | Checking untrusted v0.9.0 |
| 1067 | 2026-05-08T10:58:30.618Z | Compiling foldhash v0.2.0 |
| 1068 | 2026-05-08T10:58:30.777Z | Compiling hashbrown v0.16.1 |
| 1069 | 2026-05-08T10:58:30.799Z | Compiling pest_meta v2.8.4 |
| 1070 | 2026-05-08T10:58:30.824Z | Checking url v2.5.4 |
| 1071 | 2026-05-08T10:58:30.970Z | Checking rustls-pki-types v1.12.0 |
| 1072 | 2026-05-08T10:58:31.189Z | Checking tracing v0.1.40 |
| 1073 | 2026-05-08T10:58:31.267Z | Checking base64 v0.22.1 |
| 1074 | 2026-05-08T10:58:31.363Z | Compiling pest_generator v2.8.4 |
| 1075 | 2026-05-08T10:58:31.383Z | Compiling rustix v0.38.34 |
| 1076 | 2026-05-08T10:58:31.750Z | Compiling lazy_static v1.5.0 |
| 1077 | 2026-05-08T10:58:31.768Z | Checking fnv v1.0.7 |
| 1078 | 2026-05-08T10:58:31.857Z | Compiling prettyplease v0.2.37 |
| 1079 | 2026-05-08T10:58:31.974Z | Checking tokio-util v0.7.16 |
| 1080 | 2026-05-08T10:58:32.036Z | Checking ipnet v2.9.0 |
| 1081 | 2026-05-08T10:58:32.116Z | Compiling pest_derive v2.8.4 |
| 1082 | 2026-05-08T10:58:32.138Z | Compiling minimal-lexical v0.2.1 |
| 1083 | 2026-05-08T10:58:32.202Z | Compiling glob v0.3.3 |
| 1084 | 2026-05-08T10:58:32.354Z | Compiling camino v1.2.2 |
| 1085 | 2026-05-08T10:58:32.391Z | Compiling nom v7.1.3 |
| 1086 | 2026-05-08T10:58:32.394Z | Checking ppv-lite86 v0.2.17 |
| 1087 | 2026-05-08T10:58:32.483Z | Checking cpufeatures v0.2.12 |
| 1088 | 2026-05-08T10:58:32.548Z | Compiling clang-sys v1.8.1 |
| 1089 | 2026-05-08T10:58:32.567Z | Compiling pkg-config v0.3.30 |
| 1090 | 2026-05-08T10:58:32.653Z | Compiling zerocopy v0.8.27 |
| 1091 | 2026-05-08T10:58:32.761Z | Checking http-body v1.0.1 |
| 1092 | 2026-05-08T10:58:32.779Z | Checking atomic-waker v1.1.2 |
| 1093 | 2026-05-08T10:58:32.882Z | Compiling vcpkg v0.2.15 |
| 1094 | 2026-05-08T10:58:32.901Z | Compiling libloading v0.8.9 |
| 1095 | 2026-05-08T10:58:32.904Z | Checking tower-layer v0.3.3 |
| 1096 | 2026-05-08T10:58:33.016Z | Checking tower-service v0.3.3 |
| 1097 | 2026-05-08T10:58:33.070Z | Compiling bindgen v0.69.5 |
| 1098 | 2026-05-08T10:58:33.106Z | Checking try-lock v0.2.5 |
| 1099 | 2026-05-08T10:58:33.124Z | Compiling home v0.5.11 |
| 1100 | 2026-05-08T10:58:33.208Z | Checking want v0.3.1 |
| 1101 | 2026-05-08T10:58:33.256Z | Compiling which v4.4.2 |
| 1102 | 2026-05-08T10:58:33.332Z | Checking h2 v0.4.6 |
| 1103 | 2026-05-08T10:58:33.380Z | Compiling itertools v0.12.1 |
| 1104 | 2026-05-08T10:58:33.452Z | Compiling num-conv v0.2.0 |
| 1105 | 2026-05-08T10:58:33.504Z | Compiling paste v1.0.15 |
| 1106 | 2026-05-08T10:58:33.598Z | Compiling cexpr v0.6.0 |
| 1107 | 2026-05-08T10:58:33.720Z | Compiling time-core v0.1.8 |
| 1108 | 2026-05-08T10:58:33.743Z | Checking ryu v1.0.18 |
| 1109 | 2026-05-08T10:58:33.795Z | Checking httpdate v1.0.3 |
| 1110 | 2026-05-08T10:58:33.876Z | Compiling rustc-hash v1.1.0 |
| 1111 | 2026-05-08T10:58:33.895Z | Compiling lazycell v1.3.0 |
| 1112 | 2026-05-08T10:58:33.944Z | Checking pin-utils v0.1.0 |
| 1113 | 2026-05-08T10:58:33.992Z | Compiling time-macros v0.2.27 |
| 1114 | 2026-05-08T10:58:34.035Z | Compiling cmake v0.1.54 |
| 1115 | 2026-05-08T10:58:34.072Z | Compiling dunce v1.0.5 |
| 1116 | 2026-05-08T10:58:34.165Z | Compiling fs_extra v1.3.0 |
| 1117 | 2026-05-08T10:58:34.272Z | Compiling scroll_derive v0.13.1 |
| 1118 | 2026-05-08T10:58:34.375Z | Checking http-body-util v0.1.3 |
| 1119 | 2026-05-08T10:58:34.406Z | Compiling async-trait v0.1.89 |
| 1120 | 2026-05-08T10:58:34.424Z | Checking encoding_rs v0.8.34 |
| 1121 | 2026-05-08T10:58:34.866Z | Checking mime v0.3.17 |
| 1122 | 2026-05-08T10:58:34.982Z | Checking pretty-hex v0.4.1 |
| 1123 | 2026-05-08T10:58:35.083Z | Checking serde_urlencoded v0.7.1 |
| 1124 | 2026-05-08T10:58:35.142Z | Checking erased-serde v0.3.31 |
| 1125 | 2026-05-08T10:58:35.207Z | Checking hyper v1.8.1 |
| 1126 | 2026-05-08T10:58:35.321Z | Compiling aws-lc-rs v1.13.3 |
| 1127 | 2026-05-08T10:58:35.389Z | Compiling openapiv3 v2.2.0 |
| 1128 | 2026-05-08T10:58:35.424Z | Checking plain v0.2.3 |
| 1129 | 2026-05-08T10:58:35.550Z | Compiling regress v0.10.5 |
| 1130 | 2026-05-08T10:58:36.018Z | Compiling crossbeam-utils v0.8.19 |
| 1131 | 2026-05-08T10:58:36.124Z | Checking hyper-util v0.1.20 |
| 1132 | 2026-05-08T10:58:36.491Z | Checking untrusted v0.7.1 |
| 1133 | 2026-05-08T10:58:36.925Z | Compiling scroll v0.13.0 |
| 1134 | 2026-05-08T10:58:36.943Z | Compiling strum_macros v0.26.4 |
| 1135 | 2026-05-08T10:58:37.120Z | Compiling typify-impl v0.4.3 |
| 1136 | 2026-05-08T10:58:37.219Z | Compiling usdt-impl v0.6.0 |
| 1137 | 2026-05-08T10:58:37.467Z | Compiling rustls v0.23.31 |
| 1138 | 2026-05-08T10:58:37.706Z | Compiling goblin v0.10.4 |
| 1139 | 2026-05-08T10:58:38.102Z | Checking rand_core v0.9.3 |
| 1140 | 2026-05-08T10:58:38.129Z | Checking ipnetwork v0.21.1 |
| 1141 | 2026-05-08T10:58:38.347Z | Compiling omicron-workspace-hack v0.1.0 |
| 1142 | 2026-05-08T10:58:38.367Z | Compiling unsafe-libyaml v0.2.11 |
| 1143 | 2026-05-08T10:58:38.418Z | Checking rand_chacha v0.9.0 |
| 1144 | 2026-05-08T10:58:38.541Z | Compiling dtrace-parser v0.3.0 |
| 1145 | 2026-05-08T10:58:38.593Z | Checking futures-executor v0.3.32 |
| 1146 | 2026-05-08T10:58:38.611Z | Compiling thread-id v5.0.0 |
| 1147 | 2026-05-08T10:58:38.703Z | Compiling rustls v0.22.4 |
| 1148 | 2026-05-08T10:58:38.741Z | Checking futures v0.3.32 |
| 1149 | 2026-05-08T10:58:38.829Z | Checking rand v0.9.2 |
| 1150 | 2026-05-08T10:58:38.926Z | Compiling serde_yaml v0.9.34+deprecated |
| 1151 | 2026-05-08T10:58:38.945Z | Compiling aws-lc-sys v0.30.0 |
| 1152 | 2026-05-08T10:58:39.078Z | Compiling openssl-sys v0.9.107 |
| 1153 | 2026-05-08T10:58:39.201Z | Checking sync_wrapper v1.0.1 |
| 1154 | 2026-05-08T10:58:39.291Z | Compiling rustix v1.1.2 |
| 1155 | 2026-05-08T10:58:39.311Z | Compiling slog-async v2.8.0 |
| 1156 | 2026-05-08T10:58:39.411Z | Checking tower v0.5.2 |
| 1157 | 2026-05-08T10:58:39.696Z | Checking webpki-roots v0.26.3 |
| 1158 | 2026-05-08T10:58:39.799Z | Compiling daft-derive v0.1.5 |
| 1159 | 2026-05-08T10:58:39.820Z | Compiling multer v3.1.0 |
| 1160 | 2026-05-08T10:58:39.875Z | Checking winnow v0.7.13 |
| 1161 | 2026-05-08T10:58:40.113Z | Checking iri-string v0.7.8 |
| 1162 | 2026-05-08T10:58:40.240Z | Checking rand_chacha v0.3.1 |
| 1163 | 2026-05-08T10:58:40.450Z | Checking sha1 v0.10.6 |
| 1164 | 2026-05-08T10:58:40.545Z | Compiling typify-macro v0.4.3 |
| 1165 | 2026-05-08T10:58:40.565Z | Compiling dof v0.4.0 |
| 1166 | 2026-05-08T10:58:40.615Z | Compiling async-stream-impl v0.3.6 |
| 1167 | 2026-05-08T10:58:41.096Z | Compiling syn v1.0.109 |
| 1168 | 2026-05-08T10:58:41.159Z | Checking tower-http v0.6.8 |
| 1169 | 2026-05-08T10:58:41.239Z | Checking powerfmt v0.2.0 |
| 1170 | 2026-05-08T10:58:41.349Z | Compiling ref-cast v1.0.25 |
| 1171 | 2026-05-08T10:58:41.397Z | Checking deranged v0.5.3 |
| 1172 | 2026-05-08T10:58:41.435Z | Checking rand v0.8.5 |
| 1173 | 2026-05-08T10:58:41.473Z | Compiling darling_core v0.23.0 |
| 1174 | 2026-05-08T10:58:41.560Z | Compiling ref-cast-impl v1.0.25 |
| 1175 | 2026-05-08T10:58:41.614Z | Compiling usdt-attr-macro v0.6.0 |
| 1176 | 2026-05-08T10:58:41.665Z | Compiling usdt-macro v0.6.0 |
| 1177 | 2026-05-08T10:58:42.005Z | Checking is-terminal v0.4.12 |
| 1178 | 2026-05-08T10:58:42.067Z | Compiling typify v0.4.3 |
| 1179 | 2026-05-08T10:58:42.102Z | Checking num_threads v0.1.7 |
| 1180 | 2026-05-08T10:58:42.156Z | Compiling openssl v0.10.72 |
| 1181 | 2026-05-08T10:58:42.174Z | Checking hex v0.4.3 |
| 1182 | 2026-05-08T10:58:42.195Z | Checking match_cfg v0.1.0 |
| 1183 | 2026-05-08T10:58:42.417Z | Checking foreign-types-shared v0.1.1 |
| 1184 | 2026-05-08T10:58:42.420Z | Checking hostname v0.3.1 |
| 1185 | 2026-05-08T10:58:42.504Z | Checking foreign-types v0.3.2 |
| 1186 | 2026-05-08T10:58:42.504Z | Checking strum v0.26.3 |
| 1187 | 2026-05-08T10:58:42.538Z | Compiling openssl-macros v0.1.1 |
| 1188 | 2026-05-08T10:58:42.555Z | Checking time v0.3.47 |
| 1189 | 2026-05-08T10:58:42.575Z | Compiling native-tls v0.2.11 |
| 1190 | 2026-05-08T10:58:42.633Z | Checking fastrand v2.3.0 |
| 1191 | 2026-05-08T10:58:42.845Z | Checking tempfile v3.23.0 |
| 1192 | 2026-05-08T10:58:42.867Z | Checking crossbeam-channel v0.5.15 |
| 1193 | 2026-05-08T10:58:42.995Z | Checking oxnet v0.1.4 |
| 1194 | 2026-05-08T10:58:43.193Z | Compiling structmeta-derive v0.3.0 |
| 1195 | 2026-05-08T10:58:43.235Z | Checking openssl-probe v0.1.5 |
| 1196 | 2026-05-08T10:58:43.352Z | Checking thread_local v1.1.8 |
| 1197 | 2026-05-08T10:58:43.566Z | Compiling darling_macro v0.23.0 |
| 1198 | 2026-05-08T10:58:43.685Z | Compiling progenitor-impl v0.11.1 |
| 1199 | 2026-05-08T10:58:43.973Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1200 | 2026-05-08T10:58:44.135Z | Compiling darling v0.23.0 |
| 1201 | 2026-05-08T10:58:44.228Z | Compiling serde_with_macros v3.18.0 |
| 1202 | 2026-05-08T10:58:44.248Z | Compiling structmeta v0.3.0 |
| 1203 | 2026-05-08T10:58:44.451Z | Checking rustls-webpki v0.102.4 |
| 1204 | 2026-05-08T10:58:44.554Z | Checking macaddr v1.0.1 |
| 1205 | 2026-05-08T10:58:44.738Z | Checking serde_spanned v1.0.4 |
| 1206 | 2026-05-08T10:58:44.874Z | Checking debug-ignore v1.0.5 |
| 1207 | 2026-05-08T10:58:44.897Z | Checking term v1.2.0 |
| 1208 | 2026-05-08T10:58:45.034Z | Checking take_mut v0.2.2 |
| 1209 | 2026-05-08T10:58:45.147Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1210 | 2026-05-08T10:58:45.166Z | Checking slog-term v2.9.2 |
| 1211 | 2026-05-08T10:58:45.300Z | Checking tokio-native-tls v0.3.1 |
| 1212 | 2026-05-08T10:58:45.466Z | Checking hyper-tls v0.6.0 |
| 1213 | 2026-05-08T10:58:45.521Z | Checking slog-json v2.6.1 |
| 1214 | 2026-05-08T10:58:45.686Z | Checking webpki-roots v1.0.3 |
| 1215 | 2026-05-08T10:58:45.812Z | Checking memmap2 v0.9.9 |
| 1216 | 2026-05-08T10:58:45.864Z | Compiling progenitor-macro v0.11.1 |
| 1217 | 2026-05-08T10:58:45.921Z | Checking spin v0.9.8 |
| 1218 | 2026-05-08T10:58:46.192Z | Checking slog-bunyan v2.5.0 |
| 1219 | 2026-05-08T10:58:46.232Z | Checking async-stream v0.3.6 |
| 1220 | 2026-05-08T10:58:46.346Z | Checking waitgroup v0.1.2 |
| 1221 | 2026-05-08T10:58:46.369Z | Checking newtype-uuid v1.3.2 |
| 1222 | 2026-05-08T10:58:46.394Z | Checking rustls-pemfile v2.2.0 |
| 1223 | 2026-05-08T10:58:46.421Z | Checking usdt v0.6.0 |
| 1224 | 2026-05-08T10:58:46.454Z | Compiling newtype-uuid-macros v0.1.0 |
| 1225 | 2026-05-08T10:58:46.542Z | Compiling toml_datetime v0.6.11 |
| 1226 | 2026-05-08T10:58:46.563Z | Compiling strum_macros v0.27.2 |
| 1227 | 2026-05-08T10:58:46.591Z | Checking serde_path_to_error v0.1.20 |
| 1228 | 2026-05-08T10:58:46.791Z | Checking hostname v0.4.2 |
| 1229 | 2026-05-08T10:58:46.841Z | Checking tokio-rustls v0.25.0 |
| 1230 | 2026-05-08T10:58:46.866Z | Compiling dropshot v0.16.7 |
| 1231 | 2026-05-08T10:58:46.898Z | Compiling derive-ex v0.1.8 |
| 1232 | 2026-05-08T10:58:47.153Z | Compiling dropshot_endpoint v0.16.7 |
| 1233 | 2026-05-08T10:58:47.172Z | Checking quick-error v1.2.3 |
| 1234 | 2026-05-08T10:58:47.237Z | Checking daft v0.1.5 |
| 1235 | 2026-05-08T10:58:47.278Z | Compiling parse-display-derive v0.10.0 |
| 1236 | 2026-05-08T10:58:47.478Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1237 | 2026-05-08T10:58:47.939Z | Checking serde_with v3.18.0 |
| 1238 | 2026-05-08T10:58:48.384Z | Compiling crucible-workspace-hack v0.1.0 |
| 1239 | 2026-05-08T10:58:48.470Z | Compiling test-strategy v0.4.3 |
| 1240 | 2026-05-08T10:58:48.762Z | Compiling clap_derive v4.5.4 |
| 1241 | 2026-05-08T10:58:48.781Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1242 | 2026-05-08T10:58:48.802Z | Checking wait-timeout v0.2.0 |
| 1243 | 2026-05-08T10:58:48.931Z | Checking utf8parse v0.2.1 |
| 1244 | 2026-05-08T10:58:49.042Z | Checking bit-vec v0.6.3 |
| 1245 | 2026-05-08T10:58:49.224Z | Checking bit-set v0.5.3 |
| 1246 | 2026-05-08T10:58:49.272Z | Checking anstyle-parse v0.2.4 |
| 1247 | 2026-05-08T10:58:49.376Z | Checking toml v0.9.12+spec-1.1.0 |
| 1248 | 2026-05-08T10:58:49.397Z | Checking rusty-fork v0.3.0 |
| 1249 | 2026-05-08T10:58:49.440Z | Checking strum v0.27.2 |
| 1250 | 2026-05-08T10:58:49.497Z | Checking rand_xorshift v0.3.0 |
| 1251 | 2026-05-08T10:58:49.553Z | Checking is_terminal_polyfill v1.70.0 |
| 1252 | 2026-05-08T10:58:49.573Z | Checking anstyle v1.0.7 |
| 1253 | 2026-05-08T10:58:49.620Z | Checking colorchoice v1.0.1 |
| 1254 | 2026-05-08T10:58:49.647Z | Checking unarray v0.1.4 |
| 1255 | 2026-05-08T10:58:49.730Z | Checking anstyle-query v1.0.3 |
| 1256 | 2026-05-08T10:58:49.762Z | Checking proptest v1.5.0 |
| 1257 | 2026-05-08T10:58:49.839Z | Checking anstream v0.6.14 |
| 1258 | 2026-05-08T10:58:49.916Z | Checking terminal_size v0.3.0 |
| 1259 | 2026-05-08T10:58:50.005Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1260 | 2026-05-08T10:58:50.075Z | Checking instant v0.1.12 |
| 1261 | 2026-05-08T10:58:50.147Z | Checking rustc-hash v2.1.1 |
| 1262 | 2026-05-08T10:58:50.267Z | Compiling winnow v0.5.40 |
| 1263 | 2026-05-08T10:58:50.286Z | Checking clap_lex v0.7.0 |
| 1264 | 2026-05-08T10:58:50.353Z | Checking unicode-width v0.1.14 |
| 1265 | 2026-05-08T10:58:50.440Z | Checking clap_builder v4.5.2 |
| 1266 | 2026-05-08T10:58:50.444Z | Checking iddqd v0.3.17 |
| 1267 | 2026-05-08T10:58:50.607Z | Checking backoff v0.4.0 |
| 1268 | 2026-05-08T10:58:50.743Z | Checking parse-display v0.10.0 |
| 1269 | 2026-05-08T10:58:50.784Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1270 | 2026-05-08T10:58:50.894Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1271 | 2026-05-08T10:58:51.116Z | Compiling darling_core v0.21.3 |
| 1272 | 2026-05-08T10:58:51.465Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1273 | 2026-05-08T10:58:51.514Z | Compiling toml_edit v0.19.15 |
| 1274 | 2026-05-08T10:58:51.673Z | Checking clap v4.5.4 |
| 1275 | 2026-05-08T10:58:51.831Z | Compiling heck v0.4.1 |
| 1276 | 2026-05-08T10:58:51.866Z | Checking base64ct v1.6.0 |
| 1277 | 2026-05-08T10:58:52.099Z | Compiling itertools v0.14.0 |
| 1278 | 2026-05-08T10:58:52.102Z | Compiling derive-where v1.6.0 |
| 1279 | 2026-05-08T10:58:52.635Z | Compiling proc-macro-crate v1.3.1 |
| 1280 | 2026-05-08T10:58:52.791Z | Compiling heapless v0.8.0 |
| 1281 | 2026-05-08T10:58:53.231Z | Compiling darling_macro v0.21.3 |
| 1282 | 2026-05-08T10:58:53.343Z | Checking crossbeam-epoch v0.9.18 |
| 1283 | 2026-05-08T10:58:53.488Z | Checking hash32 v0.3.1 |
| 1284 | 2026-05-08T10:58:53.617Z | Compiling smoltcp v0.11.0 |
| 1285 | 2026-05-08T10:58:53.745Z | Checking bitflags v1.3.2 |
| 1286 | 2026-05-08T10:58:53.787Z | Compiling darling v0.21.3 |
| 1287 | 2026-05-08T10:58:53.875Z | Compiling ingot-macros v0.1.1 |
| 1288 | 2026-05-08T10:58:54.131Z | Checking cobs v0.2.3 |
| 1289 | 2026-05-08T10:58:54.180Z | Checking managed v0.8.0 |
| 1290 | 2026-05-08T10:58:54.252Z | Checking postcard v1.0.9 |
| 1291 | 2026-05-08T10:58:54.270Z | Checking tabwriter v1.4.0 |
| 1292 | 2026-05-08T10:58:54.740Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1293 | 2026-05-08T10:58:55.227Z | Compiling proc-macro-error-attr v1.0.4 |
| 1294 | 2026-05-08T10:58:55.592Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1295 | 2026-05-08T10:58:55.644Z | Compiling rayon-core v1.13.0 |
| 1296 | 2026-05-08T10:58:55.947Z | Checking crossbeam-deque v0.8.5 |
| 1297 | 2026-05-08T10:58:56.113Z | Compiling num_enum_derive v0.7.4 |
| 1298 | 2026-05-08T10:58:56.131Z | Compiling zerocopy-derive v0.7.34 |
| 1299 | 2026-05-08T10:58:56.254Z | Compiling proc-macro-error v1.0.4 |
| 1300 | 2026-05-08T10:58:56.493Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1301 | 2026-05-08T10:58:56.538Z | Checking ingot-types v0.1.2 |
| 1302 | 2026-05-08T10:58:56.880Z | Checking ingot v0.1.1 |
| 1303 | 2026-05-08T10:58:57.139Z | Checking num_enum v0.7.4 |
| 1304 | 2026-05-08T10:58:57.242Z | Compiling foreign-types-macros v0.2.3 |
| 1305 | 2026-05-08T10:58:57.261Z | Checking colored v3.0.0 |
| 1306 | 2026-05-08T10:58:57.373Z | Checking foreign-types-shared v0.3.1 |
| 1307 | 2026-05-08T10:58:57.622Z | Checking rayon v1.11.0 |
| 1308 | 2026-05-08T10:58:57.868Z | Checking foreign-types v0.5.0 |
| 1309 | 2026-05-08T10:58:57.954Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1310 | 2026-05-08T10:58:58.052Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1311 | 2026-05-08T10:58:58.244Z | Checking cstr-argument v0.1.2 |
| 1312 | 2026-05-08T10:58:58.301Z | Checking data-encoding v2.6.0 |
| 1313 | 2026-05-08T10:58:58.536Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1314 | 2026-05-08T10:58:58.641Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1315 | 2026-05-08T10:58:58.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1316 | 2026-05-08T10:58:58.750Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1317 | 2026-05-08T10:58:58.794Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1318 | 2026-05-08T10:58:59.061Z | Compiling zerocopy v0.7.34 |
| 1319 | 2026-05-08T10:58:59.078Z | Compiling rustls-webpki v0.103.4 |
| 1320 | 2026-05-08T10:58:59.099Z | Checking pem-rfc7468 v0.7.0 |
| 1321 | 2026-05-08T10:58:59.676Z | Checking serde_spanned v0.6.9 |
| 1322 | 2026-05-08T10:58:59.807Z | Compiling scroll_derive v0.12.0 |
| 1323 | 2026-05-08T10:58:59.807Z | Compiling num-derive v0.4.2 |
| 1324 | 2026-05-08T10:58:59.844Z | Compiling der_derive v0.7.3 |
| 1325 | 2026-05-08T10:59:00.104Z | Checking sigpipe v0.1.3 |
| 1326 | 2026-05-08T10:59:00.126Z | Compiling usdt-impl v0.5.0 |
| 1327 | 2026-05-08T10:59:00.209Z | Checking jiff v0.2.15 |
| 1328 | 2026-05-08T10:59:00.388Z | Compiling cfg_aliases v0.2.1 |
| 1329 | 2026-05-08T10:59:00.474Z | Checking flagset v0.4.7 |
| 1330 | 2026-05-08T10:59:00.541Z | Checking scroll v0.12.0 |
| 1331 | 2026-05-08T10:59:00.718Z | Compiling dof v0.3.0 |
| 1332 | 2026-05-08T10:59:00.860Z | Checking der v0.7.10 |
| 1333 | 2026-05-08T10:59:00.996Z | Compiling zone_cfg_derive v0.3.0 |
| 1334 | 2026-05-08T10:59:01.089Z | Compiling dtrace-parser v0.2.0 |
| 1335 | 2026-05-08T10:59:01.666Z | Checking camino-tempfile v1.4.1 |
| 1336 | 2026-05-08T10:59:01.741Z | Compiling rustc_version v0.4.1 |
| 1337 | 2026-05-08T10:59:01.896Z | Compiling thread-id v4.2.1 |
| 1338 | 2026-05-08T10:59:02.323Z | Checking goblin v0.8.2 |
| 1339 | 2026-05-08T10:59:02.364Z | Checking zone v0.3.1 |
| 1340 | 2026-05-08T10:59:02.988Z | Checking smf v0.2.3 |
| 1341 | 2026-05-08T10:59:03.299Z | Checking whoami v1.5.1 |
| 1342 | 2026-05-08T10:59:03.467Z | Compiling tokio-rustls v0.26.0 |
| 1343 | 2026-05-08T10:59:03.706Z | Compiling hyper-rustls v0.27.3 |
| 1344 | 2026-05-08T10:59:03.821Z | Checking spki v0.7.3 |
| 1345 | 2026-05-08T10:59:04.079Z | Checking secrecy v0.10.3 |
| 1346 | 2026-05-08T10:59:04.126Z | Checking num-integer v0.1.46 |
| 1347 | 2026-05-08T10:59:04.300Z | Compiling convert_case v0.4.0 |
| 1348 | 2026-05-08T10:59:04.625Z | Compiling derive_more v0.99.20 |
| 1349 | 2026-05-08T10:59:04.810Z | Compiling usdt-attr-macro v0.5.0 |
| 1350 | 2026-05-08T10:59:04.890Z | Compiling reqwest v0.12.23 |
| 1351 | 2026-05-08T10:59:04.990Z | Compiling usdt-macro v0.5.0 |
| 1352 | 2026-05-08T10:59:05.098Z | Compiling num_enum_derive v0.5.11 |
| 1353 | 2026-05-08T10:59:05.508Z | Checking memmap v0.7.0 |
| 1354 | 2026-05-08T10:59:05.653Z | Checking tinyvec_macros v0.1.1 |
| 1355 | 2026-05-08T10:59:05.688Z | Checking usdt v0.5.0 |
| 1356 | 2026-05-08T10:59:05.729Z | Checking tinyvec v1.6.0 |
| 1357 | 2026-05-08T10:59:06.115Z | Checking num_enum v0.5.11 |
| 1358 | 2026-05-08T10:59:06.176Z | Checking num-bigint v0.4.5 |
| 1359 | 2026-05-08T10:59:06.307Z | Checking pkcs8 v0.10.2 |
| 1360 | 2026-05-08T10:59:06.439Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1361 | 2026-05-08T10:59:06.611Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1362 | 2026-05-08T10:59:06.723Z | Checking toml_write v0.1.2 |
| 1363 | 2026-05-08T10:59:06.906Z | Checking toml_edit v0.22.27 |
| 1364 | 2026-05-08T10:59:07.028Z | Checking num-rational v0.4.2 |
| 1365 | 2026-05-08T10:59:07.101Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1366 | 2026-05-08T10:59:07.316Z | Compiling progenitor-client v0.11.1 |
| 1367 | 2026-05-08T10:59:07.431Z | Checking num-iter v0.1.45 |
| 1368 | 2026-05-08T10:59:07.798Z | Checking password-hash v0.5.0 |
| 1369 | 2026-05-08T10:59:07.866Z | Compiling darling_core v0.20.11 |
| 1370 | 2026-05-08T10:59:07.883Z | Checking blake2 v0.10.6 |
| 1371 | 2026-05-08T10:59:07.923Z | Checking hmac v0.12.1 |
| 1372 | 2026-05-08T10:59:07.946Z | Checking num-complex v0.4.6 |
| 1373 | 2026-05-08T10:59:07.981Z | Checking inout v0.1.3 |
| 1374 | 2026-05-08T10:59:08.062Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1375 | 2026-05-08T10:59:08.387Z | Compiling memoffset v0.9.1 |
| 1376 | 2026-05-08T10:59:08.465Z | Checking indent_write v2.2.0 |
| 1377 | 2026-05-08T10:59:09.808Z | Compiling darling_macro v0.20.11 |
| 1378 | 2026-05-08T10:59:09.850Z | Checking num v0.4.3 |
| 1379 | 2026-05-08T10:59:09.981Z | Checking cipher v0.4.4 |
| 1380 | 2026-05-08T10:59:09.999Z | Checking argon2 v0.5.3 |
| 1381 | 2026-05-08T10:59:10.032Z | Checking toml v0.8.23 |
| 1382 | 2026-05-08T10:59:10.205Z | Compiling progenitor v0.11.1 |
| 1383 | 2026-05-08T10:59:10.239Z | Compiling nix v0.30.1 |
| 1384 | 2026-05-08T10:59:10.389Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1385 | 2026-05-08T10:59:10.519Z | Checking ff v0.13.1 |
| 1386 | 2026-05-08T10:59:10.555Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1387 | 2026-05-08T10:59:10.660Z | Checking bstr v1.9.1 |
| 1388 | 2026-05-08T10:59:10.676Z | Checking base64 v0.21.7 |
| 1389 | 2026-05-08T10:59:10.964Z | Checking base16ct v0.2.0 |
| 1390 | 2026-05-08T10:59:10.981Z | Compiling crc32fast v1.4.0 |
| 1391 | 2026-05-08T10:59:11.091Z | Checking sec1 v0.7.3 |
| 1392 | 2026-05-08T10:59:11.297Z | Checking group v0.13.0 |
| 1393 | 2026-05-08T10:59:11.356Z | Compiling darling v0.20.11 |
| 1394 | 2026-05-08T10:59:11.372Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1395 | 2026-05-08T10:59:11.442Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1396 | 2026-05-08T10:59:12.033Z | Checking hkdf v0.12.4 |
| 1397 | 2026-05-08T10:59:12.125Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1398 | 2026-05-08T10:59:12.172Z | Compiling progenitor-client v0.10.0 |
| 1399 | 2026-05-08T10:59:12.440Z | Compiling enum-as-inner v0.6.0 |
| 1400 | 2026-05-08T10:59:12.672Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1401 | 2026-05-08T10:59:12.730Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1402 | 2026-05-08T10:59:12.781Z | Compiling hubpack_derive v0.1.1 |
| 1403 | 2026-05-08T10:59:12.989Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1404 | 2026-05-08T10:59:13.183Z | Compiling progenitor-impl v0.10.0 |
| 1405 | 2026-05-08T10:59:13.186Z | Compiling libz-sys v1.1.16 |
| 1406 | 2026-05-08T10:59:13.294Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1407 | 2026-05-08T10:59:13.510Z | Checking universal-hash v0.5.1 |
| 1408 | 2026-05-08T10:59:13.595Z | Checking crypto-bigint v0.5.5 |
| 1409 | 2026-05-08T10:59:13.737Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1410 | 2026-05-08T10:59:14.057Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1411 | 2026-05-08T10:59:14.203Z | Checking adler v1.0.2 |
| 1412 | 2026-05-08T10:59:14.279Z | Checking opaque-debug v0.3.1 |
| 1413 | 2026-05-08T10:59:14.308Z | Compiling semver v0.1.20 |
| 1414 | 2026-05-08T10:59:14.326Z | Checking is_ci v1.2.0 |
| 1415 | 2026-05-08T10:59:14.343Z | Checking miniz_oxide v0.7.2 |
| 1416 | 2026-05-08T10:59:14.435Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1417 | 2026-05-08T10:59:14.567Z | Compiling rustc_version v0.1.7 |
| 1418 | 2026-05-08T10:59:14.624Z | Checking elliptic-curve v0.13.8 |
| 1419 | 2026-05-08T10:59:14.821Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1420 | 2026-05-08T10:59:14.856Z | Checking hubpack v0.1.2 |
| 1421 | 2026-05-08T10:59:14.949Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1422 | 2026-05-08T10:59:15.043Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1423 | 2026-05-08T10:59:15.280Z | Compiling derive_builder_core v0.20.2 |
| 1424 | 2026-05-08T10:59:15.299Z | Compiling progenitor-macro v0.10.0 |
| 1425 | 2026-05-08T10:59:15.863Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1426 | 2026-05-08T10:59:16.152Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1427 | 2026-05-08T10:59:16.232Z | Compiling curve25519-dalek v4.1.3 |
| 1428 | 2026-05-08T10:59:16.318Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1429 | 2026-05-08T10:59:16.551Z | Checking half v2.7.1 |
| 1430 | 2026-05-08T10:59:16.808Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1431 | 2026-05-08T10:59:16.811Z | Checking ciborium-io v0.2.2 |
| 1432 | 2026-05-08T10:59:16.936Z | Compiling owo-colors v4.2.3 |
| 1433 | 2026-05-08T10:59:16.952Z | Checking static_assertions v1.1.0 |
| 1434 | 2026-05-08T10:59:17.033Z | Compiling float-ord v0.3.2 |
| 1435 | 2026-05-08T10:59:17.275Z | Checking utf-8 v0.7.6 |
| 1436 | 2026-05-08T10:59:17.350Z | Checking ciborium-ll v0.2.2 |
| 1437 | 2026-05-08T10:59:17.417Z | Checking tungstenite v0.21.0 |
| 1438 | 2026-05-08T10:59:17.460Z | Checking flate2 v1.0.30 |
| 1439 | 2026-05-08T10:59:17.529Z | Compiling derive_builder_macro v0.20.2 |
| 1440 | 2026-05-08T10:59:17.745Z | Compiling newtype_derive v0.1.6 |
| 1441 | 2026-05-08T10:59:17.834Z | Checking supports-color v2.1.0 |
| 1442 | 2026-05-08T10:59:17.971Z | Checking supports-color v3.0.2 |
| 1443 | 2026-05-08T10:59:17.990Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1444 | 2026-05-08T10:59:18.076Z | Checking resolv-conf v0.7.0 |
| 1445 | 2026-05-08T10:59:18.106Z | Checking atomicwrites v0.4.4 |
| 1446 | 2026-05-08T10:59:18.243Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1447 | 2026-05-08T10:59:18.261Z | Checking aead v0.5.2 |
| 1448 | 2026-05-08T10:59:18.278Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1449 | 2026-05-08T10:59:18.307Z | Compiling vergen-lib v9.1.0 |
| 1450 | 2026-05-08T10:59:18.405Z | Compiling slog-dtrace v0.3.0 |
| 1451 | 2026-05-08T10:59:18.508Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1452 | 2026-05-08T10:59:18.540Z | Checking openssl-probe v0.2.1 |
| 1453 | 2026-05-08T10:59:18.649Z | Checking linked-hash-map v0.5.6 |
| 1454 | 2026-05-08T10:59:18.668Z | Checking swrite v0.1.0 |
| 1455 | 2026-05-08T10:59:18.671Z | Checking compression-core v0.4.31 |
| 1456 | 2026-05-08T10:59:18.822Z | Checking lru-cache v0.1.2 |
| 1457 | 2026-05-08T10:59:18.825Z | Checking compression-codecs v0.4.32 |
| 1458 | 2026-05-08T10:59:18.950Z | Checking rustls-native-certs v0.8.3 |
| 1459 | 2026-05-08T10:59:19.123Z | Compiling derive_builder v0.20.2 |
| 1460 | 2026-05-08T10:59:19.314Z | Checking tokio-tungstenite v0.21.0 |
| 1461 | 2026-05-08T10:59:19.415Z | Checking progenitor v0.10.0 |
| 1462 | 2026-05-08T10:59:19.558Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1463 | 2026-05-08T10:59:19.595Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1464 | 2026-05-08T10:59:19.663Z | Checking ciborium v0.2.2 |
| 1465 | 2026-05-08T10:59:19.829Z | Checking hickory-proto v0.24.4 |
| 1466 | 2026-05-08T10:59:20.124Z | Checking similar v2.7.0 |
| 1467 | 2026-05-08T10:59:20.381Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1468 | 2026-05-08T10:59:20.470Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1469 | 2026-05-08T10:59:21.015Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1470 | 2026-05-08T10:59:21.171Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1471 | 2026-05-08T10:59:21.300Z | Compiling serde_repr v0.1.19 |
| 1472 | 2026-05-08T10:59:21.398Z | Compiling vergen v9.1.0 |
| 1473 | 2026-05-08T10:59:21.468Z | Compiling cargo-platform v0.3.2 |
| 1474 | 2026-05-08T10:59:21.627Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1475 | 2026-05-08T10:59:21.729Z | Compiling dropshot v0.17.0 |
| 1476 | 2026-05-08T10:59:21.836Z | Checking siphasher v1.0.1 |
| 1477 | 2026-05-08T10:59:21.871Z | Checking keccak v0.1.6 |
| 1478 | 2026-05-08T10:59:21.902Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1479 | 2026-05-08T10:59:22.007Z | Checking phf_shared v0.12.1 |
| 1480 | 2026-05-08T10:59:22.028Z | Checking toml v1.0.6+spec-1.1.0 |
| 1481 | 2026-05-08T10:59:22.044Z | Checking sha3 v0.10.8 |
| 1482 | 2026-05-08T10:59:22.155Z | Compiling cargo_metadata v0.23.1 |
| 1483 | 2026-05-08T10:59:22.199Z | Checking thiserror-no-std v2.0.2 |
| 1484 | 2026-05-08T10:59:22.244Z | Checking hickory-resolver v0.24.4 |
| 1485 | 2026-05-08T10:59:22.294Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1486 | 2026-05-08T10:59:22.319Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1487 | 2026-05-08T10:59:22.589Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1488 | 2026-05-08T10:59:22.751Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1489 | 2026-05-08T10:59:22.996Z | Checking rustls-platform-verifier v0.6.2 |
| 1490 | 2026-05-08T10:59:23.271Z | Checking async-compression v0.4.33 |
| 1491 | 2026-05-08T10:59:23.374Z | Checking poly1305 v0.8.0 |
| 1492 | 2026-05-08T10:59:23.377Z | Checking chacha20 v0.9.1 |
| 1493 | 2026-05-08T10:59:23.518Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1494 | 2026-05-08T10:59:23.583Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1495 | 2026-05-08T10:59:23.608Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1496 | 2026-05-08T10:59:23.743Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1497 | 2026-05-08T10:59:23.770Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1498 | 2026-05-08T10:59:23.833Z | Checking terminal_size v0.4.3 |
| 1499 | 2026-05-08T10:59:23.960Z | Checking tokio-stream v0.1.17 |
| 1500 | 2026-05-08T10:59:24.015Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1501 | 2026-05-08T10:59:24.034Z | Compiling regress v0.11.1 |
| 1502 | 2026-05-08T10:59:24.261Z | Compiling dropshot_endpoint v0.17.0 |
| 1503 | 2026-05-08T10:59:24.330Z | Checking serde-big-array v0.5.1 |
| 1504 | 2026-05-08T10:59:24.350Z | Compiling pin-project-internal v1.1.10 |
| 1505 | 2026-05-08T10:59:24.410Z | Compiling vergen-git2 v9.1.0 |
| 1506 | 2026-05-08T10:59:24.475Z | Checking smawk v0.3.2 |
| 1507 | 2026-05-08T10:59:24.615Z | Compiling unicode-xid v0.2.4 |
| 1508 | 2026-05-08T10:59:24.645Z | Compiling chrono-tz v0.10.4 |
| 1509 | 2026-05-08T10:59:24.746Z | Compiling cancel-safe-futures v0.1.5 |
| 1510 | 2026-05-08T10:59:24.874Z | Checking unicode-segmentation v1.11.0 |
| 1511 | 2026-05-08T10:59:25.040Z | Checking unicode-linebreak v0.1.5 |
| 1512 | 2026-05-08T10:59:25.209Z | Checking foldhash v0.1.5 |
| 1513 | 2026-05-08T10:59:25.244Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1514 | 2026-05-08T10:59:25.263Z | Checking unicode-width v0.2.1 |
| 1515 | 2026-05-08T10:59:25.355Z | Checking hashbrown v0.15.2 |
| 1516 | 2026-05-08T10:59:25.433Z | Checking pin-project v1.1.10 |
| 1517 | 2026-05-08T10:59:25.530Z | Checking textwrap v0.16.2 |
| 1518 | 2026-05-08T10:59:25.548Z | Checking newline-converter v0.3.0 |
| 1519 | 2026-05-08T10:59:25.669Z | Compiling typify-impl v0.6.2 |
| 1520 | 2026-05-08T10:59:25.714Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1521 | 2026-05-08T10:59:25.810Z | Compiling const_format_proc_macros v0.2.34 |
| 1522 | 2026-05-08T10:59:25.852Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1523 | 2026-05-08T10:59:26.062Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1524 | 2026-05-08T10:59:26.323Z | Checking qorb v0.4.1 |
| 1525 | 2026-05-08T10:59:26.497Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1526 | 2026-05-08T10:59:26.738Z | Checking chacha20poly1305 v0.10.1 |
| 1527 | 2026-05-08T10:59:26.874Z | Checking reqwest v0.13.2 |
| 1528 | 2026-05-08T10:59:27.632Z | Checking vsss-rs v3.3.4 |
| 1529 | 2026-05-08T10:59:27.655Z | Checking phf v0.12.1 |
| 1530 | 2026-05-08T10:59:27.737Z | Checking globset v0.4.14 |
| 1531 | 2026-05-08T10:59:27.757Z | Checking unicode-normalization v0.1.24 |
| 1532 | 2026-05-08T10:59:27.800Z | Checking tokio-dtrace v0.1.1 |
| 1533 | 2026-05-08T10:59:27.987Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1534 | 2026-05-08T10:59:27.990Z | Checking console v0.15.8 |
| 1535 | 2026-05-08T10:59:28.025Z | Checking sha2 v0.10.9 |
| 1536 | 2026-05-08T10:59:28.165Z | Checking libsw-core v0.3.2 |
| 1537 | 2026-05-08T10:59:28.186Z | Checking signature v2.2.0 |
| 1538 | 2026-05-08T10:59:28.274Z | Compiling async-recursion v1.1.1 |
| 1539 | 2026-05-08T10:59:28.293Z | Compiling snafu-derive v0.8.9 |
| 1540 | 2026-05-08T10:59:28.313Z | Checking csv-core v0.1.12 |
| 1541 | 2026-05-08T10:59:28.313Z | Compiling cookie v0.18.1 |
| 1542 | 2026-05-08T10:59:28.476Z | Checking fixedbitset v0.5.7 |
| 1543 | 2026-05-08T10:59:28.497Z | Checking highway v1.3.0 |
| 1544 | 2026-05-08T10:59:28.559Z | Checking bytecount v0.6.9 |
| 1545 | 2026-05-08T10:59:28.669Z | Compiling rustls v0.21.12 |
| 1546 | 2026-05-08T10:59:28.688Z | Compiling moka v0.12.10 |
| 1547 | 2026-05-08T10:59:28.727Z | Checking fixedbitset v0.4.2 |
| 1548 | 2026-05-08T10:59:28.884Z | Checking same-file v1.0.6 |
| 1549 | 2026-05-08T10:59:28.959Z | Checking petgraph v0.6.5 |
| 1550 | 2026-05-08T10:59:28.962Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1551 | 2026-05-08T10:59:28.994Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1552 | 2026-05-08T10:59:29.012Z | Checking walkdir v2.5.0 |
| 1553 | 2026-05-08T10:59:29.074Z | Compiling typify-macro v0.6.2 |
| 1554 | 2026-05-08T10:59:29.178Z | Checking petgraph v0.8.3 |
| 1555 | 2026-05-08T10:59:29.712Z | Checking papergrid v0.11.0 |
| 1556 | 2026-05-08T10:59:30.054Z | Checking snafu v0.8.9 |
| 1557 | 2026-05-08T10:59:30.092Z | Checking csv v1.3.1 |
| 1558 | 2026-05-08T10:59:30.199Z | Checking libsw v3.5.0 |
| 1559 | 2026-05-08T10:59:30.676Z | Checking expectorate v1.2.0 |
| 1560 | 2026-05-08T10:59:30.676Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1561 | 2026-05-08T10:59:30.676Z | Checking olpc-cjson v0.1.4 |
| 1562 | 2026-05-08T10:59:30.676Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1563 | 2026-05-08T10:59:30.676Z | Checking oxide-tokio-rt v0.1.2 |
| 1564 | 2026-05-08T10:59:30.676Z | Checking const_format v0.2.35 |
| 1565 | 2026-05-08T10:59:30.676Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1566 | 2026-05-08T10:59:30.676Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1567 | 2026-05-08T10:59:30.712Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1568 | 2026-05-08T10:59:30.730Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1569 | 2026-05-08T10:59:30.755Z | Compiling nix v0.31.1 |
| 1570 | 2026-05-08T10:59:30.814Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1571 | 2026-05-08T10:59:30.906Z | Compiling tabled_derive v0.7.0 |
| 1572 | 2026-05-08T10:59:31.143Z | Checking gethostname v0.5.0 |
| 1573 | 2026-05-08T10:59:31.162Z | Checking sct v0.7.1 |
| 1574 | 2026-05-08T10:59:31.214Z | Checking rustls-webpki v0.101.7 |
| 1575 | 2026-05-08T10:59:31.233Z | Checking pem v3.0.5 |
| 1576 | 2026-05-08T10:59:31.251Z | Checking bcs v0.1.6 |
| 1577 | 2026-05-08T10:59:31.298Z | Checking serde_plain v1.0.2 |
| 1578 | 2026-05-08T10:59:31.397Z | Compiling salty v0.3.0 |
| 1579 | 2026-05-08T10:59:31.453Z | Checking tagptr v0.2.0 |
| 1580 | 2026-05-08T10:59:31.486Z | Checking termtree v0.5.1 |
| 1581 | 2026-05-08T10:59:31.548Z | Checking linear-map v1.2.0 |
| 1582 | 2026-05-08T10:59:31.596Z | Checking typed-path v0.9.3 |
| 1583 | 2026-05-08T10:59:31.627Z | Compiling radium v0.7.0 |
| 1584 | 2026-05-08T10:59:31.682Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1585 | 2026-05-08T10:59:31.722Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1586 | 2026-05-08T10:59:31.845Z | Checking tabled v0.15.0 |
| 1587 | 2026-05-08T10:59:32.341Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1588 | 2026-05-08T10:59:32.361Z | Checking tough v0.20.0 |
| 1589 | 2026-05-08T10:59:32.944Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1590 | 2026-05-08T10:59:32.965Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1591 | 2026-05-08T10:59:33.220Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1592 | 2026-05-08T10:59:33.330Z | Checking steno v0.4.1 |
| 1593 | 2026-05-08T10:59:33.776Z | Checking hickory-proto v0.25.2 |
| 1594 | 2026-05-08T10:59:33.821Z | Checking rfc6979 v0.4.0 |
| 1595 | 2026-05-08T10:59:33.951Z | Checking tap v1.0.1 |
| 1596 | 2026-05-08T10:59:34.070Z | Checking humantime v2.3.0 |
| 1597 | 2026-05-08T10:59:34.306Z | Checking wyz v0.5.1 |
| 1598 | 2026-05-08T10:59:34.309Z | Checking ecdsa v0.16.9 |
| 1599 | 2026-05-08T10:59:34.345Z | Checking tokio-rustls v0.24.1 |
| 1600 | 2026-05-08T10:59:34.712Z | Checking ed25519 v2.2.3 |
| 1601 | 2026-05-08T10:59:34.797Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1602 | 2026-05-08T10:59:34.881Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1603 | 2026-05-08T10:59:34.916Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1604 | 2026-05-08T10:59:35.128Z | Checking primeorder v0.13.6 |
| 1605 | 2026-05-08T10:59:35.374Z | Checking rustls-pemfile v1.0.4 |
| 1606 | 2026-05-08T10:59:35.395Z | Checking hickory-resolver v0.25.2 |
| 1607 | 2026-05-08T10:59:35.512Z | Checking twox-hash v2.1.2 |
| 1608 | 2026-05-08T10:59:35.805Z | Checking env_filter v1.0.1 |
| 1609 | 2026-05-08T10:59:35.964Z | Checking atty v0.2.14 |
| 1610 | 2026-05-08T10:59:36.024Z | Checking funty v2.0.0 |
| 1611 | 2026-05-08T10:59:36.066Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1612 | 2026-05-08T10:59:36.284Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1613 | 2026-05-08T10:59:36.330Z | Checking env_logger v0.11.10 |
| 1614 | 2026-05-08T10:59:36.348Z | Checking bitvec v1.0.1 |
| 1615 | 2026-05-08T10:59:36.430Z | Checking toml v0.7.8 |
| 1616 | 2026-05-08T10:59:36.519Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1617 | 2026-05-08T10:59:36.568Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1618 | 2026-05-08T10:59:36.721Z | Checking p384 v0.13.1 |
| 1619 | 2026-05-08T10:59:36.740Z | Checking ed25519-dalek v2.2.0 |
| 1620 | 2026-05-08T10:59:36.903Z | Compiling typify v0.6.2 |
| 1621 | 2026-05-08T10:59:36.937Z | Checking polyval v0.6.2 |
| 1622 | 2026-05-08T10:59:37.019Z | Checking ctr v0.9.2 |
| 1623 | 2026-05-08T10:59:37.102Z | Checking aes v0.8.4 |
| 1624 | 2026-05-08T10:59:37.123Z | Checking x509-cert v0.2.5 |
| 1625 | 2026-05-08T10:59:37.187Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1626 | 2026-05-08T10:59:37.429Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1627 | 2026-05-08T10:59:37.450Z | Checking bincode v1.3.3 |
| 1628 | 2026-05-08T10:59:37.511Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1629 | 2026-05-08T10:59:37.636Z | Compiling strum_macros v0.28.0 |
| 1630 | 2026-05-08T10:59:37.760Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1631 | 2026-05-08T10:59:37.779Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1632 | 2026-05-08T10:59:37.819Z | Checking passt v0.3.0 |
| 1633 | 2026-05-08T10:59:37.896Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1634 | 2026-05-08T10:59:37.937Z | Checking fakedata_generator v0.7.1 |
| 1635 | 2026-05-08T10:59:38.036Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1636 | 2026-05-08T10:59:38.073Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1637 | 2026-05-08T10:59:38.111Z | Checking aes-gcm-siv v0.11.1 |
| 1638 | 2026-05-08T10:59:38.264Z | Compiling progenitor-impl v0.14.0 |
| 1639 | 2026-05-08T10:59:38.301Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1640 | 2026-05-08T10:59:38.354Z | Compiling bitstruct_derive v0.1.0 |
| 1641 | 2026-05-08T10:59:38.378Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1642 | 2026-05-08T10:59:38.403Z | Checking dropshot-api-manager-types v0.7.1 |
| 1643 | 2026-05-08T10:59:38.423Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1644 | 2026-05-08T10:59:38.527Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1645 | 2026-05-08T10:59:38.574Z | Compiling fs-err v3.1.2 |
| 1646 | 2026-05-08T10:59:38.724Z | Checking ascii v1.1.0 |
| 1647 | 2026-05-08T10:59:38.808Z | Checking typeid v1.0.0 |
| 1648 | 2026-05-08T10:59:38.915Z | Checking ringbuffer v0.16.0 |
| 1649 | 2026-05-08T10:59:38.918Z | Checking pretty-hex v0.2.1 |
| 1650 | 2026-05-08T10:59:39.010Z | Compiling cfg_aliases v0.1.1 |
| 1651 | 2026-05-08T10:59:39.039Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1652 | 2026-05-08T10:59:39.095Z | Compiling nix v0.28.0 |
| 1653 | 2026-05-08T10:59:39.149Z | Checking bitstruct v0.1.1 |
| 1654 | 2026-05-08T10:59:39.217Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1655 | 2026-05-08T10:59:39.247Z | Checking erased-serde v0.4.5 |
| 1656 | 2026-05-08T10:59:39.458Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1657 | 2026-05-08T10:59:39.540Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1658 | 2026-05-08T10:59:39.596Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1659 | 2026-05-08T10:59:39.818Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1660 | 2026-05-08T10:59:39.990Z | Checking progenitor-client v0.14.0 |
| 1661 | 2026-05-08T10:59:40.133Z | Checking itertools v0.13.0 |
| 1662 | 2026-05-08T10:59:40.154Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1663 | 2026-05-08T10:59:40.236Z | Checking serde_arrays v0.1.0 |
| 1664 | 2026-05-08T10:59:40.353Z | Checking libloading v0.7.4 |
| 1665 | 2026-05-08T10:59:40.373Z | Checking bit_field v0.10.2 |
| 1666 | 2026-05-08T10:59:40.376Z | Compiling progenitor-macro v0.14.0 |
| 1667 | 2026-05-08T10:59:40.556Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1668 | 2026-05-08T10:59:40.611Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1669 | 2026-05-08T10:59:40.696Z | Checking git-stub v1.0.0 |
| 1670 | 2026-05-08T10:59:40.808Z | Checking kstat-rs v0.2.4 |
| 1671 | 2026-05-08T10:59:40.854Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1672 | 2026-05-08T10:59:40.872Z | Compiling escargot v0.5.10 |
| 1673 | 2026-05-08T10:59:40.970Z | Checking git-stub-vcs v0.1.0 |
| 1674 | 2026-05-08T10:59:41.002Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1675 | 2026-05-08T10:59:41.179Z | Checking ron v0.8.1 |
| 1676 | 2026-05-08T10:59:41.197Z | Checking xattr v1.3.1 |
| 1677 | 2026-05-08T10:59:41.335Z | Checking drift v0.1.4 |
| 1678 | 2026-05-08T10:59:41.605Z | Checking cargo-platform v0.1.8 |
| 1679 | 2026-05-08T10:59:41.637Z | Checking filetime v0.2.23 |
| 1680 | 2026-05-08T10:59:41.777Z | Checking cargo_metadata v0.18.1 |
| 1681 | 2026-05-08T10:59:41.780Z | Checking tar v0.4.40 |
| 1682 | 2026-05-08T10:59:41.814Z | Checking ctrlc v3.4.4 |
| 1683 | 2026-05-08T10:59:41.957Z | Checking dropshot-api-manager v0.7.1 |
| 1684 | 2026-05-08T10:59:42.430Z | Checking fatfs v0.3.6 |
| 1685 | 2026-05-08T10:59:42.837Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1686 | 2026-05-08T10:59:42.900Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1687 | 2026-05-08T10:59:42.952Z | Compiling git2 v0.20.2 |
| 1688 | 2026-05-08T10:59:44.098Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1689 | 2026-05-08T10:59:44.164Z | Checking progenitor v0.14.0 |
| 1690 | 2026-05-08T10:59:44.295Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1691 | 2026-05-08T10:59:45.252Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1692 | 2026-05-08T10:59:46.171Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1693 | 2026-05-08T10:59:46.569Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1694 | 2026-05-08T10:59:46.984Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1695 | 2026-05-08T10:59:50.694Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1696 | 2026-05-08T10:59:52.132Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1697 | 2026-05-08T10:59:55.596Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1698 | 2026-05-08T11:00:01.870Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1699 | 2026-05-08T11:00:01.873Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1700 | 2026-05-08T11:00:06.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1701 | 2026-05-08T11:00:06.732Z | |
| 1702 | 2026-05-08T11:00:06.735Z | real 2:20.677916537 |
| 1703 | 2026-05-08T11:00:06.735Z | user 8:41.907954097 |
| 1704 | 2026-05-08T11:00:06.735Z | sys 2:18.182469339 |
| 1705 | 2026-05-08T11:00:06.735Z | trap 0.260383366 |
| 1706 | 2026-05-08T11:00:06.735Z | tflt 0.814816560 |
| 1707 | 2026-05-08T11:00:06.735Z | dflt 0.226268367 |
| 1708 | 2026-05-08T11:00:06.735Z | kflt 0.007834526 |
| 1709 | 2026-05-08T11:00:06.735Z | lock 16:50.505281692 |
| 1710 | 2026-05-08T11:00:06.735Z | slp 34:26.538002846 |
| 1711 | 2026-05-08T11:00:06.735Z | lat 1:23.471132501 |
| 1712 | 2026-05-08T11:00:06.735Z | stop 4:49.674958318 |
| 1713 | 2026-05-08T11:00:06.735Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1714 | 2026-05-08T11:00:07.216Z | Downloading crates ... |
| 1715 | 2026-05-08T11:00:07.387Z | Downloaded slog-scope v4.4.0 |
| 1716 | 2026-05-08T11:00:07.392Z | Downloaded termtree v0.4.1 |
| 1717 | 2026-05-08T11:00:07.395Z | Downloaded predicates-core v1.0.6 |
| 1718 | 2026-05-08T11:00:07.396Z | Downloaded downcast v0.11.0 |
| 1719 | 2026-05-08T11:00:07.396Z | Downloaded mockall_derive v0.12.1 |
| 1720 | 2026-05-08T11:00:07.399Z | Downloaded slog-stdlog v4.1.1 |
| 1721 | 2026-05-08T11:00:07.402Z | Downloaded fragile v2.0.0 |
| 1722 | 2026-05-08T11:00:07.402Z | Downloaded serde_test v1.0.176 |
| 1723 | 2026-05-08T11:00:07.408Z | Downloaded fdeflate v0.3.4 |
| 1724 | 2026-05-08T11:00:07.410Z | Downloaded bytemuck v1.16.0 |
| 1725 | 2026-05-08T11:00:07.420Z | Downloaded slog-envlogger v2.2.0 |
| 1726 | 2026-05-08T11:00:07.423Z | Downloaded predicates-tree v1.0.9 |
| 1727 | 2026-05-08T11:00:07.426Z | Downloaded arc-swap v1.7.1 |
| 1728 | 2026-05-08T11:00:07.429Z | Downloaded predicates v3.1.0 |
| 1729 | 2026-05-08T11:00:07.432Z | Downloaded mockall v0.12.1 |
| 1730 | 2026-05-08T11:00:07.436Z | Downloaded png v0.17.13 |
| 1731 | 2026-05-08T11:00:08.050Z | Downloaded image v0.25.1 |
| 1732 | 2026-05-08T11:00:08.261Z | Checking tokio v1.50.0 |
| 1733 | 2026-05-08T11:00:08.372Z | Checking simd-adler32 v0.3.7 |
| 1734 | 2026-05-08T11:00:08.385Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1735 | 2026-05-08T11:00:08.401Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1736 | 2026-05-08T11:00:08.413Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1737 | 2026-05-08T11:00:08.417Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1738 | 2026-05-08T11:00:08.434Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1739 | 2026-05-08T11:00:08.437Z | Checking arc-swap v1.7.1 |
| 1740 | 2026-05-08T11:00:08.506Z | Checking miniz_oxide v0.7.2 |
| 1741 | 2026-05-08T11:00:08.556Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1742 | 2026-05-08T11:00:08.567Z | Checking fdeflate v0.3.4 |
| 1743 | 2026-05-08T11:00:08.627Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1744 | 2026-05-08T11:00:08.629Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1745 | 2026-05-08T11:00:08.647Z | Checking slog-scope v4.4.0 |
| 1746 | 2026-05-08T11:00:08.665Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1747 | 2026-05-08T11:00:08.688Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1748 | 2026-05-08T11:00:08.766Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1749 | 2026-05-08T11:00:08.802Z | Checking slog-stdlog v4.1.1 |
| 1750 | 2026-05-08T11:00:08.815Z | Checking bytemuck v1.16.0 |
| 1751 | 2026-05-08T11:00:08.827Z | Checking predicates-core v1.0.6 |
| 1752 | 2026-05-08T11:00:08.838Z | Checking flate2 v1.0.30 |
| 1753 | 2026-05-08T11:00:08.859Z | Checking termtree v0.4.1 |
| 1754 | 2026-05-08T11:00:08.880Z | Compiling mockall_derive v0.12.1 |
| 1755 | 2026-05-08T11:00:08.909Z | Checking slog-envlogger v2.2.0 |
| 1756 | 2026-05-08T11:00:08.940Z | Checking predicates v3.1.0 |
| 1757 | 2026-05-08T11:00:08.984Z | Checking predicates-tree v1.0.9 |
| 1758 | 2026-05-08T11:00:09.012Z | Checking fragile v2.0.0 |
| 1759 | 2026-05-08T11:00:09.042Z | Checking downcast v0.11.0 |
| 1760 | 2026-05-08T11:00:09.085Z | Checking serde_test v1.0.176 |
| 1761 | 2026-05-08T11:00:09.111Z | Checking compression-codecs v0.4.32 |
| 1762 | 2026-05-08T11:00:09.157Z | Checking png v0.17.13 |
| 1763 | 2026-05-08T11:00:09.160Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1764 | 2026-05-08T11:00:09.661Z | Checking image v0.25.1 |
| 1765 | 2026-05-08T11:00:10.775Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1766 | 2026-05-08T11:00:10.840Z | Checking mockall v0.12.1 |
| 1767 | 2026-05-08T11:00:10.880Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1768 | 2026-05-08T11:00:11.487Z | Checking tokio-util v0.7.16 |
| 1769 | 2026-05-08T11:00:11.487Z | Checking tower v0.5.2 |
| 1770 | 2026-05-08T11:00:11.487Z | Checking tokio-rustls v0.26.0 |
| 1771 | 2026-05-08T11:00:11.490Z | Checking tokio-rustls v0.25.0 |
| 1772 | 2026-05-08T11:00:11.490Z | Checking tokio-native-tls v0.3.1 |
| 1773 | 2026-05-08T11:00:11.490Z | Checking backoff v0.4.0 |
| 1774 | 2026-05-08T11:00:11.535Z | Checking zone v0.3.1 |
| 1775 | 2026-05-08T11:00:11.559Z | Checking tokio-tungstenite v0.21.0 |
| 1776 | 2026-05-08T11:00:11.650Z | Checking async-compression v0.4.33 |
| 1777 | 2026-05-08T11:00:11.661Z | Checking hickory-proto v0.24.4 |
| 1778 | 2026-05-08T11:00:11.695Z | Checking libsw-core v0.3.2 |
| 1779 | 2026-05-08T11:00:11.709Z | Checking tokio-dtrace v0.1.1 |
| 1780 | 2026-05-08T11:00:11.819Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1781 | 2026-05-08T11:00:11.830Z | Checking libsw v3.5.0 |
| 1782 | 2026-05-08T11:00:11.870Z | Checking cancel-safe-futures v0.1.5 |
| 1783 | 2026-05-08T11:00:11.882Z | Checking steno v0.4.1 |
| 1784 | 2026-05-08T11:00:11.885Z | Checking tower-http v0.6.8 |
| 1785 | 2026-05-08T11:00:11.885Z | Checking oxide-tokio-rt v0.1.2 |
| 1786 | 2026-05-08T11:00:11.969Z | Checking hickory-proto v0.25.2 |
| 1787 | 2026-05-08T11:00:11.972Z | Checking h2 v0.4.6 |
| 1788 | 2026-05-08T11:00:12.024Z | Checking tokio-stream v0.1.17 |
| 1789 | 2026-05-08T11:00:12.092Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1790 | 2026-05-08T11:00:12.166Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1791 | 2026-05-08T11:00:12.298Z | Checking tokio-rustls v0.24.1 |
| 1792 | 2026-05-08T11:00:12.387Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1793 | 2026-05-08T11:00:12.489Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1794 | 2026-05-08T11:00:13.128Z | Checking hickory-resolver v0.24.4 |
| 1795 | 2026-05-08T11:00:13.456Z | Checking hickory-resolver v0.25.2 |
| 1796 | 2026-05-08T11:00:13.687Z | Checking hyper v1.8.1 |
| 1797 | 2026-05-08T11:00:13.720Z | Checking qorb v0.4.1 |
| 1798 | 2026-05-08T11:00:14.470Z | Checking hyper-util v0.1.20 |
| 1799 | 2026-05-08T11:00:15.334Z | Checking hyper-rustls v0.27.3 |
| 1800 | 2026-05-08T11:00:15.334Z | Checking hyper-tls v0.6.0 |
| 1801 | 2026-05-08T11:00:15.337Z | Checking dropshot v0.16.7 |
| 1802 | 2026-05-08T11:00:15.337Z | Checking dropshot v0.17.0 |
| 1803 | 2026-05-08T11:00:15.507Z | Checking reqwest v0.12.23 |
| 1804 | 2026-05-08T11:00:15.510Z | Checking reqwest v0.13.2 |
| 1805 | 2026-05-08T11:00:16.155Z | Checking progenitor-client v0.11.1 |
| 1806 | 2026-05-08T11:00:16.155Z | Checking progenitor-client v0.10.0 |
| 1807 | 2026-05-08T11:00:16.158Z | Checking tough v0.20.0 |
| 1808 | 2026-05-08T11:00:16.233Z | Checking progenitor-client v0.14.0 |
| 1809 | 2026-05-08T11:00:16.372Z | Checking progenitor v0.11.1 |
| 1810 | 2026-05-08T11:00:16.375Z | Checking progenitor v0.10.0 |
| 1811 | 2026-05-08T11:00:16.447Z | Checking progenitor v0.14.0 |
| 1812 | 2026-05-08T11:00:16.500Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1813 | 2026-05-08T11:00:16.503Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1814 | 2026-05-08T11:00:16.522Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1815 | 2026-05-08T11:00:16.570Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1816 | 2026-05-08T11:00:17.038Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1817 | 2026-05-08T11:00:17.076Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1818 | 2026-05-08T11:00:17.361Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1819 | 2026-05-08T11:00:17.658Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1820 | 2026-05-08T11:00:17.687Z | Checking dropshot-api-manager v0.7.1 |
| 1821 | 2026-05-08T11:00:18.567Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1822 | 2026-05-08T11:00:18.700Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1823 | 2026-05-08T11:00:18.836Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1824 | 2026-05-08T11:00:19.070Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1825 | 2026-05-08T11:00:19.299Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1826 | 2026-05-08T11:00:22.593Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1827 | 2026-05-08T11:00:22.593Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1828 | 2026-05-08T11:00:22.596Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1829 | 2026-05-08T11:00:22.596Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1830 | 2026-05-08T11:00:22.596Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1831 | 2026-05-08T11:00:22.596Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1832 | 2026-05-08T11:00:23.225Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1833 | 2026-05-08T11:00:23.408Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1834 | 2026-05-08T11:00:23.849Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1835 | 2026-05-08T11:00:23.862Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1836 | 2026-05-08T11:00:23.865Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1837 | 2026-05-08T11:00:24.121Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1838 | 2026-05-08T11:00:24.346Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1839 | 2026-05-08T11:00:24.535Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1840 | 2026-05-08T11:00:24.584Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1841 | 2026-05-08T11:00:24.587Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1842 | 2026-05-08T11:00:25.086Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1843 | 2026-05-08T11:00:25.526Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1844 | 2026-05-08T11:00:25.526Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1845 | 2026-05-08T11:00:26.234Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1846 | 2026-05-08T11:00:26.246Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1847 | 2026-05-08T11:00:26.577Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1848 | 2026-05-08T11:00:30.518Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1849 | 2026-05-08T11:00:31.284Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1850 | 2026-05-08T11:00:35.580Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1851 | 2026-05-08T11:00:36.235Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1852 | 2026-05-08T11:00:36.987Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1853 | 2026-05-08T11:00:39.091Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1854 | 2026-05-08T11:00:39.615Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 1855 | 2026-05-08T11:00:42.238Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1856 | 2026-05-08T11:00:49.746Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1857 | 2026-05-08T11:00:49.749Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1858 | 2026-05-08T11:00:54.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.17s |
| 1859 | 2026-05-08T11:00:55.144Z | |
| 1860 | 2026-05-08T11:00:55.144Z | real 48.398987314 |
| 1861 | 2026-05-08T11:00:55.144Z | user 1:59.256214723 |
| 1862 | 2026-05-08T11:00:55.144Z | sys 21.237154396 |
| 1863 | 2026-05-08T11:00:55.144Z | trap 0.026938248 |
| 1864 | 2026-05-08T11:00:55.144Z | tflt 0.037517423 |
| 1865 | 2026-05-08T11:00:55.144Z | dflt 0.018118267 |
| 1866 | 2026-05-08T11:00:55.144Z | kflt 0.000045258 |
| 1867 | 2026-05-08T11:00:55.144Z | lock 4:40.615137664 |
| 1868 | 2026-05-08T11:00:55.144Z | slp 6:47.689946099 |
| 1869 | 2026-05-08T11:00:55.144Z | lat 4.531106453 |
| 1870 | 2026-05-08T11:00:55.144Z | stop 12.215435410 |
| 1871 | 2026-05-08T11:00:55.147Z | + banner build |
| 1872 | 2026-05-08T11:00:55.147Z | |
| 1873 | 2026-05-08T11:00:55.147Z | ##### # # # # ##### |
| 1874 | 2026-05-08T11:00:55.147Z | # # # # # # # # |
| 1875 | 2026-05-08T11:00:55.147Z | ##### # # # # # # |
| 1876 | 2026-05-08T11:00:55.147Z | # # # # # # # # |
| 1877 | 2026-05-08T11:00:55.147Z | # # # # # # # # |
| 1878 | 2026-05-08T11:00:55.147Z | ##### #### # ###### ##### |
| 1879 | 2026-05-08T11:00:55.147Z | |
| 1880 | 2026-05-08T11:00:55.147Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1881 | 2026-05-08T11:00:55.858Z | Compiling proc-macro2 v1.0.106 |
| 1882 | 2026-05-08T11:00:55.858Z | Compiling quote v1.0.45 |
| 1883 | 2026-05-08T11:00:55.858Z | Compiling unicode-ident v1.0.24 |
| 1884 | 2026-05-08T11:00:55.858Z | Compiling libc v0.2.180 |
| 1885 | 2026-05-08T11:00:55.861Z | Compiling serde_core v1.0.228 |
| 1886 | 2026-05-08T11:00:55.861Z | Compiling serde v1.0.228 |
| 1887 | 2026-05-08T11:00:55.861Z | Compiling autocfg v1.3.0 |
| 1888 | 2026-05-08T11:00:55.861Z | Compiling cfg-if v1.0.0 |
| 1889 | 2026-05-08T11:00:56.066Z | Compiling zmij v1.0.19 |
| 1890 | 2026-05-08T11:00:56.076Z | Compiling memchr v2.7.2 |
| 1891 | 2026-05-08T11:00:56.302Z | Compiling libm v0.2.8 |
| 1892 | 2026-05-08T11:00:56.527Z | Compiling version_check v0.9.5 |
| 1893 | 2026-05-08T11:00:56.690Z | Compiling smallvec v1.13.2 |
| 1894 | 2026-05-08T11:00:56.792Z | Compiling itoa v1.0.11 |
| 1895 | 2026-05-08T11:00:56.866Z | Compiling getrandom v0.4.2 |
| 1896 | 2026-05-08T11:00:56.951Z | Compiling shlex v1.3.0 |
| 1897 | 2026-05-08T11:00:57.087Z | Compiling jobserver v0.1.31 |
| 1898 | 2026-05-08T11:00:57.122Z | Compiling syn v2.0.117 |
| 1899 | 2026-05-08T11:00:57.143Z | Compiling stable_deref_trait v1.2.0 |
| 1900 | 2026-05-08T11:00:57.185Z | Compiling serde_json v1.0.149 |
| 1901 | 2026-05-08T11:00:57.227Z | Compiling getrandom v0.2.14 |
| 1902 | 2026-05-08T11:00:57.405Z | Compiling cc v1.2.17 |
| 1903 | 2026-05-08T11:00:57.434Z | Compiling lock_api v0.4.12 |
| 1904 | 2026-05-08T11:00:57.466Z | Compiling parking_lot_core v0.9.10 |
| 1905 | 2026-05-08T11:00:57.524Z | Compiling litemap v0.7.4 |
| 1906 | 2026-05-08T11:00:57.536Z | Compiling writeable v0.5.5 |
| 1907 | 2026-05-08T11:00:57.687Z | Compiling num-traits v0.2.19 |
| 1908 | 2026-05-08T11:00:57.734Z | Compiling icu_locid_transform_data v1.5.0 |
| 1909 | 2026-05-08T11:00:57.759Z | Compiling percent-encoding v2.3.2 |
| 1910 | 2026-05-08T11:00:58.075Z | Compiling icu_properties_data v1.5.0 |
| 1911 | 2026-05-08T11:00:58.300Z | Compiling utf8_iter v1.0.4 |
| 1912 | 2026-05-08T11:00:58.311Z | Compiling utf16_iter v1.0.5 |
| 1913 | 2026-05-08T11:00:58.323Z | Compiling write16 v1.0.0 |
| 1914 | 2026-05-08T11:00:58.426Z | Compiling thiserror v2.0.18 |
| 1915 | 2026-05-08T11:00:58.456Z | Compiling icu_normalizer_data v1.5.0 |
| 1916 | 2026-05-08T11:00:58.536Z | Compiling form_urlencoded v1.2.2 |
| 1917 | 2026-05-08T11:00:58.685Z | Compiling heck v0.5.0 |
| 1918 | 2026-05-08T11:00:58.765Z | Compiling log v0.4.29 |
| 1919 | 2026-05-08T11:00:58.809Z | Compiling rustversion v1.0.22 |
| 1920 | 2026-05-08T11:00:58.887Z | Compiling slab v0.4.9 |
| 1921 | 2026-05-08T11:00:58.964Z | Compiling iana-time-zone v0.1.64 |
| 1922 | 2026-05-08T11:00:59.006Z | Compiling typenum v1.17.0 |
| 1923 | 2026-05-08T11:00:59.131Z | Compiling uuid v1.22.0 |
| 1924 | 2026-05-08T11:00:59.143Z | Compiling pin-project-lite v0.2.14 |
| 1925 | 2026-05-08T11:00:59.242Z | Compiling equivalent v1.0.2 |
| 1926 | 2026-05-08T11:00:59.335Z | Compiling subtle v2.6.1 |
| 1927 | 2026-05-08T11:00:59.346Z | Compiling regex-syntax v0.8.5 |
| 1928 | 2026-05-08T11:00:59.404Z | Compiling semver v1.0.28 |
| 1929 | 2026-05-08T11:00:59.518Z | Compiling aho-corasick v1.1.3 |
| 1930 | 2026-05-08T11:00:59.703Z | Compiling schemars v0.8.22 |
| 1931 | 2026-05-08T11:00:59.756Z | Compiling dyn-clone v1.0.17 |
| 1932 | 2026-05-08T11:00:59.769Z | Compiling ring v0.17.14 |
| 1933 | 2026-05-08T11:00:59.915Z | Compiling synstructure v0.13.1 |
| 1934 | 2026-05-08T11:00:59.967Z | Compiling serde_derive_internals v0.29.1 |
| 1935 | 2026-05-08T11:01:00.158Z | Compiling rand_core v0.6.4 |
| 1936 | 2026-05-08T11:01:00.445Z | Compiling socket2 v0.6.0 |
| 1937 | 2026-05-08T11:01:00.537Z | Compiling scopeguard v1.2.0 |
| 1938 | 2026-05-08T11:01:00.709Z | Compiling portable-atomic v1.11.1 |
| 1939 | 2026-05-08T11:01:00.733Z | Compiling signal-hook-registry v1.4.2 |
| 1940 | 2026-05-08T11:01:00.902Z | Compiling regex-automata v0.4.14 |
| 1941 | 2026-05-08T11:01:00.978Z | Compiling parking_lot v0.12.2 |
| 1942 | 2026-05-08T11:01:00.990Z | Compiling mio v1.0.2 |
| 1943 | 2026-05-08T11:01:01.151Z | Compiling serde_derive v1.0.228 |
| 1944 | 2026-05-08T11:01:01.163Z | Compiling zerofrom-derive v0.1.5 |
| 1945 | 2026-05-08T11:01:01.231Z | Compiling yoke-derive v0.7.5 |
| 1946 | 2026-05-08T11:01:01.406Z | Compiling zerovec-derive v0.10.3 |
| 1947 | 2026-05-08T11:01:01.480Z | Compiling displaydoc v0.2.5 |
| 1948 | 2026-05-08T11:01:01.666Z | Compiling icu_provider_macros v1.5.0 |
| 1949 | 2026-05-08T11:01:01.895Z | Compiling schemars_derive v0.8.22 |
| 1950 | 2026-05-08T11:01:02.225Z | Compiling zeroize_derive v1.4.3 |
| 1951 | 2026-05-08T11:01:02.242Z | Compiling thiserror-impl v2.0.18 |
| 1952 | 2026-05-08T11:01:02.254Z | Compiling tokio-macros v2.6.0 |
| 1953 | 2026-05-08T11:01:02.348Z | Compiling zerofrom v0.1.5 |
| 1954 | 2026-05-08T11:01:02.440Z | Compiling futures-macro v0.3.32 |
| 1955 | 2026-05-08T11:01:02.484Z | Compiling yoke v0.7.5 |
| 1956 | 2026-05-08T11:01:02.692Z | Compiling zerovec v0.10.4 |
| 1957 | 2026-05-08T11:01:02.905Z | Compiling zeroize v1.8.2 |
| 1958 | 2026-05-08T11:01:02.996Z | Compiling regex v1.12.3 |
| 1959 | 2026-05-08T11:01:03.360Z | Compiling bitflags v2.9.4 |
| 1960 | 2026-05-08T11:01:03.397Z | Compiling critical-section v1.2.0 |
| 1961 | 2026-05-08T11:01:03.564Z | Compiling tinystr v0.7.6 |
| 1962 | 2026-05-08T11:01:03.577Z | Compiling icu_collections v1.5.0 |
| 1963 | 2026-05-08T11:01:03.599Z | Compiling once_cell v1.21.3 |
| 1964 | 2026-05-08T11:01:03.685Z | Compiling generic-array v0.14.7 |
| 1965 | 2026-05-08T11:01:03.787Z | Compiling icu_locid v1.5.0 |
| 1966 | 2026-05-08T11:01:03.862Z | Compiling thiserror v1.0.64 |
| 1967 | 2026-05-08T11:01:04.044Z | Compiling futures-core v0.3.32 |
| 1968 | 2026-05-08T11:01:04.168Z | Compiling thiserror-impl v1.0.64 |
| 1969 | 2026-05-08T11:01:04.207Z | Compiling hashbrown v0.17.0 |
| 1970 | 2026-05-08T11:01:04.321Z | Compiling bytes v1.11.1 |
| 1971 | 2026-05-08T11:01:04.378Z | Compiling icu_provider v1.5.0 |
| 1972 | 2026-05-08T11:01:04.486Z | Compiling chrono v0.4.44 |
| 1973 | 2026-05-08T11:01:04.759Z | Compiling icu_locid_transform v1.5.0 |
| 1974 | 2026-05-08T11:01:05.124Z | Compiling serde_tokenstream v0.2.3 |
| 1975 | 2026-05-08T11:01:05.293Z | Compiling tokio v1.50.0 |
| 1976 | 2026-05-08T11:01:05.355Z | Compiling indexmap v2.14.0 |
| 1977 | 2026-05-08T11:01:05.426Z | Compiling icu_properties v1.5.1 |
| 1978 | 2026-05-08T11:01:05.462Z | Compiling httparse v1.10.1 |
| 1979 | 2026-05-08T11:01:05.819Z | Compiling crypto-common v0.1.6 |
| 1980 | 2026-05-08T11:01:05.979Z | Compiling futures-sink v0.3.32 |
| 1981 | 2026-05-08T11:01:06.308Z | Compiling strsim v0.11.1 |
| 1982 | 2026-05-08T11:01:06.603Z | Compiling getrandom v0.3.4 |
| 1983 | 2026-05-08T11:01:07.010Z | Compiling icu_normalizer v1.5.0 |
| 1984 | 2026-05-08T11:01:07.080Z | Compiling ident_case v1.0.1 |
| 1985 | 2026-05-08T11:01:07.193Z | Compiling futures-channel v0.3.32 |
| 1986 | 2026-05-08T11:01:07.206Z | Compiling errno v0.3.14 |
| 1987 | 2026-05-08T11:01:07.353Z | Compiling either v1.15.0 |
| 1988 | 2026-05-08T11:01:07.450Z | Compiling futures-io v0.3.32 |
| 1989 | 2026-05-08T11:01:07.563Z | Compiling idna_adapter v1.2.0 |
| 1990 | 2026-05-08T11:01:07.666Z | Compiling const-oid v0.9.6 |
| 1991 | 2026-05-08T11:01:07.709Z | Compiling idna v1.0.3 |
| 1992 | 2026-05-08T11:01:08.003Z | Compiling futures-task v0.3.32 |
| 1993 | 2026-05-08T11:01:08.096Z | Compiling url v2.5.4 |
| 1994 | 2026-05-08T11:01:08.181Z | Compiling futures-util v0.3.32 |
| 1995 | 2026-05-08T11:01:08.511Z | Compiling zerocopy-derive v0.8.27 |
| 1996 | 2026-05-08T11:01:08.549Z | Compiling anyhow v1.0.100 |
| 1997 | 2026-05-08T11:01:09.196Z | Compiling http v1.4.0 |
| 1998 | 2026-05-08T11:01:10.084Z | Compiling foldhash v0.2.0 |
| 1999 | 2026-05-08T11:01:10.141Z | Compiling ucd-trie v0.1.6 |
| 2000 | 2026-05-08T11:01:10.292Z | Compiling allocator-api2 v0.2.21 |
| 2001 | 2026-05-08T11:01:10.379Z | Compiling byteorder v1.5.0 |
| 2002 | 2026-05-08T11:01:10.480Z | Compiling pest v2.8.4 |
| 2003 | 2026-05-08T11:01:10.626Z | Compiling hashbrown v0.16.1 |
| 2004 | 2026-05-08T11:01:10.859Z | Compiling block-buffer v0.10.4 |
| 2005 | 2026-05-08T11:01:11.042Z | Compiling tracing-core v0.1.32 |
| 2006 | 2026-05-08T11:01:11.102Z | Compiling tracing-attributes v0.1.27 |
| 2007 | 2026-05-08T11:01:11.211Z | Compiling slog v2.8.2 |
| 2008 | 2026-05-08T11:01:11.497Z | Compiling rustix v0.38.34 |
| 2009 | 2026-05-08T11:01:11.698Z | Compiling pest_meta v2.8.4 |
| 2010 | 2026-05-08T11:01:12.006Z | Compiling digest v0.10.7 |
| 2011 | 2026-05-08T11:01:12.262Z | Compiling untrusted v0.9.0 |
| 2012 | 2026-05-08T11:01:12.285Z | Compiling tracing v0.1.40 |
| 2013 | 2026-05-08T11:01:12.397Z | Compiling prettyplease v0.2.37 |
| 2014 | 2026-05-08T11:01:12.604Z | Compiling pest_generator v2.8.4 |
| 2015 | 2026-05-08T11:01:12.922Z | Compiling rustls-pki-types v1.12.0 |
| 2016 | 2026-05-08T11:01:12.948Z | Compiling base64 v0.22.1 |
| 2017 | 2026-05-08T11:01:13.210Z | Compiling fnv v1.0.7 |
| 2018 | 2026-05-08T11:01:13.317Z | Compiling lazy_static v1.5.0 |
| 2019 | 2026-05-08T11:01:13.424Z | Compiling pest_derive v2.8.4 |
| 2020 | 2026-05-08T11:01:13.462Z | Compiling glob v0.3.3 |
| 2021 | 2026-05-08T11:01:13.607Z | Compiling minimal-lexical v0.2.1 |
| 2022 | 2026-05-08T11:01:13.763Z | Compiling pkg-config v0.3.30 |
| 2023 | 2026-05-08T11:01:13.787Z | Compiling clang-sys v1.8.1 |
| 2024 | 2026-05-08T11:01:13.799Z | Compiling nom v7.1.3 |
| 2025 | 2026-05-08T11:01:13.840Z | Compiling ppv-lite86 v0.2.17 |
| 2026 | 2026-05-08T11:01:14.210Z | Compiling tokio-util v0.7.16 |
| 2027 | 2026-05-08T11:01:14.363Z | Compiling vcpkg v0.2.15 |
| 2028 | 2026-05-08T11:01:14.431Z | Compiling ipnet v2.9.0 |
| 2029 | 2026-05-08T11:01:14.920Z | Compiling libloading v0.8.9 |
| 2030 | 2026-05-08T11:01:15.085Z | Compiling cpufeatures v0.2.12 |
| 2031 | 2026-05-08T11:01:15.115Z | Compiling zerocopy v0.8.27 |
| 2032 | 2026-05-08T11:01:15.174Z | Compiling home v0.5.11 |
| 2033 | 2026-05-08T11:01:15.238Z | Compiling bindgen v0.69.5 |
| 2034 | 2026-05-08T11:01:15.387Z | Compiling which v4.4.2 |
| 2035 | 2026-05-08T11:01:15.542Z | Compiling cexpr v0.6.0 |
| 2036 | 2026-05-08T11:01:15.554Z | Compiling http-body v1.0.1 |
| 2037 | 2026-05-08T11:01:15.638Z | Compiling itertools v0.12.1 |
| 2038 | 2026-05-08T11:01:15.687Z | Compiling rustc-hash v1.1.0 |
| 2039 | 2026-05-08T11:01:15.720Z | Compiling lazycell v1.3.0 |
| 2040 | 2026-05-08T11:01:15.797Z | Compiling atomic-waker v1.1.2 |
| 2041 | 2026-05-08T11:01:15.935Z | Compiling cmake v0.1.54 |
| 2042 | 2026-05-08T11:01:16.110Z | Compiling fs_extra v1.3.0 |
| 2043 | 2026-05-08T11:01:16.270Z | Compiling tower-layer v0.3.3 |
| 2044 | 2026-05-08T11:01:16.369Z | Compiling try-lock v0.2.5 |
| 2045 | 2026-05-08T11:01:16.491Z | Compiling tower-service v0.3.3 |
| 2046 | 2026-05-08T11:01:16.520Z | Compiling dunce v1.0.5 |
| 2047 | 2026-05-08T11:01:16.532Z | Compiling want v0.3.1 |
| 2048 | 2026-05-08T11:01:16.590Z | Compiling h2 v0.4.6 |
| 2049 | 2026-05-08T11:01:16.619Z | Compiling httpdate v1.0.3 |
| 2050 | 2026-05-08T11:01:16.710Z | Compiling time-core v0.1.8 |
| 2051 | 2026-05-08T11:01:16.878Z | Compiling pin-utils v0.1.0 |
| 2052 | 2026-05-08T11:01:16.992Z | Compiling paste v1.0.15 |
| 2053 | 2026-05-08T11:01:17.289Z | Compiling num-conv v0.2.0 |
| 2054 | 2026-05-08T11:01:17.435Z | Compiling camino v1.2.2 |
| 2055 | 2026-05-08T11:01:17.496Z | Compiling time-macros v0.2.27 |
| 2056 | 2026-05-08T11:01:17.763Z | Compiling ryu v1.0.18 |
| 2057 | 2026-05-08T11:01:17.929Z | Compiling scroll_derive v0.13.1 |
| 2058 | 2026-05-08T11:01:18.325Z | Compiling aws-lc-rs v1.13.3 |
| 2059 | 2026-05-08T11:01:18.503Z | Compiling http-body-util v0.1.3 |
| 2060 | 2026-05-08T11:01:18.598Z | Compiling openapiv3 v2.2.0 |
| 2061 | 2026-05-08T11:01:18.610Z | Compiling async-trait v0.1.89 |
| 2062 | 2026-05-08T11:01:18.770Z | Compiling encoding_rs v0.8.34 |
| 2063 | 2026-05-08T11:01:18.790Z | Compiling mime v0.3.17 |
| 2064 | 2026-05-08T11:01:19.275Z | Compiling hyper v1.8.1 |
| 2065 | 2026-05-08T11:01:19.593Z | Compiling pretty-hex v0.4.1 |
| 2066 | 2026-05-08T11:01:19.748Z | Compiling serde_urlencoded v0.7.1 |
| 2067 | 2026-05-08T11:01:19.778Z | Compiling regress v0.10.5 |
| 2068 | 2026-05-08T11:01:20.089Z | Compiling erased-serde v0.3.31 |
| 2069 | 2026-05-08T11:01:20.179Z | Compiling untrusted v0.7.1 |
| 2070 | 2026-05-08T11:01:20.698Z | Compiling hyper-util v0.1.20 |
| 2071 | 2026-05-08T11:01:21.115Z | Compiling strum_macros v0.26.4 |
| 2072 | 2026-05-08T11:01:21.260Z | Compiling aws-lc-sys v0.30.0 |
| 2073 | 2026-05-08T11:01:21.793Z | Compiling typify-impl v0.4.3 |
| 2074 | 2026-05-08T11:01:22.740Z | Compiling rustls v0.23.31 |
| 2075 | 2026-05-08T11:01:23.006Z | Compiling plain v0.2.3 |
| 2076 | 2026-05-08T11:01:23.126Z | Compiling omicron-workspace-hack v0.1.0 |
| 2077 | 2026-05-08T11:01:23.353Z | Compiling rand_core v0.9.3 |
| 2078 | 2026-05-08T11:01:23.452Z | Compiling ipnetwork v0.21.1 |
| 2079 | 2026-05-08T11:01:23.482Z | Compiling unsafe-libyaml v0.2.11 |
| 2080 | 2026-05-08T11:01:23.829Z | Compiling usdt-impl v0.6.0 |
| 2081 | 2026-05-08T11:01:23.921Z | Compiling crossbeam-utils v0.8.19 |
| 2082 | 2026-05-08T11:01:24.256Z | Compiling serde_yaml v0.9.34+deprecated |
| 2083 | 2026-05-08T11:01:24.577Z | Compiling rand_chacha v0.9.0 |
| 2084 | 2026-05-08T11:01:25.073Z | Compiling scroll v0.13.0 |
| 2085 | 2026-05-08T11:01:25.194Z | Compiling typify-macro v0.4.3 |
| 2086 | 2026-05-08T11:01:25.460Z | Compiling goblin v0.10.4 |
| 2087 | 2026-05-08T11:01:25.553Z | Compiling rand v0.9.2 |
| 2088 | 2026-05-08T11:01:26.568Z | Compiling openssl-sys v0.9.107 |
| 2089 | 2026-05-08T11:01:26.757Z | Compiling sync_wrapper v1.0.1 |
| 2090 | 2026-05-08T11:01:27.260Z | Compiling rustls v0.22.4 |
| 2091 | 2026-05-08T11:01:27.483Z | Compiling tower v0.5.2 |
| 2092 | 2026-05-08T11:01:27.534Z | Compiling dtrace-parser v0.3.0 |
| 2093 | 2026-05-08T11:01:27.742Z | Compiling webpki-roots v0.26.3 |
| 2094 | 2026-05-08T11:01:28.072Z | Compiling futures-executor v0.3.32 |
| 2095 | 2026-05-08T11:01:28.115Z | Compiling daft-derive v0.1.5 |
| 2096 | 2026-05-08T11:01:28.538Z | Compiling dof v0.4.0 |
| 2097 | 2026-05-08T11:01:28.867Z | Compiling thread-id v5.0.0 |
| 2098 | 2026-05-08T11:01:28.959Z | Compiling slog-async v2.8.0 |
| 2099 | 2026-05-08T11:01:29.260Z | Compiling ref-cast v1.0.25 |
| 2100 | 2026-05-08T11:01:29.299Z | Compiling iri-string v0.7.8 |
| 2101 | 2026-05-08T11:01:29.871Z | Compiling futures v0.3.32 |
| 2102 | 2026-05-08T11:01:29.964Z | Compiling typify v0.4.3 |
| 2103 | 2026-05-08T11:01:30.066Z | Compiling rand_chacha v0.3.1 |
| 2104 | 2026-05-08T11:01:30.133Z | Compiling multer v3.1.0 |
| 2105 | 2026-05-08T11:01:30.375Z | Compiling syn v1.0.109 |
| 2106 | 2026-05-08T11:01:30.713Z | Compiling tower-http v0.6.8 |
| 2107 | 2026-05-08T11:01:30.868Z | Compiling rand v0.8.5 |
| 2108 | 2026-05-08T11:01:30.955Z | Compiling darling_core v0.23.0 |
| 2109 | 2026-05-08T11:01:31.647Z | Compiling ref-cast-impl v1.0.25 |
| 2110 | 2026-05-08T11:01:31.746Z | Compiling foreign-types-shared v0.1.1 |
| 2111 | 2026-05-08T11:01:31.774Z | Compiling openssl v0.10.72 |
| 2112 | 2026-05-08T11:01:31.841Z | Compiling rustix v1.1.2 |
| 2113 | 2026-05-08T11:01:32.054Z | Compiling winnow v0.7.13 |
| 2114 | 2026-05-08T11:01:32.184Z | Compiling foreign-types v0.3.2 |
| 2115 | 2026-05-08T11:01:32.261Z | Compiling usdt-attr-macro v0.6.0 |
| 2116 | 2026-05-08T11:01:32.431Z | Compiling usdt-macro v0.6.0 |
| 2117 | 2026-05-08T11:01:33.074Z | Compiling darling_macro v0.23.0 |
| 2118 | 2026-05-08T11:01:33.270Z | Compiling strum v0.26.3 |
| 2119 | 2026-05-08T11:01:33.435Z | Compiling sha1 v0.10.6 |
| 2120 | 2026-05-08T11:01:33.656Z | Compiling async-stream-impl v0.3.6 |
| 2121 | 2026-05-08T11:01:33.735Z | Compiling openssl-macros v0.1.1 |
| 2122 | 2026-05-08T11:01:33.786Z | Compiling powerfmt v0.2.0 |
| 2123 | 2026-05-08T11:01:33.805Z | Compiling native-tls v0.2.11 |
| 2124 | 2026-05-08T11:01:33.876Z | Compiling darling v0.23.0 |
| 2125 | 2026-05-08T11:01:33.962Z | Compiling deranged v0.5.3 |
| 2126 | 2026-05-08T11:01:34.078Z | Compiling oxnet v0.1.4 |
| 2127 | 2026-05-08T11:01:34.354Z | Compiling structmeta-derive v0.3.0 |
| 2128 | 2026-05-08T11:01:35.173Z | Compiling match_cfg v0.1.0 |
| 2129 | 2026-05-08T11:01:35.255Z | Compiling num_threads v0.1.7 |
| 2130 | 2026-05-08T11:01:35.536Z | Compiling openssl-probe v0.1.5 |
| 2131 | 2026-05-08T11:01:35.593Z | Compiling time v0.3.47 |
| 2132 | 2026-05-08T11:01:35.673Z | Compiling structmeta v0.3.0 |
| 2133 | 2026-05-08T11:01:35.810Z | Compiling hostname v0.3.1 |
| 2134 | 2026-05-08T11:01:35.880Z | Compiling serde_with_macros v3.18.0 |
| 2135 | 2026-05-08T11:01:35.946Z | Compiling progenitor-impl v0.11.1 |
| 2136 | 2026-05-08T11:01:35.977Z | Compiling crossbeam-channel v0.5.15 |
| 2137 | 2026-05-08T11:01:36.668Z | Compiling macaddr v1.0.1 |
| 2138 | 2026-05-08T11:01:36.956Z | Compiling tokio-native-tls v0.3.1 |
| 2139 | 2026-05-08T11:01:37.010Z | Compiling hex v0.4.3 |
| 2140 | 2026-05-08T11:01:37.151Z | Compiling fastrand v2.3.0 |
| 2141 | 2026-05-08T11:01:37.231Z | Compiling hyper-tls v0.6.0 |
| 2142 | 2026-05-08T11:01:37.492Z | Compiling tempfile v3.23.0 |
| 2143 | 2026-05-08T11:01:38.029Z | Compiling progenitor-macro v0.11.1 |
| 2144 | 2026-05-08T11:01:38.397Z | Compiling webpki-roots v1.0.3 |
| 2145 | 2026-05-08T11:01:38.511Z | Compiling thread_local v1.1.8 |
| 2146 | 2026-05-08T11:01:38.528Z | Compiling dropshot v0.16.7 |
| 2147 | 2026-05-08T11:01:38.980Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-05-08T11:01:40.370Z | Compiling rustls-webpki v0.102.4 |
| 2149 | 2026-05-08T11:01:40.373Z | Compiling newtype-uuid v1.3.2 |
| 2150 | 2026-05-08T11:01:42.143Z | Compiling newtype-uuid-macros v0.1.0 |
| 2151 | 2026-05-08T11:01:42.200Z | Compiling toml_datetime v0.6.11 |
| 2152 | 2026-05-08T11:01:42.224Z | Compiling strum_macros v0.27.2 |
| 2153 | 2026-05-08T11:01:42.235Z | Compiling serde_spanned v1.0.4 |
| 2154 | 2026-05-08T11:01:42.437Z | Compiling is-terminal v0.4.12 |
| 2155 | 2026-05-08T11:01:42.484Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2156 | 2026-05-08T11:01:42.539Z | Compiling take_mut v0.2.2 |
| 2157 | 2026-05-08T11:01:42.659Z | Compiling debug-ignore v1.0.5 |
| 2158 | 2026-05-08T11:01:42.760Z | Compiling term v1.2.0 |
| 2159 | 2026-05-08T11:01:44.024Z | Compiling slog-term v2.9.2 |
| 2160 | 2026-05-08T11:01:44.268Z | Compiling slog-json v2.6.1 |
| 2161 | 2026-05-08T11:01:44.519Z | Compiling derive-ex v0.1.8 |
| 2162 | 2026-05-08T11:01:44.679Z | Compiling dropshot_endpoint v0.16.7 |
| 2163 | 2026-05-08T11:01:45.425Z | Compiling memmap2 v0.9.9 |
| 2164 | 2026-05-08T11:01:45.719Z | Compiling spin v0.9.8 |
| 2165 | 2026-05-08T11:01:45.849Z | Compiling quick-error v1.2.3 |
| 2166 | 2026-05-08T11:01:46.120Z | Compiling test-strategy v0.4.3 |
| 2167 | 2026-05-08T11:01:46.315Z | Compiling tokio-rustls v0.25.0 |
| 2168 | 2026-05-08T11:01:46.333Z | Compiling usdt v0.6.0 |
| 2169 | 2026-05-08T11:01:46.561Z | Compiling slog-bunyan v2.5.0 |
| 2170 | 2026-05-08T11:01:46.748Z | Compiling daft v0.1.5 |
| 2171 | 2026-05-08T11:01:46.966Z | Compiling parse-display-derive v0.10.0 |
| 2172 | 2026-05-08T11:01:47.047Z | Compiling async-stream v0.3.6 |
| 2173 | 2026-05-08T11:01:47.135Z | Compiling waitgroup v0.1.2 |
| 2174 | 2026-05-08T11:01:47.236Z | Compiling rustls-pemfile v2.2.0 |
| 2175 | 2026-05-08T11:01:47.295Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2176 | 2026-05-08T11:01:47.478Z | Compiling serde_path_to_error v0.1.20 |
| 2177 | 2026-05-08T11:01:47.499Z | Compiling hostname v0.4.2 |
| 2178 | 2026-05-08T11:01:47.672Z | Compiling serde_with v3.18.0 |
| 2179 | 2026-05-08T11:01:48.658Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2180 | 2026-05-08T11:01:48.912Z | Compiling wait-timeout v0.2.0 |
| 2181 | 2026-05-08T11:01:49.165Z | Compiling bit-vec v0.6.3 |
| 2182 | 2026-05-08T11:01:49.388Z | Compiling crucible-workspace-hack v0.1.0 |
| 2183 | 2026-05-08T11:01:49.441Z | Compiling bit-set v0.5.3 |
| 2184 | 2026-05-08T11:01:49.640Z | Compiling rusty-fork v0.3.0 |
| 2185 | 2026-05-08T11:01:49.829Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2186 | 2026-05-08T11:01:49.925Z | Compiling strum v0.27.2 |
| 2187 | 2026-05-08T11:01:50.070Z | Compiling rand_xorshift v0.3.0 |
| 2188 | 2026-05-08T11:01:50.130Z | Compiling unarray v0.1.4 |
| 2189 | 2026-05-08T11:01:50.269Z | Compiling proptest v1.5.0 |
| 2190 | 2026-05-08T11:01:50.628Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2191 | 2026-05-08T11:01:51.436Z | Compiling instant v0.1.12 |
| 2192 | 2026-05-08T11:01:51.561Z | Compiling unicode-width v0.1.14 |
| 2193 | 2026-05-08T11:01:51.879Z | Compiling winnow v0.5.40 |
| 2194 | 2026-05-08T11:01:53.255Z | Compiling rustc-hash v2.1.1 |
| 2195 | 2026-05-08T11:01:53.392Z | Compiling iddqd v0.3.17 |
| 2196 | 2026-05-08T11:01:54.044Z | Compiling toml_edit v0.19.15 |
| 2197 | 2026-05-08T11:01:55.245Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2198 | 2026-05-08T11:01:56.072Z | Compiling backoff v0.4.0 |
| 2199 | 2026-05-08T11:01:56.291Z | Compiling parse-display v0.10.0 |
| 2200 | 2026-05-08T11:01:56.304Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-05-08T11:01:56.453Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2202 | 2026-05-08T11:01:56.765Z | Compiling clap_derive v4.5.4 |
| 2203 | 2026-05-08T11:01:57.129Z | Compiling utf8parse v0.2.1 |
| 2204 | 2026-05-08T11:01:57.251Z | Compiling anstyle-parse v0.2.4 |
| 2205 | 2026-05-08T11:01:57.487Z | Compiling proc-macro-crate v1.3.1 |
| 2206 | 2026-05-08T11:01:58.045Z | Compiling darling_core v0.21.3 |
| 2207 | 2026-05-08T11:01:58.457Z | Compiling colorchoice v1.0.1 |
| 2208 | 2026-05-08T11:01:58.585Z | Compiling anstyle-query v1.0.3 |
| 2209 | 2026-05-08T11:01:58.701Z | Compiling anstyle v1.0.7 |
| 2210 | 2026-05-08T11:01:58.980Z | Compiling is_terminal_polyfill v1.70.0 |
| 2211 | 2026-05-08T11:01:59.076Z | Compiling anstream v0.6.14 |
| 2212 | 2026-05-08T11:01:59.770Z | Compiling terminal_size v0.3.0 |
| 2213 | 2026-05-08T11:01:59.850Z | Compiling base64ct v1.6.0 |
| 2214 | 2026-05-08T11:01:59.923Z | Compiling clap_lex v0.7.0 |
| 2215 | 2026-05-08T11:02:00.178Z | Compiling darling_macro v0.21.3 |
| 2216 | 2026-05-08T11:02:00.224Z | Compiling heck v0.4.1 |
| 2217 | 2026-05-08T11:02:00.424Z | Compiling clap_builder v4.5.2 |
| 2218 | 2026-05-08T11:02:00.752Z | Compiling itertools v0.14.0 |
| 2219 | 2026-05-08T11:02:00.770Z | Compiling darling v0.21.3 |
| 2220 | 2026-05-08T11:02:01.043Z | Compiling derive-where v1.6.0 |
| 2221 | 2026-05-08T11:02:02.148Z | Compiling heapless v0.8.0 |
| 2222 | 2026-05-08T11:02:02.410Z | Compiling clap v4.5.4 |
| 2223 | 2026-05-08T11:02:02.894Z | Compiling ingot-macros v0.1.1 |
| 2224 | 2026-05-08T11:02:03.380Z | Compiling hash32 v0.3.1 |
| 2225 | 2026-05-08T11:02:04.067Z | Compiling smoltcp v0.11.0 |
| 2226 | 2026-05-08T11:02:05.426Z | Compiling cobs v0.2.3 |
| 2227 | 2026-05-08T11:02:05.577Z | Compiling ingot-types v0.1.2 |
| 2228 | 2026-05-08T11:02:05.589Z | Compiling bitflags v1.3.2 |
| 2229 | 2026-05-08T11:02:05.666Z | Compiling managed v0.8.0 |
| 2230 | 2026-05-08T11:02:05.958Z | Compiling ingot v0.1.1 |
| 2231 | 2026-05-08T11:02:06.021Z | Compiling postcard v1.0.9 |
| 2232 | 2026-05-08T11:02:06.660Z | Compiling tabwriter v1.4.0 |
| 2233 | 2026-05-08T11:02:06.756Z | Compiling crossbeam-epoch v0.9.18 |
| 2234 | 2026-05-08T11:02:07.465Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2235 | 2026-05-08T11:02:07.578Z | Compiling proc-macro-error-attr v1.0.4 |
| 2236 | 2026-05-08T11:02:07.798Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2237 | 2026-05-08T11:02:07.939Z | Compiling num_enum_derive v0.7.4 |
| 2238 | 2026-05-08T11:02:08.065Z | Compiling zerocopy-derive v0.7.34 |
| 2239 | 2026-05-08T11:02:08.382Z | Compiling proc-macro-error v1.0.4 |
| 2240 | 2026-05-08T11:02:08.623Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2241 | 2026-05-08T11:02:08.988Z | Compiling num_enum v0.7.4 |
| 2242 | 2026-05-08T11:02:09.304Z | Compiling foreign-types-macros v0.2.3 |
| 2243 | 2026-05-08T11:02:09.528Z | Compiling rayon-core v1.13.0 |
| 2244 | 2026-05-08T11:02:09.531Z | Compiling colored v3.0.0 |
| 2245 | 2026-05-08T11:02:09.600Z | Compiling foreign-types-shared v0.3.1 |
| 2246 | 2026-05-08T11:02:09.974Z | Compiling foreign-types v0.5.0 |
| 2247 | 2026-05-08T11:02:10.053Z | Compiling crossbeam-deque v0.8.5 |
| 2248 | 2026-05-08T11:02:10.100Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2249 | 2026-05-08T11:02:10.136Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2250 | 2026-05-08T11:02:10.175Z | Compiling cstr-argument v0.1.2 |
| 2251 | 2026-05-08T11:02:10.510Z | Compiling data-encoding v2.6.0 |
| 2252 | 2026-05-08T11:02:10.644Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2253 | 2026-05-08T11:02:10.771Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2254 | 2026-05-08T11:02:10.903Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2255 | 2026-05-08T11:02:11.311Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2256 | 2026-05-08T11:02:11.381Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2257 | 2026-05-08T11:02:11.677Z | Compiling rayon v1.11.0 |
| 2258 | 2026-05-08T11:02:12.068Z | Compiling rustls-webpki v0.103.4 |
| 2259 | 2026-05-08T11:02:12.268Z | Compiling zerocopy v0.7.34 |
| 2260 | 2026-05-08T11:02:13.549Z | Compiling pem-rfc7468 v0.7.0 |
| 2261 | 2026-05-08T11:02:14.216Z | Compiling serde_spanned v0.6.9 |
| 2262 | 2026-05-08T11:02:14.245Z | Compiling scroll_derive v0.12.0 |
| 2263 | 2026-05-08T11:02:14.355Z | Compiling num-derive v0.4.2 |
| 2264 | 2026-05-08T11:02:14.367Z | Compiling der_derive v0.7.3 |
| 2265 | 2026-05-08T11:02:14.379Z | Compiling sigpipe v0.1.3 |
| 2266 | 2026-05-08T11:02:14.474Z | Compiling usdt-impl v0.5.0 |
| 2267 | 2026-05-08T11:02:14.765Z | Compiling cfg_aliases v0.2.1 |
| 2268 | 2026-05-08T11:02:14.777Z | Compiling jiff v0.2.15 |
| 2269 | 2026-05-08T11:02:14.823Z | Compiling flagset v0.4.7 |
| 2270 | 2026-05-08T11:02:15.009Z | Compiling scroll v0.12.0 |
| 2271 | 2026-05-08T11:02:15.345Z | Compiling der v0.7.10 |
| 2272 | 2026-05-08T11:02:15.541Z | Compiling dof v0.3.0 |
| 2273 | 2026-05-08T11:02:15.700Z | Compiling zone_cfg_derive v0.3.0 |
| 2274 | 2026-05-08T11:02:15.899Z | Compiling dtrace-parser v0.2.0 |
| 2275 | 2026-05-08T11:02:16.385Z | Compiling tokio-rustls v0.26.0 |
| 2276 | 2026-05-08T11:02:16.595Z | Compiling camino-tempfile v1.4.1 |
| 2277 | 2026-05-08T11:02:16.659Z | Compiling hyper-rustls v0.27.3 |
| 2278 | 2026-05-08T11:02:16.748Z | Compiling rustc_version v0.4.1 |
| 2279 | 2026-05-08T11:02:16.985Z | Compiling reqwest v0.12.23 |
| 2280 | 2026-05-08T11:02:17.138Z | Compiling thread-id v4.2.1 |
| 2281 | 2026-05-08T11:02:17.567Z | Compiling zone v0.3.1 |
| 2282 | 2026-05-08T11:02:18.303Z | Compiling goblin v0.8.2 |
| 2283 | 2026-05-08T11:02:18.364Z | Compiling progenitor-client v0.11.1 |
| 2284 | 2026-05-08T11:02:18.595Z | Compiling progenitor-client v0.10.0 |
| 2285 | 2026-05-08T11:02:18.878Z | Compiling progenitor v0.11.1 |
| 2286 | 2026-05-08T11:02:19.027Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2287 | 2026-05-08T11:02:19.455Z | Compiling smf v0.2.3 |
| 2288 | 2026-05-08T11:02:20.288Z | Compiling whoami v1.5.1 |
| 2289 | 2026-05-08T11:02:21.597Z | Compiling spki v0.7.3 |
| 2290 | 2026-05-08T11:02:21.889Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2291 | 2026-05-08T11:02:23.659Z | Compiling secrecy v0.10.3 |
| 2292 | 2026-05-08T11:02:23.841Z | Compiling num-integer v0.1.46 |
| 2293 | 2026-05-08T11:02:25.106Z | Compiling convert_case v0.4.0 |
| 2294 | 2026-05-08T11:02:25.420Z | Compiling derive_more v0.99.20 |
| 2295 | 2026-05-08T11:02:27.587Z | Compiling usdt-macro v0.5.0 |
| 2296 | 2026-05-08T11:02:27.679Z | Compiling usdt-attr-macro v0.5.0 |
| 2297 | 2026-05-08T11:02:27.725Z | Compiling num_enum_derive v0.5.11 |
| 2298 | 2026-05-08T11:02:28.284Z | Compiling memmap v0.7.0 |
| 2299 | 2026-05-08T11:02:28.428Z | Compiling tinyvec_macros v0.1.1 |
| 2300 | 2026-05-08T11:02:28.521Z | Compiling tinyvec v1.6.0 |
| 2301 | 2026-05-08T11:02:28.642Z | Compiling usdt v0.5.0 |
| 2302 | 2026-05-08T11:02:28.755Z | Compiling num_enum v0.5.11 |
| 2303 | 2026-05-08T11:02:29.265Z | Compiling num-bigint v0.4.5 |
| 2304 | 2026-05-08T11:02:29.406Z | Compiling pkcs8 v0.10.2 |
| 2305 | 2026-05-08T11:02:29.555Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2306 | 2026-05-08T11:02:29.977Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2307 | 2026-05-08T11:02:30.038Z | Compiling toml_write v0.1.2 |
| 2308 | 2026-05-08T11:02:30.272Z | Compiling toml_edit v0.22.27 |
| 2309 | 2026-05-08T11:02:30.407Z | Compiling num-rational v0.4.2 |
| 2310 | 2026-05-08T11:02:30.635Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2311 | 2026-05-08T11:02:32.492Z | Compiling num-iter v0.1.45 |
| 2312 | 2026-05-08T11:02:32.858Z | Compiling password-hash v0.5.0 |
| 2313 | 2026-05-08T11:02:32.984Z | Compiling darling_core v0.20.11 |
| 2314 | 2026-05-08T11:02:33.005Z | Compiling hmac v0.12.1 |
| 2315 | 2026-05-08T11:02:33.022Z | Compiling blake2 v0.10.6 |
| 2316 | 2026-05-08T11:02:33.060Z | Compiling inout v0.1.3 |
| 2317 | 2026-05-08T11:02:33.234Z | Compiling num-complex v0.4.6 |
| 2318 | 2026-05-08T11:02:33.470Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2319 | 2026-05-08T11:02:33.783Z | Compiling memoffset v0.9.1 |
| 2320 | 2026-05-08T11:02:34.922Z | Compiling darling_macro v0.20.11 |
| 2321 | 2026-05-08T11:02:35.348Z | Compiling num v0.4.3 |
| 2322 | 2026-05-08T11:02:35.437Z | Compiling argon2 v0.5.3 |
| 2323 | 2026-05-08T11:02:35.522Z | Compiling cipher v0.4.4 |
| 2324 | 2026-05-08T11:02:35.909Z | Compiling toml v0.8.23 |
| 2325 | 2026-05-08T11:02:35.999Z | Compiling nix v0.30.1 |
| 2326 | 2026-05-08T11:02:36.327Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2327 | 2026-05-08T11:02:36.397Z | Compiling ff v0.13.1 |
| 2328 | 2026-05-08T11:02:36.457Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2329 | 2026-05-08T11:02:37.027Z | Compiling base16ct v0.2.0 |
| 2330 | 2026-05-08T11:02:37.078Z | Compiling base64 v0.21.7 |
| 2331 | 2026-05-08T11:02:37.183Z | Compiling sec1 v0.7.3 |
| 2332 | 2026-05-08T11:02:37.657Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2333 | 2026-05-08T11:02:37.755Z | Compiling group v0.13.0 |
| 2334 | 2026-05-08T11:02:38.351Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2335 | 2026-05-08T11:02:38.466Z | Compiling darling v0.20.11 |
| 2336 | 2026-05-08T11:02:38.834Z | Compiling hkdf v0.12.4 |
| 2337 | 2026-05-08T11:02:38.850Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2338 | 2026-05-08T11:02:39.532Z | Compiling enum-as-inner v0.6.0 |
| 2339 | 2026-05-08T11:02:40.016Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2340 | 2026-05-08T11:02:40.244Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2341 | 2026-05-08T11:02:40.404Z | Compiling hubpack_derive v0.1.1 |
| 2342 | 2026-05-08T11:02:40.757Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2343 | 2026-05-08T11:02:40.808Z | Compiling progenitor-impl v0.10.0 |
| 2344 | 2026-05-08T11:02:40.937Z | Compiling libz-sys v1.1.16 |
| 2345 | 2026-05-08T11:02:41.028Z | Compiling universal-hash v0.5.1 |
| 2346 | 2026-05-08T11:02:41.109Z | Compiling crypto-bigint v0.5.5 |
| 2347 | 2026-05-08T11:02:41.183Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2348 | 2026-05-08T11:02:41.615Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2349 | 2026-05-08T11:02:41.734Z | Compiling indent_write v2.2.0 |
| 2350 | 2026-05-08T11:02:41.857Z | Compiling opaque-debug v0.3.1 |
| 2351 | 2026-05-08T11:02:41.887Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2352 | 2026-05-08T11:02:42.220Z | Compiling elliptic-curve v0.13.8 |
| 2353 | 2026-05-08T11:02:42.645Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2354 | 2026-05-08T11:02:42.948Z | Compiling progenitor-macro v0.10.0 |
| 2355 | 2026-05-08T11:02:43.346Z | Compiling hubpack v0.1.2 |
| 2356 | 2026-05-08T11:02:43.602Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2357 | 2026-05-08T11:02:43.725Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2358 | 2026-05-08T11:02:43.905Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2359 | 2026-05-08T11:02:44.332Z | Compiling derive_builder_core v0.20.2 |
| 2360 | 2026-05-08T11:02:44.848Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2361 | 2026-05-08T11:02:45.112Z | Compiling curve25519-dalek v4.1.3 |
| 2362 | 2026-05-08T11:02:45.423Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2363 | 2026-05-08T11:02:46.316Z | Compiling half v2.7.1 |
| 2364 | 2026-05-08T11:02:46.675Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2365 | 2026-05-08T11:02:46.726Z | Compiling utf-8 v0.7.6 |
| 2366 | 2026-05-08T11:02:46.946Z | Compiling float-ord v0.3.2 |
| 2367 | 2026-05-08T11:02:47.076Z | Compiling crc32fast v1.4.0 |
| 2368 | 2026-05-08T11:02:47.187Z | Compiling ciborium-io v0.2.2 |
| 2369 | 2026-05-08T11:02:47.205Z | Compiling static_assertions v1.1.0 |
| 2370 | 2026-05-08T11:02:47.226Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2371 | 2026-05-08T11:02:47.287Z | Compiling ciborium-ll v0.2.2 |
| 2372 | 2026-05-08T11:02:47.546Z | Compiling progenitor v0.10.0 |
| 2373 | 2026-05-08T11:02:47.562Z | Compiling tungstenite v0.21.0 |
| 2374 | 2026-05-08T11:02:47.780Z | Compiling derive_builder_macro v0.20.2 |
| 2375 | 2026-05-08T11:02:48.369Z | Compiling resolv-conf v0.7.0 |
| 2376 | 2026-05-08T11:02:48.658Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2377 | 2026-05-08T11:02:48.796Z | Compiling aead v0.5.2 |
| 2378 | 2026-05-08T11:02:49.023Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2379 | 2026-05-08T11:02:49.063Z | Compiling vergen-lib v9.1.0 |
| 2380 | 2026-05-08T11:02:49.104Z | Compiling slog-dtrace v0.3.0 |
| 2381 | 2026-05-08T11:02:49.302Z | Compiling semver v0.1.20 |
| 2382 | 2026-05-08T11:02:49.357Z | Compiling openssl-probe v0.2.1 |
| 2383 | 2026-05-08T11:02:49.929Z | Compiling adler v1.0.2 |
| 2384 | 2026-05-08T11:02:49.933Z | Compiling linked-hash-map v0.5.6 |
| 2385 | 2026-05-08T11:02:49.933Z | Compiling swrite v0.1.0 |
| 2386 | 2026-05-08T11:02:49.933Z | Compiling miniz_oxide v0.7.2 |
| 2387 | 2026-05-08T11:02:49.933Z | Compiling rustc_version v0.1.7 |
| 2388 | 2026-05-08T11:02:49.933Z | Compiling lru-cache v0.1.2 |
| 2389 | 2026-05-08T11:02:49.933Z | Compiling rustls-native-certs v0.8.3 |
| 2390 | 2026-05-08T11:02:51.085Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2391 | 2026-05-08T11:02:52.252Z | Compiling derive_builder v0.20.2 |
| 2392 | 2026-05-08T11:02:52.387Z | Compiling tokio-tungstenite v0.21.0 |
| 2393 | 2026-05-08T11:02:52.440Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2394 | 2026-05-08T11:02:52.729Z | Compiling ciborium v0.2.2 |
| 2395 | 2026-05-08T11:02:53.577Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2396 | 2026-05-08T11:02:54.483Z | Compiling hickory-proto v0.24.4 |
| 2397 | 2026-05-08T11:02:54.851Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2398 | 2026-05-08T11:02:56.456Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2399 | 2026-05-08T11:02:56.986Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2400 | 2026-05-08T11:02:57.205Z | Compiling regress v0.11.1 |
| 2401 | 2026-05-08T11:02:57.547Z | Compiling serde_repr v0.1.19 |
| 2402 | 2026-05-08T11:02:58.144Z | Compiling vergen v9.1.0 |
| 2403 | 2026-05-08T11:02:58.233Z | Compiling cargo-platform v0.3.2 |
| 2404 | 2026-05-08T11:02:58.385Z | Compiling siphasher v1.0.1 |
| 2405 | 2026-05-08T11:02:58.490Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2406 | 2026-05-08T11:02:58.598Z | Compiling keccak v0.1.6 |
| 2407 | 2026-05-08T11:02:58.742Z | Compiling typify-impl v0.6.2 |
| 2408 | 2026-05-08T11:02:59.066Z | Compiling sha3 v0.10.8 |
| 2409 | 2026-05-08T11:02:59.228Z | Compiling phf_shared v0.12.1 |
| 2410 | 2026-05-08T11:02:59.458Z | Compiling cargo_metadata v0.23.1 |
| 2411 | 2026-05-08T11:02:59.487Z | Compiling thiserror-no-std v2.0.2 |
| 2412 | 2026-05-08T11:02:59.591Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2413 | 2026-05-08T11:02:59.892Z | Compiling hickory-resolver v0.24.4 |
| 2414 | 2026-05-08T11:03:00.698Z | Compiling flate2 v1.0.30 |
| 2415 | 2026-05-08T11:03:01.011Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2416 | 2026-05-08T11:03:01.567Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2417 | 2026-05-08T11:03:02.319Z | Compiling rustls-platform-verifier v0.6.2 |
| 2418 | 2026-05-08T11:03:02.936Z | Compiling newtype_derive v0.1.6 |
| 2419 | 2026-05-08T11:03:03.177Z | Compiling poly1305 v0.8.0 |
| 2420 | 2026-05-08T11:03:03.210Z | Compiling chacha20 v0.9.1 |
| 2421 | 2026-05-08T11:03:03.464Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2422 | 2026-05-08T11:03:03.649Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2423 | 2026-05-08T11:03:03.783Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2424 | 2026-05-08T11:03:04.508Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2425 | 2026-05-08T11:03:04.795Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2426 | 2026-05-08T11:03:05.390Z | Compiling tokio-stream v0.1.17 |
| 2427 | 2026-05-08T11:03:05.504Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2428 | 2026-05-08T11:03:05.882Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2429 | 2026-05-08T11:03:05.941Z | Compiling serde-big-array v0.5.1 |
| 2430 | 2026-05-08T11:03:06.105Z | Compiling pin-project-internal v1.1.10 |
| 2431 | 2026-05-08T11:03:06.250Z | Compiling vergen-git2 v9.1.0 |
| 2432 | 2026-05-08T11:03:06.487Z | Compiling cancel-safe-futures v0.1.5 |
| 2433 | 2026-05-08T11:03:06.574Z | Compiling compression-core v0.4.31 |
| 2434 | 2026-05-08T11:03:06.740Z | Compiling chrono-tz v0.10.4 |
| 2435 | 2026-05-08T11:03:06.760Z | Compiling foldhash v0.1.5 |
| 2436 | 2026-05-08T11:03:06.944Z | Compiling unicode-segmentation v1.11.0 |
| 2437 | 2026-05-08T11:03:06.964Z | Compiling owo-colors v4.2.3 |
| 2438 | 2026-05-08T11:03:06.981Z | Compiling unicode-xid v0.2.4 |
| 2439 | 2026-05-08T11:03:07.107Z | Compiling const_format_proc_macros v0.2.34 |
| 2440 | 2026-05-08T11:03:07.177Z | Compiling pin-project v1.1.10 |
| 2441 | 2026-05-08T11:03:07.289Z | Compiling newline-converter v0.3.0 |
| 2442 | 2026-05-08T11:03:07.366Z | Compiling hashbrown v0.15.2 |
| 2443 | 2026-05-08T11:03:07.444Z | Compiling compression-codecs v0.4.32 |
| 2444 | 2026-05-08T11:03:07.522Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2445 | 2026-05-08T11:03:07.537Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2446 | 2026-05-08T11:03:07.718Z | Compiling qorb v0.4.1 |
| 2447 | 2026-05-08T11:03:07.850Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2448 | 2026-05-08T11:03:07.862Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2449 | 2026-05-08T11:03:08.015Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2450 | 2026-05-08T11:03:08.114Z | Compiling chacha20poly1305 v0.10.1 |
| 2451 | 2026-05-08T11:03:08.310Z | Compiling reqwest v0.13.2 |
| 2452 | 2026-05-08T11:03:11.180Z | Compiling typify-macro v0.6.2 |
| 2453 | 2026-05-08T11:03:12.603Z | Compiling vsss-rs v3.3.4 |
| 2454 | 2026-05-08T11:03:12.710Z | Compiling phf v0.12.1 |
| 2455 | 2026-05-08T11:03:12.892Z | Compiling unicode-normalization v0.1.24 |
| 2456 | 2026-05-08T11:03:13.474Z | Compiling tokio-dtrace v0.1.1 |
| 2457 | 2026-05-08T11:03:13.844Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2458 | 2026-05-08T11:03:14.080Z | Compiling console v0.15.8 |
| 2459 | 2026-05-08T11:03:14.114Z | Compiling atomicwrites v0.4.4 |
| 2460 | 2026-05-08T11:03:14.336Z | Compiling signature v2.2.0 |
| 2461 | 2026-05-08T11:03:14.400Z | Compiling libsw-core v0.3.2 |
| 2462 | 2026-05-08T11:03:14.514Z | Compiling snafu-derive v0.8.9 |
| 2463 | 2026-05-08T11:03:14.582Z | Compiling git2 v0.20.2 |
| 2464 | 2026-05-08T11:03:14.582Z | Compiling async-recursion v1.1.1 |
| 2465 | 2026-05-08T11:03:15.294Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2466 | 2026-05-08T11:03:15.376Z | Compiling csv-core v0.1.12 |
| 2467 | 2026-05-08T11:03:15.725Z | Compiling bstr v1.9.1 |
| 2468 | 2026-05-08T11:03:15.791Z | Compiling cookie v0.18.1 |
| 2469 | 2026-05-08T11:03:15.804Z | Compiling dropshot v0.17.0 |
| 2470 | 2026-05-08T11:03:16.039Z | Compiling same-file v1.0.6 |
| 2471 | 2026-05-08T11:03:16.050Z | Compiling bytecount v0.6.9 |
| 2472 | 2026-05-08T11:03:16.113Z | Compiling rustls v0.21.12 |
| 2473 | 2026-05-08T11:03:16.213Z | Compiling highway v1.3.0 |
| 2474 | 2026-05-08T11:03:16.235Z | Compiling fixedbitset v0.5.7 |
| 2475 | 2026-05-08T11:03:16.266Z | Compiling fixedbitset v0.4.2 |
| 2476 | 2026-05-08T11:03:16.345Z | Compiling moka v0.12.10 |
| 2477 | 2026-05-08T11:03:16.586Z | Compiling similar v2.7.0 |
| 2478 | 2026-05-08T11:03:16.644Z | Compiling petgraph v0.8.3 |
| 2479 | 2026-05-08T11:03:16.901Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2480 | 2026-05-08T11:03:17.253Z | Compiling expectorate v1.2.0 |
| 2481 | 2026-05-08T11:03:17.404Z | Compiling petgraph v0.6.5 |
| 2482 | 2026-05-08T11:03:17.485Z | Compiling snafu v0.8.9 |
| 2483 | 2026-05-08T11:03:17.573Z | Compiling walkdir v2.5.0 |
| 2484 | 2026-05-08T11:03:18.050Z | Compiling papergrid v0.11.0 |
| 2485 | 2026-05-08T11:03:18.306Z | Compiling globset v0.4.14 |
| 2486 | 2026-05-08T11:03:18.515Z | Compiling csv v1.3.1 |
| 2487 | 2026-05-08T11:03:19.045Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2488 | 2026-05-08T11:03:19.225Z | Compiling libsw v3.5.0 |
| 2489 | 2026-05-08T11:03:19.290Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2490 | 2026-05-08T11:03:19.418Z | Compiling oxide-tokio-rt v0.1.2 |
| 2491 | 2026-05-08T11:03:19.515Z | Compiling olpc-cjson v0.1.4 |
| 2492 | 2026-05-08T11:03:19.759Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2493 | 2026-05-08T11:03:20.871Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2494 | 2026-05-08T11:03:22.177Z | Compiling const_format v0.2.35 |
| 2495 | 2026-05-08T11:03:22.734Z | Compiling async-compression v0.4.33 |
| 2496 | 2026-05-08T11:03:23.255Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2497 | 2026-05-08T11:03:23.354Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2498 | 2026-05-08T11:03:23.466Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2499 | 2026-05-08T11:03:23.579Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2500 | 2026-05-08T11:03:23.690Z | Compiling nix v0.31.1 |
| 2501 | 2026-05-08T11:03:24.098Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2502 | 2026-05-08T11:03:24.140Z | Compiling tabled_derive v0.7.0 |
| 2503 | 2026-05-08T11:03:24.613Z | Compiling gethostname v0.5.0 |
| 2504 | 2026-05-08T11:03:24.764Z | Compiling terminal_size v0.4.3 |
| 2505 | 2026-05-08T11:03:24.934Z | Compiling sct v0.7.1 |
| 2506 | 2026-05-08T11:03:25.061Z | Compiling rustls-webpki v0.101.7 |
| 2507 | 2026-05-08T11:03:25.112Z | Compiling pem v3.0.5 |
| 2508 | 2026-05-08T11:03:25.188Z | Compiling bcs v0.1.6 |
| 2509 | 2026-05-08T11:03:25.475Z | Compiling dropshot_endpoint v0.17.0 |
| 2510 | 2026-05-08T11:03:25.596Z | Compiling serde_plain v1.0.2 |
| 2511 | 2026-05-08T11:03:25.802Z | Compiling linear-map v1.2.0 |
| 2512 | 2026-05-08T11:03:25.872Z | Compiling termtree v0.5.1 |
| 2513 | 2026-05-08T11:03:25.892Z | Compiling unicode-linebreak v0.1.5 |
| 2514 | 2026-05-08T11:03:26.057Z | Compiling salty v0.3.0 |
| 2515 | 2026-05-08T11:03:26.074Z | Compiling tagptr v0.2.0 |
| 2516 | 2026-05-08T11:03:26.191Z | Compiling radium v0.7.0 |
| 2517 | 2026-05-08T11:03:26.243Z | Compiling smawk v0.3.2 |
| 2518 | 2026-05-08T11:03:26.331Z | Compiling unicode-width v0.2.1 |
| 2519 | 2026-05-08T11:03:26.417Z | Compiling typed-path v0.9.3 |
| 2520 | 2026-05-08T11:03:26.658Z | Compiling textwrap v0.16.2 |
| 2521 | 2026-05-08T11:03:26.737Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2522 | 2026-05-08T11:03:27.846Z | Compiling tough v0.20.0 |
| 2523 | 2026-05-08T11:03:28.284Z | Compiling tabled v0.15.0 |
| 2524 | 2026-05-08T11:03:28.620Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2525 | 2026-05-08T11:03:29.251Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2526 | 2026-05-08T11:03:29.886Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2527 | 2026-05-08T11:03:35.163Z | Compiling steno v0.4.1 |
| 2528 | 2026-05-08T11:03:36.115Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2529 | 2026-05-08T11:03:38.177Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2530 | 2026-05-08T11:03:38.320Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2531 | 2026-05-08T11:03:39.131Z | Compiling hickory-proto v0.25.2 |
| 2532 | 2026-05-08T11:03:39.447Z | Compiling rfc6979 v0.4.0 |
| 2533 | 2026-05-08T11:03:40.940Z | Compiling sha2 v0.10.9 |
| 2534 | 2026-05-08T11:03:41.102Z | Compiling tap v1.0.1 |
| 2535 | 2026-05-08T11:03:41.233Z | Compiling humantime v2.3.0 |
| 2536 | 2026-05-08T11:03:42.182Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2537 | 2026-05-08T11:03:44.388Z | Compiling hickory-resolver v0.25.2 |
| 2538 | 2026-05-08T11:03:44.428Z | Compiling wyz v0.5.1 |
| 2539 | 2026-05-08T11:03:44.658Z | Compiling ecdsa v0.16.9 |
| 2540 | 2026-05-08T11:03:46.216Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2541 | 2026-05-08T11:03:46.576Z | Compiling tokio-rustls v0.24.1 |
| 2542 | 2026-05-08T11:03:48.158Z | Compiling ed25519 v2.2.3 |
| 2543 | 2026-05-08T11:03:48.389Z | Compiling typify v0.6.2 |
| 2544 | 2026-05-08T11:03:48.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2545 | 2026-05-08T11:03:48.986Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2546 | 2026-05-08T11:03:49.255Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2547 | 2026-05-08T11:03:50.789Z | Compiling primeorder v0.13.6 |
| 2548 | 2026-05-08T11:03:51.119Z | Compiling rustls-pemfile v1.0.4 |
| 2549 | 2026-05-08T11:03:51.498Z | Compiling twox-hash v2.1.2 |
| 2550 | 2026-05-08T11:03:51.969Z | Compiling env_filter v1.0.1 |
| 2551 | 2026-05-08T11:03:52.494Z | Compiling atty v0.2.14 |
| 2552 | 2026-05-08T11:03:52.506Z | Compiling funty v2.0.0 |
| 2553 | 2026-05-08T11:03:52.637Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2554 | 2026-05-08T11:03:52.901Z | Compiling bitvec v1.0.1 |
| 2555 | 2026-05-08T11:03:53.615Z | Compiling env_logger v0.11.10 |
| 2556 | 2026-05-08T11:03:54.270Z | Compiling p384 v0.13.1 |
| 2557 | 2026-05-08T11:03:54.996Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2558 | 2026-05-08T11:03:56.325Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2559 | 2026-05-08T11:03:57.042Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2560 | 2026-05-08T11:03:57.485Z | Compiling progenitor-impl v0.14.0 |
| 2561 | 2026-05-08T11:03:58.686Z | Compiling ed25519-dalek v2.2.0 |
| 2562 | 2026-05-08T11:03:59.345Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2563 | 2026-05-08T11:03:59.621Z | Compiling toml v0.7.8 |
| 2564 | 2026-05-08T11:04:01.127Z | Compiling polyval v0.6.2 |
| 2565 | 2026-05-08T11:04:01.415Z | Compiling ctr v0.9.2 |
| 2566 | 2026-05-08T11:04:01.628Z | Compiling aes v0.8.4 |
| 2567 | 2026-05-08T11:04:01.640Z | Compiling x509-cert v0.2.5 |
| 2568 | 2026-05-08T11:04:02.488Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 2569 | 2026-05-08T11:04:02.583Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2570 | 2026-05-08T11:04:02.744Z | Compiling bincode v1.3.3 |
| 2571 | 2026-05-08T11:04:02.813Z | Compiling strum_macros v0.28.0 |
| 2572 | 2026-05-08T11:04:03.230Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2573 | 2026-05-08T11:04:03.372Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2574 | 2026-05-08T11:04:03.627Z | Compiling passt v0.3.0 |
| 2575 | 2026-05-08T11:04:03.915Z | Compiling fakedata_generator v0.7.1 |
| 2576 | 2026-05-08T11:04:04.634Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8) |
| 2577 | 2026-05-08T11:04:04.850Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2578 | 2026-05-08T11:04:05.084Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2579 | 2026-05-08T11:04:06.190Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2580 | 2026-05-08T11:04:06.511Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2581 | 2026-05-08T11:04:06.938Z | Compiling aes-gcm-siv v0.11.1 |
| 2582 | 2026-05-08T11:04:07.157Z | Compiling progenitor-macro v0.14.0 |
| 2583 | 2026-05-08T11:04:10.327Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2584 | 2026-05-08T11:04:11.447Z | Compiling progenitor-client v0.14.0 |
| 2585 | 2026-05-08T11:04:11.523Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2586 | 2026-05-08T11:04:11.641Z | Compiling bitstruct_derive v0.1.0 |
| 2587 | 2026-05-08T11:04:11.959Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2588 | 2026-05-08T11:04:12.193Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2589 | 2026-05-08T11:04:12.331Z | Compiling ringbuffer v0.16.0 |
| 2590 | 2026-05-08T11:04:12.471Z | Compiling ascii v1.1.0 |
| 2591 | 2026-05-08T11:04:12.695Z | Compiling pretty-hex v0.2.1 |
| 2592 | 2026-05-08T11:04:12.834Z | Compiling typeid v1.0.0 |
| 2593 | 2026-05-08T11:04:12.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2594 | 2026-05-08T11:04:12.983Z | Compiling erased-serde v0.4.5 |
| 2595 | 2026-05-08T11:04:13.115Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2596 | 2026-05-08T11:04:13.872Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2597 | 2026-05-08T11:04:14.044Z | Compiling bitstruct v0.1.1 |
| 2598 | 2026-05-08T11:04:14.158Z | Compiling progenitor v0.14.0 |
| 2599 | 2026-05-08T11:04:14.323Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2600 | 2026-05-08T11:04:14.735Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2601 | 2026-05-08T11:04:15.896Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2602 | 2026-05-08T11:04:16.160Z | Compiling itertools v0.13.0 |
| 2603 | 2026-05-08T11:04:16.941Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2604 | 2026-05-08T11:04:17.659Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2605 | 2026-05-08T11:04:17.689Z | Compiling kstat-rs v0.2.4 |
| 2606 | 2026-05-08T11:04:18.198Z | Compiling serde_arrays v0.1.0 |
| 2607 | 2026-05-08T11:04:18.242Z | Compiling libloading v0.7.4 |
| 2608 | 2026-05-08T11:04:18.349Z | Compiling bit_field v0.10.2 |
| 2609 | 2026-05-08T11:04:18.492Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2610 | 2026-05-08T11:04:18.515Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2611 | 2026-05-08T11:04:19.866Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2612 | 2026-05-08T11:04:20.472Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2613 | 2026-05-08T11:04:24.101Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2614 | 2026-05-08T11:04:24.312Z | Compiling ron v0.8.1 |
| 2615 | 2026-05-08T11:04:24.374Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2616 | 2026-05-08T11:04:24.477Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2617 | 2026-05-08T11:04:25.633Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2618 | 2026-05-08T11:04:28.311Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2619 | 2026-05-08T11:05:01.347Z | Finished `release` profile [optimized] target(s) in 4m 06s |
| 2620 | 2026-05-08T11:05:01.535Z | |
| 2621 | 2026-05-08T11:05:01.535Z | real 4:06.318521312 |
| 2622 | 2026-05-08T11:05:01.535Z | user 28:17.149660054 |
| 2623 | 2026-05-08T11:05:01.535Z | sys 2:34.277540790 |
| 2624 | 2026-05-08T11:05:01.538Z | trap 0.790351796 |
| 2625 | 2026-05-08T11:05:01.538Z | tflt 2.069616881 |
| 2626 | 2026-05-08T11:05:01.538Z | dflt 1.139216741 |
| 2627 | 2026-05-08T11:05:01.538Z | kflt 0.000172557 |
| 2628 | 2026-05-08T11:05:01.538Z | lock 1:25:35.165968251 |
| 2629 | 2026-05-08T11:05:01.538Z | slp 1:49:32.045225502 |
| 2630 | 2026-05-08T11:05:01.538Z | lat 2:27.432446823 |
| 2631 | 2026-05-08T11:05:01.539Z | stop 3:19.771742433 |
| 2632 | 2026-05-08T11:05:01.539Z | + OUTDIR=/work/release |
| 2633 | 2026-05-08T11:05:01.539Z | + mkdir -p /work/release |
| 2634 | 2026-05-08T11:05:01.539Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2635 | 2026-05-08T11:05:01.563Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2636 | 2026-05-08T11:05:01.654Z | + cd /work/release |
| 2637 | 2026-05-08T11:05:01.657Z | + digest -a sha256 propolis-cli |
| 2638 | 2026-05-08T11:05:01.676Z | + digest -a sha256 propolis-server |
| 2639 | 2026-05-08T11:05:01.728Z | process exited: duration 502888 ms, exit code 0 |
| |
| 2640 | 2026-05-08T11:05:01.740Z | found 4 output files |
| 2641 | 2026-05-08T11:05:01.740Z | uploading: /work/release/propolis-cli (25906432 bytes) |
| 2642 | 2026-05-08T11:05:02.934Z | uploaded: /work/release/propolis-cli |
| 2643 | 2026-05-08T11:05:02.939Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2644 | 2026-05-08T11:05:03.948Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2645 | 2026-05-08T11:05:03.951Z | uploading: /work/release/propolis-server (92245288 bytes) |
| 2646 | 2026-05-08T11:05:05.428Z | uploaded: /work/release/propolis-server |
| 2647 | 2026-05-08T11:05:05.428Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2648 | 2026-05-08T11:05:06.438Z | uploaded: /work/release/propolis-server.sha256.txt |