|
|
|
| 1 | 2026-03-25T20:27:43.296Z | job assigned to worker 01KMKAQWQP9B481CP2T9AAN6SX [factory aws, i-0109a09f334a4c24b] (queued for 0 s) |
| |
| 2 | 2026-03-25T20:27:43.546Z | starting task 0: "setup" |
| 3 | 2026-03-25T20:27:43.552Z | ++ uname -s |
| 4 | 2026-03-25T20:27:43.553Z | + kern=SunOS |
| 5 | 2026-03-25T20:27:43.553Z | + build_user=build |
| 6 | 2026-03-25T20:27:43.553Z | + build_uid=12345 |
| 7 | 2026-03-25T20:27:43.553Z | + work_dir=/work |
| 8 | 2026-03-25T20:27:43.553Z | + input_dir=/input |
| 9 | 2026-03-25T20:27:43.553Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-25T20:27:43.557Z | + case "$kern" in |
| 11 | 2026-03-25T20:27:43.557Z | + groupadd -g 12345 build |
| 12 | 2026-03-25T20:27:43.557Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-25T20:27:45.559Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-25T20:27:45.676Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-25T20:27:45.680Z | + home_fs=zfs |
| 16 | 2026-03-25T20:27:45.680Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-25T20:27:45.680Z | + mkdir -p /home/build |
| 18 | 2026-03-25T20:27:45.680Z | + chown build:build /home/build /work |
| 19 | 2026-03-25T20:27:47.681Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-25T20:27:47.684Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-03-25T20:27:47.690Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-25T20:27:47.694Z | * rust toolchain channel = "stable" |
| 23 | 2026-03-25T20:27:47.694Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 24 | 2026-03-25T20:27:47.695Z | * rust toolchain profile = "default" |
| 25 | 2026-03-25T20:27:47.695Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-03-25T20:27:47.695Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-25T20:27:47.695Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-25T20:27:47.698Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-25T20:27:47.698Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-25T20:27:47.819Z | info: downloading installer |
| 31 | 2026-03-25T20:27:49.481Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-25T20:27:49.481Z | warn: /opt/ooce/bin |
| 33 | 2026-03-25T20:27:49.482Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-25T20:27:49.482Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-25T20:27:49.482Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-25T20:27:49.482Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-25T20:27:49.482Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-25T20:27:49.482Z | error: cannot install while Rust is installed |
| 39 | 2026-03-25T20:27:49.482Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-25T20:27:49.482Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-25T20:27:49.482Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-25T20:27:49.482Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-25T20:27:49.482Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-25T20:27:49.495Z | info: profile set to default |
| 45 | 2026-03-25T20:27:49.495Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-25T20:27:49.499Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-03-25T20:27:49.658Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 48 | 2026-03-25T20:27:49.661Z | info: downloading 6 components |
| 49 | 2026-03-25T20:28:07.745Z | |
| 50 | 2026-03-25T20:28:07.745Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-03-25T20:28:07.777Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 52 | 2026-03-25T20:28:07.777Z | |
| 53 | 2026-03-25T20:28:07.777Z | |
| 54 | 2026-03-25T20:28:07.777Z | Rust is installed now. Great! |
| 55 | 2026-03-25T20:28:07.777Z | |
| 56 | 2026-03-25T20:28:07.777Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-25T20:28:07.777Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-25T20:28:07.777Z | |
| 59 | 2026-03-25T20:28:07.777Z | To configure your current shell, you need to source |
| 60 | 2026-03-25T20:28:07.777Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-25T20:28:07.777Z | |
| 62 | 2026-03-25T20:28:07.777Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-25T20:28:07.777Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-25T20:28:07.777Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-25T20:28:07.777Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-25T20:28:07.777Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-25T20:28:07.777Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-25T20:28:07.777Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-25T20:28:07.780Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-25T20:28:07.780Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-25T20:28:07.878Z | + rustup --version |
| 72 | 2026-03-25T20:28:07.887Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-25T20:28:07.891Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-25T20:28:07.908Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 75 | 2026-03-25T20:28:07.911Z | + cargo --version |
| 76 | 2026-03-25T20:28:07.923Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 77 | 2026-03-25T20:28:07.926Z | + rustc --version |
| 78 | 2026-03-25T20:28:07.945Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 79 | 2026-03-25T20:28:07.948Z | process exited: duration 20255 ms, exit code 0 |
| |
| 80 | 2026-03-25T20:28:07.956Z | starting task 2: "authentication" |
| 81 | 2026-03-25T20:28:07.970Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-03-25T20:28:07.976Z | starting task 3: "clone repository" |
| 83 | 2026-03-25T20:28:07.980Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-03-25T20:28:07.983Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-03-25T20:28:08.014Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-03-25T20:28:10.546Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-03-25T20:28:10.546Z | + git fetch origin 6b0a6a589069f236536c79762099bfb21035b991 |
| 88 | 2026-03-25T20:28:10.805Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-03-25T20:28:10.805Z | * branch 6b0a6a589069f236536c79762099bfb21035b991 -> FETCH_HEAD |
| 90 | 2026-03-25T20:28:10.811Z | + [[ -n phd-predicate-thingy ]] |
| 91 | 2026-03-25T20:28:10.814Z | ++ git branch --show-current |
| 92 | 2026-03-25T20:28:10.814Z | + current=master |
| 93 | 2026-03-25T20:28:10.814Z | + [[ master != phd-predicate-thingy ]] |
| 94 | 2026-03-25T20:28:10.814Z | + git branch -f phd-predicate-thingy 6b0a6a589069f236536c79762099bfb21035b991 |
| 95 | 2026-03-25T20:28:10.817Z | + git checkout -f phd-predicate-thingy |
| 96 | 2026-03-25T20:28:10.836Z | Switched to branch 'phd-predicate-thingy' |
| 97 | 2026-03-25T20:28:10.841Z | + git reset --hard 6b0a6a589069f236536c79762099bfb21035b991 |
| 98 | 2026-03-25T20:28:10.855Z | HEAD is now at 6b0a6a5 phd: be pedantic about what test skips are OK |
| 99 | 2026-03-25T20:28:10.858Z | process exited: duration 2879 ms, exit code 0 |
| |
| 100 | 2026-03-25T20:28:10.863Z | starting task 4: "build" |
| 101 | 2026-03-25T20:28:10.867Z | + cargo --version |
| 102 | 2026-03-25T20:28:10.872Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-03-25T20:28:11.045Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-03-25T20:28:11.048Z | info: downloading 6 components |
| 105 | 2026-03-25T20:28:25.152Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-03-25T20:28:25.155Z | + rustc --version |
| 107 | 2026-03-25T20:28:25.192Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-03-25T20:28:25.201Z | + banner prerequisites |
| 109 | 2026-03-25T20:28:25.214Z | |
| 110 | 2026-03-25T20:28:25.215Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-03-25T20:28:25.215Z | # # # # # # # # # # # # # # # |
| 112 | 2026-03-25T20:28:25.215Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-03-25T20:28:25.215Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-03-25T20:28:25.215Z | # # # # # # # # # # # # # # # |
| 115 | 2026-03-25T20:28:25.215Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-03-25T20:28:25.215Z | |
| 117 | 2026-03-25T20:28:25.215Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-03-25T20:28:31.908Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-03-25T20:28:38.742Z | Startup: Caching catalogs ... Done |
| 120 | 2026-03-25T20:28:42.447Z | Planning: Solver setup ... Done (2.306s) |
| 121 | 2026-03-25T20:28:42.468Z | Planning: Running solver ... Done (0.020s) |
| 122 | 2026-03-25T20:28:42.581Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-03-25T20:28:42.593Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-03-25T20:28:42.682Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-03-25T20:28:42.710Z | Planning: Package planning ... Done (0.029s) |
| 126 | 2026-03-25T20:28:42.737Z | Planning: Merging actions ... Done (0.026s) |
| 127 | 2026-03-25T20:28:42.852Z | Planning: Checking for conflicting actions ... Done (0.114s) |
| 128 | 2026-03-25T20:28:42.858Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-03-25T20:28:43.651Z | Planning: Evaluating mediators ... Done (0.792s) |
| 130 | 2026-03-25T20:28:43.656Z | Planning: Planning completed in 4.76 seconds |
| 131 | 2026-03-25T20:28:43.668Z | Packages to install: 3 |
| 132 | 2026-03-25T20:28:43.668Z | Mediators to change: 2 |
| 133 | 2026-03-25T20:28:43.671Z | Services to change: 1 |
| 134 | 2026-03-25T20:28:43.672Z | Estimated space available: 154.81 GB |
| 135 | 2026-03-25T20:28:43.672Z | Estimated space to be consumed: 1.82 GB |
| 136 | 2026-03-25T20:28:43.672Z | Create boot environment: No |
| 137 | 2026-03-25T20:28:43.672Z | Create backup boot environment: No |
| 138 | 2026-03-25T20:28:43.672Z | Rebuild boot archive: No |
| 139 | 2026-03-25T20:28:43.672Z | |
| 140 | 2026-03-25T20:28:43.672Z | Changed mediators: |
| 141 | 2026-03-25T20:28:43.672Z | mediator clang: |
| 142 | 2026-03-25T20:28:43.672Z | version: None -> 15 (system default) |
| 143 | 2026-03-25T20:28:43.672Z | |
| 144 | 2026-03-25T20:28:43.672Z | mediator llvm: |
| 145 | 2026-03-25T20:28:43.672Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-03-25T20:28:43.672Z | |
| 147 | 2026-03-25T20:28:43.672Z | Changed packages: |
| 148 | 2026-03-25T20:28:43.672Z | helios-dev |
| 149 | 2026-03-25T20:28:43.672Z | developer/build-essential |
| 150 | 2026-03-25T20:28:43.672Z | None -> 11-2.0 |
| 151 | 2026-03-25T20:28:43.672Z | ooce/developer/clang-15 |
| 152 | 2026-03-25T20:28:43.672Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-25T20:28:43.672Z | ooce/developer/llvm-15 |
| 154 | 2026-03-25T20:28:43.672Z | None -> 15.0.7-2.0 |
| 155 | 2026-03-25T20:28:43.672Z | |
| 156 | 2026-03-25T20:28:43.672Z | Services: |
| 157 | 2026-03-25T20:28:43.672Z | restart_fmri: |
| 158 | 2026-03-25T20:28:43.672Z | svc:/system/update-man-index:default |
| 159 | 2026-03-25T20:28:43.726Z | |
| 160 | 2026-03-25T20:28:43.726Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-03-25T20:28:48.727Z | Download: 3026/3076 items 197.1/211.3MB 93% complete (39.4M/s) |
| 162 | 2026-03-25T20:28:50.783Z | Download: Completed 211.31 MB in 7.06 seconds (29.9M/s) |
| 163 | 2026-03-25T20:28:51.609Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-03-25T20:28:54.747Z | Actions: Completed 3430 actions in 3.13 seconds. |
| 165 | 2026-03-25T20:28:55.026Z | Done (0.289s) |
| 166 | 2026-03-25T20:28:55.027Z | Done (0.000s) |
| 167 | 2026-03-25T20:28:55.707Z | Done (0.681s) |
| 168 | 2026-03-25T20:28:59.058Z | Done (3.010s) |
| 169 | 2026-03-25T20:28:59.131Z | Done (0.012s) |
| 170 | 2026-03-25T20:28:59.134Z | Done (0.000s) |
| 171 | 2026-03-25T20:28:59.462Z | Done (0.000s) |
| 172 | 2026-03-25T20:29:00.310Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-03-25T20:29:00.405Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-03-25T20:29:00.409Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-03-25T20:29:00.568Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-03-25T20:29:00.571Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-03-25T20:29:00.590Z | Mediators to change: 2 |
| 178 | 2026-03-25T20:29:00.590Z | Create boot environment: No |
| 179 | 2026-03-25T20:29:00.594Z | Create backup boot environment: No |
| 180 | 2026-03-25T20:29:00.661Z | Done |
| 181 | 2026-03-25T20:29:00.661Z | Done |
| 182 | 2026-03-25T20:29:01.244Z | Done |
| 183 | 2026-03-25T20:29:03.779Z | Done |
| 184 | 2026-03-25T20:29:03.847Z | Done |
| 185 | 2026-03-25T20:29:03.851Z | Done |
| 186 | 2026-03-25T20:29:03.997Z | Done |
| 187 | 2026-03-25T20:29:04.285Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-03-25T20:29:04.285Z | clang system 15 system |
| 189 | 2026-03-25T20:29:04.285Z | csh system system illumos |
| 190 | 2026-03-25T20:29:04.285Z | ctags system system illumos |
| 191 | 2026-03-25T20:29:04.285Z | file system system illumos |
| 192 | 2026-03-25T20:29:04.285Z | gcc vendor 12 vendor |
| 193 | 2026-03-25T20:29:04.285Z | gcc system 14 system |
| 194 | 2026-03-25T20:29:04.285Z | gcc system 10 system |
| 195 | 2026-03-25T20:29:04.285Z | go system 1.20 system |
| 196 | 2026-03-25T20:29:04.285Z | go system 1.19 system |
| 197 | 2026-03-25T20:29:04.285Z | llvm system 15 system |
| 198 | 2026-03-25T20:29:04.285Z | llvm system 14 system |
| 199 | 2026-03-25T20:29:04.285Z | mariadb system 10.6 system |
| 200 | 2026-03-25T20:29:04.285Z | mta vendor vendor dma |
| 201 | 2026-03-25T20:29:04.285Z | openjdk system 17 system |
| 202 | 2026-03-25T20:29:04.285Z | openjdk system 11 system |
| 203 | 2026-03-25T20:29:04.285Z | openjdk system 1.8 system |
| 204 | 2026-03-25T20:29:04.285Z | openssl vendor 3 vendor |
| 205 | 2026-03-25T20:29:04.286Z | perl system 5.36 system |
| 206 | 2026-03-25T20:29:04.286Z | postgresql system 15 system |
| 207 | 2026-03-25T20:29:04.286Z | postgresql system 13 system |
| 208 | 2026-03-25T20:29:04.286Z | python vendor 3 vendor |
| 209 | 2026-03-25T20:29:04.286Z | python system 2 system |
| 210 | 2026-03-25T20:29:04.286Z | python3 system 3.11 system |
| 211 | 2026-03-25T20:29:04.286Z | ruby system 3.0 system |
| 212 | 2026-03-25T20:29:04.286Z | words vendor vendor american-english |
| 213 | 2026-03-25T20:29:04.286Z | words system system australian-english |
| 214 | 2026-03-25T20:29:04.286Z | words system system british-english |
| 215 | 2026-03-25T20:29:04.286Z | words system system canadian-english |
| 216 | 2026-03-25T20:29:04.286Z | words system system french |
| 217 | 2026-03-25T20:29:04.286Z | words system system italian |
| 218 | 2026-03-25T20:29:04.286Z | words system system ngerman |
| 219 | 2026-03-25T20:29:04.286Z | words system system ogerman |
| 220 | 2026-03-25T20:29:04.286Z | words system system spanish |
| 221 | 2026-03-25T20:29:04.512Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-03-25T20:29:04.512Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-03-25T20:29:08.634Z | FMRI IFO |
| 224 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-03-25T20:29:08.634Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-03-25T20:29:09.507Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-03-25T20:29:09.510Z | |
| 233 | 2026-03-25T20:29:09.510Z | real 44.302806621 |
| 234 | 2026-03-25T20:29:09.510Z | user 32.581175279 |
| 235 | 2026-03-25T20:29:09.510Z | sys 3.602434327 |
| 236 | 2026-03-25T20:29:09.510Z | trap 0.003579391 |
| 237 | 2026-03-25T20:29:09.510Z | tflt 0.028009597 |
| 238 | 2026-03-25T20:29:09.510Z | dflt 0.037280261 |
| 239 | 2026-03-25T20:29:09.510Z | kflt 0.012969397 |
| 240 | 2026-03-25T20:29:09.510Z | lock 0.000000000 |
| 241 | 2026-03-25T20:29:09.510Z | slp 52.316870998 |
| 242 | 2026-03-25T20:29:09.510Z | lat 0.055541752 |
| 243 | 2026-03-25T20:29:09.510Z | stop 0.000207673 |
| 244 | 2026-03-25T20:29:09.510Z | + banner check |
| 245 | 2026-03-25T20:29:09.513Z | |
| 246 | 2026-03-25T20:29:09.513Z | #### # # ###### #### # # |
| 247 | 2026-03-25T20:29:09.513Z | # # # # # # # # # |
| 248 | 2026-03-25T20:29:09.513Z | # ###### ##### # #### |
| 249 | 2026-03-25T20:29:09.514Z | # # # # # # # |
| 250 | 2026-03-25T20:29:09.514Z | # # # # # # # # # |
| 251 | 2026-03-25T20:29:09.514Z | #### # # ###### #### # # |
| 252 | 2026-03-25T20:29:09.514Z | |
| 253 | 2026-03-25T20:29:09.514Z | + ptime -m cargo check --features falcon |
| 254 | 2026-03-25T20:29:09.639Z | Updating crates.io index |
| 255 | 2026-03-25T20:29:09.642Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-03-25T20:29:11.109Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-03-25T20:29:21.554Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 258 | 2026-03-25T20:29:21.664Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 259 | 2026-03-25T20:29:21.955Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 260 | 2026-03-25T20:29:22.258Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 261 | 2026-03-25T20:29:22.579Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2026-03-25T20:29:23.221Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2026-03-25T20:29:24.725Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-25T20:29:25.450Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-03-25T20:29:25.773Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-03-25T20:29:26.091Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 267 | 2026-03-25T20:29:27.965Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2026-03-25T20:29:29.836Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2026-03-25T20:29:29.836Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2026-03-25T20:29:30.291Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2026-03-25T20:29:31.203Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 272 | 2026-03-25T20:29:31.563Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 273 | 2026-03-25T20:29:32.085Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 274 | 2026-03-25T20:29:32.347Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 275 | 2026-03-25T20:29:33.982Z | Downloading crates ... |
| 276 | 2026-03-25T20:29:34.021Z | Downloaded aead v0.5.2 |
| 277 | 2026-03-25T20:29:34.029Z | Downloaded async-recursion v1.1.1 |
| 278 | 2026-03-25T20:29:34.033Z | Downloaded ascii v1.1.0 |
| 279 | 2026-03-25T20:29:34.039Z | Downloaded argon2 v0.5.3 |
| 280 | 2026-03-25T20:29:34.043Z | Downloaded byteorder v1.5.0 |
| 281 | 2026-03-25T20:29:34.043Z | Downloaded async-stream v0.3.6 |
| 282 | 2026-03-25T20:29:34.046Z | Downloaded bytecount v0.6.9 |
| 283 | 2026-03-25T20:29:34.050Z | Downloaded colored v3.0.0 |
| 284 | 2026-03-25T20:29:34.054Z | Downloaded cexpr v0.6.0 |
| 285 | 2026-03-25T20:29:34.054Z | Downloaded derive_more v0.99.20 |
| 286 | 2026-03-25T20:29:34.056Z | Downloaded erased-serde v0.3.31 |
| 287 | 2026-03-25T20:29:34.060Z | Downloaded heck v0.4.1 |
| 288 | 2026-03-25T20:29:34.063Z | Downloaded autocfg v1.3.0 |
| 289 | 2026-03-25T20:29:34.066Z | Downloaded drift v0.1.2 |
| 290 | 2026-03-25T20:29:34.069Z | Downloaded bitflags v2.9.4 |
| 291 | 2026-03-25T20:29:34.073Z | Downloaded cfg_aliases v0.1.1 |
| 292 | 2026-03-25T20:29:34.085Z | Downloaded block-buffer v0.10.4 |
| 293 | 2026-03-25T20:29:34.085Z | Downloaded atty v0.2.14 |
| 294 | 2026-03-25T20:29:34.085Z | Downloaded blake2 v0.10.6 |
| 295 | 2026-03-25T20:29:34.089Z | Downloaded indent_write v2.2.0 |
| 296 | 2026-03-25T20:29:34.089Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-03-25T20:29:34.089Z | Downloaded daft-derive v0.1.5 |
| 298 | 2026-03-25T20:29:34.089Z | Downloaded base64ct v1.6.0 |
| 299 | 2026-03-25T20:29:34.094Z | Downloaded fatfs v0.3.6 |
| 300 | 2026-03-25T20:29:34.097Z | Downloaded foldhash v0.1.5 |
| 301 | 2026-03-25T20:29:34.097Z | Downloaded dtrace-parser v0.3.0 |
| 302 | 2026-03-25T20:29:34.097Z | Downloaded escargot v0.5.10 |
| 303 | 2026-03-25T20:29:34.101Z | Downloaded displaydoc v0.2.5 |
| 304 | 2026-03-25T20:29:34.104Z | Downloaded derive_builder_macro v0.20.2 |
| 305 | 2026-03-25T20:29:34.104Z | Downloaded darling v0.20.11 |
| 306 | 2026-03-25T20:29:34.108Z | Downloaded glob v0.3.3 |
| 307 | 2026-03-25T20:29:34.112Z | Downloaded errno v0.3.14 |
| 308 | 2026-03-25T20:29:34.116Z | Downloaded futures-io v0.3.31 |
| 309 | 2026-03-25T20:29:34.116Z | Downloaded foreign-types-shared v0.1.1 |
| 310 | 2026-03-25T20:29:34.116Z | Downloaded ctrlc v3.4.4 |
| 311 | 2026-03-25T20:29:34.120Z | Downloaded derive-where v1.6.0 |
| 312 | 2026-03-25T20:29:34.126Z | Downloaded foreign-types-macros v0.2.3 |
| 313 | 2026-03-25T20:29:34.129Z | Downloaded futures-executor v0.3.31 |
| 314 | 2026-03-25T20:29:34.129Z | Downloaded darling_macro v0.21.3 |
| 315 | 2026-03-25T20:29:34.129Z | Downloaded anstyle-query v1.0.3 |
| 316 | 2026-03-25T20:29:34.129Z | Downloaded futures-sink v0.3.31 |
| 317 | 2026-03-25T20:29:34.133Z | Downloaded cfg_aliases v0.2.1 |
| 318 | 2026-03-25T20:29:34.136Z | Downloaded foreign-types v0.3.2 |
| 319 | 2026-03-25T20:29:34.136Z | Downloaded hostname v0.3.1 |
| 320 | 2026-03-25T20:29:34.136Z | Downloaded cmake v0.1.54 |
| 321 | 2026-03-25T20:29:34.139Z | Downloaded hex v0.4.3 |
| 322 | 2026-03-25T20:29:34.142Z | Downloaded git-stub v1.0.0 |
| 323 | 2026-03-25T20:29:34.142Z | Downloaded gethostname v0.5.0 |
| 324 | 2026-03-25T20:29:34.145Z | Downloaded defmt-macros v0.3.9 |
| 325 | 2026-03-25T20:29:34.151Z | Downloaded dyn-clone v1.0.17 |
| 326 | 2026-03-25T20:29:34.151Z | Downloaded bincode v1.3.3 |
| 327 | 2026-03-25T20:29:34.155Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 328 | 2026-03-25T20:29:34.155Z | Downloaded cstr-argument v0.1.2 |
| 329 | 2026-03-25T20:29:34.155Z | Downloaded debug-ignore v1.0.5 |
| 330 | 2026-03-25T20:29:34.158Z | Downloaded hubpack_derive v0.1.1 |
| 331 | 2026-03-25T20:29:34.158Z | Downloaded home v0.5.11 |
| 332 | 2026-03-25T20:29:34.162Z | Downloaded heck v0.5.0 |
| 333 | 2026-03-25T20:29:34.162Z | Downloaded futures-macro v0.3.31 |
| 334 | 2026-03-25T20:29:34.166Z | Downloaded futures-core v0.3.32 |
| 335 | 2026-03-25T20:29:34.166Z | Downloaded http-body v1.0.1 |
| 336 | 2026-03-25T20:29:34.175Z | Downloaded crucible-workspace-hack v0.1.0 |
| 337 | 2026-03-25T20:29:34.175Z | Downloaded equivalent v1.0.2 |
| 338 | 2026-03-25T20:29:34.176Z | Downloaded cobs v0.2.3 |
| 339 | 2026-03-25T20:29:34.178Z | Downloaded async-trait v0.1.89 |
| 340 | 2026-03-25T20:29:34.178Z | Downloaded enum-as-inner v0.6.0 |
| 341 | 2026-03-25T20:29:34.179Z | Downloaded dtrace-parser v0.2.0 |
| 342 | 2026-03-25T20:29:34.179Z | Downloaded cpufeatures v0.2.12 |
| 343 | 2026-03-25T20:29:34.182Z | Downloaded embedded-io v0.6.1 |
| 344 | 2026-03-25T20:29:34.182Z | Downloaded futures-task v0.3.31 |
| 345 | 2026-03-25T20:29:34.182Z | Downloaded fnv v1.0.7 |
| 346 | 2026-03-25T20:29:34.186Z | Downloaded fastrand v2.3.0 |
| 347 | 2026-03-25T20:29:34.190Z | Downloaded hubpack v0.1.2 |
| 348 | 2026-03-25T20:29:34.190Z | Downloaded clap_lex v0.7.0 |
| 349 | 2026-03-25T20:29:34.190Z | Downloaded form_urlencoded v1.2.2 |
| 350 | 2026-03-25T20:29:34.193Z | Downloaded foldhash v0.2.0 |
| 351 | 2026-03-25T20:29:34.193Z | Downloaded erased-serde v0.4.5 |
| 352 | 2026-03-25T20:29:34.200Z | Downloaded getrandom v0.3.2 |
| 353 | 2026-03-25T20:29:34.206Z | Downloaded defmt-parser v0.3.4 |
| 354 | 2026-03-25T20:29:34.206Z | Downloaded httpdate v1.0.3 |
| 355 | 2026-03-25T20:29:34.206Z | Downloaded foreign-types v0.5.0 |
| 356 | 2026-03-25T20:29:34.206Z | Downloaded float-ord v0.3.2 |
| 357 | 2026-03-25T20:29:34.209Z | Downloaded anstyle v1.0.7 |
| 358 | 2026-03-25T20:29:34.209Z | Downloaded dof v0.4.0 |
| 359 | 2026-03-25T20:29:34.209Z | Downloaded csv-core v0.1.12 |
| 360 | 2026-03-25T20:29:34.209Z | Downloaded bit-vec v0.6.3 |
| 361 | 2026-03-25T20:29:34.212Z | Downloaded ident_case v1.0.1 |
| 362 | 2026-03-25T20:29:34.212Z | Downloaded icu_provider_macros v1.5.0 |
| 363 | 2026-03-25T20:29:34.216Z | Downloaded is_terminal_polyfill v1.70.0 |
| 364 | 2026-03-25T20:29:34.216Z | Downloaded idna_adapter v1.2.0 |
| 365 | 2026-03-25T20:29:34.220Z | Downloaded instant v0.1.12 |
| 366 | 2026-03-25T20:29:34.220Z | Downloaded lazy_static v1.5.0 |
| 367 | 2026-03-25T20:29:34.220Z | Downloaded itoa v1.0.11 |
| 368 | 2026-03-25T20:29:34.223Z | Downloaded derive-ex v0.1.8 |
| 369 | 2026-03-25T20:29:34.231Z | Downloaded lazycell v1.3.0 |
| 370 | 2026-03-25T20:29:34.232Z | Downloaded ctr v0.9.2 |
| 371 | 2026-03-25T20:29:34.235Z | Downloaded lru-slab v0.1.2 |
| 372 | 2026-03-25T20:29:34.235Z | Downloaded darling_core v0.20.11 |
| 373 | 2026-03-25T20:29:34.235Z | Downloaded hostname v0.4.2 |
| 374 | 2026-03-25T20:29:34.242Z | Downloaded git-stub-vcs v0.1.0 |
| 375 | 2026-03-25T20:29:34.242Z | Downloaded http-body-util v0.1.3 |
| 376 | 2026-03-25T20:29:34.245Z | Downloaded bcs v0.1.6 |
| 377 | 2026-03-25T20:29:34.245Z | Downloaded data-encoding v2.6.0 |
| 378 | 2026-03-25T20:29:34.245Z | Downloaded crossbeam-deque v0.8.5 |
| 379 | 2026-03-25T20:29:34.245Z | Downloaded fs-err v3.1.2 |
| 380 | 2026-03-25T20:29:34.248Z | Downloaded anstream v0.6.14 |
| 381 | 2026-03-25T20:29:34.248Z | Downloaded highway v1.3.0 |
| 382 | 2026-03-25T20:29:34.251Z | Downloaded hash32 v0.3.1 |
| 383 | 2026-03-25T20:29:34.254Z | Downloaded humantime v2.3.0 |
| 384 | 2026-03-25T20:29:34.255Z | Downloaded camino-tempfile v1.4.1 |
| 385 | 2026-03-25T20:29:34.258Z | Downloaded lru-cache v0.1.2 |
| 386 | 2026-03-25T20:29:34.258Z | Downloaded either v1.15.0 |
| 387 | 2026-03-25T20:29:34.261Z | Downloaded cargo_metadata v0.23.1 |
| 388 | 2026-03-25T20:29:34.264Z | Downloaded num-conv v0.2.0 |
| 389 | 2026-03-25T20:29:34.264Z | Downloaded match_cfg v0.1.0 |
| 390 | 2026-03-25T20:29:34.265Z | Downloaded num v0.4.3 |
| 391 | 2026-03-25T20:29:34.268Z | Downloaded memmap v0.7.0 |
| 392 | 2026-03-25T20:29:34.268Z | Downloaded linked-hash-map v0.5.6 |
| 393 | 2026-03-25T20:29:34.271Z | Downloaded newtype_derive v0.1.6 |
| 394 | 2026-03-25T20:29:34.271Z | Downloaded num-iter v0.1.45 |
| 395 | 2026-03-25T20:29:34.278Z | Downloaded macaddr v1.0.1 |
| 396 | 2026-03-25T20:29:34.278Z | Downloaded cargo_metadata v0.18.1 |
| 397 | 2026-03-25T20:29:34.278Z | Downloaded newline-converter v0.3.0 |
| 398 | 2026-03-25T20:29:34.282Z | Downloaded omicron-workspace-hack v0.1.0 |
| 399 | 2026-03-25T20:29:34.282Z | Downloaded openssl-probe v0.1.5 |
| 400 | 2026-03-25T20:29:34.282Z | Downloaded newtype-uuid-macros v0.1.0 |
| 401 | 2026-03-25T20:29:34.282Z | Downloaded opaque-debug v0.3.1 |
| 402 | 2026-03-25T20:29:34.286Z | Downloaded globset v0.4.14 |
| 403 | 2026-03-25T20:29:34.286Z | Downloaded ingot v0.1.1 |
| 404 | 2026-03-25T20:29:34.290Z | Downloaded fixedbitset v0.5.7 |
| 405 | 2026-03-25T20:29:34.290Z | Downloaded icu_locid_transform v1.5.0 |
| 406 | 2026-03-25T20:29:34.295Z | Downloaded mime v0.3.17 |
| 407 | 2026-03-25T20:29:34.295Z | Downloaded hyper-tls v0.6.0 |
| 408 | 2026-03-25T20:29:34.304Z | Downloaded olpc-cjson v0.1.4 |
| 409 | 2026-03-25T20:29:34.304Z | Downloaded fs_extra v1.3.0 |
| 410 | 2026-03-25T20:29:34.304Z | Downloaded num-derive v0.4.2 |
| 411 | 2026-03-25T20:29:34.304Z | Downloaded libsw v3.5.0 |
| 412 | 2026-03-25T20:29:34.304Z | Downloaded ingot-types v0.1.2 |
| 413 | 2026-03-25T20:29:34.304Z | Downloaded num_threads v0.1.7 |
| 414 | 2026-03-25T20:29:34.304Z | Downloaded libloading v0.7.4 |
| 415 | 2026-03-25T20:29:34.312Z | Downloaded openssl-macros v0.1.1 |
| 416 | 2026-03-25T20:29:34.312Z | Downloaded camino v1.2.2 |
| 417 | 2026-03-25T20:29:34.316Z | Downloaded num_enum_derive v0.5.11 |
| 418 | 2026-03-25T20:29:34.316Z | Downloaded hyper-rustls v0.27.3 |
| 419 | 2026-03-25T20:29:34.316Z | Downloaded lock_api v0.4.12 |
| 420 | 2026-03-25T20:29:34.316Z | Downloaded cancel-safe-futures v0.1.5 |
| 421 | 2026-03-25T20:29:34.321Z | Downloaded cookie v0.18.1 |
| 422 | 2026-03-25T20:29:34.321Z | Downloaded httparse v1.10.1 |
| 423 | 2026-03-25T20:29:34.325Z | Downloaded deranged v0.5.3 |
| 424 | 2026-03-25T20:29:34.325Z | Downloaded daft v0.1.5 |
| 425 | 2026-03-25T20:29:34.325Z | Downloaded kstat-rs v0.2.4 |
| 426 | 2026-03-25T20:29:34.329Z | Downloaded icu_locid_transform_data v1.5.0 |
| 427 | 2026-03-25T20:29:34.329Z | Downloaded parse-display v0.10.0 |
| 428 | 2026-03-25T20:29:34.340Z | Downloaded iana-time-zone v0.1.64 |
| 429 | 2026-03-25T20:29:34.341Z | Downloaded openssl-probe v0.2.1 |
| 430 | 2026-03-25T20:29:34.344Z | Downloaded libloading v0.8.9 |
| 431 | 2026-03-25T20:29:34.344Z | Downloaded clap v4.5.4 |
| 432 | 2026-03-25T20:29:34.344Z | Downloaded phf_shared v0.12.1 |
| 433 | 2026-03-25T20:29:34.344Z | Downloaded managed v0.8.0 |
| 434 | 2026-03-25T20:29:34.344Z | Downloaded plain v0.2.3 |
| 435 | 2026-03-25T20:29:34.349Z | Downloaded pin-utils v0.1.0 |
| 436 | 2026-03-25T20:29:34.349Z | Downloaded native-tls v0.2.11 |
| 437 | 2026-03-25T20:29:34.349Z | Downloaded multer v3.1.0 |
| 438 | 2026-03-25T20:29:34.360Z | Downloaded num-complex v0.4.6 |
| 439 | 2026-03-25T20:29:34.360Z | Downloaded num_enum v0.7.4 |
| 440 | 2026-03-25T20:29:34.366Z | Downloaded pretty-hex v0.2.1 |
| 441 | 2026-03-25T20:29:34.366Z | Downloaded powerfmt v0.2.0 |
| 442 | 2026-03-25T20:29:34.366Z | Downloaded num-rational v0.4.2 |
| 443 | 2026-03-25T20:29:34.366Z | Downloaded num-integer v0.1.46 |
| 444 | 2026-03-25T20:29:34.366Z | Downloaded progenitor-macro v0.11.1 |
| 445 | 2026-03-25T20:29:34.366Z | Downloaded newtype-uuid v1.3.1 |
| 446 | 2026-03-25T20:29:34.366Z | Downloaded litemap v0.7.4 |
| 447 | 2026-03-25T20:29:34.372Z | Downloaded libsw-core v0.3.2 |
| 448 | 2026-03-25T20:29:34.372Z | Downloaded linear-map v1.2.0 |
| 449 | 2026-03-25T20:29:34.373Z | Downloaded futures-channel v0.3.31 |
| 450 | 2026-03-25T20:29:34.376Z | Downloaded console v0.15.8 |
| 451 | 2026-03-25T20:29:34.376Z | Downloaded num_enum_derive v0.7.4 |
| 452 | 2026-03-25T20:29:34.376Z | Downloaded ingot-macros v0.1.1 |
| 453 | 2026-03-25T20:29:34.376Z | Downloaded digest v0.10.7 |
| 454 | 2026-03-25T20:29:34.386Z | Downloaded proc-macro-error-attr v1.0.4 |
| 455 | 2026-03-25T20:29:34.386Z | Downloaded derive_builder v0.20.2 |
| 456 | 2026-03-25T20:29:34.393Z | Downloaded progenitor-client v0.10.0 |
| 457 | 2026-03-25T20:29:34.393Z | Downloaded proc-macro-crate v1.3.1 |
| 458 | 2026-03-25T20:29:34.393Z | Downloaded pretty-hex v0.4.1 |
| 459 | 2026-03-25T20:29:34.393Z | Downloaded num_enum v0.5.11 |
| 460 | 2026-03-25T20:29:34.393Z | Downloaded quick-error v1.2.3 |
| 461 | 2026-03-25T20:29:34.398Z | Downloaded crossbeam-utils v0.8.19 |
| 462 | 2026-03-25T20:29:34.398Z | Downloaded cipher v0.4.4 |
| 463 | 2026-03-25T20:29:34.399Z | Downloaded clang-sys v1.8.1 |
| 464 | 2026-03-25T20:29:34.403Z | Downloaded ipnetwork v0.21.1 |
| 465 | 2026-03-25T20:29:34.403Z | Downloaded icu_normalizer v1.5.0 |
| 466 | 2026-03-25T20:29:34.403Z | Downloaded jobserver v0.1.31 |
| 467 | 2026-03-25T20:29:34.407Z | Downloaded paste v1.0.15 |
| 468 | 2026-03-25T20:29:34.407Z | Downloaded http v1.4.0 |
| 469 | 2026-03-25T20:29:34.412Z | Downloaded progenitor-macro v0.10.0 |
| 470 | 2026-03-25T20:29:34.412Z | Downloaded parse-display-derive v0.10.0 |
| 471 | 2026-03-25T20:29:34.412Z | Downloaded oxnet v0.1.3 |
| 472 | 2026-03-25T20:29:34.422Z | Downloaded radium v0.7.0 |
| 473 | 2026-03-25T20:29:34.422Z | Downloaded oxide-tokio-rt v0.1.2 |
| 474 | 2026-03-25T20:29:34.422Z | Downloaded rand_xorshift v0.3.0 |
| 475 | 2026-03-25T20:29:34.425Z | Downloaded const_format v0.2.35 |
| 476 | 2026-03-25T20:29:34.425Z | Downloaded base64 v0.22.1 |
| 477 | 2026-03-25T20:29:34.425Z | Downloaded ref-cast-impl v1.0.25 |
| 478 | 2026-03-25T20:29:34.425Z | Downloaded passt v0.3.0 |
| 479 | 2026-03-25T20:29:34.425Z | Downloaded pest_generator v2.8.4 |
| 480 | 2026-03-25T20:29:34.429Z | Downloaded ref-cast v1.0.25 |
| 481 | 2026-03-25T20:29:34.429Z | Downloaded rand_chacha v0.3.1 |
| 482 | 2026-03-25T20:29:34.431Z | Downloaded phf v0.12.1 |
| 483 | 2026-03-25T20:29:34.431Z | Downloaded progenitor v0.11.1 |
| 484 | 2026-03-25T20:29:34.435Z | Downloaded icu_normalizer_data v1.5.0 |
| 485 | 2026-03-25T20:29:34.435Z | Downloaded polyval v0.6.2 |
| 486 | 2026-03-25T20:29:34.441Z | Downloaded pin-project-internal v1.1.10 |
| 487 | 2026-03-25T20:29:34.441Z | Downloaded rustc_version v0.1.7 |
| 488 | 2026-03-25T20:29:34.441Z | Downloaded pkg-config v0.3.30 |
| 489 | 2026-03-25T20:29:34.441Z | Downloaded rustc-hash v1.1.0 |
| 490 | 2026-03-25T20:29:34.445Z | Downloaded icu_provider v1.5.0 |
| 491 | 2026-03-25T20:29:34.445Z | Downloaded progenitor-macro v0.13.0 |
| 492 | 2026-03-25T20:29:34.445Z | Downloaded percent-encoding v2.3.2 |
| 493 | 2026-03-25T20:29:34.450Z | Downloaded pem v3.0.5 |
| 494 | 2026-03-25T20:29:34.450Z | Downloaded password-hash v0.5.0 |
| 495 | 2026-03-25T20:29:34.453Z | Downloaded bytes v1.11.1 |
| 496 | 2026-03-25T20:29:34.453Z | Downloaded progenitor-client v0.13.0 |
| 497 | 2026-03-25T20:29:34.453Z | Downloaded ppv-lite86 v0.2.17 |
| 498 | 2026-03-25T20:29:34.457Z | Downloaded futures v0.3.31 |
| 499 | 2026-03-25T20:29:34.460Z | Downloaded rustc-hash v2.1.1 |
| 500 | 2026-03-25T20:29:34.460Z | Downloaded pin-project-lite v0.2.14 |
| 501 | 2026-03-25T20:29:34.462Z | Downloaded rustc_version v0.4.1 |
| 502 | 2026-03-25T20:29:34.464Z | Downloaded allocator-api2 v0.2.21 |
| 503 | 2026-03-25T20:29:34.467Z | Downloaded progenitor v0.13.0 |
| 504 | 2026-03-25T20:29:34.467Z | Downloaded darling v0.21.3 |
| 505 | 2026-03-25T20:29:34.471Z | Downloaded progenitor-client v0.11.1 |
| 506 | 2026-03-25T20:29:34.475Z | Downloaded quinn-udp v0.5.5 |
| 507 | 2026-03-25T20:29:34.475Z | Downloaded darling_core v0.21.3 |
| 508 | 2026-03-25T20:29:34.482Z | Downloaded scopeguard v1.2.0 |
| 509 | 2026-03-25T20:29:34.483Z | Downloaded cc v1.2.17 |
| 510 | 2026-03-25T20:29:34.491Z | Downloaded getrandom v0.2.14 |
| 511 | 2026-03-25T20:29:34.492Z | Downloaded same-file v1.0.6 |
| 512 | 2026-03-25T20:29:34.492Z | Downloaded progenitor v0.10.0 |
| 513 | 2026-03-25T20:29:34.492Z | Downloaded icu_locid v1.5.0 |
| 514 | 2026-03-25T20:29:34.495Z | Downloaded heapless v0.8.0 |
| 515 | 2026-03-25T20:29:34.495Z | Downloaded crossbeam-epoch v0.9.18 |
| 516 | 2026-03-25T20:29:34.495Z | Downloaded memmap2 v0.9.9 |
| 517 | 2026-03-25T20:29:34.495Z | Downloaded semver v0.1.20 |
| 518 | 2026-03-25T20:29:34.495Z | Downloaded scroll_derive v0.13.1 |
| 519 | 2026-03-25T20:29:34.499Z | Downloaded secrecy v0.10.3 |
| 520 | 2026-03-25T20:29:34.499Z | Downloaded serde-big-array v0.5.1 |
| 521 | 2026-03-25T20:29:34.499Z | Downloaded rand_core v0.9.3 |
| 522 | 2026-03-25T20:29:34.502Z | Downloaded rand_core v0.6.4 |
| 523 | 2026-03-25T20:29:34.502Z | Downloaded rand_chacha v0.9.0 |
| 524 | 2026-03-25T20:29:34.504Z | Downloaded serde_repr v0.1.19 |
| 525 | 2026-03-25T20:29:34.504Z | Downloaded serde_plain v1.0.2 |
| 526 | 2026-03-25T20:29:34.508Z | Downloaded serde_spanned v0.6.9 |
| 527 | 2026-03-25T20:29:34.508Z | Downloaded serde_arrays v0.1.0 |
| 528 | 2026-03-25T20:29:34.512Z | Downloaded log v0.4.29 |
| 529 | 2026-03-25T20:29:34.512Z | Downloaded pest_derive v2.8.4 |
| 530 | 2026-03-25T20:29:34.521Z | Downloaded parking_lot_core v0.9.10 |
| 531 | 2026-03-25T20:29:34.521Z | Downloaded pest_meta v2.8.4 |
| 532 | 2026-03-25T20:29:34.522Z | Downloaded once_cell v1.21.3 |
| 533 | 2026-03-25T20:29:34.525Z | Downloaded serde_urlencoded v0.7.1 |
| 534 | 2026-03-25T20:29:34.525Z | Downloaded proc-macro-error v1.0.4 |
| 535 | 2026-03-25T20:29:34.525Z | Downloaded scroll_derive v0.12.0 |
| 536 | 2026-03-25T20:29:34.525Z | Downloaded rustls-pemfile v1.0.4 |
| 537 | 2026-03-25T20:29:34.525Z | Downloaded resolv-conf v0.7.0 |
| 538 | 2026-03-25T20:29:34.528Z | Downloaded serde_spanned v1.0.4 |
| 539 | 2026-03-25T20:29:34.528Z | Downloaded icu_properties v1.5.1 |
| 540 | 2026-03-25T20:29:34.531Z | Downloaded ipnet v2.9.0 |
| 541 | 2026-03-25T20:29:34.531Z | Downloaded critical-section v1.2.0 |
| 542 | 2026-03-25T20:29:34.531Z | Downloaded rustls-native-certs v0.8.3 |
| 543 | 2026-03-25T20:29:34.564Z | Downloaded postcard v1.0.9 |
| 544 | 2026-03-25T20:29:34.568Z | Downloaded ringbuffer v0.16.0 |
| 545 | 2026-03-25T20:29:34.568Z | Downloaded num-traits v0.2.19 |
| 546 | 2026-03-25T20:29:34.568Z | Downloaded clap_derive v4.5.4 |
| 547 | 2026-03-25T20:29:34.568Z | Downloaded defmt v0.3.8 |
| 548 | 2026-03-25T20:29:34.568Z | Downloaded crossbeam-channel v0.5.15 |
| 549 | 2026-03-25T20:29:34.568Z | Downloaded sigpipe v0.1.3 |
| 550 | 2026-03-25T20:29:34.568Z | Downloaded base64 v0.21.7 |
| 551 | 2026-03-25T20:29:34.568Z | Downloaded owo-colors v4.2.3 |
| 552 | 2026-03-25T20:29:34.568Z | Downloaded is_ci v1.2.0 |
| 553 | 2026-03-25T20:29:34.568Z | Downloaded is-terminal v0.4.12 |
| 554 | 2026-03-25T20:29:34.568Z | Downloaded jiff-static v0.2.15 |
| 555 | 2026-03-25T20:29:34.568Z | Downloaded inout v0.1.3 |
| 556 | 2026-03-25T20:29:34.568Z | Downloaded smawk v0.3.2 |
| 557 | 2026-03-25T20:29:34.568Z | Downloaded rustls-pemfile v2.2.0 |
| 558 | 2026-03-25T20:29:34.568Z | Downloaded siphasher v1.0.1 |
| 559 | 2026-03-25T20:29:34.568Z | Downloaded funty v2.0.0 |
| 560 | 2026-03-25T20:29:34.568Z | Downloaded dunce v1.0.5 |
| 561 | 2026-03-25T20:29:34.568Z | Downloaded const_format_proc_macros v0.2.34 |
| 562 | 2026-03-25T20:29:34.568Z | Downloaded backoff v0.4.0 |
| 563 | 2026-03-25T20:29:34.568Z | Downloaded schemars_derive v0.8.22 |
| 564 | 2026-03-25T20:29:34.568Z | Downloaded rustversion v1.0.22 |
| 565 | 2026-03-25T20:29:34.572Z | Downloaded aes-gcm-siv v0.11.1 |
| 566 | 2026-03-25T20:29:34.572Z | Downloaded hickory-resolver v0.24.4 |
| 567 | 2026-03-25T20:29:34.595Z | Downloaded darling_macro v0.20.11 |
| 568 | 2026-03-25T20:29:34.595Z | Downloaded rusty-fork v0.3.0 |
| 569 | 2026-03-25T20:29:34.595Z | Downloaded scroll v0.12.0 |
| 570 | 2026-03-25T20:29:34.604Z | Downloaded papergrid v0.11.0 |
| 571 | 2026-03-25T20:29:34.604Z | Downloaded stable_deref_trait v1.2.0 |
| 572 | 2026-03-25T20:29:34.604Z | Downloaded quote v1.0.44 |
| 573 | 2026-03-25T20:29:34.604Z | Downloaded cargo-platform v0.1.8 |
| 574 | 2026-03-25T20:29:34.604Z | Downloaded structmeta-derive v0.3.0 |
| 575 | 2026-03-25T20:29:34.604Z | Downloaded bitstruct_derive v0.1.0 |
| 576 | 2026-03-25T20:29:34.604Z | Downloaded fixedbitset v0.4.2 |
| 577 | 2026-03-25T20:29:34.605Z | Downloaded semver v1.0.27 |
| 578 | 2026-03-25T20:29:34.605Z | Downloaded serde_derive_internals v0.29.1 |
| 579 | 2026-03-25T20:29:34.605Z | Downloaded strum v0.27.2 |
| 580 | 2026-03-25T20:29:34.605Z | Downloaded parking_lot v0.12.2 |
| 581 | 2026-03-25T20:29:34.605Z | Downloaded clap_builder v4.5.2 |
| 582 | 2026-03-25T20:29:34.605Z | Downloaded swrite v0.1.0 |
| 583 | 2026-03-25T20:29:34.605Z | Downloaded structmeta v0.3.0 |
| 584 | 2026-03-25T20:29:34.605Z | Downloaded strsim v0.11.1 |
| 585 | 2026-03-25T20:29:34.605Z | Downloaded sct v0.7.1 |
| 586 | 2026-03-25T20:29:34.605Z | Downloaded serde_tokenstream v0.2.3 |
| 587 | 2026-03-25T20:29:34.609Z | Downloaded subtle v2.5.0 |
| 588 | 2026-03-25T20:29:34.609Z | Downloaded supports-color v3.0.2 |
| 589 | 2026-03-25T20:29:34.609Z | Downloaded supports-color v2.1.0 |
| 590 | 2026-03-25T20:29:34.609Z | Downloaded strum v0.26.3 |
| 591 | 2026-03-25T20:29:34.609Z | Downloaded pin-project v1.1.10 |
| 592 | 2026-03-25T20:29:34.614Z | Downloaded termtree v0.5.1 |
| 593 | 2026-03-25T20:29:34.617Z | Downloaded terminal_size v0.4.3 |
| 594 | 2026-03-25T20:29:34.618Z | Downloaded sync_wrapper v1.0.1 |
| 595 | 2026-03-25T20:29:34.633Z | Downloaded scroll v0.13.0 |
| 596 | 2026-03-25T20:29:34.633Z | Downloaded dof v0.3.0 |
| 597 | 2026-03-25T20:29:34.633Z | Downloaded convert_case v0.4.0 |
| 598 | 2026-03-25T20:29:34.633Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-03-25T20:29:34.633Z | Downloaded proc-macro2 v1.0.106 |
| 600 | 2026-03-25T20:29:34.633Z | Downloaded icu_collections v1.5.0 |
| 601 | 2026-03-25T20:29:34.633Z | Downloaded sha1 v0.10.6 |
| 602 | 2026-03-25T20:29:34.633Z | Downloaded signal-hook-registry v1.4.2 |
| 603 | 2026-03-25T20:29:34.633Z | Downloaded shlex v1.3.0 |
| 604 | 2026-03-25T20:29:34.633Z | Downloaded sha2 v0.10.9 |
| 605 | 2026-03-25T20:29:34.633Z | Downloaded tap v1.0.1 |
| 606 | 2026-03-25T20:29:34.641Z | Downloaded openssl-sys v0.9.107 |
| 607 | 2026-03-25T20:29:34.641Z | Downloaded take_mut v0.2.2 |
| 608 | 2026-03-25T20:29:34.641Z | Downloaded tabled_derive v0.7.0 |
| 609 | 2026-03-25T20:29:34.641Z | Downloaded anstyle-parse v0.2.4 |
| 610 | 2026-03-25T20:29:34.641Z | Downloaded bit_field v0.10.2 |
| 611 | 2026-03-25T20:29:34.648Z | Downloaded bitstruct v0.1.1 |
| 612 | 2026-03-25T20:29:34.648Z | Downloaded smf v0.2.3 |
| 613 | 2026-03-25T20:29:34.648Z | Downloaded slog-bunyan v2.5.0 |
| 614 | 2026-03-25T20:29:34.648Z | Downloaded thiserror-impl v1.0.64 |
| 615 | 2026-03-25T20:29:34.648Z | Downloaded filetime v0.2.23 |
| 616 | 2026-03-25T20:29:34.648Z | Downloaded tagptr v0.2.0 |
| 617 | 2026-03-25T20:29:34.648Z | Downloaded dropshot-api-manager v0.5.2 |
| 618 | 2026-03-25T20:29:34.655Z | Downloaded tabwriter v1.4.0 |
| 619 | 2026-03-25T20:29:34.655Z | Downloaded crypto-common v0.1.6 |
| 620 | 2026-03-25T20:29:34.686Z | Downloaded colorchoice v1.0.1 |
| 621 | 2026-03-25T20:29:34.686Z | Downloaded cfg-if v1.0.0 |
| 622 | 2026-03-25T20:29:34.686Z | Downloaded terminal_size v0.3.0 |
| 623 | 2026-03-25T20:29:34.686Z | Downloaded slog-async v2.8.0 |
| 624 | 2026-03-25T20:29:34.686Z | Downloaded bit-set v0.5.3 |
| 625 | 2026-03-25T20:29:34.686Z | Downloaded dropshot_endpoint v0.16.7 |
| 626 | 2026-03-25T20:29:34.686Z | Downloaded ryu v1.0.18 |
| 627 | 2026-03-25T20:29:34.686Z | Downloaded progenitor-impl v0.10.0 |
| 628 | 2026-03-25T20:29:34.686Z | Downloaded expectorate v1.2.0 |
| 629 | 2026-03-25T20:29:34.686Z | Downloaded slab v0.4.9 |
| 630 | 2026-03-25T20:29:34.686Z | Downloaded anyhow v1.0.100 |
| 631 | 2026-03-25T20:29:34.686Z | Downloaded time-core v0.1.8 |
| 632 | 2026-03-25T20:29:34.686Z | Downloaded thread_local v1.1.8 |
| 633 | 2026-03-25T20:29:34.686Z | Downloaded thread-id v5.0.0 |
| 634 | 2026-03-25T20:29:34.686Z | Downloaded thread-id v4.2.1 |
| 635 | 2026-03-25T20:29:34.691Z | Downloaded foreign-types-shared v0.3.1 |
| 636 | 2026-03-25T20:29:34.691Z | Downloaded derive_builder_core v0.20.2 |
| 637 | 2026-03-25T20:29:34.691Z | Downloaded hyper v1.8.1 |
| 638 | 2026-03-25T20:29:34.691Z | Downloaded tinyvec_macros v0.1.1 |
| 639 | 2026-03-25T20:29:34.691Z | Downloaded static_assertions v1.1.0 |
| 640 | 2026-03-25T20:29:34.691Z | Downloaded memchr v2.7.2 |
| 641 | 2026-03-25T20:29:34.692Z | Downloaded slog-term v2.9.2 |
| 642 | 2026-03-25T20:29:34.692Z | Downloaded slog-json v2.6.1 |
| 643 | 2026-03-25T20:29:34.692Z | Downloaded snafu-derive v0.8.9 |
| 644 | 2026-03-25T20:29:34.692Z | Downloaded embedded-io v0.4.0 |
| 645 | 2026-03-25T20:29:34.692Z | Downloaded progenitor-impl v0.11.1 |
| 646 | 2026-03-25T20:29:34.692Z | Downloaded strum_macros v0.27.2 |
| 647 | 2026-03-25T20:29:34.715Z | Downloaded toml_datetime v0.6.11 |
| 648 | 2026-03-25T20:29:34.715Z | Downloaded strum_macros v0.26.4 |
| 649 | 2026-03-25T20:29:34.715Z | Downloaded async-stream-impl v0.3.6 |
| 650 | 2026-03-25T20:29:34.715Z | Downloaded atomicwrites v0.4.4 |
| 651 | 2026-03-25T20:29:34.721Z | Downloaded serde_path_to_error v0.1.20 |
| 652 | 2026-03-25T20:29:34.721Z | Downloaded cargo-platform v0.3.2 |
| 653 | 2026-03-25T20:29:34.722Z | Downloaded ron v0.8.1 |
| 654 | 2026-03-25T20:29:34.722Z | Downloaded indexmap v2.13.0 |
| 655 | 2026-03-25T20:29:34.722Z | Downloaded atomic-waker v1.1.2 |
| 656 | 2026-03-25T20:29:34.722Z | Downloaded minimal-lexical v0.2.1 |
| 657 | 2026-03-25T20:29:34.722Z | Downloaded serde_with_macros v3.15.0 |
| 658 | 2026-03-25T20:29:34.722Z | Downloaded prettyplease v0.2.37 |
| 659 | 2026-03-25T20:29:34.722Z | Downloaded toml_write v0.1.2 |
| 660 | 2026-03-25T20:29:34.722Z | Downloaded thiserror v2.0.18 |
| 661 | 2026-03-25T20:29:34.722Z | Downloaded hickory-resolver v0.25.2 |
| 662 | 2026-03-25T20:29:34.728Z | Downloaded libm v0.2.8 |
| 663 | 2026-03-25T20:29:34.737Z | Downloaded try-lock v0.2.5 |
| 664 | 2026-03-25T20:29:34.746Z | Downloaded tower-layer v0.3.3 |
| 665 | 2026-03-25T20:29:34.746Z | Downloaded slog-dtrace v0.3.0 |
| 666 | 2026-03-25T20:29:34.746Z | Downloaded progenitor-impl v0.13.0 |
| 667 | 2026-03-25T20:29:34.769Z | Downloaded rustls-pki-types v1.12.0 |
| 668 | 2026-03-25T20:29:34.769Z | Downloaded tinystr v0.7.6 |
| 669 | 2026-03-25T20:29:34.769Z | Downloaded tokio-native-tls v0.3.1 |
| 670 | 2026-03-25T20:29:34.769Z | Downloaded smallvec v1.13.2 |
| 671 | 2026-03-25T20:29:34.769Z | Downloaded time-macros v0.2.27 |
| 672 | 2026-03-25T20:29:34.773Z | Downloaded thiserror-impl v2.0.18 |
| 673 | 2026-03-25T20:29:34.773Z | Downloaded unarray v0.1.4 |
| 674 | 2026-03-25T20:29:34.773Z | Downloaded typeid v1.0.0 |
| 675 | 2026-03-25T20:29:34.773Z | Downloaded schemars v0.8.22 |
| 676 | 2026-03-25T20:29:34.773Z | Downloaded typify-macro v0.6.1 |
| 677 | 2026-03-25T20:29:34.773Z | Downloaded futures-util v0.3.31 |
| 678 | 2026-03-25T20:29:34.773Z | Downloaded spin v0.9.8 |
| 679 | 2026-03-25T20:29:34.773Z | Downloaded tokio-rustls v0.25.0 |
| 680 | 2026-03-25T20:29:34.774Z | Downloaded typify-macro v0.4.3 |
| 681 | 2026-03-25T20:29:34.774Z | Downloaded tokio-dtrace v0.1.1 |
| 682 | 2026-03-25T20:29:34.774Z | Downloaded serde_core v1.0.228 |
| 683 | 2026-03-25T20:29:34.777Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 684 | 2026-03-25T20:29:34.777Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 685 | 2026-03-25T20:29:34.777Z | Downloaded iddqd v0.3.14 |
| 686 | 2026-03-25T20:29:34.783Z | Downloaded untrusted v0.7.1 |
| 687 | 2026-03-25T20:29:34.790Z | Downloaded unicode-xid v0.2.4 |
| 688 | 2026-03-25T20:29:34.790Z | Downloaded num-bigint v0.4.5 |
| 689 | 2026-03-25T20:29:34.790Z | Downloaded serde_derive v1.0.228 |
| 690 | 2026-03-25T20:29:34.790Z | Downloaded usdt v0.6.0 |
| 691 | 2026-03-25T20:29:34.790Z | Downloaded tokio-tungstenite v0.21.0 |
| 692 | 2026-03-25T20:29:34.809Z | Downloaded rayon-core v1.13.0 |
| 693 | 2026-03-25T20:29:34.809Z | Downloaded usdt v0.5.0 |
| 694 | 2026-03-25T20:29:34.809Z | Downloaded usdt-attr-macro v0.6.0 |
| 695 | 2026-03-25T20:29:34.809Z | Downloaded usdt-attr-macro v0.5.0 |
| 696 | 2026-03-25T20:29:34.809Z | Downloaded untrusted v0.9.0 |
| 697 | 2026-03-25T20:29:34.809Z | Downloaded utf8_iter v1.0.4 |
| 698 | 2026-03-25T20:29:34.814Z | Downloaded serde_yaml v0.9.34+deprecated |
| 699 | 2026-03-25T20:29:34.814Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 700 | 2026-03-25T20:29:34.814Z | Downloaded term v1.2.0 |
| 701 | 2026-03-25T20:29:34.814Z | Downloaded usdt-macro v0.5.0 |
| 702 | 2026-03-25T20:29:34.814Z | Downloaded utf-8 v0.7.6 |
| 703 | 2026-03-25T20:29:34.814Z | Downloaded hyper-util v0.1.19 |
| 704 | 2026-03-25T20:29:34.814Z | Downloaded usdt-macro v0.6.0 |
| 705 | 2026-03-25T20:29:34.817Z | Downloaded quinn v0.11.9 |
| 706 | 2026-03-25T20:29:34.823Z | Downloaded utf8parse v0.2.1 |
| 707 | 2026-03-25T20:29:34.823Z | Downloaded utf16_iter v1.0.5 |
| 708 | 2026-03-25T20:29:34.823Z | Downloaded tower-service v0.3.3 |
| 709 | 2026-03-25T20:29:34.829Z | Downloaded tracing-attributes v0.1.27 |
| 710 | 2026-03-25T20:29:34.829Z | Downloaded wait-timeout v0.2.0 |
| 711 | 2026-03-25T20:29:34.829Z | Downloaded tinyvec v1.6.0 |
| 712 | 2026-03-25T20:29:34.829Z | Downloaded thiserror v1.0.64 |
| 713 | 2026-03-25T20:29:34.829Z | Downloaded slog v2.8.2 |
| 714 | 2026-03-25T20:29:34.845Z | Downloaded unicode-linebreak v0.1.5 |
| 715 | 2026-03-25T20:29:34.845Z | Downloaded rand v0.8.5 |
| 716 | 2026-03-25T20:29:34.845Z | Downloaded tokio-macros v2.6.0 |
| 717 | 2026-03-25T20:29:34.845Z | Downloaded rustls-platform-verifier v0.6.2 |
| 718 | 2026-03-25T20:29:34.845Z | Downloaded waitgroup v0.1.2 |
| 719 | 2026-03-25T20:29:34.845Z | Downloaded version_check v0.9.5 |
| 720 | 2026-03-25T20:29:34.845Z | Downloaded which v4.4.2 |
| 721 | 2026-03-25T20:29:34.845Z | Downloaded toml v0.8.23 |
| 722 | 2026-03-25T20:29:34.845Z | Downloaded tokio-stream v0.1.17 |
| 723 | 2026-03-25T20:29:34.850Z | Downloaded socket2 v0.6.0 |
| 724 | 2026-03-25T20:29:34.851Z | Downloaded want v0.3.1 |
| 725 | 2026-03-25T20:29:34.851Z | Downloaded xattr v1.3.1 |
| 726 | 2026-03-25T20:29:34.851Z | Downloaded aes v0.8.4 |
| 727 | 2026-03-25T20:29:34.857Z | Downloaded tokio-rustls v0.24.1 |
| 728 | 2026-03-25T20:29:34.857Z | Downloaded universal-hash v0.5.1 |
| 729 | 2026-03-25T20:29:34.861Z | Downloaded zerofrom-derive v0.1.5 |
| 730 | 2026-03-25T20:29:34.864Z | Downloaded synstructure v0.13.1 |
| 731 | 2026-03-25T20:29:34.864Z | Downloaded nom v7.1.3 |
| 732 | 2026-03-25T20:29:34.869Z | Downloaded test-strategy v0.4.3 |
| 733 | 2026-03-25T20:29:34.872Z | Downloaded tempfile v3.23.0 |
| 734 | 2026-03-25T20:29:34.876Z | Downloaded zerofrom v0.1.5 |
| 735 | 2026-03-25T20:29:34.889Z | Downloaded usdt-impl v0.5.0 |
| 736 | 2026-03-25T20:29:34.889Z | Downloaded yoke-derive v0.7.5 |
| 737 | 2026-03-25T20:29:34.889Z | Downloaded write16 v1.0.0 |
| 738 | 2026-03-25T20:29:34.894Z | Downloaded usdt-impl v0.6.0 |
| 739 | 2026-03-25T20:29:34.894Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 740 | 2026-03-25T20:29:34.894Z | Downloaded similar v2.7.0 |
| 741 | 2026-03-25T20:29:34.901Z | Downloaded vergen-git2 v9.1.0 |
| 742 | 2026-03-25T20:29:34.904Z | Downloaded qorb v0.4.1 |
| 743 | 2026-03-25T20:29:34.904Z | Downloaded twox-hash v2.1.2 |
| 744 | 2026-03-25T20:29:34.909Z | Downloaded walkdir v2.5.0 |
| 745 | 2026-03-25T20:29:34.909Z | Downloaded tar v0.4.40 |
| 746 | 2026-03-25T20:29:34.909Z | Downloaded socket2 v0.5.10 |
| 747 | 2026-03-25T20:29:34.922Z | Downloaded zone v0.3.1 |
| 748 | 2026-03-25T20:29:34.922Z | Downloaded snafu v0.8.9 |
| 749 | 2026-03-25T20:29:34.923Z | Downloaded rustls-webpki v0.103.4 |
| 750 | 2026-03-25T20:29:34.923Z | Downloaded typenum v1.17.0 |
| 751 | 2026-03-25T20:29:34.930Z | Downloaded vergen-lib v9.1.0 |
| 752 | 2026-03-25T20:29:34.930Z | Downloaded hashbrown v0.15.2 |
| 753 | 2026-03-25T20:29:34.930Z | Downloaded zone_cfg_derive v0.3.0 |
| 754 | 2026-03-25T20:29:34.930Z | Downloaded rand v0.9.2 |
| 755 | 2026-03-25T20:29:34.930Z | Downloaded ucd-trie v0.1.6 |
| 756 | 2026-03-25T20:29:34.930Z | Downloaded tokio-rustls v0.26.0 |
| 757 | 2026-03-25T20:29:34.930Z | Downloaded serde v1.0.228 |
| 758 | 2026-03-25T20:29:34.933Z | Downloaded writeable v0.5.5 |
| 759 | 2026-03-25T20:29:34.937Z | Downloaded whoami v1.5.1 |
| 760 | 2026-03-25T20:29:34.937Z | Downloaded toml v0.7.8 |
| 761 | 2026-03-25T20:29:34.942Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 762 | 2026-03-25T20:29:34.942Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 763 | 2026-03-25T20:29:34.947Z | Downloaded zmij v1.0.19 |
| 764 | 2026-03-25T20:29:34.947Z | Downloaded zerovec-derive v0.10.3 |
| 765 | 2026-03-25T20:29:34.947Z | Downloaded zeroize v1.7.0 |
| 766 | 2026-03-25T20:29:34.947Z | Downloaded iri-string v0.7.8 |
| 767 | 2026-03-25T20:29:34.952Z | Downloaded mio v1.0.2 |
| 768 | 2026-03-25T20:29:34.957Z | Downloaded itertools v0.12.1 |
| 769 | 2026-03-25T20:29:34.962Z | Downloaded tracing-core v0.1.32 |
| 770 | 2026-03-25T20:29:34.978Z | Downloaded vergen v9.1.0 |
| 771 | 2026-03-25T20:29:34.981Z | Downloaded typify v0.4.3 |
| 772 | 2026-03-25T20:29:34.986Z | Downloaded yoke v0.7.5 |
| 773 | 2026-03-25T20:29:34.987Z | Downloaded unicode-ident v1.0.24 |
| 774 | 2026-03-25T20:29:34.993Z | Downloaded unsafe-libyaml v0.2.11 |
| 775 | 2026-03-25T20:29:34.993Z | Downloaded textwrap v0.16.2 |
| 776 | 2026-03-25T20:29:35.000Z | Downloaded wyz v0.5.1 |
| 777 | 2026-03-25T20:29:35.004Z | Downloaded pest v2.8.4 |
| 778 | 2026-03-25T20:29:35.004Z | Downloaded zerocopy-derive v0.7.34 |
| 779 | 2026-03-25T20:29:35.008Z | Downloaded toml_edit v0.22.27 |
| 780 | 2026-03-25T20:29:35.011Z | Downloaded typify v0.6.1 |
| 781 | 2026-03-25T20:29:35.015Z | Downloaded idna v1.0.3 |
| 782 | 2026-03-25T20:29:35.015Z | Downloaded tungstenite v0.21.0 |
| 783 | 2026-03-25T20:29:35.018Z | Downloaded itertools v0.14.0 |
| 784 | 2026-03-25T20:29:35.024Z | Downloaded hashbrown v0.16.1 |
| 785 | 2026-03-25T20:29:35.028Z | Downloaded aho-corasick v1.1.3 |
| 786 | 2026-03-25T20:29:35.028Z | Downloaded uuid v1.19.0 |
| 787 | 2026-03-25T20:29:35.054Z | Downloaded itertools v0.13.0 |
| 788 | 2026-03-25T20:29:35.058Z | Downloaded url v2.5.4 |
| 789 | 2026-03-25T20:29:35.058Z | Downloaded h2 v0.4.6 |
| 790 | 2026-03-25T20:29:35.062Z | Downloaded steno v0.4.1 |
| 791 | 2026-03-25T20:29:35.065Z | Downloaded toml_edit v0.19.15 |
| 792 | 2026-03-25T20:29:35.071Z | Downloaded goblin v0.8.2 |
| 793 | 2026-03-25T20:29:35.085Z | Downloaded aws-lc-rs v1.13.3 |
| 794 | 2026-03-25T20:29:35.097Z | Downloaded chrono v0.4.44 |
| 795 | 2026-03-25T20:29:35.127Z | Downloaded regex v1.12.3 |
| 796 | 2026-03-25T20:29:35.131Z | Downloaded tracing v0.1.40 |
| 797 | 2026-03-25T20:29:35.153Z | Downloaded zerocopy-derive v0.8.27 |
| 798 | 2026-03-25T20:29:35.168Z | Downloaded tower v0.5.2 |
| 799 | 2026-03-25T20:29:35.173Z | Downloaded typed-path v0.9.3 |
| 800 | 2026-03-25T20:29:35.176Z | Downloaded bindgen v0.69.5 |
| 801 | 2026-03-25T20:29:35.179Z | Downloaded unicode-segmentation v1.11.0 |
| 802 | 2026-03-25T20:29:35.182Z | Downloaded reqwest v0.13.2 |
| 803 | 2026-03-25T20:29:35.186Z | Downloaded portable-atomic v1.11.1 |
| 804 | 2026-03-25T20:29:35.189Z | Downloaded rustls-webpki v0.101.7 |
| 805 | 2026-03-25T20:29:35.196Z | Downloaded reqwest v0.12.23 |
| 806 | 2026-03-25T20:29:35.203Z | Downloaded tokio-util v0.7.16 |
| 807 | 2026-03-25T20:29:35.213Z | Downloaded serde_json v1.0.149 |
| 808 | 2026-03-25T20:29:35.215Z | Downloaded icu_properties_data v1.5.0 |
| 809 | 2026-03-25T20:29:35.220Z | Downloaded tough v0.20.0 |
| 810 | 2026-03-25T20:29:35.222Z | Downloaded proptest v1.5.0 |
| 811 | 2026-03-25T20:29:35.227Z | Downloaded bitvec v1.0.1 |
| 812 | 2026-03-25T20:29:35.236Z | Downloaded git2 v0.20.2 |
| 813 | 2026-03-25T20:29:35.240Z | Downloaded tower-http v0.6.8 |
| 814 | 2026-03-25T20:29:35.243Z | Downloaded rayon v1.11.0 |
| 815 | 2026-03-25T20:29:35.260Z | Downloaded serde_with v3.15.0 |
| 816 | 2026-03-25T20:29:35.281Z | Downloaded unicode-normalization v0.1.24 |
| 817 | 2026-03-25T20:29:35.289Z | Downloaded moka v0.12.10 |
| 818 | 2026-03-25T20:29:35.295Z | Downloaded zerovec v0.10.4 |
| 819 | 2026-03-25T20:29:35.302Z | Downloaded rustls-webpki v0.102.4 |
| 820 | 2026-03-25T20:29:35.323Z | Downloaded tabled v0.15.0 |
| 821 | 2026-03-25T20:29:35.334Z | Downloaded goblin v0.10.4 |
| 822 | 2026-03-25T20:29:35.341Z | Downloaded quinn-proto v0.11.13 |
| 823 | 2026-03-25T20:29:35.355Z | Downloaded zerocopy v0.7.34 |
| 824 | 2026-03-25T20:29:35.362Z | Downloaded winnow v0.7.13 |
| 825 | 2026-03-25T20:29:35.371Z | Downloaded winnow v0.5.40 |
| 826 | 2026-03-25T20:29:35.385Z | Downloaded dropshot v0.16.7 |
| 827 | 2026-03-25T20:29:35.394Z | Downloaded openssl v0.10.72 |
| 828 | 2026-03-25T20:29:35.409Z | Downloaded time v0.3.47 |
| 829 | 2026-03-25T20:29:35.412Z | Downloaded rustls v0.21.12 |
| 830 | 2026-03-25T20:29:35.449Z | Downloaded nix v0.28.0 |
| 831 | 2026-03-25T20:29:35.456Z | Downloaded vcpkg v0.2.15 |
| 832 | 2026-03-25T20:29:35.482Z | Downloaded zerocopy v0.8.27 |
| 833 | 2026-03-25T20:29:35.489Z | Downloaded webpki-roots v1.0.3 |
| 834 | 2026-03-25T20:29:35.491Z | Downloaded syn v2.0.117 |
| 835 | 2026-03-25T20:29:35.499Z | Downloaded rustls v0.22.4 |
| 836 | 2026-03-25T20:29:35.503Z | Downloaded unicode-width v0.2.1 |
| 837 | 2026-03-25T20:29:35.508Z | Downloaded hickory-proto v0.24.4 |
| 838 | 2026-03-25T20:29:35.514Z | Downloaded rustls v0.23.31 |
| 839 | 2026-03-25T20:29:35.521Z | Downloaded nix v0.31.1 |
| 840 | 2026-03-25T20:29:35.526Z | Downloaded smoltcp v0.11.0 |
| 841 | 2026-03-25T20:29:35.533Z | Downloaded rustix v0.38.34 |
| 842 | 2026-03-25T20:29:35.544Z | Downloaded openapiv3 v2.2.0 |
| 843 | 2026-03-25T20:29:35.550Z | Downloaded hickory-proto v0.25.2 |
| 844 | 2026-03-25T20:29:35.557Z | Downloaded regex-syntax v0.8.5 |
| 845 | 2026-03-25T20:29:35.560Z | Downloaded rustix v1.1.2 |
| 846 | 2026-03-25T20:29:35.576Z | Downloaded regress v0.10.5 |
| 847 | 2026-03-25T20:29:35.584Z | Downloaded nix v0.30.1 |
| 848 | 2026-03-25T20:29:35.588Z | Downloaded webpki-roots v0.26.3 |
| 849 | 2026-03-25T20:29:35.588Z | Downloaded unicode-width v0.1.14 |
| 850 | 2026-03-25T20:29:35.591Z | Downloaded syn v1.0.109 |
| 851 | 2026-03-25T20:29:35.594Z | Downloaded bstr v1.9.1 |
| 852 | 2026-03-25T20:29:35.663Z | Downloaded typify-impl v0.6.1 |
| 853 | 2026-03-25T20:29:35.671Z | Downloaded typify-impl v0.4.3 |
| 854 | 2026-03-25T20:29:35.696Z | Downloaded petgraph v0.6.5 |
| 855 | 2026-03-25T20:29:35.731Z | Downloaded chrono-tz v0.10.4 |
| 856 | 2026-03-25T20:29:35.736Z | Downloaded petgraph v0.8.3 |
| 857 | 2026-03-25T20:29:35.750Z | Downloaded csv v1.3.1 |
| 858 | 2026-03-25T20:29:35.759Z | Downloaded regex-automata v0.4.14 |
| 859 | 2026-03-25T20:29:35.783Z | Downloaded jiff v0.2.15 |
| 860 | 2026-03-25T20:29:35.848Z | Downloaded libc v0.2.180 |
| 861 | 2026-03-25T20:29:35.877Z | Downloaded tokio v1.49.0 |
| 862 | 2026-03-25T20:29:36.037Z | Downloaded encoding_rs v0.8.34 |
| 863 | 2026-03-25T20:29:36.071Z | Downloaded fakedata_generator v0.7.1 |
| 864 | 2026-03-25T20:29:36.095Z | Downloaded ring v0.17.14 |
| 865 | 2026-03-25T20:29:36.126Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 866 | 2026-03-25T20:29:36.336Z | Downloaded libz-sys v1.1.16 |
| 867 | 2026-03-25T20:29:36.775Z | Downloaded aws-lc-sys v0.30.0 |
| 868 | 2026-03-25T20:29:37.052Z | Compiling proc-macro2 v1.0.106 |
| 869 | 2026-03-25T20:29:37.053Z | Compiling quote v1.0.44 |
| 870 | 2026-03-25T20:29:37.053Z | Compiling unicode-ident v1.0.24 |
| 871 | 2026-03-25T20:29:37.056Z | Compiling libc v0.2.180 |
| 872 | 2026-03-25T20:29:37.056Z | Compiling serde_core v1.0.228 |
| 873 | 2026-03-25T20:29:37.056Z | Compiling serde v1.0.228 |
| 874 | 2026-03-25T20:29:37.056Z | Compiling autocfg v1.3.0 |
| 875 | 2026-03-25T20:29:37.223Z | Checking cfg-if v1.0.0 |
| 876 | 2026-03-25T20:29:37.364Z | Compiling memchr v2.7.2 |
| 877 | 2026-03-25T20:29:37.381Z | Compiling zmij v1.0.19 |
| 878 | 2026-03-25T20:29:39.490Z | Compiling serde_json v1.0.149 |
| 879 | 2026-03-25T20:29:39.543Z | Compiling getrandom v0.3.2 |
| 880 | 2026-03-25T20:29:39.543Z | Compiling libm v0.2.8 |
| 881 | 2026-03-25T20:29:39.543Z | Checking itoa v1.0.11 |
| 882 | 2026-03-25T20:29:39.543Z | Checking smallvec v1.13.2 |
| 883 | 2026-03-25T20:29:39.543Z | Compiling version_check v0.9.5 |
| 884 | 2026-03-25T20:29:39.543Z | Compiling shlex v1.3.0 |
| 885 | 2026-03-25T20:29:39.543Z | Compiling jobserver v0.1.31 |
| 886 | 2026-03-25T20:29:39.543Z | Compiling lock_api v0.4.12 |
| 887 | 2026-03-25T20:29:39.543Z | Compiling parking_lot_core v0.9.10 |
| 888 | 2026-03-25T20:29:39.543Z | Compiling cc v1.2.17 |
| 889 | 2026-03-25T20:29:39.556Z | Compiling syn v2.0.117 |
| 890 | 2026-03-25T20:29:39.556Z | Checking stable_deref_trait v1.2.0 |
| 891 | 2026-03-25T20:29:39.556Z | Compiling thiserror v2.0.18 |
| 892 | 2026-03-25T20:29:39.556Z | Compiling log v0.4.29 |
| 893 | 2026-03-25T20:29:39.556Z | Compiling heck v0.5.0 |
| 894 | 2026-03-25T20:29:39.556Z | Checking writeable v0.5.5 |
| 895 | 2026-03-25T20:29:39.556Z | Checking litemap v0.7.4 |
| 896 | 2026-03-25T20:29:39.556Z | Compiling slab v0.4.9 |
| 897 | 2026-03-25T20:29:39.556Z | Checking icu_locid_transform_data v1.5.0 |
| 898 | 2026-03-25T20:29:39.556Z | Checking percent-encoding v2.3.2 |
| 899 | 2026-03-25T20:29:39.556Z | Compiling num-traits v0.2.19 |
| 900 | 2026-03-25T20:29:39.556Z | Checking icu_properties_data v1.5.0 |
| 901 | 2026-03-25T20:29:39.556Z | Compiling rustversion v1.0.22 |
| 902 | 2026-03-25T20:29:39.556Z | Checking write16 v1.0.0 |
| 903 | 2026-03-25T20:29:39.696Z | Checking utf16_iter v1.0.5 |
| 904 | 2026-03-25T20:29:39.712Z | Checking utf8_iter v1.0.4 |
| 905 | 2026-03-25T20:29:39.802Z | Checking icu_normalizer_data v1.5.0 |
| 906 | 2026-03-25T20:29:39.852Z | Checking pin-project-lite v0.2.14 |
| 907 | 2026-03-25T20:29:39.875Z | Checking form_urlencoded v1.2.2 |
| 908 | 2026-03-25T20:29:39.893Z | Checking getrandom v0.2.14 |
| 909 | 2026-03-25T20:29:39.945Z | Compiling allocator-api2 v0.2.21 |
| 910 | 2026-03-25T20:29:40.013Z | Compiling equivalent v1.0.2 |
| 911 | 2026-03-25T20:29:40.049Z | Compiling foldhash v0.2.0 |
| 912 | 2026-03-25T20:29:40.067Z | Compiling regex-syntax v0.8.5 |
| 913 | 2026-03-25T20:29:40.107Z | Compiling portable-atomic v1.11.1 |
| 914 | 2026-03-25T20:29:40.261Z | Compiling hashbrown v0.16.1 |
| 915 | 2026-03-25T20:29:40.278Z | Compiling ring v0.17.14 |
| 916 | 2026-03-25T20:29:40.356Z | Checking scopeguard v1.2.0 |
| 917 | 2026-03-25T20:29:40.417Z | Compiling semver v1.0.27 |
| 918 | 2026-03-25T20:29:40.683Z | Checking socket2 v0.6.0 |
| 919 | 2026-03-25T20:29:40.718Z | Compiling aho-corasick v1.1.3 |
| 920 | 2026-03-25T20:29:40.788Z | Checking parking_lot v0.12.2 |
| 921 | 2026-03-25T20:29:40.910Z | Checking critical-section v1.2.0 |
| 922 | 2026-03-25T20:29:40.936Z | Checking mio v1.0.2 |
| 923 | 2026-03-25T20:29:40.987Z | Checking signal-hook-registry v1.4.2 |
| 924 | 2026-03-25T20:29:40.991Z | Checking iana-time-zone v0.1.64 |
| 925 | 2026-03-25T20:29:41.067Z | Checking once_cell v1.21.3 |
| 926 | 2026-03-25T20:29:41.116Z | Compiling thiserror v1.0.64 |
| 927 | 2026-03-25T20:29:41.221Z | Compiling bitflags v2.9.4 |
| 928 | 2026-03-25T20:29:41.444Z | Checking uuid v1.19.0 |
| 929 | 2026-03-25T20:29:41.557Z | Compiling synstructure v0.13.1 |
| 930 | 2026-03-25T20:29:41.610Z | Compiling serde_derive_internals v0.29.1 |
| 931 | 2026-03-25T20:29:41.768Z | Compiling regex-automata v0.4.14 |
| 932 | 2026-03-25T20:29:42.161Z | Checking futures-core v0.3.32 |
| 933 | 2026-03-25T20:29:42.377Z | Compiling schemars v0.8.22 |
| 934 | 2026-03-25T20:29:42.428Z | Checking dyn-clone v1.0.17 |
| 935 | 2026-03-25T20:29:42.499Z | Compiling httparse v1.10.1 |
| 936 | 2026-03-25T20:29:42.515Z | Compiling fnv v1.0.7 |
| 937 | 2026-03-25T20:29:42.535Z | Checking futures-sink v0.3.31 |
| 938 | 2026-03-25T20:29:42.660Z | Compiling indexmap v2.13.0 |
| 939 | 2026-03-25T20:29:42.686Z | Compiling typenum v1.17.0 |
| 940 | 2026-03-25T20:29:42.723Z | Compiling serde_derive v1.0.228 |
| 941 | 2026-03-25T20:29:42.826Z | Compiling zerofrom-derive v0.1.5 |
| 942 | 2026-03-25T20:29:42.848Z | Compiling yoke-derive v0.7.5 |
| 943 | 2026-03-25T20:29:42.997Z | Compiling zerovec-derive v0.10.3 |
| 944 | 2026-03-25T20:29:43.104Z | Compiling displaydoc v0.2.5 |
| 945 | 2026-03-25T20:29:43.244Z | Compiling icu_provider_macros v1.5.0 |
| 946 | 2026-03-25T20:29:43.797Z | Compiling schemars_derive v0.8.22 |
| 947 | 2026-03-25T20:29:43.820Z | Compiling tokio-macros v2.6.0 |
| 948 | 2026-03-25T20:29:43.845Z | Compiling thiserror-impl v2.0.18 |
| 949 | 2026-03-25T20:29:43.968Z | Compiling futures-macro v0.3.31 |
| 950 | 2026-03-25T20:29:43.994Z | Checking zerofrom v0.1.5 |
| 951 | 2026-03-25T20:29:44.141Z | Checking yoke v0.7.5 |
| 952 | 2026-03-25T20:29:44.332Z | Checking zerovec v0.10.4 |
| 953 | 2026-03-25T20:29:44.347Z | Compiling regex v1.12.3 |
| 954 | 2026-03-25T20:29:44.601Z | Compiling thiserror-impl v1.0.64 |
| 955 | 2026-03-25T20:29:45.001Z | Checking tinystr v0.7.6 |
| 956 | 2026-03-25T20:29:45.018Z | Checking icu_collections v1.5.0 |
| 957 | 2026-03-25T20:29:45.166Z | Compiling generic-array v0.14.7 |
| 958 | 2026-03-25T20:29:45.184Z | Checking icu_locid v1.5.0 |
| 959 | 2026-03-25T20:29:45.335Z | Checking futures-channel v0.3.31 |
| 960 | 2026-03-25T20:29:45.355Z | Checking pin-utils v0.1.0 |
| 961 | 2026-03-25T20:29:45.359Z | Compiling errno v0.3.14 |
| 962 | 2026-03-25T20:29:45.474Z | Checking subtle v2.5.0 |
| 963 | 2026-03-25T20:29:45.491Z | Checking futures-task v0.3.31 |
| 964 | 2026-03-25T20:29:45.518Z | Checking futures-io v0.3.31 |
| 965 | 2026-03-25T20:29:45.613Z | Checking rand_core v0.6.4 |
| 966 | 2026-03-25T20:29:45.639Z | Checking icu_provider v1.5.0 |
| 967 | 2026-03-25T20:29:45.655Z | Compiling ucd-trie v0.1.6 |
| 968 | 2026-03-25T20:29:45.655Z | Checking futures-util v0.3.31 |
| 969 | 2026-03-25T20:29:45.671Z | Checking zeroize v1.7.0 |
| 970 | 2026-03-25T20:29:45.786Z | Checking bytes v1.11.1 |
| 971 | 2026-03-25T20:29:45.842Z | Checking chrono v0.4.44 |
| 972 | 2026-03-25T20:29:45.881Z | Compiling serde_tokenstream v0.2.3 |
| 973 | 2026-03-25T20:29:45.935Z | Checking icu_locid_transform v1.5.0 |
| 974 | 2026-03-25T20:29:45.968Z | Compiling pest v2.8.4 |
| 975 | 2026-03-25T20:29:46.158Z | Compiling anyhow v1.0.100 |
| 976 | 2026-03-25T20:29:46.220Z | Checking tokio v1.49.0 |
| 977 | 2026-03-25T20:29:46.397Z | Checking icu_properties v1.5.1 |
| 978 | 2026-03-25T20:29:46.418Z | Checking http v1.4.0 |
| 979 | 2026-03-25T20:29:46.482Z | Compiling either v1.15.0 |
| 980 | 2026-03-25T20:29:46.972Z | Compiling strsim v0.11.1 |
| 981 | 2026-03-25T20:29:47.819Z | Compiling pest_meta v2.8.4 |
| 982 | 2026-03-25T20:29:47.840Z | Compiling tracing-attributes v0.1.27 |
| 983 | 2026-03-25T20:29:47.840Z | Checking tracing-core v0.1.32 |
| 984 | 2026-03-25T20:29:47.840Z | Compiling slog v2.8.2 |
| 985 | 2026-03-25T20:29:47.840Z | Checking byteorder v1.5.0 |
| 986 | 2026-03-25T20:29:47.840Z | Checking untrusted v0.9.0 |
| 987 | 2026-03-25T20:29:47.840Z | Compiling rustix v0.38.34 |
| 988 | 2026-03-25T20:29:47.840Z | Compiling pest_generator v2.8.4 |
| 989 | 2026-03-25T20:29:47.840Z | Checking icu_normalizer v1.5.0 |
| 990 | 2026-03-25T20:29:48.048Z | Checking rustls-pki-types v1.12.0 |
| 991 | 2026-03-25T20:29:48.156Z | Checking idna_adapter v1.2.0 |
| 992 | 2026-03-25T20:29:48.294Z | Checking idna v1.0.3 |
| 993 | 2026-03-25T20:29:48.320Z | Compiling ident_case v1.0.1 |
| 994 | 2026-03-25T20:29:48.353Z | Checking tracing v0.1.40 |
| 995 | 2026-03-25T20:29:48.394Z | Compiling pest_derive v2.8.4 |
| 996 | 2026-03-25T20:29:48.530Z | Compiling zerocopy v0.8.27 |
| 997 | 2026-03-25T20:29:48.534Z | Checking url v2.5.4 |
| 998 | 2026-03-25T20:29:48.743Z | Compiling prettyplease v0.2.37 |
| 999 | 2026-03-25T20:29:48.966Z | Compiling lazy_static v1.5.0 |
| 1000 | 2026-03-25T20:29:49.050Z | Compiling zerocopy-derive v0.8.27 |
| 1001 | 2026-03-25T20:29:49.071Z | Compiling regress v0.10.5 |
| 1002 | 2026-03-25T20:29:49.279Z | Compiling minimal-lexical v0.2.1 |
| 1003 | 2026-03-25T20:29:49.366Z | Compiling glob v0.3.3 |
| 1004 | 2026-03-25T20:29:49.571Z | Compiling nom v7.1.3 |
| 1005 | 2026-03-25T20:29:49.665Z | Checking tokio-util v0.7.16 |
| 1006 | 2026-03-25T20:29:49.707Z | Compiling clang-sys v1.8.1 |
| 1007 | 2026-03-25T20:29:49.885Z | Checking ipnet v2.9.0 |
| 1008 | 2026-03-25T20:29:49.962Z | Compiling pkg-config v0.3.30 |
| 1009 | 2026-03-25T20:29:49.981Z | Checking base64 v0.22.1 |
| 1010 | 2026-03-25T20:29:50.072Z | Compiling camino v1.2.2 |
| 1011 | 2026-03-25T20:29:50.238Z | Compiling vcpkg v0.2.15 |
| 1012 | 2026-03-25T20:29:50.287Z | Checking crypto-common v0.1.6 |
| 1013 | 2026-03-25T20:29:50.305Z | Checking http-body v1.0.1 |
| 1014 | 2026-03-25T20:29:50.412Z | Compiling libloading v0.8.9 |
| 1015 | 2026-03-25T20:29:50.447Z | Compiling time-core v0.1.8 |
| 1016 | 2026-03-25T20:29:50.481Z | Compiling num-conv v0.2.0 |
| 1017 | 2026-03-25T20:29:50.609Z | Checking atomic-waker v1.1.2 |
| 1018 | 2026-03-25T20:29:50.627Z | Compiling home v0.5.11 |
| 1019 | 2026-03-25T20:29:50.631Z | Compiling bindgen v0.69.5 |
| 1020 | 2026-03-25T20:29:50.658Z | Compiling time-macros v0.2.27 |
| 1021 | 2026-03-25T20:29:50.715Z | Compiling cexpr v0.6.0 |
| 1022 | 2026-03-25T20:29:50.761Z | Compiling which v4.4.2 |
| 1023 | 2026-03-25T20:29:50.826Z | Compiling itertools v0.12.1 |
| 1024 | 2026-03-25T20:29:50.941Z | Checking ppv-lite86 v0.2.17 |
| 1025 | 2026-03-25T20:29:51.011Z | Compiling lazycell v1.3.0 |
| 1026 | 2026-03-25T20:29:51.136Z | Checking tower-layer v0.3.3 |
| 1027 | 2026-03-25T20:29:51.161Z | Checking try-lock v0.2.5 |
| 1028 | 2026-03-25T20:29:51.225Z | Checking tower-service v0.3.3 |
| 1029 | 2026-03-25T20:29:51.270Z | Compiling rustc-hash v1.1.0 |
| 1030 | 2026-03-25T20:29:51.286Z | Compiling paste v1.0.15 |
| 1031 | 2026-03-25T20:29:51.303Z | Checking want v0.3.1 |
| 1032 | 2026-03-25T20:29:51.320Z | Checking h2 v0.4.6 |
| 1033 | 2026-03-25T20:29:51.385Z | Compiling scroll_derive v0.13.1 |
| 1034 | 2026-03-25T20:29:51.431Z | Compiling cmake v0.1.54 |
| 1035 | 2026-03-25T20:29:51.630Z | Compiling fs_extra v1.3.0 |
| 1036 | 2026-03-25T20:29:51.688Z | Checking ryu v1.0.18 |
| 1037 | 2026-03-25T20:29:51.688Z | Checking httpdate v1.0.3 |
| 1038 | 2026-03-25T20:29:51.718Z | Compiling dunce v1.0.5 |
| 1039 | 2026-03-25T20:29:51.786Z | Compiling async-trait v0.1.89 |
| 1040 | 2026-03-25T20:29:51.826Z | Checking pretty-hex v0.4.1 |
| 1041 | 2026-03-25T20:29:51.889Z | Checking http-body-util v0.1.3 |
| 1042 | 2026-03-25T20:29:51.945Z | Checking encoding_rs v0.8.34 |
| 1043 | 2026-03-25T20:29:51.985Z | Checking plain v0.2.3 |
| 1044 | 2026-03-25T20:29:52.111Z | Compiling aws-lc-rs v1.13.3 |
| 1045 | 2026-03-25T20:29:52.263Z | Checking mime v0.3.17 |
| 1046 | 2026-03-25T20:29:52.390Z | Checking serde_urlencoded v0.7.1 |
| 1047 | 2026-03-25T20:29:52.443Z | Compiling openapiv3 v2.2.0 |
| 1048 | 2026-03-25T20:29:52.600Z | Checking erased-serde v0.3.31 |
| 1049 | 2026-03-25T20:29:52.895Z | Checking cpufeatures v0.2.12 |
| 1050 | 2026-03-25T20:29:53.093Z | Compiling scroll v0.13.0 |
| 1051 | 2026-03-25T20:29:53.127Z | Checking hyper v1.8.1 |
| 1052 | 2026-03-25T20:29:53.257Z | Checking block-buffer v0.10.4 |
| 1053 | 2026-03-25T20:29:53.535Z | Compiling usdt-impl v0.6.0 |
| 1054 | 2026-03-25T20:29:53.566Z | Compiling crossbeam-utils v0.8.19 |
| 1055 | 2026-03-25T20:29:53.644Z | Checking untrusted v0.7.1 |
| 1056 | 2026-03-25T20:29:53.733Z | Compiling goblin v0.10.4 |
| 1057 | 2026-03-25T20:29:53.817Z | Checking digest v0.10.7 |
| 1058 | 2026-03-25T20:29:53.946Z | Compiling typify-impl v0.4.3 |
| 1059 | 2026-03-25T20:29:54.057Z | Checking hyper-util v0.1.19 |
| 1060 | 2026-03-25T20:29:54.072Z | Compiling darling_core v0.21.3 |
| 1061 | 2026-03-25T20:29:57.411Z | Compiling rustls v0.23.31 |
| 1062 | 2026-03-25T20:29:57.462Z | Compiling dtrace-parser v0.3.0 |
| 1063 | 2026-03-25T20:29:57.463Z | Compiling thread-id v5.0.0 |
| 1064 | 2026-03-25T20:29:57.463Z | Compiling rustix v1.1.2 |
| 1065 | 2026-03-25T20:29:57.463Z | Compiling unsafe-libyaml v0.2.11 |
| 1066 | 2026-03-25T20:29:57.463Z | Compiling rustls v0.22.4 |
| 1067 | 2026-03-25T20:29:57.463Z | Compiling darling_macro v0.21.3 |
| 1068 | 2026-03-25T20:29:57.463Z | Compiling serde_yaml v0.9.34+deprecated |
| 1069 | 2026-03-25T20:29:57.463Z | Checking futures-executor v0.3.31 |
| 1070 | 2026-03-25T20:29:57.463Z | Compiling strum_macros v0.26.4 |
| 1071 | 2026-03-25T20:29:57.463Z | Compiling dof v0.4.0 |
| 1072 | 2026-03-25T20:29:57.463Z | Compiling aws-lc-sys v0.30.0 |
| 1073 | 2026-03-25T20:29:57.463Z | Compiling slog-async v2.8.0 |
| 1074 | 2026-03-25T20:29:57.463Z | Compiling darling v0.21.3 |
| 1075 | 2026-03-25T20:29:57.463Z | Checking futures v0.3.31 |
| 1076 | 2026-03-25T20:29:57.463Z | Compiling openssl-sys v0.9.107 |
| 1077 | 2026-03-25T20:29:57.463Z | Compiling typify-macro v0.4.3 |
| 1078 | 2026-03-25T20:29:57.576Z | Compiling daft-derive v0.1.5 |
| 1079 | 2026-03-25T20:29:57.624Z | Checking sync_wrapper v1.0.1 |
| 1080 | 2026-03-25T20:29:57.703Z | Checking rand_core v0.9.3 |
| 1081 | 2026-03-25T20:29:57.723Z | Compiling multer v3.1.0 |
| 1082 | 2026-03-25T20:29:57.775Z | Compiling omicron-workspace-hack v0.1.0 |
| 1083 | 2026-03-25T20:29:57.851Z | Compiling usdt-macro v0.6.0 |
| 1084 | 2026-03-25T20:29:57.878Z | Checking rand_chacha v0.9.0 |
| 1085 | 2026-03-25T20:29:58.001Z | Compiling usdt-attr-macro v0.6.0 |
| 1086 | 2026-03-25T20:29:58.054Z | Checking tower v0.5.2 |
| 1087 | 2026-03-25T20:29:58.112Z | Checking webpki-roots v0.26.3 |
| 1088 | 2026-03-25T20:29:58.350Z | Compiling async-stream-impl v0.3.6 |
| 1089 | 2026-03-25T20:29:58.375Z | Checking powerfmt v0.2.0 |
| 1090 | 2026-03-25T20:29:58.404Z | Checking winnow v0.7.13 |
| 1091 | 2026-03-25T20:29:58.648Z | Checking iri-string v0.7.8 |
| 1092 | 2026-03-25T20:29:58.808Z | Compiling typify v0.4.3 |
| 1093 | 2026-03-25T20:29:58.844Z | Checking deranged v0.5.3 |
| 1094 | 2026-03-25T20:29:58.964Z | Checking rand v0.9.2 |
| 1095 | 2026-03-25T20:29:59.005Z | Checking sha1 v0.10.6 |
| 1096 | 2026-03-25T20:29:59.020Z | Checking rand_chacha v0.3.1 |
| 1097 | 2026-03-25T20:29:59.176Z | Compiling dropshot v0.16.7 |
| 1098 | 2026-03-25T20:29:59.226Z | Checking is-terminal v0.4.12 |
| 1099 | 2026-03-25T20:29:59.396Z | Checking match_cfg v0.1.0 |
| 1100 | 2026-03-25T20:29:59.602Z | Checking num_threads v0.1.7 |
| 1101 | 2026-03-25T20:29:59.623Z | Checking fastrand v2.3.0 |
| 1102 | 2026-03-25T20:29:59.623Z | Checking hostname v0.3.1 |
| 1103 | 2026-03-25T20:29:59.657Z | Checking rand v0.8.5 |
| 1104 | 2026-03-25T20:29:59.674Z | Checking ipnetwork v0.21.1 |
| 1105 | 2026-03-25T20:29:59.691Z | Checking tower-http v0.6.8 |
| 1106 | 2026-03-25T20:29:59.722Z | Compiling dropshot_endpoint v0.16.7 |
| 1107 | 2026-03-25T20:29:59.742Z | Checking tempfile v3.23.0 |
| 1108 | 2026-03-25T20:29:59.891Z | Compiling structmeta-derive v0.3.0 |
| 1109 | 2026-03-25T20:29:59.908Z | Checking time v0.3.47 |
| 1110 | 2026-03-25T20:29:59.958Z | Compiling ref-cast v1.0.25 |
| 1111 | 2026-03-25T20:30:00.127Z | Checking foreign-types-shared v0.1.1 |
| 1112 | 2026-03-25T20:30:00.130Z | Compiling openssl v0.10.72 |
| 1113 | 2026-03-25T20:30:00.218Z | Checking foreign-types v0.3.2 |
| 1114 | 2026-03-25T20:30:00.324Z | Checking crossbeam-channel v0.5.15 |
| 1115 | 2026-03-25T20:30:00.479Z | Compiling ref-cast-impl v1.0.25 |
| 1116 | 2026-03-25T20:30:00.662Z | Compiling openssl-macros v0.1.1 |
| 1117 | 2026-03-25T20:30:00.680Z | Compiling native-tls v0.2.11 |
| 1118 | 2026-03-25T20:30:00.934Z | Compiling structmeta v0.3.0 |
| 1119 | 2026-03-25T20:30:01.046Z | Checking thread_local v1.1.8 |
| 1120 | 2026-03-25T20:30:01.136Z | Checking openssl-probe v0.1.5 |
| 1121 | 2026-03-25T20:30:01.247Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1122 | 2026-03-25T20:30:01.319Z | Compiling progenitor-impl v0.11.1 |
| 1123 | 2026-03-25T20:30:01.397Z | Checking strum v0.26.3 |
| 1124 | 2026-03-25T20:30:01.576Z | Checking rustls-webpki v0.102.4 |
| 1125 | 2026-03-25T20:30:01.646Z | Checking serde_spanned v1.0.4 |
| 1126 | 2026-03-25T20:30:01.850Z | Checking take_mut v0.2.2 |
| 1127 | 2026-03-25T20:30:01.953Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-03-25T20:30:02.043Z | Checking term v1.2.0 |
| 1129 | 2026-03-25T20:30:02.087Z | Compiling syn v1.0.109 |
| 1130 | 2026-03-25T20:30:02.155Z | Checking debug-ignore v1.0.5 |
| 1131 | 2026-03-25T20:30:02.277Z | Checking slog-term v2.9.2 |
| 1132 | 2026-03-25T20:30:02.530Z | Checking slog-json v2.6.1 |
| 1133 | 2026-03-25T20:30:02.688Z | Checking oxnet v0.1.3 |
| 1134 | 2026-03-25T20:30:02.775Z | Compiling serde_with_macros v3.15.0 |
| 1135 | 2026-03-25T20:30:02.826Z | Compiling derive-where v1.6.0 |
| 1136 | 2026-03-25T20:30:02.912Z | Compiling strum_macros v0.27.2 |
| 1137 | 2026-03-25T20:30:03.299Z | Checking tokio-native-tls v0.3.1 |
| 1138 | 2026-03-25T20:30:03.389Z | Compiling progenitor-macro v0.11.1 |
| 1139 | 2026-03-25T20:30:03.460Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1140 | 2026-03-25T20:30:03.665Z | Checking memmap2 v0.9.9 |
| 1141 | 2026-03-25T20:30:04.099Z | Checking spin v0.9.8 |
| 1142 | 2026-03-25T20:30:04.322Z | Checking usdt v0.6.0 |
| 1143 | 2026-03-25T20:30:04.444Z | Checking tokio-rustls v0.25.0 |
| 1144 | 2026-03-25T20:30:04.491Z | Checking toml v0.9.12+spec-1.1.0 |
| 1145 | 2026-03-25T20:30:04.649Z | Checking hyper-tls v0.6.0 |
| 1146 | 2026-03-25T20:30:04.667Z | Checking slog-bunyan v2.5.0 |
| 1147 | 2026-03-25T20:30:04.824Z | Compiling derive-ex v0.1.8 |
| 1148 | 2026-03-25T20:30:05.087Z | Checking async-stream v0.3.6 |
| 1149 | 2026-03-25T20:30:05.301Z | Checking waitgroup v0.1.2 |
| 1150 | 2026-03-25T20:30:05.411Z | Checking newtype-uuid v1.3.1 |
| 1151 | 2026-03-25T20:30:05.479Z | Checking webpki-roots v1.0.3 |
| 1152 | 2026-03-25T20:30:05.548Z | Checking rustls-pemfile v2.2.0 |
| 1153 | 2026-03-25T20:30:05.599Z | Compiling newtype-uuid-macros v0.1.0 |
| 1154 | 2026-03-25T20:30:05.619Z | Checking hex v0.4.3 |
| 1155 | 2026-03-25T20:30:05.845Z | Checking serde_path_to_error v0.1.20 |
| 1156 | 2026-03-25T20:30:05.972Z | Checking hostname v0.4.2 |
| 1157 | 2026-03-25T20:30:06.117Z | Checking quick-error v1.2.3 |
| 1158 | 2026-03-25T20:30:06.379Z | Compiling test-strategy v0.4.3 |
| 1159 | 2026-03-25T20:30:06.580Z | Compiling parse-display-derive v0.10.0 |
| 1160 | 2026-03-25T20:30:07.704Z | Compiling toml_datetime v0.6.11 |
| 1161 | 2026-03-25T20:30:07.957Z | Checking macaddr v1.0.1 |
| 1162 | 2026-03-25T20:30:08.012Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1163 | 2026-03-25T20:30:08.207Z | Checking daft v0.1.5 |
| 1164 | 2026-03-25T20:30:08.489Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1165 | 2026-03-25T20:30:08.835Z | Compiling zerocopy-derive v0.7.34 |
| 1166 | 2026-03-25T20:30:08.894Z | Checking wait-timeout v0.2.0 |
| 1167 | 2026-03-25T20:30:08.959Z | Checking bit-vec v0.6.3 |
| 1168 | 2026-03-25T20:30:09.059Z | Checking rusty-fork v0.3.0 |
| 1169 | 2026-03-25T20:30:09.144Z | Checking bit-set v0.5.3 |
| 1170 | 2026-03-25T20:30:09.323Z | Checking strum v0.27.2 |
| 1171 | 2026-03-25T20:30:09.374Z | Checking serde_with v3.15.0 |
| 1172 | 2026-03-25T20:30:09.903Z | Checking rand_xorshift v0.3.0 |
| 1173 | 2026-03-25T20:30:10.029Z | Checking unarray v0.1.4 |
| 1174 | 2026-03-25T20:30:10.171Z | Checking proptest v1.5.0 |
| 1175 | 2026-03-25T20:30:10.267Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1176 | 2026-03-25T20:30:10.374Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1177 | 2026-03-25T20:30:10.484Z | Compiling clap_derive v4.5.4 |
| 1178 | 2026-03-25T20:30:10.552Z | Checking instant v0.1.12 |
| 1179 | 2026-03-25T20:30:10.644Z | Checking rustc-hash v2.1.1 |
| 1180 | 2026-03-25T20:30:10.810Z | Checking utf8parse v0.2.1 |
| 1181 | 2026-03-25T20:30:10.827Z | Compiling crucible-workspace-hack v0.1.0 |
| 1182 | 2026-03-25T20:30:10.935Z | Checking anstyle-parse v0.2.4 |
| 1183 | 2026-03-25T20:30:11.022Z | Checking iddqd v0.3.14 |
| 1184 | 2026-03-25T20:30:11.093Z | Checking backoff v0.4.0 |
| 1185 | 2026-03-25T20:30:11.156Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1186 | 2026-03-25T20:30:11.267Z | Checking id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1187 | 2026-03-25T20:30:11.267Z | Checking parse-display v0.10.0 |
| 1188 | 2026-03-25T20:30:11.430Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1189 | 2026-03-25T20:30:11.459Z | Checking is_terminal_polyfill v1.70.0 |
| 1190 | 2026-03-25T20:30:11.735Z | Checking anstyle-query v1.0.3 |
| 1191 | 2026-03-25T20:30:11.781Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1192 | 2026-03-25T20:30:11.833Z | Checking anstyle v1.0.7 |
| 1193 | 2026-03-25T20:30:11.902Z | Checking colorchoice v1.0.1 |
| 1194 | 2026-03-25T20:30:12.021Z | Compiling rustls-webpki v0.103.4 |
| 1195 | 2026-03-25T20:30:12.024Z | Checking anstream v0.6.14 |
| 1196 | 2026-03-25T20:30:12.077Z | Compiling zerocopy v0.7.34 |
| 1197 | 2026-03-25T20:30:12.139Z | Checking terminal_size v0.3.0 |
| 1198 | 2026-03-25T20:30:12.259Z | Compiling scroll_derive v0.12.0 |
| 1199 | 2026-03-25T20:30:12.498Z | Compiling usdt-impl v0.5.0 |
| 1200 | 2026-03-25T20:30:12.620Z | Compiling winnow v0.5.40 |
| 1201 | 2026-03-25T20:30:12.737Z | Checking clap_lex v0.7.0 |
| 1202 | 2026-03-25T20:30:12.755Z | Compiling heck v0.4.1 |
| 1203 | 2026-03-25T20:30:12.914Z | Checking scroll v0.12.0 |
| 1204 | 2026-03-25T20:30:13.070Z | Checking clap_builder v4.5.2 |
| 1205 | 2026-03-25T20:30:13.139Z | Compiling dof v0.3.0 |
| 1206 | 2026-03-25T20:30:13.371Z | Compiling dtrace-parser v0.2.0 |
| 1207 | 2026-03-25T20:30:13.616Z | Compiling thread-id v4.2.1 |
| 1208 | 2026-03-25T20:30:14.003Z | Compiling toml_edit v0.19.15 |
| 1209 | 2026-03-25T20:30:14.036Z | Checking goblin v0.8.2 |
| 1210 | 2026-03-25T20:30:14.319Z | Checking clap v4.5.4 |
| 1211 | 2026-03-25T20:30:15.120Z | Checking data-encoding v2.6.0 |
| 1212 | 2026-03-25T20:30:15.253Z | Compiling proc-macro-crate v1.3.1 |
| 1213 | 2026-03-25T20:30:15.496Z | Checking unicode-width v0.1.14 |
| 1214 | 2026-03-25T20:30:15.788Z | Compiling tokio-rustls v0.26.0 |
| 1215 | 2026-03-25T20:30:16.003Z | Compiling hyper-rustls v0.27.3 |
| 1216 | 2026-03-25T20:30:16.265Z | Checking crossbeam-epoch v0.9.18 |
| 1217 | 2026-03-25T20:30:16.344Z | Checking num-integer v0.1.46 |
| 1218 | 2026-03-25T20:30:16.782Z | Compiling reqwest v0.12.23 |
| 1219 | 2026-03-25T20:30:16.875Z | Compiling usdt-attr-macro v0.5.0 |
| 1220 | 2026-03-25T20:30:16.893Z | Compiling usdt-macro v0.5.0 |
| 1221 | 2026-03-25T20:30:17.227Z | Checking serde_spanned v0.6.9 |
| 1222 | 2026-03-25T20:30:17.363Z | Checking memmap v0.7.0 |
| 1223 | 2026-03-25T20:30:17.503Z | Checking tinyvec_macros v0.1.1 |
| 1224 | 2026-03-25T20:30:17.578Z | Checking tinyvec v1.6.0 |
| 1225 | 2026-03-25T20:30:17.594Z | Checking usdt v0.5.0 |
| 1226 | 2026-03-25T20:30:17.756Z | Checking num-bigint v0.4.5 |
| 1227 | 2026-03-25T20:30:18.073Z | Compiling itertools v0.14.0 |
| 1228 | 2026-03-25T20:30:18.145Z | Compiling proc-macro-error-attr v1.0.4 |
| 1229 | 2026-03-25T20:30:18.286Z | Compiling heapless v0.8.0 |
| 1230 | 2026-03-25T20:30:18.581Z | Checking num-rational v0.4.2 |
| 1231 | 2026-03-25T20:30:18.864Z | Compiling progenitor-client v0.11.1 |
| 1232 | 2026-03-25T20:30:19.055Z | Checking num-iter v0.1.45 |
| 1233 | 2026-03-25T20:30:19.306Z | Compiling darling_core v0.20.11 |
| 1234 | 2026-03-25T20:30:19.325Z | Compiling ingot-macros v0.1.1 |
| 1235 | 2026-03-25T20:30:19.342Z | Checking hash32 v0.3.1 |
| 1236 | 2026-03-25T20:30:19.472Z | Checking num-complex v0.4.6 |
| 1237 | 2026-03-25T20:30:19.829Z | Compiling proc-macro-error v1.0.4 |
| 1238 | 2026-03-25T20:30:19.976Z | Compiling smoltcp v0.11.0 |
| 1239 | 2026-03-25T20:30:20.319Z | Compiling rayon-core v1.13.0 |
| 1240 | 2026-03-25T20:30:20.484Z | Checking bitflags v1.3.2 |
| 1241 | 2026-03-25T20:30:20.712Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1242 | 2026-03-25T20:30:21.231Z | Compiling darling_macro v0.20.11 |
| 1243 | 2026-03-25T20:30:21.743Z | Checking num v0.4.3 |
| 1244 | 2026-03-25T20:30:21.949Z | Checking ingot-types v0.1.2 |
| 1245 | 2026-03-25T20:30:21.998Z | Compiling progenitor v0.11.1 |
| 1246 | 2026-03-25T20:30:22.139Z | Checking crossbeam-deque v0.8.5 |
| 1247 | 2026-03-25T20:30:22.154Z | Compiling num_enum_derive v0.7.4 |
| 1248 | 2026-03-25T20:30:22.521Z | Checking bstr v1.9.1 |
| 1249 | 2026-03-25T20:30:22.537Z | Checking cobs v0.2.3 |
| 1250 | 2026-03-25T20:30:22.717Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1251 | 2026-03-25T20:30:22.752Z | Checking managed v0.8.0 |
| 1252 | 2026-03-25T20:30:23.183Z | Checking num_enum v0.7.4 |
| 1253 | 2026-03-25T20:30:23.260Z | Checking postcard v1.0.9 |
| 1254 | 2026-03-25T20:30:23.517Z | Checking ingot v0.1.1 |
| 1255 | 2026-03-25T20:30:23.749Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1256 | 2026-03-25T20:30:23.823Z | Compiling darling v0.20.11 |
| 1257 | 2026-03-25T20:30:24.082Z | Compiling progenitor-client v0.10.0 |
| 1258 | 2026-03-25T20:30:24.442Z | Compiling enum-as-inner v0.6.0 |
| 1259 | 2026-03-25T20:30:24.859Z | Compiling libz-sys v1.1.16 |
| 1260 | 2026-03-25T20:30:24.996Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1261 | 2026-03-25T20:30:25.234Z | Compiling foreign-types-macros v0.2.3 |
| 1262 | 2026-03-25T20:30:25.252Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1263 | 2026-03-25T20:30:25.363Z | Checking foreign-types-shared v0.3.1 |
| 1264 | 2026-03-25T20:30:25.464Z | Compiling toml_write v0.1.2 |
| 1265 | 2026-03-25T20:30:25.634Z | Compiling semver v0.1.20 |
| 1266 | 2026-03-25T20:30:25.667Z | Checking is_ci v1.2.0 |
| 1267 | 2026-03-25T20:30:25.771Z | Compiling toml_edit v0.22.27 |
| 1268 | 2026-03-25T20:30:25.854Z | Checking foreign-types v0.5.0 |
| 1269 | 2026-03-25T20:30:25.894Z | Compiling rustc_version v0.1.7 |
| 1270 | 2026-03-25T20:30:26.009Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1271 | 2026-03-25T20:30:26.061Z | Compiling derive_builder_core v0.20.2 |
| 1272 | 2026-03-25T20:30:26.103Z | Checking rayon v1.11.0 |
| 1273 | 2026-03-25T20:30:26.290Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1274 | 2026-03-25T20:30:26.818Z | Checking tabwriter v1.4.0 |
| 1275 | 2026-03-25T20:30:26.878Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1276 | 2026-03-25T20:30:26.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1277 | 2026-03-25T20:30:26.965Z | Checking cstr-argument v0.1.2 |
| 1278 | 2026-03-25T20:30:27.154Z | Compiling owo-colors v4.2.3 |
| 1279 | 2026-03-25T20:30:27.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1280 | 2026-03-25T20:30:27.495Z | Compiling float-ord v0.3.2 |
| 1281 | 2026-03-25T20:30:27.673Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1282 | 2026-03-25T20:30:27.779Z | Compiling toml v0.8.23 |
| 1283 | 2026-03-25T20:30:27.796Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1284 | 2026-03-25T20:30:27.949Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1285 | 2026-03-25T20:30:27.966Z | Compiling derive_builder_macro v0.20.2 |
| 1286 | 2026-03-25T20:30:28.067Z | Compiling newtype_derive v0.1.6 |
| 1287 | 2026-03-25T20:30:28.101Z | Checking supports-color v2.1.0 |
| 1288 | 2026-03-25T20:30:28.238Z | Checking supports-color v3.0.2 |
| 1289 | 2026-03-25T20:30:28.256Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1290 | 2026-03-25T20:30:28.301Z | Checking resolv-conf v0.7.0 |
| 1291 | 2026-03-25T20:30:28.321Z | Checking atomicwrites v0.4.4 |
| 1292 | 2026-03-25T20:30:28.418Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1293 | 2026-03-25T20:30:28.459Z | Compiling vergen-lib v9.1.0 |
| 1294 | 2026-03-25T20:30:28.492Z | Compiling slog-dtrace v0.3.0 |
| 1295 | 2026-03-25T20:30:28.515Z | Compiling cfg_aliases v0.2.1 |
| 1296 | 2026-03-25T20:30:28.543Z | Checking linked-hash-map v0.5.6 |
| 1297 | 2026-03-25T20:30:28.607Z | Checking colored v3.0.0 |
| 1298 | 2026-03-25T20:30:28.704Z | Checking openssl-probe v0.2.1 |
| 1299 | 2026-03-25T20:30:28.709Z | Checking lru-cache v0.1.2 |
| 1300 | 2026-03-25T20:30:28.801Z | Checking rustls-native-certs v0.8.3 |
| 1301 | 2026-03-25T20:30:28.849Z | Compiling derive_builder v0.20.2 |
| 1302 | 2026-03-25T20:30:29.016Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1303 | 2026-03-25T20:30:29.128Z | Checking hickory-proto v0.24.4 |
| 1304 | 2026-03-25T20:30:29.145Z | Compiling zone_cfg_derive v0.3.0 |
| 1305 | 2026-03-25T20:30:29.491Z | Checking similar v2.7.0 |
| 1306 | 2026-03-25T20:30:29.808Z | Compiling hubpack_derive v0.1.1 |
| 1307 | 2026-03-25T20:30:29.835Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1308 | 2026-03-25T20:30:30.014Z | Checking camino-tempfile v1.4.1 |
| 1309 | 2026-03-25T20:30:30.312Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1310 | 2026-03-25T20:30:30.591Z | Compiling num-derive v0.4.2 |
| 1311 | 2026-03-25T20:30:30.608Z | Compiling serde_repr v0.1.19 |
| 1312 | 2026-03-25T20:30:30.654Z | Compiling vergen v9.1.0 |
| 1313 | 2026-03-25T20:30:30.680Z | Compiling cargo-platform v0.3.2 |
| 1314 | 2026-03-25T20:30:30.741Z | Checking sigpipe v0.1.3 |
| 1315 | 2026-03-25T20:30:30.829Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1316 | 2026-03-25T20:30:30.879Z | Checking base64 v0.21.7 |
| 1317 | 2026-03-25T20:30:30.932Z | Checking jiff v0.2.15 |
| 1318 | 2026-03-25T20:30:31.054Z | Checking indent_write v2.2.0 |
| 1319 | 2026-03-25T20:30:31.121Z | Checking siphasher v1.0.1 |
| 1320 | 2026-03-25T20:30:31.172Z | Compiling convert_case v0.4.0 |
| 1321 | 2026-03-25T20:30:31.189Z | Checking base64ct v1.6.0 |
| 1322 | 2026-03-25T20:30:31.284Z | Checking phf_shared v0.12.1 |
| 1323 | 2026-03-25T20:30:31.432Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1324 | 2026-03-25T20:30:31.436Z | Checking password-hash v0.5.0 |
| 1325 | 2026-03-25T20:30:31.481Z | Compiling derive_more v0.99.20 |
| 1326 | 2026-03-25T20:30:31.507Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 1327 | 2026-03-25T20:30:31.677Z | Checking rustls-platform-verifier v0.6.2 |
| 1328 | 2026-03-25T20:30:31.775Z | Compiling cargo_metadata v0.23.1 |
| 1329 | 2026-03-25T20:30:31.821Z | Checking zone v0.3.1 |
| 1330 | 2026-03-25T20:30:32.173Z | Checking hickory-resolver v0.24.4 |
| 1331 | 2026-03-25T20:30:32.835Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1332 | 2026-03-25T20:30:32.994Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1333 | 2026-03-25T20:30:33.017Z | Checking hubpack v0.1.2 |
| 1334 | 2026-03-25T20:30:33.190Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 1335 | 2026-03-25T20:30:33.331Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1336 | 2026-03-25T20:30:33.352Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 1337 | 2026-03-25T20:30:33.671Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1338 | 2026-03-25T20:30:33.708Z | Compiling progenitor-impl v0.10.0 |
| 1339 | 2026-03-25T20:30:33.810Z | Checking terminal_size v0.4.3 |
| 1340 | 2026-03-25T20:30:33.871Z | Checking blake2 v0.10.6 |
| 1341 | 2026-03-25T20:30:33.976Z | Checking tokio-stream v0.1.17 |
| 1342 | 2026-03-25T20:30:34.108Z | Checking smf v0.2.3 |
| 1343 | 2026-03-25T20:30:34.202Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1344 | 2026-03-25T20:30:34.252Z | Checking serde-big-array v0.5.1 |
| 1345 | 2026-03-25T20:30:34.336Z | Compiling pin-project-internal v1.1.10 |
| 1346 | 2026-03-25T20:30:34.355Z | Compiling rustc_version v0.4.1 |
| 1347 | 2026-03-25T20:30:34.391Z | Compiling vergen-git2 v9.1.0 |
| 1348 | 2026-03-25T20:30:34.590Z | Checking unicode-width v0.2.1 |
| 1349 | 2026-03-25T20:30:34.624Z | Checking foldhash v0.1.5 |
| 1350 | 2026-03-25T20:30:34.640Z | Checking static_assertions v1.1.0 |
| 1351 | 2026-03-25T20:30:34.716Z | Compiling chrono-tz v0.10.4 |
| 1352 | 2026-03-25T20:30:34.763Z | Checking unicode-segmentation v1.11.0 |
| 1353 | 2026-03-25T20:30:34.853Z | Compiling unicode-xid v0.2.4 |
| 1354 | 2026-03-25T20:30:34.936Z | Checking smawk v0.3.2 |
| 1355 | 2026-03-25T20:30:34.984Z | Checking unicode-linebreak v0.1.5 |
| 1356 | 2026-03-25T20:30:35.068Z | Checking whoami v1.5.1 |
| 1357 | 2026-03-25T20:30:35.068Z | Compiling cancel-safe-futures v0.1.5 |
| 1358 | 2026-03-25T20:30:35.204Z | Checking textwrap v0.16.2 |
| 1359 | 2026-03-25T20:30:35.246Z | Checking newline-converter v0.3.0 |
| 1360 | 2026-03-25T20:30:35.355Z | Compiling const_format_proc_macros v0.2.34 |
| 1361 | 2026-03-25T20:30:35.414Z | Checking hashbrown v0.15.2 |
| 1362 | 2026-03-25T20:30:35.417Z | Checking pin-project v1.1.10 |
| 1363 | 2026-03-25T20:30:35.430Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 1364 | 2026-03-25T20:30:35.820Z | Compiling progenitor-macro v0.10.0 |
| 1365 | 2026-03-25T20:30:35.834Z | Checking qorb v0.4.1 |
| 1366 | 2026-03-25T20:30:35.899Z | Checking argon2 v0.5.3 |
| 1367 | 2026-03-25T20:30:36.141Z | Checking reqwest v0.13.2 |
| 1368 | 2026-03-25T20:30:36.197Z | Checking phf v0.12.1 |
| 1369 | 2026-03-25T20:30:36.349Z | Checking globset v0.4.14 |
| 1370 | 2026-03-25T20:30:36.624Z | Checking unicode-normalization v0.1.24 |
| 1371 | 2026-03-25T20:30:36.814Z | Checking tokio-dtrace v0.1.1 |
| 1372 | 2026-03-25T20:30:36.972Z | Checking console v0.15.8 |
| 1373 | 2026-03-25T20:30:37.001Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1374 | 2026-03-25T20:30:37.220Z | Compiling typify-impl v0.6.1 |
| 1375 | 2026-03-25T20:30:37.531Z | Checking libsw-core v0.3.2 |
| 1376 | 2026-03-25T20:30:37.668Z | Checking secrecy v0.10.3 |
| 1377 | 2026-03-25T20:30:37.700Z | Compiling async-recursion v1.1.1 |
| 1378 | 2026-03-25T20:30:37.780Z | Compiling snafu-derive v0.8.9 |
| 1379 | 2026-03-25T20:30:37.858Z | Compiling cookie v0.18.1 |
| 1380 | 2026-03-25T20:30:38.066Z | Checking csv-core v0.1.12 |
| 1381 | 2026-03-25T20:30:38.094Z | Compiling moka v0.12.10 |
| 1382 | 2026-03-25T20:30:38.255Z | Checking same-file v1.0.6 |
| 1383 | 2026-03-25T20:30:38.320Z | Checking bytecount v0.6.9 |
| 1384 | 2026-03-25T20:30:38.372Z | Checking highway v1.3.0 |
| 1385 | 2026-03-25T20:30:38.388Z | Checking fixedbitset v0.5.7 |
| 1386 | 2026-03-25T20:30:38.434Z | Checking fixedbitset v0.4.2 |
| 1387 | 2026-03-25T20:30:38.594Z | Compiling rustls v0.21.12 |
| 1388 | 2026-03-25T20:30:38.628Z | Checking utf-8 v0.7.6 |
| 1389 | 2026-03-25T20:30:38.770Z | Checking tungstenite v0.21.0 |
| 1390 | 2026-03-25T20:30:38.853Z | Checking petgraph v0.8.3 |
| 1391 | 2026-03-25T20:30:39.241Z | Checking petgraph v0.6.5 |
| 1392 | 2026-03-25T20:30:39.506Z | Checking snafu v0.8.9 |
| 1393 | 2026-03-25T20:30:39.938Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1394 | 2026-03-25T20:30:39.954Z | Checking progenitor v0.10.0 |
| 1395 | 2026-03-25T20:30:40.090Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1396 | 2026-03-25T20:30:40.310Z | Checking papergrid v0.11.0 |
| 1397 | 2026-03-25T20:30:40.509Z | Checking walkdir v2.5.0 |
| 1398 | 2026-03-25T20:30:40.602Z | Checking csv v1.3.1 |
| 1399 | 2026-03-25T20:30:40.657Z | Compiling typify-macro v0.6.1 |
| 1400 | 2026-03-25T20:30:40.732Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1401 | 2026-03-25T20:30:40.911Z | Checking libsw v3.5.0 |
| 1402 | 2026-03-25T20:30:40.958Z | Checking expectorate v1.2.0 |
| 1403 | 2026-03-25T20:30:40.975Z | Checking olpc-cjson v0.1.4 |
| 1404 | 2026-03-25T20:30:41.064Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1405 | 2026-03-25T20:30:41.092Z | Checking oxide-tokio-rt v0.1.2 |
| 1406 | 2026-03-25T20:30:41.238Z | Checking const_format v0.2.35 |
| 1407 | 2026-03-25T20:30:41.359Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1408 | 2026-03-25T20:30:41.470Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1409 | 2026-03-25T20:30:41.514Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1410 | 2026-03-25T20:30:41.627Z | Compiling nix v0.30.1 |
| 1411 | 2026-03-25T20:30:41.761Z | Compiling tabled_derive v0.7.0 |
| 1412 | 2026-03-25T20:30:41.780Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1413 | 2026-03-25T20:30:41.799Z | Checking gethostname v0.5.0 |
| 1414 | 2026-03-25T20:30:41.899Z | Checking pem v3.0.5 |
| 1415 | 2026-03-25T20:30:41.955Z | Checking inout v0.1.3 |
| 1416 | 2026-03-25T20:30:42.026Z | Checking rustls-webpki v0.101.7 |
| 1417 | 2026-03-25T20:30:42.066Z | Checking sct v0.7.1 |
| 1418 | 2026-03-25T20:30:42.085Z | Checking bcs v0.1.6 |
| 1419 | 2026-03-25T20:30:42.102Z | Checking serde_plain v1.0.2 |
| 1420 | 2026-03-25T20:30:42.147Z | Checking termtree v0.5.1 |
| 1421 | 2026-03-25T20:30:42.199Z | Compiling radium v0.7.0 |
| 1422 | 2026-03-25T20:30:42.252Z | Checking linear-map v1.2.0 |
| 1423 | 2026-03-25T20:30:42.289Z | Checking swrite v0.1.0 |
| 1424 | 2026-03-25T20:30:42.315Z | Checking tagptr v0.2.0 |
| 1425 | 2026-03-25T20:30:42.354Z | Checking typed-path v0.9.3 |
| 1426 | 2026-03-25T20:30:42.424Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1427 | 2026-03-25T20:30:42.511Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1428 | 2026-03-25T20:30:42.694Z | Checking tabled v0.15.0 |
| 1429 | 2026-03-25T20:30:43.076Z | Checking cipher v0.4.4 |
| 1430 | 2026-03-25T20:30:43.118Z | Checking tough v0.20.0 |
| 1431 | 2026-03-25T20:30:43.299Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1432 | 2026-03-25T20:30:43.647Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1433 | 2026-03-25T20:30:43.666Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1434 | 2026-03-25T20:30:44.059Z | Checking steno v0.4.1 |
| 1435 | 2026-03-25T20:30:44.063Z | Checking tokio-tungstenite v0.21.0 |
| 1436 | 2026-03-25T20:30:44.369Z | Checking hickory-proto v0.25.2 |
| 1437 | 2026-03-25T20:30:44.617Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1438 | 2026-03-25T20:30:44.768Z | Checking humantime v2.3.0 |
| 1439 | 2026-03-25T20:30:44.829Z | Checking tap v1.0.1 |
| 1440 | 2026-03-25T20:30:44.968Z | Checking wyz v0.5.1 |
| 1441 | 2026-03-25T20:30:44.972Z | Checking toml v1.0.6+spec-1.1.0 |
| 1442 | 2026-03-25T20:30:45.058Z | Checking tokio-rustls v0.24.1 |
| 1443 | 2026-03-25T20:30:45.254Z | Checking rustls-pemfile v1.0.4 |
| 1444 | 2026-03-25T20:30:45.306Z | Compiling num_enum_derive v0.5.11 |
| 1445 | 2026-03-25T20:30:45.323Z | Checking twox-hash v2.1.2 |
| 1446 | 2026-03-25T20:30:45.389Z | Checking universal-hash v0.5.1 |
| 1447 | 2026-03-25T20:30:45.528Z | Checking atty v0.2.14 |
| 1448 | 2026-03-25T20:30:45.532Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1449 | 2026-03-25T20:30:45.602Z | Checking opaque-debug v0.3.1 |
| 1450 | 2026-03-25T20:30:45.618Z | Checking funty v2.0.0 |
| 1451 | 2026-03-25T20:30:45.678Z | Checking polyval v0.6.2 |
| 1452 | 2026-03-25T20:30:45.790Z | Checking ctr v0.9.2 |
| 1453 | 2026-03-25T20:30:45.845Z | Checking aes v0.8.4 |
| 1454 | 2026-03-25T20:30:45.938Z | Checking bitvec v1.0.1 |
| 1455 | 2026-03-25T20:30:45.961Z | Checking hickory-resolver v0.25.2 |
| 1456 | 2026-03-25T20:30:45.971Z | Compiling typify v0.6.1 |
| 1457 | 2026-03-25T20:30:46.068Z | Compiling nix v0.31.1 |
| 1458 | 2026-03-25T20:30:46.185Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1459 | 2026-03-25T20:30:46.297Z | Checking num_enum v0.5.11 |
| 1460 | 2026-03-25T20:30:46.412Z | Checking aead v0.5.2 |
| 1461 | 2026-03-25T20:30:46.454Z | Checking bincode v1.3.3 |
| 1462 | 2026-03-25T20:30:46.549Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1463 | 2026-03-25T20:30:46.573Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1464 | 2026-03-25T20:30:46.766Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1465 | 2026-03-25T20:30:46.784Z | Checking toml v0.7.8 |
| 1466 | 2026-03-25T20:30:46.800Z | Checking passt v0.3.0 |
| 1467 | 2026-03-25T20:30:46.902Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1468 | 2026-03-25T20:30:46.919Z | Checking fakedata_generator v0.7.1 |
| 1469 | 2026-03-25T20:30:47.037Z | Checking aes-gcm-siv v0.11.1 |
| 1470 | 2026-03-25T20:30:47.090Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1471 | 2026-03-25T20:30:47.093Z | Compiling progenitor-impl v0.13.0 |
| 1472 | 2026-03-25T20:30:47.140Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1473 | 2026-03-25T20:30:47.183Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1474 | 2026-03-25T20:30:47.235Z | Compiling bitstruct_derive v0.1.0 |
| 1475 | 2026-03-25T20:30:47.286Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1476 | 2026-03-25T20:30:47.289Z | Checking dropshot-api-manager-types v0.5.2 |
| 1477 | 2026-03-25T20:30:47.397Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1478 | 2026-03-25T20:30:47.417Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1479 | 2026-03-25T20:30:47.477Z | Compiling fs-err v3.1.2 |
| 1480 | 2026-03-25T20:30:47.600Z | Checking typeid v1.0.0 |
| 1481 | 2026-03-25T20:30:47.617Z | Checking ascii v1.1.0 |
| 1482 | 2026-03-25T20:30:47.704Z | Checking ringbuffer v0.16.0 |
| 1483 | 2026-03-25T20:30:47.707Z | Checking pretty-hex v0.2.1 |
| 1484 | 2026-03-25T20:30:47.707Z | Compiling cfg_aliases v0.1.1 |
| 1485 | 2026-03-25T20:30:47.822Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1486 | 2026-03-25T20:30:47.825Z | Compiling nix v0.28.0 |
| 1487 | 2026-03-25T20:30:47.834Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1488 | 2026-03-25T20:30:47.876Z | Checking bitstruct v0.1.1 |
| 1489 | 2026-03-25T20:30:47.897Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1490 | 2026-03-25T20:30:47.982Z | Checking erased-serde v0.4.5 |
| 1491 | 2026-03-25T20:30:48.134Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1492 | 2026-03-25T20:30:48.185Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1493 | 2026-03-25T20:30:48.325Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1494 | 2026-03-25T20:30:48.490Z | Checking progenitor-client v0.13.0 |
| 1495 | 2026-03-25T20:30:48.549Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1496 | 2026-03-25T20:30:48.723Z | Checking serde_arrays v0.1.0 |
| 1497 | 2026-03-25T20:30:48.746Z | Checking libloading v0.7.4 |
| 1498 | 2026-03-25T20:30:48.746Z | Checking bit_field v0.10.2 |
| 1499 | 2026-03-25T20:30:48.853Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1500 | 2026-03-25T20:30:48.918Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1501 | 2026-03-25T20:30:48.938Z | Checking git-stub v1.0.0 |
| 1502 | 2026-03-25T20:30:49.005Z | Checking kstat-rs v0.2.4 |
| 1503 | 2026-03-25T20:30:49.022Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1504 | 2026-03-25T20:30:49.099Z | Compiling escargot v0.5.10 |
| 1505 | 2026-03-25T20:30:49.116Z | Checking git-stub-vcs v0.1.0 |
| 1506 | 2026-03-25T20:30:49.152Z | Checking ron v0.8.1 |
| 1507 | 2026-03-25T20:30:49.200Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1508 | 2026-03-25T20:30:49.230Z | Compiling progenitor-macro v0.13.0 |
| 1509 | 2026-03-25T20:30:49.310Z | Checking itertools v0.13.0 |
| 1510 | 2026-03-25T20:30:49.390Z | Checking xattr v1.3.1 |
| 1511 | 2026-03-25T20:30:49.530Z | Checking drift v0.1.2 |
| 1512 | 2026-03-25T20:30:49.674Z | Checking sha2 v0.10.9 |
| 1513 | 2026-03-25T20:30:49.775Z | Checking cargo-platform v0.1.8 |
| 1514 | 2026-03-25T20:30:49.792Z | Checking filetime v0.2.23 |
| 1515 | 2026-03-25T20:30:49.933Z | Checking tar v0.4.40 |
| 1516 | 2026-03-25T20:30:49.936Z | Checking dropshot-api-manager v0.5.2 |
| 1517 | 2026-03-25T20:30:49.966Z | Checking cargo_metadata v0.18.1 |
| 1518 | 2026-03-25T20:30:50.284Z | Checking ctrlc v3.4.4 |
| 1519 | 2026-03-25T20:30:50.426Z | Checking fatfs v0.3.6 |
| 1520 | 2026-03-25T20:30:50.780Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1521 | 2026-03-25T20:30:51.054Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1522 | 2026-03-25T20:30:51.670Z | Compiling git2 v0.20.2 |
| 1523 | 2026-03-25T20:30:52.499Z | Checking progenitor v0.13.0 |
| 1524 | 2026-03-25T20:30:52.623Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1525 | 2026-03-25T20:30:53.914Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1526 | 2026-03-25T20:30:54.266Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1527 | 2026-03-25T20:30:54.675Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1528 | 2026-03-25T20:30:57.024Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1529 | 2026-03-25T20:31:00.628Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1530 | 2026-03-25T20:31:02.313Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1531 | 2026-03-25T20:31:05.683Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1532 | 2026-03-25T20:31:11.493Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1533 | 2026-03-25T20:31:11.496Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1534 | 2026-03-25T20:31:15.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1535 | 2026-03-25T20:31:15.977Z | |
| 1536 | 2026-03-25T20:31:15.981Z | real 2:06.386567714 |
| 1537 | 2026-03-25T20:31:15.981Z | user 7:42.579348303 |
| 1538 | 2026-03-25T20:31:15.981Z | sys 2:00.801390069 |
| 1539 | 2026-03-25T20:31:15.981Z | trap 0.231174792 |
| 1540 | 2026-03-25T20:31:15.981Z | tflt 0.862429480 |
| 1541 | 2026-03-25T20:31:15.981Z | dflt 0.281203117 |
| 1542 | 2026-03-25T20:31:15.981Z | kflt 0.009349205 |
| 1543 | 2026-03-25T20:31:15.981Z | lock 13:52.658812179 |
| 1544 | 2026-03-25T20:31:15.981Z | slp 31:22.795762552 |
| 1545 | 2026-03-25T20:31:15.982Z | lat 1:13.492928495 |
| 1546 | 2026-03-25T20:31:15.982Z | stop 3:34.817482023 |
| 1547 | 2026-03-25T20:31:15.982Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1548 | 2026-03-25T20:31:16.335Z | Downloading crates ... |
| 1549 | 2026-03-25T20:31:16.487Z | Downloaded crc32fast v1.4.0 |
| 1550 | 2026-03-25T20:31:16.492Z | Downloaded predicates v3.1.0 |
| 1551 | 2026-03-25T20:31:16.495Z | Downloaded slog-envlogger v2.2.0 |
| 1552 | 2026-03-25T20:31:16.500Z | Downloaded slog-scope v4.4.0 |
| 1553 | 2026-03-25T20:31:16.503Z | Downloaded predicates-core v1.0.6 |
| 1554 | 2026-03-25T20:31:16.503Z | Downloaded predicates-tree v1.0.9 |
| 1555 | 2026-03-25T20:31:16.503Z | Downloaded mockall v0.12.1 |
| 1556 | 2026-03-25T20:31:16.503Z | Downloaded simd-adler32 v0.3.7 |
| 1557 | 2026-03-25T20:31:16.503Z | Downloaded fragile v2.0.0 |
| 1558 | 2026-03-25T20:31:16.506Z | Downloaded downcast v0.11.0 |
| 1559 | 2026-03-25T20:31:16.509Z | Downloaded miniz_oxide v0.7.2 |
| 1560 | 2026-03-25T20:31:16.512Z | Downloaded termtree v0.4.1 |
| 1561 | 2026-03-25T20:31:16.516Z | Downloaded slog-stdlog v4.1.1 |
| 1562 | 2026-03-25T20:31:16.516Z | Downloaded serde_test v1.0.176 |
| 1563 | 2026-03-25T20:31:16.521Z | Downloaded bytemuck v1.16.0 |
| 1564 | 2026-03-25T20:31:16.523Z | Downloaded mockall_derive v0.12.1 |
| 1565 | 2026-03-25T20:31:16.537Z | Downloaded fdeflate v0.3.4 |
| 1566 | 2026-03-25T20:31:16.575Z | Downloaded flate2 v1.0.30 |
| 1567 | 2026-03-25T20:31:16.578Z | Downloaded arc-swap v1.7.1 |
| 1568 | 2026-03-25T20:31:16.581Z | Downloaded png v0.17.13 |
| 1569 | 2026-03-25T20:31:17.379Z | Downloaded image v0.25.1 |
| 1570 | 2026-03-25T20:31:17.565Z | Checking log v0.4.29 |
| 1571 | 2026-03-25T20:31:17.648Z | Checking tokio v1.49.0 |
| 1572 | 2026-03-25T20:31:17.663Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1573 | 2026-03-25T20:31:17.680Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1574 | 2026-03-25T20:31:17.691Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1575 | 2026-03-25T20:31:17.696Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1576 | 2026-03-25T20:31:17.708Z | Compiling crc32fast v1.4.0 |
| 1577 | 2026-03-25T20:31:17.711Z | Checking simd-adler32 v0.3.7 |
| 1578 | 2026-03-25T20:31:17.787Z | Checking rustls v0.23.31 |
| 1579 | 2026-03-25T20:31:17.829Z | Checking goblin v0.10.4 |
| 1580 | 2026-03-25T20:31:17.839Z | Checking rustls v0.22.4 |
| 1581 | 2026-03-25T20:31:17.849Z | Checking native-tls v0.2.11 |
| 1582 | 2026-03-25T20:31:17.903Z | Checking typify-impl v0.4.3 |
| 1583 | 2026-03-25T20:31:17.949Z | Checking goblin v0.8.2 |
| 1584 | 2026-03-25T20:31:17.983Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1585 | 2026-03-25T20:31:18.010Z | Checking tungstenite v0.21.0 |
| 1586 | 2026-03-25T20:31:18.405Z | Checking globset v0.4.14 |
| 1587 | 2026-03-25T20:31:18.644Z | Checking rustls v0.21.12 |
| 1588 | 2026-03-25T20:31:19.020Z | Checking typify v0.4.3 |
| 1589 | 2026-03-25T20:31:19.130Z | Checking progenitor-impl v0.11.1 |
| 1590 | 2026-03-25T20:31:19.244Z | Checking progenitor-impl v0.10.0 |
| 1591 | 2026-03-25T20:31:19.841Z | Checking dof v0.3.0 |
| 1592 | 2026-03-25T20:31:19.896Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1593 | 2026-03-25T20:31:19.961Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1594 | 2026-03-25T20:31:20.011Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1595 | 2026-03-25T20:31:20.082Z | Checking typify-impl v0.6.1 |
| 1596 | 2026-03-25T20:31:20.092Z | Checking rustls-platform-verifier v0.6.2 |
| 1597 | 2026-03-25T20:31:20.110Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1598 | 2026-03-25T20:31:20.120Z | Checking usdt-impl v0.5.0 |
| 1599 | 2026-03-25T20:31:20.123Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1600 | 2026-03-25T20:31:20.142Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1601 | 2026-03-25T20:31:20.159Z | Checking dof v0.4.0 |
| 1602 | 2026-03-25T20:31:20.216Z | Checking adler v1.0.2 |
| 1603 | 2026-03-25T20:31:20.321Z | Checking miniz_oxide v0.7.2 |
| 1604 | 2026-03-25T20:31:20.342Z | Checking arc-swap v1.7.1 |
| 1605 | 2026-03-25T20:31:20.389Z | Checking usdt v0.5.0 |
| 1606 | 2026-03-25T20:31:20.421Z | Checking fdeflate v0.3.4 |
| 1607 | 2026-03-25T20:31:20.538Z | Checking usdt-impl v0.6.0 |
| 1608 | 2026-03-25T20:31:20.548Z | Checking slog-scope v4.4.0 |
| 1609 | 2026-03-25T20:31:20.551Z | Checking slog-dtrace v0.3.0 |
| 1610 | 2026-03-25T20:31:20.650Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1611 | 2026-03-25T20:31:20.661Z | Checking flate2 v1.0.30 |
| 1612 | 2026-03-25T20:31:20.674Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1613 | 2026-03-25T20:31:20.731Z | Checking tokio-util v0.7.16 |
| 1614 | 2026-03-25T20:31:20.762Z | Checking tokio-rustls v0.26.0 |
| 1615 | 2026-03-25T20:31:20.794Z | Checking tower v0.5.2 |
| 1616 | 2026-03-25T20:31:20.804Z | Checking usdt v0.6.0 |
| 1617 | 2026-03-25T20:31:20.871Z | Checking tokio-rustls v0.25.0 |
| 1618 | 2026-03-25T20:31:20.933Z | Checking tokio-native-tls v0.3.1 |
| 1619 | 2026-03-25T20:31:20.957Z | Checking backoff v0.4.0 |
| 1620 | 2026-03-25T20:31:20.960Z | Checking tokio-tungstenite v0.21.0 |
| 1621 | 2026-03-25T20:31:20.960Z | Checking hickory-proto v0.24.4 |
| 1622 | 2026-03-25T20:31:21.058Z | Checking zone v0.3.1 |
| 1623 | 2026-03-25T20:31:21.083Z | Checking libsw-core v0.3.2 |
| 1624 | 2026-03-25T20:31:21.122Z | Checking tokio-dtrace v0.1.1 |
| 1625 | 2026-03-25T20:31:21.172Z | Checking tower-http v0.6.8 |
| 1626 | 2026-03-25T20:31:21.184Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1627 | 2026-03-25T20:31:21.203Z | Checking h2 v0.4.6 |
| 1628 | 2026-03-25T20:31:21.218Z | Checking tokio-stream v0.1.17 |
| 1629 | 2026-03-25T20:31:21.221Z | Checking libsw v3.5.0 |
| 1630 | 2026-03-25T20:31:21.293Z | Checking oxide-tokio-rt v0.1.2 |
| 1631 | 2026-03-25T20:31:21.364Z | Checking cancel-safe-futures v0.1.5 |
| 1632 | 2026-03-25T20:31:21.416Z | Checking hickory-proto v0.25.2 |
| 1633 | 2026-03-25T20:31:21.444Z | Checking steno v0.4.1 |
| 1634 | 2026-03-25T20:31:21.454Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1635 | 2026-03-25T20:31:21.590Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1636 | 2026-03-25T20:31:21.601Z | Checking tokio-rustls v0.24.1 |
| 1637 | 2026-03-25T20:31:21.689Z | Checking typify v0.6.1 |
| 1638 | 2026-03-25T20:31:21.789Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1639 | 2026-03-25T20:31:21.799Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1640 | 2026-03-25T20:31:21.966Z | Checking progenitor-impl v0.13.0 |
| 1641 | 2026-03-25T20:31:21.970Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1642 | 2026-03-25T20:31:21.994Z | Checking png v0.17.13 |
| 1643 | 2026-03-25T20:31:22.087Z | Checking slog-stdlog v4.1.1 |
| 1644 | 2026-03-25T20:31:22.206Z | Checking bytemuck v1.16.0 |
| 1645 | 2026-03-25T20:31:22.417Z | Checking predicates-core v1.0.6 |
| 1646 | 2026-03-25T20:31:22.450Z | Checking slog-envlogger v2.2.0 |
| 1647 | 2026-03-25T20:31:22.510Z | Checking image v0.25.1 |
| 1648 | 2026-03-25T20:31:22.538Z | Checking hickory-resolver v0.24.4 |
| 1649 | 2026-03-25T20:31:22.538Z | Checking termtree v0.4.1 |
| 1650 | 2026-03-25T20:31:22.587Z | Checking predicates v3.1.0 |
| 1651 | 2026-03-25T20:31:22.667Z | Checking predicates-tree v1.0.9 |
| 1652 | 2026-03-25T20:31:22.776Z | Compiling mockall_derive v0.12.1 |
| 1653 | 2026-03-25T20:31:22.834Z | Checking downcast v0.11.0 |
| 1654 | 2026-03-25T20:31:22.845Z | Checking fragile v2.0.0 |
| 1655 | 2026-03-25T20:31:22.848Z | Checking escargot v0.5.10 |
| 1656 | 2026-03-25T20:31:22.956Z | Checking fatfs v0.3.6 |
| 1657 | 2026-03-25T20:31:22.989Z | Checking serde_test v1.0.176 |
| 1658 | 2026-03-25T20:31:22.999Z | Checking hickory-resolver v0.25.2 |
| 1659 | 2026-03-25T20:31:23.029Z | Checking hyper v1.8.1 |
| 1660 | 2026-03-25T20:31:23.202Z | Checking qorb v0.4.1 |
| 1661 | 2026-03-25T20:31:23.300Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1662 | 2026-03-25T20:31:24.195Z | Checking hyper-util v0.1.19 |
| 1663 | 2026-03-25T20:31:25.035Z | Checking mockall v0.12.1 |
| 1664 | 2026-03-25T20:31:25.053Z | Checking hyper-rustls v0.27.3 |
| 1665 | 2026-03-25T20:31:25.053Z | Checking dropshot v0.16.7 |
| 1666 | 2026-03-25T20:31:25.053Z | Checking hyper-tls v0.6.0 |
| 1667 | 2026-03-25T20:31:25.060Z | Checking reqwest v0.12.23 |
| 1668 | 2026-03-25T20:31:25.064Z | Checking reqwest v0.13.2 |
| 1669 | 2026-03-25T20:31:25.948Z | Checking progenitor-client v0.11.1 |
| 1670 | 2026-03-25T20:31:25.968Z | Checking progenitor-client v0.10.0 |
| 1671 | 2026-03-25T20:31:25.968Z | Checking tough v0.20.0 |
| 1672 | 2026-03-25T20:31:25.968Z | Checking progenitor-client v0.13.0 |
| 1673 | 2026-03-25T20:31:25.968Z | Checking progenitor v0.11.1 |
| 1674 | 2026-03-25T20:31:25.968Z | Checking progenitor v0.10.0 |
| 1675 | 2026-03-25T20:31:25.977Z | Checking progenitor v0.13.0 |
| 1676 | 2026-03-25T20:31:26.030Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 1677 | 2026-03-25T20:31:26.216Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1678 | 2026-03-25T20:31:26.646Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1679 | 2026-03-25T20:31:26.646Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1680 | 2026-03-25T20:31:26.651Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1681 | 2026-03-25T20:31:26.651Z | Checking dropshot-api-manager v0.5.2 |
| 1682 | 2026-03-25T20:31:27.272Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1683 | 2026-03-25T20:31:27.485Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1684 | 2026-03-25T20:31:28.143Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1685 | 2026-03-25T20:31:28.192Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1686 | 2026-03-25T20:31:28.583Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1687 | 2026-03-25T20:31:31.873Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1688 | 2026-03-25T20:31:31.873Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1689 | 2026-03-25T20:31:31.873Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1690 | 2026-03-25T20:31:31.873Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1691 | 2026-03-25T20:31:31.876Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1692 | 2026-03-25T20:31:31.876Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1693 | 2026-03-25T20:31:32.468Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1694 | 2026-03-25T20:31:33.066Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1695 | 2026-03-25T20:31:33.098Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1696 | 2026-03-25T20:31:33.101Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1697 | 2026-03-25T20:31:33.326Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1698 | 2026-03-25T20:31:33.561Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1699 | 2026-03-25T20:31:33.718Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1700 | 2026-03-25T20:31:33.780Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1701 | 2026-03-25T20:31:33.780Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1702 | 2026-03-25T20:31:35.328Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1703 | 2026-03-25T20:31:44.273Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1704 | 2026-03-25T20:31:47.675Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 1705 | 2026-03-25T20:31:48.189Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 1706 | 2026-03-25T20:31:50.746Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1707 | 2026-03-25T20:31:57.851Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1708 | 2026-03-25T20:31:57.856Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1709 | 2026-03-25T20:32:02.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.72s |
| 1710 | 2026-03-25T20:32:02.903Z | |
| 1711 | 2026-03-25T20:32:02.903Z | real 46.912728222 |
| 1712 | 2026-03-25T20:32:02.903Z | user 1:50.502597424 |
| 1713 | 2026-03-25T20:32:02.903Z | sys 19.851514222 |
| 1714 | 2026-03-25T20:32:02.903Z | trap 0.038493927 |
| 1715 | 2026-03-25T20:32:02.903Z | tflt 0.051380916 |
| 1716 | 2026-03-25T20:32:02.903Z | dflt 0.022750626 |
| 1717 | 2026-03-25T20:32:02.903Z | kflt 0.000072083 |
| 1718 | 2026-03-25T20:32:02.903Z | lock 4:14.551515848 |
| 1719 | 2026-03-25T20:32:02.903Z | slp 6:20.397857937 |
| 1720 | 2026-03-25T20:32:02.910Z | lat 4.989349332 |
| 1721 | 2026-03-25T20:32:02.910Z | stop 13.048437853 |
| 1722 | 2026-03-25T20:32:02.910Z | + banner build |
| 1723 | 2026-03-25T20:32:02.910Z | |
| 1724 | 2026-03-25T20:32:02.910Z | ##### # # # # ##### |
| 1725 | 2026-03-25T20:32:02.910Z | # # # # # # # # |
| 1726 | 2026-03-25T20:32:02.910Z | ##### # # # # # # |
| 1727 | 2026-03-25T20:32:02.910Z | # # # # # # # # |
| 1728 | 2026-03-25T20:32:02.910Z | # # # # # # # # |
| 1729 | 2026-03-25T20:32:02.910Z | ##### #### # ###### ##### |
| 1730 | 2026-03-25T20:32:02.910Z | |
| 1731 | 2026-03-25T20:32:02.910Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1732 | 2026-03-25T20:32:03.470Z | Compiling proc-macro2 v1.0.106 |
| 1733 | 2026-03-25T20:32:03.470Z | Compiling quote v1.0.44 |
| 1734 | 2026-03-25T20:32:03.470Z | Compiling unicode-ident v1.0.24 |
| 1735 | 2026-03-25T20:32:03.470Z | Compiling libc v0.2.180 |
| 1736 | 2026-03-25T20:32:03.476Z | Compiling serde_core v1.0.228 |
| 1737 | 2026-03-25T20:32:03.476Z | Compiling serde v1.0.228 |
| 1738 | 2026-03-25T20:32:03.476Z | Compiling autocfg v1.3.0 |
| 1739 | 2026-03-25T20:32:03.543Z | Compiling cfg-if v1.0.0 |
| 1740 | 2026-03-25T20:32:05.413Z | Compiling memchr v2.7.2 |
| 1741 | 2026-03-25T20:32:05.422Z | Compiling zmij v1.0.19 |
| 1742 | 2026-03-25T20:32:05.422Z | Compiling getrandom v0.3.2 |
| 1743 | 2026-03-25T20:32:05.422Z | Compiling libm v0.2.8 |
| 1744 | 2026-03-25T20:32:05.422Z | Compiling itoa v1.0.11 |
| 1745 | 2026-03-25T20:32:05.422Z | Compiling smallvec v1.13.2 |
| 1746 | 2026-03-25T20:32:05.422Z | Compiling version_check v0.9.5 |
| 1747 | 2026-03-25T20:32:05.422Z | Compiling shlex v1.3.0 |
| 1748 | 2026-03-25T20:32:05.422Z | Compiling jobserver v0.1.31 |
| 1749 | 2026-03-25T20:32:05.422Z | Compiling syn v2.0.117 |
| 1750 | 2026-03-25T20:32:05.422Z | Compiling cc v1.2.17 |
| 1751 | 2026-03-25T20:32:05.422Z | Compiling lock_api v0.4.12 |
| 1752 | 2026-03-25T20:32:05.423Z | Compiling parking_lot_core v0.9.10 |
| 1753 | 2026-03-25T20:32:05.423Z | Compiling serde_json v1.0.149 |
| 1754 | 2026-03-25T20:32:05.423Z | Compiling stable_deref_trait v1.2.0 |
| 1755 | 2026-03-25T20:32:05.423Z | Compiling log v0.4.29 |
| 1756 | 2026-03-25T20:32:05.423Z | Compiling thiserror v2.0.18 |
| 1757 | 2026-03-25T20:32:05.423Z | Compiling slab v0.4.9 |
| 1758 | 2026-03-25T20:32:05.423Z | Compiling heck v0.5.0 |
| 1759 | 2026-03-25T20:32:05.498Z | Compiling litemap v0.7.4 |
| 1760 | 2026-03-25T20:32:05.563Z | Compiling writeable v0.5.5 |
| 1761 | 2026-03-25T20:32:05.697Z | Compiling rustversion v1.0.22 |
| 1762 | 2026-03-25T20:32:05.766Z | Compiling percent-encoding v2.3.2 |
| 1763 | 2026-03-25T20:32:05.837Z | Compiling icu_locid_transform_data v1.5.0 |
| 1764 | 2026-03-25T20:32:05.932Z | Compiling icu_properties_data v1.5.0 |
| 1765 | 2026-03-25T20:32:06.018Z | Compiling num-traits v0.2.19 |
| 1766 | 2026-03-25T20:32:06.027Z | Compiling icu_normalizer_data v1.5.0 |
| 1767 | 2026-03-25T20:32:06.078Z | Compiling utf8_iter v1.0.4 |
| 1768 | 2026-03-25T20:32:06.088Z | Compiling write16 v1.0.0 |
| 1769 | 2026-03-25T20:32:06.106Z | Compiling utf16_iter v1.0.5 |
| 1770 | 2026-03-25T20:32:06.242Z | Compiling pin-project-lite v0.2.14 |
| 1771 | 2026-03-25T20:32:06.251Z | Compiling form_urlencoded v1.2.2 |
| 1772 | 2026-03-25T20:32:06.338Z | Compiling getrandom v0.2.14 |
| 1773 | 2026-03-25T20:32:06.430Z | Compiling equivalent v1.0.2 |
| 1774 | 2026-03-25T20:32:06.516Z | Compiling allocator-api2 v0.2.21 |
| 1775 | 2026-03-25T20:32:06.519Z | Compiling foldhash v0.2.0 |
| 1776 | 2026-03-25T20:32:06.564Z | Compiling regex-syntax v0.8.5 |
| 1777 | 2026-03-25T20:32:06.589Z | Compiling ring v0.17.14 |
| 1778 | 2026-03-25T20:32:06.722Z | Compiling aho-corasick v1.1.3 |
| 1779 | 2026-03-25T20:32:06.842Z | Compiling hashbrown v0.16.1 |
| 1780 | 2026-03-25T20:32:07.384Z | Compiling scopeguard v1.2.0 |
| 1781 | 2026-03-25T20:32:07.442Z | Compiling synstructure v0.13.1 |
| 1782 | 2026-03-25T20:32:07.481Z | Compiling serde_derive_internals v0.29.1 |
| 1783 | 2026-03-25T20:32:07.740Z | Compiling semver v1.0.27 |
| 1784 | 2026-03-25T20:32:07.817Z | Compiling socket2 v0.6.0 |
| 1785 | 2026-03-25T20:32:07.922Z | Compiling parking_lot v0.12.2 |
| 1786 | 2026-03-25T20:32:08.038Z | Compiling regex-automata v0.4.14 |
| 1787 | 2026-03-25T20:32:08.125Z | Compiling portable-atomic v1.11.1 |
| 1788 | 2026-03-25T20:32:08.193Z | Compiling signal-hook-registry v1.4.2 |
| 1789 | 2026-03-25T20:32:08.221Z | Compiling mio v1.0.2 |
| 1790 | 2026-03-25T20:32:08.625Z | Compiling bitflags v2.9.4 |
| 1791 | 2026-03-25T20:32:08.667Z | Compiling serde_derive v1.0.228 |
| 1792 | 2026-03-25T20:32:08.824Z | Compiling zerofrom-derive v0.1.5 |
| 1793 | 2026-03-25T20:32:08.828Z | Compiling yoke-derive v0.7.5 |
| 1794 | 2026-03-25T20:32:08.844Z | Compiling zerovec-derive v0.10.3 |
| 1795 | 2026-03-25T20:32:08.864Z | Compiling displaydoc v0.2.5 |
| 1796 | 2026-03-25T20:32:08.900Z | Compiling icu_provider_macros v1.5.0 |
| 1797 | 2026-03-25T20:32:09.325Z | Compiling tokio-macros v2.6.0 |
| 1798 | 2026-03-25T20:32:09.480Z | Compiling schemars_derive v0.8.22 |
| 1799 | 2026-03-25T20:32:09.609Z | Compiling thiserror-impl v2.0.18 |
| 1800 | 2026-03-25T20:32:09.828Z | Compiling futures-macro v0.3.31 |
| 1801 | 2026-03-25T20:32:09.872Z | Compiling regex v1.12.3 |
| 1802 | 2026-03-25T20:32:10.007Z | Compiling zerofrom v0.1.5 |
| 1803 | 2026-03-25T20:32:10.151Z | Compiling yoke v0.7.5 |
| 1804 | 2026-03-25T20:32:10.366Z | Compiling zerovec v0.10.4 |
| 1805 | 2026-03-25T20:32:10.467Z | Compiling thiserror v1.0.64 |
| 1806 | 2026-03-25T20:32:10.584Z | Compiling critical-section v1.2.0 |
| 1807 | 2026-03-25T20:32:10.678Z | Compiling iana-time-zone v0.1.64 |
| 1808 | 2026-03-25T20:32:10.695Z | Compiling once_cell v1.21.3 |
| 1809 | 2026-03-25T20:32:10.774Z | Compiling thiserror-impl v1.0.64 |
| 1810 | 2026-03-25T20:32:10.873Z | Compiling uuid v1.19.0 |
| 1811 | 2026-03-25T20:32:10.927Z | Compiling futures-core v0.3.32 |
| 1812 | 2026-03-25T20:32:10.940Z | Compiling fnv v1.0.7 |
| 1813 | 2026-03-25T20:32:11.244Z | Compiling schemars v0.8.22 |
| 1814 | 2026-03-25T20:32:11.258Z | Compiling tinystr v0.7.6 |
| 1815 | 2026-03-25T20:32:11.471Z | Compiling icu_collections v1.5.0 |
| 1816 | 2026-03-25T20:32:11.474Z | Compiling httparse v1.10.1 |
| 1817 | 2026-03-25T20:32:11.535Z | Compiling icu_locid v1.5.0 |
| 1818 | 2026-03-25T20:32:11.695Z | Compiling dyn-clone v1.0.17 |
| 1819 | 2026-03-25T20:32:11.823Z | Compiling bytes v1.11.1 |
| 1820 | 2026-03-25T20:32:11.861Z | Compiling serde_tokenstream v0.2.3 |
| 1821 | 2026-03-25T20:32:11.952Z | Compiling chrono v0.4.44 |
| 1822 | 2026-03-25T20:32:12.141Z | Compiling icu_provider v1.5.0 |
| 1823 | 2026-03-25T20:32:12.336Z | Compiling tokio v1.49.0 |
| 1824 | 2026-03-25T20:32:12.419Z | Compiling indexmap v2.13.0 |
| 1825 | 2026-03-25T20:32:12.712Z | Compiling icu_locid_transform v1.5.0 |
| 1826 | 2026-03-25T20:32:13.050Z | Compiling futures-sink v0.3.31 |
| 1827 | 2026-03-25T20:32:13.219Z | Compiling typenum v1.17.0 |
| 1828 | 2026-03-25T20:32:14.507Z | Compiling icu_properties v1.5.1 |
| 1829 | 2026-03-25T20:32:14.525Z | Compiling generic-array v0.14.7 |
| 1830 | 2026-03-25T20:32:14.525Z | Compiling errno v0.3.14 |
| 1831 | 2026-03-25T20:32:14.525Z | Compiling futures-channel v0.3.31 |
| 1832 | 2026-03-25T20:32:14.525Z | Compiling pin-utils v0.1.0 |
| 1833 | 2026-03-25T20:32:14.525Z | Compiling futures-task v0.3.31 |
| 1834 | 2026-03-25T20:32:14.525Z | Compiling futures-io v0.3.31 |
| 1835 | 2026-03-25T20:32:14.525Z | Compiling futures-util v0.3.31 |
| 1836 | 2026-03-25T20:32:14.691Z | Compiling subtle v2.5.0 |
| 1837 | 2026-03-25T20:32:14.984Z | Compiling icu_normalizer v1.5.0 |
| 1838 | 2026-03-25T20:32:15.068Z | Compiling either v1.15.0 |
| 1839 | 2026-03-25T20:32:15.078Z | Compiling zeroize v1.7.0 |
| 1840 | 2026-03-25T20:32:15.274Z | Compiling ucd-trie v0.1.6 |
| 1841 | 2026-03-25T20:32:15.387Z | Compiling rand_core v0.6.4 |
| 1842 | 2026-03-25T20:32:15.434Z | Compiling idna_adapter v1.2.0 |
| 1843 | 2026-03-25T20:32:15.525Z | Compiling pest v2.8.4 |
| 1844 | 2026-03-25T20:32:15.590Z | Compiling idna v1.0.3 |
| 1845 | 2026-03-25T20:32:15.644Z | Compiling strsim v0.11.1 |
| 1846 | 2026-03-25T20:32:15.890Z | Compiling http v1.4.0 |
| 1847 | 2026-03-25T20:32:15.937Z | Compiling url v2.5.4 |
| 1848 | 2026-03-25T20:32:17.121Z | Compiling pest_meta v2.8.4 |
| 1849 | 2026-03-25T20:32:17.512Z | Compiling rustix v0.38.34 |
| 1850 | 2026-03-25T20:32:17.809Z | Compiling pest_generator v2.8.4 |
| 1851 | 2026-03-25T20:32:17.940Z | Compiling slog v2.8.2 |
| 1852 | 2026-03-25T20:32:18.485Z | Compiling anyhow v1.0.100 |
| 1853 | 2026-03-25T20:32:18.505Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-03-25T20:32:18.505Z | Compiling prettyplease v0.2.37 |
| 1855 | 2026-03-25T20:32:18.505Z | Compiling pest_derive v2.8.4 |
| 1856 | 2026-03-25T20:32:18.929Z | Compiling tracing-core v0.1.32 |
| 1857 | 2026-03-25T20:32:19.297Z | Compiling tracing-attributes v0.1.27 |
| 1858 | 2026-03-25T20:32:19.364Z | Compiling lazy_static v1.5.0 |
| 1859 | 2026-03-25T20:32:19.457Z | Compiling untrusted v0.9.0 |
| 1860 | 2026-03-25T20:32:19.592Z | Compiling rustls-pki-types v1.12.0 |
| 1861 | 2026-03-25T20:32:19.924Z | Compiling regress v0.10.5 |
| 1862 | 2026-03-25T20:32:19.924Z | Compiling zerocopy v0.8.27 |
| 1863 | 2026-03-25T20:32:20.303Z | Compiling byteorder v1.5.0 |
| 1864 | 2026-03-25T20:32:20.431Z | Compiling glob v0.3.3 |
| 1865 | 2026-03-25T20:32:20.504Z | Compiling tracing v0.1.40 |
| 1866 | 2026-03-25T20:32:20.553Z | Compiling minimal-lexical v0.2.1 |
| 1867 | 2026-03-25T20:32:20.747Z | Compiling clang-sys v1.8.1 |
| 1868 | 2026-03-25T20:32:20.787Z | Compiling nom v7.1.3 |
| 1869 | 2026-03-25T20:32:20.909Z | Compiling zerocopy-derive v0.8.27 |
| 1870 | 2026-03-25T20:32:21.038Z | Compiling pkg-config v0.3.30 |
| 1871 | 2026-03-25T20:32:21.761Z | Compiling vcpkg v0.2.15 |
| 1872 | 2026-03-25T20:32:22.143Z | Compiling tokio-util v0.7.16 |
| 1873 | 2026-03-25T20:32:22.330Z | Compiling libloading v0.8.9 |
| 1874 | 2026-03-25T20:32:22.489Z | Compiling bindgen v0.69.5 |
| 1875 | 2026-03-25T20:32:22.514Z | Compiling ipnet v2.9.0 |
| 1876 | 2026-03-25T20:32:22.638Z | Compiling home v0.5.11 |
| 1877 | 2026-03-25T20:32:22.759Z | Compiling base64 v0.22.1 |
| 1878 | 2026-03-25T20:32:22.765Z | Compiling which v4.4.2 |
| 1879 | 2026-03-25T20:32:23.002Z | Compiling cexpr v0.6.0 |
| 1880 | 2026-03-25T20:32:23.191Z | Compiling itertools v0.12.1 |
| 1881 | 2026-03-25T20:32:23.243Z | Compiling rustc-hash v1.1.0 |
| 1882 | 2026-03-25T20:32:23.389Z | Compiling ppv-lite86 v0.2.17 |
| 1883 | 2026-03-25T20:32:23.611Z | Compiling lazycell v1.3.0 |
| 1884 | 2026-03-25T20:32:23.681Z | Compiling http-body v1.0.1 |
| 1885 | 2026-03-25T20:32:23.710Z | Compiling cmake v0.1.54 |
| 1886 | 2026-03-25T20:32:23.756Z | Compiling fs_extra v1.3.0 |
| 1887 | 2026-03-25T20:32:23.854Z | Compiling atomic-waker v1.1.2 |
| 1888 | 2026-03-25T20:32:23.987Z | Compiling num-conv v0.2.0 |
| 1889 | 2026-03-25T20:32:24.011Z | Compiling dunce v1.0.5 |
| 1890 | 2026-03-25T20:32:24.049Z | Compiling time-core v0.1.8 |
| 1891 | 2026-03-25T20:32:24.083Z | Compiling crypto-common v0.1.6 |
| 1892 | 2026-03-25T20:32:24.093Z | Compiling paste v1.0.15 |
| 1893 | 2026-03-25T20:32:24.298Z | Compiling try-lock v0.2.5 |
| 1894 | 2026-03-25T20:32:24.433Z | Compiling time-macros v0.2.27 |
| 1895 | 2026-03-25T20:32:24.433Z | Compiling camino v1.2.2 |
| 1896 | 2026-03-25T20:32:24.439Z | Compiling tower-service v0.3.3 |
| 1897 | 2026-03-25T20:32:24.545Z | Compiling tower-layer v0.3.3 |
| 1898 | 2026-03-25T20:32:24.688Z | Compiling want v0.3.1 |
| 1899 | 2026-03-25T20:32:24.692Z | Compiling h2 v0.4.6 |
| 1900 | 2026-03-25T20:32:24.731Z | Compiling scroll_derive v0.13.1 |
| 1901 | 2026-03-25T20:32:24.800Z | Compiling ryu v1.0.18 |
| 1902 | 2026-03-25T20:32:24.970Z | Compiling httpdate v1.0.3 |
| 1903 | 2026-03-25T20:32:25.529Z | Compiling aws-lc-rs v1.13.3 |
| 1904 | 2026-03-25T20:32:27.016Z | Compiling openapiv3 v2.2.0 |
| 1905 | 2026-03-25T20:32:27.016Z | Compiling async-trait v0.1.89 |
| 1906 | 2026-03-25T20:32:27.016Z | Compiling pretty-hex v0.4.1 |
| 1907 | 2026-03-25T20:32:27.016Z | Compiling http-body-util v0.1.3 |
| 1908 | 2026-03-25T20:32:27.016Z | Compiling encoding_rs v0.8.34 |
| 1909 | 2026-03-25T20:32:27.016Z | Compiling untrusted v0.7.1 |
| 1910 | 2026-03-25T20:32:27.016Z | Compiling mime v0.3.17 |
| 1911 | 2026-03-25T20:32:27.016Z | Compiling plain v0.2.3 |
| 1912 | 2026-03-25T20:32:27.016Z | Compiling serde_urlencoded v0.7.1 |
| 1913 | 2026-03-25T20:32:27.016Z | Compiling typify-impl v0.4.3 |
| 1914 | 2026-03-25T20:32:27.016Z | Compiling darling_core v0.21.3 |
| 1915 | 2026-03-25T20:32:27.016Z | Compiling erased-serde v0.3.31 |
| 1916 | 2026-03-25T20:32:27.160Z | Compiling hyper v1.8.1 |
| 1917 | 2026-03-25T20:32:27.549Z | Compiling usdt-impl v0.6.0 |
| 1918 | 2026-03-25T20:32:28.335Z | Compiling rustls v0.23.31 |
| 1919 | 2026-03-25T20:32:28.554Z | Compiling aws-lc-sys v0.30.0 |
| 1920 | 2026-03-25T20:32:28.590Z | Compiling hyper-util v0.1.19 |
| 1921 | 2026-03-25T20:32:28.962Z | Compiling darling_macro v0.21.3 |
| 1922 | 2026-03-25T20:32:30.117Z | Compiling typify-macro v0.4.3 |
| 1923 | 2026-03-25T20:32:30.584Z | Compiling scroll v0.13.0 |
| 1924 | 2026-03-25T20:32:30.939Z | Compiling crossbeam-utils v0.8.19 |
| 1925 | 2026-03-25T20:32:31.208Z | Compiling unsafe-libyaml v0.2.11 |
| 1926 | 2026-03-25T20:32:31.272Z | Compiling cpufeatures v0.2.12 |
| 1927 | 2026-03-25T20:32:31.275Z | Compiling goblin v0.10.4 |
| 1928 | 2026-03-25T20:32:31.671Z | Compiling darling v0.21.3 |
| 1929 | 2026-03-25T20:32:31.753Z | Compiling block-buffer v0.10.4 |
| 1930 | 2026-03-25T20:32:31.897Z | Compiling serde_yaml v0.9.34+deprecated |
| 1931 | 2026-03-25T20:32:32.122Z | Compiling strum_macros v0.26.4 |
| 1932 | 2026-03-25T20:32:32.812Z | Compiling omicron-workspace-hack v0.1.0 |
| 1933 | 2026-03-25T20:32:33.030Z | Compiling rustls v0.22.4 |
| 1934 | 2026-03-25T20:32:33.126Z | Compiling digest v0.10.7 |
| 1935 | 2026-03-25T20:32:33.398Z | Compiling openssl-sys v0.9.107 |
| 1936 | 2026-03-25T20:32:33.728Z | Compiling dtrace-parser v0.3.0 |
| 1937 | 2026-03-25T20:32:33.929Z | Compiling sync_wrapper v1.0.1 |
| 1938 | 2026-03-25T20:32:33.943Z | Compiling daft-derive v0.1.5 |
| 1939 | 2026-03-25T20:32:34.040Z | Compiling dof v0.4.0 |
| 1940 | 2026-03-25T20:32:34.480Z | Compiling rand_core v0.9.3 |
| 1941 | 2026-03-25T20:32:34.685Z | Compiling thread-id v5.0.0 |
| 1942 | 2026-03-25T20:32:34.773Z | Compiling slog-async v2.8.0 |
| 1943 | 2026-03-25T20:32:35.049Z | Compiling rand_chacha v0.9.0 |
| 1944 | 2026-03-25T20:32:35.065Z | Compiling tower v0.5.2 |
| 1945 | 2026-03-25T20:32:35.462Z | Compiling webpki-roots v0.26.3 |
| 1946 | 2026-03-25T20:32:35.656Z | Compiling futures-executor v0.3.31 |
| 1947 | 2026-03-25T20:32:36.118Z | Compiling multer v3.1.0 |
| 1948 | 2026-03-25T20:32:36.144Z | Compiling iri-string v0.7.8 |
| 1949 | 2026-03-25T20:32:36.360Z | Compiling rustix v1.1.2 |
| 1950 | 2026-03-25T20:32:37.642Z | Compiling tower-http v0.6.8 |
| 1951 | 2026-03-25T20:32:38.355Z | Compiling futures v0.3.31 |
| 1952 | 2026-03-25T20:32:38.442Z | Compiling rand v0.9.2 |
| 1953 | 2026-03-25T20:32:38.619Z | Compiling typify v0.4.3 |
| 1954 | 2026-03-25T20:32:38.639Z | Compiling rand_chacha v0.3.1 |
| 1955 | 2026-03-25T20:32:38.868Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-03-25T20:32:39.170Z | Compiling rand v0.8.5 |
| 1957 | 2026-03-25T20:32:39.874Z | Compiling usdt-macro v0.6.0 |
| 1958 | 2026-03-25T20:32:39.938Z | Compiling usdt-attr-macro v0.6.0 |
| 1959 | 2026-03-25T20:32:40.201Z | Compiling ipnetwork v0.21.1 |
| 1960 | 2026-03-25T20:32:40.281Z | Compiling async-stream-impl v0.3.6 |
| 1961 | 2026-03-25T20:32:40.413Z | Compiling structmeta-derive v0.3.0 |
| 1962 | 2026-03-25T20:32:40.706Z | Compiling dropshot v0.16.7 |
| 1963 | 2026-03-25T20:32:40.931Z | Compiling powerfmt v0.2.0 |
| 1964 | 2026-03-25T20:32:40.948Z | Compiling foreign-types-shared v0.1.1 |
| 1965 | 2026-03-25T20:32:41.011Z | Compiling winnow v0.7.13 |
| 1966 | 2026-03-25T20:32:41.041Z | Compiling openssl v0.10.72 |
| 1967 | 2026-03-25T20:32:41.052Z | Compiling foreign-types v0.3.2 |
| 1968 | 2026-03-25T20:32:41.125Z | Compiling deranged v0.5.3 |
| 1969 | 2026-03-25T20:32:41.487Z | Compiling structmeta v0.3.0 |
| 1970 | 2026-03-25T20:32:41.698Z | Compiling sha1 v0.10.6 |
| 1971 | 2026-03-25T20:32:41.882Z | Compiling ref-cast-impl v1.0.25 |
| 1972 | 2026-03-25T20:32:41.929Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-03-25T20:32:42.220Z | Compiling native-tls v0.2.11 |
| 1974 | 2026-03-25T20:32:42.382Z | Compiling match_cfg v0.1.0 |
| 1975 | 2026-03-25T20:32:42.404Z | Compiling num_threads v0.1.7 |
| 1976 | 2026-03-25T20:32:42.457Z | Compiling hostname v0.3.1 |
| 1977 | 2026-03-25T20:32:42.489Z | Compiling time v0.3.47 |
| 1978 | 2026-03-25T20:32:42.583Z | Compiling dropshot_endpoint v0.16.7 |
| 1979 | 2026-03-25T20:32:42.697Z | Compiling openssl-probe v0.1.5 |
| 1980 | 2026-03-25T20:32:42.966Z | Compiling fastrand v2.3.0 |
| 1981 | 2026-03-25T20:32:43.179Z | Compiling tempfile v3.23.0 |
| 1982 | 2026-03-25T20:32:43.920Z | Compiling progenitor-impl v0.11.1 |
| 1983 | 2026-03-25T20:32:44.021Z | Compiling strum v0.26.3 |
| 1984 | 2026-03-25T20:32:44.131Z | Compiling crossbeam-channel v0.5.15 |
| 1985 | 2026-03-25T20:32:44.316Z | Compiling syn v1.0.109 |
| 1986 | 2026-03-25T20:32:45.137Z | Compiling oxnet v0.1.3 |
| 1987 | 2026-03-25T20:32:45.388Z | Compiling tokio-native-tls v0.3.1 |
| 1988 | 2026-03-25T20:32:45.591Z | Compiling serde_with_macros v3.15.0 |
| 1989 | 2026-03-25T20:32:45.604Z | Compiling thread_local v1.1.8 |
| 1990 | 2026-03-25T20:32:46.015Z | Compiling progenitor-macro v0.11.1 |
| 1991 | 2026-03-25T20:32:46.150Z | Compiling strum_macros v0.27.2 |
| 1992 | 2026-03-25T20:32:46.773Z | Compiling derive-where v1.6.0 |
| 1993 | 2026-03-25T20:32:48.589Z | Compiling hyper-tls v0.6.0 |
| 1994 | 2026-03-25T20:32:48.649Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1995 | 2026-03-25T20:32:48.850Z | Compiling derive-ex v0.1.8 |
| 1996 | 2026-03-25T20:32:50.441Z | Compiling rustls-webpki v0.102.4 |
| 1997 | 2026-03-25T20:32:50.498Z | Compiling webpki-roots v1.0.3 |
| 1998 | 2026-03-25T20:32:50.624Z | Compiling newtype-uuid v1.3.1 |
| 1999 | 2026-03-25T20:32:50.680Z | Compiling newtype-uuid-macros v0.1.0 |
| 2000 | 2026-03-25T20:32:51.640Z | Compiling serde_spanned v1.0.4 |
| 2001 | 2026-03-25T20:32:51.895Z | Compiling is-terminal v0.4.12 |
| 2002 | 2026-03-25T20:32:51.965Z | Compiling debug-ignore v1.0.5 |
| 2003 | 2026-03-25T20:32:52.079Z | Compiling term v1.2.0 |
| 2004 | 2026-03-25T20:32:52.140Z | Compiling take_mut v0.2.2 |
| 2005 | 2026-03-25T20:32:52.258Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2006 | 2026-03-25T20:32:52.281Z | Compiling quick-error v1.2.3 |
| 2007 | 2026-03-25T20:32:52.396Z | Compiling slog-term v2.9.2 |
| 2008 | 2026-03-25T20:32:53.790Z | Compiling test-strategy v0.4.3 |
| 2009 | 2026-03-25T20:32:54.111Z | Compiling slog-json v2.6.1 |
| 2010 | 2026-03-25T20:32:54.349Z | Compiling parse-display-derive v0.10.0 |
| 2011 | 2026-03-25T20:32:55.169Z | Compiling toml_datetime v0.6.11 |
| 2012 | 2026-03-25T20:32:55.407Z | Compiling macaddr v1.0.1 |
| 2013 | 2026-03-25T20:32:55.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2014 | 2026-03-25T20:32:55.687Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2015 | 2026-03-25T20:32:55.882Z | Compiling memmap2 v0.9.9 |
| 2016 | 2026-03-25T20:32:56.033Z | Compiling spin v0.9.8 |
| 2017 | 2026-03-25T20:32:56.234Z | Compiling usdt v0.6.0 |
| 2018 | 2026-03-25T20:32:56.244Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2019 | 2026-03-25T20:32:56.352Z | Compiling tokio-rustls v0.25.0 |
| 2020 | 2026-03-25T20:32:56.676Z | Compiling slog-bunyan v2.5.0 |
| 2021 | 2026-03-25T20:32:56.876Z | Compiling daft v0.1.5 |
| 2022 | 2026-03-25T20:32:57.015Z | Compiling async-stream v0.3.6 |
| 2023 | 2026-03-25T20:32:57.127Z | Compiling waitgroup v0.1.2 |
| 2024 | 2026-03-25T20:32:57.168Z | Compiling rustls-pemfile v2.2.0 |
| 2025 | 2026-03-25T20:32:57.195Z | Compiling serde_path_to_error v0.1.20 |
| 2026 | 2026-03-25T20:32:57.283Z | Compiling hostname v0.4.2 |
| 2027 | 2026-03-25T20:32:57.915Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2028 | 2026-03-25T20:32:59.130Z | Compiling hex v0.4.3 |
| 2029 | 2026-03-25T20:32:59.142Z | Compiling zerocopy-derive v0.7.34 |
| 2030 | 2026-03-25T20:32:59.439Z | Compiling wait-timeout v0.2.0 |
| 2031 | 2026-03-25T20:32:59.858Z | Compiling bit-vec v0.6.3 |
| 2032 | 2026-03-25T20:32:59.992Z | Compiling rusty-fork v0.3.0 |
| 2033 | 2026-03-25T20:33:00.142Z | Compiling bit-set v0.5.3 |
| 2034 | 2026-03-25T20:33:00.650Z | Compiling strum v0.27.2 |
| 2035 | 2026-03-25T20:33:00.791Z | Compiling serde_with v3.15.0 |
| 2036 | 2026-03-25T20:33:01.140Z | Compiling rand_xorshift v0.3.0 |
| 2037 | 2026-03-25T20:33:01.535Z | Compiling unarray v0.1.4 |
| 2038 | 2026-03-25T20:33:01.660Z | Compiling proptest v1.5.0 |
| 2039 | 2026-03-25T20:33:02.756Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2040 | 2026-03-25T20:33:02.886Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2041 | 2026-03-25T20:33:04.429Z | Compiling instant v0.1.12 |
| 2042 | 2026-03-25T20:33:04.882Z | Compiling rustc-hash v2.1.1 |
| 2043 | 2026-03-25T20:33:05.016Z | Compiling iddqd v0.3.14 |
| 2044 | 2026-03-25T20:33:06.721Z | Compiling backoff v0.4.0 |
| 2045 | 2026-03-25T20:33:06.938Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2046 | 2026-03-25T20:33:07.449Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2047 | 2026-03-25T20:33:07.676Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2048 | 2026-03-25T20:33:07.829Z | Compiling parse-display v0.10.0 |
| 2049 | 2026-03-25T20:33:07.870Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2050 | 2026-03-25T20:33:08.718Z | Compiling crucible-workspace-hack v0.1.0 |
| 2051 | 2026-03-25T20:33:09.304Z | Compiling zerocopy v0.7.34 |
| 2052 | 2026-03-25T20:33:09.720Z | Compiling rustls-webpki v0.103.4 |
| 2053 | 2026-03-25T20:33:10.280Z | Compiling scroll_derive v0.12.0 |
| 2054 | 2026-03-25T20:33:10.341Z | Compiling usdt-impl v0.5.0 |
| 2055 | 2026-03-25T20:33:10.603Z | Compiling heck v0.4.1 |
| 2056 | 2026-03-25T20:33:10.805Z | Compiling winnow v0.5.40 |
| 2057 | 2026-03-25T20:33:10.961Z | Compiling scroll v0.12.0 |
| 2058 | 2026-03-25T20:33:11.264Z | Compiling dof v0.3.0 |
| 2059 | 2026-03-25T20:33:11.419Z | Compiling dtrace-parser v0.2.0 |
| 2060 | 2026-03-25T20:33:11.847Z | Compiling clap_derive v4.5.4 |
| 2061 | 2026-03-25T20:33:12.015Z | Compiling thread-id v4.2.1 |
| 2062 | 2026-03-25T20:33:12.102Z | Compiling toml_edit v0.19.15 |
| 2063 | 2026-03-25T20:33:12.424Z | Compiling utf8parse v0.2.1 |
| 2064 | 2026-03-25T20:33:12.540Z | Compiling anstyle-parse v0.2.4 |
| 2065 | 2026-03-25T20:33:13.286Z | Compiling proc-macro-crate v1.3.1 |
| 2066 | 2026-03-25T20:33:13.489Z | Compiling goblin v0.8.2 |
| 2067 | 2026-03-25T20:33:13.626Z | Compiling tokio-rustls v0.26.0 |
| 2068 | 2026-03-25T20:33:14.387Z | Compiling anstyle v1.0.7 |
| 2069 | 2026-03-25T20:33:14.536Z | Compiling colorchoice v1.0.1 |
| 2070 | 2026-03-25T20:33:14.663Z | Compiling is_terminal_polyfill v1.70.0 |
| 2071 | 2026-03-25T20:33:14.663Z | Compiling anstyle-query v1.0.3 |
| 2072 | 2026-03-25T20:33:14.782Z | Compiling data-encoding v2.6.0 |
| 2073 | 2026-03-25T20:33:15.016Z | Compiling unicode-width v0.1.14 |
| 2074 | 2026-03-25T20:33:15.327Z | Compiling anstream v0.6.14 |
| 2075 | 2026-03-25T20:33:15.676Z | Compiling hyper-rustls v0.27.3 |
| 2076 | 2026-03-25T20:33:15.945Z | Compiling terminal_size v0.3.0 |
| 2077 | 2026-03-25T20:33:16.197Z | Compiling num-integer v0.1.46 |
| 2078 | 2026-03-25T20:33:16.473Z | Compiling clap_lex v0.7.0 |
| 2079 | 2026-03-25T20:33:17.466Z | Compiling clap_builder v4.5.2 |
| 2080 | 2026-03-25T20:33:18.498Z | Compiling reqwest v0.12.23 |
| 2081 | 2026-03-25T20:33:18.973Z | Compiling usdt-macro v0.5.0 |
| 2082 | 2026-03-25T20:33:19.666Z | Compiling usdt-attr-macro v0.5.0 |
| 2083 | 2026-03-25T20:33:20.922Z | Compiling serde_spanned v0.6.9 |
| 2084 | 2026-03-25T20:33:20.990Z | Compiling memmap v0.7.0 |
| 2085 | 2026-03-25T20:33:21.020Z | Compiling tinyvec_macros v0.1.1 |
| 2086 | 2026-03-25T20:33:21.155Z | Compiling usdt v0.5.0 |
| 2087 | 2026-03-25T20:33:21.213Z | Compiling tinyvec v1.6.0 |
| 2088 | 2026-03-25T20:33:21.331Z | Compiling clap v4.5.4 |
| 2089 | 2026-03-25T20:33:21.802Z | Compiling num-bigint v0.4.5 |
| 2090 | 2026-03-25T20:33:22.133Z | Compiling crossbeam-epoch v0.9.18 |
| 2091 | 2026-03-25T20:33:22.152Z | Compiling itertools v0.14.0 |
| 2092 | 2026-03-25T20:33:22.366Z | Compiling proc-macro-error-attr v1.0.4 |
| 2093 | 2026-03-25T20:33:22.635Z | Compiling heapless v0.8.0 |
| 2094 | 2026-03-25T20:33:22.906Z | Compiling num-rational v0.4.2 |
| 2095 | 2026-03-25T20:33:23.379Z | Compiling progenitor-client v0.11.1 |
| 2096 | 2026-03-25T20:33:23.382Z | Compiling ingot-macros v0.1.1 |
| 2097 | 2026-03-25T20:33:23.649Z | Compiling num-iter v0.1.45 |
| 2098 | 2026-03-25T20:33:24.434Z | Compiling hash32 v0.3.1 |
| 2099 | 2026-03-25T20:33:24.605Z | Compiling darling_core v0.20.11 |
| 2100 | 2026-03-25T20:33:25.029Z | Compiling num-complex v0.4.6 |
| 2101 | 2026-03-25T20:33:25.793Z | Compiling progenitor-client v0.10.0 |
| 2102 | 2026-03-25T20:33:26.005Z | Compiling progenitor v0.11.1 |
| 2103 | 2026-03-25T20:33:26.144Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d) |
| 2104 | 2026-03-25T20:33:26.230Z | Compiling proc-macro-error v1.0.4 |
| 2105 | 2026-03-25T20:33:26.480Z | Compiling smoltcp v0.11.0 |
| 2106 | 2026-03-25T20:33:26.536Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2107 | 2026-03-25T20:33:27.947Z | Compiling darling_macro v0.20.11 |
| 2108 | 2026-03-25T20:33:28.385Z | Compiling ingot-types v0.1.2 |
| 2109 | 2026-03-25T20:33:28.516Z | Compiling num v0.4.3 |
| 2110 | 2026-03-25T20:33:28.724Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2111 | 2026-03-25T20:33:29.166Z | Compiling num_enum_derive v0.7.4 |
| 2112 | 2026-03-25T20:33:30.206Z | Compiling cobs v0.2.3 |
| 2113 | 2026-03-25T20:33:30.285Z | Compiling bitflags v1.3.2 |
| 2114 | 2026-03-25T20:33:30.320Z | Compiling managed v0.8.0 |
| 2115 | 2026-03-25T20:33:30.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2116 | 2026-03-25T20:33:30.383Z | Compiling postcard v1.0.9 |
| 2117 | 2026-03-25T20:33:30.724Z | Compiling num_enum v0.7.4 |
| 2118 | 2026-03-25T20:33:31.678Z | Compiling ingot v0.1.1 |
| 2119 | 2026-03-25T20:33:33.523Z | Compiling darling v0.20.11 |
| 2120 | 2026-03-25T20:33:34.305Z | Compiling enum-as-inner v0.6.0 |
| 2121 | 2026-03-25T20:33:34.608Z | Compiling libz-sys v1.1.16 |
| 2122 | 2026-03-25T20:33:34.773Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2123 | 2026-03-25T20:33:35.097Z | Compiling foreign-types-macros v0.2.3 |
| 2124 | 2026-03-25T20:33:35.158Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2125 | 2026-03-25T20:33:35.194Z | Compiling rayon-core v1.13.0 |
| 2126 | 2026-03-25T20:33:35.397Z | Compiling toml_write v0.1.2 |
| 2127 | 2026-03-25T20:33:35.427Z | Compiling foreign-types-shared v0.3.1 |
| 2128 | 2026-03-25T20:33:35.542Z | Compiling toml_edit v0.22.27 |
| 2129 | 2026-03-25T20:33:35.739Z | Compiling foreign-types v0.5.0 |
| 2130 | 2026-03-25T20:33:35.865Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2131 | 2026-03-25T20:33:35.882Z | Compiling derive_builder_core v0.20.2 |
| 2132 | 2026-03-25T20:33:36.926Z | Compiling crossbeam-deque v0.8.5 |
| 2133 | 2026-03-25T20:33:37.149Z | Compiling tabwriter v1.4.0 |
| 2134 | 2026-03-25T20:33:37.542Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2135 | 2026-03-25T20:33:37.561Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2136 | 2026-03-25T20:33:37.827Z | Compiling cstr-argument v0.1.2 |
| 2137 | 2026-03-25T20:33:37.955Z | Compiling float-ord v0.3.2 |
| 2138 | 2026-03-25T20:33:38.037Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2139 | 2026-03-25T20:33:38.264Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2140 | 2026-03-25T20:33:38.284Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2141 | 2026-03-25T20:33:38.418Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2142 | 2026-03-25T20:33:39.003Z | Compiling toml v0.8.23 |
| 2143 | 2026-03-25T20:33:39.554Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2144 | 2026-03-25T20:33:39.781Z | Compiling derive_builder_macro v0.20.2 |
| 2145 | 2026-03-25T20:33:40.158Z | Compiling resolv-conf v0.7.0 |
| 2146 | 2026-03-25T20:33:40.334Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2147 | 2026-03-25T20:33:40.359Z | Compiling vergen-lib v9.1.0 |
| 2148 | 2026-03-25T20:33:40.392Z | Compiling slog-dtrace v0.3.0 |
| 2149 | 2026-03-25T20:33:40.591Z | Compiling colored v3.0.0 |
| 2150 | 2026-03-25T20:33:40.633Z | Compiling semver v0.1.20 |
| 2151 | 2026-03-25T20:33:40.854Z | Compiling linked-hash-map v0.5.6 |
| 2152 | 2026-03-25T20:33:40.889Z | Compiling cfg_aliases v0.2.1 |
| 2153 | 2026-03-25T20:33:40.969Z | Compiling openssl-probe v0.2.1 |
| 2154 | 2026-03-25T20:33:41.079Z | Compiling rustls-native-certs v0.8.3 |
| 2155 | 2026-03-25T20:33:41.205Z | Compiling lru-cache v0.1.2 |
| 2156 | 2026-03-25T20:33:41.245Z | Compiling rustc_version v0.1.7 |
| 2157 | 2026-03-25T20:33:41.995Z | Compiling derive_builder v0.20.2 |
| 2158 | 2026-03-25T20:33:43.061Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2159 | 2026-03-25T20:33:44.212Z | Compiling rayon v1.11.0 |
| 2160 | 2026-03-25T20:33:44.604Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2161 | 2026-03-25T20:33:44.936Z | Compiling hickory-proto v0.24.4 |
| 2162 | 2026-03-25T20:33:46.223Z | Compiling zone_cfg_derive v0.3.0 |
| 2163 | 2026-03-25T20:33:46.917Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2164 | 2026-03-25T20:33:47.195Z | Compiling hubpack_derive v0.1.1 |
| 2165 | 2026-03-25T20:33:47.714Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2166 | 2026-03-25T20:33:47.795Z | Compiling camino-tempfile v1.4.1 |
| 2167 | 2026-03-25T20:33:47.922Z | Compiling serde_repr v0.1.19 |
| 2168 | 2026-03-25T20:33:48.159Z | Compiling num-derive v0.4.2 |
| 2169 | 2026-03-25T20:33:48.183Z | Compiling vergen v9.1.0 |
| 2170 | 2026-03-25T20:33:48.416Z | Compiling cargo-platform v0.3.2 |
| 2171 | 2026-03-25T20:33:48.506Z | Compiling sigpipe v0.1.3 |
| 2172 | 2026-03-25T20:33:48.604Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2173 | 2026-03-25T20:33:48.616Z | Compiling convert_case v0.4.0 |
| 2174 | 2026-03-25T20:33:48.829Z | Compiling siphasher v1.0.1 |
| 2175 | 2026-03-25T20:33:48.917Z | Compiling base64 v0.21.7 |
| 2176 | 2026-03-25T20:33:49.035Z | Compiling jiff v0.2.15 |
| 2177 | 2026-03-25T20:33:49.099Z | Compiling base64ct v1.6.0 |
| 2178 | 2026-03-25T20:33:49.428Z | Compiling password-hash v0.5.0 |
| 2179 | 2026-03-25T20:33:49.452Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=65ca41e821ef53ec9c28909357f23e3348169e4f#102b0bb8) |
| 2180 | 2026-03-25T20:33:49.604Z | Compiling phf_shared v0.12.1 |
| 2181 | 2026-03-25T20:33:49.836Z | Compiling derive_more v0.99.20 |
| 2182 | 2026-03-25T20:33:50.169Z | Compiling cargo_metadata v0.23.1 |
| 2183 | 2026-03-25T20:33:50.198Z | Compiling zone v0.3.1 |
| 2184 | 2026-03-25T20:33:50.219Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=827e6615bfebfd94d41504dcd1517a0f22e3166a#827e6615) |
| 2185 | 2026-03-25T20:33:50.379Z | Compiling hubpack v0.1.2 |
| 2186 | 2026-03-25T20:33:50.512Z | Compiling hickory-resolver v0.24.4 |
| 2187 | 2026-03-25T20:33:50.616Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=795a1e0aeefb7a2c6fe4139779fdf66930d09b80#795a1e0a) |
| 2188 | 2026-03-25T20:33:51.363Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2189 | 2026-03-25T20:33:52.750Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2190 | 2026-03-25T20:33:53.075Z | Compiling newtype_derive v0.1.6 |
| 2191 | 2026-03-25T20:33:53.240Z | Compiling rustls-platform-verifier v0.6.2 |
| 2192 | 2026-03-25T20:33:53.308Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2193 | 2026-03-25T20:33:53.855Z | Compiling progenitor-impl v0.10.0 |
| 2194 | 2026-03-25T20:33:53.895Z | Compiling blake2 v0.10.6 |
| 2195 | 2026-03-25T20:33:54.385Z | Compiling tokio-stream v0.1.17 |
| 2196 | 2026-03-25T20:33:54.897Z | Compiling typify-impl v0.6.1 |
| 2197 | 2026-03-25T20:33:54.921Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2198 | 2026-03-25T20:33:55.271Z | Compiling smf v0.2.3 |
| 2199 | 2026-03-25T20:33:55.891Z | Compiling serde-big-array v0.5.1 |
| 2200 | 2026-03-25T20:33:56.003Z | Compiling pin-project-internal v1.1.10 |
| 2201 | 2026-03-25T20:33:56.051Z | Compiling rustc_version v0.4.1 |
| 2202 | 2026-03-25T20:33:56.321Z | Compiling vergen-git2 v9.1.0 |
| 2203 | 2026-03-25T20:33:56.398Z | Compiling cancel-safe-futures v0.1.5 |
| 2204 | 2026-03-25T20:33:56.597Z | Compiling unicode-segmentation v1.11.0 |
| 2205 | 2026-03-25T20:33:56.656Z | Compiling owo-colors v4.2.3 |
| 2206 | 2026-03-25T20:33:56.966Z | Compiling unicode-xid v0.2.4 |
| 2207 | 2026-03-25T20:33:56.984Z | Compiling chrono-tz v0.10.4 |
| 2208 | 2026-03-25T20:33:57.090Z | Compiling foldhash v0.1.5 |
| 2209 | 2026-03-25T20:33:57.105Z | Compiling whoami v1.5.1 |
| 2210 | 2026-03-25T20:33:57.154Z | Compiling static_assertions v1.1.0 |
| 2211 | 2026-03-25T20:33:57.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6bd2660d651332f38949cdfd3d23d751ca54b120#6bd2660d) |
| 2212 | 2026-03-25T20:33:57.233Z | Compiling hashbrown v0.15.2 |
| 2213 | 2026-03-25T20:33:57.537Z | Compiling pin-project v1.1.10 |
| 2214 | 2026-03-25T20:33:57.646Z | Compiling const_format_proc_macros v0.2.34 |
| 2215 | 2026-03-25T20:33:57.905Z | Compiling newline-converter v0.3.0 |
| 2216 | 2026-03-25T20:33:58.278Z | Compiling typify-macro v0.6.1 |
| 2217 | 2026-03-25T20:33:58.379Z | Compiling progenitor-macro v0.10.0 |
| 2218 | 2026-03-25T20:33:58.409Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2219 | 2026-03-25T20:33:58.419Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2220 | 2026-03-25T20:33:58.669Z | Compiling qorb v0.4.1 |
| 2221 | 2026-03-25T20:33:59.813Z | Compiling argon2 v0.5.3 |
| 2222 | 2026-03-25T20:33:59.875Z | Compiling reqwest v0.13.2 |
| 2223 | 2026-03-25T20:34:00.814Z | Compiling phf v0.12.1 |
| 2224 | 2026-03-25T20:34:00.840Z | Compiling unicode-normalization v0.1.24 |
| 2225 | 2026-03-25T20:34:00.993Z | Compiling tokio-dtrace v0.1.1 |
| 2226 | 2026-03-25T20:34:01.370Z | Compiling console v0.15.8 |
| 2227 | 2026-03-25T20:34:01.436Z | Compiling atomicwrites v0.4.4 |
| 2228 | 2026-03-25T20:34:01.721Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2229 | 2026-03-25T20:34:02.530Z | Compiling libsw-core v0.3.2 |
| 2230 | 2026-03-25T20:34:02.645Z | Compiling secrecy v0.10.3 |
| 2231 | 2026-03-25T20:34:02.713Z | Compiling async-recursion v1.1.1 |
| 2232 | 2026-03-25T20:34:02.813Z | Compiling snafu-derive v0.8.9 |
| 2233 | 2026-03-25T20:34:03.384Z | Compiling cookie v0.18.1 |
| 2234 | 2026-03-25T20:34:03.624Z | Compiling bstr v1.9.1 |
| 2235 | 2026-03-25T20:34:04.303Z | Compiling csv-core v0.1.12 |
| 2236 | 2026-03-25T20:34:04.511Z | Compiling same-file v1.0.6 |
| 2237 | 2026-03-25T20:34:04.711Z | Compiling moka v0.12.10 |
| 2238 | 2026-03-25T20:34:04.936Z | Compiling bytecount v0.6.9 |
| 2239 | 2026-03-25T20:34:05.001Z | Compiling highway v1.3.0 |
| 2240 | 2026-03-25T20:34:05.122Z | Compiling indent_write v2.2.0 |
| 2241 | 2026-03-25T20:34:05.277Z | Compiling similar v2.7.0 |
| 2242 | 2026-03-25T20:34:05.688Z | Compiling fixedbitset v0.4.2 |
| 2243 | 2026-03-25T20:34:06.040Z | Compiling rustls v0.21.12 |
| 2244 | 2026-03-25T20:34:06.134Z | Compiling git2 v0.20.2 |
| 2245 | 2026-03-25T20:34:06.269Z | Compiling utf-8 v0.7.6 |
| 2246 | 2026-03-25T20:34:06.497Z | Compiling fixedbitset v0.5.7 |
| 2247 | 2026-03-25T20:34:06.519Z | Compiling tungstenite v0.21.0 |
| 2248 | 2026-03-25T20:34:06.633Z | Compiling petgraph v0.6.5 |
| 2249 | 2026-03-25T20:34:07.007Z | Compiling petgraph v0.8.3 |
| 2250 | 2026-03-25T20:34:07.067Z | Compiling expectorate v1.2.0 |
| 2251 | 2026-03-25T20:34:07.280Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2252 | 2026-03-25T20:34:07.922Z | Compiling papergrid v0.11.0 |
| 2253 | 2026-03-25T20:34:08.957Z | Compiling walkdir v2.5.0 |
| 2254 | 2026-03-25T20:34:09.050Z | Compiling snafu v0.8.9 |
| 2255 | 2026-03-25T20:34:09.432Z | Compiling csv v1.3.1 |
| 2256 | 2026-03-25T20:34:09.620Z | Compiling globset v0.4.14 |
| 2257 | 2026-03-25T20:34:09.724Z | Compiling progenitor v0.10.0 |
| 2258 | 2026-03-25T20:34:09.871Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2259 | 2026-03-25T20:34:10.210Z | Compiling libsw v3.5.0 |
| 2260 | 2026-03-25T20:34:10.241Z | Compiling olpc-cjson v0.1.4 |
| 2261 | 2026-03-25T20:34:10.391Z | Compiling oxide-tokio-rt v0.1.2 |
| 2262 | 2026-03-25T20:34:10.526Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2263 | 2026-03-25T20:34:10.709Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2264 | 2026-03-25T20:34:11.922Z | Compiling const_format v0.2.35 |
| 2265 | 2026-03-25T20:34:12.544Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2266 | 2026-03-25T20:34:13.208Z | Compiling nix v0.30.1 |
| 2267 | 2026-03-25T20:34:13.375Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2268 | 2026-03-25T20:34:13.386Z | Compiling tabled_derive v0.7.0 |
| 2269 | 2026-03-25T20:34:13.622Z | Compiling gethostname v0.5.0 |
| 2270 | 2026-03-25T20:34:13.767Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2271 | 2026-03-25T20:34:14.338Z | Compiling terminal_size v0.4.3 |
| 2272 | 2026-03-25T20:34:14.504Z | Compiling rustls-webpki v0.101.7 |
| 2273 | 2026-03-25T20:34:15.193Z | Compiling sct v0.7.1 |
| 2274 | 2026-03-25T20:34:15.435Z | Compiling pem v3.0.5 |
| 2275 | 2026-03-25T20:34:16.089Z | Compiling inout v0.1.3 |
| 2276 | 2026-03-25T20:34:16.105Z | Compiling bcs v0.1.6 |
| 2277 | 2026-03-25T20:34:16.150Z | Compiling serde_plain v1.0.2 |
| 2278 | 2026-03-25T20:34:16.153Z | Compiling swrite v0.1.0 |
| 2279 | 2026-03-25T20:34:16.236Z | Compiling smawk v0.3.2 |
| 2280 | 2026-03-25T20:34:16.269Z | Compiling tagptr v0.2.0 |
| 2281 | 2026-03-25T20:34:16.412Z | Compiling unicode-width v0.2.1 |
| 2282 | 2026-03-25T20:34:16.422Z | Compiling radium v0.7.0 |
| 2283 | 2026-03-25T20:34:16.434Z | Compiling typed-path v0.9.3 |
| 2284 | 2026-03-25T20:34:16.455Z | Compiling linear-map v1.2.0 |
| 2285 | 2026-03-25T20:34:16.505Z | Compiling termtree v0.5.1 |
| 2286 | 2026-03-25T20:34:16.676Z | Compiling unicode-linebreak v0.1.5 |
| 2287 | 2026-03-25T20:34:16.687Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2288 | 2026-03-25T20:34:16.822Z | Compiling cipher v0.4.4 |
| 2289 | 2026-03-25T20:34:16.899Z | Compiling textwrap v0.16.2 |
| 2290 | 2026-03-25T20:34:17.071Z | Compiling tabled v0.15.0 |
| 2291 | 2026-03-25T20:34:18.024Z | Compiling tough v0.20.0 |
| 2292 | 2026-03-25T20:34:18.413Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2293 | 2026-03-25T20:34:18.531Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2294 | 2026-03-25T20:34:19.213Z | Compiling steno v0.4.1 |
| 2295 | 2026-03-25T20:34:19.760Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2296 | 2026-03-25T20:34:23.407Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2297 | 2026-03-25T20:34:24.344Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2298 | 2026-03-25T20:34:24.784Z | Compiling tokio-tungstenite v0.21.0 |
| 2299 | 2026-03-25T20:34:24.903Z | Compiling hickory-proto v0.25.2 |
| 2300 | 2026-03-25T20:34:25.124Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2301 | 2026-03-25T20:34:25.561Z | Compiling humantime v2.3.0 |
| 2302 | 2026-03-25T20:34:27.018Z | Compiling tap v1.0.1 |
| 2303 | 2026-03-25T20:34:27.031Z | Compiling hickory-resolver v0.25.2 |
| 2304 | 2026-03-25T20:34:27.147Z | Compiling wyz v0.5.1 |
| 2305 | 2026-03-25T20:34:27.374Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2306 | 2026-03-25T20:34:27.722Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2307 | 2026-03-25T20:34:31.044Z | Compiling tokio-rustls v0.24.1 |
| 2308 | 2026-03-25T20:34:31.529Z | Compiling typify v0.6.1 |
| 2309 | 2026-03-25T20:34:31.635Z | Compiling rustls-pemfile v1.0.4 |
| 2310 | 2026-03-25T20:34:31.678Z | Compiling num_enum_derive v0.5.11 |
| 2311 | 2026-03-25T20:34:31.864Z | Compiling twox-hash v2.1.2 |
| 2312 | 2026-03-25T20:34:32.333Z | Compiling universal-hash v0.5.1 |
| 2313 | 2026-03-25T20:34:32.493Z | Compiling atty v0.2.14 |
| 2314 | 2026-03-25T20:34:32.619Z | Compiling opaque-debug v0.3.1 |
| 2315 | 2026-03-25T20:34:32.688Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2316 | 2026-03-25T20:34:32.700Z | Compiling funty v2.0.0 |
| 2317 | 2026-03-25T20:34:32.939Z | Compiling num_enum v0.5.11 |
| 2318 | 2026-03-25T20:34:33.081Z | Compiling bitvec v1.0.1 |
| 2319 | 2026-03-25T20:34:33.439Z | Compiling polyval v0.6.2 |
| 2320 | 2026-03-25T20:34:33.713Z | Compiling progenitor-impl v0.13.0 |
| 2321 | 2026-03-25T20:34:33.800Z | Compiling toml v0.7.8 |
| 2322 | 2026-03-25T20:34:35.266Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2323 | 2026-03-25T20:34:35.765Z | Compiling aes v0.8.4 |
| 2324 | 2026-03-25T20:34:35.783Z | Compiling ctr v0.9.2 |
| 2325 | 2026-03-25T20:34:35.990Z | Compiling nix v0.31.1 |
| 2326 | 2026-03-25T20:34:36.394Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2327 | 2026-03-25T20:34:36.551Z | Compiling aead v0.5.2 |
| 2328 | 2026-03-25T20:34:36.623Z | Compiling bincode v1.3.3 |
| 2329 | 2026-03-25T20:34:36.660Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2330 | 2026-03-25T20:34:36.728Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2331 | 2026-03-25T20:34:36.761Z | Compiling passt v0.3.0 |
| 2332 | 2026-03-25T20:34:36.860Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2333 | 2026-03-25T20:34:36.950Z | Compiling fakedata_generator v0.7.1 |
| 2334 | 2026-03-25T20:34:37.032Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2335 | 2026-03-25T20:34:37.062Z | Compiling aes-gcm-siv v0.11.1 |
| 2336 | 2026-03-25T20:34:37.075Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2337 | 2026-03-25T20:34:37.259Z | Compiling progenitor-macro v0.13.0 |
| 2338 | 2026-03-25T20:34:37.798Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2339 | 2026-03-25T20:34:38.350Z | Compiling progenitor-client v0.13.0 |
| 2340 | 2026-03-25T20:34:38.850Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2341 | 2026-03-25T20:34:38.860Z | Compiling bitstruct_derive v0.1.0 |
| 2342 | 2026-03-25T20:34:38.963Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2343 | 2026-03-25T20:34:39.188Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2344 | 2026-03-25T20:34:39.462Z | Compiling typeid v1.0.0 |
| 2345 | 2026-03-25T20:34:39.545Z | Compiling ringbuffer v0.16.0 |
| 2346 | 2026-03-25T20:34:39.603Z | Compiling pretty-hex v0.2.1 |
| 2347 | 2026-03-25T20:34:39.763Z | Compiling ascii v1.1.0 |
| 2348 | 2026-03-25T20:34:39.901Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2349 | 2026-03-25T20:34:40.120Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2350 | 2026-03-25T20:34:40.150Z | Compiling erased-serde v0.4.5 |
| 2351 | 2026-03-25T20:34:40.764Z | Compiling bitstruct v0.1.1 |
| 2352 | 2026-03-25T20:34:40.872Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2353 | 2026-03-25T20:34:41.028Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2354 | 2026-03-25T20:34:41.103Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2355 | 2026-03-25T20:34:41.481Z | Compiling progenitor v0.13.0 |
| 2356 | 2026-03-25T20:34:41.633Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2357 | 2026-03-25T20:34:41.760Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2358 | 2026-03-25T20:34:42.001Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2359 | 2026-03-25T20:34:42.015Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2360 | 2026-03-25T20:34:42.575Z | Compiling kstat-rs v0.2.4 |
| 2361 | 2026-03-25T20:34:42.614Z | Compiling serde_arrays v0.1.0 |
| 2362 | 2026-03-25T20:34:42.763Z | Compiling libloading v0.7.4 |
| 2363 | 2026-03-25T20:34:42.863Z | Compiling bit_field v0.10.2 |
| 2364 | 2026-03-25T20:34:43.011Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2365 | 2026-03-25T20:34:43.021Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2366 | 2026-03-25T20:34:43.026Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2367 | 2026-03-25T20:34:43.613Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2368 | 2026-03-25T20:34:43.991Z | Compiling ron v0.8.1 |
| 2369 | 2026-03-25T20:34:46.345Z | Compiling itertools v0.13.0 |
| 2370 | 2026-03-25T20:34:46.834Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#b8efb9a0) |
| 2371 | 2026-03-25T20:34:47.442Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2372 | 2026-03-25T20:34:47.613Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2373 | 2026-03-25T20:34:55.457Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2374 | 2026-03-25T20:34:56.690Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2375 | 2026-03-25T20:35:04.614Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2376 | 2026-03-25T20:35:33.659Z | Finished `release` profile [optimized] target(s) in 3m 30s |
| 2377 | 2026-03-25T20:35:33.798Z | |
| 2378 | 2026-03-25T20:35:33.798Z | real 3:30.838260573 |
| 2379 | 2026-03-25T20:35:33.798Z | user 24:00.485400559 |
| 2380 | 2026-03-25T20:35:33.798Z | sys 2:13.509701657 |
| 2381 | 2026-03-25T20:35:33.798Z | trap 0.691167298 |
| 2382 | 2026-03-25T20:35:33.798Z | tflt 1.770825091 |
| 2383 | 2026-03-25T20:35:33.801Z | dflt 1.095326246 |
| 2384 | 2026-03-25T20:35:33.801Z | kflt 0.000077371 |
| 2385 | 2026-03-25T20:35:33.801Z | lock 1:08:39.039578749 |
| 2386 | 2026-03-25T20:35:33.801Z | slp 1:30:43.302650099 |
| 2387 | 2026-03-25T20:35:33.801Z | lat 1:41.146135103 |
| 2388 | 2026-03-25T20:35:33.801Z | stop 2:18.837585796 |
| 2389 | 2026-03-25T20:35:33.801Z | + OUTDIR=/work/release |
| 2390 | 2026-03-25T20:35:33.801Z | + mkdir -p /work/release |
| 2391 | 2026-03-25T20:35:33.801Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2392 | 2026-03-25T20:35:33.824Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2393 | 2026-03-25T20:35:33.893Z | + cd /work/release |
| 2394 | 2026-03-25T20:35:33.897Z | + digest -a sha256 propolis-cli |
| 2395 | 2026-03-25T20:35:33.915Z | + digest -a sha256 propolis-server |
| 2396 | 2026-03-25T20:35:33.960Z | process exited: duration 443055 ms, exit code 0 |
| |
| 2397 | 2026-03-25T20:35:33.971Z | found 4 output files |
| 2398 | 2026-03-25T20:35:33.971Z | uploading: /work/release/propolis-cli (25432688 bytes) |
| 2399 | 2026-03-25T20:35:35.125Z | uploaded: /work/release/propolis-cli |
| 2400 | 2026-03-25T20:35:35.125Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2401 | 2026-03-25T20:35:36.134Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2402 | 2026-03-25T20:35:36.134Z | uploading: /work/release/propolis-server (78103224 bytes) |
| 2403 | 2026-03-25T20:35:37.645Z | uploaded: /work/release/propolis-server |
| 2404 | 2026-03-25T20:35:37.645Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2405 | 2026-03-25T20:35:38.653Z | uploaded: /work/release/propolis-server.sha256.txt |