|
|
|
| 1 | 2026-04-20T22:30:39.916Z | job assigned to worker 01KPPG7D3VY56H9NK03M72V1Y7 [factory aws, i-04e0c1fc45fdd725c] (queued for 58 s) |
| |
| 2 | 2026-04-20T22:30:46.429Z | starting task 0: "setup" |
| 3 | 2026-04-20T22:30:46.436Z | ++ uname -s |
| 4 | 2026-04-20T22:30:46.439Z | + kern=SunOS |
| 5 | 2026-04-20T22:30:46.439Z | + build_user=build |
| 6 | 2026-04-20T22:30:46.439Z | + build_uid=12345 |
| 7 | 2026-04-20T22:30:46.439Z | + work_dir=/work |
| 8 | 2026-04-20T22:30:46.439Z | + input_dir=/input |
| 9 | 2026-04-20T22:30:46.439Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-20T22:30:46.439Z | + case "$kern" in |
| 11 | 2026-04-20T22:30:46.439Z | + groupadd -g 12345 build |
| 12 | 2026-04-20T22:30:46.439Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-20T22:30:48.446Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-20T22:30:48.516Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-20T22:30:48.520Z | + home_fs=zfs |
| 16 | 2026-04-20T22:30:48.520Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-20T22:30:48.520Z | + mkdir -p /home/build |
| 18 | 2026-04-20T22:30:48.520Z | + chown build:build /home/build /work |
| 19 | 2026-04-20T22:30:50.519Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-20T22:30:50.523Z | process exited: duration 4092 ms, exit code 0 |
| |
| 21 | 2026-04-20T22:30:50.530Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-20T22:30:50.534Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-20T22:30:50.534Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-20T22:30:50.534Z | * rust toolchain profile = "default" |
| 25 | 2026-04-20T22:30:50.534Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-20T22:30:50.534Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-20T22:30:50.537Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-20T22:30:50.537Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-20T22:30:50.537Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-20T22:30:50.654Z | info: downloading installer |
| 31 | 2026-04-20T22:30:52.551Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-20T22:30:52.551Z | warn: /opt/ooce/bin |
| 33 | 2026-04-20T22:30:52.551Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-20T22:30:52.551Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-20T22:30:52.551Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-20T22:30:52.551Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-20T22:30:52.551Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-20T22:30:52.551Z | error: cannot install while Rust is installed |
| 39 | 2026-04-20T22:30:52.551Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-20T22:30:52.551Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-20T22:30:52.551Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-20T22:30:52.551Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-20T22:30:52.551Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-20T22:30:52.681Z | info: profile set to default |
| 45 | 2026-04-20T22:30:52.681Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-20T22:30:52.685Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-20T22:30:52.834Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-20T22:30:52.834Z | info: downloading 6 components |
| 49 | 2026-04-20T22:31:07.890Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-20T22:31:07.890Z | |
| 51 | 2026-04-20T22:31:07.923Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-20T22:31:07.923Z | |
| 53 | 2026-04-20T22:31:07.923Z | |
| 54 | 2026-04-20T22:31:07.923Z | Rust is installed now. Great! |
| 55 | 2026-04-20T22:31:07.924Z | |
| 56 | 2026-04-20T22:31:07.924Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-20T22:31:07.924Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-20T22:31:07.924Z | |
| 59 | 2026-04-20T22:31:07.924Z | To configure your current shell, you need to source |
| 60 | 2026-04-20T22:31:07.924Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-20T22:31:07.924Z | |
| 62 | 2026-04-20T22:31:07.927Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-20T22:31:07.927Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-20T22:31:07.927Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-20T22:31:07.927Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-20T22:31:07.927Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-20T22:31:07.927Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-20T22:31:07.927Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-20T22:31:07.927Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-20T22:31:07.927Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-20T22:31:08.012Z | + rustup --version |
| 72 | 2026-04-20T22:31:08.020Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-20T22:31:08.023Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-20T22:31:08.041Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-20T22:31:08.045Z | + cargo --version |
| 76 | 2026-04-20T22:31:08.058Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-20T22:31:08.061Z | + rustc --version |
| 78 | 2026-04-20T22:31:08.079Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-20T22:31:08.082Z | process exited: duration 17550 ms, exit code 0 |
| |
| 80 | 2026-04-20T22:31:08.090Z | starting task 2: "authentication" |
| 81 | 2026-04-20T22:31:08.108Z | process exited: duration 18 ms, exit code 0 |
| |
| 82 | 2026-04-20T22:31:08.117Z | starting task 3: "clone repository" |
| 83 | 2026-04-20T22:31:08.121Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-04-20T22:31:08.124Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-04-20T22:31:08.322Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-04-20T22:31:09.231Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-04-20T22:31:09.231Z | + git fetch origin e2ff18e42717b06ae14e52da32f2d81740a4b722 |
| 88 | 2026-04-20T22:31:09.465Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-04-20T22:31:09.465Z | * branch e2ff18e42717b06ae14e52da32f2d81740a4b722 -> FETCH_HEAD |
| 90 | 2026-04-20T22:31:09.470Z | + [[ -n ixi/virtio-queue-size-migrate ]] |
| 91 | 2026-04-20T22:31:09.473Z | ++ git branch --show-current |
| 92 | 2026-04-20T22:31:09.473Z | + current=master |
| 93 | 2026-04-20T22:31:09.473Z | + [[ master != ixi/virtio-queue-size-migrate ]] |
| 94 | 2026-04-20T22:31:09.473Z | + git branch -f ixi/virtio-queue-size-migrate e2ff18e42717b06ae14e52da32f2d81740a4b722 |
| 95 | 2026-04-20T22:31:09.477Z | + git checkout -f ixi/virtio-queue-size-migrate |
| 96 | 2026-04-20T22:31:09.495Z | Switched to branch 'ixi/virtio-queue-size-migrate' |
| 97 | 2026-04-20T22:31:09.498Z | + git reset --hard e2ff18e42717b06ae14e52da32f2d81740a4b722 |
| 98 | 2026-04-20T22:31:09.514Z | HEAD is now at e2ff18e virtio: tolerate importing queues with adjusted size |
| 99 | 2026-04-20T22:31:09.517Z | process exited: duration 1398 ms, exit code 0 |
| |
| 100 | 2026-04-20T22:31:09.524Z | starting task 4: "build" |
| 101 | 2026-04-20T22:31:09.528Z | + cargo --version |
| 102 | 2026-04-20T22:31:09.533Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-04-20T22:31:09.696Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-04-20T22:31:09.700Z | info: downloading 6 components |
| 105 | 2026-04-20T22:31:24.289Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-04-20T22:31:24.293Z | + rustc --version |
| 107 | 2026-04-20T22:31:24.323Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-04-20T22:31:24.327Z | + banner prerequisites |
| 109 | 2026-04-20T22:31:24.330Z | |
| 110 | 2026-04-20T22:31:24.330Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-04-20T22:31:24.330Z | # # # # # # # # # # # # # # # |
| 112 | 2026-04-20T22:31:24.330Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-04-20T22:31:24.330Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-04-20T22:31:24.330Z | # # # # # # # # # # # # # # # |
| 115 | 2026-04-20T22:31:24.331Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-04-20T22:31:24.331Z | |
| 117 | 2026-04-20T22:31:24.331Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-04-20T22:31:35.664Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-04-20T22:31:43.110Z | Startup: Caching catalogs ... Done |
| 120 | 2026-04-20T22:31:48.933Z | Planning: Solver setup ... Done (4.543s) |
| 121 | 2026-04-20T22:31:48.965Z | Planning: Running solver ... Done (0.032s) |
| 122 | 2026-04-20T22:31:49.091Z | Planning: Finding local manifests ... Done (0.002s) |
| 123 | 2026-04-20T22:31:49.102Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-04-20T22:31:49.199Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-04-20T22:31:49.228Z | Planning: Package planning ... Done (0.029s) |
| 126 | 2026-04-20T22:31:49.256Z | Planning: Merging actions ... Done (0.029s) |
| 127 | 2026-04-20T22:31:49.440Z | Planning: Checking for conflicting actions ... Done (0.183s) |
| 128 | 2026-04-20T22:31:49.446Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-04-20T22:31:51.271Z | Planning: Evaluating mediators ... Done (1.824s) |
| 130 | 2026-04-20T22:31:51.285Z | Planning: Planning completed in 8.00 seconds |
| 131 | 2026-04-20T22:31:51.302Z | Packages to install: 3 |
| 132 | 2026-04-20T22:31:51.302Z | Mediators to change: 2 |
| 133 | 2026-04-20T22:31:51.302Z | Services to change: 1 |
| 134 | 2026-04-20T22:31:51.302Z | Estimated space available: 154.83 GB |
| 135 | 2026-04-20T22:31:51.302Z | Estimated space to be consumed: 1.85 GB |
| 136 | 2026-04-20T22:31:51.302Z | Create boot environment: No |
| 137 | 2026-04-20T22:31:51.302Z | Create backup boot environment: No |
| 138 | 2026-04-20T22:31:51.302Z | Rebuild boot archive: No |
| 139 | 2026-04-20T22:31:51.302Z | |
| 140 | 2026-04-20T22:31:51.302Z | Changed mediators: |
| 141 | 2026-04-20T22:31:51.302Z | mediator clang: |
| 142 | 2026-04-20T22:31:51.302Z | version: None -> 15 (system default) |
| 143 | 2026-04-20T22:31:51.302Z | |
| 144 | 2026-04-20T22:31:51.302Z | mediator llvm: |
| 145 | 2026-04-20T22:31:51.303Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-04-20T22:31:51.303Z | |
| 147 | 2026-04-20T22:31:51.303Z | Changed packages: |
| 148 | 2026-04-20T22:31:51.303Z | helios-dev |
| 149 | 2026-04-20T22:31:51.303Z | developer/build-essential |
| 150 | 2026-04-20T22:31:51.303Z | None -> 11-2.0 |
| 151 | 2026-04-20T22:31:51.303Z | ooce/developer/clang-15 |
| 152 | 2026-04-20T22:31:51.303Z | None -> 15.0.7-2.0 |
| 153 | 2026-04-20T22:31:51.303Z | ooce/developer/llvm-15 |
| 154 | 2026-04-20T22:31:51.303Z | None -> 15.0.7-2.0 |
| 155 | 2026-04-20T22:31:51.303Z | |
| 156 | 2026-04-20T22:31:51.303Z | Services: |
| 157 | 2026-04-20T22:31:51.303Z | restart_fmri: |
| 158 | 2026-04-20T22:31:51.303Z | svc:/system/update-man-index:default |
| 159 | 2026-04-20T22:31:51.353Z | |
| 160 | 2026-04-20T22:31:51.353Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-04-20T22:31:56.354Z | Download: 1431/3076 items 116.6/211.3MB 55% complete (23.6M/s) |
| 162 | 2026-04-20T22:32:01.631Z | Download: 3021/3076 items 201.4/211.3MB 95% complete (20.2M/s) |
| 163 | 2026-04-20T22:32:05.929Z | Download: Completed 211.31 MB in 14.57 seconds (14.5M/s) |
| 164 | 2026-04-20T22:32:06.032Z | Actions: 1/3430 actions (Installing new actions) |
| 165 | 2026-04-20T22:32:09.637Z | Actions: Completed 3430 actions in 3.60 seconds. |
| 166 | 2026-04-20T22:32:10.270Z | Done (0.630s) |
| 167 | 2026-04-20T22:32:10.270Z | Done (0.000s) |
| 168 | 2026-04-20T22:32:10.983Z | Done (0.713s) |
| 169 | 2026-04-20T22:32:14.462Z | Done (3.127s) |
| 170 | 2026-04-20T22:32:14.549Z | Done (0.024s) |
| 171 | 2026-04-20T22:32:14.553Z | Done (0.000s) |
| 172 | 2026-04-20T22:32:14.671Z | Done (0.000s) |
| 173 | 2026-04-20T22:32:15.539Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-04-20T22:32:15.647Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-04-20T22:32:15.651Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-04-20T22:32:15.812Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-04-20T22:32:15.816Z | Planning: Planning completed in 0.27 seconds |
| 178 | 2026-04-20T22:32:15.833Z | Mediators to change: 2 |
| 179 | 2026-04-20T22:32:15.833Z | Create boot environment: No |
| 180 | 2026-04-20T22:32:15.833Z | Create backup boot environment: No |
| 181 | 2026-04-20T22:32:15.885Z | Done |
| 182 | 2026-04-20T22:32:15.885Z | Done |
| 183 | 2026-04-20T22:32:16.486Z | Done |
| 184 | 2026-04-20T22:32:18.986Z | Done |
| 185 | 2026-04-20T22:32:19.060Z | Done |
| 186 | 2026-04-20T22:32:19.063Z | Done |
| 187 | 2026-04-20T22:32:19.422Z | Done |
| 188 | 2026-04-20T22:32:19.715Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 189 | 2026-04-20T22:32:19.715Z | clang system 15 system |
| 190 | 2026-04-20T22:32:19.715Z | csh system system illumos |
| 191 | 2026-04-20T22:32:19.715Z | ctags system system illumos |
| 192 | 2026-04-20T22:32:19.715Z | file system system illumos |
| 193 | 2026-04-20T22:32:19.715Z | gcc vendor 12 vendor |
| 194 | 2026-04-20T22:32:19.715Z | gcc system 14 system |
| 195 | 2026-04-20T22:32:19.716Z | gcc system 10 system |
| 196 | 2026-04-20T22:32:19.716Z | go system 1.20 system |
| 197 | 2026-04-20T22:32:19.716Z | go system 1.19 system |
| 198 | 2026-04-20T22:32:19.716Z | llvm system 15 system |
| 199 | 2026-04-20T22:32:19.716Z | llvm system 14 system |
| 200 | 2026-04-20T22:32:19.716Z | mariadb system 10.6 system |
| 201 | 2026-04-20T22:32:19.716Z | mta vendor vendor dma |
| 202 | 2026-04-20T22:32:19.716Z | openjdk system 17 system |
| 203 | 2026-04-20T22:32:19.716Z | openjdk system 11 system |
| 204 | 2026-04-20T22:32:19.716Z | openjdk system 1.8 system |
| 205 | 2026-04-20T22:32:19.716Z | openssl vendor 3 vendor |
| 206 | 2026-04-20T22:32:19.716Z | perl system 5.36 system |
| 207 | 2026-04-20T22:32:19.716Z | postgresql system 15 system |
| 208 | 2026-04-20T22:32:19.716Z | postgresql system 13 system |
| 209 | 2026-04-20T22:32:19.716Z | python vendor 3 vendor |
| 210 | 2026-04-20T22:32:19.716Z | python system 2 system |
| 211 | 2026-04-20T22:32:19.716Z | python3 system 3.11 system |
| 212 | 2026-04-20T22:32:19.716Z | ruby system 3.0 system |
| 213 | 2026-04-20T22:32:19.716Z | words vendor vendor american-english |
| 214 | 2026-04-20T22:32:19.716Z | words system system australian-english |
| 215 | 2026-04-20T22:32:19.716Z | words system system british-english |
| 216 | 2026-04-20T22:32:19.716Z | words system system canadian-english |
| 217 | 2026-04-20T22:32:19.716Z | words system system french |
| 218 | 2026-04-20T22:32:19.716Z | words system system italian |
| 219 | 2026-04-20T22:32:19.716Z | words system system ngerman |
| 220 | 2026-04-20T22:32:19.716Z | words system system ogerman |
| 221 | 2026-04-20T22:32:19.716Z | words system system spanish |
| 222 | 2026-04-20T22:32:19.948Z | PUBLISHER TYPE STATUS P LOCATION |
| 223 | 2026-04-20T22:32:19.948Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 224 | 2026-04-20T22:32:24.324Z | FMRI IFO |
| 225 | 2026-04-20T22:32:24.324Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 226 | 2026-04-20T22:32:24.324Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 227 | 2026-04-20T22:32:24.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 228 | 2026-04-20T22:32:24.324Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 229 | 2026-04-20T22:32:24.324Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 230 | 2026-04-20T22:32:24.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 231 | 2026-04-20T22:32:24.325Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 232 | 2026-04-20T22:32:25.263Z | All builder prerequisites installed successfully, and PATH looks valid |
| 233 | 2026-04-20T22:32:25.266Z | |
| 234 | 2026-04-20T22:32:25.266Z | real 1:00.927016426 |
| 235 | 2026-04-20T22:32:25.266Z | user 37.065010495 |
| 236 | 2026-04-20T22:32:25.266Z | sys 3.728083153 |
| 237 | 2026-04-20T22:32:25.266Z | trap 0.004994538 |
| 238 | 2026-04-20T22:32:25.266Z | tflt 0.086099315 |
| 239 | 2026-04-20T22:32:25.266Z | dflt 0.075813366 |
| 240 | 2026-04-20T22:32:25.266Z | kflt 0.053642213 |
| 241 | 2026-04-20T22:32:25.266Z | lock 0.000000000 |
| 242 | 2026-04-20T22:32:25.266Z | slp 1:20.807187486 |
| 243 | 2026-04-20T22:32:25.266Z | lat 0.066469254 |
| 244 | 2026-04-20T22:32:25.267Z | stop 0.000211715 |
| 245 | 2026-04-20T22:32:25.267Z | + banner check |
| 246 | 2026-04-20T22:32:25.267Z | |
| 247 | 2026-04-20T22:32:25.267Z | #### # # ###### #### # # |
| 248 | 2026-04-20T22:32:25.267Z | # # # # # # # # # |
| 249 | 2026-04-20T22:32:25.267Z | # ###### ##### # #### |
| 250 | 2026-04-20T22:32:25.267Z | # # # # # # # |
| 251 | 2026-04-20T22:32:25.267Z | # # # # # # # # # |
| 252 | 2026-04-20T22:32:25.267Z | #### # # ###### #### # # |
| 253 | 2026-04-20T22:32:25.267Z | |
| 254 | 2026-04-20T22:32:25.267Z | + ptime -m cargo check --features falcon |
| 255 | 2026-04-20T22:32:25.395Z | Updating crates.io index |
| 256 | 2026-04-20T22:32:25.399Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 257 | 2026-04-20T22:32:26.838Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 258 | 2026-04-20T22:32:36.294Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 259 | 2026-04-20T22:32:36.720Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 260 | 2026-04-20T22:32:37.053Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-04-20T22:32:37.273Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 262 | 2026-04-20T22:32:37.557Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 263 | 2026-04-20T22:32:37.854Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 264 | 2026-04-20T22:32:38.214Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 265 | 2026-04-20T22:32:38.906Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-04-20T22:32:39.387Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2026-04-20T22:32:39.631Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 268 | 2026-04-20T22:32:39.929Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-04-20T22:32:40.221Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 270 | 2026-04-20T22:32:41.581Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 271 | 2026-04-20T22:32:46.350Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 272 | 2026-04-20T22:32:47.026Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 273 | 2026-04-20T22:32:48.594Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 274 | 2026-04-20T22:32:49.160Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2026-04-20T22:32:49.700Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-04-20T22:32:49.962Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 277 | 2026-04-20T22:32:50.700Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 278 | 2026-04-20T22:32:51.161Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 279 | 2026-04-20T22:32:51.412Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 280 | 2026-04-20T22:32:51.984Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-04-20T22:32:52.222Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 282 | 2026-04-20T22:32:52.652Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 283 | 2026-04-20T22:32:52.896Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 284 | 2026-04-20T22:32:54.899Z | Downloading crates ... |
| 285 | 2026-04-20T22:32:54.969Z | Downloaded anstyle v1.0.7 |
| 286 | 2026-04-20T22:32:54.973Z | Downloaded anstyle-parse v0.2.4 |
| 287 | 2026-04-20T22:32:54.976Z | Downloaded allocator-api2 v0.2.21 |
| 288 | 2026-04-20T22:32:54.979Z | Downloaded adler v1.0.2 |
| 289 | 2026-04-20T22:32:54.989Z | Downloaded ciborium-io v0.2.2 |
| 290 | 2026-04-20T22:32:54.992Z | Downloaded defmt-macros v0.3.9 |
| 291 | 2026-04-20T22:32:54.997Z | Downloaded bit_field v0.10.2 |
| 292 | 2026-04-20T22:32:55.000Z | Downloaded cfg_aliases v0.1.1 |
| 293 | 2026-04-20T22:32:55.000Z | Downloaded foldhash v0.2.0 |
| 294 | 2026-04-20T22:32:55.004Z | Downloaded daft v0.1.5 |
| 295 | 2026-04-20T22:32:55.004Z | Downloaded defmt v0.3.8 |
| 296 | 2026-04-20T22:32:55.007Z | Downloaded data-encoding v2.6.0 |
| 297 | 2026-04-20T22:32:55.011Z | Downloaded convert_case v0.4.0 |
| 298 | 2026-04-20T22:32:55.011Z | Downloaded ed25519 v2.2.3 |
| 299 | 2026-04-20T22:32:55.014Z | Downloaded cargo-platform v0.1.8 |
| 300 | 2026-04-20T22:32:55.019Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-04-20T22:32:55.019Z | Downloaded async-recursion v1.1.1 |
| 302 | 2026-04-20T22:32:55.022Z | Downloaded ff v0.13.1 |
| 303 | 2026-04-20T22:32:55.025Z | Downloaded foldhash v0.1.5 |
| 304 | 2026-04-20T22:32:55.025Z | Downloaded equivalent v1.0.2 |
| 305 | 2026-04-20T22:32:55.029Z | Downloaded aes-gcm-siv v0.11.1 |
| 306 | 2026-04-20T22:32:55.032Z | Downloaded float-ord v0.3.2 |
| 307 | 2026-04-20T22:32:55.032Z | Downloaded embedded-io v0.6.1 |
| 308 | 2026-04-20T22:32:55.036Z | Downloaded colorchoice v1.0.1 |
| 309 | 2026-04-20T22:32:55.036Z | Downloaded escargot v0.5.10 |
| 310 | 2026-04-20T22:32:55.040Z | Downloaded fixedbitset v0.5.7 |
| 311 | 2026-04-20T22:32:55.040Z | Downloaded deranged v0.5.3 |
| 312 | 2026-04-20T22:32:55.046Z | Downloaded darling_macro v0.23.0 |
| 313 | 2026-04-20T22:32:55.046Z | Downloaded ciborium-ll v0.2.2 |
| 314 | 2026-04-20T22:32:55.050Z | Downloaded dropshot_endpoint v0.17.0 |
| 315 | 2026-04-20T22:32:55.050Z | Downloaded foreign-types v0.3.2 |
| 316 | 2026-04-20T22:32:55.053Z | Downloaded flagset v0.4.7 |
| 317 | 2026-04-20T22:32:55.057Z | Downloaded defmt-parser v0.3.4 |
| 318 | 2026-04-20T22:32:55.057Z | Downloaded funty v2.0.0 |
| 319 | 2026-04-20T22:32:55.060Z | Downloaded cstr-argument v0.1.2 |
| 320 | 2026-04-20T22:32:55.060Z | Downloaded gethostname v0.5.0 |
| 321 | 2026-04-20T22:32:55.063Z | Downloaded form_urlencoded v1.2.2 |
| 322 | 2026-04-20T22:32:55.064Z | Downloaded futures-task v0.3.32 |
| 323 | 2026-04-20T22:32:55.067Z | Downloaded git-stub v1.0.0 |
| 324 | 2026-04-20T22:32:55.067Z | Downloaded chacha20 v0.9.1 |
| 325 | 2026-04-20T22:32:55.070Z | Downloaded futures-core v0.3.32 |
| 326 | 2026-04-20T22:32:55.073Z | Downloaded bit-vec v0.6.3 |
| 327 | 2026-04-20T22:32:55.073Z | Downloaded argon2 v0.5.3 |
| 328 | 2026-04-20T22:32:55.077Z | Downloaded futures-macro v0.3.32 |
| 329 | 2026-04-20T22:32:55.080Z | Downloaded futures-sink v0.3.32 |
| 330 | 2026-04-20T22:32:55.080Z | Downloaded ctrlc v3.4.4 |
| 331 | 2026-04-20T22:32:55.083Z | Downloaded hash32 v0.3.1 |
| 332 | 2026-04-20T22:32:55.086Z | Downloaded errno v0.3.14 |
| 333 | 2026-04-20T22:32:55.086Z | Downloaded generic-array v0.14.7 |
| 334 | 2026-04-20T22:32:55.090Z | Downloaded darling_macro v0.21.3 |
| 335 | 2026-04-20T22:32:55.090Z | Downloaded crypto-common v0.1.6 |
| 336 | 2026-04-20T22:32:55.093Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-04-20T22:32:55.093Z | Downloaded embedded-io v0.4.0 |
| 338 | 2026-04-20T22:32:55.097Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 339 | 2026-04-20T22:32:55.097Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 340 | 2026-04-20T22:32:55.100Z | Downloaded darling_core v0.20.11 |
| 341 | 2026-04-20T22:32:55.103Z | Downloaded foreign-types-macros v0.2.3 |
| 342 | 2026-04-20T22:32:55.107Z | Downloaded bcs v0.1.6 |
| 343 | 2026-04-20T22:32:55.107Z | Downloaded heck v0.5.0 |
| 344 | 2026-04-20T22:32:55.110Z | Downloaded clap_derive v4.5.4 |
| 345 | 2026-04-20T22:32:55.110Z | Downloaded dof v0.4.0 |
| 346 | 2026-04-20T22:32:55.165Z | Downloaded cpufeatures v0.2.12 |
| 347 | 2026-04-20T22:32:55.165Z | Downloaded foreign-types v0.5.0 |
| 348 | 2026-04-20T22:32:55.165Z | Downloaded cipher v0.4.4 |
| 349 | 2026-04-20T22:32:55.165Z | Downloaded cargo_metadata v0.23.1 |
| 350 | 2026-04-20T22:32:55.165Z | Downloaded futures-io v0.3.32 |
| 351 | 2026-04-20T22:32:55.165Z | Downloaded hostname v0.4.2 |
| 352 | 2026-04-20T22:32:55.166Z | Downloaded enum-as-inner v0.6.0 |
| 353 | 2026-04-20T22:32:55.166Z | Downloaded heck v0.4.1 |
| 354 | 2026-04-20T22:32:55.166Z | Downloaded filetime v0.2.23 |
| 355 | 2026-04-20T22:32:55.166Z | Downloaded hostname v0.3.1 |
| 356 | 2026-04-20T22:32:55.166Z | Downloaded cancel-safe-futures v0.1.5 |
| 357 | 2026-04-20T22:32:55.166Z | Downloaded crossbeam-deque v0.8.5 |
| 358 | 2026-04-20T22:32:55.166Z | Downloaded hex v0.4.3 |
| 359 | 2026-04-20T22:32:55.166Z | Downloaded fixedbitset v0.4.2 |
| 360 | 2026-04-20T22:32:55.166Z | Downloaded bytecount v0.6.9 |
| 361 | 2026-04-20T22:32:55.166Z | Downloaded colored v3.0.0 |
| 362 | 2026-04-20T22:32:55.166Z | Downloaded hubpack_derive v0.1.1 |
| 363 | 2026-04-20T22:32:55.166Z | Downloaded hubpack v0.1.2 |
| 364 | 2026-04-20T22:32:55.166Z | Downloaded fs_extra v1.3.0 |
| 365 | 2026-04-20T22:32:55.166Z | Downloaded derive_builder_core v0.20.2 |
| 366 | 2026-04-20T22:32:55.166Z | Downloaded critical-section v1.2.0 |
| 367 | 2026-04-20T22:32:55.166Z | Downloaded erased-serde v0.3.31 |
| 368 | 2026-04-20T22:32:55.166Z | Downloaded group v0.13.0 |
| 369 | 2026-04-20T22:32:55.166Z | Downloaded hyper-tls v0.6.0 |
| 370 | 2026-04-20T22:32:55.166Z | Downloaded idna_adapter v1.2.0 |
| 371 | 2026-04-20T22:32:55.166Z | Downloaded ident_case v1.0.1 |
| 372 | 2026-04-20T22:32:55.173Z | Downloaded is_ci v1.2.0 |
| 373 | 2026-04-20T22:32:55.173Z | Downloaded instant v0.1.12 |
| 374 | 2026-04-20T22:32:55.173Z | Downloaded http-body v1.0.1 |
| 375 | 2026-04-20T22:32:55.173Z | Downloaded itoa v1.0.11 |
| 376 | 2026-04-20T22:32:55.178Z | Downloaded bitflags v2.9.4 |
| 377 | 2026-04-20T22:32:55.178Z | Downloaded indent_write v2.2.0 |
| 378 | 2026-04-20T22:32:55.178Z | Downloaded icu_provider_macros v1.5.0 |
| 379 | 2026-04-20T22:32:55.186Z | Downloaded const-oid v0.9.6 |
| 380 | 2026-04-20T22:32:55.186Z | Downloaded compression-codecs v0.4.32 |
| 381 | 2026-04-20T22:32:55.192Z | Downloaded fs-err v3.1.2 |
| 382 | 2026-04-20T22:32:55.192Z | Downloaded is_terminal_polyfill v1.70.0 |
| 383 | 2026-04-20T22:32:55.192Z | Downloaded keccak v0.1.6 |
| 384 | 2026-04-20T22:32:55.192Z | Downloaded console v0.15.8 |
| 385 | 2026-04-20T22:32:55.196Z | Downloaded kstat-rs v0.2.4 |
| 386 | 2026-04-20T22:32:55.196Z | Downloaded blake2 v0.10.6 |
| 387 | 2026-04-20T22:32:55.196Z | Downloaded highway v1.3.0 |
| 388 | 2026-04-20T22:32:55.200Z | Downloaded home v0.5.11 |
| 389 | 2026-04-20T22:32:55.200Z | Downloaded darling_macro v0.20.11 |
| 390 | 2026-04-20T22:32:55.203Z | Downloaded lazycell v1.3.0 |
| 391 | 2026-04-20T22:32:55.204Z | Downloaded git-stub-vcs v0.1.0 |
| 392 | 2026-04-20T22:32:55.207Z | Downloaded lazy_static v1.5.0 |
| 393 | 2026-04-20T22:32:55.207Z | Downloaded is-terminal v0.4.12 |
| 394 | 2026-04-20T22:32:55.211Z | Downloaded cookie v0.18.1 |
| 395 | 2026-04-20T22:32:55.211Z | Downloaded globset v0.4.14 |
| 396 | 2026-04-20T22:32:55.214Z | Downloaded either v1.15.0 |
| 397 | 2026-04-20T22:32:55.214Z | Downloaded ecdsa v0.16.9 |
| 398 | 2026-04-20T22:32:55.218Z | Downloaded glob v0.3.3 |
| 399 | 2026-04-20T22:32:55.218Z | Downloaded lru-cache v0.1.2 |
| 400 | 2026-04-20T22:32:55.222Z | Downloaded match_cfg v0.1.0 |
| 401 | 2026-04-20T22:32:55.222Z | Downloaded crossbeam-epoch v0.9.18 |
| 402 | 2026-04-20T22:32:55.225Z | Downloaded daft-derive v0.1.5 |
| 403 | 2026-04-20T22:32:55.229Z | Downloaded futures-executor v0.3.32 |
| 404 | 2026-04-20T22:32:55.229Z | Downloaded crc32fast v1.4.0 |
| 405 | 2026-04-20T22:32:55.232Z | Downloaded macaddr v1.0.1 |
| 406 | 2026-04-20T22:32:55.235Z | Downloaded derive_builder v0.20.2 |
| 407 | 2026-04-20T22:32:55.239Z | Downloaded memmap v0.7.0 |
| 408 | 2026-04-20T22:32:55.239Z | Downloaded inout v0.1.3 |
| 409 | 2026-04-20T22:32:55.242Z | Downloaded num v0.4.3 |
| 410 | 2026-04-20T22:32:55.242Z | Downloaded expectorate v1.2.0 |
| 411 | 2026-04-20T22:32:55.246Z | Downloaded managed v0.8.0 |
| 412 | 2026-04-20T22:32:55.246Z | Downloaded mime v0.3.17 |
| 413 | 2026-04-20T22:32:55.249Z | Downloaded memoffset v0.9.1 |
| 414 | 2026-04-20T22:32:55.249Z | Downloaded lru-slab v0.1.2 |
| 415 | 2026-04-20T22:32:55.253Z | Downloaded newtype_derive v0.1.6 |
| 416 | 2026-04-20T22:32:55.253Z | Downloaded newtype-uuid-macros v0.1.0 |
| 417 | 2026-04-20T22:32:55.256Z | Downloaded humantime v2.3.0 |
| 418 | 2026-04-20T22:32:55.256Z | Downloaded icu_locid_transform v1.5.0 |
| 419 | 2026-04-20T22:32:55.260Z | Downloaded clap v4.5.4 |
| 420 | 2026-04-20T22:32:55.263Z | Downloaded clang-sys v1.8.1 |
| 421 | 2026-04-20T22:32:55.266Z | Downloaded ciborium v0.2.2 |
| 422 | 2026-04-20T22:32:55.270Z | Downloaded ipnetwork v0.21.1 |
| 423 | 2026-04-20T22:32:55.270Z | Downloaded ipnet v2.9.0 |
| 424 | 2026-04-20T22:32:55.273Z | Downloaded num-iter v0.1.45 |
| 425 | 2026-04-20T22:32:55.274Z | Downloaded jobserver v0.1.31 |
| 426 | 2026-04-20T22:32:55.277Z | Downloaded http-body-util v0.1.3 |
| 427 | 2026-04-20T22:32:55.277Z | Downloaded openssl-macros v0.1.1 |
| 428 | 2026-04-20T22:32:55.280Z | Downloaded openssl-probe v0.2.1 |
| 429 | 2026-04-20T22:32:55.280Z | Downloaded opaque-debug v0.3.1 |
| 430 | 2026-04-20T22:32:55.284Z | Downloaded olpc-cjson v0.1.4 |
| 431 | 2026-04-20T22:32:55.284Z | Downloaded openssl-probe v0.1.5 |
| 432 | 2026-04-20T22:32:55.288Z | Downloaded libsw-core v0.3.2 |
| 433 | 2026-04-20T22:32:55.288Z | Downloaded litemap v0.7.4 |
| 434 | 2026-04-20T22:32:55.292Z | Downloaded httparse v1.10.1 |
| 435 | 2026-04-20T22:32:55.292Z | Downloaded futures-channel v0.3.32 |
| 436 | 2026-04-20T22:32:55.295Z | Downloaded linear-map v1.2.0 |
| 437 | 2026-04-20T22:32:55.295Z | Downloaded libsw v3.5.0 |
| 438 | 2026-04-20T22:32:55.299Z | Downloaded getrandom v0.2.14 |
| 439 | 2026-04-20T22:32:55.299Z | Downloaded drift v0.1.2 |
| 440 | 2026-04-20T22:32:55.302Z | Downloaded percent-encoding v2.3.2 |
| 441 | 2026-04-20T22:32:55.305Z | Downloaded env_logger v0.11.10 |
| 442 | 2026-04-20T22:32:55.308Z | Downloaded libloading v0.8.9 |
| 443 | 2026-04-20T22:32:55.308Z | Downloaded linked-hash-map v0.5.6 |
| 444 | 2026-04-20T22:32:55.312Z | Downloaded iana-time-zone v0.1.64 |
| 445 | 2026-04-20T22:32:55.315Z | Downloaded crossbeam-utils v0.8.19 |
| 446 | 2026-04-20T22:32:55.315Z | Downloaded omicron-workspace-hack v0.1.0 |
| 447 | 2026-04-20T22:32:55.318Z | Downloaded derive_more v0.99.20 |
| 448 | 2026-04-20T22:32:55.321Z | Downloaded native-tls v0.2.11 |
| 449 | 2026-04-20T22:32:55.321Z | Downloaded parse-display v0.10.0 |
| 450 | 2026-04-20T22:32:55.325Z | Downloaded num-integer v0.1.46 |
| 451 | 2026-04-20T22:32:55.325Z | Downloaded lock_api v0.4.12 |
| 452 | 2026-04-20T22:32:55.328Z | Downloaded multer v3.1.0 |
| 453 | 2026-04-20T22:32:55.328Z | Downloaded num_threads v0.1.7 |
| 454 | 2026-04-20T22:32:55.331Z | Downloaded num_enum_derive v0.5.11 |
| 455 | 2026-04-20T22:32:55.331Z | Downloaded num-derive v0.4.2 |
| 456 | 2026-04-20T22:32:55.334Z | Downloaded phf_shared v0.12.1 |
| 457 | 2026-04-20T22:32:55.334Z | Downloaded num-rational v0.4.2 |
| 458 | 2026-04-20T22:32:55.338Z | Downloaded num-complex v0.4.6 |
| 459 | 2026-04-20T22:32:55.338Z | Downloaded const_format v0.2.35 |
| 460 | 2026-04-20T22:32:55.341Z | Downloaded plain v0.2.3 |
| 461 | 2026-04-20T22:32:55.345Z | Downloaded pin-utils v0.1.0 |
| 462 | 2026-04-20T22:32:55.345Z | Downloaded hmac v0.12.1 |
| 463 | 2026-04-20T22:32:55.349Z | Downloaded libloading v0.7.4 |
| 464 | 2026-04-20T22:32:55.349Z | Downloaded chacha20poly1305 v0.10.1 |
| 465 | 2026-04-20T22:32:55.352Z | Downloaded num-conv v0.2.0 |
| 466 | 2026-04-20T22:32:55.352Z | Downloaded darling v0.21.3 |
| 467 | 2026-04-20T22:32:55.355Z | Downloaded num_enum v0.7.4 |
| 468 | 2026-04-20T22:32:55.359Z | Downloaded bytes v1.11.1 |
| 469 | 2026-04-20T22:32:55.362Z | Downloaded proc-macro-crate v1.3.1 |
| 470 | 2026-04-20T22:32:55.365Z | Downloaded async-compression v0.4.33 |
| 471 | 2026-04-20T22:32:55.369Z | Downloaded progenitor-client v0.10.0 |
| 472 | 2026-04-20T22:32:55.369Z | Downloaded pretty-hex v0.4.1 |
| 473 | 2026-04-20T22:32:55.372Z | Downloaded oxnet v0.1.4 |
| 474 | 2026-04-20T22:32:55.372Z | Downloaded futures v0.3.32 |
| 475 | 2026-04-20T22:32:55.375Z | Downloaded darling v0.23.0 |
| 476 | 2026-04-20T22:32:55.378Z | Downloaded passt v0.3.0 |
| 477 | 2026-04-20T22:32:55.382Z | Downloaded proc-macro-error-attr v1.0.4 |
| 478 | 2026-04-20T22:32:55.382Z | Downloaded parking_lot_core v0.9.10 |
| 479 | 2026-04-20T22:32:55.385Z | Downloaded quick-error v1.2.3 |
| 480 | 2026-04-20T22:32:55.385Z | Downloaded fatfs v0.3.6 |
| 481 | 2026-04-20T22:32:55.388Z | Downloaded pem-rfc7468 v0.7.0 |
| 482 | 2026-04-20T22:32:55.391Z | Downloaded password-hash v0.5.0 |
| 483 | 2026-04-20T22:32:55.391Z | Downloaded memmap2 v0.9.9 |
| 484 | 2026-04-20T22:32:55.395Z | Downloaded progenitor-client v0.11.1 |
| 485 | 2026-04-20T22:32:55.395Z | Downloaded icu_provider v1.5.0 |
| 486 | 2026-04-20T22:32:55.398Z | Downloaded hyper-rustls v0.27.3 |
| 487 | 2026-04-20T22:32:55.401Z | Downloaded parse-display-derive v0.10.0 |
| 488 | 2026-04-20T22:32:55.401Z | Downloaded derive-where v1.6.0 |
| 489 | 2026-04-20T22:32:55.404Z | Downloaded progenitor-macro v0.11.1 |
| 490 | 2026-04-20T22:32:55.404Z | Downloaded getrandom v0.4.2 |
| 491 | 2026-04-20T22:32:55.408Z | Downloaded rand_chacha v0.3.1 |
| 492 | 2026-04-20T22:32:55.411Z | Downloaded progenitor-macro v0.13.0 |
| 493 | 2026-04-20T22:32:55.411Z | Downloaded dropshot_endpoint v0.16.7 |
| 494 | 2026-04-20T22:32:55.414Z | Downloaded radium v0.7.0 |
| 495 | 2026-04-20T22:32:55.414Z | Downloaded rustc_version v0.4.1 |
| 496 | 2026-04-20T22:32:55.418Z | Downloaded pin-project-internal v1.1.10 |
| 497 | 2026-04-20T22:32:55.418Z | Downloaded phf v0.12.1 |
| 498 | 2026-04-20T22:32:55.421Z | Downloaded pest_generator v2.8.4 |
| 499 | 2026-04-20T22:32:55.421Z | Downloaded rustc_version v0.1.7 |
| 500 | 2026-04-20T22:32:55.421Z | Downloaded rand_xorshift v0.3.0 |
| 501 | 2026-04-20T22:32:55.424Z | Downloaded pem v3.0.5 |
| 502 | 2026-04-20T22:32:55.424Z | Downloaded pkg-config v0.3.30 |
| 503 | 2026-04-20T22:32:55.427Z | Downloaded pkcs8 v0.10.2 |
| 504 | 2026-04-20T22:32:55.427Z | Downloaded paste v1.0.15 |
| 505 | 2026-04-20T22:32:55.431Z | Downloaded base64 v0.21.7 |
| 506 | 2026-04-20T22:32:55.434Z | Downloaded ref-cast-impl v1.0.25 |
| 507 | 2026-04-20T22:32:55.434Z | Downloaded ref-cast v1.0.25 |
| 508 | 2026-04-20T22:32:55.437Z | Downloaded rfc6979 v0.4.0 |
| 509 | 2026-04-20T22:32:55.437Z | Downloaded rustc-hash v1.1.0 |
| 510 | 2026-04-20T22:32:55.440Z | Downloaded ppv-lite86 v0.2.17 |
| 511 | 2026-04-20T22:32:55.441Z | Downloaded oxide-tokio-rt v0.1.2 |
| 512 | 2026-04-20T22:32:55.444Z | Downloaded pretty-hex v0.2.1 |
| 513 | 2026-04-20T22:32:55.444Z | Downloaded rustc-hash v2.1.1 |
| 514 | 2026-04-20T22:32:55.447Z | Downloaded polyval v0.6.2 |
| 515 | 2026-04-20T22:32:55.447Z | Downloaded indexmap v1.9.3 |
| 516 | 2026-04-20T22:32:55.450Z | Downloaded poly1305 v0.8.0 |
| 517 | 2026-04-20T22:32:55.450Z | Downloaded icu_normalizer v1.5.0 |
| 518 | 2026-04-20T22:32:55.454Z | Downloaded owo-colors v4.2.3 |
| 519 | 2026-04-20T22:32:55.457Z | Downloaded once_cell v1.21.3 |
| 520 | 2026-04-20T22:32:55.460Z | Downloaded progenitor-macro v0.10.0 |
| 521 | 2026-04-20T22:32:55.460Z | Downloaded progenitor v0.13.0 |
| 522 | 2026-04-20T22:32:55.464Z | Downloaded progenitor v0.11.1 |
| 523 | 2026-04-20T22:32:55.464Z | Downloaded progenitor v0.10.0 |
| 524 | 2026-04-20T22:32:55.464Z | Downloaded proc-macro-error v1.0.4 |
| 525 | 2026-04-20T22:32:55.467Z | Downloaded flate2 v1.0.30 |
| 526 | 2026-04-20T22:32:55.470Z | Downloaded icu_normalizer_data v1.5.0 |
| 527 | 2026-04-20T22:32:55.473Z | Downloaded darling_core v0.21.3 |
| 528 | 2026-04-20T22:32:55.476Z | Downloaded getrandom v0.3.4 |
| 529 | 2026-04-20T22:32:55.480Z | Downloaded miniz_oxide v0.7.2 |
| 530 | 2026-04-20T22:32:55.480Z | Downloaded progenitor-client v0.13.0 |
| 531 | 2026-04-20T22:32:55.483Z | Downloaded pest_meta v2.8.4 |
| 532 | 2026-04-20T22:32:55.483Z | Downloaded parking_lot v0.12.2 |
| 533 | 2026-04-20T22:32:55.486Z | Downloaded darling_core v0.23.0 |
| 534 | 2026-04-20T22:32:55.489Z | Downloaded crypto-bigint v0.5.5 |
| 535 | 2026-04-20T22:32:55.493Z | Downloaded serde_arrays v0.1.0 |
| 536 | 2026-04-20T22:32:55.493Z | Downloaded crossbeam-channel v0.5.15 |
| 537 | 2026-04-20T22:32:55.496Z | Downloaded quinn-udp v0.5.5 |
| 538 | 2026-04-20T22:32:55.499Z | Downloaded pin-project-lite v0.2.14 |
| 539 | 2026-04-20T22:32:55.503Z | Downloaded scopeguard v1.2.0 |
| 540 | 2026-04-20T22:32:55.503Z | Downloaded half v2.7.1 |
| 541 | 2026-04-20T22:32:55.506Z | Downloaded same-file v1.0.6 |
| 542 | 2026-04-20T22:32:55.506Z | Downloaded hickory-resolver v0.24.4 |
| 543 | 2026-04-20T22:32:55.509Z | Downloaded scroll_derive v0.13.1 |
| 544 | 2026-04-20T22:32:55.512Z | Downloaded log v0.4.29 |
| 545 | 2026-04-20T22:32:55.512Z | Downloaded pest_derive v2.8.4 |
| 546 | 2026-04-20T22:32:55.516Z | Downloaded postcard v1.0.9 |
| 547 | 2026-04-20T22:32:55.516Z | Downloaded serde_plain v1.0.2 |
| 548 | 2026-04-20T22:32:55.519Z | Downloaded serde_repr v0.1.19 |
| 549 | 2026-04-20T22:32:55.519Z | Downloaded rand_core v0.6.4 |
| 550 | 2026-04-20T22:32:55.522Z | Downloaded rand_chacha v0.9.0 |
| 551 | 2026-04-20T22:32:55.522Z | Downloaded quote v1.0.44 |
| 552 | 2026-04-20T22:32:55.525Z | Downloaded num-traits v0.2.19 |
| 553 | 2026-04-20T22:32:55.526Z | Downloaded serde_spanned v1.0.4 |
| 554 | 2026-04-20T22:32:55.529Z | Downloaded serde_urlencoded v0.7.1 |
| 555 | 2026-04-20T22:32:55.529Z | Downloaded icu_properties v1.5.1 |
| 556 | 2026-04-20T22:32:55.532Z | Downloaded sha1 v0.10.6 |
| 557 | 2026-04-20T22:32:55.532Z | Downloaded serde_spanned v0.6.9 |
| 558 | 2026-04-20T22:32:55.535Z | Downloaded jiff-static v0.2.15 |
| 559 | 2026-04-20T22:32:55.535Z | Downloaded hickory-resolver v0.25.2 |
| 560 | 2026-04-20T22:32:55.538Z | Downloaded cc v1.2.17 |
| 561 | 2026-04-20T22:32:55.542Z | Downloaded serde-big-array v0.5.1 |
| 562 | 2026-04-20T22:32:55.542Z | Downloaded semver v0.1.20 |
| 563 | 2026-04-20T22:32:55.545Z | Downloaded simd-adler32 v0.3.7 |
| 564 | 2026-04-20T22:32:55.545Z | Downloaded siphasher v1.0.1 |
| 565 | 2026-04-20T22:32:55.545Z | Downloaded sigpipe v0.1.3 |
| 566 | 2026-04-20T22:32:55.548Z | Downloaded ringbuffer v0.16.0 |
| 567 | 2026-04-20T22:32:55.548Z | Downloaded secrecy v0.10.3 |
| 568 | 2026-04-20T22:32:55.552Z | Downloaded scroll_derive v0.12.0 |
| 569 | 2026-04-20T22:32:55.552Z | Downloaded rustls-pemfile v1.0.4 |
| 570 | 2026-04-20T22:32:55.552Z | Downloaded primeorder v0.13.6 |
| 571 | 2026-04-20T22:32:55.555Z | Downloaded heapless v0.8.0 |
| 572 | 2026-04-20T22:32:55.558Z | Downloaded der v0.7.10 |
| 573 | 2026-04-20T22:32:55.562Z | Downloaded icu_locid_transform_data v1.5.0 |
| 574 | 2026-04-20T22:32:55.562Z | Downloaded icu_locid v1.5.0 |
| 575 | 2026-04-20T22:32:55.565Z | Downloaded rustls-native-certs v0.8.3 |
| 576 | 2026-04-20T22:32:55.568Z | Downloaded rusty-fork v0.3.0 |
| 577 | 2026-04-20T22:32:55.568Z | Downloaded rustversion v1.0.22 |
| 578 | 2026-04-20T22:32:55.571Z | Downloaded resolv-conf v0.7.0 |
| 579 | 2026-04-20T22:32:55.571Z | Downloaded signature v2.2.0 |
| 580 | 2026-04-20T22:32:55.574Z | Downloaded smawk v0.3.2 |
| 581 | 2026-04-20T22:32:55.574Z | Downloaded stable_deref_trait v1.2.0 |
| 582 | 2026-04-20T22:32:55.574Z | Downloaded hashbrown v0.12.3 |
| 583 | 2026-04-20T22:32:55.578Z | Downloaded slog-bunyan v2.5.0 |
| 584 | 2026-04-20T22:32:55.581Z | Downloaded powerfmt v0.2.0 |
| 585 | 2026-04-20T22:32:55.581Z | Downloaded num_enum_derive v0.7.4 |
| 586 | 2026-04-20T22:32:55.581Z | Downloaded newtype-uuid v1.3.2 |
| 587 | 2026-04-20T22:32:55.584Z | Downloaded pin-project v1.1.10 |
| 588 | 2026-04-20T22:32:55.589Z | Downloaded strum v0.27.2 |
| 589 | 2026-04-20T22:32:55.592Z | Downloaded strum v0.26.3 |
| 590 | 2026-04-20T22:32:55.592Z | Downloaded sec1 v0.7.3 |
| 591 | 2026-04-20T22:32:55.595Z | Downloaded schemars_derive v0.8.22 |
| 592 | 2026-04-20T22:32:55.595Z | Downloaded serde_path_to_error v0.1.20 |
| 593 | 2026-04-20T22:32:55.595Z | Downloaded http v1.4.0 |
| 594 | 2026-04-20T22:32:55.598Z | Downloaded structmeta-derive v0.3.0 |
| 595 | 2026-04-20T22:32:55.601Z | Downloaded rand_core v0.9.3 |
| 596 | 2026-04-20T22:32:55.601Z | Downloaded base64 v0.22.1 |
| 597 | 2026-04-20T22:32:55.604Z | Downloaded sync_wrapper v1.0.1 |
| 598 | 2026-04-20T22:32:55.605Z | Downloaded supports-color v3.0.2 |
| 599 | 2026-04-20T22:32:55.605Z | Downloaded num_enum v0.5.11 |
| 600 | 2026-04-20T22:32:55.611Z | Downloaded scroll v0.12.0 |
| 601 | 2026-04-20T22:32:55.611Z | Downloaded semver v1.0.27 |
| 602 | 2026-04-20T22:32:55.611Z | Downloaded proc-macro2 v1.0.106 |
| 603 | 2026-04-20T22:32:55.614Z | Downloaded rustls-pemfile v2.2.0 |
| 604 | 2026-04-20T22:32:55.617Z | Downloaded tagptr v0.2.0 |
| 605 | 2026-04-20T22:32:55.617Z | Downloaded papergrid v0.11.0 |
| 606 | 2026-04-20T22:32:55.621Z | Downloaded termtree v0.5.1 |
| 607 | 2026-04-20T22:32:55.621Z | Downloaded tabwriter v1.4.0 |
| 608 | 2026-04-20T22:32:55.624Z | Downloaded terminal_size v0.4.3 |
| 609 | 2026-04-20T22:32:55.624Z | Downloaded tabled_derive v0.7.0 |
| 610 | 2026-04-20T22:32:55.624Z | Downloaded strsim v0.11.1 |
| 611 | 2026-04-20T22:32:55.627Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 612 | 2026-04-20T22:32:55.627Z | Downloaded thiserror-impl v1.0.64 |
| 613 | 2026-04-20T22:32:55.627Z | Downloaded signal-hook-registry v1.4.2 |
| 614 | 2026-04-20T22:32:55.631Z | Downloaded shlex v1.3.0 |
| 615 | 2026-04-20T22:32:55.631Z | Downloaded supports-color v2.1.0 |
| 616 | 2026-04-20T22:32:55.631Z | Downloaded tap v1.0.1 |
| 617 | 2026-04-20T22:32:55.634Z | Downloaded take_mut v0.2.2 |
| 618 | 2026-04-20T22:32:55.634Z | Downloaded serde_tokenstream v0.2.3 |
| 619 | 2026-04-20T22:32:55.634Z | Downloaded serde_derive_internals v0.29.1 |
| 620 | 2026-04-20T22:32:55.637Z | Downloaded minimal-lexical v0.2.1 |
| 621 | 2026-04-20T22:32:55.637Z | Downloaded ingot-macros v0.1.1 |
| 622 | 2026-04-20T22:32:55.640Z | Downloaded ingot v0.1.1 |
| 623 | 2026-04-20T22:32:55.640Z | Downloaded darling v0.20.11 |
| 624 | 2026-04-20T22:32:55.644Z | Downloaded newline-converter v0.3.0 |
| 625 | 2026-04-20T22:32:55.644Z | Downloaded ingot-types v0.1.2 |
| 626 | 2026-04-20T22:32:55.647Z | Downloaded csv-core v0.1.12 |
| 627 | 2026-04-20T22:32:55.647Z | Downloaded sha2 v0.10.9 |
| 628 | 2026-04-20T22:32:55.650Z | Downloaded swrite v0.1.0 |
| 629 | 2026-04-20T22:32:55.650Z | Downloaded erased-serde v0.4.5 |
| 630 | 2026-04-20T22:32:55.659Z | Downloaded terminal_size v0.3.0 |
| 631 | 2026-04-20T22:32:55.659Z | Downloaded fnv v1.0.7 |
| 632 | 2026-04-20T22:32:55.659Z | Downloaded digest v0.10.7 |
| 633 | 2026-04-20T22:32:55.665Z | Downloaded thread-id v4.2.1 |
| 634 | 2026-04-20T22:32:55.665Z | Downloaded spki v0.7.3 |
| 635 | 2026-04-20T22:32:55.665Z | Downloaded thread-id v5.0.0 |
| 636 | 2026-04-20T22:32:55.666Z | Downloaded camino v1.2.2 |
| 637 | 2026-04-20T22:32:55.666Z | Downloaded ed25519-dalek v2.2.0 |
| 638 | 2026-04-20T22:32:55.666Z | Downloaded ascii v1.1.0 |
| 639 | 2026-04-20T22:32:55.671Z | Downloaded tinyvec_macros v0.1.1 |
| 640 | 2026-04-20T22:32:55.671Z | Downloaded structmeta v0.3.0 |
| 641 | 2026-04-20T22:32:55.671Z | Downloaded anyhow v1.0.100 |
| 642 | 2026-04-20T22:32:55.671Z | Downloaded displaydoc v0.2.5 |
| 643 | 2026-04-20T22:32:55.674Z | Downloaded ctr v0.9.2 |
| 644 | 2026-04-20T22:32:55.674Z | Downloaded strum_macros v0.28.0 |
| 645 | 2026-04-20T22:32:55.674Z | Downloaded slog-json v2.6.1 |
| 646 | 2026-04-20T22:32:55.677Z | Downloaded thread_local v1.1.8 |
| 647 | 2026-04-20T22:32:55.677Z | Downloaded slog-async v2.8.0 |
| 648 | 2026-04-20T22:32:55.678Z | Downloaded time-core v0.1.8 |
| 649 | 2026-04-20T22:32:55.681Z | Downloaded strum_macros v0.27.2 |
| 650 | 2026-04-20T22:32:55.681Z | Downloaded slab v0.4.9 |
| 651 | 2026-04-20T22:32:55.684Z | Downloaded openssl-sys v0.9.107 |
| 652 | 2026-04-20T22:32:55.684Z | Downloaded progenitor-impl v0.13.0 |
| 653 | 2026-04-20T22:32:55.688Z | Downloaded slog-term v2.9.2 |
| 654 | 2026-04-20T22:32:55.688Z | Downloaded synstructure v0.13.1 |
| 655 | 2026-04-20T22:32:55.691Z | Downloaded rustls-platform-verifier v0.6.2 |
| 656 | 2026-04-20T22:32:55.691Z | Downloaded dropshot-api-manager v0.7.0 |
| 657 | 2026-04-20T22:32:55.694Z | Downloaded slog-dtrace v0.3.0 |
| 658 | 2026-04-20T22:32:55.697Z | Downloaded toml_datetime v0.6.11 |
| 659 | 2026-04-20T22:32:55.698Z | Downloaded snafu-derive v0.8.9 |
| 660 | 2026-04-20T22:32:55.698Z | Downloaded scroll v0.13.0 |
| 661 | 2026-04-20T22:32:55.702Z | Downloaded prettyplease v0.2.37 |
| 662 | 2026-04-20T22:32:55.702Z | Downloaded derive-ex v0.1.8 |
| 663 | 2026-04-20T22:32:55.706Z | Downloaded der_derive v0.7.3 |
| 664 | 2026-04-20T22:32:55.706Z | Downloaded smf v0.2.3 |
| 665 | 2026-04-20T22:32:55.706Z | Downloaded static_assertions v1.1.0 |
| 666 | 2026-04-20T22:32:55.706Z | Downloaded httpdate v1.0.3 |
| 667 | 2026-04-20T22:32:55.706Z | Downloaded hyper-util v0.1.20 |
| 668 | 2026-04-20T22:32:55.709Z | Downloaded bincode v1.3.3 |
| 669 | 2026-04-20T22:32:55.713Z | Downloaded async-trait v0.1.89 |
| 670 | 2026-04-20T22:32:55.717Z | Downloaded sct v0.7.1 |
| 671 | 2026-04-20T22:32:55.717Z | Downloaded rayon-core v1.13.0 |
| 672 | 2026-04-20T22:32:55.720Z | Downloaded subtle v2.6.1 |
| 673 | 2026-04-20T22:32:55.720Z | Downloaded strum_macros v0.26.4 |
| 674 | 2026-04-20T22:32:55.723Z | Downloaded ryu v1.0.18 |
| 675 | 2026-04-20T22:32:55.723Z | Downloaded thiserror v2.0.18 |
| 676 | 2026-04-20T22:32:55.727Z | Downloaded ron v0.8.1 |
| 677 | 2026-04-20T22:32:55.731Z | Downloaded tinystr v0.7.6 |
| 678 | 2026-04-20T22:32:55.731Z | Downloaded aes v0.8.4 |
| 679 | 2026-04-20T22:32:55.734Z | Downloaded time-macros v0.2.27 |
| 680 | 2026-04-20T22:32:55.738Z | Downloaded serde_with_macros v3.18.0 |
| 681 | 2026-04-20T22:32:55.738Z | Downloaded tower-layer v0.3.3 |
| 682 | 2026-04-20T22:32:55.738Z | Downloaded progenitor-impl v0.10.0 |
| 683 | 2026-04-20T22:32:55.741Z | Downloaded thiserror-no-std v2.0.2 |
| 684 | 2026-04-20T22:32:55.741Z | Downloaded indexmap v2.13.0 |
| 685 | 2026-04-20T22:32:55.744Z | Downloaded toml_write v0.1.2 |
| 686 | 2026-04-20T22:32:55.747Z | Downloaded thiserror v1.0.64 |
| 687 | 2026-04-20T22:32:55.752Z | Downloaded tokio-macros v2.6.0 |
| 688 | 2026-04-20T22:32:55.753Z | Downloaded tokio-dtrace v0.1.1 |
| 689 | 2026-04-20T22:32:55.753Z | Downloaded tls_codec v0.4.2 |
| 690 | 2026-04-20T22:32:55.757Z | Downloaded libm v0.2.8 |
| 691 | 2026-04-20T22:32:55.757Z | Downloaded typify-macro v0.4.3 |
| 692 | 2026-04-20T22:32:55.760Z | Downloaded typeid v1.0.0 |
| 693 | 2026-04-20T22:32:55.760Z | Downloaded try-lock v0.2.5 |
| 694 | 2026-04-20T22:32:55.760Z | Downloaded typify-macro v0.6.1 |
| 695 | 2026-04-20T22:32:55.760Z | Downloaded icu_collections v1.5.0 |
| 696 | 2026-04-20T22:32:55.764Z | Downloaded thiserror-impl v2.0.18 |
| 697 | 2026-04-20T22:32:55.767Z | Downloaded camino-tempfile v1.4.1 |
| 698 | 2026-04-20T22:32:55.767Z | Downloaded tower-service v0.3.3 |
| 699 | 2026-04-20T22:32:55.767Z | Downloaded tempfile v3.23.0 |
| 700 | 2026-04-20T22:32:55.770Z | Downloaded similar v2.7.0 |
| 701 | 2026-04-20T22:32:55.770Z | Downloaded dyn-clone v1.0.17 |
| 702 | 2026-04-20T22:32:55.774Z | Downloaded unarray v0.1.4 |
| 703 | 2026-04-20T22:32:55.774Z | Downloaded cargo_metadata v0.18.1 |
| 704 | 2026-04-20T22:32:55.774Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 705 | 2026-04-20T22:32:55.777Z | Downloaded rustls-pki-types v1.12.0 |
| 706 | 2026-04-20T22:32:55.782Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 707 | 2026-04-20T22:32:55.782Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 708 | 2026-04-20T22:32:55.782Z | Downloaded schemars v0.8.22 |
| 709 | 2026-04-20T22:32:55.786Z | Downloaded smallvec v1.13.2 |
| 710 | 2026-04-20T22:32:55.789Z | Downloaded rand v0.8.5 |
| 711 | 2026-04-20T22:32:55.793Z | Downloaded tokio-native-tls v0.3.1 |
| 712 | 2026-04-20T22:32:55.793Z | Downloaded num-bigint v0.4.5 |
| 713 | 2026-04-20T22:32:55.796Z | Downloaded utf16_iter v1.0.5 |
| 714 | 2026-04-20T22:32:55.796Z | Downloaded usdt-macro v0.5.0 |
| 715 | 2026-04-20T22:32:55.796Z | Downloaded unicode-xid v0.2.4 |
| 716 | 2026-04-20T22:32:55.796Z | Downloaded untrusted v0.9.0 |
| 717 | 2026-04-20T22:32:55.799Z | Downloaded spin v0.9.8 |
| 718 | 2026-04-20T22:32:55.799Z | Downloaded mio v1.0.2 |
| 719 | 2026-04-20T22:32:55.803Z | Downloaded schemars v0.9.0 |
| 720 | 2026-04-20T22:32:55.808Z | Downloaded serde_core v1.0.228 |
| 721 | 2026-04-20T22:32:55.811Z | Downloaded tracing-attributes v0.1.27 |
| 722 | 2026-04-20T22:32:55.815Z | Downloaded utf8parse v0.2.1 |
| 723 | 2026-04-20T22:32:55.815Z | Downloaded serde_derive v1.0.228 |
| 724 | 2026-04-20T22:32:55.816Z | Downloaded hashbrown v0.15.2 |
| 725 | 2026-04-20T22:32:55.819Z | Downloaded universal-hash v0.5.1 |
| 726 | 2026-04-20T22:32:55.819Z | Downloaded untrusted v0.7.1 |
| 727 | 2026-04-20T22:32:55.822Z | Downloaded unicode-linebreak v0.1.5 |
| 728 | 2026-04-20T22:32:55.822Z | Downloaded usdt-attr-macro v0.6.0 |
| 729 | 2026-04-20T22:32:55.822Z | Downloaded usdt v0.6.0 |
| 730 | 2026-04-20T22:32:55.822Z | Downloaded autocfg v1.3.0 |
| 731 | 2026-04-20T22:32:55.826Z | Downloaded utf-8 v0.7.6 |
| 732 | 2026-04-20T22:32:55.827Z | Downloaded anstream v0.6.14 |
| 733 | 2026-04-20T22:32:55.827Z | Downloaded dof v0.3.0 |
| 734 | 2026-04-20T22:32:55.827Z | Downloaded foreign-types-shared v0.1.1 |
| 735 | 2026-04-20T22:32:55.830Z | Downloaded const_format_proc_macros v0.2.34 |
| 736 | 2026-04-20T22:32:55.830Z | Downloaded cexpr v0.6.0 |
| 737 | 2026-04-20T22:32:55.830Z | Downloaded backoff v0.4.0 |
| 738 | 2026-04-20T22:32:55.834Z | Downloaded wait-timeout v0.2.0 |
| 739 | 2026-04-20T22:32:55.834Z | Downloaded tls_codec_derive v0.4.2 |
| 740 | 2026-04-20T22:32:55.834Z | Downloaded env_filter v1.0.1 |
| 741 | 2026-04-20T22:32:55.837Z | Downloaded derive_builder_macro v0.20.2 |
| 742 | 2026-04-20T22:32:55.837Z | Downloaded byteorder v1.5.0 |
| 743 | 2026-04-20T22:32:55.837Z | Downloaded base64ct v1.6.0 |
| 744 | 2026-04-20T22:32:55.837Z | Downloaded quinn v0.11.9 |
| 745 | 2026-04-20T22:32:55.840Z | Downloaded tokio-rustls v0.25.0 |
| 746 | 2026-04-20T22:32:55.841Z | Downloaded serde_yaml v0.9.34+deprecated |
| 747 | 2026-04-20T22:32:55.844Z | Downloaded term v1.2.0 |
| 748 | 2026-04-20T22:32:55.848Z | Downloaded dtrace-parser v0.3.0 |
| 749 | 2026-04-20T22:32:55.848Z | Downloaded which v4.4.2 |
| 750 | 2026-04-20T22:32:55.848Z | Downloaded utf8_iter v1.0.4 |
| 751 | 2026-04-20T22:32:55.848Z | Downloaded xattr v1.3.1 |
| 752 | 2026-04-20T22:32:55.851Z | Downloaded usdt-attr-macro v0.5.0 |
| 753 | 2026-04-20T22:32:55.851Z | Downloaded usdt-macro v0.6.0 |
| 754 | 2026-04-20T22:32:55.851Z | Downloaded bitflags v1.3.2 |
| 755 | 2026-04-20T22:32:55.851Z | Downloaded cmake v0.1.54 |
| 756 | 2026-04-20T22:32:55.854Z | Downloaded dunce v1.0.5 |
| 757 | 2026-04-20T22:32:55.854Z | Downloaded idna v1.0.3 |
| 758 | 2026-04-20T22:32:55.857Z | Downloaded debug-ignore v1.0.5 |
| 759 | 2026-04-20T22:32:55.857Z | Downloaded version_check v0.9.5 |
| 760 | 2026-04-20T22:32:55.857Z | Downloaded crucible-workspace-hack v0.1.0 |
| 761 | 2026-04-20T22:32:55.857Z | Downloaded tokio-tungstenite v0.21.0 |
| 762 | 2026-04-20T22:32:55.861Z | Downloaded nom v7.1.3 |
| 763 | 2026-04-20T22:32:55.864Z | Downloaded test-strategy v0.4.3 |
| 764 | 2026-04-20T22:32:55.864Z | Downloaded schemars v1.2.1 |
| 765 | 2026-04-20T22:32:55.872Z | Downloaded write16 v1.0.0 |
| 766 | 2026-04-20T22:32:55.875Z | Downloaded aho-corasick v1.1.3 |
| 767 | 2026-04-20T22:32:55.878Z | Downloaded tinyvec v1.6.0 |
| 768 | 2026-04-20T22:32:55.879Z | Downloaded slog v2.8.2 |
| 769 | 2026-04-20T22:32:55.883Z | Downloaded progenitor-impl v0.11.1 |
| 770 | 2026-04-20T22:32:55.883Z | Downloaded usdt-impl v0.6.0 |
| 771 | 2026-04-20T22:32:55.883Z | Downloaded clap_builder v4.5.2 |
| 772 | 2026-04-20T22:32:55.887Z | Downloaded zerofrom-derive v0.1.5 |
| 773 | 2026-04-20T22:32:55.887Z | Downloaded want v0.3.1 |
| 774 | 2026-04-20T22:32:55.887Z | Downloaded socket2 v0.5.10 |
| 775 | 2026-04-20T22:32:55.890Z | Downloaded zeroize_derive v1.4.3 |
| 776 | 2026-04-20T22:32:55.890Z | Downloaded zerofrom v0.1.5 |
| 777 | 2026-04-20T22:32:55.890Z | Downloaded twox-hash v2.1.2 |
| 778 | 2026-04-20T22:32:55.893Z | Downloaded qorb v0.4.1 |
| 779 | 2026-04-20T22:32:55.894Z | Downloaded itertools v0.12.1 |
| 780 | 2026-04-20T22:32:55.897Z | Downloaded aead v0.5.2 |
| 781 | 2026-04-20T22:32:55.900Z | Downloaded foreign-types-shared v0.3.1 |
| 782 | 2026-04-20T22:32:55.900Z | Downloaded clap_lex v0.7.0 |
| 783 | 2026-04-20T22:32:55.900Z | Downloaded cfg_aliases v0.2.1 |
| 784 | 2026-04-20T22:32:55.900Z | Downloaded waitgroup v0.1.2 |
| 785 | 2026-04-20T22:32:55.904Z | Downloaded bitstruct_derive v0.1.0 |
| 786 | 2026-04-20T22:32:55.904Z | Downloaded base16ct v0.2.0 |
| 787 | 2026-04-20T22:32:55.904Z | Downloaded compression-core v0.4.31 |
| 788 | 2026-04-20T22:32:55.904Z | Downloaded cargo-platform v0.3.2 |
| 789 | 2026-04-20T22:32:55.904Z | Downloaded elliptic-curve v0.13.8 |
| 790 | 2026-04-20T22:32:55.907Z | Downloaded zone_cfg_derive v0.3.0 |
| 791 | 2026-04-20T22:32:55.907Z | Downloaded zone v0.3.1 |
| 792 | 2026-04-20T22:32:55.907Z | Downloaded bitstruct v0.1.1 |
| 793 | 2026-04-20T22:32:55.911Z | Downloaded async-stream-impl v0.3.6 |
| 794 | 2026-04-20T22:32:55.911Z | Downloaded anstyle-query v1.0.3 |
| 795 | 2026-04-20T22:32:55.911Z | Downloaded block-buffer v0.10.4 |
| 796 | 2026-04-20T22:32:55.911Z | Downloaded vsss-rs v3.3.4 |
| 797 | 2026-04-20T22:32:55.915Z | Downloaded yoke-derive v0.7.5 |
| 798 | 2026-04-20T22:32:55.915Z | Downloaded memchr v2.7.2 |
| 799 | 2026-04-20T22:32:55.919Z | Downloaded tokio-rustls v0.26.0 |
| 800 | 2026-04-20T22:32:55.919Z | Downloaded atty v0.2.14 |
| 801 | 2026-04-20T22:32:55.919Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 802 | 2026-04-20T22:32:55.923Z | Downloaded toml v0.7.8 |
| 803 | 2026-04-20T22:32:55.923Z | Downloaded walkdir v2.5.0 |
| 804 | 2026-04-20T22:32:55.923Z | Downloaded tokio-rustls v0.24.1 |
| 805 | 2026-04-20T22:32:55.927Z | Downloaded async-stream v0.3.6 |
| 806 | 2026-04-20T22:32:55.927Z | Downloaded cobs v0.2.3 |
| 807 | 2026-04-20T22:32:55.927Z | Downloaded cfg-if v1.0.0 |
| 808 | 2026-04-20T22:32:55.931Z | Downloaded usdt v0.5.0 |
| 809 | 2026-04-20T22:32:55.931Z | Downloaded tokio-stream v0.1.17 |
| 810 | 2026-04-20T22:32:55.931Z | Downloaded bit-set v0.5.3 |
| 811 | 2026-04-20T22:32:55.931Z | Downloaded atomic-waker v1.1.2 |
| 812 | 2026-04-20T22:32:55.935Z | Downloaded atomicwrites v0.4.4 |
| 813 | 2026-04-20T22:32:55.935Z | Downloaded iddqd v0.3.17 |
| 814 | 2026-04-20T22:32:55.938Z | Downloaded toml v0.8.23 |
| 815 | 2026-04-20T22:32:55.941Z | Downloaded writeable v0.5.5 |
| 816 | 2026-04-20T22:32:55.946Z | Downloaded tar v0.4.40 |
| 817 | 2026-04-20T22:32:55.949Z | Downloaded usdt-impl v0.5.0 |
| 818 | 2026-04-20T22:32:55.952Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 819 | 2026-04-20T22:32:55.955Z | Downloaded vergen-lib v9.1.0 |
| 820 | 2026-04-20T22:32:55.956Z | Downloaded vergen-git2 v9.1.0 |
| 821 | 2026-04-20T22:32:55.960Z | Downloaded zeroize v1.8.2 |
| 822 | 2026-04-20T22:32:55.963Z | Downloaded vergen v9.1.0 |
| 823 | 2026-04-20T22:32:55.975Z | Downloaded typify v0.6.1 |
| 824 | 2026-04-20T22:32:55.978Z | Downloaded tungstenite v0.21.0 |
| 825 | 2026-04-20T22:32:55.982Z | Downloaded unicode-ident v1.0.24 |
| 826 | 2026-04-20T22:32:55.982Z | Downloaded rustls-webpki v0.103.4 |
| 827 | 2026-04-20T22:32:55.986Z | Downloaded snafu v0.8.9 |
| 828 | 2026-04-20T22:32:55.986Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 829 | 2026-04-20T22:32:55.990Z | Downloaded rand v0.9.2 |
| 830 | 2026-04-20T22:32:55.990Z | Downloaded typenum v1.17.0 |
| 831 | 2026-04-20T22:32:55.995Z | Downloaded tracing-core v0.1.32 |
| 832 | 2026-04-20T22:32:55.995Z | Downloaded wyz v0.5.1 |
| 833 | 2026-04-20T22:32:55.996Z | Downloaded whoami v1.5.1 |
| 834 | 2026-04-20T22:32:56.043Z | Downloaded yoke v0.7.5 |
| 835 | 2026-04-20T22:32:56.043Z | Downloaded h2 v0.4.6 |
| 836 | 2026-04-20T22:32:56.043Z | Downloaded serde v1.0.228 |
| 837 | 2026-04-20T22:32:56.043Z | Downloaded zerovec-derive v0.10.3 |
| 838 | 2026-04-20T22:32:56.043Z | Downloaded iri-string v0.7.8 |
| 839 | 2026-04-20T22:32:56.043Z | Downloaded itertools v0.13.0 |
| 840 | 2026-04-20T22:32:56.043Z | Downloaded zerocopy-derive v0.7.34 |
| 841 | 2026-04-20T22:32:56.043Z | Downloaded textwrap v0.16.2 |
| 842 | 2026-04-20T22:32:56.043Z | Downloaded aws-lc-rs v1.13.3 |
| 843 | 2026-04-20T22:32:56.043Z | Downloaded hashbrown v0.16.1 |
| 844 | 2026-04-20T22:32:56.050Z | Downloaded ucd-trie v0.1.6 |
| 845 | 2026-04-20T22:32:56.050Z | Downloaded typify v0.4.3 |
| 846 | 2026-04-20T22:32:56.054Z | Downloaded unsafe-libyaml v0.2.11 |
| 847 | 2026-04-20T22:32:56.054Z | Downloaded socket2 v0.6.0 |
| 848 | 2026-04-20T22:32:56.069Z | Downloaded url v2.5.4 |
| 849 | 2026-04-20T22:32:56.073Z | Downloaded bindgen v0.69.5 |
| 850 | 2026-04-20T22:32:56.073Z | Downloaded pest v2.8.4 |
| 851 | 2026-04-20T22:32:56.077Z | Downloaded zmij v1.0.19 |
| 852 | 2026-04-20T22:32:56.085Z | Downloaded bitvec v1.0.1 |
| 853 | 2026-04-20T22:32:56.095Z | Downloaded toml_edit v0.22.27 |
| 854 | 2026-04-20T22:32:56.099Z | Downloaded hkdf v0.12.4 |
| 855 | 2026-04-20T22:32:56.104Z | Downloaded tracing v0.1.40 |
| 856 | 2026-04-20T22:32:56.126Z | Downloaded steno v0.4.1 |
| 857 | 2026-04-20T22:32:56.143Z | Downloaded toml_edit v0.19.15 |
| 858 | 2026-04-20T22:32:56.151Z | Downloaded uuid v1.22.0 |
| 859 | 2026-04-20T22:32:56.157Z | Downloaded futures-util v0.3.32 |
| 860 | 2026-04-20T22:32:56.161Z | Downloaded tower v0.5.2 |
| 861 | 2026-04-20T22:32:56.165Z | Downloaded typed-path v0.9.3 |
| 862 | 2026-04-20T22:32:56.169Z | Downloaded goblin v0.8.2 |
| 863 | 2026-04-20T22:32:56.182Z | Downloaded salty v0.3.0 |
| 864 | 2026-04-20T22:32:56.185Z | Downloaded portable-atomic v1.11.1 |
| 865 | 2026-04-20T22:32:56.189Z | Downloaded hyper v1.8.1 |
| 866 | 2026-04-20T22:32:56.193Z | Downloaded tokio-util v0.7.16 |
| 867 | 2026-04-20T22:32:56.201Z | Downloaded rustls-webpki v0.102.4 |
| 868 | 2026-04-20T22:32:56.211Z | Downloaded chrono v0.4.44 |
| 869 | 2026-04-20T22:32:56.216Z | Downloaded regex v1.12.3 |
| 870 | 2026-04-20T22:32:56.220Z | Downloaded tough v0.20.0 |
| 871 | 2026-04-20T22:32:56.224Z | Downloaded zerocopy-derive v0.8.27 |
| 872 | 2026-04-20T22:32:56.228Z | Downloaded reqwest v0.12.23 |
| 873 | 2026-04-20T22:32:56.240Z | Downloaded itertools v0.14.0 |
| 874 | 2026-04-20T22:32:56.245Z | Downloaded p384 v0.13.1 |
| 875 | 2026-04-20T22:32:56.252Z | Downloaded tower-http v0.6.8 |
| 876 | 2026-04-20T22:32:56.258Z | Downloaded git2 v0.20.2 |
| 877 | 2026-04-20T22:32:56.262Z | Downloaded x509-cert v0.2.5 |
| 878 | 2026-04-20T22:32:56.266Z | Downloaded zerovec v0.10.4 |
| 879 | 2026-04-20T22:32:56.266Z | Downloaded unicode-segmentation v1.11.0 |
| 880 | 2026-04-20T22:32:56.271Z | Downloaded serde_json v1.0.149 |
| 881 | 2026-04-20T22:32:56.275Z | Downloaded reqwest v0.13.2 |
| 882 | 2026-04-20T22:32:56.282Z | Downloaded rustls-webpki v0.101.7 |
| 883 | 2026-04-20T22:32:56.289Z | Downloaded zerocopy v0.7.34 |
| 884 | 2026-04-20T22:32:56.299Z | Downloaded unicode-normalization v0.1.24 |
| 885 | 2026-04-20T22:32:56.304Z | Downloaded quinn-proto v0.11.13 |
| 886 | 2026-04-20T22:32:56.307Z | Downloaded icu_properties_data v1.5.0 |
| 887 | 2026-04-20T22:32:56.318Z | Downloaded proptest v1.5.0 |
| 888 | 2026-04-20T22:32:56.322Z | Downloaded curve25519-dalek v4.1.3 |
| 889 | 2026-04-20T22:32:56.327Z | Downloaded rayon v1.11.0 |
| 890 | 2026-04-20T22:32:56.333Z | Downloaded winnow v0.5.40 |
| 891 | 2026-04-20T22:32:56.337Z | Downloaded tabled v0.15.0 |
| 892 | 2026-04-20T22:32:56.344Z | Downloaded openssl v0.10.72 |
| 893 | 2026-04-20T22:32:56.361Z | Downloaded winnow v0.7.13 |
| 894 | 2026-04-20T22:32:56.364Z | Downloaded moka v0.12.10 |
| 895 | 2026-04-20T22:32:56.371Z | Downloaded nix v0.28.0 |
| 896 | 2026-04-20T22:32:56.380Z | Downloaded rustls v0.21.12 |
| 897 | 2026-04-20T22:32:56.395Z | Downloaded serde_with v3.18.0 |
| 898 | 2026-04-20T22:32:56.401Z | Downloaded bstr v1.9.1 |
| 899 | 2026-04-20T22:32:56.407Z | Downloaded goblin v0.10.4 |
| 900 | 2026-04-20T22:32:56.434Z | Downloaded nix v0.30.1 |
| 901 | 2026-04-20T22:32:56.441Z | Downloaded hickory-proto v0.24.4 |
| 902 | 2026-04-20T22:32:56.459Z | Downloaded zerocopy v0.8.27 |
| 903 | 2026-04-20T22:32:56.470Z | Downloaded unicode-width v0.1.14 |
| 904 | 2026-04-20T22:32:56.473Z | Downloaded webpki-roots v1.0.3 |
| 905 | 2026-04-20T22:32:56.476Z | Downloaded time v0.3.47 |
| 906 | 2026-04-20T22:32:56.482Z | Downloaded unicode-width v0.2.1 |
| 907 | 2026-04-20T22:32:56.485Z | Downloaded rustls v0.23.31 |
| 908 | 2026-04-20T22:32:56.491Z | Downloaded hickory-proto v0.25.2 |
| 909 | 2026-04-20T22:32:56.499Z | Downloaded vcpkg v0.2.15 |
| 910 | 2026-04-20T22:32:56.520Z | Downloaded webpki-roots v0.26.3 |
| 911 | 2026-04-20T22:32:56.523Z | Downloaded dropshot v0.16.7 |
| 912 | 2026-04-20T22:32:56.534Z | Downloaded rustls v0.22.4 |
| 913 | 2026-04-20T22:32:56.540Z | Downloaded nix v0.31.1 |
| 914 | 2026-04-20T22:32:56.546Z | Downloaded syn v2.0.117 |
| 915 | 2026-04-20T22:32:56.552Z | Downloaded rustix v1.1.2 |
| 916 | 2026-04-20T22:32:56.564Z | Downloaded smoltcp v0.11.0 |
| 917 | 2026-04-20T22:32:56.570Z | Downloaded regress v0.10.5 |
| 918 | 2026-04-20T22:32:56.575Z | Downloaded dropshot v0.17.0 |
| 919 | 2026-04-20T22:32:56.586Z | Downloaded syn v1.0.109 |
| 920 | 2026-04-20T22:32:56.592Z | Downloaded rustix v0.38.34 |
| 921 | 2026-04-20T22:32:56.605Z | Downloaded regex-syntax v0.8.5 |
| 922 | 2026-04-20T22:32:56.609Z | Downloaded openapiv3 v2.2.0 |
| 923 | 2026-04-20T22:32:56.628Z | Downloaded typify-impl v0.4.3 |
| 924 | 2026-04-20T22:32:56.674Z | Downloaded regex-automata v0.4.14 |
| 925 | 2026-04-20T22:32:56.685Z | Downloaded jiff v0.2.15 |
| 926 | 2026-04-20T22:32:56.693Z | Downloaded typify-impl v0.6.1 |
| 927 | 2026-04-20T22:32:56.724Z | Downloaded chrono-tz v0.10.4 |
| 928 | 2026-04-20T22:32:56.733Z | Downloaded libc v0.2.180 |
| 929 | 2026-04-20T22:32:56.750Z | Downloaded petgraph v0.8.3 |
| 930 | 2026-04-20T22:32:56.765Z | Downloaded petgraph v0.6.5 |
| 931 | 2026-04-20T22:32:56.775Z | Downloaded csv v1.3.1 |
| 932 | 2026-04-20T22:32:56.870Z | Downloaded sha3 v0.10.8 |
| 933 | 2026-04-20T22:32:56.899Z | Downloaded tokio v1.50.0 |
| 934 | 2026-04-20T22:32:56.976Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 935 | 2026-04-20T22:32:57.005Z | Downloaded encoding_rs v0.8.34 |
| 936 | 2026-04-20T22:32:57.046Z | Downloaded ring v0.17.14 |
| 937 | 2026-04-20T22:32:57.068Z | Downloaded fakedata_generator v0.7.1 |
| 938 | 2026-04-20T22:32:57.321Z | Downloaded libz-sys v1.1.16 |
| 939 | 2026-04-20T22:32:57.695Z | Downloaded aws-lc-sys v0.30.0 |
| 940 | 2026-04-20T22:32:58.005Z | Compiling proc-macro2 v1.0.106 |
| 941 | 2026-04-20T22:32:58.005Z | Compiling quote v1.0.44 |
| 942 | 2026-04-20T22:32:58.005Z | Compiling unicode-ident v1.0.24 |
| 943 | 2026-04-20T22:32:58.005Z | Compiling libc v0.2.180 |
| 944 | 2026-04-20T22:32:58.008Z | Compiling serde_core v1.0.228 |
| 945 | 2026-04-20T22:32:58.008Z | Compiling serde v1.0.228 |
| 946 | 2026-04-20T22:32:58.008Z | Compiling autocfg v1.3.0 |
| 947 | 2026-04-20T22:32:58.008Z | Checking cfg-if v1.0.0 |
| 948 | 2026-04-20T22:32:58.354Z | Compiling zmij v1.0.19 |
| 949 | 2026-04-20T22:32:58.372Z | Compiling serde_json v1.0.149 |
| 950 | 2026-04-20T22:32:58.551Z | Compiling memchr v2.7.2 |
| 951 | 2026-04-20T22:32:58.904Z | Compiling libm v0.2.8 |
| 952 | 2026-04-20T22:32:58.941Z | Compiling version_check v0.9.5 |
| 953 | 2026-04-20T22:32:59.259Z | Checking itoa v1.0.11 |
| 954 | 2026-04-20T22:32:59.324Z | Checking smallvec v1.13.2 |
| 955 | 2026-04-20T22:32:59.393Z | Compiling getrandom v0.4.2 |
| 956 | 2026-04-20T22:32:59.514Z | Checking stable_deref_trait v1.2.0 |
| 957 | 2026-04-20T22:32:59.544Z | Compiling shlex v1.3.0 |
| 958 | 2026-04-20T22:32:59.597Z | Compiling jobserver v0.1.31 |
| 959 | 2026-04-20T22:32:59.616Z | Checking getrandom v0.2.14 |
| 960 | 2026-04-20T22:32:59.723Z | Compiling lock_api v0.4.12 |
| 961 | 2026-04-20T22:32:59.741Z | Compiling parking_lot_core v0.9.10 |
| 962 | 2026-04-20T22:32:59.775Z | Checking writeable v0.5.5 |
| 963 | 2026-04-20T22:32:59.857Z | Compiling cc v1.2.17 |
| 964 | 2026-04-20T22:32:59.940Z | Compiling syn v2.0.117 |
| 965 | 2026-04-20T22:32:59.961Z | Checking litemap v0.7.4 |
| 966 | 2026-04-20T22:32:59.981Z | Compiling num-traits v0.2.19 |
| 967 | 2026-04-20T22:33:00.084Z | Checking percent-encoding v2.3.2 |
| 968 | 2026-04-20T22:33:00.150Z | Checking icu_locid_transform_data v1.5.0 |
| 969 | 2026-04-20T22:33:00.227Z | Checking icu_properties_data v1.5.0 |
| 970 | 2026-04-20T22:33:00.247Z | Compiling thiserror v2.0.18 |
| 971 | 2026-04-20T22:33:00.434Z | Checking write16 v1.0.0 |
| 972 | 2026-04-20T22:33:00.537Z | Checking utf16_iter v1.0.5 |
| 973 | 2026-04-20T22:33:00.647Z | Checking icu_normalizer_data v1.5.0 |
| 974 | 2026-04-20T22:33:00.664Z | Checking utf8_iter v1.0.4 |
| 975 | 2026-04-20T22:33:00.725Z | Checking form_urlencoded v1.2.2 |
| 976 | 2026-04-20T22:33:00.795Z | Compiling heck v0.5.0 |
| 977 | 2026-04-20T22:33:00.824Z | Compiling log v0.4.29 |
| 978 | 2026-04-20T22:33:00.865Z | Compiling rustversion v1.0.22 |
| 979 | 2026-04-20T22:33:01.023Z | Checking iana-time-zone v0.1.64 |
| 980 | 2026-04-20T22:33:01.028Z | Compiling slab v0.4.9 |
| 981 | 2026-04-20T22:33:01.154Z | Checking pin-project-lite v0.2.14 |
| 982 | 2026-04-20T22:33:01.194Z | Compiling typenum v1.17.0 |
| 983 | 2026-04-20T22:33:01.216Z | Checking uuid v1.22.0 |
| 984 | 2026-04-20T22:33:01.252Z | Checking semver v1.0.27 |
| 985 | 2026-04-20T22:33:01.288Z | Checking subtle v2.6.1 |
| 986 | 2026-04-20T22:33:01.466Z | Compiling regex-syntax v0.8.5 |
| 987 | 2026-04-20T22:33:01.504Z | Compiling allocator-api2 v0.2.21 |
| 988 | 2026-04-20T22:33:01.618Z | Compiling equivalent v1.0.2 |
| 989 | 2026-04-20T22:33:01.675Z | Checking dyn-clone v1.0.17 |
| 990 | 2026-04-20T22:33:01.717Z | Compiling foldhash v0.2.0 |
| 991 | 2026-04-20T22:33:01.746Z | Compiling schemars v0.8.22 |
| 992 | 2026-04-20T22:33:01.784Z | Checking rand_core v0.6.4 |
| 993 | 2026-04-20T22:33:01.840Z | Compiling aho-corasick v1.1.3 |
| 994 | 2026-04-20T22:33:01.905Z | Compiling hashbrown v0.16.1 |
| 995 | 2026-04-20T22:33:01.924Z | Compiling portable-atomic v1.11.1 |
| 996 | 2026-04-20T22:33:01.960Z | Checking socket2 v0.6.0 |
| 997 | 2026-04-20T22:33:01.979Z | Checking scopeguard v1.2.0 |
| 998 | 2026-04-20T22:33:02.021Z | Compiling ring v0.17.14 |
| 999 | 2026-04-20T22:33:02.311Z | Checking critical-section v1.2.0 |
| 1000 | 2026-04-20T22:33:02.415Z | Checking parking_lot v0.12.2 |
| 1001 | 2026-04-20T22:33:02.419Z | Checking signal-hook-registry v1.4.2 |
| 1002 | 2026-04-20T22:33:02.499Z | Checking mio v1.0.2 |
| 1003 | 2026-04-20T22:33:02.593Z | Compiling generic-array v0.14.7 |
| 1004 | 2026-04-20T22:33:02.611Z | Compiling thiserror v1.0.64 |
| 1005 | 2026-04-20T22:33:02.818Z | Compiling synstructure v0.13.1 |
| 1006 | 2026-04-20T22:33:02.878Z | Compiling serde_derive_internals v0.29.1 |
| 1007 | 2026-04-20T22:33:02.917Z | Checking once_cell v1.21.3 |
| 1008 | 2026-04-20T22:33:03.097Z | Compiling regex-automata v0.4.14 |
| 1009 | 2026-04-20T22:33:03.337Z | Checking futures-core v0.3.32 |
| 1010 | 2026-04-20T22:33:03.451Z | Compiling bitflags v2.9.4 |
| 1011 | 2026-04-20T22:33:03.663Z | Compiling indexmap v2.13.0 |
| 1012 | 2026-04-20T22:33:03.698Z | Compiling httparse v1.10.1 |
| 1013 | 2026-04-20T22:33:03.798Z | Checking futures-sink v0.3.32 |
| 1014 | 2026-04-20T22:33:04.018Z | Compiling serde_derive v1.0.228 |
| 1015 | 2026-04-20T22:33:04.039Z | Compiling zerofrom-derive v0.1.5 |
| 1016 | 2026-04-20T22:33:04.103Z | Compiling yoke-derive v0.7.5 |
| 1017 | 2026-04-20T22:33:04.325Z | Compiling zerovec-derive v0.10.3 |
| 1018 | 2026-04-20T22:33:04.390Z | Compiling displaydoc v0.2.5 |
| 1019 | 2026-04-20T22:33:04.543Z | Compiling icu_provider_macros v1.5.0 |
| 1020 | 2026-04-20T22:33:05.121Z | Compiling schemars_derive v0.8.22 |
| 1021 | 2026-04-20T22:33:05.140Z | Compiling zeroize_derive v1.4.3 |
| 1022 | 2026-04-20T22:33:05.165Z | Compiling thiserror-impl v2.0.18 |
| 1023 | 2026-04-20T22:33:05.265Z | Checking zerofrom v0.1.5 |
| 1024 | 2026-04-20T22:33:05.346Z | Compiling tokio-macros v2.6.0 |
| 1025 | 2026-04-20T22:33:05.393Z | Checking yoke v0.7.5 |
| 1026 | 2026-04-20T22:33:05.573Z | Checking zerovec v0.10.4 |
| 1027 | 2026-04-20T22:33:05.695Z | Compiling futures-macro v0.3.32 |
| 1028 | 2026-04-20T22:33:05.792Z | Checking zeroize v1.8.2 |
| 1029 | 2026-04-20T22:33:05.955Z | Compiling regex v1.12.3 |
| 1030 | 2026-04-20T22:33:06.063Z | Compiling thiserror-impl v1.0.64 |
| 1031 | 2026-04-20T22:33:06.231Z | Checking tinystr v0.7.6 |
| 1032 | 2026-04-20T22:33:06.292Z | Checking icu_collections v1.5.0 |
| 1033 | 2026-04-20T22:33:06.409Z | Checking icu_locid v1.5.0 |
| 1034 | 2026-04-20T22:33:06.548Z | Compiling getrandom v0.3.4 |
| 1035 | 2026-04-20T22:33:06.773Z | Checking crypto-common v0.1.6 |
| 1036 | 2026-04-20T22:33:06.839Z | Checking icu_provider v1.5.0 |
| 1037 | 2026-04-20T22:33:06.909Z | Compiling strsim v0.11.1 |
| 1038 | 2026-04-20T22:33:07.059Z | Checking bytes v1.11.1 |
| 1039 | 2026-04-20T22:33:07.134Z | Checking icu_locid_transform v1.5.0 |
| 1040 | 2026-04-20T22:33:07.153Z | Checking chrono v0.4.44 |
| 1041 | 2026-04-20T22:33:07.220Z | Compiling serde_tokenstream v0.2.3 |
| 1042 | 2026-04-20T22:33:07.368Z | Checking futures-channel v0.3.32 |
| 1043 | 2026-04-20T22:33:07.493Z | Checking tokio v1.50.0 |
| 1044 | 2026-04-20T22:33:07.563Z | Checking const-oid v0.9.6 |
| 1045 | 2026-04-20T22:33:07.591Z | Checking icu_properties v1.5.1 |
| 1046 | 2026-04-20T22:33:07.645Z | Compiling ident_case v1.0.1 |
| 1047 | 2026-04-20T22:33:07.711Z | Checking futures-io v0.3.32 |
| 1048 | 2026-04-20T22:33:07.771Z | Checking futures-task v0.3.32 |
| 1049 | 2026-04-20T22:33:07.827Z | Compiling errno v0.3.14 |
| 1050 | 2026-04-20T22:33:07.893Z | Compiling anyhow v1.0.100 |
| 1051 | 2026-04-20T22:33:07.915Z | Checking futures-util v0.3.32 |
| 1052 | 2026-04-20T22:33:07.972Z | Compiling either v1.15.0 |
| 1053 | 2026-04-20T22:33:07.994Z | Compiling zerocopy-derive v0.8.27 |
| 1054 | 2026-04-20T22:33:08.199Z | Checking byteorder v1.5.0 |
| 1055 | 2026-04-20T22:33:08.405Z | Checking http v1.4.0 |
| 1056 | 2026-04-20T22:33:08.467Z | Compiling ucd-trie v0.1.6 |
| 1057 | 2026-04-20T22:33:08.707Z | Compiling pest v2.8.4 |
| 1058 | 2026-04-20T22:33:08.970Z | Checking block-buffer v0.10.4 |
| 1059 | 2026-04-20T22:33:08.990Z | Compiling tracing-attributes v0.1.27 |
| 1060 | 2026-04-20T22:33:08.993Z | Checking icu_normalizer v1.5.0 |
| 1061 | 2026-04-20T22:33:09.173Z | Checking tracing-core v0.1.32 |
| 1062 | 2026-04-20T22:33:09.257Z | Checking digest v0.10.7 |
| 1063 | 2026-04-20T22:33:09.449Z | Checking idna_adapter v1.2.0 |
| 1064 | 2026-04-20T22:33:09.468Z | Compiling slog v2.8.2 |
| 1065 | 2026-04-20T22:33:09.487Z | Checking untrusted v0.9.0 |
| 1066 | 2026-04-20T22:33:09.579Z | Checking idna v1.0.3 |
| 1067 | 2026-04-20T22:33:09.731Z | Checking rustls-pki-types v1.12.0 |
| 1068 | 2026-04-20T22:33:09.838Z | Checking url v2.5.4 |
| 1069 | 2026-04-20T22:33:09.874Z | Compiling pest_meta v2.8.4 |
| 1070 | 2026-04-20T22:33:09.946Z | Compiling rustix v0.38.34 |
| 1071 | 2026-04-20T22:33:10.009Z | Checking base64 v0.22.1 |
| 1072 | 2026-04-20T22:33:10.190Z | Checking tracing v0.1.40 |
| 1073 | 2026-04-20T22:33:10.375Z | Compiling prettyplease v0.2.37 |
| 1074 | 2026-04-20T22:33:10.599Z | Compiling pest_generator v2.8.4 |
| 1075 | 2026-04-20T22:33:10.623Z | Compiling lazy_static v1.5.0 |
| 1076 | 2026-04-20T22:33:10.730Z | Compiling fnv v1.0.7 |
| 1077 | 2026-04-20T22:33:10.884Z | Compiling regress v0.10.5 |
| 1078 | 2026-04-20T22:33:10.914Z | Checking tokio-util v0.7.16 |
| 1079 | 2026-04-20T22:33:11.110Z | Compiling minimal-lexical v0.2.1 |
| 1080 | 2026-04-20T22:33:11.182Z | Compiling glob v0.3.3 |
| 1081 | 2026-04-20T22:33:11.220Z | Checking ipnet v2.9.0 |
| 1082 | 2026-04-20T22:33:11.239Z | Compiling pest_derive v2.8.4 |
| 1083 | 2026-04-20T22:33:11.345Z | Compiling nom v7.1.3 |
| 1084 | 2026-04-20T22:33:11.404Z | Compiling camino v1.2.2 |
| 1085 | 2026-04-20T22:33:11.446Z | Checking cpufeatures v0.2.12 |
| 1086 | 2026-04-20T22:33:11.487Z | Compiling pkg-config v0.3.30 |
| 1087 | 2026-04-20T22:33:11.523Z | Compiling clang-sys v1.8.1 |
| 1088 | 2026-04-20T22:33:11.528Z | Compiling zerocopy v0.8.27 |
| 1089 | 2026-04-20T22:33:11.733Z | Checking ppv-lite86 v0.2.17 |
| 1090 | 2026-04-20T22:33:11.809Z | Checking http-body v1.0.1 |
| 1091 | 2026-04-20T22:33:11.920Z | Compiling vcpkg v0.2.15 |
| 1092 | 2026-04-20T22:33:11.939Z | Checking atomic-waker v1.1.2 |
| 1093 | 2026-04-20T22:33:11.975Z | Compiling libloading v0.8.9 |
| 1094 | 2026-04-20T22:33:12.030Z | Checking try-lock v0.2.5 |
| 1095 | 2026-04-20T22:33:12.048Z | Compiling home v0.5.11 |
| 1096 | 2026-04-20T22:33:12.137Z | Checking tower-service v0.3.3 |
| 1097 | 2026-04-20T22:33:12.186Z | Checking tower-layer v0.3.3 |
| 1098 | 2026-04-20T22:33:12.233Z | Compiling bindgen v0.69.5 |
| 1099 | 2026-04-20T22:33:12.338Z | Compiling which v4.4.2 |
| 1100 | 2026-04-20T22:33:12.377Z | Checking want v0.3.1 |
| 1101 | 2026-04-20T22:33:12.508Z | Compiling cexpr v0.6.0 |
| 1102 | 2026-04-20T22:33:12.551Z | Checking h2 v0.4.6 |
| 1103 | 2026-04-20T22:33:12.586Z | Compiling itertools v0.12.1 |
| 1104 | 2026-04-20T22:33:12.622Z | Compiling num-conv v0.2.0 |
| 1105 | 2026-04-20T22:33:12.774Z | Compiling paste v1.0.15 |
| 1106 | 2026-04-20T22:33:12.793Z | Checking ryu v1.0.18 |
| 1107 | 2026-04-20T22:33:12.939Z | Checking httpdate v1.0.3 |
| 1108 | 2026-04-20T22:33:13.071Z | Compiling lazycell v1.3.0 |
| 1109 | 2026-04-20T22:33:13.093Z | Compiling time-core v0.1.8 |
| 1110 | 2026-04-20T22:33:13.113Z | Checking pin-utils v0.1.0 |
| 1111 | 2026-04-20T22:33:13.190Z | Compiling rustc-hash v1.1.0 |
| 1112 | 2026-04-20T22:33:13.252Z | Compiling time-macros v0.2.27 |
| 1113 | 2026-04-20T22:33:13.276Z | Compiling cmake v0.1.54 |
| 1114 | 2026-04-20T22:33:13.304Z | Compiling fs_extra v1.3.0 |
| 1115 | 2026-04-20T22:33:13.362Z | Compiling dunce v1.0.5 |
| 1116 | 2026-04-20T22:33:13.474Z | Compiling scroll_derive v0.13.1 |
| 1117 | 2026-04-20T22:33:13.493Z | Checking http-body-util v0.1.3 |
| 1118 | 2026-04-20T22:33:13.564Z | Compiling async-trait v0.1.89 |
| 1119 | 2026-04-20T22:33:13.611Z | Checking encoding_rs v0.8.34 |
| 1120 | 2026-04-20T22:33:13.717Z | Checking mime v0.3.17 |
| 1121 | 2026-04-20T22:33:13.951Z | Checking pretty-hex v0.4.1 |
| 1122 | 2026-04-20T22:33:14.256Z | Checking serde_urlencoded v0.7.1 |
| 1123 | 2026-04-20T22:33:14.340Z | Checking erased-serde v0.3.31 |
| 1124 | 2026-04-20T22:33:14.420Z | Checking hyper v1.8.1 |
| 1125 | 2026-04-20T22:33:14.466Z | Compiling aws-lc-rs v1.13.3 |
| 1126 | 2026-04-20T22:33:14.558Z | Compiling openapiv3 v2.2.0 |
| 1127 | 2026-04-20T22:33:14.582Z | Checking plain v0.2.3 |
| 1128 | 2026-04-20T22:33:14.989Z | Compiling crossbeam-utils v0.8.19 |
| 1129 | 2026-04-20T22:33:15.306Z | Checking untrusted v0.7.1 |
| 1130 | 2026-04-20T22:33:15.330Z | Checking hyper-util v0.1.20 |
| 1131 | 2026-04-20T22:33:15.468Z | Compiling scroll v0.13.0 |
| 1132 | 2026-04-20T22:33:15.738Z | Compiling typify-impl v0.4.3 |
| 1133 | 2026-04-20T22:33:15.865Z | Compiling strum_macros v0.26.4 |
| 1134 | 2026-04-20T22:33:15.987Z | Compiling usdt-impl v0.6.0 |
| 1135 | 2026-04-20T22:33:16.240Z | Compiling rustls v0.23.31 |
| 1136 | 2026-04-20T22:33:16.284Z | Compiling goblin v0.10.4 |
| 1137 | 2026-04-20T22:33:16.577Z | Checking rand_core v0.9.3 |
| 1138 | 2026-04-20T22:33:16.758Z | Checking ipnetwork v0.21.1 |
| 1139 | 2026-04-20T22:33:16.939Z | Compiling omicron-workspace-hack v0.1.0 |
| 1140 | 2026-04-20T22:33:16.978Z | Compiling unsafe-libyaml v0.2.11 |
| 1141 | 2026-04-20T22:33:17.183Z | Checking rand_chacha v0.9.0 |
| 1142 | 2026-04-20T22:33:17.213Z | Compiling dtrace-parser v0.3.0 |
| 1143 | 2026-04-20T22:33:17.371Z | Checking futures-executor v0.3.32 |
| 1144 | 2026-04-20T22:33:17.462Z | Compiling thread-id v5.0.0 |
| 1145 | 2026-04-20T22:33:17.523Z | Compiling serde_yaml v0.9.34+deprecated |
| 1146 | 2026-04-20T22:33:17.555Z | Compiling rustls v0.22.4 |
| 1147 | 2026-04-20T22:33:17.661Z | Checking futures v0.3.32 |
| 1148 | 2026-04-20T22:33:17.748Z | Checking rand v0.9.2 |
| 1149 | 2026-04-20T22:33:17.801Z | Compiling openssl-sys v0.9.107 |
| 1150 | 2026-04-20T22:33:17.894Z | Checking sync_wrapper v1.0.1 |
| 1151 | 2026-04-20T22:33:18.005Z | Compiling slog-async v2.8.0 |
| 1152 | 2026-04-20T22:33:18.084Z | Compiling rustix v1.1.2 |
| 1153 | 2026-04-20T22:33:18.200Z | Checking tower v0.5.2 |
| 1154 | 2026-04-20T22:33:18.226Z | Compiling aws-lc-sys v0.30.0 |
| 1155 | 2026-04-20T22:33:18.440Z | Checking webpki-roots v0.26.3 |
| 1156 | 2026-04-20T22:33:18.584Z | Compiling daft-derive v0.1.5 |
| 1157 | 2026-04-20T22:33:18.640Z | Compiling multer v3.1.0 |
| 1158 | 2026-04-20T22:33:18.797Z | Checking winnow v0.7.13 |
| 1159 | 2026-04-20T22:33:18.820Z | Checking iri-string v0.7.8 |
| 1160 | 2026-04-20T22:33:19.120Z | Compiling typify-macro v0.4.3 |
| 1161 | 2026-04-20T22:33:19.363Z | Compiling dof v0.4.0 |
| 1162 | 2026-04-20T22:33:19.863Z | Checking tower-http v0.6.8 |
| 1163 | 2026-04-20T22:33:19.999Z | Checking rand_chacha v0.3.1 |
| 1164 | 2026-04-20T22:33:20.003Z | Checking sha1 v0.10.6 |
| 1165 | 2026-04-20T22:33:20.137Z | Compiling async-stream-impl v0.3.6 |
| 1166 | 2026-04-20T22:33:20.155Z | Checking powerfmt v0.2.0 |
| 1167 | 2026-04-20T22:33:20.185Z | Compiling syn v1.0.109 |
| 1168 | 2026-04-20T22:33:20.204Z | Compiling ref-cast v1.0.25 |
| 1169 | 2026-04-20T22:33:20.208Z | Checking rand v0.8.5 |
| 1170 | 2026-04-20T22:33:20.310Z | Checking deranged v0.5.3 |
| 1171 | 2026-04-20T22:33:20.360Z | Compiling usdt-macro v0.6.0 |
| 1172 | 2026-04-20T22:33:20.511Z | Compiling usdt-attr-macro v0.6.0 |
| 1173 | 2026-04-20T22:33:20.650Z | Compiling darling_core v0.23.0 |
| 1174 | 2026-04-20T22:33:20.654Z | Compiling typify v0.4.3 |
| 1175 | 2026-04-20T22:33:20.718Z | Compiling ref-cast-impl v1.0.25 |
| 1176 | 2026-04-20T22:33:20.748Z | Checking is-terminal v0.4.12 |
| 1177 | 2026-04-20T22:33:20.766Z | Checking foreign-types-shared v0.1.1 |
| 1178 | 2026-04-20T22:33:20.842Z | Checking match_cfg v0.1.0 |
| 1179 | 2026-04-20T22:33:20.860Z | Checking hex v0.4.3 |
| 1180 | 2026-04-20T22:33:21.079Z | Checking num_threads v0.1.7 |
| 1181 | 2026-04-20T22:33:21.156Z | Compiling openssl v0.10.72 |
| 1182 | 2026-04-20T22:33:21.175Z | Checking hostname v0.3.1 |
| 1183 | 2026-04-20T22:33:21.202Z | Checking foreign-types v0.3.2 |
| 1184 | 2026-04-20T22:33:21.312Z | Checking strum v0.26.3 |
| 1185 | 2026-04-20T22:33:21.329Z | Checking time v0.3.47 |
| 1186 | 2026-04-20T22:33:21.364Z | Compiling openssl-macros v0.1.1 |
| 1187 | 2026-04-20T22:33:21.440Z | Compiling native-tls v0.2.11 |
| 1188 | 2026-04-20T22:33:21.463Z | Checking fastrand v2.3.0 |
| 1189 | 2026-04-20T22:33:21.649Z | Checking tempfile v3.23.0 |
| 1190 | 2026-04-20T22:33:21.723Z | Checking oxnet v0.1.4 |
| 1191 | 2026-04-20T22:33:21.805Z | Checking crossbeam-channel v0.5.15 |
| 1192 | 2026-04-20T22:33:21.961Z | Compiling structmeta-derive v0.3.0 |
| 1193 | 2026-04-20T22:33:22.083Z | Checking openssl-probe v0.1.5 |
| 1194 | 2026-04-20T22:33:22.200Z | Checking thread_local v1.1.8 |
| 1195 | 2026-04-20T22:33:22.450Z | Compiling progenitor-impl v0.11.1 |
| 1196 | 2026-04-20T22:33:22.772Z | Compiling darling_macro v0.23.0 |
| 1197 | 2026-04-20T22:33:22.813Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1198 | 2026-04-20T22:33:23.008Z | Compiling structmeta v0.3.0 |
| 1199 | 2026-04-20T22:33:23.198Z | Checking rustls-webpki v0.102.4 |
| 1200 | 2026-04-20T22:33:23.332Z | Compiling darling v0.23.0 |
| 1201 | 2026-04-20T22:33:23.390Z | Checking macaddr v1.0.1 |
| 1202 | 2026-04-20T22:33:23.423Z | Compiling serde_with_macros v3.18.0 |
| 1203 | 2026-04-20T22:33:23.549Z | Checking serde_spanned v1.0.4 |
| 1204 | 2026-04-20T22:33:23.660Z | Checking take_mut v0.2.2 |
| 1205 | 2026-04-20T22:33:23.688Z | Checking term v1.2.0 |
| 1206 | 2026-04-20T22:33:23.773Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1207 | 2026-04-20T22:33:23.909Z | Checking debug-ignore v1.0.5 |
| 1208 | 2026-04-20T22:33:23.953Z | Checking slog-term v2.9.2 |
| 1209 | 2026-04-20T22:33:24.051Z | Checking tokio-native-tls v0.3.1 |
| 1210 | 2026-04-20T22:33:24.251Z | Checking hyper-tls v0.6.0 |
| 1211 | 2026-04-20T22:33:24.446Z | Checking slog-json v2.6.1 |
| 1212 | 2026-04-20T22:33:24.554Z | Checking webpki-roots v1.0.3 |
| 1213 | 2026-04-20T22:33:24.574Z | Compiling progenitor-macro v0.11.1 |
| 1214 | 2026-04-20T22:33:24.610Z | Checking memmap2 v0.9.9 |
| 1215 | 2026-04-20T22:33:24.675Z | Checking spin v0.9.8 |
| 1216 | 2026-04-20T22:33:24.771Z | Checking slog-bunyan v2.5.0 |
| 1217 | 2026-04-20T22:33:24.853Z | Checking async-stream v0.3.6 |
| 1218 | 2026-04-20T22:33:25.040Z | Checking waitgroup v0.1.2 |
| 1219 | 2026-04-20T22:33:25.062Z | Checking newtype-uuid v1.3.2 |
| 1220 | 2026-04-20T22:33:25.093Z | Checking rustls-pemfile v2.2.0 |
| 1221 | 2026-04-20T22:33:25.146Z | Compiling newtype-uuid-macros v0.1.0 |
| 1222 | 2026-04-20T22:33:25.239Z | Compiling toml_datetime v0.6.11 |
| 1223 | 2026-04-20T22:33:25.257Z | Compiling strum_macros v0.27.2 |
| 1224 | 2026-04-20T22:33:25.281Z | Checking usdt v0.6.0 |
| 1225 | 2026-04-20T22:33:25.449Z | Checking serde_path_to_error v0.1.20 |
| 1226 | 2026-04-20T22:33:25.485Z | Checking hostname v0.4.2 |
| 1227 | 2026-04-20T22:33:25.594Z | Compiling dropshot v0.16.7 |
| 1228 | 2026-04-20T22:33:25.718Z | Checking tokio-rustls v0.25.0 |
| 1229 | 2026-04-20T22:33:25.739Z | Compiling derive-ex v0.1.8 |
| 1230 | 2026-04-20T22:33:25.924Z | Compiling dropshot_endpoint v0.16.7 |
| 1231 | 2026-04-20T22:33:25.944Z | Checking quick-error v1.2.3 |
| 1232 | 2026-04-20T22:33:26.004Z | Checking daft v0.1.5 |
| 1233 | 2026-04-20T22:33:26.051Z | Compiling parse-display-derive v0.10.0 |
| 1234 | 2026-04-20T22:33:26.138Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1235 | 2026-04-20T22:33:26.239Z | Checking serde_with v3.18.0 |
| 1236 | 2026-04-20T22:33:26.828Z | Compiling crucible-workspace-hack v0.1.0 |
| 1237 | 2026-04-20T22:33:27.231Z | Compiling clap_derive v4.5.4 |
| 1238 | 2026-04-20T22:33:27.280Z | Compiling test-strategy v0.4.3 |
| 1239 | 2026-04-20T22:33:27.525Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1240 | 2026-04-20T22:33:27.560Z | Checking wait-timeout v0.2.0 |
| 1241 | 2026-04-20T22:33:27.690Z | Checking utf8parse v0.2.1 |
| 1242 | 2026-04-20T22:33:27.727Z | Checking bit-vec v0.6.3 |
| 1243 | 2026-04-20T22:33:27.820Z | Checking anstyle-parse v0.2.4 |
| 1244 | 2026-04-20T22:33:27.909Z | Checking bit-set v0.5.3 |
| 1245 | 2026-04-20T22:33:27.944Z | Checking toml v0.9.12+spec-1.1.0 |
| 1246 | 2026-04-20T22:33:27.979Z | Checking rusty-fork v0.3.0 |
| 1247 | 2026-04-20T22:33:28.058Z | Checking strum v0.27.2 |
| 1248 | 2026-04-20T22:33:28.078Z | Checking rand_xorshift v0.3.0 |
| 1249 | 2026-04-20T22:33:28.159Z | Checking anstyle-query v1.0.3 |
| 1250 | 2026-04-20T22:33:28.178Z | Checking unarray v0.1.4 |
| 1251 | 2026-04-20T22:33:28.201Z | Checking anstyle v1.0.7 |
| 1252 | 2026-04-20T22:33:28.286Z | Checking is_terminal_polyfill v1.70.0 |
| 1253 | 2026-04-20T22:33:28.382Z | Checking colorchoice v1.0.1 |
| 1254 | 2026-04-20T22:33:28.399Z | Checking proptest v1.5.0 |
| 1255 | 2026-04-20T22:33:28.489Z | Checking anstream v0.6.14 |
| 1256 | 2026-04-20T22:33:28.640Z | Checking terminal_size v0.3.0 |
| 1257 | 2026-04-20T22:33:28.685Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1258 | 2026-04-20T22:33:28.757Z | Checking instant v0.1.12 |
| 1259 | 2026-04-20T22:33:28.823Z | Checking unicode-width v0.1.14 |
| 1260 | 2026-04-20T22:33:28.850Z | Checking rustc-hash v2.1.1 |
| 1261 | 2026-04-20T22:33:28.888Z | Compiling winnow v0.5.40 |
| 1262 | 2026-04-20T22:33:28.906Z | Checking clap_lex v0.7.0 |
| 1263 | 2026-04-20T22:33:29.056Z | Compiling heck v0.4.1 |
| 1264 | 2026-04-20T22:33:29.075Z | Checking iddqd v0.3.17 |
| 1265 | 2026-04-20T22:33:29.178Z | Checking clap_builder v4.5.2 |
| 1266 | 2026-04-20T22:33:29.318Z | Checking backoff v0.4.0 |
| 1267 | 2026-04-20T22:33:29.321Z | Checking parse-display v0.10.0 |
| 1268 | 2026-04-20T22:33:29.488Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1269 | 2026-04-20T22:33:29.507Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1270 | 2026-04-20T22:33:29.809Z | Compiling darling_core v0.21.3 |
| 1271 | 2026-04-20T22:33:30.052Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1272 | 2026-04-20T22:33:30.297Z | Compiling toml_edit v0.19.15 |
| 1273 | 2026-04-20T22:33:30.422Z | Checking clap v4.5.4 |
| 1274 | 2026-04-20T22:33:30.440Z | Checking base64ct v1.6.0 |
| 1275 | 2026-04-20T22:33:30.620Z | Compiling itertools v0.14.0 |
| 1276 | 2026-04-20T22:33:30.638Z | Compiling derive-where v1.6.0 |
| 1277 | 2026-04-20T22:33:31.341Z | Compiling heapless v0.8.0 |
| 1278 | 2026-04-20T22:33:31.448Z | Compiling proc-macro-crate v1.3.1 |
| 1279 | 2026-04-20T22:33:31.869Z | Checking crossbeam-epoch v0.9.18 |
| 1280 | 2026-04-20T22:33:31.913Z | Compiling darling_macro v0.21.3 |
| 1281 | 2026-04-20T22:33:32.094Z | Checking hash32 v0.3.1 |
| 1282 | 2026-04-20T22:33:32.275Z | Checking bitflags v1.3.2 |
| 1283 | 2026-04-20T22:33:32.356Z | Compiling smoltcp v0.11.0 |
| 1284 | 2026-04-20T22:33:32.462Z | Compiling darling v0.21.3 |
| 1285 | 2026-04-20T22:33:32.548Z | Compiling ingot-macros v0.1.1 |
| 1286 | 2026-04-20T22:33:32.739Z | Checking managed v0.8.0 |
| 1287 | 2026-04-20T22:33:32.757Z | Checking cobs v0.2.3 |
| 1288 | 2026-04-20T22:33:32.877Z | Checking postcard v1.0.9 |
| 1289 | 2026-04-20T22:33:32.920Z | Checking tabwriter v1.4.0 |
| 1290 | 2026-04-20T22:33:33.310Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1291 | 2026-04-20T22:33:33.779Z | Compiling proc-macro-error-attr v1.0.4 |
| 1292 | 2026-04-20T22:33:34.144Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1293 | 2026-04-20T22:33:34.273Z | Compiling rayon-core v1.13.0 |
| 1294 | 2026-04-20T22:33:34.530Z | Compiling num_enum_derive v0.7.4 |
| 1295 | 2026-04-20T22:33:34.696Z | Checking crossbeam-deque v0.8.5 |
| 1296 | 2026-04-20T22:33:34.882Z | Compiling zerocopy-derive v0.7.34 |
| 1297 | 2026-04-20T22:33:34.968Z | Compiling proc-macro-error v1.0.4 |
| 1298 | 2026-04-20T22:33:35.181Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1299 | 2026-04-20T22:33:35.201Z | Checking ingot-types v0.1.2 |
| 1300 | 2026-04-20T22:33:35.549Z | Checking ingot v0.1.1 |
| 1301 | 2026-04-20T22:33:35.567Z | Checking num_enum v0.7.4 |
| 1302 | 2026-04-20T22:33:35.756Z | Compiling foreign-types-macros v0.2.3 |
| 1303 | 2026-04-20T22:33:35.971Z | Checking colored v3.0.0 |
| 1304 | 2026-04-20T22:33:36.029Z | Checking foreign-types-shared v0.3.1 |
| 1305 | 2026-04-20T22:33:36.250Z | Checking rayon v1.11.0 |
| 1306 | 2026-04-20T22:33:36.383Z | Checking foreign-types v0.5.0 |
| 1307 | 2026-04-20T22:33:36.577Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1308 | 2026-04-20T22:33:36.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1309 | 2026-04-20T22:33:36.872Z | Checking cstr-argument v0.1.2 |
| 1310 | 2026-04-20T22:33:36.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1311 | 2026-04-20T22:33:37.015Z | Checking data-encoding v2.6.0 |
| 1312 | 2026-04-20T22:33:37.234Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1313 | 2026-04-20T22:33:37.252Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1314 | 2026-04-20T22:33:37.343Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1315 | 2026-04-20T22:33:37.420Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1316 | 2026-04-20T22:33:37.637Z | Compiling zerocopy v0.7.34 |
| 1317 | 2026-04-20T22:33:37.684Z | Compiling rustls-webpki v0.103.4 |
| 1318 | 2026-04-20T22:33:37.728Z | Checking pem-rfc7468 v0.7.0 |
| 1319 | 2026-04-20T22:33:38.289Z | Checking serde_spanned v0.6.9 |
| 1320 | 2026-04-20T22:33:38.424Z | Compiling scroll_derive v0.12.0 |
| 1321 | 2026-04-20T22:33:38.442Z | Compiling der_derive v0.7.3 |
| 1322 | 2026-04-20T22:33:38.446Z | Compiling num-derive v0.4.2 |
| 1323 | 2026-04-20T22:33:38.668Z | Checking sigpipe v0.1.3 |
| 1324 | 2026-04-20T22:33:38.725Z | Compiling usdt-impl v0.5.0 |
| 1325 | 2026-04-20T22:33:38.756Z | Compiling cfg_aliases v0.2.1 |
| 1326 | 2026-04-20T22:33:38.776Z | Checking flagset v0.4.7 |
| 1327 | 2026-04-20T22:33:38.904Z | Checking jiff v0.2.15 |
| 1328 | 2026-04-20T22:33:39.083Z | Checking scroll v0.12.0 |
| 1329 | 2026-04-20T22:33:39.417Z | Checking der v0.7.10 |
| 1330 | 2026-04-20T22:33:39.436Z | Compiling dof v0.3.0 |
| 1331 | 2026-04-20T22:33:39.519Z | Compiling zone_cfg_derive v0.3.0 |
| 1332 | 2026-04-20T22:33:39.804Z | Compiling dtrace-parser v0.2.0 |
| 1333 | 2026-04-20T22:33:40.190Z | Checking camino-tempfile v1.4.1 |
| 1334 | 2026-04-20T22:33:40.364Z | Compiling rustc_version v0.4.1 |
| 1335 | 2026-04-20T22:33:40.471Z | Compiling thread-id v4.2.1 |
| 1336 | 2026-04-20T22:33:40.951Z | Checking goblin v0.8.2 |
| 1337 | 2026-04-20T22:33:40.970Z | Checking zone v0.3.1 |
| 1338 | 2026-04-20T22:33:41.596Z | Checking smf v0.2.3 |
| 1339 | 2026-04-20T22:33:41.871Z | Compiling tokio-rustls v0.26.0 |
| 1340 | 2026-04-20T22:33:41.920Z | Checking whoami v1.5.1 |
| 1341 | 2026-04-20T22:33:42.123Z | Compiling hyper-rustls v0.27.3 |
| 1342 | 2026-04-20T22:33:42.394Z | Checking spki v0.7.3 |
| 1343 | 2026-04-20T22:33:42.707Z | Checking secrecy v0.10.3 |
| 1344 | 2026-04-20T22:33:42.785Z | Checking num-integer v0.1.46 |
| 1345 | 2026-04-20T22:33:42.935Z | Compiling convert_case v0.4.0 |
| 1346 | 2026-04-20T22:33:43.245Z | Compiling derive_more v0.99.20 |
| 1347 | 2026-04-20T22:33:43.389Z | Compiling reqwest v0.12.23 |
| 1348 | 2026-04-20T22:33:43.418Z | Compiling usdt-attr-macro v0.5.0 |
| 1349 | 2026-04-20T22:33:43.469Z | Compiling usdt-macro v0.5.0 |
| 1350 | 2026-04-20T22:33:43.672Z | Compiling num_enum_derive v0.5.11 |
| 1351 | 2026-04-20T22:33:44.082Z | Checking memmap v0.7.0 |
| 1352 | 2026-04-20T22:33:44.172Z | Checking tinyvec_macros v0.1.1 |
| 1353 | 2026-04-20T22:33:44.246Z | Checking usdt v0.5.0 |
| 1354 | 2026-04-20T22:33:44.265Z | Checking tinyvec v1.6.0 |
| 1355 | 2026-04-20T22:33:44.711Z | Checking num_enum v0.5.11 |
| 1356 | 2026-04-20T22:33:44.762Z | Checking num-bigint v0.4.5 |
| 1357 | 2026-04-20T22:33:44.898Z | Checking pkcs8 v0.10.2 |
| 1358 | 2026-04-20T22:33:45.013Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1359 | 2026-04-20T22:33:45.229Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1360 | 2026-04-20T22:33:45.233Z | Checking toml_write v0.1.2 |
| 1361 | 2026-04-20T22:33:45.496Z | Checking toml_edit v0.22.27 |
| 1362 | 2026-04-20T22:33:45.596Z | Checking num-rational v0.4.2 |
| 1363 | 2026-04-20T22:33:45.670Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1364 | 2026-04-20T22:33:45.887Z | Compiling progenitor-client v0.11.1 |
| 1365 | 2026-04-20T22:33:45.977Z | Checking num-iter v0.1.45 |
| 1366 | 2026-04-20T22:33:46.370Z | Checking password-hash v0.5.0 |
| 1367 | 2026-04-20T22:33:46.428Z | Compiling darling_core v0.20.11 |
| 1368 | 2026-04-20T22:33:46.446Z | Checking hmac v0.12.1 |
| 1369 | 2026-04-20T22:33:46.476Z | Checking blake2 v0.10.6 |
| 1370 | 2026-04-20T22:33:46.499Z | Checking num-complex v0.4.6 |
| 1371 | 2026-04-20T22:33:46.581Z | Checking inout v0.1.3 |
| 1372 | 2026-04-20T22:33:46.601Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1373 | 2026-04-20T22:33:46.981Z | Compiling memoffset v0.9.1 |
| 1374 | 2026-04-20T22:33:47.187Z | Checking indent_write v2.2.0 |
| 1375 | 2026-04-20T22:33:48.343Z | Compiling darling_macro v0.20.11 |
| 1376 | 2026-04-20T22:33:48.397Z | Checking num v0.4.3 |
| 1377 | 2026-04-20T22:33:48.451Z | Checking cipher v0.4.4 |
| 1378 | 2026-04-20T22:33:48.481Z | Checking argon2 v0.5.3 |
| 1379 | 2026-04-20T22:33:48.564Z | Checking toml v0.8.23 |
| 1380 | 2026-04-20T22:33:48.672Z | Compiling progenitor v0.11.1 |
| 1381 | 2026-04-20T22:33:48.781Z | Compiling nix v0.30.1 |
| 1382 | 2026-04-20T22:33:48.904Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1383 | 2026-04-20T22:33:49.046Z | Checking ff v0.13.1 |
| 1384 | 2026-04-20T22:33:49.049Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1385 | 2026-04-20T22:33:49.205Z | Checking bstr v1.9.1 |
| 1386 | 2026-04-20T22:33:49.253Z | Checking base16ct v0.2.0 |
| 1387 | 2026-04-20T22:33:49.387Z | Checking base64 v0.21.7 |
| 1388 | 2026-04-20T22:33:49.540Z | Compiling crc32fast v1.4.0 |
| 1389 | 2026-04-20T22:33:49.641Z | Checking sec1 v0.7.3 |
| 1390 | 2026-04-20T22:33:49.870Z | Checking group v0.13.0 |
| 1391 | 2026-04-20T22:33:49.889Z | Compiling darling v0.20.11 |
| 1392 | 2026-04-20T22:33:50.001Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1393 | 2026-04-20T22:33:50.023Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1394 | 2026-04-20T22:33:50.647Z | Checking hkdf v0.12.4 |
| 1395 | 2026-04-20T22:33:50.713Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1396 | 2026-04-20T22:33:50.787Z | Compiling progenitor-client v0.10.0 |
| 1397 | 2026-04-20T22:33:51.083Z | Compiling enum-as-inner v0.6.0 |
| 1398 | 2026-04-20T22:33:51.293Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1399 | 2026-04-20T22:33:51.401Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1400 | 2026-04-20T22:33:51.433Z | Compiling hubpack_derive v0.1.1 |
| 1401 | 2026-04-20T22:33:51.640Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1402 | 2026-04-20T22:33:51.821Z | Compiling progenitor-impl v0.10.0 |
| 1403 | 2026-04-20T22:33:51.840Z | Compiling libz-sys v1.1.16 |
| 1404 | 2026-04-20T22:33:51.953Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1405 | 2026-04-20T22:33:52.227Z | Checking universal-hash v0.5.1 |
| 1406 | 2026-04-20T22:33:52.230Z | Checking crypto-bigint v0.5.5 |
| 1407 | 2026-04-20T22:33:52.361Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1408 | 2026-04-20T22:33:52.599Z | Checking is_ci v1.2.0 |
| 1409 | 2026-04-20T22:33:52.711Z | Checking adler v1.0.2 |
| 1410 | 2026-04-20T22:33:52.837Z | Compiling semver v0.1.20 |
| 1411 | 2026-04-20T22:33:52.936Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1412 | 2026-04-20T22:33:52.939Z | Checking opaque-debug v0.3.1 |
| 1413 | 2026-04-20T22:33:53.074Z | Compiling rustc_version v0.1.7 |
| 1414 | 2026-04-20T22:33:53.093Z | Checking miniz_oxide v0.7.2 |
| 1415 | 2026-04-20T22:33:53.187Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1416 | 2026-04-20T22:33:53.282Z | Checking elliptic-curve v0.13.8 |
| 1417 | 2026-04-20T22:33:53.442Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1418 | 2026-04-20T22:33:53.507Z | Checking hubpack v0.1.2 |
| 1419 | 2026-04-20T22:33:53.609Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1420 | 2026-04-20T22:33:53.682Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1421 | 2026-04-20T22:33:53.892Z | Compiling progenitor-macro v0.10.0 |
| 1422 | 2026-04-20T22:33:53.934Z | Compiling derive_builder_core v0.20.2 |
| 1423 | 2026-04-20T22:33:54.403Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1424 | 2026-04-20T22:33:54.577Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2026-04-20T22:33:54.731Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1426 | 2026-04-20T22:33:54.874Z | Checking half v2.7.1 |
| 1427 | 2026-04-20T22:33:54.968Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1428 | 2026-04-20T22:33:55.145Z | Checking utf-8 v0.7.6 |
| 1429 | 2026-04-20T22:33:55.329Z | Checking float-ord v0.3.2 |
| 1430 | 2026-04-20T22:33:55.354Z | Checking ciborium-io v0.2.2 |
| 1431 | 2026-04-20T22:33:55.410Z | Compiling owo-colors v4.2.3 |
| 1432 | 2026-04-20T22:33:55.458Z | Checking static_assertions v1.1.0 |
| 1433 | 2026-04-20T22:33:55.662Z | Checking ciborium-ll v0.2.2 |
| 1434 | 2026-04-20T22:33:55.681Z | Checking tungstenite v0.21.0 |
| 1435 | 2026-04-20T22:33:56.805Z | Compiling derive_builder_macro v0.20.2 |
| 1436 | 2026-04-20T22:33:56.808Z | Checking flate2 v1.0.30 |
| 1437 | 2026-04-20T22:33:56.808Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1438 | 2026-04-20T22:33:56.808Z | Compiling newtype_derive v0.1.6 |
| 1439 | 2026-04-20T22:33:56.808Z | Checking supports-color v2.1.0 |
| 1440 | 2026-04-20T22:33:56.808Z | Checking supports-color v3.0.2 |
| 1441 | 2026-04-20T22:33:56.808Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1442 | 2026-04-20T22:33:56.808Z | Checking resolv-conf v0.7.0 |
| 1443 | 2026-04-20T22:33:56.808Z | Checking atomicwrites v0.4.4 |
| 1444 | 2026-04-20T22:33:56.808Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1445 | 2026-04-20T22:33:56.808Z | Checking aead v0.5.2 |
| 1446 | 2026-04-20T22:33:56.808Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1447 | 2026-04-20T22:33:56.808Z | Compiling vergen-lib v9.1.0 |
| 1448 | 2026-04-20T22:33:56.808Z | Compiling slog-dtrace v0.3.0 |
| 1449 | 2026-04-20T22:33:56.865Z | Checking linked-hash-map v0.5.6 |
| 1450 | 2026-04-20T22:33:56.918Z | Checking swrite v0.1.0 |
| 1451 | 2026-04-20T22:33:56.944Z | Checking compression-core v0.4.31 |
| 1452 | 2026-04-20T22:33:57.021Z | Checking openssl-probe v0.2.1 |
| 1453 | 2026-04-20T22:33:57.045Z | Checking lru-cache v0.1.2 |
| 1454 | 2026-04-20T22:33:57.082Z | Checking compression-codecs v0.4.32 |
| 1455 | 2026-04-20T22:33:57.145Z | Checking rustls-native-certs v0.8.3 |
| 1456 | 2026-04-20T22:33:57.321Z | Compiling derive_builder v0.20.2 |
| 1457 | 2026-04-20T22:33:57.516Z | Checking tokio-tungstenite v0.21.0 |
| 1458 | 2026-04-20T22:33:57.797Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1459 | 2026-04-20T22:33:57.928Z | Checking ciborium v0.2.2 |
| 1460 | 2026-04-20T22:33:58.050Z | Checking progenitor v0.10.0 |
| 1461 | 2026-04-20T22:33:58.108Z | Checking hickory-proto v0.24.4 |
| 1462 | 2026-04-20T22:33:58.190Z | Checking similar v2.7.0 |
| 1463 | 2026-04-20T22:33:58.348Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1464 | 2026-04-20T22:33:58.531Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1465 | 2026-04-20T22:33:58.549Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1466 | 2026-04-20T22:33:58.569Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1467 | 2026-04-20T22:33:59.279Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1468 | 2026-04-20T22:33:59.571Z | Compiling serde_repr v0.1.19 |
| 1469 | 2026-04-20T22:33:59.647Z | Compiling vergen v9.1.0 |
| 1470 | 2026-04-20T22:33:59.666Z | Compiling cargo-platform v0.3.2 |
| 1471 | 2026-04-20T22:33:59.789Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1472 | 2026-04-20T22:33:59.884Z | Compiling dropshot v0.17.0 |
| 1473 | 2026-04-20T22:33:59.932Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1474 | 2026-04-20T22:34:00.010Z | Checking siphasher v1.0.1 |
| 1475 | 2026-04-20T22:34:00.133Z | Checking keccak v0.1.6 |
| 1476 | 2026-04-20T22:34:00.154Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1477 | 2026-04-20T22:34:00.186Z | Checking phf_shared v0.12.1 |
| 1478 | 2026-04-20T22:34:00.304Z | Checking sha3 v0.10.8 |
| 1479 | 2026-04-20T22:34:00.401Z | Checking toml v1.0.6+spec-1.1.0 |
| 1480 | 2026-04-20T22:34:00.452Z | Compiling cargo_metadata v0.23.1 |
| 1481 | 2026-04-20T22:34:00.511Z | Checking hickory-resolver v0.24.4 |
| 1482 | 2026-04-20T22:34:00.724Z | Checking thiserror-no-std v2.0.2 |
| 1483 | 2026-04-20T22:34:00.828Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1484 | 2026-04-20T22:34:00.983Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1485 | 2026-04-20T22:34:01.108Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1486 | 2026-04-20T22:34:01.150Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1487 | 2026-04-20T22:34:01.363Z | Checking rustls-platform-verifier v0.6.2 |
| 1488 | 2026-04-20T22:34:01.520Z | Checking async-compression v0.4.33 |
| 1489 | 2026-04-20T22:34:01.683Z | Checking poly1305 v0.8.0 |
| 1490 | 2026-04-20T22:34:01.772Z | Checking chacha20 v0.9.1 |
| 1491 | 2026-04-20T22:34:01.811Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1492 | 2026-04-20T22:34:01.917Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1493 | 2026-04-20T22:34:01.971Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1494 | 2026-04-20T22:34:02.066Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1495 | 2026-04-20T22:34:02.085Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1496 | 2026-04-20T22:34:02.208Z | Checking terminal_size v0.4.3 |
| 1497 | 2026-04-20T22:34:02.340Z | Checking tokio-stream v0.1.17 |
| 1498 | 2026-04-20T22:34:02.372Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1499 | 2026-04-20T22:34:02.560Z | Compiling dropshot_endpoint v0.17.0 |
| 1500 | 2026-04-20T22:34:02.613Z | Checking serde-big-array v0.5.1 |
| 1501 | 2026-04-20T22:34:02.656Z | Compiling pin-project-internal v1.1.10 |
| 1502 | 2026-04-20T22:34:02.714Z | Compiling vergen-git2 v9.1.0 |
| 1503 | 2026-04-20T22:34:02.756Z | Checking unicode-linebreak v0.1.5 |
| 1504 | 2026-04-20T22:34:02.970Z | Compiling chrono-tz v0.10.4 |
| 1505 | 2026-04-20T22:34:02.980Z | Compiling unicode-xid v0.2.4 |
| 1506 | 2026-04-20T22:34:03.118Z | Checking foldhash v0.1.5 |
| 1507 | 2026-04-20T22:34:03.176Z | Checking smawk v0.3.2 |
| 1508 | 2026-04-20T22:34:03.270Z | Checking unicode-segmentation v1.11.0 |
| 1509 | 2026-04-20T22:34:03.319Z | Compiling cancel-safe-futures v0.1.5 |
| 1510 | 2026-04-20T22:34:03.574Z | Checking unicode-width v0.2.1 |
| 1511 | 2026-04-20T22:34:03.592Z | Checking newline-converter v0.3.0 |
| 1512 | 2026-04-20T22:34:03.736Z | Checking pin-project v1.1.10 |
| 1513 | 2026-04-20T22:34:03.760Z | Checking hashbrown v0.15.2 |
| 1514 | 2026-04-20T22:34:03.841Z | Checking textwrap v0.16.2 |
| 1515 | 2026-04-20T22:34:03.887Z | Compiling const_format_proc_macros v0.2.34 |
| 1516 | 2026-04-20T22:34:04.130Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1517 | 2026-04-20T22:34:04.243Z | Checking qorb v0.4.1 |
| 1518 | 2026-04-20T22:34:04.720Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1519 | 2026-04-20T22:34:04.825Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1520 | 2026-04-20T22:34:05.093Z | Checking chacha20poly1305 v0.10.1 |
| 1521 | 2026-04-20T22:34:05.230Z | Checking reqwest v0.13.2 |
| 1522 | 2026-04-20T22:34:05.367Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1523 | 2026-04-20T22:34:05.603Z | Checking vsss-rs v3.3.4 |
| 1524 | 2026-04-20T22:34:05.849Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1525 | 2026-04-20T22:34:05.969Z | Checking phf v0.12.1 |
| 1526 | 2026-04-20T22:34:06.035Z | Checking globset v0.4.14 |
| 1527 | 2026-04-20T22:34:06.055Z | Checking unicode-normalization v0.1.24 |
| 1528 | 2026-04-20T22:34:06.117Z | Checking tokio-dtrace v0.1.1 |
| 1529 | 2026-04-20T22:34:06.231Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1530 | 2026-04-20T22:34:06.284Z | Compiling snafu-derive v0.8.9 |
| 1531 | 2026-04-20T22:34:06.304Z | Checking console v0.15.8 |
| 1532 | 2026-04-20T22:34:06.322Z | Compiling typify-impl v0.6.1 |
| 1533 | 2026-04-20T22:34:06.465Z | Checking sha2 v0.10.9 |
| 1534 | 2026-04-20T22:34:06.571Z | Checking libsw-core v0.3.2 |
| 1535 | 2026-04-20T22:34:06.615Z | Checking signature v2.2.0 |
| 1536 | 2026-04-20T22:34:06.686Z | Compiling async-recursion v1.1.1 |
| 1537 | 2026-04-20T22:34:06.721Z | Checking csv-core v0.1.12 |
| 1538 | 2026-04-20T22:34:06.724Z | Compiling cookie v0.18.1 |
| 1539 | 2026-04-20T22:34:06.776Z | Compiling moka v0.12.10 |
| 1540 | 2026-04-20T22:34:06.944Z | Checking highway v1.3.0 |
| 1541 | 2026-04-20T22:34:06.963Z | Checking bytecount v0.6.9 |
| 1542 | 2026-04-20T22:34:06.967Z | Checking fixedbitset v0.5.7 |
| 1543 | 2026-04-20T22:34:06.999Z | Checking fixedbitset v0.4.2 |
| 1544 | 2026-04-20T22:34:07.091Z | Compiling rustls v0.21.12 |
| 1545 | 2026-04-20T22:34:07.155Z | Checking same-file v1.0.6 |
| 1546 | 2026-04-20T22:34:07.173Z | Checking petgraph v0.8.3 |
| 1547 | 2026-04-20T22:34:07.176Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1548 | 2026-04-20T22:34:07.283Z | Checking walkdir v2.5.0 |
| 1549 | 2026-04-20T22:34:07.341Z | Checking petgraph v0.6.5 |
| 1550 | 2026-04-20T22:34:07.360Z | Checking papergrid v0.11.0 |
| 1551 | 2026-04-20T22:34:07.957Z | Checking csv v1.3.1 |
| 1552 | 2026-04-20T22:34:07.984Z | Checking libsw v3.5.0 |
| 1553 | 2026-04-20T22:34:08.001Z | Checking snafu v0.8.9 |
| 1554 | 2026-04-20T22:34:08.166Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1555 | 2026-04-20T22:34:08.248Z | Checking expectorate v1.2.0 |
| 1556 | 2026-04-20T22:34:08.327Z | Checking olpc-cjson v0.1.4 |
| 1557 | 2026-04-20T22:34:08.385Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1558 | 2026-04-20T22:34:08.473Z | Checking oxide-tokio-rt v0.1.2 |
| 1559 | 2026-04-20T22:34:08.516Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1560 | 2026-04-20T22:34:08.577Z | Checking const_format v0.2.35 |
| 1561 | 2026-04-20T22:34:08.815Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1562 | 2026-04-20T22:34:08.867Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1563 | 2026-04-20T22:34:08.957Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1564 | 2026-04-20T22:34:09.071Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1565 | 2026-04-20T22:34:09.216Z | Compiling nix v0.31.1 |
| 1566 | 2026-04-20T22:34:09.363Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1567 | 2026-04-20T22:34:09.537Z | Compiling tabled_derive v0.7.0 |
| 1568 | 2026-04-20T22:34:09.619Z | Checking gethostname v0.5.0 |
| 1569 | 2026-04-20T22:34:09.638Z | Checking sct v0.7.1 |
| 1570 | 2026-04-20T22:34:09.705Z | Checking rustls-webpki v0.101.7 |
| 1571 | 2026-04-20T22:34:09.722Z | Checking pem v3.0.5 |
| 1572 | 2026-04-20T22:34:09.742Z | Compiling typify-macro v0.6.1 |
| 1573 | 2026-04-20T22:34:09.742Z | Checking bcs v0.1.6 |
| 1574 | 2026-04-20T22:34:09.782Z | Checking serde_plain v1.0.2 |
| 1575 | 2026-04-20T22:34:09.887Z | Compiling salty v0.3.0 |
| 1576 | 2026-04-20T22:34:09.938Z | Checking tagptr v0.2.0 |
| 1577 | 2026-04-20T22:34:09.983Z | Compiling radium v0.7.0 |
| 1578 | 2026-04-20T22:34:10.044Z | Checking typed-path v0.9.3 |
| 1579 | 2026-04-20T22:34:10.086Z | Checking termtree v0.5.1 |
| 1580 | 2026-04-20T22:34:10.161Z | Checking linear-map v1.2.0 |
| 1581 | 2026-04-20T22:34:10.347Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1582 | 2026-04-20T22:34:10.480Z | Checking tabled v0.15.0 |
| 1583 | 2026-04-20T22:34:10.836Z | Checking tough v0.20.0 |
| 1584 | 2026-04-20T22:34:10.891Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1585 | 2026-04-20T22:34:11.329Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1586 | 2026-04-20T22:34:11.575Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1587 | 2026-04-20T22:34:11.575Z | Checking steno v0.4.1 |
| 1588 | 2026-04-20T22:34:11.613Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1589 | 2026-04-20T22:34:12.561Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1590 | 2026-04-20T22:34:12.788Z | Checking hickory-proto v0.25.2 |
| 1591 | 2026-04-20T22:34:12.844Z | Checking rfc6979 v0.4.0 |
| 1592 | 2026-04-20T22:34:12.936Z | Checking humantime v2.3.0 |
| 1593 | 2026-04-20T22:34:12.954Z | Checking tap v1.0.1 |
| 1594 | 2026-04-20T22:34:13.014Z | Checking ecdsa v0.16.9 |
| 1595 | 2026-04-20T22:34:13.064Z | Checking wyz v0.5.1 |
| 1596 | 2026-04-20T22:34:13.118Z | Checking tokio-rustls v0.24.1 |
| 1597 | 2026-04-20T22:34:13.499Z | Checking ed25519 v2.2.3 |
| 1598 | 2026-04-20T22:34:13.569Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1599 | 2026-04-20T22:34:13.626Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1600 | 2026-04-20T22:34:13.676Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1601 | 2026-04-20T22:34:13.817Z | Checking primeorder v0.13.6 |
| 1602 | 2026-04-20T22:34:14.063Z | Checking rustls-pemfile v1.0.4 |
| 1603 | 2026-04-20T22:34:14.226Z | Checking twox-hash v2.1.2 |
| 1604 | 2026-04-20T22:34:14.310Z | Checking env_filter v1.0.1 |
| 1605 | 2026-04-20T22:34:14.388Z | Checking hickory-resolver v0.25.2 |
| 1606 | 2026-04-20T22:34:14.470Z | Checking atty v0.2.14 |
| 1607 | 2026-04-20T22:34:14.524Z | Checking funty v2.0.0 |
| 1608 | 2026-04-20T22:34:14.578Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1609 | 2026-04-20T22:34:14.806Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1610 | 2026-04-20T22:34:14.852Z | Checking env_logger v0.11.10 |
| 1611 | 2026-04-20T22:34:14.870Z | Checking bitvec v1.0.1 |
| 1612 | 2026-04-20T22:34:15.026Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1613 | 2026-04-20T22:34:15.047Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1614 | 2026-04-20T22:34:15.113Z | Checking p384 v0.13.1 |
| 1615 | 2026-04-20T22:34:15.143Z | Checking toml v0.7.8 |
| 1616 | 2026-04-20T22:34:15.429Z | Checking ed25519-dalek v2.2.0 |
| 1617 | 2026-04-20T22:34:15.454Z | Compiling typify v0.6.1 |
| 1618 | 2026-04-20T22:34:15.474Z | Checking polyval v0.6.2 |
| 1619 | 2026-04-20T22:34:15.526Z | Checking aes v0.8.4 |
| 1620 | 2026-04-20T22:34:15.558Z | Checking ctr v0.9.2 |
| 1621 | 2026-04-20T22:34:15.632Z | Checking x509-cert v0.2.5 |
| 1622 | 2026-04-20T22:34:15.651Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1623 | 2026-04-20T22:34:15.731Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1624 | 2026-04-20T22:34:15.892Z | Checking bincode v1.3.3 |
| 1625 | 2026-04-20T22:34:15.895Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1626 | 2026-04-20T22:34:15.943Z | Compiling strum_macros v0.28.0 |
| 1627 | 2026-04-20T22:34:16.216Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1628 | 2026-04-20T22:34:16.296Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1629 | 2026-04-20T22:34:16.346Z | Checking passt v0.3.0 |
| 1630 | 2026-04-20T22:34:16.365Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1631 | 2026-04-20T22:34:16.466Z | Checking fakedata_generator v0.7.1 |
| 1632 | 2026-04-20T22:34:16.506Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1633 | 2026-04-20T22:34:16.594Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1634 | 2026-04-20T22:34:16.671Z | Checking aes-gcm-siv v0.11.1 |
| 1635 | 2026-04-20T22:34:16.775Z | Compiling progenitor-impl v0.13.0 |
| 1636 | 2026-04-20T22:34:16.815Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1637 | 2026-04-20T22:34:16.834Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1638 | 2026-04-20T22:34:16.944Z | Compiling bitstruct_derive v0.1.0 |
| 1639 | 2026-04-20T22:34:16.967Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1640 | 2026-04-20T22:34:17.117Z | Checking dropshot-api-manager-types v0.7.0 |
| 1641 | 2026-04-20T22:34:17.138Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1642 | 2026-04-20T22:34:17.293Z | Compiling fs-err v3.1.2 |
| 1643 | 2026-04-20T22:34:17.335Z | Checking typeid v1.0.0 |
| 1644 | 2026-04-20T22:34:17.450Z | Checking ascii v1.1.0 |
| 1645 | 2026-04-20T22:34:17.529Z | Checking pretty-hex v0.2.1 |
| 1646 | 2026-04-20T22:34:17.597Z | Compiling cfg_aliases v0.1.1 |
| 1647 | 2026-04-20T22:34:17.645Z | Checking ringbuffer v0.16.0 |
| 1648 | 2026-04-20T22:34:17.663Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1649 | 2026-04-20T22:34:17.685Z | Compiling nix v0.28.0 |
| 1650 | 2026-04-20T22:34:17.738Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1651 | 2026-04-20T22:34:17.842Z | Checking bitstruct v0.1.1 |
| 1652 | 2026-04-20T22:34:17.942Z | Checking erased-serde v0.4.5 |
| 1653 | 2026-04-20T22:34:17.979Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1654 | 2026-04-20T22:34:18.209Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1655 | 2026-04-20T22:34:18.307Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1656 | 2026-04-20T22:34:18.533Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1657 | 2026-04-20T22:34:18.634Z | Checking progenitor-client v0.13.0 |
| 1658 | 2026-04-20T22:34:18.704Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1659 | 2026-04-20T22:34:18.790Z | Checking serde_arrays v0.1.0 |
| 1660 | 2026-04-20T22:34:18.868Z | Compiling progenitor-macro v0.13.0 |
| 1661 | 2026-04-20T22:34:18.888Z | Checking libloading v0.7.4 |
| 1662 | 2026-04-20T22:34:18.907Z | Checking bit_field v0.10.2 |
| 1663 | 2026-04-20T22:34:18.966Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1664 | 2026-04-20T22:34:19.041Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1665 | 2026-04-20T22:34:19.060Z | Checking git-stub v1.0.0 |
| 1666 | 2026-04-20T22:34:19.150Z | Checking kstat-rs v0.2.4 |
| 1667 | 2026-04-20T22:34:19.238Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1668 | 2026-04-20T22:34:19.267Z | Compiling escargot v0.5.10 |
| 1669 | 2026-04-20T22:34:19.287Z | Checking git-stub-vcs v0.1.0 |
| 1670 | 2026-04-20T22:34:19.350Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1671 | 2026-04-20T22:34:19.487Z | Checking ron v0.8.1 |
| 1672 | 2026-04-20T22:34:19.568Z | Checking itertools v0.13.0 |
| 1673 | 2026-04-20T22:34:20.009Z | Checking xattr v1.3.1 |
| 1674 | 2026-04-20T22:34:20.012Z | Checking drift v0.1.2 |
| 1675 | 2026-04-20T22:34:20.013Z | Checking cargo-platform v0.1.8 |
| 1676 | 2026-04-20T22:34:20.154Z | Checking filetime v0.2.23 |
| 1677 | 2026-04-20T22:34:20.289Z | Checking dropshot-api-manager v0.7.0 |
| 1678 | 2026-04-20T22:34:20.307Z | Checking tar v0.4.40 |
| 1679 | 2026-04-20T22:34:20.586Z | Checking cargo_metadata v0.18.1 |
| 1680 | 2026-04-20T22:34:20.672Z | Checking ctrlc v3.4.4 |
| 1681 | 2026-04-20T22:34:21.180Z | Checking fatfs v0.3.6 |
| 1682 | 2026-04-20T22:34:21.239Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1683 | 2026-04-20T22:34:21.458Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1684 | 2026-04-20T22:34:21.816Z | Compiling git2 v0.20.2 |
| 1685 | 2026-04-20T22:34:22.505Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1686 | 2026-04-20T22:34:22.777Z | Checking progenitor v0.13.0 |
| 1687 | 2026-04-20T22:34:22.915Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1688 | 2026-04-20T22:34:24.143Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1689 | 2026-04-20T22:34:24.616Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1690 | 2026-04-20T22:34:25.033Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1691 | 2026-04-20T22:34:25.252Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1692 | 2026-04-20T22:34:28.792Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1693 | 2026-04-20T22:34:32.292Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1694 | 2026-04-20T22:34:35.755Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1695 | 2026-04-20T22:34:41.921Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1696 | 2026-04-20T22:34:41.921Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1697 | 2026-04-20T22:34:46.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 1698 | 2026-04-20T22:34:46.705Z | |
| 1699 | 2026-04-20T22:34:46.705Z | real 2:21.355562582 |
| 1700 | 2026-04-20T22:34:46.705Z | user 8:37.353635438 |
| 1701 | 2026-04-20T22:34:46.706Z | sys 2:17.675821794 |
| 1702 | 2026-04-20T22:34:46.706Z | trap 0.252079215 |
| 1703 | 2026-04-20T22:34:46.706Z | tflt 1.590543518 |
| 1704 | 2026-04-20T22:34:46.706Z | dflt 1.033708487 |
| 1705 | 2026-04-20T22:34:46.706Z | kflt 0.024714441 |
| 1706 | 2026-04-20T22:34:46.706Z | lock 15:26.112611500 |
| 1707 | 2026-04-20T22:34:46.706Z | slp 34:37.552054826 |
| 1708 | 2026-04-20T22:34:46.706Z | lat 1:18.708489281 |
| 1709 | 2026-04-20T22:34:46.706Z | stop 4:18.472956198 |
| 1710 | 2026-04-20T22:34:46.711Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1711 | 2026-04-20T22:34:47.191Z | Downloading crates ... |
| 1712 | 2026-04-20T22:34:47.354Z | Downloaded fragile v2.0.0 |
| 1713 | 2026-04-20T22:34:47.359Z | Downloaded predicates-core v1.0.6 |
| 1714 | 2026-04-20T22:34:47.362Z | Downloaded predicates-tree v1.0.9 |
| 1715 | 2026-04-20T22:34:47.366Z | Downloaded downcast v0.11.0 |
| 1716 | 2026-04-20T22:34:47.368Z | Downloaded termtree v0.4.1 |
| 1717 | 2026-04-20T22:34:47.369Z | Downloaded slog-envlogger v2.2.0 |
| 1718 | 2026-04-20T22:34:47.373Z | Downloaded slog-stdlog v4.1.1 |
| 1719 | 2026-04-20T22:34:47.376Z | Downloaded slog-scope v4.4.0 |
| 1720 | 2026-04-20T22:34:47.376Z | Downloaded fdeflate v0.3.4 |
| 1721 | 2026-04-20T22:34:47.376Z | Downloaded mockall v0.12.1 |
| 1722 | 2026-04-20T22:34:47.379Z | Downloaded serde_test v1.0.176 |
| 1723 | 2026-04-20T22:34:47.379Z | Downloaded mockall_derive v0.12.1 |
| 1724 | 2026-04-20T22:34:47.379Z | Downloaded arc-swap v1.7.1 |
| 1725 | 2026-04-20T22:34:47.383Z | Downloaded bytemuck v1.16.0 |
| 1726 | 2026-04-20T22:34:47.386Z | Downloaded predicates v3.1.0 |
| 1727 | 2026-04-20T22:34:47.386Z | Downloaded png v0.17.13 |
| 1728 | 2026-04-20T22:34:48.027Z | Downloaded image v0.25.1 |
| 1729 | 2026-04-20T22:34:48.239Z | Checking tokio v1.50.0 |
| 1730 | 2026-04-20T22:34:48.350Z | Checking simd-adler32 v0.3.7 |
| 1731 | 2026-04-20T22:34:48.363Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1732 | 2026-04-20T22:34:48.382Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1733 | 2026-04-20T22:34:48.392Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1734 | 2026-04-20T22:34:48.398Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1735 | 2026-04-20T22:34:48.411Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1736 | 2026-04-20T22:34:48.414Z | Checking arc-swap v1.7.1 |
| 1737 | 2026-04-20T22:34:48.484Z | Checking miniz_oxide v0.7.2 |
| 1738 | 2026-04-20T22:34:48.526Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1739 | 2026-04-20T22:34:48.538Z | Checking fdeflate v0.3.4 |
| 1740 | 2026-04-20T22:34:48.610Z | Checking slog-scope v4.4.0 |
| 1741 | 2026-04-20T22:34:48.622Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1742 | 2026-04-20T22:34:48.626Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1743 | 2026-04-20T22:34:48.653Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1744 | 2026-04-20T22:34:48.664Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1745 | 2026-04-20T22:34:48.735Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1746 | 2026-04-20T22:34:48.771Z | Checking slog-stdlog v4.1.1 |
| 1747 | 2026-04-20T22:34:48.806Z | Checking flate2 v1.0.30 |
| 1748 | 2026-04-20T22:34:48.818Z | Checking predicates-core v1.0.6 |
| 1749 | 2026-04-20T22:34:48.830Z | Checking bytemuck v1.16.0 |
| 1750 | 2026-04-20T22:34:48.842Z | Checking termtree v0.4.1 |
| 1751 | 2026-04-20T22:34:48.853Z | Compiling mockall_derive v0.12.1 |
| 1752 | 2026-04-20T22:34:48.878Z | Checking slog-envlogger v2.2.0 |
| 1753 | 2026-04-20T22:34:48.934Z | Checking predicates v3.1.0 |
| 1754 | 2026-04-20T22:34:48.962Z | Checking predicates-tree v1.0.9 |
| 1755 | 2026-04-20T22:34:49.011Z | Checking fragile v2.0.0 |
| 1756 | 2026-04-20T22:34:49.027Z | Checking downcast v0.11.0 |
| 1757 | 2026-04-20T22:34:49.065Z | Checking serde_test v1.0.176 |
| 1758 | 2026-04-20T22:34:49.080Z | Checking compression-codecs v0.4.32 |
| 1759 | 2026-04-20T22:34:49.159Z | Checking png v0.17.13 |
| 1760 | 2026-04-20T22:34:49.170Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1761 | 2026-04-20T22:34:49.683Z | Checking image v0.25.1 |
| 1762 | 2026-04-20T22:34:50.788Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1763 | 2026-04-20T22:34:50.849Z | Checking mockall v0.12.1 |
| 1764 | 2026-04-20T22:34:50.891Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1765 | 2026-04-20T22:34:51.483Z | Checking tokio-util v0.7.16 |
| 1766 | 2026-04-20T22:34:51.487Z | Checking tokio-rustls v0.26.0 |
| 1767 | 2026-04-20T22:34:51.487Z | Checking tower v0.5.2 |
| 1768 | 2026-04-20T22:34:51.487Z | Checking tokio-rustls v0.25.0 |
| 1769 | 2026-04-20T22:34:51.487Z | Checking tokio-native-tls v0.3.1 |
| 1770 | 2026-04-20T22:34:51.487Z | Checking backoff v0.4.0 |
| 1771 | 2026-04-20T22:34:51.541Z | Checking zone v0.3.1 |
| 1772 | 2026-04-20T22:34:51.554Z | Checking tokio-tungstenite v0.21.0 |
| 1773 | 2026-04-20T22:34:51.655Z | Checking async-compression v0.4.33 |
| 1774 | 2026-04-20T22:34:51.679Z | Checking hickory-proto v0.24.4 |
| 1775 | 2026-04-20T22:34:51.692Z | Checking libsw-core v0.3.2 |
| 1776 | 2026-04-20T22:34:51.695Z | Checking tokio-dtrace v0.1.1 |
| 1777 | 2026-04-20T22:34:51.808Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1778 | 2026-04-20T22:34:51.830Z | Checking libsw v3.5.0 |
| 1779 | 2026-04-20T22:34:51.870Z | Checking cancel-safe-futures v0.1.5 |
| 1780 | 2026-04-20T22:34:51.882Z | Checking oxide-tokio-rt v0.1.2 |
| 1781 | 2026-04-20T22:34:51.893Z | Checking steno v0.4.1 |
| 1782 | 2026-04-20T22:34:51.896Z | Checking tower-http v0.6.8 |
| 1783 | 2026-04-20T22:34:51.970Z | Checking hickory-proto v0.25.2 |
| 1784 | 2026-04-20T22:34:51.982Z | Checking h2 v0.4.6 |
| 1785 | 2026-04-20T22:34:52.010Z | Checking tokio-stream v0.1.17 |
| 1786 | 2026-04-20T22:34:52.096Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1787 | 2026-04-20T22:34:52.158Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1788 | 2026-04-20T22:34:52.282Z | Checking tokio-rustls v0.24.1 |
| 1789 | 2026-04-20T22:34:52.383Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1790 | 2026-04-20T22:34:52.473Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1791 | 2026-04-20T22:34:53.153Z | Checking hickory-resolver v0.24.4 |
| 1792 | 2026-04-20T22:34:53.483Z | Checking hickory-resolver v0.25.2 |
| 1793 | 2026-04-20T22:34:53.650Z | Checking hyper v1.8.1 |
| 1794 | 2026-04-20T22:34:53.755Z | Checking qorb v0.4.1 |
| 1795 | 2026-04-20T22:34:54.444Z | Checking hyper-util v0.1.20 |
| 1796 | 2026-04-20T22:34:55.322Z | Checking hyper-rustls v0.27.3 |
| 1797 | 2026-04-20T22:34:55.326Z | Checking hyper-tls v0.6.0 |
| 1798 | 2026-04-20T22:34:55.326Z | Checking dropshot v0.16.7 |
| 1799 | 2026-04-20T22:34:55.326Z | Checking dropshot v0.17.0 |
| 1800 | 2026-04-20T22:34:55.494Z | Checking reqwest v0.12.23 |
| 1801 | 2026-04-20T22:34:55.494Z | Checking reqwest v0.13.2 |
| 1802 | 2026-04-20T22:34:56.143Z | Checking progenitor-client v0.11.1 |
| 1803 | 2026-04-20T22:34:56.143Z | Checking progenitor-client v0.10.0 |
| 1804 | 2026-04-20T22:34:56.146Z | Checking tough v0.20.0 |
| 1805 | 2026-04-20T22:34:56.215Z | Checking progenitor-client v0.13.0 |
| 1806 | 2026-04-20T22:34:56.356Z | Checking progenitor v0.10.0 |
| 1807 | 2026-04-20T22:34:56.370Z | Checking progenitor v0.11.1 |
| 1808 | 2026-04-20T22:34:56.430Z | Checking progenitor v0.13.0 |
| 1809 | 2026-04-20T22:34:56.483Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1810 | 2026-04-20T22:34:56.496Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1811 | 2026-04-20T22:34:56.499Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1812 | 2026-04-20T22:34:56.554Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1813 | 2026-04-20T22:34:57.037Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1814 | 2026-04-20T22:34:57.079Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1815 | 2026-04-20T22:34:57.359Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1816 | 2026-04-20T22:34:57.725Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1817 | 2026-04-20T22:34:57.734Z | Checking dropshot-api-manager v0.7.0 |
| 1818 | 2026-04-20T22:34:58.542Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1819 | 2026-04-20T22:34:58.614Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1820 | 2026-04-20T22:34:58.693Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1821 | 2026-04-20T22:34:59.097Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1822 | 2026-04-20T22:34:59.097Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1823 | 2026-04-20T22:35:02.589Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1824 | 2026-04-20T22:35:02.589Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1825 | 2026-04-20T22:35:02.593Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1826 | 2026-04-20T22:35:02.593Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1827 | 2026-04-20T22:35:02.593Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1828 | 2026-04-20T22:35:02.593Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1829 | 2026-04-20T22:35:03.226Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1830 | 2026-04-20T22:35:03.480Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1831 | 2026-04-20T22:35:03.858Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1832 | 2026-04-20T22:35:03.889Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1833 | 2026-04-20T22:35:03.892Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1834 | 2026-04-20T22:35:04.130Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1835 | 2026-04-20T22:35:04.392Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1836 | 2026-04-20T22:35:04.552Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1837 | 2026-04-20T22:35:04.630Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1838 | 2026-04-20T22:35:04.631Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1839 | 2026-04-20T22:35:05.171Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1840 | 2026-04-20T22:35:05.620Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1841 | 2026-04-20T22:35:05.620Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1842 | 2026-04-20T22:35:06.295Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1843 | 2026-04-20T22:35:06.318Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1844 | 2026-04-20T22:35:06.649Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1845 | 2026-04-20T22:35:10.608Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1846 | 2026-04-20T22:35:11.392Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1847 | 2026-04-20T22:35:15.656Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1848 | 2026-04-20T22:35:16.366Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 1849 | 2026-04-20T22:35:17.115Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 1850 | 2026-04-20T22:35:19.218Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1851 | 2026-04-20T22:35:19.750Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1852 | 2026-04-20T22:35:22.394Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1853 | 2026-04-20T22:35:29.899Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1854 | 2026-04-20T22:35:29.899Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1855 | 2026-04-20T22:35:35.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.32s |
| 1856 | 2026-04-20T22:35:35.266Z | |
| 1857 | 2026-04-20T22:35:35.266Z | real 48.549814044 |
| 1858 | 2026-04-20T22:35:35.266Z | user 1:59.208483046 |
| 1859 | 2026-04-20T22:35:35.266Z | sys 21.285149715 |
| 1860 | 2026-04-20T22:35:35.266Z | trap 0.029155920 |
| 1861 | 2026-04-20T22:35:35.266Z | tflt 0.054020454 |
| 1862 | 2026-04-20T22:35:35.270Z | dflt 0.011139163 |
| 1863 | 2026-04-20T22:35:35.270Z | kflt 0.000040172 |
| 1864 | 2026-04-20T22:35:35.270Z | lock 4:40.879076070 |
| 1865 | 2026-04-20T22:35:35.270Z | slp 6:47.725822398 |
| 1866 | 2026-04-20T22:35:35.270Z | lat 4.019440114 |
| 1867 | 2026-04-20T22:35:35.270Z | stop 12.852322256 |
| 1868 | 2026-04-20T22:35:35.270Z | + banner build |
| 1869 | 2026-04-20T22:35:35.270Z | |
| 1870 | 2026-04-20T22:35:35.270Z | ##### # # # # ##### |
| 1871 | 2026-04-20T22:35:35.270Z | # # # # # # # # |
| 1872 | 2026-04-20T22:35:35.270Z | ##### # # # # # # |
| 1873 | 2026-04-20T22:35:35.270Z | # # # # # # # # |
| 1874 | 2026-04-20T22:35:35.270Z | # # # # # # # # |
| 1875 | 2026-04-20T22:35:35.270Z | ##### #### # ###### ##### |
| 1876 | 2026-04-20T22:35:35.270Z | |
| 1877 | 2026-04-20T22:35:35.270Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1878 | 2026-04-20T22:35:35.977Z | Compiling proc-macro2 v1.0.106 |
| 1879 | 2026-04-20T22:35:35.977Z | Compiling quote v1.0.44 |
| 1880 | 2026-04-20T22:35:35.977Z | Compiling unicode-ident v1.0.24 |
| 1881 | 2026-04-20T22:35:35.977Z | Compiling libc v0.2.180 |
| 1882 | 2026-04-20T22:35:35.977Z | Compiling serde_core v1.0.228 |
| 1883 | 2026-04-20T22:35:35.977Z | Compiling serde v1.0.228 |
| 1884 | 2026-04-20T22:35:35.980Z | Compiling autocfg v1.3.0 |
| 1885 | 2026-04-20T22:35:35.980Z | Compiling cfg-if v1.0.0 |
| 1886 | 2026-04-20T22:35:36.179Z | Compiling zmij v1.0.19 |
| 1887 | 2026-04-20T22:35:36.192Z | Compiling memchr v2.7.2 |
| 1888 | 2026-04-20T22:35:36.461Z | Compiling libm v0.2.8 |
| 1889 | 2026-04-20T22:35:36.718Z | Compiling version_check v0.9.5 |
| 1890 | 2026-04-20T22:35:36.803Z | Compiling smallvec v1.13.2 |
| 1891 | 2026-04-20T22:35:36.983Z | Compiling itoa v1.0.11 |
| 1892 | 2026-04-20T22:35:37.006Z | Compiling getrandom v0.4.2 |
| 1893 | 2026-04-20T22:35:37.126Z | Compiling shlex v1.3.0 |
| 1894 | 2026-04-20T22:35:37.214Z | Compiling jobserver v0.1.31 |
| 1895 | 2026-04-20T22:35:37.238Z | Compiling syn v2.0.117 |
| 1896 | 2026-04-20T22:35:37.274Z | Compiling stable_deref_trait v1.2.0 |
| 1897 | 2026-04-20T22:35:37.315Z | Compiling serde_json v1.0.149 |
| 1898 | 2026-04-20T22:35:37.357Z | Compiling getrandom v0.2.14 |
| 1899 | 2026-04-20T22:35:37.529Z | Compiling cc v1.2.17 |
| 1900 | 2026-04-20T22:35:37.567Z | Compiling lock_api v0.4.12 |
| 1901 | 2026-04-20T22:35:37.597Z | Compiling parking_lot_core v0.9.10 |
| 1902 | 2026-04-20T22:35:37.639Z | Compiling litemap v0.7.4 |
| 1903 | 2026-04-20T22:35:37.668Z | Compiling writeable v0.5.5 |
| 1904 | 2026-04-20T22:35:37.821Z | Compiling num-traits v0.2.19 |
| 1905 | 2026-04-20T22:35:37.865Z | Compiling icu_locid_transform_data v1.5.0 |
| 1906 | 2026-04-20T22:35:37.876Z | Compiling percent-encoding v2.3.2 |
| 1907 | 2026-04-20T22:35:38.186Z | Compiling icu_properties_data v1.5.0 |
| 1908 | 2026-04-20T22:35:38.401Z | Compiling utf8_iter v1.0.4 |
| 1909 | 2026-04-20T22:35:38.440Z | Compiling write16 v1.0.0 |
| 1910 | 2026-04-20T22:35:38.472Z | Compiling icu_normalizer_data v1.5.0 |
| 1911 | 2026-04-20T22:35:38.548Z | Compiling utf16_iter v1.0.5 |
| 1912 | 2026-04-20T22:35:38.562Z | Compiling thiserror v2.0.18 |
| 1913 | 2026-04-20T22:35:38.699Z | Compiling form_urlencoded v1.2.2 |
| 1914 | 2026-04-20T22:35:38.790Z | Compiling heck v0.5.0 |
| 1915 | 2026-04-20T22:35:38.906Z | Compiling log v0.4.29 |
| 1916 | 2026-04-20T22:35:38.974Z | Compiling rustversion v1.0.22 |
| 1917 | 2026-04-20T22:35:38.994Z | Compiling slab v0.4.9 |
| 1918 | 2026-04-20T22:35:39.097Z | Compiling iana-time-zone v0.1.64 |
| 1919 | 2026-04-20T22:35:39.100Z | Compiling pin-project-lite v0.2.14 |
| 1920 | 2026-04-20T22:35:39.240Z | Compiling typenum v1.17.0 |
| 1921 | 2026-04-20T22:35:39.243Z | Compiling equivalent v1.0.2 |
| 1922 | 2026-04-20T22:35:39.320Z | Compiling uuid v1.22.0 |
| 1923 | 2026-04-20T22:35:39.343Z | Compiling subtle v2.6.1 |
| 1924 | 2026-04-20T22:35:39.508Z | Compiling foldhash v0.2.0 |
| 1925 | 2026-04-20T22:35:39.520Z | Compiling allocator-api2 v0.2.21 |
| 1926 | 2026-04-20T22:35:39.530Z | Compiling regex-syntax v0.8.5 |
| 1927 | 2026-04-20T22:35:39.689Z | Compiling semver v1.0.27 |
| 1928 | 2026-04-20T22:35:39.865Z | Compiling hashbrown v0.16.1 |
| 1929 | 2026-04-20T22:35:39.957Z | Compiling aho-corasick v1.1.3 |
| 1930 | 2026-04-20T22:35:39.974Z | Compiling schemars v0.8.22 |
| 1931 | 2026-04-20T22:35:39.992Z | Compiling dyn-clone v1.0.17 |
| 1932 | 2026-04-20T22:35:40.162Z | Compiling synstructure v0.13.1 |
| 1933 | 2026-04-20T22:35:40.224Z | Compiling serde_derive_internals v0.29.1 |
| 1934 | 2026-04-20T22:35:40.411Z | Compiling ring v0.17.14 |
| 1935 | 2026-04-20T22:35:40.449Z | Compiling rand_core v0.6.4 |
| 1936 | 2026-04-20T22:35:40.813Z | Compiling socket2 v0.6.0 |
| 1937 | 2026-04-20T22:35:40.829Z | Compiling scopeguard v1.2.0 |
| 1938 | 2026-04-20T22:35:40.944Z | Compiling portable-atomic v1.11.1 |
| 1939 | 2026-04-20T22:35:40.956Z | Compiling signal-hook-registry v1.4.2 |
| 1940 | 2026-04-20T22:35:41.159Z | Compiling regex-automata v0.4.14 |
| 1941 | 2026-04-20T22:35:41.282Z | Compiling parking_lot v0.12.2 |
| 1942 | 2026-04-20T22:35:41.296Z | Compiling serde_derive v1.0.228 |
| 1943 | 2026-04-20T22:35:41.351Z | Compiling zerofrom-derive v0.1.5 |
| 1944 | 2026-04-20T22:35:41.385Z | Compiling yoke-derive v0.7.5 |
| 1945 | 2026-04-20T22:35:41.588Z | Compiling zerovec-derive v0.10.3 |
| 1946 | 2026-04-20T22:35:41.615Z | Compiling displaydoc v0.2.5 |
| 1947 | 2026-04-20T22:35:41.638Z | Compiling icu_provider_macros v1.5.0 |
| 1948 | 2026-04-20T22:35:42.193Z | Compiling schemars_derive v0.8.22 |
| 1949 | 2026-04-20T22:35:42.219Z | Compiling zeroize_derive v1.4.3 |
| 1950 | 2026-04-20T22:35:42.371Z | Compiling thiserror-impl v2.0.18 |
| 1951 | 2026-04-20T22:35:42.421Z | Compiling tokio-macros v2.6.0 |
| 1952 | 2026-04-20T22:35:42.546Z | Compiling zerofrom v0.1.5 |
| 1953 | 2026-04-20T22:35:42.640Z | Compiling futures-macro v0.3.32 |
| 1954 | 2026-04-20T22:35:42.680Z | Compiling yoke v0.7.5 |
| 1955 | 2026-04-20T22:35:42.888Z | Compiling zerovec v0.10.4 |
| 1956 | 2026-04-20T22:35:42.901Z | Compiling zeroize v1.8.2 |
| 1957 | 2026-04-20T22:35:43.151Z | Compiling regex v1.12.3 |
| 1958 | 2026-04-20T22:35:43.213Z | Compiling mio v1.0.2 |
| 1959 | 2026-04-20T22:35:43.615Z | Compiling critical-section v1.2.0 |
| 1960 | 2026-04-20T22:35:43.683Z | Compiling bitflags v2.9.4 |
| 1961 | 2026-04-20T22:35:43.732Z | Compiling tinystr v0.7.6 |
| 1962 | 2026-04-20T22:35:43.795Z | Compiling icu_collections v1.5.0 |
| 1963 | 2026-04-20T22:35:43.878Z | Compiling once_cell v1.21.3 |
| 1964 | 2026-04-20T22:35:43.985Z | Compiling icu_locid v1.5.0 |
| 1965 | 2026-04-20T22:35:44.114Z | Compiling generic-array v0.14.7 |
| 1966 | 2026-04-20T22:35:44.210Z | Compiling thiserror v1.0.64 |
| 1967 | 2026-04-20T22:35:44.439Z | Compiling futures-core v0.3.32 |
| 1968 | 2026-04-20T22:35:44.513Z | Compiling bytes v1.11.1 |
| 1969 | 2026-04-20T22:35:44.526Z | Compiling chrono v0.4.44 |
| 1970 | 2026-04-20T22:35:44.577Z | Compiling icu_provider v1.5.0 |
| 1971 | 2026-04-20T22:35:45.042Z | Compiling icu_locid_transform v1.5.0 |
| 1972 | 2026-04-20T22:35:45.077Z | Compiling serde_tokenstream v0.2.3 |
| 1973 | 2026-04-20T22:35:45.189Z | Compiling tokio v1.50.0 |
| 1974 | 2026-04-20T22:35:45.364Z | Compiling thiserror-impl v1.0.64 |
| 1975 | 2026-04-20T22:35:45.480Z | Compiling indexmap v2.13.0 |
| 1976 | 2026-04-20T22:35:45.669Z | Compiling icu_properties v1.5.1 |
| 1977 | 2026-04-20T22:35:45.786Z | Compiling httparse v1.10.1 |
| 1978 | 2026-04-20T22:35:46.410Z | Compiling crypto-common v0.1.6 |
| 1979 | 2026-04-20T22:35:46.595Z | Compiling futures-sink v0.3.32 |
| 1980 | 2026-04-20T22:35:47.172Z | Compiling getrandom v0.3.4 |
| 1981 | 2026-04-20T22:35:47.217Z | Compiling strsim v0.11.1 |
| 1982 | 2026-04-20T22:35:47.297Z | Compiling icu_normalizer v1.5.0 |
| 1983 | 2026-04-20T22:35:47.684Z | Compiling ident_case v1.0.1 |
| 1984 | 2026-04-20T22:35:47.777Z | Compiling idna_adapter v1.2.0 |
| 1985 | 2026-04-20T22:35:47.883Z | Compiling futures-channel v0.3.32 |
| 1986 | 2026-04-20T22:35:47.921Z | Compiling idna v1.0.3 |
| 1987 | 2026-04-20T22:35:48.074Z | Compiling errno v0.3.14 |
| 1988 | 2026-04-20T22:35:48.090Z | Compiling either v1.15.0 |
| 1989 | 2026-04-20T22:35:48.151Z | Compiling futures-task v0.3.32 |
| 1990 | 2026-04-20T22:35:48.225Z | Compiling const-oid v0.9.6 |
| 1991 | 2026-04-20T22:35:48.264Z | Compiling url v2.5.4 |
| 1992 | 2026-04-20T22:35:48.302Z | Compiling futures-io v0.3.32 |
| 1993 | 2026-04-20T22:35:48.503Z | Compiling futures-util v0.3.32 |
| 1994 | 2026-04-20T22:35:49.152Z | Compiling zerocopy-derive v0.8.27 |
| 1995 | 2026-04-20T22:35:49.385Z | Compiling anyhow v1.0.100 |
| 1996 | 2026-04-20T22:35:49.731Z | Compiling http v1.4.0 |
| 1997 | 2026-04-20T22:35:50.532Z | Compiling ucd-trie v0.1.6 |
| 1998 | 2026-04-20T22:35:50.561Z | Compiling byteorder v1.5.0 |
| 1999 | 2026-04-20T22:35:50.689Z | Compiling pest v2.8.4 |
| 2000 | 2026-04-20T22:35:50.823Z | Compiling block-buffer v0.10.4 |
| 2001 | 2026-04-20T22:35:51.018Z | Compiling tracing-core v0.1.32 |
| 2002 | 2026-04-20T22:35:51.169Z | Compiling tracing-attributes v0.1.27 |
| 2003 | 2026-04-20T22:35:51.554Z | Compiling slog v2.8.2 |
| 2004 | 2026-04-20T22:35:51.846Z | Compiling rustix v0.38.34 |
| 2005 | 2026-04-20T22:35:51.985Z | Compiling pest_meta v2.8.4 |
| 2006 | 2026-04-20T22:35:52.288Z | Compiling digest v0.10.7 |
| 2007 | 2026-04-20T22:35:52.371Z | Compiling tracing v0.1.40 |
| 2008 | 2026-04-20T22:35:52.540Z | Compiling untrusted v0.9.0 |
| 2009 | 2026-04-20T22:35:52.678Z | Compiling prettyplease v0.2.37 |
| 2010 | 2026-04-20T22:35:52.694Z | Compiling pest_generator v2.8.4 |
| 2011 | 2026-04-20T22:35:53.154Z | Compiling rustls-pki-types v1.12.0 |
| 2012 | 2026-04-20T22:35:53.205Z | Compiling lazy_static v1.5.0 |
| 2013 | 2026-04-20T22:35:53.307Z | Compiling fnv v1.0.7 |
| 2014 | 2026-04-20T22:35:53.318Z | Compiling base64 v0.22.1 |
| 2015 | 2026-04-20T22:35:53.408Z | Compiling pest_derive v2.8.4 |
| 2016 | 2026-04-20T22:35:53.720Z | Compiling regress v0.10.5 |
| 2017 | 2026-04-20T22:35:53.752Z | Compiling glob v0.3.3 |
| 2018 | 2026-04-20T22:35:53.907Z | Compiling minimal-lexical v0.2.1 |
| 2019 | 2026-04-20T22:35:53.977Z | Compiling ppv-lite86 v0.2.17 |
| 2020 | 2026-04-20T22:35:54.012Z | Compiling pkg-config v0.3.30 |
| 2021 | 2026-04-20T22:35:54.081Z | Compiling clang-sys v1.8.1 |
| 2022 | 2026-04-20T22:35:54.150Z | Compiling nom v7.1.3 |
| 2023 | 2026-04-20T22:35:54.681Z | Compiling tokio-util v0.7.16 |
| 2024 | 2026-04-20T22:35:54.805Z | Compiling vcpkg v0.2.15 |
| 2025 | 2026-04-20T22:35:55.358Z | Compiling ipnet v2.9.0 |
| 2026 | 2026-04-20T22:35:55.454Z | Compiling libloading v0.8.9 |
| 2027 | 2026-04-20T22:35:55.704Z | Compiling home v0.5.11 |
| 2028 | 2026-04-20T22:35:55.717Z | Compiling cpufeatures v0.2.12 |
| 2029 | 2026-04-20T22:35:55.720Z | Compiling bindgen v0.69.5 |
| 2030 | 2026-04-20T22:35:55.804Z | Compiling zerocopy v0.8.27 |
| 2031 | 2026-04-20T22:35:55.832Z | Compiling which v4.4.2 |
| 2032 | 2026-04-20T22:35:56.009Z | Compiling cexpr v0.6.0 |
| 2033 | 2026-04-20T22:35:56.069Z | Compiling http-body v1.0.1 |
| 2034 | 2026-04-20T22:35:56.231Z | Compiling itertools v0.12.1 |
| 2035 | 2026-04-20T22:35:56.234Z | Compiling lazycell v1.3.0 |
| 2036 | 2026-04-20T22:35:56.359Z | Compiling atomic-waker v1.1.2 |
| 2037 | 2026-04-20T22:35:56.497Z | Compiling rustc-hash v1.1.0 |
| 2038 | 2026-04-20T22:35:56.585Z | Compiling cmake v0.1.54 |
| 2039 | 2026-04-20T22:35:56.606Z | Compiling tower-service v0.3.3 |
| 2040 | 2026-04-20T22:35:56.709Z | Compiling fs_extra v1.3.0 |
| 2041 | 2026-04-20T22:35:56.926Z | Compiling try-lock v0.2.5 |
| 2042 | 2026-04-20T22:35:56.968Z | Compiling tower-layer v0.3.3 |
| 2043 | 2026-04-20T22:35:57.052Z | Compiling dunce v1.0.5 |
| 2044 | 2026-04-20T22:35:57.126Z | Compiling want v0.3.1 |
| 2045 | 2026-04-20T22:35:57.153Z | Compiling h2 v0.4.6 |
| 2046 | 2026-04-20T22:35:57.195Z | Compiling httpdate v1.0.3 |
| 2047 | 2026-04-20T22:35:57.493Z | Compiling num-conv v0.2.0 |
| 2048 | 2026-04-20T22:35:57.567Z | Compiling time-core v0.1.8 |
| 2049 | 2026-04-20T22:35:57.638Z | Compiling paste v1.0.15 |
| 2050 | 2026-04-20T22:35:57.726Z | Compiling camino v1.2.2 |
| 2051 | 2026-04-20T22:35:57.942Z | Compiling pin-utils v0.1.0 |
| 2052 | 2026-04-20T22:35:58.063Z | Compiling time-macros v0.2.27 |
| 2053 | 2026-04-20T22:35:58.225Z | Compiling ryu v1.0.18 |
| 2054 | 2026-04-20T22:35:58.394Z | Compiling scroll_derive v0.13.1 |
| 2055 | 2026-04-20T22:35:58.642Z | Compiling aws-lc-rs v1.13.3 |
| 2056 | 2026-04-20T22:35:58.919Z | Compiling http-body-util v0.1.3 |
| 2057 | 2026-04-20T22:35:59.060Z | Compiling openapiv3 v2.2.0 |
| 2058 | 2026-04-20T22:35:59.073Z | Compiling async-trait v0.1.89 |
| 2059 | 2026-04-20T22:35:59.236Z | Compiling encoding_rs v0.8.34 |
| 2060 | 2026-04-20T22:35:59.264Z | Compiling pretty-hex v0.4.1 |
| 2061 | 2026-04-20T22:35:59.427Z | Compiling mime v0.3.17 |
| 2062 | 2026-04-20T22:35:59.922Z | Compiling hyper v1.8.1 |
| 2063 | 2026-04-20T22:36:00.069Z | Compiling serde_urlencoded v0.7.1 |
| 2064 | 2026-04-20T22:36:00.377Z | Compiling erased-serde v0.3.31 |
| 2065 | 2026-04-20T22:36:00.700Z | Compiling untrusted v0.7.1 |
| 2066 | 2026-04-20T22:36:00.757Z | Compiling typify-impl v0.4.3 |
| 2067 | 2026-04-20T22:36:01.240Z | Compiling hyper-util v0.1.20 |
| 2068 | 2026-04-20T22:36:01.425Z | Compiling strum_macros v0.26.4 |
| 2069 | 2026-04-20T22:36:01.634Z | Compiling aws-lc-sys v0.30.0 |
| 2070 | 2026-04-20T22:36:03.076Z | Compiling omicron-workspace-hack v0.1.0 |
| 2071 | 2026-04-20T22:36:03.108Z | Compiling plain v0.2.3 |
| 2072 | 2026-04-20T22:36:03.237Z | Compiling rustls v0.23.31 |
| 2073 | 2026-04-20T22:36:03.463Z | Compiling rand_core v0.9.3 |
| 2074 | 2026-04-20T22:36:03.564Z | Compiling ipnetwork v0.21.1 |
| 2075 | 2026-04-20T22:36:03.739Z | Compiling usdt-impl v0.6.0 |
| 2076 | 2026-04-20T22:36:03.977Z | Compiling crossbeam-utils v0.8.19 |
| 2077 | 2026-04-20T22:36:04.185Z | Compiling typify-macro v0.4.3 |
| 2078 | 2026-04-20T22:36:04.330Z | Compiling unsafe-libyaml v0.2.11 |
| 2079 | 2026-04-20T22:36:04.622Z | Compiling rand_chacha v0.9.0 |
| 2080 | 2026-04-20T22:36:05.023Z | Compiling serde_yaml v0.9.34+deprecated |
| 2081 | 2026-04-20T22:36:05.248Z | Compiling scroll v0.13.0 |
| 2082 | 2026-04-20T22:36:05.631Z | Compiling goblin v0.10.4 |
| 2083 | 2026-04-20T22:36:05.742Z | Compiling rand v0.9.2 |
| 2084 | 2026-04-20T22:36:06.471Z | Compiling openssl-sys v0.9.107 |
| 2085 | 2026-04-20T22:36:06.781Z | Compiling sync_wrapper v1.0.1 |
| 2086 | 2026-04-20T22:36:07.028Z | Compiling rustls v0.22.4 |
| 2087 | 2026-04-20T22:36:07.465Z | Compiling tower v0.5.2 |
| 2088 | 2026-04-20T22:36:07.536Z | Compiling dtrace-parser v0.3.0 |
| 2089 | 2026-04-20T22:36:07.753Z | Compiling webpki-roots v0.26.3 |
| 2090 | 2026-04-20T22:36:08.070Z | Compiling futures-executor v0.3.32 |
| 2091 | 2026-04-20T22:36:08.536Z | Compiling dof v0.4.0 |
| 2092 | 2026-04-20T22:36:09.315Z | Compiling daft-derive v0.1.5 |
| 2093 | 2026-04-20T22:36:09.483Z | Compiling thread-id v5.0.0 |
| 2094 | 2026-04-20T22:36:09.576Z | Compiling slog-async v2.8.0 |
| 2095 | 2026-04-20T22:36:09.878Z | Compiling ref-cast v1.0.25 |
| 2096 | 2026-04-20T22:36:10.210Z | Compiling iri-string v0.7.8 |
| 2097 | 2026-04-20T22:36:10.906Z | Compiling futures v0.3.32 |
| 2098 | 2026-04-20T22:36:11.006Z | Compiling typify v0.4.3 |
| 2099 | 2026-04-20T22:36:11.106Z | Compiling rand_chacha v0.3.1 |
| 2100 | 2026-04-20T22:36:11.188Z | Compiling multer v3.1.0 |
| 2101 | 2026-04-20T22:36:11.431Z | Compiling syn v1.0.109 |
| 2102 | 2026-04-20T22:36:11.773Z | Compiling tower-http v0.6.8 |
| 2103 | 2026-04-20T22:36:11.883Z | Compiling rand v0.8.5 |
| 2104 | 2026-04-20T22:36:12.227Z | Compiling darling_core v0.23.0 |
| 2105 | 2026-04-20T22:36:12.652Z | Compiling ref-cast-impl v1.0.25 |
| 2106 | 2026-04-20T22:36:12.665Z | Compiling openssl v0.10.72 |
| 2107 | 2026-04-20T22:36:12.782Z | Compiling rustix v1.1.2 |
| 2108 | 2026-04-20T22:36:12.870Z | Compiling winnow v0.7.13 |
| 2109 | 2026-04-20T22:36:12.941Z | Compiling foreign-types-shared v0.1.1 |
| 2110 | 2026-04-20T22:36:13.038Z | Compiling foreign-types v0.3.2 |
| 2111 | 2026-04-20T22:36:13.269Z | Compiling usdt-macro v0.6.0 |
| 2112 | 2026-04-20T22:36:13.383Z | Compiling usdt-attr-macro v0.6.0 |
| 2113 | 2026-04-20T22:36:14.312Z | Compiling strum v0.26.3 |
| 2114 | 2026-04-20T22:36:14.367Z | Compiling darling_macro v0.23.0 |
| 2115 | 2026-04-20T22:36:14.453Z | Compiling sha1 v0.10.6 |
| 2116 | 2026-04-20T22:36:14.721Z | Compiling openssl-macros v0.1.1 |
| 2117 | 2026-04-20T22:36:14.734Z | Compiling async-stream-impl v0.3.6 |
| 2118 | 2026-04-20T22:36:14.836Z | Compiling powerfmt v0.2.0 |
| 2119 | 2026-04-20T22:36:14.966Z | Compiling native-tls v0.2.11 |
| 2120 | 2026-04-20T22:36:15.058Z | Compiling deranged v0.5.3 |
| 2121 | 2026-04-20T22:36:15.101Z | Compiling darling v0.23.0 |
| 2122 | 2026-04-20T22:36:15.234Z | Compiling oxnet v0.1.4 |
| 2123 | 2026-04-20T22:36:15.423Z | Compiling structmeta-derive v0.3.0 |
| 2124 | 2026-04-20T22:36:16.277Z | Compiling openssl-probe v0.1.5 |
| 2125 | 2026-04-20T22:36:16.535Z | Compiling match_cfg v0.1.0 |
| 2126 | 2026-04-20T22:36:16.553Z | Compiling num_threads v0.1.7 |
| 2127 | 2026-04-20T22:36:16.653Z | Compiling hostname v0.3.1 |
| 2128 | 2026-04-20T22:36:16.656Z | Compiling structmeta v0.3.0 |
| 2129 | 2026-04-20T22:36:16.754Z | Compiling time v0.3.47 |
| 2130 | 2026-04-20T22:36:16.867Z | Compiling serde_with_macros v3.18.0 |
| 2131 | 2026-04-20T22:36:16.889Z | Compiling progenitor-impl v0.11.1 |
| 2132 | 2026-04-20T22:36:17.065Z | Compiling crossbeam-channel v0.5.15 |
| 2133 | 2026-04-20T22:36:17.748Z | Compiling macaddr v1.0.1 |
| 2134 | 2026-04-20T22:36:17.989Z | Compiling tokio-native-tls v0.3.1 |
| 2135 | 2026-04-20T22:36:18.036Z | Compiling fastrand v2.3.0 |
| 2136 | 2026-04-20T22:36:18.183Z | Compiling hex v0.4.3 |
| 2137 | 2026-04-20T22:36:18.233Z | Compiling hyper-tls v0.6.0 |
| 2138 | 2026-04-20T22:36:18.376Z | Compiling tempfile v3.23.0 |
| 2139 | 2026-04-20T22:36:18.548Z | Compiling webpki-roots v1.0.3 |
| 2140 | 2026-04-20T22:36:18.682Z | Compiling thread_local v1.1.8 |
| 2141 | 2026-04-20T22:36:18.984Z | Compiling progenitor-macro v0.11.1 |
| 2142 | 2026-04-20T22:36:19.086Z | Compiling dropshot v0.16.7 |
| 2143 | 2026-04-20T22:36:19.456Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2144 | 2026-04-20T22:36:19.679Z | Compiling rustls-webpki v0.102.4 |
| 2145 | 2026-04-20T22:36:20.813Z | Compiling newtype-uuid v1.3.2 |
| 2146 | 2026-04-20T22:36:21.331Z | Compiling newtype-uuid-macros v0.1.0 |
| 2147 | 2026-04-20T22:36:21.525Z | Compiling toml_datetime v0.6.11 |
| 2148 | 2026-04-20T22:36:21.819Z | Compiling strum_macros v0.27.2 |
| 2149 | 2026-04-20T22:36:22.117Z | Compiling serde_spanned v1.0.4 |
| 2150 | 2026-04-20T22:36:22.185Z | Compiling is-terminal v0.4.12 |
| 2151 | 2026-04-20T22:36:22.294Z | Compiling term v1.2.0 |
| 2152 | 2026-04-20T22:36:22.374Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2153 | 2026-04-20T22:36:22.653Z | Compiling debug-ignore v1.0.5 |
| 2154 | 2026-04-20T22:36:22.769Z | Compiling take_mut v0.2.2 |
| 2155 | 2026-04-20T22:36:23.252Z | Compiling slog-term v2.9.2 |
| 2156 | 2026-04-20T22:36:24.384Z | Compiling slog-json v2.6.1 |
| 2157 | 2026-04-20T22:36:24.403Z | Compiling derive-ex v0.1.8 |
| 2158 | 2026-04-20T22:36:24.649Z | Compiling dropshot_endpoint v0.16.7 |
| 2159 | 2026-04-20T22:36:24.689Z | Compiling memmap2 v0.9.9 |
| 2160 | 2026-04-20T22:36:24.974Z | Compiling spin v0.9.8 |
| 2161 | 2026-04-20T22:36:25.115Z | Compiling quick-error v1.2.3 |
| 2162 | 2026-04-20T22:36:26.009Z | Compiling test-strategy v0.4.3 |
| 2163 | 2026-04-20T22:36:26.335Z | Compiling tokio-rustls v0.25.0 |
| 2164 | 2026-04-20T22:36:26.406Z | Compiling usdt v0.6.0 |
| 2165 | 2026-04-20T22:36:26.555Z | Compiling slog-bunyan v2.5.0 |
| 2166 | 2026-04-20T22:36:26.746Z | Compiling daft v0.1.5 |
| 2167 | 2026-04-20T22:36:27.003Z | Compiling parse-display-derive v0.10.0 |
| 2168 | 2026-04-20T22:36:27.046Z | Compiling async-stream v0.3.6 |
| 2169 | 2026-04-20T22:36:27.046Z | Compiling waitgroup v0.1.2 |
| 2170 | 2026-04-20T22:36:27.625Z | Compiling rustls-pemfile v2.2.0 |
| 2171 | 2026-04-20T22:36:27.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2172 | 2026-04-20T22:36:27.636Z | Compiling serde_path_to_error v0.1.20 |
| 2173 | 2026-04-20T22:36:27.636Z | Compiling hostname v0.4.2 |
| 2174 | 2026-04-20T22:36:27.646Z | Compiling serde_with v3.18.0 |
| 2175 | 2026-04-20T22:36:28.718Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2176 | 2026-04-20T22:36:29.153Z | Compiling wait-timeout v0.2.0 |
| 2177 | 2026-04-20T22:36:29.712Z | Compiling bit-vec v0.6.3 |
| 2178 | 2026-04-20T22:36:29.863Z | Compiling crucible-workspace-hack v0.1.0 |
| 2179 | 2026-04-20T22:36:30.016Z | Compiling bit-set v0.5.3 |
| 2180 | 2026-04-20T22:36:30.056Z | Compiling rusty-fork v0.3.0 |
| 2181 | 2026-04-20T22:36:30.106Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2182 | 2026-04-20T22:36:30.212Z | Compiling strum v0.27.2 |
| 2183 | 2026-04-20T22:36:30.283Z | Compiling rand_xorshift v0.3.0 |
| 2184 | 2026-04-20T22:36:30.466Z | Compiling unarray v0.1.4 |
| 2185 | 2026-04-20T22:36:30.599Z | Compiling proptest v1.5.0 |
| 2186 | 2026-04-20T22:36:31.411Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2187 | 2026-04-20T22:36:31.853Z | Compiling instant v0.1.12 |
| 2188 | 2026-04-20T22:36:31.979Z | Compiling heck v0.4.1 |
| 2189 | 2026-04-20T22:36:32.187Z | Compiling rustc-hash v2.1.1 |
| 2190 | 2026-04-20T22:36:32.320Z | Compiling winnow v0.5.40 |
| 2191 | 2026-04-20T22:36:33.716Z | Compiling unicode-width v0.1.14 |
| 2192 | 2026-04-20T22:36:34.032Z | Compiling toml_edit v0.19.15 |
| 2193 | 2026-04-20T22:36:34.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2194 | 2026-04-20T22:36:35.832Z | Compiling iddqd v0.3.17 |
| 2195 | 2026-04-20T22:36:36.071Z | Compiling backoff v0.4.0 |
| 2196 | 2026-04-20T22:36:36.292Z | Compiling parse-display v0.10.0 |
| 2197 | 2026-04-20T22:36:36.409Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2198 | 2026-04-20T22:36:36.564Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2199 | 2026-04-20T22:36:37.123Z | Compiling clap_derive v4.5.4 |
| 2200 | 2026-04-20T22:36:37.687Z | Compiling utf8parse v0.2.1 |
| 2201 | 2026-04-20T22:36:37.810Z | Compiling anstyle-parse v0.2.4 |
| 2202 | 2026-04-20T22:36:38.043Z | Compiling proc-macro-crate v1.3.1 |
| 2203 | 2026-04-20T22:36:38.619Z | Compiling darling_core v0.21.3 |
| 2204 | 2026-04-20T22:36:38.832Z | Compiling anstyle-query v1.0.3 |
| 2205 | 2026-04-20T22:36:38.945Z | Compiling colorchoice v1.0.1 |
| 2206 | 2026-04-20T22:36:39.071Z | Compiling is_terminal_polyfill v1.70.0 |
| 2207 | 2026-04-20T22:36:39.194Z | Compiling anstyle v1.0.7 |
| 2208 | 2026-04-20T22:36:39.425Z | Compiling anstream v0.6.14 |
| 2209 | 2026-04-20T22:36:39.894Z | Compiling terminal_size v0.3.0 |
| 2210 | 2026-04-20T22:36:39.975Z | Compiling clap_lex v0.7.0 |
| 2211 | 2026-04-20T22:36:40.342Z | Compiling base64ct v1.6.0 |
| 2212 | 2026-04-20T22:36:40.554Z | Compiling clap_builder v4.5.2 |
| 2213 | 2026-04-20T22:36:40.773Z | Compiling darling_macro v0.21.3 |
| 2214 | 2026-04-20T22:36:41.107Z | Compiling itertools v0.14.0 |
| 2215 | 2026-04-20T22:36:41.354Z | Compiling derive-where v1.6.0 |
| 2216 | 2026-04-20T22:36:41.367Z | Compiling darling v0.21.3 |
| 2217 | 2026-04-20T22:36:42.597Z | Compiling heapless v0.8.0 |
| 2218 | 2026-04-20T22:36:42.620Z | Compiling clap v4.5.4 |
| 2219 | 2026-04-20T22:36:43.097Z | Compiling ingot-macros v0.1.1 |
| 2220 | 2026-04-20T22:36:43.919Z | Compiling hash32 v0.3.1 |
| 2221 | 2026-04-20T22:36:44.329Z | Compiling smoltcp v0.11.0 |
| 2222 | 2026-04-20T22:36:45.619Z | Compiling managed v0.8.0 |
| 2223 | 2026-04-20T22:36:45.790Z | Compiling ingot-types v0.1.2 |
| 2224 | 2026-04-20T22:36:46.169Z | Compiling cobs v0.2.3 |
| 2225 | 2026-04-20T22:36:46.195Z | Compiling bitflags v1.3.2 |
| 2226 | 2026-04-20T22:36:46.229Z | Compiling ingot v0.1.1 |
| 2227 | 2026-04-20T22:36:46.410Z | Compiling postcard v1.0.9 |
| 2228 | 2026-04-20T22:36:46.978Z | Compiling tabwriter v1.4.0 |
| 2229 | 2026-04-20T22:36:47.057Z | Compiling crossbeam-epoch v0.9.18 |
| 2230 | 2026-04-20T22:36:47.716Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2231 | 2026-04-20T22:36:47.791Z | Compiling proc-macro-error-attr v1.0.4 |
| 2232 | 2026-04-20T22:36:48.030Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2233 | 2026-04-20T22:36:48.177Z | Compiling num_enum_derive v0.7.4 |
| 2234 | 2026-04-20T22:36:48.299Z | Compiling zerocopy-derive v0.7.34 |
| 2235 | 2026-04-20T22:36:48.609Z | Compiling proc-macro-error v1.0.4 |
| 2236 | 2026-04-20T22:36:48.852Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2237 | 2026-04-20T22:36:49.276Z | Compiling num_enum v0.7.4 |
| 2238 | 2026-04-20T22:36:49.624Z | Compiling foreign-types-macros v0.2.3 |
| 2239 | 2026-04-20T22:36:49.684Z | Compiling foreign-types-shared v0.3.1 |
| 2240 | 2026-04-20T22:36:49.700Z | Compiling rayon-core v1.13.0 |
| 2241 | 2026-04-20T22:36:49.786Z | Compiling colored v3.0.0 |
| 2242 | 2026-04-20T22:36:50.280Z | Compiling foreign-types v0.5.0 |
| 2243 | 2026-04-20T22:36:50.340Z | Compiling crossbeam-deque v0.8.5 |
| 2244 | 2026-04-20T22:36:50.373Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2245 | 2026-04-20T22:36:50.408Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2246 | 2026-04-20T22:36:50.421Z | Compiling cstr-argument v0.1.2 |
| 2247 | 2026-04-20T22:36:50.586Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2248 | 2026-04-20T22:36:50.807Z | Compiling data-encoding v2.6.0 |
| 2249 | 2026-04-20T22:36:50.927Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2250 | 2026-04-20T22:36:51.193Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2251 | 2026-04-20T22:36:51.604Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2252 | 2026-04-20T22:36:51.617Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2253 | 2026-04-20T22:36:52.119Z | Compiling rayon v1.11.0 |
| 2254 | 2026-04-20T22:36:52.288Z | Compiling zerocopy v0.7.34 |
| 2255 | 2026-04-20T22:36:52.493Z | Compiling rustls-webpki v0.103.4 |
| 2256 | 2026-04-20T22:36:52.841Z | Compiling pem-rfc7468 v0.7.0 |
| 2257 | 2026-04-20T22:36:53.548Z | Compiling serde_spanned v0.6.9 |
| 2258 | 2026-04-20T22:36:54.235Z | Compiling scroll_derive v0.12.0 |
| 2259 | 2026-04-20T22:36:54.302Z | Compiling der_derive v0.7.3 |
| 2260 | 2026-04-20T22:36:54.317Z | Compiling num-derive v0.4.2 |
| 2261 | 2026-04-20T22:36:54.553Z | Compiling usdt-impl v0.5.0 |
| 2262 | 2026-04-20T22:36:54.824Z | Compiling sigpipe v0.1.3 |
| 2263 | 2026-04-20T22:36:54.938Z | Compiling jiff v0.2.15 |
| 2264 | 2026-04-20T22:36:55.296Z | Compiling flagset v0.4.7 |
| 2265 | 2026-04-20T22:36:55.308Z | Compiling cfg_aliases v0.2.1 |
| 2266 | 2026-04-20T22:36:55.384Z | Compiling scroll v0.12.0 |
| 2267 | 2026-04-20T22:36:55.445Z | Compiling der v0.7.10 |
| 2268 | 2026-04-20T22:36:55.961Z | Compiling dof v0.3.0 |
| 2269 | 2026-04-20T22:36:56.040Z | Compiling zone_cfg_derive v0.3.0 |
| 2270 | 2026-04-20T22:36:56.311Z | Compiling dtrace-parser v0.2.0 |
| 2271 | 2026-04-20T22:36:56.783Z | Compiling camino-tempfile v1.4.1 |
| 2272 | 2026-04-20T22:36:56.828Z | Compiling rustc_version v0.4.1 |
| 2273 | 2026-04-20T22:36:57.104Z | Compiling thread-id v4.2.1 |
| 2274 | 2026-04-20T22:36:57.479Z | Compiling zone v0.3.1 |
| 2275 | 2026-04-20T22:36:57.719Z | Compiling tokio-rustls v0.26.0 |
| 2276 | 2026-04-20T22:36:57.790Z | Compiling goblin v0.8.2 |
| 2277 | 2026-04-20T22:36:57.962Z | Compiling hyper-rustls v0.27.3 |
| 2278 | 2026-04-20T22:36:58.248Z | Compiling reqwest v0.12.23 |
| 2279 | 2026-04-20T22:36:59.051Z | Compiling smf v0.2.3 |
| 2280 | 2026-04-20T22:36:59.427Z | Compiling whoami v1.5.1 |
| 2281 | 2026-04-20T22:36:59.878Z | Compiling progenitor-client v0.11.1 |
| 2282 | 2026-04-20T22:36:59.934Z | Compiling progenitor-client v0.10.0 |
| 2283 | 2026-04-20T22:37:00.221Z | Compiling progenitor v0.11.1 |
| 2284 | 2026-04-20T22:37:00.369Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2285 | 2026-04-20T22:37:01.518Z | Compiling spki v0.7.3 |
| 2286 | 2026-04-20T22:37:02.258Z | Compiling secrecy v0.10.3 |
| 2287 | 2026-04-20T22:37:02.442Z | Compiling num-integer v0.1.46 |
| 2288 | 2026-04-20T22:37:02.927Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2289 | 2026-04-20T22:37:04.482Z | Compiling convert_case v0.4.0 |
| 2290 | 2026-04-20T22:37:04.799Z | Compiling derive_more v0.99.20 |
| 2291 | 2026-04-20T22:37:07.505Z | Compiling usdt-attr-macro v0.5.0 |
| 2292 | 2026-04-20T22:37:07.749Z | Compiling usdt-macro v0.5.0 |
| 2293 | 2026-04-20T22:37:07.877Z | Compiling num_enum_derive v0.5.11 |
| 2294 | 2026-04-20T22:37:08.264Z | Compiling memmap v0.7.0 |
| 2295 | 2026-04-20T22:37:08.303Z | Compiling tinyvec_macros v0.1.1 |
| 2296 | 2026-04-20T22:37:08.457Z | Compiling usdt v0.5.0 |
| 2297 | 2026-04-20T22:37:08.496Z | Compiling tinyvec v1.6.0 |
| 2298 | 2026-04-20T22:37:08.888Z | Compiling num_enum v0.5.11 |
| 2299 | 2026-04-20T22:37:09.032Z | Compiling num-bigint v0.4.5 |
| 2300 | 2026-04-20T22:37:09.245Z | Compiling pkcs8 v0.10.2 |
| 2301 | 2026-04-20T22:37:09.436Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2302 | 2026-04-20T22:37:09.628Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2303 | 2026-04-20T22:37:10.026Z | Compiling toml_write v0.1.2 |
| 2304 | 2026-04-20T22:37:10.177Z | Compiling num-rational v0.4.2 |
| 2305 | 2026-04-20T22:37:10.229Z | Compiling toml_edit v0.22.27 |
| 2306 | 2026-04-20T22:37:10.450Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2307 | 2026-04-20T22:37:12.229Z | Compiling num-iter v0.1.45 |
| 2308 | 2026-04-20T22:37:12.726Z | Compiling password-hash v0.5.0 |
| 2309 | 2026-04-20T22:37:12.932Z | Compiling darling_core v0.20.11 |
| 2310 | 2026-04-20T22:37:12.972Z | Compiling blake2 v0.10.6 |
| 2311 | 2026-04-20T22:37:13.243Z | Compiling hmac v0.12.1 |
| 2312 | 2026-04-20T22:37:13.412Z | Compiling inout v0.1.3 |
| 2313 | 2026-04-20T22:37:13.581Z | Compiling num-complex v0.4.6 |
| 2314 | 2026-04-20T22:37:13.687Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2315 | 2026-04-20T22:37:14.202Z | Compiling memoffset v0.9.1 |
| 2316 | 2026-04-20T22:37:14.929Z | Compiling darling_macro v0.20.11 |
| 2317 | 2026-04-20T22:37:15.583Z | Compiling num v0.4.3 |
| 2318 | 2026-04-20T22:37:15.672Z | Compiling cipher v0.4.4 |
| 2319 | 2026-04-20T22:37:15.758Z | Compiling argon2 v0.5.3 |
| 2320 | 2026-04-20T22:37:16.216Z | Compiling toml v0.8.23 |
| 2321 | 2026-04-20T22:37:16.229Z | Compiling nix v0.30.1 |
| 2322 | 2026-04-20T22:37:16.599Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2323 | 2026-04-20T22:37:16.626Z | Compiling ff v0.13.1 |
| 2324 | 2026-04-20T22:37:16.746Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2325 | 2026-04-20T22:37:17.133Z | Compiling base16ct v0.2.0 |
| 2326 | 2026-04-20T22:37:17.188Z | Compiling base64 v0.21.7 |
| 2327 | 2026-04-20T22:37:17.500Z | Compiling sec1 v0.7.3 |
| 2328 | 2026-04-20T22:37:17.912Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2329 | 2026-04-20T22:37:18.094Z | Compiling group v0.13.0 |
| 2330 | 2026-04-20T22:37:18.676Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2331 | 2026-04-20T22:37:18.792Z | Compiling darling v0.20.11 |
| 2332 | 2026-04-20T22:37:19.053Z | Compiling hkdf v0.12.4 |
| 2333 | 2026-04-20T22:37:19.163Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2334 | 2026-04-20T22:37:19.832Z | Compiling enum-as-inner v0.6.0 |
| 2335 | 2026-04-20T22:37:20.223Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2336 | 2026-04-20T22:37:20.488Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2337 | 2026-04-20T22:37:20.733Z | Compiling hubpack_derive v0.1.1 |
| 2338 | 2026-04-20T22:37:20.884Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2339 | 2026-04-20T22:37:20.971Z | Compiling progenitor-impl v0.10.0 |
| 2340 | 2026-04-20T22:37:21.105Z | Compiling libz-sys v1.1.16 |
| 2341 | 2026-04-20T22:37:21.325Z | Compiling universal-hash v0.5.1 |
| 2342 | 2026-04-20T22:37:21.405Z | Compiling crypto-bigint v0.5.5 |
| 2343 | 2026-04-20T22:37:21.485Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2344 | 2026-04-20T22:37:21.909Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2345 | 2026-04-20T22:37:21.909Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2346 | 2026-04-20T22:37:21.935Z | Compiling opaque-debug v0.3.1 |
| 2347 | 2026-04-20T22:37:22.149Z | Compiling indent_write v2.2.0 |
| 2348 | 2026-04-20T22:37:22.386Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2349 | 2026-04-20T22:37:23.040Z | Compiling progenitor-macro v0.10.0 |
| 2350 | 2026-04-20T22:37:23.567Z | Compiling elliptic-curve v0.13.8 |
| 2351 | 2026-04-20T22:37:24.060Z | Compiling hubpack v0.1.2 |
| 2352 | 2026-04-20T22:37:24.083Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2353 | 2026-04-20T22:37:24.350Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2354 | 2026-04-20T22:37:24.428Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2355 | 2026-04-20T22:37:24.993Z | Compiling derive_builder_core v0.20.2 |
| 2356 | 2026-04-20T22:37:25.099Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2357 | 2026-04-20T22:37:25.746Z | Compiling curve25519-dalek v4.1.3 |
| 2358 | 2026-04-20T22:37:26.045Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2359 | 2026-04-20T22:37:26.760Z | Compiling half v2.7.1 |
| 2360 | 2026-04-20T22:37:27.024Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2361 | 2026-04-20T22:37:27.120Z | Compiling utf-8 v0.7.6 |
| 2362 | 2026-04-20T22:37:27.271Z | Compiling float-ord v0.3.2 |
| 2363 | 2026-04-20T22:37:27.314Z | Compiling static_assertions v1.1.0 |
| 2364 | 2026-04-20T22:37:27.336Z | Compiling ciborium-io v0.2.2 |
| 2365 | 2026-04-20T22:37:27.396Z | Compiling crc32fast v1.4.0 |
| 2366 | 2026-04-20T22:37:27.444Z | Compiling ciborium-ll v0.2.2 |
| 2367 | 2026-04-20T22:37:27.528Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2368 | 2026-04-20T22:37:27.744Z | Compiling tungstenite v0.21.0 |
| 2369 | 2026-04-20T22:37:28.020Z | Compiling progenitor v0.10.0 |
| 2370 | 2026-04-20T22:37:28.267Z | Compiling derive_builder_macro v0.20.2 |
| 2371 | 2026-04-20T22:37:28.857Z | Compiling resolv-conf v0.7.0 |
| 2372 | 2026-04-20T22:37:28.931Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2373 | 2026-04-20T22:37:29.056Z | Compiling aead v0.5.2 |
| 2374 | 2026-04-20T22:37:29.272Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2375 | 2026-04-20T22:37:29.411Z | Compiling vergen-lib v9.1.0 |
| 2376 | 2026-04-20T22:37:29.557Z | Compiling slog-dtrace v0.3.0 |
| 2377 | 2026-04-20T22:37:29.655Z | Compiling linked-hash-map v0.5.6 |
| 2378 | 2026-04-20T22:37:29.808Z | Compiling semver v0.1.20 |
| 2379 | 2026-04-20T22:37:29.886Z | Compiling swrite v0.1.0 |
| 2380 | 2026-04-20T22:37:29.907Z | Compiling adler v1.0.2 |
| 2381 | 2026-04-20T22:37:29.921Z | Compiling openssl-probe v0.2.1 |
| 2382 | 2026-04-20T22:37:29.999Z | Compiling rustc_version v0.1.7 |
| 2383 | 2026-04-20T22:37:30.074Z | Compiling rustls-native-certs v0.8.3 |
| 2384 | 2026-04-20T22:37:30.095Z | Compiling miniz_oxide v0.7.2 |
| 2385 | 2026-04-20T22:37:30.200Z | Compiling lru-cache v0.1.2 |
| 2386 | 2026-04-20T22:37:30.353Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2387 | 2026-04-20T22:37:31.520Z | Compiling derive_builder v0.20.2 |
| 2388 | 2026-04-20T22:37:31.658Z | Compiling tokio-tungstenite v0.21.0 |
| 2389 | 2026-04-20T22:37:32.012Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2390 | 2026-04-20T22:37:32.969Z | Compiling ciborium v0.2.2 |
| 2391 | 2026-04-20T22:37:33.670Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2392 | 2026-04-20T22:37:33.943Z | Compiling hickory-proto v0.24.4 |
| 2393 | 2026-04-20T22:37:34.947Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2394 | 2026-04-20T22:37:36.628Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2395 | 2026-04-20T22:37:36.736Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2396 | 2026-04-20T22:37:36.964Z | Compiling serde_repr v0.1.19 |
| 2397 | 2026-04-20T22:37:37.561Z | Compiling vergen v9.1.0 |
| 2398 | 2026-04-20T22:37:37.719Z | Compiling cargo-platform v0.3.2 |
| 2399 | 2026-04-20T22:37:37.795Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2400 | 2026-04-20T22:37:37.979Z | Compiling keccak v0.1.6 |
| 2401 | 2026-04-20T22:37:38.027Z | Compiling siphasher v1.0.1 |
| 2402 | 2026-04-20T22:37:38.238Z | Compiling phf_shared v0.12.1 |
| 2403 | 2026-04-20T22:37:38.451Z | Compiling sha3 v0.10.8 |
| 2404 | 2026-04-20T22:37:38.483Z | Compiling cargo_metadata v0.23.1 |
| 2405 | 2026-04-20T22:37:38.860Z | Compiling thiserror-no-std v2.0.2 |
| 2406 | 2026-04-20T22:37:38.963Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2407 | 2026-04-20T22:37:39.274Z | Compiling hickory-resolver v0.24.4 |
| 2408 | 2026-04-20T22:37:39.517Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2409 | 2026-04-20T22:37:39.711Z | Compiling flate2 v1.0.30 |
| 2410 | 2026-04-20T22:37:41.777Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2411 | 2026-04-20T22:37:42.137Z | Compiling rustls-platform-verifier v0.6.2 |
| 2412 | 2026-04-20T22:37:42.695Z | Compiling newtype_derive v0.1.6 |
| 2413 | 2026-04-20T22:37:42.743Z | Compiling poly1305 v0.8.0 |
| 2414 | 2026-04-20T22:37:42.755Z | Compiling chacha20 v0.9.1 |
| 2415 | 2026-04-20T22:37:42.935Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2416 | 2026-04-20T22:37:43.003Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2417 | 2026-04-20T22:37:43.344Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2418 | 2026-04-20T22:37:44.043Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2419 | 2026-04-20T22:37:44.274Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2420 | 2026-04-20T22:37:44.904Z | Compiling tokio-stream v0.1.17 |
| 2421 | 2026-04-20T22:37:45.155Z | Compiling typify-impl v0.6.1 |
| 2422 | 2026-04-20T22:37:45.444Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2423 | 2026-04-20T22:37:45.753Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2424 | 2026-04-20T22:37:45.780Z | Compiling serde-big-array v0.5.1 |
| 2425 | 2026-04-20T22:37:45.804Z | Compiling pin-project-internal v1.1.10 |
| 2426 | 2026-04-20T22:37:45.944Z | Compiling vergen-git2 v9.1.0 |
| 2427 | 2026-04-20T22:37:46.178Z | Compiling foldhash v0.1.5 |
| 2428 | 2026-04-20T22:37:46.407Z | Compiling unicode-segmentation v1.11.0 |
| 2429 | 2026-04-20T22:37:46.527Z | Compiling compression-core v0.4.31 |
| 2430 | 2026-04-20T22:37:46.720Z | Compiling chrono-tz v0.10.4 |
| 2431 | 2026-04-20T22:37:46.830Z | Compiling unicode-xid v0.2.4 |
| 2432 | 2026-04-20T22:37:46.899Z | Compiling owo-colors v4.2.3 |
| 2433 | 2026-04-20T22:37:46.944Z | Compiling cancel-safe-futures v0.1.5 |
| 2434 | 2026-04-20T22:37:46.956Z | Compiling const_format_proc_macros v0.2.34 |
| 2435 | 2026-04-20T22:37:46.984Z | Compiling pin-project v1.1.10 |
| 2436 | 2026-04-20T22:37:47.093Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-04-20T22:37:47.173Z | Compiling compression-codecs v0.4.32 |
| 2438 | 2026-04-20T22:37:47.211Z | Compiling hashbrown v0.15.2 |
| 2439 | 2026-04-20T22:37:47.256Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2440 | 2026-04-20T22:37:47.277Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2441 | 2026-04-20T22:37:47.583Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2442 | 2026-04-20T22:37:47.734Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2443 | 2026-04-20T22:37:47.836Z | Compiling qorb v0.4.1 |
| 2444 | 2026-04-20T22:37:48.200Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2445 | 2026-04-20T22:37:48.548Z | Compiling typify-macro v0.6.1 |
| 2446 | 2026-04-20T22:37:50.113Z | Compiling chacha20poly1305 v0.10.1 |
| 2447 | 2026-04-20T22:37:50.322Z | Compiling reqwest v0.13.2 |
| 2448 | 2026-04-20T22:37:51.279Z | Compiling vsss-rs v3.3.4 |
| 2449 | 2026-04-20T22:37:52.442Z | Compiling phf v0.12.1 |
| 2450 | 2026-04-20T22:37:52.622Z | Compiling unicode-normalization v0.1.24 |
| 2451 | 2026-04-20T22:37:52.749Z | Compiling tokio-dtrace v0.1.1 |
| 2452 | 2026-04-20T22:37:53.119Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2453 | 2026-04-20T22:37:53.210Z | Compiling console v0.15.8 |
| 2454 | 2026-04-20T22:37:53.620Z | Compiling snafu-derive v0.8.9 |
| 2455 | 2026-04-20T22:37:53.677Z | Compiling atomicwrites v0.4.4 |
| 2456 | 2026-04-20T22:37:53.965Z | Compiling signature v2.2.0 |
| 2457 | 2026-04-20T22:37:54.159Z | Compiling libsw-core v0.3.2 |
| 2458 | 2026-04-20T22:37:54.344Z | Compiling async-recursion v1.1.1 |
| 2459 | 2026-04-20T22:37:54.483Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2460 | 2026-04-20T22:37:54.911Z | Compiling cookie v0.18.1 |
| 2461 | 2026-04-20T22:37:55.029Z | Compiling dropshot v0.17.0 |
| 2462 | 2026-04-20T22:37:55.133Z | Compiling git2 v0.20.2 |
| 2463 | 2026-04-20T22:37:55.153Z | Compiling bstr v1.9.1 |
| 2464 | 2026-04-20T22:37:55.275Z | Compiling csv-core v0.1.12 |
| 2465 | 2026-04-20T22:37:55.679Z | Compiling same-file v1.0.6 |
| 2466 | 2026-04-20T22:37:55.697Z | Compiling fixedbitset v0.5.7 |
| 2467 | 2026-04-20T22:37:55.847Z | Compiling rustls v0.21.12 |
| 2468 | 2026-04-20T22:37:55.860Z | Compiling fixedbitset v0.4.2 |
| 2469 | 2026-04-20T22:37:55.899Z | Compiling highway v1.3.0 |
| 2470 | 2026-04-20T22:37:56.077Z | Compiling bytecount v0.6.9 |
| 2471 | 2026-04-20T22:37:56.207Z | Compiling moka v0.12.10 |
| 2472 | 2026-04-20T22:37:56.246Z | Compiling similar v2.7.0 |
| 2473 | 2026-04-20T22:37:56.258Z | Compiling papergrid v0.11.0 |
| 2474 | 2026-04-20T22:37:56.273Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2475 | 2026-04-20T22:37:56.473Z | Compiling petgraph v0.6.5 |
| 2476 | 2026-04-20T22:37:56.596Z | Compiling petgraph v0.8.3 |
| 2477 | 2026-04-20T22:37:57.787Z | Compiling expectorate v1.2.0 |
| 2478 | 2026-04-20T22:37:58.004Z | Compiling walkdir v2.5.0 |
| 2479 | 2026-04-20T22:37:58.041Z | Compiling globset v0.4.14 |
| 2480 | 2026-04-20T22:37:58.784Z | Compiling csv v1.3.1 |
| 2481 | 2026-04-20T22:37:58.899Z | Compiling snafu v0.8.9 |
| 2482 | 2026-04-20T22:37:59.054Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2483 | 2026-04-20T22:37:59.519Z | Compiling libsw v3.5.0 |
| 2484 | 2026-04-20T22:37:59.735Z | Compiling olpc-cjson v0.1.4 |
| 2485 | 2026-04-20T22:37:59.776Z | Compiling oxide-tokio-rt v0.1.2 |
| 2486 | 2026-04-20T22:37:59.941Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2487 | 2026-04-20T22:38:00.191Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2488 | 2026-04-20T22:38:00.596Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2489 | 2026-04-20T22:38:01.563Z | Compiling const_format v0.2.35 |
| 2490 | 2026-04-20T22:38:01.808Z | Compiling async-compression v0.4.33 |
| 2491 | 2026-04-20T22:38:02.469Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2492 | 2026-04-20T22:38:02.651Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2493 | 2026-04-20T22:38:02.800Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2494 | 2026-04-20T22:38:02.988Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2495 | 2026-04-20T22:38:03.067Z | Compiling nix v0.31.1 |
| 2496 | 2026-04-20T22:38:03.263Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2497 | 2026-04-20T22:38:03.490Z | Compiling tabled_derive v0.7.0 |
| 2498 | 2026-04-20T22:38:04.450Z | Compiling gethostname v0.5.0 |
| 2499 | 2026-04-20T22:38:04.601Z | Compiling terminal_size v0.4.3 |
| 2500 | 2026-04-20T22:38:04.743Z | Compiling rustls-webpki v0.101.7 |
| 2501 | 2026-04-20T22:38:04.768Z | Compiling sct v0.7.1 |
| 2502 | 2026-04-20T22:38:05.018Z | Compiling pem v3.0.5 |
| 2503 | 2026-04-20T22:38:05.692Z | Compiling bcs v0.1.6 |
| 2504 | 2026-04-20T22:38:05.747Z | Compiling dropshot_endpoint v0.17.0 |
| 2505 | 2026-04-20T22:38:05.902Z | Compiling serde_plain v1.0.2 |
| 2506 | 2026-04-20T22:38:06.092Z | Compiling termtree v0.5.1 |
| 2507 | 2026-04-20T22:38:06.193Z | Compiling unicode-width v0.2.1 |
| 2508 | 2026-04-20T22:38:06.277Z | Compiling radium v0.7.0 |
| 2509 | 2026-04-20T22:38:06.398Z | Compiling unicode-linebreak v0.1.5 |
| 2510 | 2026-04-20T22:38:06.458Z | Compiling tagptr v0.2.0 |
| 2511 | 2026-04-20T22:38:06.522Z | Compiling typed-path v0.9.3 |
| 2512 | 2026-04-20T22:38:06.580Z | Compiling linear-map v1.2.0 |
| 2513 | 2026-04-20T22:38:06.623Z | Compiling salty v0.3.0 |
| 2514 | 2026-04-20T22:38:06.674Z | Compiling smawk v0.3.2 |
| 2515 | 2026-04-20T22:38:06.810Z | Compiling textwrap v0.16.2 |
| 2516 | 2026-04-20T22:38:06.845Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2517 | 2026-04-20T22:38:07.807Z | Compiling tough v0.20.0 |
| 2518 | 2026-04-20T22:38:08.254Z | Compiling tabled v0.15.0 |
| 2519 | 2026-04-20T22:38:08.435Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2520 | 2026-04-20T22:38:09.375Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2521 | 2026-04-20T22:38:10.007Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2522 | 2026-04-20T22:38:15.072Z | Compiling steno v0.4.1 |
| 2523 | 2026-04-20T22:38:16.087Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2524 | 2026-04-20T22:38:18.309Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2525 | 2026-04-20T22:38:18.766Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2526 | 2026-04-20T22:38:18.964Z | Compiling hickory-proto v0.25.2 |
| 2527 | 2026-04-20T22:38:19.270Z | Compiling rfc6979 v0.4.0 |
| 2528 | 2026-04-20T22:38:19.436Z | Compiling sha2 v0.10.9 |
| 2529 | 2026-04-20T22:38:20.904Z | Compiling tap v1.0.1 |
| 2530 | 2026-04-20T22:38:21.028Z | Compiling humantime v2.3.0 |
| 2531 | 2026-04-20T22:38:21.477Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2532 | 2026-04-20T22:38:21.500Z | Compiling hickory-resolver v0.25.2 |
| 2533 | 2026-04-20T22:38:23.550Z | Compiling wyz v0.5.1 |
| 2534 | 2026-04-20T22:38:23.785Z | Compiling ecdsa v0.16.9 |
| 2535 | 2026-04-20T22:38:24.843Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2536 | 2026-04-20T22:38:26.048Z | Compiling tokio-rustls v0.24.1 |
| 2537 | 2026-04-20T22:38:26.987Z | Compiling ed25519 v2.2.3 |
| 2538 | 2026-04-20T22:38:27.428Z | Compiling typify v0.6.1 |
| 2539 | 2026-04-20T22:38:27.535Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2540 | 2026-04-20T22:38:27.581Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2541 | 2026-04-20T22:38:27.794Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2542 | 2026-04-20T22:38:27.807Z | Compiling primeorder v0.13.6 |
| 2543 | 2026-04-20T22:38:27.920Z | Compiling rustls-pemfile v1.0.4 |
| 2544 | 2026-04-20T22:38:28.293Z | Compiling twox-hash v2.1.2 |
| 2545 | 2026-04-20T22:38:28.756Z | Compiling env_filter v1.0.1 |
| 2546 | 2026-04-20T22:38:29.494Z | Compiling atty v0.2.14 |
| 2547 | 2026-04-20T22:38:29.626Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2548 | 2026-04-20T22:38:29.869Z | Compiling funty v2.0.0 |
| 2549 | 2026-04-20T22:38:31.138Z | Compiling bitvec v1.0.1 |
| 2550 | 2026-04-20T22:38:31.571Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2551 | 2026-04-20T22:38:33.208Z | Compiling env_logger v0.11.10 |
| 2552 | 2026-04-20T22:38:33.868Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2553 | 2026-04-20T22:38:34.603Z | Compiling p384 v0.13.1 |
| 2554 | 2026-04-20T22:38:36.234Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2555 | 2026-04-20T22:38:36.638Z | Compiling progenitor-impl v0.13.0 |
| 2556 | 2026-04-20T22:38:37.158Z | Compiling ed25519-dalek v2.2.0 |
| 2557 | 2026-04-20T22:38:37.688Z | Compiling toml v0.7.8 |
| 2558 | 2026-04-20T22:38:38.762Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2559 | 2026-04-20T22:38:39.587Z | Compiling polyval v0.6.2 |
| 2560 | 2026-04-20T22:38:39.725Z | Compiling ctr v0.9.2 |
| 2561 | 2026-04-20T22:38:39.871Z | Compiling aes v0.8.4 |
| 2562 | 2026-04-20T22:38:39.940Z | Compiling x509-cert v0.2.5 |
| 2563 | 2026-04-20T22:38:40.821Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=2cdd17580a4fc6c871d24797016af8dbaac9421d#2cdd1758) |
| 2564 | 2026-04-20T22:38:41.077Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2565 | 2026-04-20T22:38:41.311Z | Compiling bincode v1.3.3 |
| 2566 | 2026-04-20T22:38:41.775Z | Compiling strum_macros v0.28.0 |
| 2567 | 2026-04-20T22:38:42.264Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2568 | 2026-04-20T22:38:42.529Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2569 | 2026-04-20T22:38:42.711Z | Compiling passt v0.3.0 |
| 2570 | 2026-04-20T22:38:42.995Z | Compiling fakedata_generator v0.7.1 |
| 2571 | 2026-04-20T22:38:43.657Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2572 | 2026-04-20T22:38:43.855Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2573 | 2026-04-20T22:38:44.132Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2574 | 2026-04-20T22:38:44.418Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2575 | 2026-04-20T22:38:44.743Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=1d3084b514389847e8e0f5d966d2be4f18d02d32#1d3084b5) |
| 2576 | 2026-04-20T22:38:46.376Z | Compiling aes-gcm-siv v0.11.1 |
| 2577 | 2026-04-20T22:38:46.574Z | Compiling progenitor-macro v0.13.0 |
| 2578 | 2026-04-20T22:38:47.823Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2579 | 2026-04-20T22:38:50.850Z | Compiling progenitor-client v0.13.0 |
| 2580 | 2026-04-20T22:38:51.369Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2581 | 2026-04-20T22:38:51.488Z | Compiling bitstruct_derive v0.1.0 |
| 2582 | 2026-04-20T22:38:52.177Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2583 | 2026-04-20T22:38:52.414Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2584 | 2026-04-20T22:38:52.706Z | Compiling typeid v1.0.0 |
| 2585 | 2026-04-20T22:38:52.855Z | Compiling ringbuffer v0.16.0 |
| 2586 | 2026-04-20T22:38:53.223Z | Compiling pretty-hex v0.2.1 |
| 2587 | 2026-04-20T22:38:53.391Z | Compiling ascii v1.1.0 |
| 2588 | 2026-04-20T22:38:53.465Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2589 | 2026-04-20T22:38:53.718Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2590 | 2026-04-20T22:38:54.281Z | Compiling erased-serde v0.4.5 |
| 2591 | 2026-04-20T22:38:54.672Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2592 | 2026-04-20T22:38:54.918Z | Compiling bitstruct v0.1.1 |
| 2593 | 2026-04-20T22:38:55.028Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2594 | 2026-04-20T22:38:55.550Z | Compiling progenitor v0.13.0 |
| 2595 | 2026-04-20T22:38:55.721Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2596 | 2026-04-20T22:38:56.342Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2597 | 2026-04-20T22:38:56.593Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2598 | 2026-04-20T22:38:56.867Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2599 | 2026-04-20T22:38:57.191Z | Compiling kstat-rs v0.2.4 |
| 2600 | 2026-04-20T22:38:57.445Z | Compiling serde_arrays v0.1.0 |
| 2601 | 2026-04-20T22:38:57.599Z | Compiling libloading v0.7.4 |
| 2602 | 2026-04-20T22:38:57.636Z | Compiling bit_field v0.10.2 |
| 2603 | 2026-04-20T22:38:57.651Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2604 | 2026-04-20T22:38:57.799Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2605 | 2026-04-20T22:38:57.852Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2606 | 2026-04-20T22:38:59.639Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2607 | 2026-04-20T22:39:01.746Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2608 | 2026-04-20T22:39:02.119Z | Compiling ron v0.8.1 |
| 2609 | 2026-04-20T22:39:02.237Z | Compiling itertools v0.13.0 |
| 2610 | 2026-04-20T22:39:03.478Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2611 | 2026-04-20T22:39:03.650Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2612 | 2026-04-20T22:39:04.820Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2613 | 2026-04-20T22:39:13.271Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2614 | 2026-04-20T22:39:41.342Z | Finished `release` profile [optimized] target(s) in 4m 06s |
| 2615 | 2026-04-20T22:39:41.526Z | |
| 2616 | 2026-04-20T22:39:41.526Z | real 4:06.196977567 |
| 2617 | 2026-04-20T22:39:41.526Z | user 28:06.618498558 |
| 2618 | 2026-04-20T22:39:41.527Z | sys 2:33.700303722 |
| 2619 | 2026-04-20T22:39:41.530Z | trap 0.765542461 |
| 2620 | 2026-04-20T22:39:41.530Z | tflt 1.770664823 |
| 2621 | 2026-04-20T22:39:41.530Z | dflt 1.321046487 |
| 2622 | 2026-04-20T22:39:41.530Z | kflt 0.000186333 |
| 2623 | 2026-04-20T22:39:41.530Z | lock 1:24:09.188558748 |
| 2624 | 2026-04-20T22:39:41.530Z | slp 1:47:17.468920881 |
| 2625 | 2026-04-20T22:39:41.530Z | lat 2:36.068557498 |
| 2626 | 2026-04-20T22:39:41.530Z | stop 3:36.247374581 |
| 2627 | 2026-04-20T22:39:41.530Z | + OUTDIR=/work/release |
| 2628 | 2026-04-20T22:39:41.530Z | + mkdir -p /work/release |
| 2629 | 2026-04-20T22:39:41.530Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2630 | 2026-04-20T22:39:41.553Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2631 | 2026-04-20T22:39:41.638Z | + cd /work/release |
| 2632 | 2026-04-20T22:39:41.642Z | + digest -a sha256 propolis-cli |
| 2633 | 2026-04-20T22:39:41.660Z | + digest -a sha256 propolis-server |
| 2634 | 2026-04-20T22:39:41.712Z | process exited: duration 512156 ms, exit code 0 |
| |
| 2635 | 2026-04-20T22:39:41.726Z | found 4 output files |
| 2636 | 2026-04-20T22:39:41.726Z | uploading: /work/release/propolis-cli (25784720 bytes) |
| 2637 | 2026-04-20T22:39:42.890Z | uploaded: /work/release/propolis-cli |
| 2638 | 2026-04-20T22:39:42.890Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2639 | 2026-04-20T22:39:43.901Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2640 | 2026-04-20T22:39:43.901Z | uploading: /work/release/propolis-server (92621240 bytes) |
| 2641 | 2026-04-20T22:39:45.408Z | uploaded: /work/release/propolis-server |
| 2642 | 2026-04-20T22:39:45.408Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2643 | 2026-04-20T22:39:46.420Z | uploaded: /work/release/propolis-server.sha256.txt |