|
|
|
| 1 | 2026-05-12T01:19:25.159Z | job assigned to worker 01KRCW7K8N6R5J4Z5MJE5MAQGB [factory aws, i-0b458777d0b948fe4] (queued for 48 s) |
| |
| 2 | 2026-05-12T01:19:33.055Z | starting task 0: "setup" |
| 3 | 2026-05-12T01:19:33.059Z | ++ uname -s |
| 4 | 2026-05-12T01:19:33.062Z | + kern=SunOS |
| 5 | 2026-05-12T01:19:33.062Z | + build_user=build |
| 6 | 2026-05-12T01:19:33.062Z | + build_uid=12345 |
| 7 | 2026-05-12T01:19:33.062Z | + work_dir=/work |
| 8 | 2026-05-12T01:19:33.062Z | + input_dir=/input |
| 9 | 2026-05-12T01:19:33.062Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T01:19:33.062Z | + case "$kern" in |
| 11 | 2026-05-12T01:19:33.062Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T01:19:33.062Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T01:19:35.070Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T01:19:35.202Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T01:19:35.204Z | + home_fs=zfs |
| 16 | 2026-05-12T01:19:35.204Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T01:19:35.204Z | + mkdir -p /home/build |
| 18 | 2026-05-12T01:19:35.206Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T01:19:36.208Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T01:19:36.211Z | process exited: duration 3163 ms, exit code 0 |
| |
| 21 | 2026-05-12T01:19:36.216Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T01:19:36.222Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-12T01:19:36.222Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-05-12T01:19:36.223Z | * rust toolchain profile = "default" |
| 25 | 2026-05-12T01:19:36.223Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-12T01:19:36.223Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T01:19:36.223Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T01:19:36.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T01:19:36.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T01:19:36.336Z | info: downloading installer |
| 31 | 2026-05-12T01:19:37.733Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T01:19:37.733Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T01:19:37.733Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T01:19:37.733Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T01:19:37.745Z | info: profile set to default |
| 36 | 2026-05-12T01:19:37.745Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T01:19:37.747Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T01:19:37.892Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T01:19:37.894Z | info: downloading 6 components |
| 40 | 2026-05-12T01:19:53.944Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T01:19:53.944Z | |
| 42 | 2026-05-12T01:19:53.972Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T01:19:53.973Z | |
| 44 | 2026-05-12T01:19:53.973Z | |
| 45 | 2026-05-12T01:19:53.973Z | Rust is installed now. Great! |
| 46 | 2026-05-12T01:19:53.973Z | |
| 47 | 2026-05-12T01:19:53.976Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T01:19:53.976Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T01:19:53.976Z | |
| 50 | 2026-05-12T01:19:53.976Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T01:19:53.976Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T01:19:53.976Z | |
| 53 | 2026-05-12T01:19:53.976Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T01:19:53.976Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T01:19:53.976Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T01:19:53.976Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T01:19:53.976Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T01:19:53.976Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T01:19:53.976Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T01:19:53.976Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T01:19:53.976Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T01:19:54.080Z | + rustup --version |
| 63 | 2026-05-12T01:19:54.088Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T01:19:54.088Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T01:19:54.109Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T01:19:54.112Z | + cargo --version |
| 67 | 2026-05-12T01:19:54.121Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T01:19:54.124Z | + rustc --version |
| 69 | 2026-05-12T01:19:54.145Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T01:19:54.148Z | process exited: duration 17931 ms, exit code 0 |
| |
| 71 | 2026-05-12T01:19:54.154Z | starting task 2: "authentication" |
| 72 | 2026-05-12T01:19:54.173Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-05-12T01:19:54.179Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T01:19:54.184Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T01:19:54.187Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T01:19:54.219Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T01:20:03.670Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T01:20:03.671Z | + git fetch origin 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 79 | 2026-05-12T01:20:03.947Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T01:20:03.947Z | * branch 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 -> FETCH_HEAD |
| 81 | 2026-05-12T01:20:03.962Z | + [[ -n mahrens/update ]] |
| 82 | 2026-05-12T01:20:03.965Z | ++ git branch --show-current |
| 83 | 2026-05-12T01:20:03.968Z | + current=main |
| 84 | 2026-05-12T01:20:03.968Z | + [[ main != mahrens/update ]] |
| 85 | 2026-05-12T01:20:03.968Z | + git branch -f mahrens/update 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 86 | 2026-05-12T01:20:03.971Z | + git checkout -f mahrens/update |
| 87 | 2026-05-12T01:20:04.206Z | Switched to branch 'mahrens/update' |
| 88 | 2026-05-12T01:20:04.209Z | + git reset --hard 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 |
| 89 | 2026-05-12T01:20:04.226Z | HEAD is now at 80e1f1639 Update crucible to latest |
| 90 | 2026-05-12T01:20:04.228Z | process exited: duration 10047 ms, exit code 0 |
| |
| 91 | 2026-05-12T01:20:04.234Z | starting task 4: "build" |
| 92 | 2026-05-12T01:20:04.240Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-12T01:20:04.240Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-12T01:20:04.240Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-12T01:20:04.240Z | + cargo --version |
| 96 | 2026-05-12T01:20:04.250Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-12T01:20:04.253Z | + rustc --version |
| 98 | 2026-05-12T01:20:04.273Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-12T01:20:04.276Z | + WORK=/work |
| 100 | 2026-05-12T01:20:04.276Z | + pfexec mkdir -p /work |
| 101 | 2026-05-12T01:20:04.279Z | + pfexec chown build /work |
| 102 | 2026-05-12T01:20:04.282Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-12T01:20:05.796Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-12T01:20:05.845Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-12T01:20:05.997Z | Planning: Solver setup ... Done (0.121s) |
| 106 | 2026-05-12T01:20:06.007Z | Planning: Running solver ... Done (0.009s) |
| 107 | 2026-05-12T01:20:06.011Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-05-12T01:20:06.023Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-12T01:20:06.040Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-12T01:20:06.053Z | Planning: Package planning ... Done (0.013s) |
| 111 | 2026-05-12T01:20:06.056Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-12T01:20:06.247Z | Planning: Checking for conflicting actions ... Done (0.191s) |
| 113 | 2026-05-12T01:20:06.250Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-12T01:20:07.118Z | Planning: Evaluating mediators ... Done (0.871s) |
| 115 | 2026-05-12T01:20:07.121Z | Planning: Planning completed in 1.25 seconds |
| 116 | 2026-05-12T01:20:07.129Z | Packages to install: 2 |
| 117 | 2026-05-12T01:20:07.129Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-12T01:20:07.129Z | Estimated space to be consumed: 16.95 MB |
| 119 | 2026-05-12T01:20:07.129Z | Create boot environment: No |
| 120 | 2026-05-12T01:20:07.129Z | Create backup boot environment: No |
| 121 | 2026-05-12T01:20:07.129Z | Rebuild boot archive: No |
| 122 | 2026-05-12T01:20:07.132Z | |
| 123 | 2026-05-12T01:20:07.132Z | Changed packages: |
| 124 | 2026-05-12T01:20:07.132Z | helios |
| 125 | 2026-05-12T01:20:07.132Z | developer/build-essential |
| 126 | 2026-05-12T01:20:07.132Z | None -> 11-3.0 |
| 127 | 2026-05-12T01:20:07.132Z | library/libxmlsec1 |
| 128 | 2026-05-12T01:20:07.132Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-12T01:20:07.154Z | |
| 130 | 2026-05-12T01:20:07.154Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-12T01:20:07.709Z | Download: Completed 1.28 MB in 0.55 seconds (2.3M/s) |
| 132 | 2026-05-12T01:20:07.773Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-12T01:20:07.813Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-12T01:20:07.819Z | Finalize: Updating package state database ... Done (0.006s) |
| 135 | 2026-05-12T01:20:07.819Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-12T01:20:07.831Z | Finalize: Updating image state ... Done (0.012s) |
| 137 | 2026-05-12T01:20:10.431Z | Finalize: Creating fast lookup database ... Done (2.578s) |
| 138 | 2026-05-12T01:20:10.505Z | Finalize: Reading search index ... Done (0.012s) |
| 139 | 2026-05-12T01:20:10.509Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-12T01:20:10.606Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-12T01:20:10.901Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-12T01:20:11.006Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-12T01:20:11.010Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-12T01:20:11.165Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-12T01:20:11.168Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-12T01:20:11.189Z | Mediators to change: 2 |
| 147 | 2026-05-12T01:20:11.189Z | Create boot environment: No |
| 148 | 2026-05-12T01:20:11.189Z | Create backup boot environment: No |
| 149 | 2026-05-12T01:20:11.260Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-12T01:20:11.260Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-12T01:20:11.268Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-12T01:20:13.193Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-12T01:20:13.253Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-12T01:20:13.258Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-12T01:20:13.339Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-12T01:20:13.623Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-12T01:20:13.728Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-12T01:20:13.731Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-12T01:20:13.886Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-12T01:20:13.890Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-12T01:20:13.910Z | Mediators to change: 1 |
| 162 | 2026-05-12T01:20:13.910Z | Create boot environment: No |
| 163 | 2026-05-12T01:20:13.910Z | Create backup boot environment: No |
| 164 | 2026-05-12T01:20:13.968Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-12T01:20:13.968Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-12T01:20:13.977Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-12T01:20:15.918Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-12T01:20:15.980Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-12T01:20:15.983Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-12T01:20:16.061Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-12T01:20:16.373Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-12T01:20:16.373Z | apache system 2.4 system |
| 173 | 2026-05-12T01:20:16.373Z | clang system 15 system |
| 174 | 2026-05-12T01:20:16.373Z | csh system system illumos |
| 175 | 2026-05-12T01:20:16.373Z | ctags system system illumos |
| 176 | 2026-05-12T01:20:16.373Z | file vendor vendor darwinsys |
| 177 | 2026-05-12T01:20:16.373Z | file system system illumos |
| 178 | 2026-05-12T01:20:16.373Z | gcc vendor 14 vendor |
| 179 | 2026-05-12T01:20:16.374Z | gcc system 13 system |
| 180 | 2026-05-12T01:20:16.374Z | gcc system 10 system |
| 181 | 2026-05-12T01:20:16.374Z | go system 1.25 system |
| 182 | 2026-05-12T01:20:16.374Z | llvm system 15 system |
| 183 | 2026-05-12T01:20:16.374Z | mariadb system 11.4 system |
| 184 | 2026-05-12T01:20:16.374Z | mta vendor vendor dma |
| 185 | 2026-05-12T01:20:16.374Z | openjdk system 17 system |
| 186 | 2026-05-12T01:20:16.374Z | openjdk system 11 system |
| 187 | 2026-05-12T01:20:16.374Z | openssl vendor 3 vendor |
| 188 | 2026-05-12T01:20:16.374Z | perl system 5.40 system |
| 189 | 2026-05-12T01:20:16.374Z | postgresql system 18 system |
| 190 | 2026-05-12T01:20:16.374Z | postgresql system 17 system |
| 191 | 2026-05-12T01:20:16.374Z | python vendor 3 vendor |
| 192 | 2026-05-12T01:20:16.374Z | python system 2 system |
| 193 | 2026-05-12T01:20:16.374Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-12T01:20:16.374Z | ruby system 3.4 system |
| 195 | 2026-05-12T01:20:16.374Z | ruby system 3.0 system |
| 196 | 2026-05-12T01:20:16.374Z | words vendor vendor american-english |
| 197 | 2026-05-12T01:20:16.374Z | words system system australian-english |
| 198 | 2026-05-12T01:20:16.374Z | words system system british-english |
| 199 | 2026-05-12T01:20:16.374Z | words system system canadian-english |
| 200 | 2026-05-12T01:20:16.374Z | words system system french |
| 201 | 2026-05-12T01:20:16.374Z | words system system italian |
| 202 | 2026-05-12T01:20:16.374Z | words system system ngerman |
| 203 | 2026-05-12T01:20:16.374Z | words system system ogerman |
| 204 | 2026-05-12T01:20:16.374Z | words system system spanish |
| 205 | 2026-05-12T01:20:16.627Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-12T01:20:16.627Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-12T01:20:16.893Z | FMRI IFO |
| 208 | 2026-05-12T01:20:16.893Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-12T01:20:16.893Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-12T01:20:16.893Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-12T01:20:16.893Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-12T01:20:16.893Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-12T01:20:16.893Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-12T01:20:16.893Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-12T01:20:16.894Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-12T01:20:16.894Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-12T01:20:17.116Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-12T01:20:17.359Z | Updating crates.io index |
| 219 | 2026-05-12T01:20:17.362Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-12T01:20:17.646Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-12T01:20:18.560Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-12T01:20:18.866Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-12T01:20:19.949Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-12T01:20:20.481Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-12T01:20:22.035Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-12T01:20:22.729Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-12T01:20:23.121Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-12T01:20:23.821Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-12T01:20:24.365Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-12T01:20:24.699Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-12T01:20:25.076Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-12T01:20:26.051Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-12T01:20:26.510Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-12T01:20:26.815Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-12T01:20:27.195Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-12T01:20:27.734Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-12T01:20:28.119Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-12T01:20:28.373Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-12T01:20:28.626Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-12T01:20:29.048Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-12T01:20:29.608Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-12T01:20:30.010Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-12T01:20:30.362Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-12T01:20:30.682Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-12T01:20:30.961Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-12T01:20:32.482Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-05-12T01:20:32.911Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 248 | 2026-05-12T01:20:33.321Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 249 | 2026-05-12T01:20:33.699Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 250 | 2026-05-12T01:20:33.964Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 251 | 2026-05-12T01:20:34.282Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 252 | 2026-05-12T01:20:34.720Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 253 | 2026-05-12T01:20:34.974Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 254 | 2026-05-12T01:20:35.265Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 255 | 2026-05-12T01:20:35.575Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 256 | 2026-05-12T01:20:47.179Z | Downloading crates ... |
| 257 | 2026-05-12T01:20:47.252Z | Downloaded errno v0.3.14 |
| 258 | 2026-05-12T01:20:47.255Z | Downloaded crypto-common v0.1.7 |
| 259 | 2026-05-12T01:20:47.255Z | Downloaded generic-array v0.14.7 |
| 260 | 2026-05-12T01:20:47.260Z | Downloaded colorchoice v1.0.4 |
| 261 | 2026-05-12T01:20:47.262Z | Downloaded camino v1.2.2 |
| 262 | 2026-05-12T01:20:47.262Z | Downloaded ordered-float v2.10.1 |
| 263 | 2026-05-12T01:20:47.265Z | Downloaded dtrace-parser v0.2.0 |
| 264 | 2026-05-12T01:20:47.265Z | Downloaded yoke-derive v0.8.1 |
| 265 | 2026-05-12T01:20:47.268Z | Downloaded terminal_size v0.4.3 |
| 266 | 2026-05-12T01:20:47.268Z | Downloaded memmap v0.7.0 |
| 267 | 2026-05-12T01:20:47.271Z | Downloaded is_terminal_polyfill v1.70.2 |
| 268 | 2026-05-12T01:20:47.274Z | Downloaded clap_lex v1.0.0 |
| 269 | 2026-05-12T01:20:47.277Z | Downloaded url v2.5.8 |
| 270 | 2026-05-12T01:20:47.277Z | Downloaded pretty-hex v0.4.1 |
| 271 | 2026-05-12T01:20:47.279Z | Downloaded cargo-platform v0.2.0 |
| 272 | 2026-05-12T01:20:47.279Z | Downloaded block-buffer v0.10.4 |
| 273 | 2026-05-12T01:20:47.282Z | Downloaded serde_tokenstream v0.2.3 |
| 274 | 2026-05-12T01:20:47.285Z | Downloaded form_urlencoded v1.2.2 |
| 275 | 2026-05-12T01:20:47.285Z | Downloaded winnow v0.7.14 |
| 276 | 2026-05-12T01:20:47.289Z | Downloaded zerofrom-derive v0.1.6 |
| 277 | 2026-05-12T01:20:47.292Z | Downloaded cargo-util-schemas v0.8.2 |
| 278 | 2026-05-12T01:20:47.292Z | Downloaded anstyle-query v1.1.5 |
| 279 | 2026-05-12T01:20:47.292Z | Downloaded toml_write v0.1.2 |
| 280 | 2026-05-12T01:20:47.292Z | Downloaded fs-err v3.3.0 |
| 281 | 2026-05-12T01:20:47.294Z | Downloaded displaydoc v0.2.5 |
| 282 | 2026-05-12T01:20:47.294Z | Downloaded cargo_metadata v0.21.0 |
| 283 | 2026-05-12T01:20:47.297Z | Downloaded digest v0.10.7 |
| 284 | 2026-05-12T01:20:47.300Z | Downloaded anstyle v1.0.13 |
| 285 | 2026-05-12T01:20:47.303Z | Downloaded version_check v0.9.5 |
| 286 | 2026-05-12T01:20:47.303Z | Downloaded usdt v0.5.0 |
| 287 | 2026-05-12T01:20:47.303Z | Downloaded unicode-xid v0.2.6 |
| 288 | 2026-05-12T01:20:47.303Z | Downloaded thread-id v4.2.2 |
| 289 | 2026-05-12T01:20:47.308Z | Downloaded typeid v1.0.3 |
| 290 | 2026-05-12T01:20:47.308Z | Downloaded serde_derive v1.0.228 |
| 291 | 2026-05-12T01:20:47.311Z | Downloaded serde v1.0.228 |
| 292 | 2026-05-12T01:20:47.311Z | Downloaded unicode-linebreak v0.1.5 |
| 293 | 2026-05-12T01:20:47.311Z | Downloaded toml_datetime v0.6.11 |
| 294 | 2026-05-12T01:20:47.311Z | Downloaded zerofrom v0.1.6 |
| 295 | 2026-05-12T01:20:47.311Z | Downloaded utf8parse v0.2.2 |
| 296 | 2026-05-12T01:20:47.314Z | Downloaded anstream v0.6.21 |
| 297 | 2026-05-12T01:20:47.314Z | Downloaded yoke v0.8.1 |
| 298 | 2026-05-12T01:20:47.317Z | Downloaded bitflags v2.11.0 |
| 299 | 2026-05-12T01:20:47.317Z | Downloaded zmij v1.0.21 |
| 300 | 2026-05-12T01:20:47.319Z | Downloaded thiserror-impl v2.0.18 |
| 301 | 2026-05-12T01:20:47.319Z | Downloaded thiserror v2.0.18 |
| 302 | 2026-05-12T01:20:47.322Z | Downloaded utf8_iter v1.0.4 |
| 303 | 2026-05-12T01:20:47.325Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-05-12T01:20:47.325Z | Downloaded cpufeatures v0.2.17 |
| 305 | 2026-05-12T01:20:47.325Z | Downloaded zerovec-derive v0.11.2 |
| 306 | 2026-05-12T01:20:47.328Z | Downloaded cfg-if v1.0.4 |
| 307 | 2026-05-12T01:20:47.328Z | Downloaded usdt-macro v0.5.0 |
| 308 | 2026-05-12T01:20:47.328Z | Downloaded writeable v0.6.2 |
| 309 | 2026-05-12T01:20:47.331Z | Downloaded potential_utf v0.1.4 |
| 310 | 2026-05-12T01:20:47.331Z | Downloaded log v0.4.29 |
| 311 | 2026-05-12T01:20:47.331Z | Downloaded anstyle-parse v0.2.7 |
| 312 | 2026-05-12T01:20:47.334Z | Downloaded tinystr v0.8.2 |
| 313 | 2026-05-12T01:20:47.334Z | Downloaded dof v0.3.0 |
| 314 | 2026-05-12T01:20:47.337Z | Downloaded thiserror-impl v1.0.69 |
| 315 | 2026-05-12T01:20:47.337Z | Downloaded usdt-attr-macro v0.5.0 |
| 316 | 2026-05-12T01:20:47.337Z | Downloaded percent-encoding v2.3.2 |
| 317 | 2026-05-12T01:20:47.337Z | Downloaded icu_normalizer_data v2.1.1 |
| 318 | 2026-05-12T01:20:47.340Z | Downloaded toml v0.8.23 |
| 319 | 2026-05-12T01:20:47.340Z | Downloaded proc-macro-error-attr v1.0.4 |
| 320 | 2026-05-12T01:20:47.340Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-05-12T01:20:47.342Z | Downloaded cargo_toml v0.21.0 |
| 322 | 2026-05-12T01:20:47.343Z | Downloaded bytecount v0.6.9 |
| 323 | 2026-05-12T01:20:47.343Z | Downloaded heck v0.4.1 |
| 324 | 2026-05-12T01:20:47.345Z | Downloaded textwrap v0.16.2 |
| 325 | 2026-05-12T01:20:47.345Z | Downloaded fnv v1.0.7 |
| 326 | 2026-05-12T01:20:47.345Z | Downloaded anyhow v1.0.102 |
| 327 | 2026-05-12T01:20:47.348Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-05-12T01:20:47.348Z | Downloaded toml_edit v0.22.27 |
| 329 | 2026-05-12T01:20:47.351Z | Downloaded scroll_derive v0.12.1 |
| 330 | 2026-05-12T01:20:47.353Z | Downloaded thiserror v1.0.69 |
| 331 | 2026-05-12T01:20:47.356Z | Downloaded zerotrie v0.2.3 |
| 332 | 2026-05-12T01:20:47.359Z | Downloaded unicode-ident v1.0.24 |
| 333 | 2026-05-12T01:20:47.359Z | Downloaded smawk v0.3.2 |
| 334 | 2026-05-12T01:20:47.361Z | Downloaded zerocopy-derive v0.7.35 |
| 335 | 2026-05-12T01:20:47.364Z | Downloaded camino-tempfile v1.4.1 |
| 336 | 2026-05-12T01:20:47.364Z | Downloaded typenum v1.19.0 |
| 337 | 2026-05-12T01:20:47.367Z | Downloaded byteorder v1.5.0 |
| 338 | 2026-05-12T01:20:47.367Z | Downloaded macaddr v1.0.1 |
| 339 | 2026-05-12T01:20:47.367Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-05-12T01:20:47.370Z | Downloaded swrite v0.1.0 |
| 341 | 2026-05-12T01:20:47.370Z | Downloaded erased-serde v0.4.9 |
| 342 | 2026-05-12T01:20:47.370Z | Downloaded strsim v0.11.1 |
| 343 | 2026-05-12T01:20:47.373Z | Downloaded equivalent v1.0.2 |
| 344 | 2026-05-12T01:20:47.373Z | Downloaded serde-value v0.7.0 |
| 345 | 2026-05-12T01:20:47.373Z | Downloaded zerovec v0.11.5 |
| 346 | 2026-05-12T01:20:47.375Z | Downloaded itoa v1.0.17 |
| 347 | 2026-05-12T01:20:47.378Z | Downloaded autocfg v1.5.0 |
| 348 | 2026-05-12T01:20:47.378Z | Downloaded litemap v0.8.1 |
| 349 | 2026-05-12T01:20:47.381Z | Downloaded clap_derive v4.5.55 |
| 350 | 2026-05-12T01:20:47.381Z | Downloaded zerocopy v0.7.35 |
| 351 | 2026-05-12T01:20:47.390Z | Downloaded clap v4.5.60 |
| 352 | 2026-05-12T01:20:47.395Z | Downloaded stable_deref_trait v1.2.1 |
| 353 | 2026-05-12T01:20:47.398Z | Downloaded unicode-width v0.2.0 |
| 354 | 2026-05-12T01:20:47.401Z | Downloaded unicode-width v0.1.14 |
| 355 | 2026-05-12T01:20:47.404Z | Downloaded heck v0.5.0 |
| 356 | 2026-05-12T01:20:47.407Z | Downloaded plain v0.2.3 |
| 357 | 2026-05-12T01:20:47.413Z | Downloaded serde_spanned v0.6.9 |
| 358 | 2026-05-12T01:20:47.419Z | Downloaded semver v1.0.28 |
| 359 | 2026-05-12T01:20:47.422Z | Downloaded idna_adapter v1.2.1 |
| 360 | 2026-05-12T01:20:47.425Z | Downloaded proc-macro-error v1.0.4 |
| 361 | 2026-05-12T01:20:47.428Z | Downloaded synstructure v0.13.2 |
| 362 | 2026-05-12T01:20:47.430Z | Downloaded getrandom v0.4.1 |
| 363 | 2026-05-12T01:20:47.433Z | Downloaded serde-untagged v0.1.9 |
| 364 | 2026-05-12T01:20:47.433Z | Downloaded scroll v0.12.0 |
| 365 | 2026-05-12T01:20:47.436Z | Downloaded serde_core v1.0.228 |
| 366 | 2026-05-12T01:20:47.441Z | Downloaded tempfile v3.25.0 |
| 367 | 2026-05-12T01:20:47.448Z | Downloaded icu_provider v2.1.1 |
| 368 | 2026-05-12T01:20:47.451Z | Downloaded sha2 v0.10.9 |
| 369 | 2026-05-12T01:20:47.454Z | Downloaded papergrid v0.11.0 |
| 370 | 2026-05-12T01:20:47.456Z | Downloaded memchr v2.8.0 |
| 371 | 2026-05-12T01:20:47.459Z | Downloaded proc-macro2 v1.0.106 |
| 372 | 2026-05-12T01:20:47.462Z | Downloaded num-traits v0.2.19 |
| 373 | 2026-05-12T01:20:47.468Z | Downloaded pest_derive v2.8.6 |
| 374 | 2026-05-12T01:20:47.472Z | Downloaded pest v2.8.6 |
| 375 | 2026-05-12T01:20:47.475Z | Downloaded smallvec v1.15.1 |
| 376 | 2026-05-12T01:20:47.477Z | Downloaded pest_meta v2.8.6 |
| 377 | 2026-05-12T01:20:47.478Z | Downloaded quote v1.0.45 |
| 378 | 2026-05-12T01:20:47.481Z | Downloaded pest_generator v2.8.6 |
| 379 | 2026-05-12T01:20:47.484Z | Downloaded icu_normalizer v2.1.1 |
| 380 | 2026-05-12T01:20:47.490Z | Downloaded icu_properties v2.1.2 |
| 381 | 2026-05-12T01:20:47.493Z | Downloaded icu_locale_core v2.1.1 |
| 382 | 2026-05-12T01:20:47.496Z | Downloaded icu_collections v2.1.1 |
| 383 | 2026-05-12T01:20:47.507Z | Downloaded once_cell v1.21.3 |
| 384 | 2026-05-12T01:20:47.510Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-12T01:20:47.513Z | Downloaded clap_builder v4.5.60 |
| 386 | 2026-05-12T01:20:47.516Z | Downloaded tabled v0.15.0 |
| 387 | 2026-05-12T01:20:47.535Z | Downloaded icu_properties_data v2.1.2 |
| 388 | 2026-05-12T01:20:47.538Z | Downloaded serde_json v1.0.149 |
| 389 | 2026-05-12T01:20:47.542Z | Downloaded idna v1.1.0 |
| 390 | 2026-05-12T01:20:47.548Z | Downloaded hashbrown v0.17.0 |
| 391 | 2026-05-12T01:20:47.551Z | Downloaded goblin v0.8.2 |
| 392 | 2026-05-12T01:20:47.577Z | Downloaded syn v2.0.117 |
| 393 | 2026-05-12T01:20:47.582Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-12T01:20:47.594Z | Downloaded rustix v1.1.3 |
| 395 | 2026-05-12T01:20:47.622Z | Downloaded libc v0.2.185 |
| 396 | 2026-05-12T01:20:47.688Z | Compiling proc-macro2 v1.0.106 |
| 397 | 2026-05-12T01:20:47.691Z | Compiling quote v1.0.45 |
| 398 | 2026-05-12T01:20:47.691Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-05-12T01:20:47.691Z | Compiling serde_core v1.0.228 |
| 400 | 2026-05-12T01:20:47.691Z | Compiling libc v0.2.185 |
| 401 | 2026-05-12T01:20:47.691Z | Compiling version_check v0.9.5 |
| 402 | 2026-05-12T01:20:47.691Z | Compiling stable_deref_trait v1.2.1 |
| 403 | 2026-05-12T01:20:47.691Z | Compiling memchr v2.8.0 |
| 404 | 2026-05-12T01:20:47.691Z | Compiling serde v1.0.228 |
| 405 | 2026-05-12T01:20:47.691Z | Compiling zmij v1.0.21 |
| 406 | 2026-05-12T01:20:47.691Z | Compiling ucd-trie v0.1.7 |
| 407 | 2026-05-12T01:20:47.691Z | Compiling thiserror v1.0.69 |
| 408 | 2026-05-12T01:20:47.875Z | Compiling autocfg v1.5.0 |
| 409 | 2026-05-12T01:20:47.879Z | Compiling itoa v1.0.17 |
| 410 | 2026-05-12T01:20:47.879Z | Compiling writeable v0.6.2 |
| 411 | 2026-05-12T01:20:48.120Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-12T01:20:48.202Z | Compiling icu_properties_data v2.1.2 |
| 413 | 2026-05-12T01:20:48.294Z | Compiling byteorder v1.5.0 |
| 414 | 2026-05-12T01:20:48.316Z | Compiling rustix v1.1.3 |
| 415 | 2026-05-12T01:20:48.376Z | Compiling pest v2.8.6 |
| 416 | 2026-05-12T01:20:48.399Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-12T01:20:48.402Z | Compiling bitflags v2.11.0 |
| 418 | 2026-05-12T01:20:48.580Z | Compiling serde_json v1.0.149 |
| 419 | 2026-05-12T01:20:48.599Z | Compiling num-traits v0.2.19 |
| 420 | 2026-05-12T01:20:48.599Z | Compiling equivalent v1.0.2 |
| 421 | 2026-05-12T01:20:48.779Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-05-12T01:20:48.779Z | Compiling typeid v1.0.3 |
| 423 | 2026-05-12T01:20:48.900Z | Compiling smallvec v1.15.1 |
| 424 | 2026-05-12T01:20:48.903Z | Compiling usdt-impl v0.5.0 |
| 425 | 2026-05-12T01:20:48.922Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2026-05-12T01:20:49.002Z | Compiling errno v0.3.14 |
| 427 | 2026-05-12T01:20:49.043Z | Compiling thread-id v4.2.2 |
| 428 | 2026-05-12T01:20:49.043Z | Compiling erased-serde v0.4.9 |
| 429 | 2026-05-12T01:20:49.084Z | Compiling syn v1.0.109 |
| 430 | 2026-05-12T01:20:49.108Z | Compiling winnow v0.7.14 |
| 431 | 2026-05-12T01:20:49.154Z | Compiling toml_write v0.1.2 |
| 432 | 2026-05-12T01:20:49.157Z | Compiling proc-macro-error v1.0.4 |
| 433 | 2026-05-12T01:20:49.292Z | Compiling indexmap v2.14.0 |
| 434 | 2026-05-12T01:20:49.358Z | Compiling plain v0.2.3 |
| 435 | 2026-05-12T01:20:49.376Z | Compiling utf8_iter v1.0.4 |
| 436 | 2026-05-12T01:20:49.417Z | Compiling syn v2.0.117 |
| 437 | 2026-05-12T01:20:49.420Z | Compiling utf8parse v0.2.2 |
| 438 | 2026-05-12T01:20:49.478Z | Compiling pest_meta v2.8.6 |
| 439 | 2026-05-12T01:20:49.481Z | Compiling camino v1.2.2 |
| 440 | 2026-05-12T01:20:49.499Z | Compiling percent-encoding v2.3.2 |
| 441 | 2026-05-12T01:20:49.518Z | Compiling getrandom v0.4.1 |
| 442 | 2026-05-12T01:20:49.521Z | Compiling log v0.4.29 |
| 443 | 2026-05-12T01:20:49.574Z | Compiling thiserror v2.0.18 |
| 444 | 2026-05-12T01:20:49.674Z | Compiling anstyle-parse v0.2.7 |
| 445 | 2026-05-12T01:20:49.773Z | Compiling form_urlencoded v1.2.2 |
| 446 | 2026-05-12T01:20:49.890Z | Compiling ordered-float v2.10.1 |
| 447 | 2026-05-12T01:20:49.980Z | Compiling anstyle v1.0.13 |
| 448 | 2026-05-12T01:20:49.999Z | Compiling colorchoice v1.0.4 |
| 449 | 2026-05-12T01:20:50.002Z | Compiling cfg-if v1.0.4 |
| 450 | 2026-05-12T01:20:50.038Z | Compiling is_terminal_polyfill v1.70.2 |
| 451 | 2026-05-12T01:20:50.097Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-12T01:20:50.118Z | Compiling terminal_size v0.4.3 |
| 453 | 2026-05-12T01:20:50.139Z | Compiling anstyle-query v1.1.5 |
| 454 | 2026-05-12T01:20:50.200Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-12T01:20:50.240Z | Compiling anstream v0.6.21 |
| 456 | 2026-05-12T01:20:50.262Z | Compiling clap_lex v1.0.0 |
| 457 | 2026-05-12T01:20:50.280Z | Compiling heck v0.4.1 |
| 458 | 2026-05-12T01:20:50.301Z | Compiling fnv v1.0.7 |
| 459 | 2026-05-12T01:20:50.304Z | Compiling once_cell v1.21.3 |
| 460 | 2026-05-12T01:20:50.369Z | Compiling unicode-xid v0.2.6 |
| 461 | 2026-05-12T01:20:50.388Z | Compiling strsim v0.11.1 |
| 462 | 2026-05-12T01:20:50.428Z | Compiling fastrand v2.3.0 |
| 463 | 2026-05-12T01:20:50.446Z | Compiling anyhow v1.0.102 |
| 464 | 2026-05-12T01:20:50.558Z | Compiling semver v1.0.28 |
| 465 | 2026-05-12T01:20:50.597Z | Compiling bytecount v0.6.9 |
| 466 | 2026-05-12T01:20:50.600Z | Compiling heck v0.5.0 |
| 467 | 2026-05-12T01:20:50.676Z | Compiling unicode-width v0.1.14 |
| 468 | 2026-05-12T01:20:50.698Z | Compiling tempfile v3.25.0 |
| 469 | 2026-05-12T01:20:50.716Z | Compiling clap_builder v4.5.60 |
| 470 | 2026-05-12T01:20:50.756Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-12T01:20:50.887Z | Compiling unicode-width v0.2.0 |
| 472 | 2026-05-12T01:20:50.906Z | Compiling smawk v0.3.2 |
| 473 | 2026-05-12T01:20:50.968Z | Compiling serde-untagged v0.1.9 |
| 474 | 2026-05-12T01:20:50.989Z | Compiling papergrid v0.11.0 |
| 475 | 2026-05-12T01:20:51.032Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2026-05-12T01:20:51.083Z | Compiling camino-tempfile v1.4.1 |
| 477 | 2026-05-12T01:20:51.142Z | Compiling swrite v0.1.0 |
| 478 | 2026-05-12T01:20:51.217Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-05-12T01:20:51.261Z | Compiling textwrap v0.16.2 |
| 480 | 2026-05-12T01:20:51.599Z | Compiling tabled_derive v0.7.0 |
| 481 | 2026-05-12T01:20:52.072Z | Compiling synstructure v0.13.2 |
| 482 | 2026-05-12T01:20:52.072Z | Compiling pest_generator v2.8.6 |
| 483 | 2026-05-12T01:20:52.280Z | Compiling tabled v0.15.0 |
| 484 | 2026-05-12T01:20:52.595Z | Compiling serde_derive v1.0.228 |
| 485 | 2026-05-12T01:20:52.595Z | Compiling zerofrom-derive v0.1.6 |
| 486 | 2026-05-12T01:20:52.595Z | Compiling yoke-derive v0.8.1 |
| 487 | 2026-05-12T01:20:52.598Z | Compiling zerovec-derive v0.11.2 |
| 488 | 2026-05-12T01:20:52.598Z | Compiling displaydoc v0.2.5 |
| 489 | 2026-05-12T01:20:52.598Z | Compiling thiserror-impl v1.0.69 |
| 490 | 2026-05-12T01:20:52.614Z | Compiling zerocopy-derive v0.7.35 |
| 491 | 2026-05-12T01:20:52.650Z | Compiling scroll_derive v0.12.1 |
| 492 | 2026-05-12T01:20:52.653Z | Compiling thiserror-impl v2.0.18 |
| 493 | 2026-05-12T01:20:52.653Z | Compiling clap_derive v4.5.55 |
| 494 | 2026-05-12T01:20:52.687Z | Compiling pest_derive v2.8.6 |
| 495 | 2026-05-12T01:20:53.334Z | Compiling scroll v0.12.0 |
| 496 | 2026-05-12T01:20:53.486Z | Compiling zerocopy v0.7.35 |
| 497 | 2026-05-12T01:20:53.558Z | Compiling goblin v0.8.2 |
| 498 | 2026-05-12T01:20:53.784Z | Compiling dtrace-parser v0.2.0 |
| 499 | 2026-05-12T01:20:53.834Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-12T01:20:53.937Z | Compiling yoke v0.8.1 |
| 501 | 2026-05-12T01:20:54.057Z | Compiling clap v4.5.60 |
| 502 | 2026-05-12T01:20:54.093Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-12T01:20:54.093Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-12T01:20:54.496Z | Compiling tinystr v0.8.2 |
| 505 | 2026-05-12T01:20:54.496Z | Compiling potential_utf v0.1.4 |
| 506 | 2026-05-12T01:20:54.679Z | Compiling icu_collections v2.1.1 |
| 507 | 2026-05-12T01:20:54.698Z | Compiling icu_locale_core v2.1.1 |
| 508 | 2026-05-12T01:20:55.155Z | Compiling dof v0.3.0 |
| 509 | 2026-05-12T01:20:55.155Z | Compiling serde_tokenstream v0.2.3 |
| 510 | 2026-05-12T01:20:55.221Z | Compiling serde_spanned v0.6.9 |
| 511 | 2026-05-12T01:20:55.221Z | Compiling toml_datetime v0.6.11 |
| 512 | 2026-05-12T01:20:55.221Z | Compiling serde-value v0.7.0 |
| 513 | 2026-05-12T01:20:55.221Z | Compiling cargo-platform v0.2.0 |
| 514 | 2026-05-12T01:20:55.221Z | Compiling macaddr v1.0.1 |
| 515 | 2026-05-12T01:20:55.263Z | Compiling icu_provider v2.1.1 |
| 516 | 2026-05-12T01:20:55.372Z | Compiling toml_edit v0.22.27 |
| 517 | 2026-05-12T01:20:55.481Z | Compiling icu_properties v2.1.2 |
| 518 | 2026-05-12T01:20:55.481Z | Compiling icu_normalizer v2.1.1 |
| 519 | 2026-05-12T01:20:55.787Z | Compiling usdt-macro v0.5.0 |
| 520 | 2026-05-12T01:20:55.787Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-12T01:20:56.302Z | Compiling idna_adapter v1.2.1 |
| 522 | 2026-05-12T01:20:56.406Z | Compiling idna v1.1.0 |
| 523 | 2026-05-12T01:20:56.427Z | Compiling usdt v0.5.0 |
| 524 | 2026-05-12T01:20:56.648Z | Compiling toml v0.8.23 |
| 525 | 2026-05-12T01:20:56.668Z | Compiling url v2.5.8 |
| 526 | 2026-05-12T01:20:56.988Z | Compiling cargo_toml v0.21.0 |
| 527 | 2026-05-12T01:20:57.073Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-05-12T01:20:57.851Z | Compiling cargo_metadata v0.21.0 |
| 529 | 2026-05-12T01:20:58.761Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 530 | 2026-05-12T01:21:00.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.90s |
| 531 | 2026-05-12T01:21:01.104Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 532 | 2026-05-12T01:21:01.655Z | Downloading crates ... |
| 533 | 2026-05-12T01:21:01.739Z | Downloaded adler2 v2.0.1 |
| 534 | 2026-05-12T01:21:01.745Z | Downloaded argon2 v0.5.3 |
| 535 | 2026-05-12T01:21:01.749Z | Downloaded cassowary v0.3.0 |
| 536 | 2026-05-12T01:21:01.755Z | Downloaded ar_archive_writer v0.5.1 |
| 537 | 2026-05-12T01:21:01.768Z | Downloaded env_filter v1.0.0 |
| 538 | 2026-05-12T01:21:01.771Z | Downloaded crunchy v0.2.4 |
| 539 | 2026-05-12T01:21:01.777Z | Downloaded derive_builder_core v0.20.2 |
| 540 | 2026-05-12T01:21:01.782Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 541 | 2026-05-12T01:21:01.785Z | Downloaded crc32fast v1.5.0 |
| 542 | 2026-05-12T01:21:01.785Z | Downloaded ed25519-dalek v2.2.0 |
| 543 | 2026-05-12T01:21:01.787Z | Downloaded ctr v0.9.2 |
| 544 | 2026-05-12T01:21:01.790Z | Downloaded chrono v0.4.44 |
| 545 | 2026-05-12T01:21:01.797Z | Downloaded cargo-platform v0.3.2 |
| 546 | 2026-05-12T01:21:01.800Z | Downloaded block-padding v0.3.3 |
| 547 | 2026-05-12T01:21:01.805Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2026-05-12T01:21:01.808Z | Downloaded arrayref v0.3.9 |
| 549 | 2026-05-12T01:21:01.811Z | Downloaded array-init v0.0.4 |
| 550 | 2026-05-12T01:21:01.814Z | Downloaded atomic-waker v1.1.2 |
| 551 | 2026-05-12T01:21:01.817Z | Downloaded bit-set v0.5.3 |
| 552 | 2026-05-12T01:21:01.822Z | Downloaded ascii-canvas v3.0.0 |
| 553 | 2026-05-12T01:21:01.825Z | Downloaded expectorate v1.2.0 |
| 554 | 2026-05-12T01:21:01.830Z | Downloaded crc8 v0.1.1 |
| 555 | 2026-05-12T01:21:01.834Z | Downloaded compression-core v0.4.31 |
| 556 | 2026-05-12T01:21:01.837Z | Downloaded cfg_aliases v0.2.1 |
| 557 | 2026-05-12T01:21:01.839Z | Downloaded cobs v0.3.0 |
| 558 | 2026-05-12T01:21:01.842Z | Downloaded atty v0.2.14 |
| 559 | 2026-05-12T01:21:01.845Z | Downloaded async-stream v0.3.6 |
| 560 | 2026-05-12T01:21:01.845Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 561 | 2026-05-12T01:21:01.848Z | Downloaded debug-ignore v1.0.5 |
| 562 | 2026-05-12T01:21:01.850Z | Downloaded daft v0.1.5 |
| 563 | 2026-05-12T01:21:01.850Z | Downloaded cmake v0.1.57 |
| 564 | 2026-05-12T01:21:01.853Z | Downloaded darling v0.23.0 |
| 565 | 2026-05-12T01:21:01.856Z | Downloaded cstr-argument v0.1.2 |
| 566 | 2026-05-12T01:21:01.856Z | Downloaded ciborium-io v0.2.2 |
| 567 | 2026-05-12T01:21:01.856Z | Downloaded fixedbitset v0.4.2 |
| 568 | 2026-05-12T01:21:01.859Z | Downloaded crucible-workspace-hack v0.1.0 |
| 569 | 2026-05-12T01:21:01.859Z | Downloaded chacha20 v0.10.0 |
| 570 | 2026-05-12T01:21:01.862Z | Downloaded foreign-types-shared v0.1.1 |
| 571 | 2026-05-12T01:21:01.862Z | Downloaded enum-as-inner v0.6.1 |
| 572 | 2026-05-12T01:21:01.862Z | Downloaded darling_macro v0.20.11 |
| 573 | 2026-05-12T01:21:01.862Z | Downloaded bitfield-macros v0.19.4 |
| 574 | 2026-05-12T01:21:01.864Z | Downloaded foreign-types-shared v0.3.1 |
| 575 | 2026-05-12T01:21:01.864Z | Downloaded crossbeam-deque v0.8.6 |
| 576 | 2026-05-12T01:21:01.864Z | Downloaded atomicwrites v0.4.4 |
| 577 | 2026-05-12T01:21:01.864Z | Downloaded async-stream-impl v0.3.6 |
| 578 | 2026-05-12T01:21:01.867Z | Downloaded assert_matches v1.5.0 |
| 579 | 2026-05-12T01:21:01.867Z | Downloaded float-cmp v0.10.0 |
| 580 | 2026-05-12T01:21:01.867Z | Downloaded cfg_aliases v0.1.1 |
| 581 | 2026-05-12T01:21:01.870Z | Downloaded castaway v0.2.4 |
| 582 | 2026-05-12T01:21:01.870Z | Downloaded derive_builder_macro v0.20.2 |
| 583 | 2026-05-12T01:21:01.870Z | Downloaded darling_macro v0.21.3 |
| 584 | 2026-05-12T01:21:01.870Z | Downloaded dof v0.4.0 |
| 585 | 2026-05-12T01:21:01.873Z | Downloaded crc v3.4.0 |
| 586 | 2026-05-12T01:21:01.873Z | Downloaded defmt v0.3.100 |
| 587 | 2026-05-12T01:21:01.873Z | Downloaded async-recursion v1.1.1 |
| 588 | 2026-05-12T01:21:01.876Z | Downloaded cpufeatures v0.3.0 |
| 589 | 2026-05-12T01:21:01.879Z | Downloaded defmt-parser v1.0.0 |
| 590 | 2026-05-12T01:21:01.879Z | Downloaded dsl_auto_type v0.2.0 |
| 591 | 2026-05-12T01:21:01.879Z | Downloaded bitfield-struct v0.6.2 |
| 592 | 2026-05-12T01:21:01.882Z | Downloaded futures-core v0.3.32 |
| 593 | 2026-05-12T01:21:01.882Z | Downloaded bit-set v0.8.0 |
| 594 | 2026-05-12T01:21:01.882Z | Downloaded convert_case v0.4.0 |
| 595 | 2026-05-12T01:21:01.882Z | Downloaded base16ct v0.2.0 |
| 596 | 2026-05-12T01:21:01.885Z | Downloaded bb8 v0.8.6 |
| 597 | 2026-05-12T01:21:01.885Z | Downloaded find-msvc-tools v0.1.9 |
| 598 | 2026-05-12T01:21:01.885Z | Downloaded fd-lock v4.0.4 |
| 599 | 2026-05-12T01:21:01.888Z | Downloaded crossbeam-utils v0.8.21 |
| 600 | 2026-05-12T01:21:01.890Z | Downloaded futures-sink v0.3.32 |
| 601 | 2026-05-12T01:21:01.891Z | Downloaded aead v0.5.2 |
| 602 | 2026-05-12T01:21:01.891Z | Downloaded crc-catalog v2.4.0 |
| 603 | 2026-05-12T01:21:01.891Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 604 | 2026-05-12T01:21:01.895Z | Downloaded dyn-clone v1.0.20 |
| 605 | 2026-05-12T01:21:01.897Z | Downloaded const_format_proc_macros v0.2.34 |
| 606 | 2026-05-12T01:21:01.897Z | Downloaded embedded-io v0.6.1 |
| 607 | 2026-05-12T01:21:01.897Z | Downloaded cexpr v0.6.0 |
| 608 | 2026-05-12T01:21:01.900Z | Downloaded convert_case v0.10.0 |
| 609 | 2026-05-12T01:21:01.900Z | Downloaded bitflags v1.3.2 |
| 610 | 2026-05-12T01:21:01.903Z | Downloaded difflib v0.4.0 |
| 611 | 2026-05-12T01:21:01.903Z | Downloaded flagset v0.4.7 |
| 612 | 2026-05-12T01:21:01.906Z | Downloaded document-features v0.2.12 |
| 613 | 2026-05-12T01:21:01.906Z | Downloaded display-error-chain v0.2.2 |
| 614 | 2026-05-12T01:21:01.906Z | Downloaded compression-codecs v0.4.37 |
| 615 | 2026-05-12T01:21:01.908Z | Downloaded cargo_metadata v0.23.1 |
| 616 | 2026-05-12T01:21:01.911Z | Downloaded daft-derive v0.1.5 |
| 617 | 2026-05-12T01:21:01.911Z | Downloaded foldhash v0.1.5 |
| 618 | 2026-05-12T01:21:01.914Z | Downloaded ed25519 v2.2.3 |
| 619 | 2026-05-12T01:21:01.914Z | Downloaded darling_core v0.20.11 |
| 620 | 2026-05-12T01:21:01.917Z | Downloaded ghash v0.5.1 |
| 621 | 2026-05-12T01:21:01.920Z | Downloaded gethostname v0.5.0 |
| 622 | 2026-05-12T01:21:01.920Z | Downloaded camino-tempfile-ext v0.3.3 |
| 623 | 2026-05-12T01:21:01.922Z | Downloaded base64ct v1.8.3 |
| 624 | 2026-05-12T01:21:01.923Z | Downloaded dtrace-parser v0.3.0 |
| 625 | 2026-05-12T01:21:01.925Z | Downloaded dirs-sys-next v0.1.2 |
| 626 | 2026-05-12T01:21:01.925Z | Downloaded fxhash v0.2.1 |
| 627 | 2026-05-12T01:21:01.925Z | Downloaded futures-task v0.3.32 |
| 628 | 2026-05-12T01:21:01.928Z | Downloaded cbc v0.1.2 |
| 629 | 2026-05-12T01:21:01.928Z | Downloaded foreign-types v0.5.0 |
| 630 | 2026-05-12T01:21:01.928Z | Downloaded der_derive v0.7.3 |
| 631 | 2026-05-12T01:21:01.931Z | Downloaded darling v0.20.11 |
| 632 | 2026-05-12T01:21:01.934Z | Downloaded async-trait v0.1.89 |
| 633 | 2026-05-12T01:21:01.936Z | Downloaded fs-err v2.11.0 |
| 634 | 2026-05-12T01:21:01.936Z | Downloaded git-stub v1.0.0 |
| 635 | 2026-05-12T01:21:01.936Z | Downloaded endian-type v0.1.2 |
| 636 | 2026-05-12T01:21:01.939Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 637 | 2026-05-12T01:21:01.939Z | Downloaded blowfish v0.9.1 |
| 638 | 2026-05-12T01:21:01.939Z | Downloaded darling_macro v0.23.0 |
| 639 | 2026-05-12T01:21:01.939Z | Downloaded constant_time_eq v0.4.2 |
| 640 | 2026-05-12T01:21:01.942Z | Downloaded futures-macro v0.3.32 |
| 641 | 2026-05-12T01:21:01.942Z | Downloaded hash32 v0.2.1 |
| 642 | 2026-05-12T01:21:01.945Z | Downloaded dirs-next v2.0.0 |
| 643 | 2026-05-12T01:21:01.945Z | Downloaded globwalk v0.9.1 |
| 644 | 2026-05-12T01:21:01.946Z | Downloaded embedded-io v0.4.0 |
| 645 | 2026-05-12T01:21:01.948Z | Downloaded dunce v1.0.5 |
| 646 | 2026-05-12T01:21:01.948Z | Downloaded backoff v0.4.0 |
| 647 | 2026-05-12T01:21:01.948Z | Downloaded hex-literal v0.4.1 |
| 648 | 2026-05-12T01:21:01.952Z | Downloaded futures-executor v0.3.32 |
| 649 | 2026-05-12T01:21:01.952Z | Downloaded csv-core v0.1.13 |
| 650 | 2026-05-12T01:21:01.952Z | Downloaded headers-core v0.3.0 |
| 651 | 2026-05-12T01:21:01.955Z | Downloaded foreign-types-macros v0.2.3 |
| 652 | 2026-05-12T01:21:01.955Z | Downloaded critical-section v1.2.0 |
| 653 | 2026-05-12T01:21:01.955Z | Downloaded ahash v0.8.12 |
| 654 | 2026-05-12T01:21:01.957Z | Downloaded colored v3.1.1 |
| 655 | 2026-05-12T01:21:01.960Z | Downloaded colored v2.2.0 |
| 656 | 2026-05-12T01:21:01.960Z | Downloaded clang-sys v1.8.1 |
| 657 | 2026-05-12T01:21:01.963Z | Downloaded console v0.16.2 |
| 658 | 2026-05-12T01:21:01.963Z | Downloaded bitfield v0.19.4 |
| 659 | 2026-05-12T01:21:01.965Z | Downloaded bzip2 v0.6.1 |
| 660 | 2026-05-12T01:21:01.965Z | Downloaded futures-io v0.3.32 |
| 661 | 2026-05-12T01:21:01.965Z | Downloaded funty v2.0.0 |
| 662 | 2026-05-12T01:21:01.968Z | Downloaded byte-wrapper v0.1.0 |
| 663 | 2026-05-12T01:21:01.968Z | Downloaded float-ord v0.3.2 |
| 664 | 2026-05-12T01:21:01.968Z | Downloaded filetime v0.2.27 |
| 665 | 2026-05-12T01:21:01.971Z | Downloaded hostname v0.4.2 |
| 666 | 2026-05-12T01:21:01.971Z | Downloaded derive-ex v0.1.8 |
| 667 | 2026-05-12T01:21:01.974Z | Downloaded ff v0.13.1 |
| 668 | 2026-05-12T01:21:01.974Z | Downloaded erased-serde v0.3.31 |
| 669 | 2026-05-12T01:21:01.976Z | Downloaded http-body v1.0.1 |
| 670 | 2026-05-12T01:21:01.976Z | Downloaded drift v0.1.4 |
| 671 | 2026-05-12T01:21:01.980Z | Downloaded ident_case v1.0.1 |
| 672 | 2026-05-12T01:21:01.983Z | Downloaded env_logger v0.11.9 |
| 673 | 2026-05-12T01:21:01.983Z | Downloaded console v0.15.11 |
| 674 | 2026-05-12T01:21:01.985Z | Downloaded glob v0.3.3 |
| 675 | 2026-05-12T01:21:01.985Z | Downloaded arrayvec v0.7.6 |
| 676 | 2026-05-12T01:21:01.988Z | Downloaded hubpack_derive v0.1.1 |
| 677 | 2026-05-12T01:21:01.989Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-05-12T01:21:01.989Z | Downloaded hostname v0.3.1 |
| 679 | 2026-05-12T01:21:01.991Z | Downloaded home v0.5.12 |
| 680 | 2026-05-12T01:21:01.991Z | Downloaded async-bb8-diesel v0.2.1 |
| 681 | 2026-05-12T01:21:01.994Z | Downloaded foldhash v0.2.0 |
| 682 | 2026-05-12T01:21:01.994Z | Downloaded fallible-iterator v0.2.0 |
| 683 | 2026-05-12T01:21:01.994Z | Downloaded const-oid v0.9.6 |
| 684 | 2026-05-12T01:21:01.997Z | Downloaded blake2 v0.10.6 |
| 685 | 2026-05-12T01:21:01.997Z | Downloaded deranged v0.5.8 |
| 686 | 2026-05-12T01:21:02.001Z | Downloaded git-stub-vcs v0.1.0 |
| 687 | 2026-05-12T01:21:02.001Z | Downloaded hash32 v0.3.1 |
| 688 | 2026-05-12T01:21:02.002Z | Downloaded defmt v1.0.1 |
| 689 | 2026-05-12T01:21:02.004Z | Downloaded globset v0.4.18 |
| 690 | 2026-05-12T01:21:02.004Z | Downloaded hubpack v0.1.2 |
| 691 | 2026-05-12T01:21:02.004Z | Downloaded indent_write v2.2.0 |
| 692 | 2026-05-12T01:21:02.007Z | Downloaded is_ci v1.2.0 |
| 693 | 2026-05-12T01:21:02.007Z | Downloaded darling v0.21.3 |
| 694 | 2026-05-12T01:21:02.010Z | Downloaded indoc v1.0.9 |
| 695 | 2026-05-12T01:21:02.013Z | Downloaded crc-any v2.5.0 |
| 696 | 2026-05-12T01:21:02.013Z | Downloaded cookie_store v0.22.1 |
| 697 | 2026-05-12T01:21:02.021Z | Downloaded cancel-safe-futures v0.1.5 |
| 698 | 2026-05-12T01:21:02.025Z | Downloaded instant v0.1.13 |
| 699 | 2026-05-12T01:21:02.025Z | Downloaded bzip2 v0.4.4 |
| 700 | 2026-05-12T01:21:02.025Z | Downloaded ecdsa v0.16.9 |
| 701 | 2026-05-12T01:21:02.025Z | Downloaded bumpalo v3.20.2 |
| 702 | 2026-05-12T01:21:02.025Z | Downloaded fixedbitset v0.5.7 |
| 703 | 2026-05-12T01:21:02.025Z | Downloaded diesel-dtrace v0.5.0 |
| 704 | 2026-05-12T01:21:02.025Z | Downloaded internet-checksum v0.2.1 |
| 705 | 2026-05-12T01:21:02.025Z | Downloaded defmt-macros v1.0.1 |
| 706 | 2026-05-12T01:21:02.028Z | Downloaded http-range v0.1.5 |
| 707 | 2026-05-12T01:21:02.028Z | Downloaded hex v0.4.3 |
| 708 | 2026-05-12T01:21:02.031Z | Downloaded data-encoding v2.10.0 |
| 709 | 2026-05-12T01:21:02.031Z | Downloaded crossbeam-epoch v0.9.18 |
| 710 | 2026-05-12T01:21:02.034Z | Downloaded foreign-types v0.3.2 |
| 711 | 2026-05-12T01:21:02.034Z | Downloaded ena v0.14.4 |
| 712 | 2026-05-12T01:21:02.034Z | Downloaded highway v1.3.0 |
| 713 | 2026-05-12T01:21:02.037Z | Downloaded bit-vec v0.6.3 |
| 714 | 2026-05-12T01:21:02.037Z | Downloaded humantime v2.3.0 |
| 715 | 2026-05-12T01:21:02.037Z | Downloaded is-terminal v0.4.17 |
| 716 | 2026-05-12T01:21:02.040Z | Downloaded inout v0.1.4 |
| 717 | 2026-05-12T01:21:02.040Z | Downloaded hyper-staticfile v0.10.1 |
| 718 | 2026-05-12T01:21:02.040Z | Downloaded kstat-rs v0.2.4 |
| 719 | 2026-05-12T01:21:02.042Z | Downloaded instability v0.3.11 |
| 720 | 2026-05-12T01:21:02.042Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 721 | 2026-05-12T01:21:02.045Z | Downloaded fs_extra v1.3.0 |
| 722 | 2026-05-12T01:21:02.045Z | Downloaded lazy_static v1.5.0 |
| 723 | 2026-05-12T01:21:02.048Z | Downloaded newline-converter v0.3.0 |
| 724 | 2026-05-12T01:21:02.048Z | Downloaded lru v0.12.5 |
| 725 | 2026-05-12T01:21:02.048Z | Downloaded lalrpop-util v0.19.12 |
| 726 | 2026-05-12T01:21:02.051Z | Downloaded buf-list v1.1.2 |
| 727 | 2026-05-12T01:21:02.051Z | Downloaded futures-channel v0.3.32 |
| 728 | 2026-05-12T01:21:02.054Z | Downloaded keccak v0.1.6 |
| 729 | 2026-05-12T01:21:02.054Z | Downloaded darling_core v0.21.3 |
| 730 | 2026-05-12T01:21:02.057Z | Downloaded allocator-api2 v0.2.21 |
| 731 | 2026-05-12T01:21:02.060Z | Downloaded indoc v2.0.7 |
| 732 | 2026-05-12T01:21:02.060Z | Downloaded either v1.15.0 |
| 733 | 2026-05-12T01:21:02.060Z | Downloaded backon v1.6.0 |
| 734 | 2026-05-12T01:21:02.063Z | Downloaded linked-hash-map v0.5.6 |
| 735 | 2026-05-12T01:21:02.063Z | Downloaded md-5 v0.10.6 |
| 736 | 2026-05-12T01:21:02.065Z | Downloaded managed v0.8.0 |
| 737 | 2026-05-12T01:21:02.065Z | Downloaded ciborium v0.2.2 |
| 738 | 2026-05-12T01:21:02.069Z | Downloaded http-body-util v0.1.3 |
| 739 | 2026-05-12T01:21:02.069Z | Downloaded md5 v0.7.0 |
| 740 | 2026-05-12T01:21:02.069Z | Downloaded derive_more v0.99.20 |
| 741 | 2026-05-12T01:21:02.072Z | Downloaded nibble_vec v0.1.0 |
| 742 | 2026-05-12T01:21:02.073Z | Downloaded memoffset v0.9.1 |
| 743 | 2026-05-12T01:21:02.075Z | Downloaded half v1.8.3 |
| 744 | 2026-05-12T01:21:02.075Z | Downloaded diff v0.1.13 |
| 745 | 2026-05-12T01:21:02.079Z | Downloaded arc-swap v1.8.2 |
| 746 | 2026-05-12T01:21:02.082Z | Downloaded ingot-types v0.1.2 |
| 747 | 2026-05-12T01:21:02.082Z | Downloaded dropshot_endpoint v0.17.0 |
| 748 | 2026-05-12T01:21:02.085Z | Downloaded lru-slab v0.1.2 |
| 749 | 2026-05-12T01:21:02.085Z | Downloaded lru-cache v0.1.2 |
| 750 | 2026-05-12T01:21:02.085Z | Downloaded derive-where v1.6.0 |
| 751 | 2026-05-12T01:21:02.088Z | Downloaded ingot v0.1.1 |
| 752 | 2026-05-12T01:21:02.088Z | Downloaded hyper-tls v0.6.0 |
| 753 | 2026-05-12T01:21:02.091Z | Downloaded group v0.13.0 |
| 754 | 2026-05-12T01:21:02.091Z | Downloaded ipnet v2.11.0 |
| 755 | 2026-05-12T01:21:02.091Z | Downloaded nodrop v0.1.14 |
| 756 | 2026-05-12T01:21:02.094Z | Downloaded num-derive v0.3.3 |
| 757 | 2026-05-12T01:21:02.094Z | Downloaded num_enum_derive v0.5.11 |
| 758 | 2026-05-12T01:21:02.094Z | Downloaded num-derive v0.4.2 |
| 759 | 2026-05-12T01:21:02.097Z | Downloaded normalize-line-endings v0.3.0 |
| 760 | 2026-05-12T01:21:02.097Z | Downloaded newtype-uuid-macros v0.1.0 |
| 761 | 2026-05-12T01:21:02.097Z | Downloaded new_debug_unreachable v1.0.6 |
| 762 | 2026-05-12T01:21:02.097Z | Downloaded num_threads v0.1.7 |
| 763 | 2026-05-12T01:21:02.100Z | Downloaded num-conv v0.2.0 |
| 764 | 2026-05-12T01:21:02.100Z | Downloaded getrandom v0.3.4 |
| 765 | 2026-05-12T01:21:02.103Z | Downloaded getrandom v0.2.17 |
| 766 | 2026-05-12T01:21:02.103Z | Downloaded num v0.4.3 |
| 767 | 2026-05-12T01:21:02.103Z | Downloaded hyper-rustls v0.27.7 |
| 768 | 2026-05-12T01:21:02.106Z | Downloaded nonempty v0.12.0 |
| 769 | 2026-05-12T01:21:02.106Z | Downloaded fatfs v0.3.6 |
| 770 | 2026-05-12T01:21:02.108Z | Downloaded libefi-sys v0.1.0 |
| 771 | 2026-05-12T01:21:02.108Z | Downloaded num-iter v0.1.45 |
| 772 | 2026-05-12T01:21:02.111Z | Downloaded des v0.8.1 |
| 773 | 2026-05-12T01:21:02.111Z | Downloaded openssl-macros v0.1.1 |
| 774 | 2026-05-12T01:21:02.111Z | Downloaded const_format v0.2.35 |
| 775 | 2026-05-12T01:21:02.114Z | Downloaded olpc-cjson v0.1.4 |
| 776 | 2026-05-12T01:21:02.114Z | Downloaded bytes v1.11.1 |
| 777 | 2026-05-12T01:21:02.117Z | Downloaded multer v3.1.0 |
| 778 | 2026-05-12T01:21:02.120Z | Downloaded linear-map v1.2.0 |
| 779 | 2026-05-12T01:21:02.120Z | Downloaded iana-time-zone v0.1.65 |
| 780 | 2026-05-12T01:21:02.123Z | Downloaded derive_builder v0.20.2 |
| 781 | 2026-05-12T01:21:02.126Z | Downloaded lzss v0.8.2 |
| 782 | 2026-05-12T01:21:02.126Z | Downloaded libsw-core v0.3.2 |
| 783 | 2026-05-12T01:21:02.128Z | Downloaded libloading v0.8.9 |
| 784 | 2026-05-12T01:21:02.129Z | Downloaded cookie v0.18.1 |
| 785 | 2026-05-12T01:21:02.131Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-05-12T01:21:02.131Z | Downloaded lock_api v0.4.14 |
| 787 | 2026-05-12T01:21:02.134Z | Downloaded openssl-probe v0.1.6 |
| 788 | 2026-05-12T01:21:02.134Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-05-12T01:21:02.134Z | Downloaded cc v1.2.56 |
| 790 | 2026-05-12T01:21:02.137Z | Downloaded parse-size v1.1.0 |
| 791 | 2026-05-12T01:21:02.137Z | Downloaded maplit v1.0.2 |
| 792 | 2026-05-12T01:21:02.137Z | Downloaded mime_guess v2.0.5 |
| 793 | 2026-05-12T01:21:02.139Z | Downloaded newtype-uuid v1.3.2 |
| 794 | 2026-05-12T01:21:02.140Z | Downloaded half v2.7.1 |
| 795 | 2026-05-12T01:21:02.142Z | Downloaded match_cfg v0.1.0 |
| 796 | 2026-05-12T01:21:02.142Z | Downloaded ipnetwork v0.21.1 |
| 797 | 2026-05-12T01:21:02.145Z | Downloaded openssl-probe v0.2.1 |
| 798 | 2026-05-12T01:21:02.145Z | Downloaded ingot-macros v0.1.1 |
| 799 | 2026-05-12T01:21:02.145Z | Downloaded compact_str v0.8.1 |
| 800 | 2026-05-12T01:21:02.148Z | Downloaded native-tls v0.2.18 |
| 801 | 2026-05-12T01:21:02.150Z | Downloaded nanorand v0.7.0 |
| 802 | 2026-05-12T01:21:02.150Z | Downloaded multimap v0.10.1 |
| 803 | 2026-05-12T01:21:02.150Z | Downloaded futures v0.3.32 |
| 804 | 2026-05-12T01:21:02.153Z | Downloaded packed_struct_codegen v0.10.1 |
| 805 | 2026-05-12T01:21:02.156Z | Downloaded hmac v0.12.1 |
| 806 | 2026-05-12T01:21:02.156Z | Downloaded mime v0.3.17 |
| 807 | 2026-05-12T01:21:02.159Z | Downloaded maybe-uninit v2.0.0 |
| 808 | 2026-05-12T01:21:02.159Z | Downloaded num_enum_derive v0.7.5 |
| 809 | 2026-05-12T01:21:02.159Z | Downloaded libscf-sys v1.1.0 |
| 810 | 2026-05-12T01:21:02.161Z | Downloaded derive_more v2.1.1 |
| 811 | 2026-05-12T01:21:02.166Z | Downloaded jobserver v0.1.34 |
| 812 | 2026-05-12T01:21:02.168Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-05-12T01:21:02.168Z | Downloaded darling_core v0.23.0 |
| 814 | 2026-05-12T01:21:02.171Z | Downloaded peg-runtime v0.8.5 |
| 815 | 2026-05-12T01:21:02.187Z | Downloaded phf_shared v0.13.1 |
| 816 | 2026-05-12T01:21:02.190Z | Downloaded phf_shared v0.12.1 |
| 817 | 2026-05-12T01:21:02.190Z | Downloaded pbkdf2 v0.11.0 |
| 818 | 2026-05-12T01:21:02.194Z | Downloaded num_enum v0.5.11 |
| 819 | 2026-05-12T01:21:02.194Z | Downloaded num-rational v0.4.2 |
| 820 | 2026-05-12T01:21:02.197Z | Downloaded num_enum v0.7.5 |
| 821 | 2026-05-12T01:21:02.198Z | Downloaded nu-ansi-term v0.50.3 |
| 822 | 2026-05-12T01:21:02.200Z | Downloaded chacha20poly1305 v0.10.1 |
| 823 | 2026-05-12T01:21:02.201Z | Downloaded base64 v0.22.1 |
| 824 | 2026-05-12T01:21:02.203Z | Downloaded memmap2 v0.9.10 |
| 825 | 2026-05-12T01:21:02.203Z | Downloaded owo-colors v4.3.0 |
| 826 | 2026-05-12T01:21:02.206Z | Downloaded num-integer v0.1.46 |
| 827 | 2026-05-12T01:21:02.206Z | Downloaded libsw v3.5.0 |
| 828 | 2026-05-12T01:21:02.209Z | Downloaded indexmap v1.9.3 |
| 829 | 2026-05-12T01:21:02.213Z | Downloaded predicates-tree v1.0.13 |
| 830 | 2026-05-12T01:21:02.214Z | Downloaded powerfmt v0.2.0 |
| 831 | 2026-05-12T01:21:02.214Z | Downloaded pin-utils v0.1.0 |
| 832 | 2026-05-12T01:21:02.216Z | Downloaded phf_shared v0.11.3 |
| 833 | 2026-05-12T01:21:02.217Z | Downloaded packed_struct v0.10.1 |
| 834 | 2026-05-12T01:21:02.217Z | Downloaded precomputed-hash v0.1.1 |
| 835 | 2026-05-12T01:21:02.217Z | Downloaded oxide-tokio-rt v0.1.4 |
| 836 | 2026-05-12T01:21:02.217Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-12T01:21:02.217Z | Downloaded crossbeam-channel v0.5.15 |
| 838 | 2026-05-12T01:21:02.220Z | Downloaded predicates-core v1.0.10 |
| 839 | 2026-05-12T01:21:02.220Z | Downloaded parse-display-derive v0.10.0 |
| 840 | 2026-05-12T01:21:02.222Z | Downloaded flate2 v1.1.9 |
| 841 | 2026-05-12T01:21:02.226Z | Downloaded heapless v0.8.0 |
| 842 | 2026-05-12T01:21:02.229Z | Downloaded elliptic-curve v0.13.8 |
| 843 | 2026-05-12T01:21:02.229Z | Downloaded progenitor-client v0.14.0 |
| 844 | 2026-05-12T01:21:02.231Z | Downloaded password-hash v0.4.2 |
| 845 | 2026-05-12T01:21:02.231Z | Downloaded peg v0.8.5 |
| 846 | 2026-05-12T01:21:02.234Z | Downloaded oxnet v0.1.4 |
| 847 | 2026-05-12T01:21:02.234Z | Downloaded newtype_derive v0.1.6 |
| 848 | 2026-05-12T01:21:02.237Z | Downloaded progenitor-macro v0.14.0 |
| 849 | 2026-05-12T01:21:02.237Z | Downloaded peg-macros v0.8.5 |
| 850 | 2026-05-12T01:21:02.237Z | Downloaded omicron-zone-package v0.12.2 |
| 851 | 2026-05-12T01:21:02.240Z | Downloaded httparse v1.10.1 |
| 852 | 2026-05-12T01:21:02.240Z | Downloaded litrs v1.0.0 |
| 853 | 2026-05-12T01:21:02.243Z | Downloaded phf v0.12.1 |
| 854 | 2026-05-12T01:21:02.245Z | Downloaded async-compression v0.4.41 |
| 855 | 2026-05-12T01:21:02.248Z | Downloaded paste v1.0.15 |
| 856 | 2026-05-12T01:21:02.252Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-05-12T01:21:02.252Z | Downloaded phf v0.13.1 |
| 858 | 2026-05-12T01:21:02.252Z | Downloaded pem v3.0.6 |
| 859 | 2026-05-12T01:21:02.255Z | Downloaded password-hash v0.5.0 |
| 860 | 2026-05-12T01:21:02.255Z | Downloaded poly1305 v0.8.0 |
| 861 | 2026-05-12T01:21:02.255Z | Downloaded indicatif v0.18.4 |
| 862 | 2026-05-12T01:21:02.258Z | Downloaded postgres-protocol v0.6.10 |
| 863 | 2026-05-12T01:21:02.258Z | Downloaded polyval v0.6.2 |
| 864 | 2026-05-12T01:21:02.261Z | Downloaded pkg-config v0.3.32 |
| 865 | 2026-05-12T01:21:02.261Z | Downloaded pem-rfc7468 v0.7.0 |
| 866 | 2026-05-12T01:21:02.264Z | Downloaded radium v0.7.0 |
| 867 | 2026-05-12T01:21:02.264Z | Downloaded rand_chacha v0.3.1 |
| 868 | 2026-05-12T01:21:02.264Z | Downloaded der v0.7.10 |
| 869 | 2026-05-12T01:21:02.267Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-05-12T01:21:02.269Z | Downloaded pin-project-internal v1.1.11 |
| 871 | 2026-05-12T01:21:02.269Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 872 | 2026-05-12T01:21:02.269Z | Downloaded primeorder v0.13.6 |
| 873 | 2026-05-12T01:21:02.272Z | Downloaded recursive v0.1.1 |
| 874 | 2026-05-12T01:21:02.272Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-05-12T01:21:02.272Z | Downloaded pin-project-lite v0.2.17 |
| 876 | 2026-05-12T01:21:02.275Z | Downloaded predicates v3.1.4 |
| 877 | 2026-05-12T01:21:02.278Z | Downloaded ref-cast-impl v1.0.25 |
| 878 | 2026-05-12T01:21:02.278Z | Downloaded ppv-lite86 v0.2.21 |
| 879 | 2026-05-12T01:21:02.281Z | Downloaded pkcs8 v0.10.2 |
| 880 | 2026-05-12T01:21:02.281Z | Downloaded hickory-resolver v0.25.2 |
| 881 | 2026-05-12T01:21:02.284Z | Downloaded progenitor v0.14.0 |
| 882 | 2026-05-12T01:21:02.287Z | Downloaded progenitor v0.13.0 |
| 883 | 2026-05-12T01:21:02.287Z | Downloaded parking_lot_core v0.8.6 |
| 884 | 2026-05-12T01:21:02.287Z | Downloaded parking_lot v0.11.2 |
| 885 | 2026-05-12T01:21:02.289Z | Downloaded rfc6979 v0.4.0 |
| 886 | 2026-05-12T01:21:02.289Z | Downloaded proc-macro-error2 v2.0.1 |
| 887 | 2026-05-12T01:21:02.292Z | Downloaded progenitor-extras v0.2.0 |
| 888 | 2026-05-12T01:21:02.292Z | Downloaded ref-cast v1.0.25 |
| 889 | 2026-05-12T01:21:02.295Z | Downloaded progenitor-client v0.13.0 |
| 890 | 2026-05-12T01:21:02.295Z | Downloaded dropshot-api-manager v0.7.1 |
| 891 | 2026-05-12T01:21:02.298Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 892 | 2026-05-12T01:21:02.298Z | Downloaded parking_lot_core v0.9.12 |
| 893 | 2026-05-12T01:21:02.301Z | Downloaded psm v0.1.30 |
| 894 | 2026-05-12T01:21:02.301Z | Downloaded psl-types v2.0.11 |
| 895 | 2026-05-12T01:21:02.304Z | Downloaded libbz2-rs-sys v0.2.2 |
| 896 | 2026-05-12T01:21:02.304Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-05-12T01:21:02.304Z | Downloaded progenitor-client v0.11.2 |
| 898 | 2026-05-12T01:21:02.307Z | Downloaded proc-macro-crate v3.4.0 |
| 899 | 2026-05-12T01:21:02.307Z | Downloaded flume v0.11.1 |
| 900 | 2026-05-12T01:21:02.309Z | Downloaded crypto-bigint v0.5.5 |
| 901 | 2026-05-12T01:21:02.312Z | Downloaded oso v0.27.3 |
| 902 | 2026-05-12T01:21:02.315Z | Downloaded heapless v0.7.17 |
| 903 | 2026-05-12T01:21:02.318Z | Downloaded headers v0.4.1 |
| 904 | 2026-05-12T01:21:02.322Z | Downloaded rustc_version v0.4.1 |
| 905 | 2026-05-12T01:21:02.322Z | Downloaded pkcs5 v0.7.1 |
| 906 | 2026-05-12T01:21:02.325Z | Downloaded ignore v0.4.25 |
| 907 | 2026-05-12T01:21:02.325Z | Downloaded derive_more-impl v2.1.1 |
| 908 | 2026-05-12T01:21:02.328Z | Downloaded rand_core v0.10.0 |
| 909 | 2026-05-12T01:21:02.330Z | Downloaded rand_core v0.9.5 |
| 910 | 2026-05-12T01:21:02.330Z | Downloaded p256 v0.13.2 |
| 911 | 2026-05-12T01:21:02.334Z | Downloaded rustc-hash v2.1.1 |
| 912 | 2026-05-12T01:21:02.334Z | Downloaded crossterm v0.29.0 |
| 913 | 2026-05-12T01:21:02.337Z | Downloaded scheduled-thread-pool v0.2.7 |
| 914 | 2026-05-12T01:21:02.341Z | Downloaded rand_seeder v0.4.0 |
| 915 | 2026-05-12T01:21:02.341Z | Downloaded jiff-static v0.2.21 |
| 916 | 2026-05-12T01:21:02.341Z | Downloaded http v1.4.0 |
| 917 | 2026-05-12T01:21:02.343Z | Downloaded miniz_oxide v0.8.9 |
| 918 | 2026-05-12T01:21:02.346Z | Downloaded diesel_derives v2.3.7 |
| 919 | 2026-05-12T01:21:02.350Z | Downloaded sapling-renderdag v0.1.0 |
| 920 | 2026-05-12T01:21:02.350Z | Downloaded same-file v1.0.6 |
| 921 | 2026-05-12T01:21:02.353Z | Downloaded rustc_version v0.1.7 |
| 922 | 2026-05-12T01:21:02.353Z | Downloaded progenitor v0.11.2 |
| 923 | 2026-05-12T01:21:02.353Z | Downloaded salsa20 v0.10.2 |
| 924 | 2026-05-12T01:21:02.353Z | Downloaded parking_lot v0.12.5 |
| 925 | 2026-05-12T01:21:02.356Z | Downloaded russh-cryptovec v0.7.3 |
| 926 | 2026-05-12T01:21:02.356Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-05-12T01:21:02.356Z | Downloaded hashbrown v0.12.3 |
| 928 | 2026-05-12T01:21:02.358Z | Downloaded resolv-conf v0.7.6 |
| 929 | 2026-05-12T01:21:02.361Z | Downloaded crossterm v0.28.1 |
| 930 | 2026-05-12T01:21:02.364Z | Downloaded serde-big-array v0.5.1 |
| 931 | 2026-05-12T01:21:02.367Z | Downloaded secrecy v0.10.3 |
| 932 | 2026-05-12T01:21:02.367Z | Downloaded scroll_derive v0.13.1 |
| 933 | 2026-05-12T01:21:02.367Z | Downloaded serde_urlencoded v0.7.1 |
| 934 | 2026-05-12T01:21:02.371Z | Downloaded scopeguard v1.2.0 |
| 935 | 2026-05-12T01:21:02.371Z | Downloaded rand_core v0.6.4 |
| 936 | 2026-05-12T01:21:02.372Z | Downloaded rand_chacha v0.9.0 |
| 937 | 2026-05-12T01:21:02.374Z | Downloaded pin-project v1.1.11 |
| 938 | 2026-05-12T01:21:02.379Z | Downloaded secrecy v0.8.0 |
| 939 | 2026-05-12T01:21:02.384Z | Downloaded prefix-trie v0.7.0 |
| 940 | 2026-05-12T01:21:02.384Z | Downloaded quinn-udp v0.5.14 |
| 941 | 2026-05-12T01:21:02.384Z | Downloaded r2d2 v0.8.10 |
| 942 | 2026-05-12T01:21:02.387Z | Downloaded postgres-types v0.2.12 |
| 943 | 2026-05-12T01:21:02.387Z | Downloaded shell-words v1.1.1 |
| 944 | 2026-05-12T01:21:02.387Z | Downloaded pkcs1 v0.7.5 |
| 945 | 2026-05-12T01:21:02.387Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2026-05-12T01:21:02.390Z | Downloaded signature v2.2.0 |
| 947 | 2026-05-12T01:21:02.393Z | Downloaded semver v0.1.20 |
| 948 | 2026-05-12T01:21:02.393Z | Downloaded serde_repr v0.1.20 |
| 949 | 2026-05-12T01:21:02.393Z | Downloaded sha1 v0.10.6 |
| 950 | 2026-05-12T01:21:02.398Z | Downloaded serde_plain v1.0.2 |
| 951 | 2026-05-12T01:21:02.398Z | Downloaded base64 v0.21.7 |
| 952 | 2026-05-12T01:21:02.401Z | Downloaded pbkdf2 v0.12.2 |
| 953 | 2026-05-12T01:21:02.401Z | Downloaded papergrid v0.17.0 |
| 954 | 2026-05-12T01:21:02.405Z | Downloaded hashbrown v0.13.2 |
| 955 | 2026-05-12T01:21:02.405Z | Downloaded parse-display v0.10.0 |
| 956 | 2026-05-12T01:21:02.408Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-05-12T01:21:02.408Z | Downloaded signal-hook-tokio v0.3.1 |
| 958 | 2026-05-12T01:21:02.408Z | Downloaded hyper-util v0.1.20 |
| 959 | 2026-05-12T01:21:02.411Z | Downloaded signal-hook-mio v0.2.5 |
| 960 | 2026-05-12T01:21:02.414Z | Downloaded slog-envlogger v2.2.0 |
| 961 | 2026-05-12T01:21:02.414Z | Downloaded rustversion v1.0.22 |
| 962 | 2026-05-12T01:21:02.417Z | Downloaded progenitor-impl v0.13.0 |
| 963 | 2026-05-12T01:21:02.417Z | Downloaded postcard v1.1.3 |
| 964 | 2026-05-12T01:21:02.419Z | Downloaded aes-gcm v0.10.3 |
| 965 | 2026-05-12T01:21:02.422Z | Downloaded num-complex v0.4.6 |
| 966 | 2026-05-12T01:21:02.422Z | Downloaded schemars_derive v0.8.22 |
| 967 | 2026-05-12T01:21:02.422Z | Downloaded hickory-server v0.25.2 |
| 968 | 2026-05-12T01:21:02.425Z | Downloaded rusty-fork v0.3.1 |
| 969 | 2026-05-12T01:21:02.428Z | Downloaded progenitor-impl v0.14.0 |
| 970 | 2026-05-12T01:21:02.428Z | Downloaded scrypt v0.11.0 |
| 971 | 2026-05-12T01:21:02.428Z | Downloaded aes v0.8.4 |
| 972 | 2026-05-12T01:21:02.431Z | Downloaded sigpipe v0.1.3 |
| 973 | 2026-05-12T01:21:02.431Z | Downloaded serde-hex v0.1.0 |
| 974 | 2026-05-12T01:21:02.434Z | Downloaded seq-macro v0.3.6 |
| 975 | 2026-05-12T01:21:02.434Z | Downloaded sec1 v0.7.3 |
| 976 | 2026-05-12T01:21:02.434Z | Downloaded scroll v0.13.0 |
| 977 | 2026-05-12T01:21:02.438Z | Downloaded bit-vec v0.8.0 |
| 978 | 2026-05-12T01:21:02.438Z | Downloaded downcast-rs v2.0.2 |
| 979 | 2026-05-12T01:21:02.441Z | Downloaded ssh-encoding v0.2.0 |
| 980 | 2026-05-12T01:21:02.441Z | Downloaded sct v0.7.1 |
| 981 | 2026-05-12T01:21:02.444Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-05-12T01:21:02.444Z | Downloaded openssl-sys v0.9.114 |
| 983 | 2026-05-12T01:21:02.447Z | Downloaded cipher v0.4.4 |
| 984 | 2026-05-12T01:21:02.450Z | Downloaded ssh-cipher v0.2.0 |
| 985 | 2026-05-12T01:21:02.450Z | Downloaded bcs v0.1.6 |
| 986 | 2026-05-12T01:21:02.450Z | Downloaded prettyplease v0.2.37 |
| 987 | 2026-05-12T01:21:02.453Z | Downloaded pretty_assertions v1.4.1 |
| 988 | 2026-05-12T01:21:02.455Z | Downloaded corncobs v0.1.4 |
| 989 | 2026-05-12T01:21:02.455Z | Downloaded chacha20 v0.9.1 |
| 990 | 2026-05-12T01:21:02.455Z | Downloaded serde_spanned v1.0.4 |
| 991 | 2026-05-12T01:21:02.458Z | Downloaded sqlparser_derive v0.5.0 |
| 992 | 2026-05-12T01:21:02.458Z | Downloaded serde_derive_internals v0.29.1 |
| 993 | 2026-05-12T01:21:02.458Z | Downloaded strip-ansi-escapes v0.2.1 |
| 994 | 2026-05-12T01:21:02.461Z | Downloaded shlex v1.3.0 |
| 995 | 2026-05-12T01:21:02.461Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-05-12T01:21:02.461Z | Downloaded structmeta v0.3.0 |
| 997 | 2026-05-12T01:21:02.464Z | Downloaded strum v0.27.2 |
| 998 | 2026-05-12T01:21:02.464Z | Downloaded russh-keys v0.45.0 |
| 999 | 2026-05-12T01:21:02.475Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-05-12T01:21:02.478Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-05-12T01:21:02.478Z | Downloaded slab v0.4.12 |
| 1002 | 2026-05-12T01:21:02.478Z | Downloaded rustls-pki-types v1.14.0 |
| 1003 | 2026-05-12T01:21:02.481Z | Downloaded sync-ptr v0.1.4 |
| 1004 | 2026-05-12T01:21:02.481Z | Downloaded rustls-pemfile v1.0.4 |
| 1005 | 2026-05-12T01:21:02.483Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-05-12T01:21:02.483Z | Downloaded subtle v2.6.1 |
| 1007 | 2026-05-12T01:21:02.486Z | Downloaded signal-hook-registry v1.4.8 |
| 1008 | 2026-05-12T01:21:02.486Z | Downloaded sync_wrapper v1.0.2 |
| 1009 | 2026-05-12T01:21:02.486Z | Downloaded slog-json v2.6.1 |
| 1010 | 2026-05-12T01:21:02.490Z | Downloaded mio v1.2.0 |
| 1011 | 2026-05-12T01:21:02.492Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-05-12T01:21:02.493Z | Downloaded rustls-native-certs v0.8.3 |
| 1013 | 2026-05-12T01:21:02.495Z | Downloaded take_mut v0.2.2 |
| 1014 | 2026-05-12T01:21:02.495Z | Downloaded slog-bunyan v2.5.0 |
| 1015 | 2026-05-12T01:21:02.495Z | Downloaded progenitor-impl v0.11.2 |
| 1016 | 2026-05-12T01:21:02.498Z | Downloaded tagptr v0.2.0 |
| 1017 | 2026-05-12T01:21:02.498Z | Downloaded tabwriter v1.4.1 |
| 1018 | 2026-05-12T01:21:02.498Z | Downloaded hashbrown v0.15.5 |
| 1019 | 2026-05-12T01:21:02.501Z | Downloaded slog-dtrace v0.3.0 |
| 1020 | 2026-05-12T01:21:02.504Z | Downloaded spki v0.7.3 |
| 1021 | 2026-05-12T01:21:02.504Z | Downloaded snafu-derive v0.8.9 |
| 1022 | 2026-05-12T01:21:02.507Z | Downloaded smf v0.2.3 |
| 1023 | 2026-05-12T01:21:02.507Z | Downloaded slog-scope v4.4.1 |
| 1024 | 2026-05-12T01:21:02.507Z | Downloaded tabled_derive v0.11.0 |
| 1025 | 2026-05-12T01:21:02.510Z | Downloaded smallvec v0.6.14 |
| 1026 | 2026-05-12T01:21:02.510Z | Downloaded tap v1.0.1 |
| 1027 | 2026-05-12T01:21:02.510Z | Downloaded time-core v0.1.8 |
| 1028 | 2026-05-12T01:21:02.513Z | Downloaded thread-id v5.1.0 |
| 1029 | 2026-05-12T01:21:02.513Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1030 | 2026-05-12T01:21:02.513Z | Downloaded sqlformat v0.3.5 |
| 1031 | 2026-05-12T01:21:02.516Z | Downloaded slog-stdlog v4.1.1 |
| 1032 | 2026-05-12T01:21:02.516Z | Downloaded stringprep v0.1.5 |
| 1033 | 2026-05-12T01:21:02.519Z | Downloaded slog-term v2.9.2 |
| 1034 | 2026-05-12T01:21:02.523Z | Downloaded testing_table v0.3.0 |
| 1035 | 2026-05-12T01:21:02.527Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-12T01:21:02.527Z | Downloaded serde_cbor v0.11.2 |
| 1037 | 2026-05-12T01:21:02.530Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1038 | 2026-05-12T01:21:02.533Z | Downloaded strum v0.26.3 |
| 1039 | 2026-05-12T01:21:02.533Z | Downloaded string_cache v0.8.9 |
| 1040 | 2026-05-12T01:21:02.533Z | Downloaded tinyvec_macros v0.1.1 |
| 1041 | 2026-05-12T01:21:02.533Z | Downloaded simd-adler32 v0.3.8 |
| 1042 | 2026-05-12T01:21:02.536Z | Downloaded rcgen v0.12.1 |
| 1043 | 2026-05-12T01:21:02.536Z | Downloaded iddqd v0.3.18 |
| 1044 | 2026-05-12T01:21:02.540Z | Downloaded strum_macros v0.24.3 |
| 1045 | 2026-05-12T01:21:02.542Z | Downloaded serde_with_macros v3.17.0 |
| 1046 | 2026-05-12T01:21:02.542Z | Downloaded strum_macros v0.26.4 |
| 1047 | 2026-05-12T01:21:02.546Z | Downloaded stacker v0.1.23 |
| 1048 | 2026-05-12T01:21:02.546Z | Downloaded rayon-core v1.13.0 |
| 1049 | 2026-05-12T01:21:02.553Z | Downloaded strum_macros v0.27.2 |
| 1050 | 2026-05-12T01:21:02.556Z | Downloaded support-bundle-viewer v0.1.2 |
| 1051 | 2026-05-12T01:21:02.559Z | Downloaded aho-corasick v1.1.4 |
| 1052 | 2026-05-12T01:21:02.562Z | Downloaded tokio-macros v2.7.0 |
| 1053 | 2026-05-12T01:21:02.566Z | Downloaded termios v0.3.3 |
| 1054 | 2026-05-12T01:21:02.566Z | Downloaded ryu v1.0.23 |
| 1055 | 2026-05-12T01:21:02.569Z | Downloaded schemars v0.8.22 |
| 1056 | 2026-05-12T01:21:02.573Z | Downloaded ron v0.8.1 |
| 1057 | 2026-05-12T01:21:02.576Z | Downloaded termtree v0.5.1 |
| 1058 | 2026-05-12T01:21:02.579Z | Downloaded spin v0.9.8 |
| 1059 | 2026-05-12T01:21:02.579Z | Downloaded itertools v0.10.5 |
| 1060 | 2026-05-12T01:21:02.582Z | Downloaded trait-variant v0.1.2 |
| 1061 | 2026-05-12T01:21:02.585Z | Downloaded topological-sort v0.2.2 |
| 1062 | 2026-05-12T01:21:02.588Z | Downloaded tower-service v0.3.3 |
| 1063 | 2026-05-12T01:21:02.588Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-05-12T01:21:02.591Z | Downloaded futures-util v0.3.32 |
| 1065 | 2026-05-12T01:21:02.597Z | Downloaded thiserror-no-std v2.0.2 |
| 1066 | 2026-05-12T01:21:02.600Z | Downloaded similar v2.7.0 |
| 1067 | 2026-05-12T01:21:02.605Z | Downloaded tls_codec_derive v0.4.2 |
| 1068 | 2026-05-12T01:21:02.605Z | Downloaded typify-macro v0.4.3 |
| 1069 | 2026-05-12T01:21:02.609Z | Downloaded time-macros v0.2.27 |
| 1070 | 2026-05-12T01:21:02.609Z | Downloaded signal-hook v0.3.18 |
| 1071 | 2026-05-12T01:21:02.609Z | Downloaded rand v0.8.6 |
| 1072 | 2026-05-12T01:21:02.612Z | Downloaded tiny-keccak v2.0.2 |
| 1073 | 2026-05-12T01:21:02.612Z | Downloaded quinn v0.11.9 |
| 1074 | 2026-05-12T01:21:02.615Z | Downloaded publicsuffix v2.3.0 |
| 1075 | 2026-05-12T01:21:02.615Z | Downloaded nom v7.1.3 |
| 1076 | 2026-05-12T01:21:02.618Z | Downloaded slog v2.8.2 |
| 1077 | 2026-05-12T01:21:02.621Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-05-12T01:21:02.621Z | Downloaded try-lock v0.2.5 |
| 1079 | 2026-05-12T01:21:02.624Z | Downloaded schemars v0.9.0 |
| 1080 | 2026-05-12T01:21:02.629Z | Downloaded usdt v0.6.0 |
| 1081 | 2026-05-12T01:21:02.633Z | Downloaded untrusted v0.9.0 |
| 1082 | 2026-05-12T01:21:02.633Z | Downloaded untrusted v0.7.1 |
| 1083 | 2026-05-12T01:21:02.633Z | Downloaded tokio-rustls v0.25.0 |
| 1084 | 2026-05-12T01:21:02.633Z | Downloaded tokio-tungstenite v0.23.1 |
| 1085 | 2026-05-12T01:21:02.636Z | Downloaded term v1.2.1 |
| 1086 | 2026-05-12T01:21:02.636Z | Downloaded tokio-tungstenite v0.21.0 |
| 1087 | 2026-05-12T01:21:02.639Z | Downloaded hashbrown v0.16.1 |
| 1088 | 2026-05-12T01:21:02.642Z | Downloaded unicode-truncate v1.1.0 |
| 1089 | 2026-05-12T01:21:02.642Z | Downloaded term v0.7.0 |
| 1090 | 2026-05-12T01:21:02.645Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1091 | 2026-05-12T01:21:02.645Z | Downloaded itertools v0.12.1 |
| 1092 | 2026-05-12T01:21:02.649Z | Downloaded socket2 v0.5.10 |
| 1093 | 2026-05-12T01:21:02.652Z | Downloaded tokio-native-tls v0.3.1 |
| 1094 | 2026-05-12T01:21:02.652Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1095 | 2026-05-12T01:21:02.655Z | Downloaded tls_codec v0.4.2 |
| 1096 | 2026-05-12T01:21:02.655Z | Downloaded unit-prefix v0.5.2 |
| 1097 | 2026-05-12T01:21:02.658Z | Downloaded minimal-lexical v0.2.1 |
| 1098 | 2026-05-12T01:21:02.658Z | Downloaded utf-8 v0.7.6 |
| 1099 | 2026-05-12T01:21:02.661Z | Downloaded waitgroup v0.1.2 |
| 1100 | 2026-05-12T01:21:02.661Z | Downloaded void v1.0.2 |
| 1101 | 2026-05-12T01:21:02.661Z | Downloaded usdt-macro v0.6.0 |
| 1102 | 2026-05-12T01:21:02.661Z | Downloaded qorb v0.4.1 |
| 1103 | 2026-05-12T01:21:02.665Z | Downloaded itertools v0.13.0 |
| 1104 | 2026-05-12T01:21:02.670Z | Downloaded tokio-dtrace v0.1.1 |
| 1105 | 2026-05-12T01:21:02.670Z | Downloaded thread_local v1.1.9 |
| 1106 | 2026-05-12T01:21:02.672Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1107 | 2026-05-12T01:21:02.672Z | Downloaded num-bigint v0.4.6 |
| 1108 | 2026-05-12T01:21:02.677Z | Downloaded rsa v0.9.10 |
| 1109 | 2026-05-12T01:21:02.680Z | Downloaded tui-tree-widget v0.23.1 |
| 1110 | 2026-05-12T01:21:02.680Z | Downloaded want v0.3.1 |
| 1111 | 2026-05-12T01:21:02.680Z | Downloaded wait-timeout v0.2.1 |
| 1112 | 2026-05-12T01:21:02.680Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-05-12T01:21:02.680Z | Downloaded typify-macro v0.6.2 |
| 1114 | 2026-05-12T01:21:02.680Z | Downloaded itertools v0.14.0 |
| 1115 | 2026-05-12T01:21:02.683Z | Downloaded tokio-rustls v0.24.1 |
| 1116 | 2026-05-12T01:21:02.686Z | Downloaded libm v0.2.16 |
| 1117 | 2026-05-12T01:21:02.690Z | Downloaded subprocess v0.2.15 |
| 1118 | 2026-05-12T01:21:02.693Z | Downloaded rustls-webpki v0.103.9 |
| 1119 | 2026-05-12T01:21:02.696Z | Downloaded hyper v1.8.1 |
| 1120 | 2026-05-12T01:21:02.699Z | Downloaded tokio-rustls v0.26.4 |
| 1121 | 2026-05-12T01:21:02.702Z | Downloaded tokio-stream v0.1.18 |
| 1122 | 2026-05-12T01:21:02.706Z | Downloaded schemars v1.2.1 |
| 1123 | 2026-05-12T01:21:02.714Z | Downloaded zone v0.3.1 |
| 1124 | 2026-05-12T01:21:02.717Z | Downloaded zeroize_derive v1.4.3 |
| 1125 | 2026-05-12T01:21:02.717Z | Downloaded xshell-macros v0.2.7 |
| 1126 | 2026-05-12T01:21:02.717Z | Downloaded usdt-attr-macro v0.6.0 |
| 1127 | 2026-05-12T01:21:02.718Z | Downloaded unicase v2.9.0 |
| 1128 | 2026-05-12T01:21:02.718Z | Downloaded rand v0.10.0 |
| 1129 | 2026-05-12T01:21:02.721Z | Downloaded socket2 v0.6.3 |
| 1130 | 2026-05-12T01:21:02.721Z | Downloaded p521 v0.13.3 |
| 1131 | 2026-05-12T01:21:02.724Z | Downloaded hkdf v0.12.4 |
| 1132 | 2026-05-12T01:21:02.724Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1133 | 2026-05-12T01:21:02.727Z | Downloaded test-strategy v0.4.5 |
| 1134 | 2026-05-12T01:21:02.727Z | Downloaded zone_cfg_derive v0.3.1 |
| 1135 | 2026-05-12T01:21:02.730Z | Downloaded vergen-lib v9.1.0 |
| 1136 | 2026-05-12T01:21:02.730Z | Downloaded vergen-lib v0.1.6 |
| 1137 | 2026-05-12T01:21:02.730Z | Downloaded uzers v0.12.2 |
| 1138 | 2026-05-12T01:21:02.733Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1139 | 2026-05-12T01:21:02.733Z | Downloaded rand v0.9.2 |
| 1140 | 2026-05-12T01:21:02.733Z | Downloaded twox-hash v2.1.2 |
| 1141 | 2026-05-12T01:21:02.736Z | Downloaded snafu v0.8.9 |
| 1142 | 2026-05-12T01:21:02.739Z | Downloaded iri-string v0.7.10 |
| 1143 | 2026-05-12T01:21:02.742Z | Downloaded tinyvec v1.10.0 |
| 1144 | 2026-05-12T01:21:02.745Z | Downloaded vsss-rs v3.3.4 |
| 1145 | 2026-05-12T01:21:02.745Z | Downloaded num-bigint-dig v0.8.6 |
| 1146 | 2026-05-12T01:21:02.748Z | Downloaded aws-lc-rs v1.16.3 |
| 1147 | 2026-05-12T01:21:02.754Z | Downloaded walkdir v2.5.0 |
| 1148 | 2026-05-12T01:21:02.757Z | Downloaded libxml v0.3.3 |
| 1149 | 2026-05-12T01:21:02.761Z | Downloaded h2 v0.4.13 |
| 1150 | 2026-05-12T01:21:02.764Z | Downloaded whoami v1.6.1 |
| 1151 | 2026-05-12T01:21:02.764Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-12T01:21:02.767Z | Downloaded xattr v1.6.1 |
| 1153 | 2026-05-12T01:21:02.770Z | Downloaded unicode-properties v0.1.4 |
| 1154 | 2026-05-12T01:21:02.770Z | Downloaded xshell v0.2.7 |
| 1155 | 2026-05-12T01:21:02.780Z | Downloaded whoami v2.1.0 |
| 1156 | 2026-05-12T01:21:02.786Z | Downloaded wyz v0.5.1 |
| 1157 | 2026-05-12T01:21:02.786Z | Downloaded toml v0.7.8 |
| 1158 | 2026-05-12T01:21:02.789Z | Downloaded zstd v0.13.3 |
| 1159 | 2026-05-12T01:21:02.789Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-05-12T01:21:02.791Z | Downloaded vergen-gitcl v1.0.8 |
| 1161 | 2026-05-12T01:21:02.794Z | Downloaded zeroize v1.8.2 |
| 1162 | 2026-05-12T01:21:02.797Z | Downloaded tracing-attributes v0.1.31 |
| 1163 | 2026-05-12T01:21:02.800Z | Downloaded tungstenite v0.23.0 |
| 1164 | 2026-05-12T01:21:02.800Z | Downloaded vergen v9.1.0 |
| 1165 | 2026-05-12T01:21:02.805Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-05-12T01:21:02.805Z | Downloaded vergen-git2 v9.1.0 |
| 1167 | 2026-05-12T01:21:02.808Z | Downloaded zstd-safe v7.2.4 |
| 1168 | 2026-05-12T01:21:02.808Z | Downloaded bindgen v0.71.1 |
| 1169 | 2026-05-12T01:21:02.811Z | Downloaded typify v0.4.3 |
| 1170 | 2026-05-12T01:21:02.814Z | Downloaded russh v0.45.0 |
| 1171 | 2026-05-12T01:21:02.817Z | Downloaded blake3 v1.8.3 |
| 1172 | 2026-05-12T01:21:02.825Z | Downloaded unsafe-libyaml v0.2.11 |
| 1173 | 2026-05-12T01:21:02.828Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1174 | 2026-05-12T01:21:02.831Z | Downloaded yasna v0.5.2 |
| 1175 | 2026-05-12T01:21:02.837Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1176 | 2026-05-12T01:21:02.840Z | Downloaded vte v0.14.1 |
| 1177 | 2026-05-12T01:21:02.843Z | Downloaded unicode-bidi v0.3.18 |
| 1178 | 2026-05-12T01:21:02.843Z | Downloaded zerocopy v0.6.6 |
| 1179 | 2026-05-12T01:21:02.846Z | Downloaded steno v0.4.1 |
| 1180 | 2026-05-12T01:21:02.849Z | Downloaded tracing-core v0.1.36 |
| 1181 | 2026-05-12T01:21:02.849Z | Downloaded tar v0.4.45 |
| 1182 | 2026-05-12T01:21:02.855Z | Downloaded bitvec v1.0.1 |
| 1183 | 2026-05-12T01:21:02.863Z | Downloaded typify v0.6.2 |
| 1184 | 2026-05-12T01:21:02.868Z | Downloaded rustyline v14.0.0 |
| 1185 | 2026-05-12T01:21:02.871Z | Downloaded tokio-postgres v0.7.16 |
| 1186 | 2026-05-12T01:21:02.871Z | Downloaded git2 v0.20.4 |
| 1187 | 2026-05-12T01:21:02.876Z | Downloaded ssh-key v0.6.7 |
| 1188 | 2026-05-12T01:21:02.885Z | Downloaded uuid v1.23.0 |
| 1189 | 2026-05-12T01:21:02.888Z | Downloaded zopfli v0.8.3 |
| 1190 | 2026-05-12T01:21:02.911Z | Downloaded rpassword v7.4.0 |
| 1191 | 2026-05-12T01:21:02.917Z | Downloaded yansi v1.0.1 |
| 1192 | 2026-05-12T01:21:02.920Z | Downloaded unicode_categories v0.1.1 |
| 1193 | 2026-05-12T01:21:02.923Z | Downloaded zip v0.6.6 |
| 1194 | 2026-05-12T01:21:02.926Z | Downloaded regex v1.12.3 |
| 1195 | 2026-05-12T01:21:02.931Z | Downloaded toml_edit v0.19.15 |
| 1196 | 2026-05-12T01:21:02.937Z | Downloaded tower v0.5.3 |
| 1197 | 2026-05-12T01:21:02.943Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-05-12T01:21:02.947Z | Downloaded rayon v1.11.0 |
| 1199 | 2026-05-12T01:21:02.951Z | Downloaded p384 v0.13.1 |
| 1200 | 2026-05-12T01:21:02.954Z | Downloaded goblin v0.10.5 |
| 1201 | 2026-05-12T01:21:02.959Z | Downloaded rustls-webpki v0.101.7 |
| 1202 | 2026-05-12T01:21:02.968Z | Downloaded zerocopy-derive v0.8.40 |
| 1203 | 2026-05-12T01:21:02.972Z | Downloaded typed-path v0.9.3 |
| 1204 | 2026-05-12T01:21:02.975Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-05-12T01:21:02.980Z | Downloaded unicode-segmentation v1.12.0 |
| 1206 | 2026-05-12T01:21:02.983Z | Downloaded x509-cert v0.2.5 |
| 1207 | 2026-05-12T01:21:02.986Z | Downloaded salty v0.3.0 |
| 1208 | 2026-05-12T01:21:02.989Z | Downloaded quick-xml v0.37.5 |
| 1209 | 2026-05-12T01:21:02.994Z | Downloaded lalrpop v0.19.12 |
| 1210 | 2026-05-12T01:21:03.001Z | Downloaded moka v0.12.13 |
| 1211 | 2026-05-12T01:21:03.005Z | Downloaded reqwest v0.12.28 |
| 1212 | 2026-05-12T01:21:03.008Z | Downloaded reedline v0.40.0 |
| 1213 | 2026-05-12T01:21:03.017Z | Downloaded petname v2.0.2 |
| 1214 | 2026-05-12T01:21:03.022Z | Downloaded zip v4.6.1 |
| 1215 | 2026-05-12T01:21:03.025Z | Downloaded serde_with v3.17.0 |
| 1216 | 2026-05-12T01:21:03.031Z | Downloaded tough v0.22.0 |
| 1217 | 2026-05-12T01:21:03.035Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-05-12T01:21:03.045Z | Downloaded tower-http v0.6.8 |
| 1219 | 2026-05-12T01:21:03.052Z | Downloaded tokio-util v0.7.18 |
| 1220 | 2026-05-12T01:21:03.062Z | Downloaded curve25519-dalek v4.1.3 |
| 1221 | 2026-05-12T01:21:03.062Z | Downloaded unicode-normalization v0.1.25 |
| 1222 | 2026-05-12T01:21:03.065Z | Downloaded radix_trie v0.2.1 |
| 1223 | 2026-05-12T01:21:03.069Z | Downloaded proptest v1.10.0 |
| 1224 | 2026-05-12T01:21:03.075Z | Downloaded object v0.30.4 |
| 1225 | 2026-05-12T01:21:03.079Z | Downloaded quinn-proto v0.11.13 |
| 1226 | 2026-05-12T01:21:03.082Z | Downloaded bstr v1.12.1 |
| 1227 | 2026-05-12T01:21:03.088Z | Downloaded nix v0.27.1 |
| 1228 | 2026-05-12T01:21:03.095Z | Downloaded winnow v0.6.26 |
| 1229 | 2026-05-12T01:21:03.098Z | Downloaded winnow v0.5.40 |
| 1230 | 2026-05-12T01:21:03.126Z | Downloaded openssl v0.10.78 |
| 1231 | 2026-05-12T01:21:03.133Z | Downloaded time v0.3.47 |
| 1232 | 2026-05-12T01:21:03.144Z | Downloaded polar-core v0.27.3 |
| 1233 | 2026-05-12T01:21:03.149Z | Downloaded zlib-rs v0.6.2 |
| 1234 | 2026-05-12T01:21:03.152Z | Downloaded dropshot v0.17.0 |
| 1235 | 2026-05-12T01:21:03.162Z | Downloaded tabled v0.20.0 |
| 1236 | 2026-05-12T01:21:03.172Z | Downloaded nix v0.31.2 |
| 1237 | 2026-05-12T01:21:03.185Z | Downloaded rustls v0.21.12 |
| 1238 | 2026-05-12T01:21:03.191Z | Downloaded diesel v2.3.7 |
| 1239 | 2026-05-12T01:21:03.206Z | Downloaded smoltcp v0.11.0 |
| 1240 | 2026-05-12T01:21:03.211Z | Downloaded regex-syntax v0.6.29 |
| 1241 | 2026-05-12T01:21:03.221Z | Downloaded rustls v0.23.37 |
| 1242 | 2026-05-12T01:21:03.225Z | Downloaded nix v0.28.0 |
| 1243 | 2026-05-12T01:21:03.229Z | Downloaded regress v0.11.1 |
| 1244 | 2026-05-12T01:21:03.233Z | Downloaded vcpkg v0.2.15 |
| 1245 | 2026-05-12T01:21:03.256Z | Downloaded webpki-roots v1.0.6 |
| 1246 | 2026-05-12T01:21:03.259Z | Downloaded openapiv3 v2.2.0 |
| 1247 | 2026-05-12T01:21:03.267Z | Downloaded object v0.37.3 |
| 1248 | 2026-05-12T01:21:03.271Z | Downloaded regress v0.10.5 |
| 1249 | 2026-05-12T01:21:03.277Z | Downloaded sqlparser v0.61.0 |
| 1250 | 2026-05-12T01:21:03.282Z | Downloaded zerocopy v0.8.40 |
| 1251 | 2026-05-12T01:21:03.288Z | Downloaded sled v0.34.7 |
| 1252 | 2026-05-12T01:21:03.298Z | Downloaded typify-impl v0.6.2 |
| 1253 | 2026-05-12T01:21:03.304Z | Downloaded regex-syntax v0.8.10 |
| 1254 | 2026-05-12T01:21:03.311Z | Downloaded smoltcp v0.9.1 |
| 1255 | 2026-05-12T01:21:03.314Z | Downloaded rustix v0.38.44 |
| 1256 | 2026-05-12T01:21:03.326Z | Downloaded encoding_rs v0.8.35 |
| 1257 | 2026-05-12T01:21:03.340Z | Downloaded rustls v0.22.4 |
| 1258 | 2026-05-12T01:21:03.347Z | Downloaded hickory-proto v0.25.2 |
| 1259 | 2026-05-12T01:21:03.355Z | Downloaded regex-automata v0.4.14 |
| 1260 | 2026-05-12T01:21:03.364Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-05-12T01:21:03.389Z | Downloaded petgraph v0.8.3 |
| 1262 | 2026-05-12T01:21:03.402Z | Downloaded csv v1.4.0 |
| 1263 | 2026-05-12T01:21:03.415Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1264 | 2026-05-12T01:21:03.421Z | Downloaded typify-impl v0.4.3 |
| 1265 | 2026-05-12T01:21:03.430Z | Downloaded tokio v1.52.1 |
| 1266 | 2026-05-12T01:21:03.454Z | Downloaded ratatui v0.29.0 |
| 1267 | 2026-05-12T01:21:03.465Z | Downloaded tracing v0.1.44 |
| 1268 | 2026-05-12T01:21:03.485Z | Downloaded zerocopy-derive v0.6.6 |
| 1269 | 2026-05-12T01:21:03.499Z | Downloaded ring v0.17.14 |
| 1270 | 2026-05-12T01:21:03.522Z | Downloaded petgraph v0.6.5 |
| 1271 | 2026-05-12T01:21:03.541Z | Downloaded chrono-tz v0.10.4 |
| 1272 | 2026-05-12T01:21:03.551Z | Downloaded jiff v0.2.21 |
| 1273 | 2026-05-12T01:21:03.589Z | Downloaded libz-sys v1.1.24 |
| 1274 | 2026-05-12T01:21:03.603Z | Downloaded sha3 v0.10.8 |
| 1275 | 2026-05-12T01:21:03.609Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1276 | 2026-05-12T01:21:03.716Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1277 | 2026-05-12T01:21:04.181Z | Downloaded aws-lc-sys v0.40.0 |
| 1278 | 2026-05-12T01:21:04.432Z | Compiling libc v0.2.185 |
| 1279 | 2026-05-12T01:21:04.432Z | Compiling serde v1.0.228 |
| 1280 | 2026-05-12T01:21:04.435Z | Compiling log v0.4.29 |
| 1281 | 2026-05-12T01:21:04.435Z | Compiling shlex v1.3.0 |
| 1282 | 2026-05-12T01:21:04.435Z | Compiling find-msvc-tools v0.1.9 |
| 1283 | 2026-05-12T01:21:04.435Z | Compiling smallvec v1.15.1 |
| 1284 | 2026-05-12T01:21:04.435Z | Compiling typenum v1.19.0 |
| 1285 | 2026-05-12T01:21:04.435Z | Compiling subtle v2.6.1 |
| 1286 | 2026-05-12T01:21:04.435Z | Compiling generic-array v0.14.7 |
| 1287 | 2026-05-12T01:21:04.435Z | Compiling scopeguard v1.2.0 |
| 1288 | 2026-05-12T01:21:04.435Z | Compiling const-oid v0.9.6 |
| 1289 | 2026-05-12T01:21:04.628Z | Compiling portable-atomic v1.13.1 |
| 1290 | 2026-05-12T01:21:04.652Z | Compiling syn v2.0.117 |
| 1291 | 2026-05-12T01:21:04.667Z | Compiling serde_json v1.0.149 |
| 1292 | 2026-05-12T01:21:04.670Z | Compiling zerocopy v0.8.40 |
| 1293 | 2026-05-12T01:21:04.734Z | Compiling lock_api v0.4.14 |
| 1294 | 2026-05-12T01:21:04.764Z | Compiling critical-section v1.2.0 |
| 1295 | 2026-05-12T01:21:04.778Z | Compiling pin-project-lite v0.2.17 |
| 1296 | 2026-05-12T01:21:04.782Z | Compiling parking_lot_core v0.9.12 |
| 1297 | 2026-05-12T01:21:04.844Z | Compiling pkg-config v0.3.32 |
| 1298 | 2026-05-12T01:21:04.860Z | Compiling bitflags v2.11.0 |
| 1299 | 2026-05-12T01:21:04.880Z | Compiling libm v0.2.16 |
| 1300 | 2026-05-12T01:21:04.896Z | Compiling futures-core v0.3.32 |
| 1301 | 2026-05-12T01:21:04.896Z | Compiling num-traits v0.2.19 |
| 1302 | 2026-05-12T01:21:04.901Z | Compiling percent-encoding v2.3.2 |
| 1303 | 2026-05-12T01:21:04.999Z | Compiling futures-sink v0.3.32 |
| 1304 | 2026-05-12T01:21:05.114Z | Compiling futures-channel v0.3.32 |
| 1305 | 2026-05-12T01:21:05.117Z | Compiling slab v0.4.12 |
| 1306 | 2026-05-12T01:21:05.143Z | Compiling futures-task v0.3.32 |
| 1307 | 2026-05-12T01:21:05.159Z | Compiling futures-io v0.3.32 |
| 1308 | 2026-05-12T01:21:05.191Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-05-12T01:21:05.195Z | Compiling cpufeatures v0.2.17 |
| 1310 | 2026-05-12T01:21:05.278Z | Compiling rand_core v0.10.0 |
| 1311 | 2026-05-12T01:21:05.321Z | Compiling indexmap v2.14.0 |
| 1312 | 2026-05-12T01:21:05.336Z | Compiling getrandom v0.3.4 |
| 1313 | 2026-05-12T01:21:05.352Z | Compiling rustversion v1.0.22 |
| 1314 | 2026-05-12T01:21:05.355Z | Compiling form_urlencoded v1.2.2 |
| 1315 | 2026-05-12T01:21:05.381Z | Compiling fs_extra v1.3.0 |
| 1316 | 2026-05-12T01:21:05.397Z | Compiling dunce v1.0.5 |
| 1317 | 2026-05-12T01:21:05.400Z | Compiling ident_case v1.0.1 |
| 1318 | 2026-05-12T01:21:05.441Z | Compiling base64ct v1.8.3 |
| 1319 | 2026-05-12T01:21:05.461Z | Compiling regex-syntax v0.8.10 |
| 1320 | 2026-05-12T01:21:05.504Z | Compiling getrandom v0.2.17 |
| 1321 | 2026-05-12T01:21:05.561Z | Compiling jobserver v0.1.34 |
| 1322 | 2026-05-12T01:21:05.576Z | Compiling errno v0.3.14 |
| 1323 | 2026-05-12T01:21:05.608Z | Compiling mio v1.2.0 |
| 1324 | 2026-05-12T01:21:05.665Z | Compiling rand_core v0.6.4 |
| 1325 | 2026-05-12T01:21:05.700Z | Compiling once_cell v1.21.3 |
| 1326 | 2026-05-12T01:21:05.720Z | Compiling signal-hook-registry v1.4.8 |
| 1327 | 2026-05-12T01:21:05.750Z | Compiling socket2 v0.6.3 |
| 1328 | 2026-05-12T01:21:05.794Z | Compiling cc v1.2.56 |
| 1329 | 2026-05-12T01:21:05.808Z | Compiling parking_lot v0.12.5 |
| 1330 | 2026-05-12T01:21:05.934Z | Compiling pem-rfc7468 v0.7.0 |
| 1331 | 2026-05-12T01:21:05.964Z | Compiling iana-time-zone v0.1.65 |
| 1332 | 2026-05-12T01:21:05.967Z | Compiling flagset v0.4.7 |
| 1333 | 2026-05-12T01:21:05.996Z | Compiling rustix v1.1.3 |
| 1334 | 2026-05-12T01:21:06.029Z | Compiling vcpkg v0.2.15 |
| 1335 | 2026-05-12T01:21:06.156Z | Compiling aws-lc-rs v1.16.3 |
| 1336 | 2026-05-12T01:21:06.173Z | Compiling uuid v1.23.0 |
| 1337 | 2026-05-12T01:21:06.222Z | Compiling tracing-core v0.1.36 |
| 1338 | 2026-05-12T01:21:06.240Z | Compiling rustc_version v0.4.1 |
| 1339 | 2026-05-12T01:21:06.253Z | Compiling base64 v0.22.1 |
| 1340 | 2026-05-12T01:21:06.284Z | Compiling openssl-probe v0.2.1 |
| 1341 | 2026-05-12T01:21:06.320Z | Compiling httparse v1.10.1 |
| 1342 | 2026-05-12T01:21:06.440Z | Compiling rand_core v0.9.5 |
| 1343 | 2026-05-12T01:21:06.473Z | Compiling untrusted v0.9.0 |
| 1344 | 2026-05-12T01:21:06.490Z | Compiling tinyvec_macros v0.1.1 |
| 1345 | 2026-05-12T01:21:06.504Z | Compiling untrusted v0.7.1 |
| 1346 | 2026-05-12T01:21:06.575Z | Compiling tinyvec v1.10.0 |
| 1347 | 2026-05-12T01:21:06.595Z | Compiling aho-corasick v1.1.4 |
| 1348 | 2026-05-12T01:21:06.611Z | Compiling schemars v0.8.22 |
| 1349 | 2026-05-12T01:21:06.614Z | Compiling atomic-waker v1.1.2 |
| 1350 | 2026-05-12T01:21:06.640Z | Compiling cmake v0.1.57 |
| 1351 | 2026-05-12T01:21:06.653Z | Compiling rustls v0.23.37 |
| 1352 | 2026-05-12T01:21:06.776Z | Compiling dyn-clone v1.0.20 |
| 1353 | 2026-05-12T01:21:06.800Z | Compiling try-lock v0.2.5 |
| 1354 | 2026-05-12T01:21:06.803Z | Compiling tower-layer v0.3.3 |
| 1355 | 2026-05-12T01:21:06.831Z | Compiling tower-service v0.3.3 |
| 1356 | 2026-05-12T01:21:06.881Z | Compiling openssl v0.10.78 |
| 1357 | 2026-05-12T01:21:06.900Z | Compiling want v0.3.1 |
| 1358 | 2026-05-12T01:21:06.915Z | Compiling httpdate v1.0.3 |
| 1359 | 2026-05-12T01:21:06.934Z | Compiling foreign-types-shared v0.1.1 |
| 1360 | 2026-05-12T01:21:06.949Z | Compiling pin-utils v0.1.0 |
| 1361 | 2026-05-12T01:21:06.952Z | Compiling unicode-normalization v0.1.25 |
| 1362 | 2026-05-12T01:21:06.966Z | Compiling spin v0.9.8 |
| 1363 | 2026-05-12T01:21:06.982Z | Compiling crc32fast v1.5.0 |
| 1364 | 2026-05-12T01:21:07.014Z | Compiling foreign-types v0.3.2 |
| 1365 | 2026-05-12T01:21:07.032Z | Compiling native-tls v0.2.18 |
| 1366 | 2026-05-12T01:21:07.047Z | Compiling powerfmt v0.2.0 |
| 1367 | 2026-05-12T01:21:07.083Z | Compiling time-core v0.1.8 |
| 1368 | 2026-05-12T01:21:07.100Z | Compiling num-conv v0.2.0 |
| 1369 | 2026-05-12T01:21:07.103Z | Compiling wait-timeout v0.2.1 |
| 1370 | 2026-05-12T01:21:07.148Z | Compiling sync_wrapper v1.0.2 |
| 1371 | 2026-05-12T01:21:07.165Z | Compiling quick-error v1.2.3 |
| 1372 | 2026-05-12T01:21:07.181Z | Compiling syn v1.0.109 |
| 1373 | 2026-05-12T01:21:07.219Z | Compiling deranged v0.5.8 |
| 1374 | 2026-05-12T01:21:07.254Z | Compiling time-macros v0.2.27 |
| 1375 | 2026-05-12T01:21:07.254Z | Compiling crossbeam-utils v0.8.21 |
| 1376 | 2026-05-12T01:21:07.284Z | Compiling usdt-impl v0.6.0 |
| 1377 | 2026-05-12T01:21:07.300Z | Compiling bit-vec v0.8.0 |
| 1378 | 2026-05-12T01:21:07.300Z | Compiling siphasher v1.0.2 |
| 1379 | 2026-05-12T01:21:07.303Z | Compiling simd-adler32 v0.3.8 |
| 1380 | 2026-05-12T01:21:07.357Z | Compiling num_threads v0.1.7 |
| 1381 | 2026-05-12T01:21:07.470Z | Compiling regex-automata v0.4.14 |
| 1382 | 2026-05-12T01:21:07.486Z | Compiling rand_xorshift v0.4.0 |
| 1383 | 2026-05-12T01:21:07.551Z | Compiling bit-set v0.8.0 |
| 1384 | 2026-05-12T01:21:07.554Z | Compiling aws-lc-sys v0.40.0 |
| 1385 | 2026-05-12T01:21:07.554Z | Compiling ring v0.17.14 |
| 1386 | 2026-05-12T01:21:07.595Z | Compiling openssl-sys v0.9.114 |
| 1387 | 2026-05-12T01:21:07.611Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1388 | 2026-05-12T01:21:07.614Z | Compiling synstructure v0.13.2 |
| 1389 | 2026-05-12T01:21:07.614Z | Compiling pest_generator v2.8.6 |
| 1390 | 2026-05-12T01:21:07.655Z | Compiling serde_derive_internals v0.29.1 |
| 1391 | 2026-05-12T01:21:07.678Z | Compiling darling_core v0.20.11 |
| 1392 | 2026-05-12T01:21:07.745Z | Compiling tempfile v3.25.0 |
| 1393 | 2026-05-12T01:21:07.930Z | Compiling darling_core v0.21.3 |
| 1394 | 2026-05-12T01:21:08.002Z | Compiling rusty-fork v0.3.1 |
| 1395 | 2026-05-12T01:21:08.156Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1396 | 2026-05-12T01:21:08.278Z | Compiling slog v2.8.2 |
| 1397 | 2026-05-12T01:21:08.293Z | Compiling heapless v0.7.17 |
| 1398 | 2026-05-12T01:21:08.388Z | Compiling thread-id v5.1.0 |
| 1399 | 2026-05-12T01:21:08.403Z | Compiling cookie v0.18.1 |
| 1400 | 2026-05-12T01:21:08.427Z | Compiling adler2 v2.0.1 |
| 1401 | 2026-05-12T01:21:08.443Z | Compiling time v0.3.47 |
| 1402 | 2026-05-12T01:21:08.471Z | Compiling anyhow v1.0.102 |
| 1403 | 2026-05-12T01:21:08.490Z | Compiling iri-string v0.7.10 |
| 1404 | 2026-05-12T01:21:08.505Z | Compiling unarray v0.1.4 |
| 1405 | 2026-05-12T01:21:08.572Z | Compiling unicode-bidi v0.3.18 |
| 1406 | 2026-05-12T01:21:08.588Z | Compiling unicode-properties v0.1.4 |
| 1407 | 2026-05-12T01:21:08.618Z | Compiling zstd-safe v7.2.4 |
| 1408 | 2026-05-12T01:21:08.633Z | Compiling paste v1.0.15 |
| 1409 | 2026-05-12T01:21:08.648Z | Compiling allocator-api2 v0.2.21 |
| 1410 | 2026-05-12T01:21:08.815Z | Compiling signal-hook v0.3.18 |
| 1411 | 2026-05-12T01:21:08.830Z | Compiling ryu v1.0.23 |
| 1412 | 2026-05-12T01:21:08.919Z | Compiling stringprep v0.1.5 |
| 1413 | 2026-05-12T01:21:09.039Z | Compiling miniz_oxide v0.8.9 |
| 1414 | 2026-05-12T01:21:09.098Z | Compiling num-integer v0.1.46 |
| 1415 | 2026-05-12T01:21:09.159Z | Compiling vergen-lib v9.1.0 |
| 1416 | 2026-05-12T01:21:09.366Z | Compiling curve25519-dalek v4.1.3 |
| 1417 | 2026-05-12T01:21:09.398Z | Compiling ff v0.13.1 |
| 1418 | 2026-05-12T01:21:09.423Z | Compiling serde_derive v1.0.228 |
| 1419 | 2026-05-12T01:21:09.472Z | Compiling zeroize_derive v1.4.3 |
| 1420 | 2026-05-12T01:21:09.556Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-05-12T01:21:09.628Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-05-12T01:21:09.694Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-05-12T01:21:09.737Z | Compiling zerocopy-derive v0.8.40 |
| 1424 | 2026-05-12T01:21:09.835Z | Compiling displaydoc v0.2.5 |
| 1425 | 2026-05-12T01:21:10.104Z | Compiling tokio-macros v2.7.0 |
| 1426 | 2026-05-12T01:21:10.119Z | Compiling futures-macro v0.3.32 |
| 1427 | 2026-05-12T01:21:10.122Z | Compiling der_derive v0.7.3 |
| 1428 | 2026-05-12T01:21:10.168Z | Compiling zeroize v1.8.2 |
| 1429 | 2026-05-12T01:21:10.549Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-05-12T01:21:10.612Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-12T01:21:10.860Z | Compiling tracing-attributes v0.1.31 |
| 1432 | 2026-05-12T01:21:10.889Z | Compiling pest_derive v2.8.6 |
| 1433 | 2026-05-12T01:21:10.904Z | Compiling crypto-common v0.1.7 |
| 1434 | 2026-05-12T01:21:10.962Z | Compiling block-buffer v0.10.4 |
| 1435 | 2026-05-12T01:21:10.978Z | Compiling futures-util v0.3.32 |
| 1436 | 2026-05-12T01:21:11.023Z | Compiling zerofrom v0.1.6 |
| 1437 | 2026-05-12T01:21:11.087Z | Compiling block-padding v0.3.3 |
| 1438 | 2026-05-12T01:21:11.140Z | Compiling digest v0.10.7 |
| 1439 | 2026-05-12T01:21:11.198Z | Compiling yoke v0.8.1 |
| 1440 | 2026-05-12T01:21:11.212Z | Compiling der v0.7.10 |
| 1441 | 2026-05-12T01:21:11.229Z | Compiling inout v0.1.4 |
| 1442 | 2026-05-12T01:21:11.272Z | Compiling schemars_derive v0.8.22 |
| 1443 | 2026-05-12T01:21:11.404Z | Compiling zerovec v0.11.5 |
| 1444 | 2026-05-12T01:21:11.420Z | Compiling zerotrie v0.2.3 |
| 1445 | 2026-05-12T01:21:11.436Z | Compiling hmac v0.12.1 |
| 1446 | 2026-05-12T01:21:11.436Z | Compiling cipher v0.4.4 |
| 1447 | 2026-05-12T01:21:11.612Z | Compiling sha2 v0.10.9 |
| 1448 | 2026-05-12T01:21:11.772Z | Compiling salsa20 v0.10.2 |
| 1449 | 2026-05-12T01:21:11.787Z | Compiling pbkdf2 v0.12.2 |
| 1450 | 2026-05-12T01:21:11.843Z | Compiling cbc v0.1.2 |
| 1451 | 2026-05-12T01:21:11.920Z | Compiling tinystr v0.8.2 |
| 1452 | 2026-05-12T01:21:11.935Z | Compiling potential_utf v0.1.4 |
| 1453 | 2026-05-12T01:21:11.972Z | Compiling scrypt v0.11.0 |
| 1454 | 2026-05-12T01:21:12.007Z | Compiling aes v0.8.4 |
| 1455 | 2026-05-12T01:21:12.097Z | Compiling icu_locale_core v2.1.1 |
| 1456 | 2026-05-12T01:21:12.120Z | Compiling icu_collections v2.1.1 |
| 1457 | 2026-05-12T01:21:12.146Z | Compiling spki v0.7.3 |
| 1458 | 2026-05-12T01:21:12.214Z | Compiling thiserror v2.0.18 |
| 1459 | 2026-05-12T01:21:12.292Z | Compiling tracing v0.1.44 |
| 1460 | 2026-05-12T01:21:12.356Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-12T01:21:12.381Z | Compiling darling_macro v0.20.11 |
| 1462 | 2026-05-12T01:21:12.506Z | Compiling pkcs5 v0.7.1 |
| 1463 | 2026-05-12T01:21:12.585Z | Compiling openssl-macros v0.1.1 |
| 1464 | 2026-05-12T01:21:12.618Z | Compiling rustls-native-certs v0.8.3 |
| 1465 | 2026-05-12T01:21:12.635Z | Compiling dtrace-parser v0.3.0 |
| 1466 | 2026-05-12T01:21:12.898Z | Compiling icu_provider v2.1.1 |
| 1467 | 2026-05-12T01:21:12.931Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-05-12T01:21:13.020Z | Compiling bytes v1.11.1 |
| 1469 | 2026-05-12T01:21:13.037Z | Compiling chrono v0.4.44 |
| 1470 | 2026-05-12T01:21:13.040Z | Compiling ipnet v2.11.0 |
| 1471 | 2026-05-12T01:21:13.084Z | Compiling darling v0.20.11 |
| 1472 | 2026-05-12T01:21:13.118Z | Compiling signature v2.2.0 |
| 1473 | 2026-05-12T01:21:13.121Z | Compiling webpki-roots v1.0.6 |
| 1474 | 2026-05-12T01:21:13.182Z | Compiling icu_properties v2.1.2 |
| 1475 | 2026-05-12T01:21:13.226Z | Compiling icu_normalizer v2.1.1 |
| 1476 | 2026-05-12T01:21:13.241Z | Compiling scroll v0.13.0 |
| 1477 | 2026-05-12T01:21:13.261Z | Compiling derive_builder_core v0.20.2 |
| 1478 | 2026-05-12T01:21:13.275Z | Compiling scroll_derive v0.12.1 |
| 1479 | 2026-05-12T01:21:13.338Z | Compiling thiserror-impl v1.0.69 |
| 1480 | 2026-05-12T01:21:13.416Z | Compiling serde_tokenstream v0.2.3 |
| 1481 | 2026-05-12T01:21:13.432Z | Compiling erased-serde v0.3.31 |
| 1482 | 2026-05-12T01:21:13.534Z | Compiling tokio v1.52.1 |
| 1483 | 2026-05-12T01:21:13.594Z | Compiling http v1.4.0 |
| 1484 | 2026-05-12T01:21:13.678Z | Compiling goblin v0.10.5 |
| 1485 | 2026-05-12T01:21:13.760Z | Compiling serde_urlencoded v0.7.1 |
| 1486 | 2026-05-12T01:21:13.806Z | Compiling toml_datetime v0.6.11 |
| 1487 | 2026-05-12T01:21:13.940Z | Compiling serde_spanned v0.6.9 |
| 1488 | 2026-05-12T01:21:13.977Z | Compiling scroll v0.12.0 |
| 1489 | 2026-05-12T01:21:14.028Z | Compiling md-5 v0.10.6 |
| 1490 | 2026-05-12T01:21:14.092Z | Compiling idna_adapter v1.2.1 |
| 1491 | 2026-05-12T01:21:14.108Z | Compiling darling_macro v0.21.3 |
| 1492 | 2026-05-12T01:21:14.111Z | Compiling bstr v1.12.1 |
| 1493 | 2026-05-12T01:21:14.172Z | Compiling ppv-lite86 v0.2.21 |
| 1494 | 2026-05-12T01:21:14.211Z | Compiling idna v1.1.0 |
| 1495 | 2026-05-12T01:21:14.253Z | Compiling http-body v1.0.1 |
| 1496 | 2026-05-12T01:21:14.268Z | Compiling derive_builder_macro v0.20.2 |
| 1497 | 2026-05-12T01:21:14.322Z | Compiling zerocopy-derive v0.7.35 |
| 1498 | 2026-05-12T01:21:14.399Z | Compiling http-body-util v0.1.3 |
| 1499 | 2026-05-12T01:21:14.427Z | Compiling pin-project-internal v1.1.11 |
| 1500 | 2026-05-12T01:21:14.464Z | Compiling rand_chacha v0.9.0 |
| 1501 | 2026-05-12T01:21:14.520Z | Compiling url v2.5.8 |
| 1502 | 2026-05-12T01:21:14.535Z | Compiling rand_chacha v0.3.1 |
| 1503 | 2026-05-12T01:21:14.634Z | Compiling async-trait v0.1.89 |
| 1504 | 2026-05-12T01:21:14.671Z | Compiling rand v0.9.2 |
| 1505 | 2026-05-12T01:21:14.685Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-05-12T01:21:14.766Z | Compiling hash32 v0.2.1 |
| 1507 | 2026-05-12T01:21:14.792Z | Compiling memoffset v0.9.1 |
| 1508 | 2026-05-12T01:21:14.808Z | Compiling encoding_rs v0.8.35 |
| 1509 | 2026-05-12T01:21:14.900Z | Compiling smoltcp v0.9.1 |
| 1510 | 2026-05-12T01:21:14.977Z | Compiling mime v0.3.17 |
| 1511 | 2026-05-12T01:21:15.179Z | Compiling fallible-iterator v0.2.0 |
| 1512 | 2026-05-12T01:21:15.225Z | Compiling proptest v1.10.0 |
| 1513 | 2026-05-12T01:21:15.260Z | Compiling cfg_aliases v0.2.1 |
| 1514 | 2026-05-12T01:21:15.263Z | Compiling psl-types v2.0.11 |
| 1515 | 2026-05-12T01:21:15.365Z | Compiling ref-cast v1.0.25 |
| 1516 | 2026-05-12T01:21:15.368Z | Compiling num-bigint-dig v0.8.6 |
| 1517 | 2026-05-12T01:21:15.418Z | Compiling zlib-rs v0.6.2 |
| 1518 | 2026-05-12T01:21:15.487Z | Compiling base16ct v0.2.0 |
| 1519 | 2026-05-12T01:21:15.513Z | Compiling litrs v1.0.0 |
| 1520 | 2026-05-12T01:21:15.583Z | Compiling rustix v0.38.44 |
| 1521 | 2026-05-12T01:21:15.619Z | Compiling sec1 v0.7.3 |
| 1522 | 2026-05-12T01:21:15.690Z | Compiling pin-project v1.1.11 |
| 1523 | 2026-05-12T01:21:15.705Z | Compiling postgres-protocol v0.6.10 |
| 1524 | 2026-05-12T01:21:15.733Z | Compiling publicsuffix v2.3.0 |
| 1525 | 2026-05-12T01:21:15.773Z | Compiling nix v0.31.2 |
| 1526 | 2026-05-12T01:21:15.805Z | Compiling ipnetwork v0.21.1 |
| 1527 | 2026-05-12T01:21:15.965Z | Compiling zerocopy v0.7.35 |
| 1528 | 2026-05-12T01:21:16.059Z | Compiling document-features v0.2.12 |
| 1529 | 2026-05-12T01:21:16.106Z | Compiling oxnet v0.1.4 |
| 1530 | 2026-05-12T01:21:16.120Z | Compiling derive_builder v0.20.2 |
| 1531 | 2026-05-12T01:21:16.185Z | Compiling rand v0.8.6 |
| 1532 | 2026-05-12T01:21:16.216Z | Compiling darling v0.21.3 |
| 1533 | 2026-05-12T01:21:16.276Z | Compiling goblin v0.8.2 |
| 1534 | 2026-05-12T01:21:16.316Z | Compiling futures-executor v0.3.32 |
| 1535 | 2026-05-12T01:21:16.331Z | Compiling hubpack_derive v0.1.1 |
| 1536 | 2026-05-12T01:21:16.390Z | Compiling hex v0.4.3 |
| 1537 | 2026-05-12T01:21:16.411Z | Compiling hkdf v0.12.4 |
| 1538 | 2026-05-12T01:21:16.538Z | Compiling dof v0.4.0 |
| 1539 | 2026-05-12T01:21:16.585Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2026-05-12T01:21:16.615Z | Compiling regex v1.12.3 |
| 1541 | 2026-05-12T01:21:16.704Z | Compiling group v0.13.0 |
| 1542 | 2026-05-12T01:21:16.707Z | Compiling ref-cast-impl v1.0.25 |
| 1543 | 2026-05-12T01:21:16.722Z | Compiling daft-derive v0.1.5 |
| 1544 | 2026-05-12T01:21:16.735Z | Compiling strum_macros v0.27.2 |
| 1545 | 2026-05-12T01:21:16.819Z | Compiling snafu-derive v0.8.9 |
| 1546 | 2026-05-12T01:21:16.900Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1547 | 2026-05-12T01:21:17.087Z | Compiling num-iter v0.1.45 |
| 1548 | 2026-05-12T01:21:17.288Z | Compiling tokio-util v0.7.18 |
| 1549 | 2026-05-12T01:21:17.482Z | Compiling tower v0.5.3 |
| 1550 | 2026-05-12T01:21:17.497Z | Compiling tokio-native-tls v0.3.1 |
| 1551 | 2026-05-12T01:21:17.580Z | Compiling terminal_size v0.4.3 |
| 1552 | 2026-05-12T01:21:17.690Z | Compiling newtype-uuid v1.3.2 |
| 1553 | 2026-05-12T01:21:17.738Z | Compiling phf_shared v0.13.1 |
| 1554 | 2026-05-12T01:21:17.757Z | Compiling lazy_static v1.5.0 |
| 1555 | 2026-05-12T01:21:17.788Z | Compiling vergen v9.1.0 |
| 1556 | 2026-05-12T01:21:17.867Z | Compiling cargo-platform v0.3.2 |
| 1557 | 2026-05-12T01:21:18.017Z | Compiling h2 v0.4.13 |
| 1558 | 2026-05-12T01:21:18.033Z | Compiling tower-http v0.6.8 |
| 1559 | 2026-05-12T01:21:18.049Z | Compiling fs-err v3.3.0 |
| 1560 | 2026-05-12T01:21:18.058Z | Compiling ahash v0.8.12 |
| 1561 | 2026-05-12T01:21:18.081Z | Compiling winnow v0.5.40 |
| 1562 | 2026-05-12T01:21:18.182Z | Compiling bitflags v1.3.2 |
| 1563 | 2026-05-12T01:21:18.196Z | Compiling unicode-segmentation v1.12.0 |
| 1564 | 2026-05-12T01:21:18.266Z | Compiling libbz2-rs-sys v0.2.2 |
| 1565 | 2026-05-12T01:21:18.282Z | Compiling foldhash v0.2.0 |
| 1566 | 2026-05-12T01:21:18.296Z | Compiling foldhash v0.1.5 |
| 1567 | 2026-05-12T01:21:18.380Z | Compiling flate2 v1.1.9 |
| 1568 | 2026-05-12T01:21:18.470Z | Compiling object v0.37.3 |
| 1569 | 2026-05-12T01:21:18.485Z | Compiling bumpalo v3.20.2 |
| 1570 | 2026-05-12T01:21:18.521Z | Compiling same-file v1.0.6 |
| 1571 | 2026-05-12T01:21:18.615Z | Compiling managed v0.8.0 |
| 1572 | 2026-05-12T01:21:18.707Z | Compiling zopfli v0.8.3 |
| 1573 | 2026-05-12T01:21:18.723Z | Compiling bzip2 v0.6.1 |
| 1574 | 2026-05-12T01:21:18.770Z | Compiling walkdir v2.5.0 |
| 1575 | 2026-05-12T01:21:18.800Z | Compiling strum v0.27.2 |
| 1576 | 2026-05-12T01:21:18.817Z | Compiling snafu v0.8.9 |
| 1577 | 2026-05-12T01:21:18.820Z | Compiling dof v0.3.0 |
| 1578 | 2026-05-12T01:21:18.848Z | Compiling hashbrown v0.16.1 |
| 1579 | 2026-05-12T01:21:18.863Z | Compiling hashbrown v0.15.5 |
| 1580 | 2026-05-12T01:21:18.982Z | Compiling clap_builder v4.5.60 |
| 1581 | 2026-05-12T01:21:19.011Z | Compiling usdt-macro v0.6.0 |
| 1582 | 2026-05-12T01:21:19.086Z | Compiling usdt-attr-macro v0.6.0 |
| 1583 | 2026-05-12T01:21:19.105Z | Compiling cargo_metadata v0.23.1 |
| 1584 | 2026-05-12T01:21:19.216Z | Compiling phf v0.13.1 |
| 1585 | 2026-05-12T01:21:19.280Z | Compiling daft v0.1.5 |
| 1586 | 2026-05-12T01:21:19.392Z | Compiling toml_edit v0.19.15 |
| 1587 | 2026-05-12T01:21:19.460Z | Compiling elliptic-curve v0.13.8 |
| 1588 | 2026-05-12T01:21:19.558Z | Compiling signal-hook-mio v0.2.5 |
| 1589 | 2026-05-12T01:21:19.638Z | Compiling cookie_store v0.22.1 |
| 1590 | 2026-05-12T01:21:19.699Z | Compiling hubpack v0.1.2 |
| 1591 | 2026-05-12T01:21:19.728Z | Compiling bzip2 v0.4.4 |
| 1592 | 2026-05-12T01:21:19.812Z | Compiling futures v0.3.32 |
| 1593 | 2026-05-12T01:21:19.857Z | Compiling serde_with_macros v3.17.0 |
| 1594 | 2026-05-12T01:21:19.919Z | Compiling zstd v0.13.3 |
| 1595 | 2026-05-12T01:21:19.938Z | Compiling postgres-types v0.2.12 |
| 1596 | 2026-05-12T01:21:19.968Z | Compiling dtrace-parser v0.2.0 |
| 1597 | 2026-05-12T01:21:19.986Z | Compiling globset v0.4.18 |
| 1598 | 2026-05-12T01:21:20.004Z | Compiling ed25519 v2.2.3 |
| 1599 | 2026-05-12T01:21:20.207Z | Compiling pkcs1 v0.7.5 |
| 1600 | 2026-05-12T01:21:20.313Z | Compiling serde-big-array v0.5.1 |
| 1601 | 2026-05-12T01:21:20.478Z | Compiling serde_plain v1.0.2 |
| 1602 | 2026-05-12T01:21:20.493Z | Compiling olpc-cjson v0.1.4 |
| 1603 | 2026-05-12T01:21:20.522Z | Compiling rfc6979 v0.4.0 |
| 1604 | 2026-05-12T01:21:20.623Z | Compiling strum_macros v0.26.4 |
| 1605 | 2026-05-12T01:21:20.668Z | Compiling async-recursion v1.1.1 |
| 1606 | 2026-05-12T01:21:20.681Z | Compiling serde_repr v0.1.20 |
| 1607 | 2026-05-12T01:21:20.697Z | Compiling enum-as-inner v0.6.1 |
| 1608 | 2026-05-12T01:21:20.700Z | Compiling clap_derive v4.5.55 |
| 1609 | 2026-05-12T01:21:20.740Z | Compiling phf_shared v0.11.3 |
| 1610 | 2026-05-12T01:21:20.928Z | Compiling float-cmp v0.10.0 |
| 1611 | 2026-05-12T01:21:20.946Z | Compiling pem v3.0.6 |
| 1612 | 2026-05-12T01:21:21.019Z | Compiling hyper v1.8.1 |
| 1613 | 2026-05-12T01:21:21.087Z | Compiling memmap2 v0.9.10 |
| 1614 | 2026-05-12T01:21:21.158Z | Compiling thread-id v4.2.2 |
| 1615 | 2026-05-12T01:21:21.241Z | Compiling env_filter v1.0.0 |
| 1616 | 2026-05-12T01:21:21.261Z | Compiling static_assertions v1.1.0 |
| 1617 | 2026-05-12T01:21:21.284Z | Compiling typed-path v0.9.3 |
| 1618 | 2026-05-12T01:21:21.330Z | Compiling predicates-core v1.0.10 |
| 1619 | 2026-05-12T01:21:21.348Z | Compiling fixedbitset v0.4.2 |
| 1620 | 2026-05-12T01:21:21.362Z | Compiling keccak v0.1.6 |
| 1621 | 2026-05-12T01:21:21.412Z | Compiling data-encoding v2.10.0 |
| 1622 | 2026-05-12T01:21:21.530Z | Compiling jiff v0.2.21 |
| 1623 | 2026-05-12T01:21:21.578Z | Compiling rustc-hash v2.1.1 |
| 1624 | 2026-05-12T01:21:21.593Z | Compiling whoami v2.1.0 |
| 1625 | 2026-05-12T01:21:21.724Z | Compiling new_debug_unreachable v1.0.6 |
| 1626 | 2026-05-12T01:21:21.812Z | Compiling either v1.15.0 |
| 1627 | 2026-05-12T01:21:21.993Z | Compiling fixedbitset v0.5.7 |
| 1628 | 2026-05-12T01:21:22.016Z | Compiling normalize-line-endings v0.3.0 |
| 1629 | 2026-05-12T01:21:22.019Z | Compiling difflib v0.4.0 |
| 1630 | 2026-05-12T01:21:22.048Z | Compiling precomputed-hash v0.1.1 |
| 1631 | 2026-05-12T01:21:22.104Z | Compiling itertools v0.13.0 |
| 1632 | 2026-05-12T01:21:22.140Z | Compiling string_cache v0.8.9 |
| 1633 | 2026-05-12T01:21:22.156Z | Compiling tokio-postgres v0.7.16 |
| 1634 | 2026-05-12T01:21:22.158Z | Compiling hickory-proto v0.25.2 |
| 1635 | 2026-05-12T01:21:22.196Z | Compiling hyper-util v0.1.20 |
| 1636 | 2026-05-12T01:21:22.339Z | Compiling predicates v3.1.4 |
| 1637 | 2026-05-12T01:21:22.404Z | Compiling petgraph v0.8.3 |
| 1638 | 2026-05-12T01:21:22.462Z | Compiling strum v0.26.3 |
| 1639 | 2026-05-12T01:21:22.503Z | Compiling iddqd v0.3.18 |
| 1640 | 2026-05-12T01:21:22.556Z | Compiling sha3 v0.10.8 |
| 1641 | 2026-05-12T01:21:22.572Z | Compiling clap v4.5.60 |
| 1642 | 2026-05-12T01:21:22.611Z | Compiling petgraph v0.6.5 |
| 1643 | 2026-05-12T01:21:22.638Z | Compiling env_logger v0.11.9 |
| 1644 | 2026-05-12T01:21:22.665Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1645 | 2026-05-12T01:21:22.716Z | Compiling toml_edit v0.22.27 |
| 1646 | 2026-05-12T01:21:23.031Z | Compiling usdt v0.6.0 |
| 1647 | 2026-05-12T01:21:23.047Z | Compiling usdt-impl v0.5.0 |
| 1648 | 2026-05-12T01:21:23.052Z | Compiling serde_with v3.17.0 |
| 1649 | 2026-05-12T01:21:23.323Z | Compiling crossterm v0.28.1 |
| 1650 | 2026-05-12T01:21:23.384Z | Compiling toml v0.7.8 |
| 1651 | 2026-05-12T01:21:23.670Z | Compiling hyper-tls v0.6.0 |
| 1652 | 2026-05-12T01:21:23.700Z | Compiling ecdsa v0.16.9 |
| 1653 | 2026-05-12T01:21:23.920Z | Compiling rsa v0.9.10 |
| 1654 | 2026-05-12T01:21:24.012Z | Compiling ed25519-dalek v2.2.0 |
| 1655 | 2026-05-12T01:21:24.123Z | Compiling zip v0.6.6 |
| 1656 | 2026-05-12T01:21:24.394Z | Compiling zip v4.6.1 |
| 1657 | 2026-05-12T01:21:24.709Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1658 | 2026-05-12T01:21:24.730Z | Compiling heck v0.4.1 |
| 1659 | 2026-05-12T01:21:24.763Z | Compiling similar v2.7.0 |
| 1660 | 2026-05-12T01:21:24.780Z | Compiling tokio-stream v0.1.18 |
| 1661 | 2026-05-12T01:21:24.845Z | Compiling buf-list v1.1.2 |
| 1662 | 2026-05-12T01:21:24.981Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1663 | 2026-05-12T01:21:25.076Z | Compiling openapiv3 v2.2.0 |
| 1664 | 2026-05-12T01:21:25.146Z | Compiling x509-cert v0.2.5 |
| 1665 | 2026-05-12T01:21:25.274Z | Compiling sha1 v0.10.6 |
| 1666 | 2026-05-12T01:21:25.313Z | Compiling crossbeam-epoch v0.9.18 |
| 1667 | 2026-05-12T01:21:25.366Z | Compiling peg-runtime v0.8.5 |
| 1668 | 2026-05-12T01:21:25.383Z | Compiling lalrpop-util v0.19.12 |
| 1669 | 2026-05-12T01:21:25.467Z | Compiling thread_local v1.1.9 |
| 1670 | 2026-05-12T01:21:25.524Z | Compiling slog-async v2.8.0 |
| 1671 | 2026-05-12T01:21:25.539Z | Compiling crossbeam-channel v0.5.15 |
| 1672 | 2026-05-12T01:21:25.539Z | Compiling is-terminal v0.4.17 |
| 1673 | 2026-05-12T01:21:25.602Z | Compiling filetime v0.2.27 |
| 1674 | 2026-05-12T01:21:25.654Z | Compiling xattr v1.6.1 |
| 1675 | 2026-05-12T01:21:25.669Z | Compiling term v1.2.1 |
| 1676 | 2026-05-12T01:21:25.683Z | Compiling take_mut v0.2.2 |
| 1677 | 2026-05-12T01:21:25.803Z | Compiling tar v0.4.45 |
| 1678 | 2026-05-12T01:21:26.033Z | Compiling slog-term v2.9.2 |
| 1679 | 2026-05-12T01:21:43.669Z | Compiling rustls-webpki v0.103.9 |
| 1680 | 2026-05-12T01:21:46.471Z | Compiling tokio-rustls v0.26.4 |
| 1681 | 2026-05-12T01:21:46.472Z | Compiling rustls-platform-verifier v0.6.2 |
| 1682 | 2026-05-12T01:21:46.678Z | Compiling hyper-rustls v0.27.7 |
| 1683 | 2026-05-12T01:21:46.875Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-05-12T01:21:46.875Z | Compiling reqwest v0.13.2 |
| 1685 | 2026-05-12T01:21:48.067Z | Compiling tough v0.22.0 |
| 1686 | 2026-05-12T01:21:50.574Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1687 | 2026-05-12T01:21:50.813Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1688 | 2026-05-12T01:21:53.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.48s |
| 1689 | 2026-05-12T01:21:53.804Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1690 | 2026-05-12T01:21:53.861Z | May 12 01:21:52.776 INFO Starting download, target: Clickhouse |
| 1691 | 2026-05-12T01:21:53.861Z | May 12 01:21:52.777 INFO Starting download, target: Cockroach |
| 1692 | 2026-05-12T01:21:53.861Z | May 12 01:21:52.777 INFO Starting download, target: DendriteStub |
| 1693 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.777 INFO Starting download, target: Console |
| 1694 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.777 INFO Starting download, target: MaghemiteMgd |
| 1695 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Starting download, target: TransceiverControl |
| 1696 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1697 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1698 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1699 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1700 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1701 | 2026-05-12T01:21:53.864Z | May 12 01:21:52.778 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1702 | 2026-05-12T01:21:54.248Z | May 12 01:21:53.160 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1703 | 2026-05-12T01:21:54.462Z | May 12 01:21:53.375 INFO Download complete, target: TransceiverControl |
| 1704 | 2026-05-12T01:21:54.847Z | May 12 01:21:53.760 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1705 | 2026-05-12T01:21:55.090Z | May 12 01:21:54.005 INFO Download complete, target: Console |
| 1706 | 2026-05-12T01:21:55.637Z | May 12 01:21:54.553 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1707 | 2026-05-12T01:21:55.957Z | May 12 01:21:54.872 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1708 | 2026-05-12T01:21:56.355Z | May 12 01:21:55.271 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1709 | 2026-05-12T01:21:56.355Z | May 12 01:21:55.271 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1710 | 2026-05-12T01:21:56.469Z | May 12 01:21:55.385 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1711 | 2026-05-12T01:21:58.057Z | May 12 01:21:56.973 INFO Download complete, target: DendriteStub |
| 1712 | 2026-05-12T01:21:58.445Z | May 12 01:21:57.361 INFO Download complete, target: MaghemiteMgd |
| 1713 | 2026-05-12T01:22:01.145Z | May 12 01:22:00.061 INFO Checking that binary works, target: Cockroach |
| 1714 | 2026-05-12T01:22:01.265Z | May 12 01:22:00.182 INFO Download complete, target: Cockroach |
| 1715 | 2026-05-12T01:22:03.367Z | May 12 01:22:02.280 INFO Checking that binary works, target: Clickhouse |
| 1716 | 2026-05-12T01:22:03.450Z | May 12 01:22:02.364 INFO Download complete, target: Clickhouse |
| 1717 | 2026-05-12T01:22:03.460Z | All prerequisites installed successfully |
| 1718 | 2026-05-12T01:22:03.460Z | |
| 1719 | 2026-05-12T01:22:03.460Z | real 1:59.168565066 |
| 1720 | 2026-05-12T01:22:03.460Z | user 6:54.680575409 |
| 1721 | 2026-05-12T01:22:03.460Z | sys 1:45.849632422 |
| 1722 | 2026-05-12T01:22:03.460Z | trap 0.268383563 |
| 1723 | 2026-05-12T01:22:03.460Z | tflt 1.213768093 |
| 1724 | 2026-05-12T01:22:03.461Z | dflt 1.514499327 |
| 1725 | 2026-05-12T01:22:03.461Z | kflt 0.026185435 |
| 1726 | 2026-05-12T01:22:03.461Z | lock 23:22.865796545 |
| 1727 | 2026-05-12T01:22:03.461Z | slp 18:53.219441722 |
| 1728 | 2026-05-12T01:22:03.461Z | lat 25.614210889 |
| 1729 | 2026-05-12T01:22:03.461Z | stop 3:02.232538739 |
| 1730 | 2026-05-12T01:22:03.467Z | + ptime -m cargo xtask download softnpu |
| 1731 | 2026-05-12T01:22:03.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1732 | 2026-05-12T01:22:04.011Z | Running `target/debug/xtask download softnpu` |
| 1733 | 2026-05-12T01:22:04.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1734 | 2026-05-12T01:22:04.835Z | Running `target/debug/xtask-downloader softnpu` |
| 1735 | 2026-05-12T01:22:04.878Z | May 12 01:22:03.788 INFO Starting download, target: Softnpu |
| 1736 | 2026-05-12T01:22:04.886Z | May 12 01:22:03.788 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1737 | 2026-05-12T01:22:05.565Z | May 12 01:22:04.482 INFO Download complete, target: Softnpu |
| 1738 | 2026-05-12T01:22:05.569Z | |
| 1739 | 2026-05-12T01:22:05.573Z | real 2.107472231 |
| 1740 | 2026-05-12T01:22:05.573Z | user 1.316352378 |
| 1741 | 2026-05-12T01:22:05.573Z | sys 0.666343198 |
| 1742 | 2026-05-12T01:22:05.573Z | trap 0.001318440 |
| 1743 | 2026-05-12T01:22:05.573Z | tflt 0.000035840 |
| 1744 | 2026-05-12T01:22:05.573Z | dflt 0.000549070 |
| 1745 | 2026-05-12T01:22:05.573Z | kflt 0.000000000 |
| 1746 | 2026-05-12T01:22:05.573Z | lock 12.484347569 |
| 1747 | 2026-05-12T01:22:05.573Z | slp 0.559111471 |
| 1748 | 2026-05-12T01:22:05.573Z | lat 0.103191044 |
| 1749 | 2026-05-12T01:22:05.573Z | stop 0.000180480 |
| 1750 | 2026-05-12T01:22:05.573Z | + export CARGO_INCREMENTAL=0 |
| 1751 | 2026-05-12T01:22:05.573Z | + CARGO_INCREMENTAL=0 |
| 1752 | 2026-05-12T01:22:05.573Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1753 | 2026-05-12T01:22:06.470Z | Compiling proc-macro2 v1.0.106 |
| 1754 | 2026-05-12T01:22:06.470Z | Compiling quote v1.0.45 |
| 1755 | 2026-05-12T01:22:06.470Z | Compiling unicode-ident v1.0.24 |
| 1756 | 2026-05-12T01:22:06.470Z | Compiling libc v0.2.185 |
| 1757 | 2026-05-12T01:22:06.473Z | Compiling serde_core v1.0.228 |
| 1758 | 2026-05-12T01:22:06.473Z | Compiling serde v1.0.228 |
| 1759 | 2026-05-12T01:22:06.473Z | Compiling cfg-if v1.0.4 |
| 1760 | 2026-05-12T01:22:06.473Z | Compiling version_check v0.9.5 |
| 1761 | 2026-05-12T01:22:06.473Z | Compiling shlex v1.3.0 |
| 1762 | 2026-05-12T01:22:06.473Z | Compiling find-msvc-tools v0.1.9 |
| 1763 | 2026-05-12T01:22:06.473Z | Compiling typenum v1.19.0 |
| 1764 | 2026-05-12T01:22:06.473Z | Compiling autocfg v1.5.0 |
| 1765 | 2026-05-12T01:22:06.615Z | Compiling zmij v1.0.21 |
| 1766 | 2026-05-12T01:22:06.618Z | Compiling memchr v2.8.0 |
| 1767 | 2026-05-12T01:22:06.618Z | Compiling serde_json v1.0.149 |
| 1768 | 2026-05-12T01:22:06.803Z | Compiling portable-atomic v1.13.1 |
| 1769 | 2026-05-12T01:22:06.913Z | Compiling libm v0.2.16 |
| 1770 | 2026-05-12T01:22:06.947Z | Compiling zerocopy v0.8.40 |
| 1771 | 2026-05-12T01:22:06.982Z | Compiling smallvec v1.15.1 |
| 1772 | 2026-05-12T01:22:07.029Z | Compiling parking_lot_core v0.9.12 |
| 1773 | 2026-05-12T01:22:07.049Z | Compiling icu_normalizer_data v2.1.1 |
| 1774 | 2026-05-12T01:22:07.064Z | Compiling icu_properties_data v2.1.2 |
| 1775 | 2026-05-12T01:22:07.067Z | Compiling itoa v1.0.17 |
| 1776 | 2026-05-12T01:22:07.093Z | Compiling num-traits v0.2.19 |
| 1777 | 2026-05-12T01:22:07.291Z | Compiling generic-array v0.14.7 |
| 1778 | 2026-05-12T01:22:07.323Z | Compiling getrandom v0.4.1 |
| 1779 | 2026-05-12T01:22:07.326Z | Compiling log v0.4.29 |
| 1780 | 2026-05-12T01:22:07.372Z | Compiling stable_deref_trait v1.2.1 |
| 1781 | 2026-05-12T01:22:07.376Z | Compiling pkg-config v0.3.32 |
| 1782 | 2026-05-12T01:22:07.402Z | Compiling subtle v2.6.1 |
| 1783 | 2026-05-12T01:22:07.592Z | Compiling scopeguard v1.2.0 |
| 1784 | 2026-05-12T01:22:07.646Z | Compiling writeable v0.6.2 |
| 1785 | 2026-05-12T01:22:07.720Z | Compiling lock_api v0.4.14 |
| 1786 | 2026-05-12T01:22:07.735Z | Compiling jobserver v0.1.34 |
| 1787 | 2026-05-12T01:22:07.790Z | Compiling getrandom v0.2.17 |
| 1788 | 2026-05-12T01:22:07.874Z | Compiling errno v0.3.14 |
| 1789 | 2026-05-12T01:22:07.911Z | Compiling percent-encoding v2.3.2 |
| 1790 | 2026-05-12T01:22:07.953Z | Compiling rand_core v0.6.4 |
| 1791 | 2026-05-12T01:22:07.991Z | Compiling cc v1.2.56 |
| 1792 | 2026-05-12T01:22:08.034Z | Compiling syn v2.0.117 |
| 1793 | 2026-05-12T01:22:08.054Z | Compiling litemap v0.8.1 |
| 1794 | 2026-05-12T01:22:08.084Z | Compiling fnv v1.0.7 |
| 1795 | 2026-05-12T01:22:08.118Z | Compiling thiserror v2.0.18 |
| 1796 | 2026-05-12T01:22:08.134Z | Compiling pin-project-lite v0.2.17 |
| 1797 | 2026-05-12T01:22:08.249Z | Compiling getrandom v0.3.4 |
| 1798 | 2026-05-12T01:22:08.318Z | Compiling critical-section v1.2.0 |
| 1799 | 2026-05-12T01:22:08.321Z | Compiling equivalent v1.0.2 |
| 1800 | 2026-05-12T01:22:08.332Z | Compiling rand_core v0.10.0 |
| 1801 | 2026-05-12T01:22:08.416Z | Compiling fs_extra v1.3.0 |
| 1802 | 2026-05-12T01:22:08.480Z | Compiling schemars v0.8.22 |
| 1803 | 2026-05-12T01:22:08.483Z | Compiling dunce v1.0.5 |
| 1804 | 2026-05-12T01:22:08.483Z | Compiling rustversion v1.0.22 |
| 1805 | 2026-05-12T01:22:08.586Z | Compiling utf8_iter v1.0.4 |
| 1806 | 2026-05-12T01:22:08.620Z | Compiling form_urlencoded v1.2.2 |
| 1807 | 2026-05-12T01:22:08.745Z | Compiling rustix v1.1.3 |
| 1808 | 2026-05-12T01:22:08.776Z | Compiling cmake v0.1.57 |
| 1809 | 2026-05-12T01:22:08.789Z | Compiling hashbrown v0.17.0 |
| 1810 | 2026-05-12T01:22:08.831Z | Compiling once_cell v1.21.3 |
| 1811 | 2026-05-12T01:22:08.892Z | Compiling signal-hook-registry v1.4.8 |
| 1812 | 2026-05-12T01:22:08.984Z | Compiling semver v1.0.28 |
| 1813 | 2026-05-12T01:22:09.112Z | Compiling bitflags v2.11.0 |
| 1814 | 2026-05-12T01:22:09.139Z | Compiling const-oid v0.9.6 |
| 1815 | 2026-05-12T01:22:09.240Z | Compiling parking_lot v0.12.5 |
| 1816 | 2026-05-12T01:22:09.255Z | Compiling mio v1.2.0 |
| 1817 | 2026-05-12T01:22:09.273Z | Compiling socket2 v0.6.3 |
| 1818 | 2026-05-12T01:22:09.314Z | Compiling indexmap v2.14.0 |
| 1819 | 2026-05-12T01:22:09.362Z | Compiling heck v0.5.0 |
| 1820 | 2026-05-12T01:22:09.378Z | Compiling ring v0.17.14 |
| 1821 | 2026-05-12T01:22:09.396Z | Compiling aws-lc-sys v0.40.0 |
| 1822 | 2026-05-12T01:22:09.404Z | Compiling aws-lc-rs v1.16.3 |
| 1823 | 2026-05-12T01:22:09.477Z | Compiling futures-core v0.3.32 |
| 1824 | 2026-05-12T01:22:09.595Z | Compiling httparse v1.10.1 |
| 1825 | 2026-05-12T01:22:09.657Z | Compiling thiserror v1.0.69 |
| 1826 | 2026-05-12T01:22:09.674Z | Compiling strsim v0.11.1 |
| 1827 | 2026-05-12T01:22:09.895Z | Compiling ucd-trie v0.1.7 |
| 1828 | 2026-05-12T01:22:09.973Z | Compiling iana-time-zone v0.1.65 |
| 1829 | 2026-05-12T01:22:09.989Z | Compiling byteorder v1.5.0 |
| 1830 | 2026-05-12T01:22:09.990Z | Compiling vcpkg v0.2.15 |
| 1831 | 2026-05-12T01:22:10.037Z | Compiling syn v1.0.109 |
| 1832 | 2026-05-12T01:22:10.070Z | Compiling pest v2.8.6 |
| 1833 | 2026-05-12T01:22:10.088Z | Compiling regex-syntax v0.8.10 |
| 1834 | 2026-05-12T01:22:10.088Z | Compiling ident_case v1.0.1 |
| 1835 | 2026-05-12T01:22:10.120Z | Compiling uuid v1.23.0 |
| 1836 | 2026-05-12T01:22:10.175Z | Compiling cpufeatures v0.2.17 |
| 1837 | 2026-05-12T01:22:10.377Z | Compiling rustls v0.23.37 |
| 1838 | 2026-05-12T01:22:10.409Z | Compiling rustc_version v0.4.1 |
| 1839 | 2026-05-12T01:22:10.512Z | Compiling futures-sink v0.3.32 |
| 1840 | 2026-05-12T01:22:10.599Z | Compiling openssl-sys v0.9.114 |
| 1841 | 2026-05-12T01:22:10.631Z | Compiling futures-channel v0.3.32 |
| 1842 | 2026-05-12T01:22:10.704Z | Compiling aho-corasick v1.1.4 |
| 1843 | 2026-05-12T01:22:10.740Z | Compiling slab v0.4.12 |
| 1844 | 2026-05-12T01:22:10.767Z | Compiling futures-task v0.3.32 |
| 1845 | 2026-05-12T01:22:10.850Z | Compiling dyn-clone v1.0.20 |
| 1846 | 2026-05-12T01:22:10.879Z | Compiling futures-io v0.3.32 |
| 1847 | 2026-05-12T01:22:10.921Z | Compiling synstructure v0.13.2 |
| 1848 | 2026-05-12T01:22:10.937Z | Compiling serde_derive_internals v0.29.1 |
| 1849 | 2026-05-12T01:22:11.145Z | Compiling plain v0.2.3 |
| 1850 | 2026-05-12T01:22:11.193Z | Compiling pest_meta v2.8.6 |
| 1851 | 2026-05-12T01:22:11.224Z | Compiling crc32fast v1.5.0 |
| 1852 | 2026-05-12T01:22:11.282Z | Compiling openssl v0.10.78 |
| 1853 | 2026-05-12T01:22:11.297Z | Compiling crossbeam-utils v0.8.21 |
| 1854 | 2026-05-12T01:22:11.418Z | Compiling num-conv v0.2.0 |
| 1855 | 2026-05-12T01:22:11.478Z | Compiling time-core v0.1.8 |
| 1856 | 2026-05-12T01:22:11.513Z | Compiling base64 v0.22.1 |
| 1857 | 2026-05-12T01:22:11.599Z | Compiling regex-automata v0.4.14 |
| 1858 | 2026-05-12T01:22:11.603Z | Compiling pretty-hex v0.4.1 |
| 1859 | 2026-05-12T01:22:11.650Z | Compiling time-macros v0.2.27 |
| 1860 | 2026-05-12T01:22:11.713Z | Compiling anyhow v1.0.102 |
| 1861 | 2026-05-12T01:22:11.734Z | Compiling base64ct v1.8.3 |
| 1862 | 2026-05-12T01:22:11.747Z | Compiling native-tls v0.2.18 |
| 1863 | 2026-05-12T01:22:11.780Z | Compiling darling_core v0.21.3 |
| 1864 | 2026-05-12T01:22:11.801Z | Compiling pest_generator v2.8.6 |
| 1865 | 2026-05-12T01:22:11.998Z | Compiling pem-rfc7468 v0.7.0 |
| 1866 | 2026-05-12T01:22:12.029Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1867 | 2026-05-12T01:22:12.053Z | Compiling flagset v0.4.7 |
| 1868 | 2026-05-12T01:22:12.095Z | Compiling rand_core v0.9.5 |
| 1869 | 2026-05-12T01:22:12.210Z | Compiling slog v2.8.2 |
| 1870 | 2026-05-12T01:22:12.223Z | Compiling serde_derive v1.0.228 |
| 1871 | 2026-05-12T01:22:12.245Z | Compiling zeroize_derive v1.4.3 |
| 1872 | 2026-05-12T01:22:12.267Z | Compiling zerofrom-derive v0.1.6 |
| 1873 | 2026-05-12T01:22:12.283Z | Compiling yoke-derive v0.8.1 |
| 1874 | 2026-05-12T01:22:12.298Z | Compiling zerovec-derive v0.11.2 |
| 1875 | 2026-05-12T01:22:12.394Z | Compiling displaydoc v0.2.5 |
| 1876 | 2026-05-12T01:22:12.437Z | Compiling zerocopy-derive v0.8.40 |
| 1877 | 2026-05-12T01:22:12.452Z | Compiling tokio-macros v2.7.0 |
| 1878 | 2026-05-12T01:22:12.469Z | Compiling futures-macro v0.3.32 |
| 1879 | 2026-05-12T01:22:12.629Z | Compiling thiserror-impl v2.0.18 |
| 1880 | 2026-05-12T01:22:12.855Z | Compiling zeroize v1.8.2 |
| 1881 | 2026-05-12T01:22:13.142Z | Compiling schemars_derive v0.8.22 |
| 1882 | 2026-05-12T01:22:13.259Z | Compiling tracing-attributes v0.1.31 |
| 1883 | 2026-05-12T01:22:13.295Z | Compiling der_derive v0.7.3 |
| 1884 | 2026-05-12T01:22:13.340Z | Compiling thiserror-impl v1.0.69 |
| 1885 | 2026-05-12T01:22:13.389Z | Compiling zerofrom v0.1.6 |
| 1886 | 2026-05-12T01:22:13.534Z | Compiling yoke v0.8.1 |
| 1887 | 2026-05-12T01:22:13.664Z | Compiling crypto-common v0.1.7 |
| 1888 | 2026-05-12T01:22:13.750Z | Compiling zerovec v0.11.5 |
| 1889 | 2026-05-12T01:22:13.753Z | Compiling zerotrie v0.2.3 |
| 1890 | 2026-05-12T01:22:13.908Z | Compiling block-buffer v0.10.4 |
| 1891 | 2026-05-12T01:22:14.077Z | Compiling digest v0.10.7 |
| 1892 | 2026-05-12T01:22:14.232Z | Compiling pest_derive v2.8.6 |
| 1893 | 2026-05-12T01:22:14.292Z | Compiling tinystr v0.8.2 |
| 1894 | 2026-05-12T01:22:14.316Z | Compiling potential_utf v0.1.4 |
| 1895 | 2026-05-12T01:22:14.360Z | Compiling hmac v0.12.1 |
| 1896 | 2026-05-12T01:22:14.419Z | Compiling futures-util v0.3.32 |
| 1897 | 2026-05-12T01:22:14.448Z | Compiling icu_collections v2.1.1 |
| 1898 | 2026-05-12T01:22:14.482Z | Compiling icu_locale_core v2.1.1 |
| 1899 | 2026-05-12T01:22:14.539Z | Compiling block-padding v0.3.3 |
| 1900 | 2026-05-12T01:22:14.572Z | Compiling sha2 v0.10.9 |
| 1901 | 2026-05-12T01:22:14.726Z | Compiling inout v0.1.4 |
| 1902 | 2026-05-12T01:22:14.923Z | Compiling cipher v0.4.4 |
| 1903 | 2026-05-12T01:22:14.941Z | Compiling rustls-pki-types v1.14.0 |
| 1904 | 2026-05-12T01:22:15.063Z | Compiling openssl-macros v0.1.1 |
| 1905 | 2026-05-12T01:22:15.179Z | Compiling icu_provider v2.1.1 |
| 1906 | 2026-05-12T01:22:15.194Z | Compiling scroll_derive v0.13.1 |
| 1907 | 2026-05-12T01:22:15.342Z | Compiling bytes v1.11.1 |
| 1908 | 2026-05-12T01:22:15.425Z | Compiling chrono v0.4.44 |
| 1909 | 2026-05-12T01:22:15.467Z | Compiling icu_properties v2.1.2 |
| 1910 | 2026-05-12T01:22:15.638Z | Compiling icu_normalizer v2.1.1 |
| 1911 | 2026-05-12T01:22:15.814Z | Compiling serde_tokenstream v0.2.3 |
| 1912 | 2026-05-12T01:22:15.959Z | Compiling tokio v1.52.1 |
| 1913 | 2026-05-12T01:22:16.270Z | Compiling scroll_derive v0.12.1 |
| 1914 | 2026-05-12T01:22:16.658Z | Compiling idna_adapter v1.2.1 |
| 1915 | 2026-05-12T01:22:16.784Z | Compiling idna v1.1.0 |
| 1916 | 2026-05-12T01:22:16.819Z | Compiling ppv-lite86 v0.2.21 |
| 1917 | 2026-05-12T01:22:17.123Z | Compiling http v1.4.0 |
| 1918 | 2026-05-12T01:22:17.138Z | Compiling url v2.5.8 |
| 1919 | 2026-05-12T01:22:17.180Z | Compiling der v0.7.10 |
| 1920 | 2026-05-12T01:22:17.180Z | Compiling darling_macro v0.21.3 |
| 1921 | 2026-05-12T01:22:17.237Z | Compiling regex v1.12.3 |
| 1922 | 2026-05-12T01:22:17.327Z | Compiling zerocopy-derive v0.7.35 |
| 1923 | 2026-05-12T01:22:17.655Z | Compiling tracing-core v0.1.36 |
| 1924 | 2026-05-12T01:22:18.008Z | Compiling untrusted v0.9.0 |
| 1925 | 2026-05-12T01:22:18.110Z | Compiling tracing v0.1.44 |
| 1926 | 2026-05-12T01:22:18.126Z | Compiling spki v0.7.3 |
| 1927 | 2026-05-12T01:22:18.350Z | Compiling darling v0.21.3 |
| 1928 | 2026-05-12T01:22:18.445Z | Compiling salsa20 v0.10.2 |
| 1929 | 2026-05-12T01:22:18.515Z | Compiling pbkdf2 v0.12.2 |
| 1930 | 2026-05-12T01:22:18.960Z | Compiling cookie v0.18.1 |
| 1931 | 2026-05-12T01:22:19.028Z | Compiling camino v1.2.2 |
| 1932 | 2026-05-12T01:22:19.315Z | Compiling scrypt v0.11.0 |
| 1933 | 2026-05-12T01:22:19.351Z | Compiling http-body v1.0.1 |
| 1934 | 2026-05-12T01:22:19.364Z | Compiling rand_chacha v0.9.0 |
| 1935 | 2026-05-12T01:22:19.385Z | Compiling cbc v0.1.2 |
| 1936 | 2026-05-12T01:22:19.501Z | Compiling aes v0.8.4 |
| 1937 | 2026-05-12T01:22:19.553Z | Compiling usdt-impl v0.5.0 |
| 1938 | 2026-05-12T01:22:19.572Z | Compiling tinyvec_macros v0.1.1 |
| 1939 | 2026-05-12T01:22:19.589Z | Compiling usdt-impl v0.6.0 |
| 1940 | 2026-05-12T01:22:19.664Z | Compiling tokio-util v0.7.18 |
| 1941 | 2026-05-12T01:22:19.739Z | Compiling ref-cast v1.0.25 |
| 1942 | 2026-05-12T01:22:19.756Z | Compiling either v1.15.0 |
| 1943 | 2026-05-12T01:22:19.795Z | Compiling winnow v0.7.14 |
| 1944 | 2026-05-12T01:22:19.828Z | Compiling openssl-probe v0.2.1 |
| 1945 | 2026-05-12T01:22:19.896Z | Compiling paste v1.0.15 |
| 1946 | 2026-05-12T01:22:19.974Z | Compiling untrusted v0.7.1 |
| 1947 | 2026-05-12T01:22:20.004Z | Compiling pkcs5 v0.7.1 |
| 1948 | 2026-05-12T01:22:20.039Z | Compiling tinyvec v1.10.0 |
| 1949 | 2026-05-12T01:22:20.147Z | Compiling rand v0.9.2 |
| 1950 | 2026-05-12T01:22:20.553Z | Compiling scroll v0.12.0 |
| 1951 | 2026-05-12T01:22:20.655Z | Compiling scroll v0.13.0 |
| 1952 | 2026-05-12T01:22:20.693Z | Compiling serde_spanned v0.6.9 |
| 1953 | 2026-05-12T01:22:20.753Z | Compiling toml_datetime v0.6.11 |
| 1954 | 2026-05-12T01:22:20.834Z | Compiling async-trait v0.1.89 |
| 1955 | 2026-05-12T01:22:20.859Z | Compiling heapless v0.7.17 |
| 1956 | 2026-05-12T01:22:21.028Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1957 | 2026-05-12T01:22:21.057Z | Compiling atomic-waker v1.1.2 |
| 1958 | 2026-05-12T01:22:21.127Z | Compiling fastrand v2.3.0 |
| 1959 | 2026-05-12T01:22:21.142Z | Compiling try-lock v0.2.5 |
| 1960 | 2026-05-12T01:22:21.241Z | Compiling zstd-safe v7.2.4 |
| 1961 | 2026-05-12T01:22:21.253Z | Compiling tower-service v0.3.3 |
| 1962 | 2026-05-12T01:22:21.266Z | Compiling tower-layer v0.3.3 |
| 1963 | 2026-05-12T01:22:21.313Z | Compiling signal-hook v0.3.18 |
| 1964 | 2026-05-12T01:22:21.344Z | Compiling want v0.3.1 |
| 1965 | 2026-05-12T01:22:21.372Z | Compiling h2 v0.4.13 |
| 1966 | 2026-05-12T01:22:21.458Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1967 | 2026-05-12T01:22:21.523Z | Compiling goblin v0.10.5 |
| 1968 | 2026-05-12T01:22:21.526Z | Compiling goblin v0.8.2 |
| 1969 | 2026-05-12T01:22:21.735Z | Compiling pkcs8 v0.10.2 |
| 1970 | 2026-05-12T01:22:22.007Z | Compiling zerocopy v0.7.35 |
| 1971 | 2026-05-12T01:22:22.034Z | Compiling ipnet v2.11.0 |
| 1972 | 2026-05-12T01:22:22.051Z | Compiling ref-cast-impl v1.0.25 |
| 1973 | 2026-05-12T01:22:22.051Z | Compiling darling_core v0.20.11 |
| 1974 | 2026-05-12T01:22:22.240Z | Compiling curve25519-dalek v4.1.3 |
| 1975 | 2026-05-12T01:22:22.277Z | Compiling memoffset v0.9.1 |
| 1976 | 2026-05-12T01:22:22.500Z | Compiling pin-utils v0.1.0 |
| 1977 | 2026-05-12T01:22:22.571Z | Compiling litrs v1.0.0 |
| 1978 | 2026-05-12T01:22:22.623Z | Compiling rustix v0.38.44 |
| 1979 | 2026-05-12T01:22:22.852Z | Compiling winnow v0.5.40 |
| 1980 | 2026-05-12T01:22:22.883Z | Compiling foreign-types-shared v0.1.1 |
| 1981 | 2026-05-12T01:22:22.991Z | Compiling httpdate v1.0.3 |
| 1982 | 2026-05-12T01:22:23.016Z | Compiling foreign-types v0.3.2 |
| 1983 | 2026-05-12T01:22:23.032Z | Compiling document-features v0.2.12 |
| 1984 | 2026-05-12T01:22:23.104Z | Compiling tempfile v3.25.0 |
| 1985 | 2026-05-12T01:22:23.584Z | Compiling unicode-normalization v0.1.25 |
| 1986 | 2026-05-12T01:22:23.663Z | Compiling dtrace-parser v0.2.0 |
| 1987 | 2026-05-12T01:22:23.996Z | Compiling darling_macro v0.20.11 |
| 1988 | 2026-05-12T01:22:24.070Z | Compiling dof v0.3.0 |
| 1989 | 2026-05-12T01:22:24.242Z | Compiling dof v0.4.0 |
| 1990 | 2026-05-12T01:22:24.277Z | Compiling toml_edit v0.19.15 |
| 1991 | 2026-05-12T01:22:24.308Z | Compiling hyper v1.8.1 |
| 1992 | 2026-05-12T01:22:24.479Z | Compiling dtrace-parser v0.3.0 |
| 1993 | 2026-05-12T01:22:24.627Z | Compiling pin-project-internal v1.1.11 |
| 1994 | 2026-05-12T01:22:24.664Z | Compiling daft-derive v0.1.5 |
| 1995 | 2026-05-12T01:22:24.707Z | Compiling spin v0.9.8 |
| 1996 | 2026-05-12T01:22:24.877Z | Compiling thread-id v4.2.2 |
| 1997 | 2026-05-12T01:22:24.948Z | Compiling thread-id v5.1.0 |
| 1998 | 2026-05-12T01:22:24.978Z | Compiling cfg_aliases v0.2.1 |
| 1999 | 2026-05-12T01:22:25.052Z | Compiling num-bigint-dig v0.8.6 |
| 2000 | 2026-05-12T01:22:25.070Z | Compiling powerfmt v0.2.0 |
| 2001 | 2026-05-12T01:22:25.131Z | Compiling smoltcp v0.9.1 |
| 2002 | 2026-05-12T01:22:25.268Z | Compiling deranged v0.5.8 |
| 2003 | 2026-05-12T01:22:25.286Z | Compiling nix v0.31.2 |
| 2004 | 2026-05-12T01:22:25.487Z | Compiling hyper-util v0.1.20 |
| 2005 | 2026-05-12T01:22:25.710Z | Compiling darling v0.20.11 |
| 2006 | 2026-05-12T01:22:25.865Z | Compiling rustls-native-certs v0.8.3 |
| 2007 | 2026-05-12T01:22:25.899Z | Compiling ipnetwork v0.21.1 |
| 2008 | 2026-05-12T01:22:26.293Z | Compiling strum_macros v0.26.4 |
| 2009 | 2026-05-12T01:22:26.400Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2010 | 2026-05-12T01:22:26.480Z | Compiling sync_wrapper v1.0.2 |
| 2011 | 2026-05-12T01:22:26.500Z | Compiling wait-timeout v0.2.1 |
| 2012 | 2026-05-12T01:22:26.614Z | Compiling bit-vec v0.8.0 |
| 2013 | 2026-05-12T01:22:26.685Z | Compiling num_threads v0.1.7 |
| 2014 | 2026-05-12T01:22:26.712Z | Compiling simd-adler32 v0.3.8 |
| 2015 | 2026-05-12T01:22:26.750Z | Compiling anstyle v1.0.13 |
| 2016 | 2026-05-12T01:22:26.860Z | Compiling utf8parse v0.2.2 |
| 2017 | 2026-05-12T01:22:26.955Z | Compiling quick-error v1.2.3 |
| 2018 | 2026-05-12T01:22:26.991Z | Compiling siphasher v1.0.2 |
| 2019 | 2026-05-12T01:22:27.084Z | Compiling rusty-fork v0.3.1 |
| 2020 | 2026-05-12T01:22:27.144Z | Compiling time v0.3.47 |
| 2021 | 2026-05-12T01:22:27.204Z | Compiling anstyle-parse v0.2.7 |
| 2022 | 2026-05-12T01:22:27.384Z | Compiling bit-set v0.8.0 |
| 2023 | 2026-05-12T01:22:27.401Z | Compiling tower v0.5.3 |
| 2024 | 2026-05-12T01:22:27.592Z | Compiling derive_builder_core v0.20.2 |
| 2025 | 2026-05-12T01:22:27.884Z | Compiling http-body-util v0.1.3 |
| 2026 | 2026-05-12T01:22:27.900Z | Compiling webpki-roots v1.0.6 |
| 2027 | 2026-05-12T01:22:28.036Z | Compiling signature v2.2.0 |
| 2028 | 2026-05-12T01:22:28.058Z | Compiling hubpack_derive v0.1.1 |
| 2029 | 2026-05-12T01:22:28.146Z | Compiling rand_xorshift v0.4.0 |
| 2030 | 2026-05-12T01:22:28.211Z | Compiling snafu-derive v0.8.9 |
| 2031 | 2026-05-12T01:22:28.236Z | Compiling strum_macros v0.27.2 |
| 2032 | 2026-05-12T01:22:28.341Z | Compiling ahash v0.8.12 |
| 2033 | 2026-05-12T01:22:28.377Z | Compiling fs-err v3.3.0 |
| 2034 | 2026-05-12T01:22:28.464Z | Compiling colorchoice v1.0.4 |
| 2035 | 2026-05-12T01:22:28.522Z | Compiling adler2 v2.0.1 |
| 2036 | 2026-05-12T01:22:28.577Z | Compiling anstyle-query v1.1.5 |
| 2037 | 2026-05-12T01:22:28.612Z | Compiling ryu v1.0.23 |
| 2038 | 2026-05-12T01:22:28.628Z | Compiling unicode-properties v0.1.4 |
| 2039 | 2026-05-12T01:22:28.668Z | Compiling is_terminal_polyfill v1.70.2 |
| 2040 | 2026-05-12T01:22:28.785Z | Compiling allocator-api2 v0.2.21 |
| 2041 | 2026-05-12T01:22:28.799Z | Compiling unicode-segmentation v1.12.0 |
| 2042 | 2026-05-12T01:22:28.859Z | Compiling iri-string v0.7.10 |
| 2043 | 2026-05-12T01:22:28.882Z | Compiling unicode-bidi v0.3.18 |
| 2044 | 2026-05-12T01:22:29.073Z | Compiling unarray v0.1.4 |
| 2045 | 2026-05-12T01:22:29.125Z | Compiling object v0.37.3 |
| 2046 | 2026-05-12T01:22:29.386Z | Compiling stringprep v0.1.5 |
| 2047 | 2026-05-12T01:22:29.410Z | Compiling proptest v1.10.0 |
| 2048 | 2026-05-12T01:22:29.463Z | Compiling anstream v0.6.21 |
| 2049 | 2026-05-12T01:22:29.742Z | Compiling serde_urlencoded v0.7.1 |
| 2050 | 2026-05-12T01:22:29.777Z | Compiling miniz_oxide v0.8.9 |
| 2051 | 2026-05-12T01:22:30.003Z | Compiling tower-http v0.6.8 |
| 2052 | 2026-05-12T01:22:30.019Z | Compiling derive_builder_macro v0.20.2 |
| 2053 | 2026-05-12T01:22:30.150Z | Compiling tokio-native-tls v0.3.1 |
| 2054 | 2026-05-12T01:22:30.247Z | Compiling usdt-macro v0.6.0 |
| 2055 | 2026-05-12T01:22:30.332Z | Compiling usdt-attr-macro v0.6.0 |
| 2056 | 2026-05-12T01:22:30.757Z | Compiling rand_chacha v0.3.1 |
| 2057 | 2026-05-12T01:22:30.801Z | Compiling erased-serde v0.3.31 |
| 2058 | 2026-05-12T01:22:30.875Z | Compiling md-5 v0.10.6 |
| 2059 | 2026-05-12T01:22:30.979Z | Compiling bstr v1.12.1 |
| 2060 | 2026-05-12T01:22:31.060Z | Compiling num-integer v0.1.46 |
| 2061 | 2026-05-12T01:22:31.092Z | Compiling hash32 v0.2.1 |
| 2062 | 2026-05-12T01:22:31.134Z | Compiling vergen-lib v9.1.0 |
| 2063 | 2026-05-12T01:22:31.188Z | Compiling ff v0.13.1 |
| 2064 | 2026-05-12T01:22:31.305Z | Compiling encoding_rs v0.8.35 |
| 2065 | 2026-05-12T01:22:31.322Z | Compiling psl-types v2.0.11 |
| 2066 | 2026-05-12T01:22:31.356Z | Compiling mime v0.3.17 |
| 2067 | 2026-05-12T01:22:31.359Z | Compiling zlib-rs v0.6.2 |
| 2068 | 2026-05-12T01:22:31.424Z | Compiling fallible-iterator v0.2.0 |
| 2069 | 2026-05-12T01:22:31.484Z | Compiling base16ct v0.2.0 |
| 2070 | 2026-05-12T01:22:31.515Z | Compiling publicsuffix v2.3.0 |
| 2071 | 2026-05-12T01:22:31.668Z | Compiling sec1 v0.7.3 |
| 2072 | 2026-05-12T01:22:31.708Z | Compiling newtype-uuid v1.3.2 |
| 2073 | 2026-05-12T01:22:31.753Z | Compiling postgres-protocol v0.6.10 |
| 2074 | 2026-05-12T01:22:31.905Z | Compiling group v0.13.0 |
| 2075 | 2026-05-12T01:22:31.905Z | Compiling num-iter v0.1.45 |
| 2076 | 2026-05-12T01:22:32.096Z | Compiling rand v0.8.6 |
| 2077 | 2026-05-12T01:22:32.495Z | Compiling oxnet v0.1.4 |
| 2078 | 2026-05-12T01:22:32.588Z | Compiling derive_builder v0.20.2 |
| 2079 | 2026-05-12T01:22:32.622Z | Compiling hyper-tls v0.6.0 |
| 2080 | 2026-05-12T01:22:32.692Z | Compiling heck v0.4.1 |
| 2081 | 2026-05-12T01:22:32.723Z | Compiling phf_shared v0.13.1 |
| 2082 | 2026-05-12T01:22:32.812Z | Compiling pin-project v1.1.11 |
| 2083 | 2026-05-12T01:22:32.882Z | Compiling lazy_static v1.5.0 |
| 2084 | 2026-05-12T01:22:32.980Z | Compiling terminal_size v0.4.3 |
| 2085 | 2026-05-12T01:22:32.996Z | Compiling serde_with_macros v3.17.0 |
| 2086 | 2026-05-12T01:22:33.013Z | Compiling futures-executor v0.3.32 |
| 2087 | 2026-05-12T01:22:33.016Z | Compiling hex v0.4.3 |
| 2088 | 2026-05-12T01:22:33.141Z | Compiling hkdf v0.12.4 |
| 2089 | 2026-05-12T01:22:33.228Z | Compiling crypto-bigint v0.5.5 |
| 2090 | 2026-05-12T01:22:33.244Z | Compiling clap_derive v4.5.55 |
| 2091 | 2026-05-12T01:22:33.263Z | Compiling serde_repr v0.1.20 |
| 2092 | 2026-05-12T01:22:33.311Z | Compiling async-recursion v1.1.1 |
| 2093 | 2026-05-12T01:22:33.327Z | Compiling enum-as-inner v0.6.1 |
| 2094 | 2026-05-12T01:22:33.395Z | Compiling vergen v9.1.0 |
| 2095 | 2026-05-12T01:22:33.412Z | Compiling flate2 v1.1.9 |
| 2096 | 2026-05-12T01:22:33.447Z | Compiling cargo-platform v0.3.2 |
| 2097 | 2026-05-12T01:22:33.679Z | Compiling bitflags v1.3.2 |
| 2098 | 2026-05-12T01:22:33.718Z | Compiling libbz2-rs-sys v0.2.2 |
| 2099 | 2026-05-12T01:22:33.803Z | Compiling managed v0.8.0 |
| 2100 | 2026-05-12T01:22:33.826Z | Compiling clap_lex v1.0.0 |
| 2101 | 2026-05-12T01:22:33.855Z | Compiling same-file v1.0.6 |
| 2102 | 2026-05-12T01:22:34.023Z | Compiling bumpalo v3.20.2 |
| 2103 | 2026-05-12T01:22:34.045Z | Compiling foldhash v0.2.0 |
| 2104 | 2026-05-12T01:22:34.063Z | Compiling foldhash v0.1.5 |
| 2105 | 2026-05-12T01:22:34.271Z | Compiling zopfli v0.8.3 |
| 2106 | 2026-05-12T01:22:34.297Z | Compiling hashbrown v0.15.5 |
| 2107 | 2026-05-12T01:22:34.329Z | Compiling hashbrown v0.16.1 |
| 2108 | 2026-05-12T01:22:34.424Z | Compiling elliptic-curve v0.13.8 |
| 2109 | 2026-05-12T01:22:34.522Z | Compiling bzip2 v0.6.1 |
| 2110 | 2026-05-12T01:22:34.743Z | Compiling clap_builder v4.5.60 |
| 2111 | 2026-05-12T01:22:34.778Z | Compiling walkdir v2.5.0 |
| 2112 | 2026-05-12T01:22:34.835Z | Compiling cargo_metadata v0.23.1 |
| 2113 | 2026-05-12T01:22:34.915Z | Compiling futures v0.3.32 |
| 2114 | 2026-05-12T01:22:35.333Z | Compiling zstd v0.13.3 |
| 2115 | 2026-05-12T01:22:35.634Z | Compiling phf v0.13.1 |
| 2116 | 2026-05-12T01:22:35.650Z | Compiling snafu v0.8.9 |
| 2117 | 2026-05-12T01:22:35.816Z | Compiling signal-hook-mio v0.2.5 |
| 2118 | 2026-05-12T01:22:35.955Z | Compiling daft v0.1.5 |
| 2119 | 2026-05-12T01:22:36.164Z | Compiling cookie_store v0.22.1 |
| 2120 | 2026-05-12T01:22:36.192Z | Compiling postgres-types v0.2.12 |
| 2121 | 2026-05-12T01:22:36.237Z | Compiling bzip2 v0.4.4 |
| 2122 | 2026-05-12T01:22:36.258Z | Compiling globset v0.4.18 |
| 2123 | 2026-05-12T01:22:36.274Z | Compiling strum v0.27.2 |
| 2124 | 2026-05-12T01:22:36.456Z | Compiling hubpack v0.1.2 |
| 2125 | 2026-05-12T01:22:36.494Z | Compiling ed25519 v2.2.3 |
| 2126 | 2026-05-12T01:22:36.531Z | Compiling phf_shared v0.11.3 |
| 2127 | 2026-05-12T01:22:36.699Z | Compiling crossbeam-epoch v0.9.18 |
| 2128 | 2026-05-12T01:22:36.735Z | Compiling olpc-cjson v0.1.4 |
| 2129 | 2026-05-12T01:22:36.738Z | Compiling pkcs1 v0.7.5 |
| 2130 | 2026-05-12T01:22:36.770Z | Compiling pem v3.0.6 |
| 2131 | 2026-05-12T01:22:36.852Z | Compiling serde-big-array v0.5.1 |
| 2132 | 2026-05-12T01:22:36.916Z | Compiling serde_plain v1.0.2 |
| 2133 | 2026-05-12T01:22:36.974Z | Compiling rfc6979 v0.4.0 |
| 2134 | 2026-05-12T01:22:37.050Z | Compiling float-cmp v0.10.0 |
| 2135 | 2026-05-12T01:22:37.091Z | Compiling memmap2 v0.9.10 |
| 2136 | 2026-05-12T01:22:37.121Z | Compiling env_filter v1.0.0 |
| 2137 | 2026-05-12T01:22:37.138Z | Compiling whoami v2.1.0 |
| 2138 | 2026-05-12T01:22:37.140Z | Compiling fixedbitset v0.5.7 |
| 2139 | 2026-05-12T01:22:37.171Z | Compiling normalize-line-endings v0.3.0 |
| 2140 | 2026-05-12T01:22:37.210Z | Compiling static_assertions v1.1.0 |
| 2141 | 2026-05-12T01:22:37.225Z | Compiling data-encoding v2.10.0 |
| 2142 | 2026-05-12T01:22:37.292Z | Compiling keccak v0.1.6 |
| 2143 | 2026-05-12T01:22:37.305Z | Compiling predicates-core v1.0.10 |
| 2144 | 2026-05-12T01:22:37.329Z | Compiling fixedbitset v0.4.2 |
| 2145 | 2026-05-12T01:22:37.371Z | Compiling toml_write v0.1.2 |
| 2146 | 2026-05-12T01:22:37.401Z | Compiling jiff v0.2.21 |
| 2147 | 2026-05-12T01:22:37.459Z | Compiling new_debug_unreachable v1.0.6 |
| 2148 | 2026-05-12T01:22:37.487Z | Compiling rustc-hash v2.1.1 |
| 2149 | 2026-05-12T01:22:37.490Z | Compiling precomputed-hash v0.1.1 |
| 2150 | 2026-05-12T01:22:37.520Z | Compiling typed-path v0.9.3 |
| 2151 | 2026-05-12T01:22:37.554Z | Compiling difflib v0.4.0 |
| 2152 | 2026-05-12T01:22:37.554Z | Compiling toml_edit v0.22.27 |
| 2153 | 2026-05-12T01:22:37.589Z | Compiling string_cache v0.8.9 |
| 2154 | 2026-05-12T01:22:37.609Z | Compiling iddqd v0.3.18 |
| 2155 | 2026-05-12T01:22:37.635Z | Compiling hickory-proto v0.25.2 |
| 2156 | 2026-05-12T01:22:37.769Z | Compiling petgraph v0.6.5 |
| 2157 | 2026-05-12T01:22:37.829Z | Compiling predicates v3.1.4 |
| 2158 | 2026-05-12T01:22:38.014Z | Compiling sha3 v0.10.8 |
| 2159 | 2026-05-12T01:22:38.105Z | Compiling petgraph v0.8.3 |
| 2160 | 2026-05-12T01:22:38.154Z | Compiling tokio-postgres v0.7.16 |
| 2161 | 2026-05-12T01:22:38.665Z | Compiling env_logger v0.11.9 |
| 2162 | 2026-05-12T01:22:38.684Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2163 | 2026-05-12T01:22:38.707Z | Compiling usdt v0.6.0 |
| 2164 | 2026-05-12T01:22:39.032Z | Compiling ecdsa v0.16.9 |
| 2165 | 2026-05-12T01:22:39.067Z | Compiling rsa v0.9.10 |
| 2166 | 2026-05-12T01:22:39.446Z | Compiling ed25519-dalek v2.2.0 |
| 2167 | 2026-05-12T01:22:39.991Z | Compiling zip v0.6.6 |
| 2168 | 2026-05-12T01:22:40.060Z | Compiling zip v4.6.1 |
| 2169 | 2026-05-12T01:22:40.113Z | Compiling clap v4.5.60 |
| 2170 | 2026-05-12T01:22:40.241Z | Compiling crossterm v0.28.1 |
| 2171 | 2026-05-12T01:22:40.645Z | Compiling serde_with v3.17.0 |
| 2172 | 2026-05-12T01:22:40.730Z | Compiling similar v2.7.0 |
| 2173 | 2026-05-12T01:22:40.876Z | Compiling strum v0.26.3 |
| 2174 | 2026-05-12T01:22:40.974Z | Compiling toml v0.7.8 |
| 2175 | 2026-05-12T01:22:41.028Z | Compiling tokio-stream v0.1.18 |
| 2176 | 2026-05-12T01:22:41.221Z | Compiling itertools v0.13.0 |
| 2177 | 2026-05-12T01:22:41.237Z | Compiling buf-list v1.1.2 |
| 2178 | 2026-05-12T01:22:41.502Z | Compiling x509-cert v0.2.5 |
| 2179 | 2026-05-12T01:22:41.540Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2180 | 2026-05-12T01:22:41.588Z | Compiling openapiv3 v2.2.0 |
| 2181 | 2026-05-12T01:22:41.865Z | Compiling sha1 v0.10.6 |
| 2182 | 2026-05-12T01:22:42.123Z | Compiling lalrpop-util v0.19.12 |
| 2183 | 2026-05-12T01:22:42.138Z | Compiling peg-runtime v0.8.5 |
| 2184 | 2026-05-12T01:22:57.805Z | Compiling rustls-webpki v0.103.9 |
| 2185 | 2026-05-12T01:22:58.296Z | Compiling macaddr v1.0.1 |
| 2186 | 2026-05-12T01:22:58.527Z | Compiling structmeta-derive v0.3.0 |
| 2187 | 2026-05-12T01:22:58.587Z | Compiling crucible-workspace-hack v0.1.0 |
| 2188 | 2026-05-12T01:22:58.615Z | Compiling rayon-core v1.13.0 |
| 2189 | 2026-05-12T01:22:58.630Z | Compiling itertools v0.14.0 |
| 2190 | 2026-05-12T01:22:58.818Z | Compiling secrecy v0.10.3 |
| 2191 | 2026-05-12T01:22:58.861Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2192 | 2026-05-12T01:22:58.894Z | Compiling heapless v0.8.0 |
| 2193 | 2026-05-12T01:22:59.011Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2194 | 2026-05-12T01:22:59.057Z | Compiling rustls v0.22.4 |
| 2195 | 2026-05-12T01:22:59.285Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2196 | 2026-05-12T01:22:59.287Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2197 | 2026-05-12T01:22:59.379Z | Compiling crossbeam-deque v0.8.6 |
| 2198 | 2026-05-12T01:22:59.406Z | Compiling rustls-webpki v0.102.8 |
| 2199 | 2026-05-12T01:22:59.443Z | Compiling hash32 v0.3.1 |
| 2200 | 2026-05-12T01:22:59.479Z | Compiling multer v3.1.0 |
| 2201 | 2026-05-12T01:22:59.537Z | Compiling structmeta v0.3.0 |
| 2202 | 2026-05-12T01:22:59.631Z | Compiling thread_local v1.1.9 |
| 2203 | 2026-05-12T01:22:59.649Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2204 | 2026-05-12T01:22:59.701Z | Compiling match_cfg v0.1.0 |
| 2205 | 2026-05-12T01:22:59.795Z | Compiling compression-core v0.4.31 |
| 2206 | 2026-05-12T01:22:59.813Z | Compiling unicode-width v0.2.0 |
| 2207 | 2026-05-12T01:22:59.875Z | Compiling smoltcp v0.11.0 |
| 2208 | 2026-05-12T01:22:59.893Z | Compiling slog-async v2.8.0 |
| 2209 | 2026-05-12T01:22:59.914Z | Compiling ingot-macros v0.1.1 |
| 2210 | 2026-05-12T01:22:59.948Z | Compiling compression-codecs v0.4.37 |
| 2211 | 2026-05-12T01:22:59.993Z | Compiling proc-macro-crate v3.4.0 |
| 2212 | 2026-05-12T01:23:00.009Z | Compiling derive-ex v0.1.8 |
| 2213 | 2026-05-12T01:23:00.146Z | Compiling hostname v0.3.1 |
| 2214 | 2026-05-12T01:23:00.285Z | Compiling slog-json v2.6.1 |
| 2215 | 2026-05-12T01:23:00.336Z | Compiling crossbeam-channel v0.5.15 |
| 2216 | 2026-05-12T01:23:00.352Z | Compiling half v2.7.1 |
| 2217 | 2026-05-12T01:23:00.438Z | Compiling newtype-uuid-macros v0.1.0 |
| 2218 | 2026-05-12T01:23:00.569Z | Compiling cobs v0.3.0 |
| 2219 | 2026-05-12T01:23:00.735Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2220 | 2026-05-12T01:23:00.767Z | Compiling universal-hash v0.5.1 |
| 2221 | 2026-05-12T01:23:00.873Z | Compiling async-stream-impl v0.3.6 |
| 2222 | 2026-05-12T01:23:00.930Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2223 | 2026-05-12T01:23:01.050Z | Compiling serde_spanned v1.0.4 |
| 2224 | 2026-05-12T01:23:01.168Z | Compiling is-terminal v0.4.17 |
| 2225 | 2026-05-12T01:23:01.236Z | Compiling proc-macro-error-attr v1.0.4 |
| 2226 | 2026-05-12T01:23:01.281Z | Compiling dropshot v0.17.0 |
| 2227 | 2026-05-12T01:23:01.296Z | Compiling tokio-rustls v0.26.4 |
| 2228 | 2026-05-12T01:23:01.380Z | Compiling rustls-platform-verifier v0.6.2 |
| 2229 | 2026-05-12T01:23:01.464Z | Compiling ciborium-io v0.2.2 |
| 2230 | 2026-05-12T01:23:01.480Z | Compiling term v1.2.1 |
| 2231 | 2026-05-12T01:23:01.515Z | Compiling opaque-debug v0.3.1 |
| 2232 | 2026-05-12T01:23:01.581Z | Compiling hyper-rustls v0.27.7 |
| 2233 | 2026-05-12T01:23:01.597Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2234 | 2026-05-12T01:23:01.601Z | Compiling take_mut v0.2.2 |
| 2235 | 2026-05-12T01:23:01.628Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2236 | 2026-05-12T01:23:01.631Z | Compiling convert_case v0.4.0 |
| 2237 | 2026-05-12T01:23:01.781Z | Compiling thiserror-no-std v2.0.2 |
| 2238 | 2026-05-12T01:23:01.796Z | Compiling slog-term v2.9.2 |
| 2239 | 2026-05-12T01:23:01.832Z | Compiling reqwest v0.12.28 |
| 2240 | 2026-05-12T01:23:01.895Z | Compiling reqwest v0.13.2 |
| 2241 | 2026-05-12T01:23:01.923Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2242 | 2026-05-12T01:23:01.940Z | Compiling poly1305 v0.8.0 |
| 2243 | 2026-05-12T01:23:01.975Z | Compiling derive_more v0.99.20 |
| 2244 | 2026-05-12T01:23:02.042Z | Compiling test-strategy v0.4.5 |
| 2245 | 2026-05-12T01:23:02.551Z | Compiling ingot-types v0.1.2 |
| 2246 | 2026-05-12T01:23:02.599Z | Compiling tokio-rustls v0.25.0 |
| 2247 | 2026-05-12T01:23:02.868Z | Compiling ciborium-ll v0.2.2 |
| 2248 | 2026-05-12T01:23:02.977Z | Compiling ingot v0.1.1 |
| 2249 | 2026-05-12T01:23:03.032Z | Compiling async-stream v0.3.6 |
| 2250 | 2026-05-12T01:23:03.080Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2251 | 2026-05-12T01:23:03.098Z | Compiling postcard v1.1.3 |
| 2252 | 2026-05-12T01:23:03.151Z | Compiling slog-bunyan v2.5.0 |
| 2253 | 2026-05-12T01:23:03.253Z | Compiling num_enum_derive v0.7.5 |
| 2254 | 2026-05-12T01:23:03.348Z | Compiling async-compression v0.4.41 |
| 2255 | 2026-05-12T01:23:03.364Z | Compiling parse-display-derive v0.10.0 |
| 2256 | 2026-05-12T01:23:03.498Z | Compiling tough v0.22.0 |
| 2257 | 2026-05-12T01:23:03.834Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2258 | 2026-05-12T01:23:04.143Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2259 | 2026-05-12T01:23:04.195Z | Compiling proc-macro-crate v1.3.1 |
| 2260 | 2026-05-12T01:23:04.400Z | Compiling backon v1.6.0 |
| 2261 | 2026-05-12T01:23:04.458Z | Compiling waitgroup v0.1.2 |
| 2262 | 2026-05-12T01:23:04.551Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2263 | 2026-05-12T01:23:04.632Z | Compiling password-hash v0.5.0 |
| 2264 | 2026-05-12T01:23:04.669Z | Compiling chacha20 v0.9.1 |
| 2265 | 2026-05-12T01:23:04.874Z | Compiling dropshot_endpoint v0.17.0 |
| 2266 | 2026-05-12T01:23:04.941Z | Compiling rustls-pemfile v2.2.0 |
| 2267 | 2026-05-12T01:23:05.017Z | Compiling blake2 v0.10.6 |
| 2268 | 2026-05-12T01:23:05.187Z | Compiling aead v0.5.2 |
| 2269 | 2026-05-12T01:23:05.204Z | Compiling foreign-types-macros v0.2.3 |
| 2270 | 2026-05-12T01:23:05.257Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2271 | 2026-05-12T01:23:05.274Z | Compiling serde_path_to_error v0.1.20 |
| 2272 | 2026-05-12T01:23:05.447Z | Compiling hostname v0.4.2 |
| 2273 | 2026-05-12T01:23:05.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2274 | 2026-05-12T01:23:05.576Z | Compiling proc-macro-error v1.0.4 |
| 2275 | 2026-05-12T01:23:05.600Z | Compiling instant v0.1.13 |
| 2276 | 2026-05-12T01:23:05.636Z | Compiling debug-ignore v1.0.5 |
| 2277 | 2026-05-12T01:23:05.671Z | Compiling foreign-types-shared v0.3.1 |
| 2278 | 2026-05-12T01:23:05.725Z | Compiling cpufeatures v0.3.0 |
| 2279 | 2026-05-12T01:23:05.748Z | Compiling typeid v1.0.3 |
| 2280 | 2026-05-12T01:23:05.781Z | Compiling backoff v0.4.0 |
| 2281 | 2026-05-12T01:23:05.799Z | Compiling chacha20 v0.10.0 |
| 2282 | 2026-05-12T01:23:05.835Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2283 | 2026-05-12T01:23:05.838Z | Compiling foreign-types v0.5.0 |
| 2284 | 2026-05-12T01:23:05.838Z | Compiling chacha20poly1305 v0.10.1 |
| 2285 | 2026-05-12T01:23:05.884Z | Compiling argon2 v0.5.3 |
| 2286 | 2026-05-12T01:23:05.901Z | Compiling parse-display v0.10.0 |
| 2287 | 2026-05-12T01:23:05.977Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2288 | 2026-05-12T01:23:06.020Z | Compiling num_enum_derive v0.5.11 |
| 2289 | 2026-05-12T01:23:06.037Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2290 | 2026-05-12T01:23:06.040Z | Compiling num_enum v0.7.5 |
| 2291 | 2026-05-12T01:23:06.124Z | Compiling ciborium v0.2.2 |
| 2292 | 2026-05-12T01:23:06.140Z | Compiling vsss-rs v3.3.4 |
| 2293 | 2026-05-12T01:23:06.315Z | Compiling tabwriter v1.4.1 |
| 2294 | 2026-05-12T01:23:06.481Z | Compiling regress v0.10.5 |
| 2295 | 2026-05-12T01:23:06.713Z | Compiling byte-wrapper v0.1.0 |
| 2296 | 2026-05-12T01:23:06.808Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2297 | 2026-05-12T01:23:06.927Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2298 | 2026-05-12T01:23:06.965Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2299 | 2026-05-12T01:23:06.995Z | Compiling cstr-argument v0.1.2 |
| 2300 | 2026-05-12T01:23:07.079Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2301 | 2026-05-12T01:23:07.188Z | Compiling erased-serde v0.4.9 |
| 2302 | 2026-05-12T01:23:07.382Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2303 | 2026-05-12T01:23:07.448Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2304 | 2026-05-12T01:23:07.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2305 | 2026-05-12T01:23:07.545Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2306 | 2026-05-12T01:23:07.548Z | Compiling num_enum v0.5.11 |
| 2307 | 2026-05-12T01:23:07.615Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2308 | 2026-05-12T01:23:07.649Z | Compiling rand v0.10.0 |
| 2309 | 2026-05-12T01:23:07.664Z | Compiling rayon v1.11.0 |
| 2310 | 2026-05-12T01:23:07.707Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2311 | 2026-05-12T01:23:07.777Z | Compiling libefi-sys v0.1.0 |
| 2312 | 2026-05-12T01:23:07.880Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2313 | 2026-05-12T01:23:07.880Z | Compiling indent_write v2.2.0 |
| 2314 | 2026-05-12T01:23:07.905Z | Compiling colored v3.1.1 |
| 2315 | 2026-05-12T01:23:07.973Z | Compiling zone_cfg_derive v0.3.1 |
| 2316 | 2026-05-12T01:23:08.028Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2317 | 2026-05-12T01:23:08.067Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2318 | 2026-05-12T01:23:08.086Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2319 | 2026-05-12T01:23:08.103Z | Compiling camino-tempfile v1.4.1 |
| 2320 | 2026-05-12T01:23:08.319Z | Compiling itertools v0.12.1 |
| 2321 | 2026-05-12T01:23:08.458Z | Compiling usdt-attr-macro v0.5.0 |
| 2322 | 2026-05-12T01:23:08.511Z | Compiling usdt-macro v0.5.0 |
| 2323 | 2026-05-12T01:23:08.596Z | Compiling num-derive v0.4.2 |
| 2324 | 2026-05-12T01:23:08.614Z | Compiling bitfield-struct v0.6.2 |
| 2325 | 2026-05-12T01:23:08.632Z | Compiling blake3 v1.8.3 |
| 2326 | 2026-05-12T01:23:08.648Z | Compiling ordered-float v2.10.1 |
| 2327 | 2026-05-12T01:23:08.952Z | Compiling memmap v0.7.0 |
| 2328 | 2026-05-12T01:23:09.009Z | Compiling sigpipe v0.1.3 |
| 2329 | 2026-05-12T01:23:09.128Z | Compiling glob v0.3.3 |
| 2330 | 2026-05-12T01:23:09.205Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2331 | 2026-05-12T01:23:09.227Z | Compiling swrite v0.1.0 |
| 2332 | 2026-05-12T01:23:09.254Z | Compiling usdt v0.5.0 |
| 2333 | 2026-05-12T01:23:09.257Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2334 | 2026-05-12T01:23:09.360Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2335 | 2026-05-12T01:23:09.504Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2336 | 2026-05-12T01:23:09.613Z | Compiling zone v0.3.1 |
| 2337 | 2026-05-12T01:23:09.782Z | Compiling serde-value v0.7.0 |
| 2338 | 2026-05-12T01:23:09.799Z | Compiling serde-untagged v0.1.9 |
| 2339 | 2026-05-12T01:23:09.898Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2340 | 2026-05-12T01:23:10.067Z | Compiling toml v0.8.23 |
| 2341 | 2026-05-12T01:23:10.174Z | Compiling smf v0.2.3 |
| 2342 | 2026-05-12T01:23:10.190Z | Compiling filetime v0.2.27 |
| 2343 | 2026-05-12T01:23:10.193Z | Compiling unicode-xid v0.2.6 |
| 2344 | 2026-05-12T01:23:10.223Z | Compiling whoami v1.6.1 |
| 2345 | 2026-05-12T01:23:10.224Z | Compiling xattr v1.6.1 |
| 2346 | 2026-05-12T01:23:10.375Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2347 | 2026-05-12T01:23:10.407Z | Compiling arrayvec v0.7.6 |
| 2348 | 2026-05-12T01:23:10.424Z | Compiling arrayref v0.3.9 |
| 2349 | 2026-05-12T01:23:10.461Z | Compiling constant_time_eq v0.4.2 |
| 2350 | 2026-05-12T01:23:10.509Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2351 | 2026-05-12T01:23:10.522Z | Compiling tar v0.4.45 |
| 2352 | 2026-05-12T01:23:10.560Z | Compiling cargo-util-schemas v0.8.2 |
| 2353 | 2026-05-12T01:23:10.705Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2354 | 2026-05-12T01:23:10.722Z | Compiling tokio-dtrace v0.1.1 |
| 2355 | 2026-05-12T01:23:10.965Z | Compiling console v0.16.2 |
| 2356 | 2026-05-12T01:23:11.064Z | Compiling gethostname v0.5.0 |
| 2357 | 2026-05-12T01:23:11.175Z | Compiling cargo-platform v0.2.0 |
| 2358 | 2026-05-12T01:23:11.196Z | Compiling unit-prefix v0.5.2 |
| 2359 | 2026-05-12T01:23:11.219Z | Compiling topological-sort v0.2.2 |
| 2360 | 2026-05-12T01:23:11.230Z | Compiling oxide-tokio-rt v0.1.4 |
| 2361 | 2026-05-12T01:23:11.378Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2362 | 2026-05-12T01:23:11.393Z | Compiling shell-words v1.1.1 |
| 2363 | 2026-05-12T01:23:11.415Z | Compiling indicatif v0.18.4 |
| 2364 | 2026-05-12T01:23:11.753Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-05-12T01:23:21.097Z | Compiling progenitor-client v0.14.0 |
| 2366 | 2026-05-12T01:23:21.114Z | Compiling omicron-zone-package v0.12.2 |
| 2367 | 2026-05-12T01:23:21.575Z | Compiling progenitor-extras v0.2.0 |
| 2368 | 2026-05-12T01:23:23.859Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2369 | 2026-05-12T01:23:23.872Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2370 | 2026-05-12T01:23:23.890Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2371 | 2026-05-12T01:23:23.930Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2372 | 2026-05-12T01:23:23.998Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2373 | 2026-05-12T01:23:24.012Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2374 | 2026-05-12T01:23:24.128Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2375 | 2026-05-12T01:23:24.171Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2376 | 2026-05-12T01:23:24.214Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2377 | 2026-05-12T01:23:28.187Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2378 | 2026-05-12T01:23:35.535Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2379 | 2026-05-12T01:23:38.622Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2380 | 2026-05-12T01:23:39.584Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2381 | 2026-05-12T01:23:48.812Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2382 | 2026-05-12T01:23:48.963Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2383 | 2026-05-12T01:23:49.028Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2384 | 2026-05-12T01:23:49.031Z | Created new build target 'test' and set it as active |
| 2385 | 2026-05-12T01:23:49.034Z | |
| 2386 | 2026-05-12T01:23:49.034Z | real 1:43.456501254 |
| 2387 | 2026-05-12T01:23:49.034Z | user 16:54.205915121 |
| 2388 | 2026-05-12T01:23:49.034Z | sys 2:41.759593938 |
| 2389 | 2026-05-12T01:23:49.034Z | trap 0.464017632 |
| 2390 | 2026-05-12T01:23:49.034Z | tflt 2.847379987 |
| 2391 | 2026-05-12T01:23:49.034Z | dflt 4.221900096 |
| 2392 | 2026-05-12T01:23:49.034Z | kflt 0.000575260 |
| 2393 | 2026-05-12T01:23:49.034Z | lock 52:36.653478369 |
| 2394 | 2026-05-12T01:23:49.034Z | slp 43:15.950919881 |
| 2395 | 2026-05-12T01:23:49.035Z | lat 40.752173599 |
| 2396 | 2026-05-12T01:23:49.035Z | stop 5:33.710875767 |
| 2397 | 2026-05-12T01:23:49.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2398 | 2026-05-12T01:23:49.925Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2399 | 2026-05-12T01:23:49.998Z | Running `target/release/omicron-package -t test package` |
| 2400 | 2026-05-12T01:23:50.058Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2401 | 2026-05-12T01:23:51.458Z | Compiling heck v0.5.0 |
| 2402 | 2026-05-12T01:23:51.458Z | Compiling regress v0.11.1 |
| 2403 | 2026-05-12T01:23:51.676Z | Compiling unsafe-libyaml v0.2.11 |
| 2404 | 2026-05-12T01:23:51.722Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2405 | 2026-05-12T01:23:51.749Z | Compiling regress v0.10.5 |
| 2406 | 2026-05-12T01:23:51.771Z | Compiling unicode-width v0.1.14 |
| 2407 | 2026-05-12T01:23:51.788Z | Compiling is-terminal v0.4.17 |
| 2408 | 2026-05-12T01:23:51.807Z | Compiling prettyplease v0.2.37 |
| 2409 | 2026-05-12T01:23:51.807Z | Compiling bytecount v0.6.9 |
| 2410 | 2026-05-12T01:23:51.810Z | Compiling rustls v0.22.4 |
| 2411 | 2026-05-12T01:23:51.810Z | Compiling rustls-webpki v0.102.8 |
| 2412 | 2026-05-12T01:23:51.810Z | Compiling derive-where v1.6.0 |
| 2413 | 2026-05-12T01:23:51.810Z | Compiling thread_local v1.1.9 |
| 2414 | 2026-05-12T01:23:51.848Z | Compiling compression-core v0.4.31 |
| 2415 | 2026-05-12T01:23:51.851Z | Compiling match_cfg v0.1.0 |
| 2416 | 2026-05-12T01:23:51.955Z | Compiling multer v3.1.0 |
| 2417 | 2026-05-12T01:23:51.977Z | Compiling hostname v0.3.1 |
| 2418 | 2026-05-12T01:23:52.023Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2419 | 2026-05-12T01:23:52.047Z | Compiling compression-codecs v0.4.37 |
| 2420 | 2026-05-12T01:23:52.047Z | Compiling slog-async v2.8.0 |
| 2421 | 2026-05-12T01:23:52.091Z | Compiling crossbeam-channel v0.5.15 |
| 2422 | 2026-05-12T01:23:52.114Z | Compiling slog-json v2.6.1 |
| 2423 | 2026-05-12T01:23:52.139Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2424 | 2026-05-12T01:23:52.160Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-05-12T01:23:52.184Z | Compiling term v1.2.1 |
| 2426 | 2026-05-12T01:23:52.206Z | Compiling serde_yaml v0.9.34+deprecated |
| 2427 | 2026-05-12T01:23:52.256Z | Compiling take_mut v0.2.2 |
| 2428 | 2026-05-12T01:23:52.349Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2429 | 2026-05-12T01:23:52.371Z | Compiling slog-bunyan v2.5.0 |
| 2430 | 2026-05-12T01:23:52.374Z | Compiling async-compression v0.4.41 |
| 2431 | 2026-05-12T01:23:52.532Z | Compiling slog-term v2.9.2 |
| 2432 | 2026-05-12T01:23:52.553Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2433 | 2026-05-12T01:23:52.556Z | Compiling dropshot v0.17.0 |
| 2434 | 2026-05-12T01:23:52.600Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2435 | 2026-05-12T01:23:52.646Z | Compiling async-stream v0.3.6 |
| 2436 | 2026-05-12T01:23:52.696Z | Compiling num-rational v0.4.2 |
| 2437 | 2026-05-12T01:23:52.735Z | Compiling progenitor-client v0.14.0 |
| 2438 | 2026-05-12T01:23:52.757Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2439 | 2026-05-12T01:23:52.834Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2440 | 2026-05-12T01:23:52.854Z | Compiling waitgroup v0.1.2 |
| 2441 | 2026-05-12T01:23:52.896Z | Compiling backon v1.6.0 |
| 2442 | 2026-05-12T01:23:52.957Z | Compiling rustls-pemfile v2.2.0 |
| 2443 | 2026-05-12T01:23:53.007Z | Compiling num-complex v0.4.6 |
| 2444 | 2026-05-12T01:23:53.050Z | Compiling hostname v0.4.2 |
| 2445 | 2026-05-12T01:23:53.071Z | Compiling serde_path_to_error v0.1.20 |
| 2446 | 2026-05-12T01:23:53.097Z | Compiling instant v0.1.13 |
| 2447 | 2026-05-12T01:23:53.118Z | Compiling debug-ignore v1.0.5 |
| 2448 | 2026-05-12T01:23:53.142Z | Compiling progenitor-extras v0.2.0 |
| 2449 | 2026-05-12T01:23:53.176Z | Compiling typify-impl v0.6.2 |
| 2450 | 2026-05-12T01:23:53.213Z | Compiling backoff v0.4.0 |
| 2451 | 2026-05-12T01:23:53.236Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2452 | 2026-05-12T01:23:53.261Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2453 | 2026-05-12T01:23:53.444Z | Compiling num v0.4.3 |
| 2454 | 2026-05-12T01:23:53.466Z | Compiling parse-display v0.10.0 |
| 2455 | 2026-05-12T01:23:53.490Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2456 | 2026-05-12T01:23:53.517Z | Compiling progenitor-client v0.13.0 |
| 2457 | 2026-05-12T01:23:53.541Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2458 | 2026-05-12T01:23:53.562Z | Compiling macaddr v1.0.1 |
| 2459 | 2026-05-12T01:23:53.702Z | Compiling float-ord v0.3.2 |
| 2460 | 2026-05-12T01:23:53.727Z | Compiling console v0.15.11 |
| 2461 | 2026-05-12T01:23:53.798Z | Compiling newline-converter v0.3.0 |
| 2462 | 2026-05-12T01:23:53.843Z | Compiling atomicwrites v0.4.4 |
| 2463 | 2026-05-12T01:23:53.862Z | Compiling slog-dtrace v0.3.0 |
| 2464 | 2026-05-12T01:23:54.042Z | Compiling cancel-safe-futures v0.1.5 |
| 2465 | 2026-05-12T01:23:54.116Z | Compiling owo-colors v4.3.0 |
| 2466 | 2026-05-12T01:23:54.136Z | Compiling libsw-core v0.3.2 |
| 2467 | 2026-05-12T01:23:54.160Z | Compiling tokio-rustls v0.25.0 |
| 2468 | 2026-05-12T01:23:54.222Z | Compiling expectorate v1.2.0 |
| 2469 | 2026-05-12T01:23:54.321Z | Compiling resolv-conf v0.7.6 |
| 2470 | 2026-05-12T01:23:54.369Z | Compiling libsw v3.5.0 |
| 2471 | 2026-05-12T01:23:54.372Z | Compiling toml v0.8.23 |
| 2472 | 2026-05-12T01:23:54.468Z | Compiling linear-map v1.2.0 |
| 2473 | 2026-05-12T01:23:54.591Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2474 | 2026-05-12T01:23:54.800Z | Compiling linked-hash-map v0.5.6 |
| 2475 | 2026-05-12T01:23:54.823Z | Compiling minimal-lexical v0.2.1 |
| 2476 | 2026-05-12T01:23:54.962Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2477 | 2026-05-12T01:23:55.022Z | Compiling lru-cache v0.1.2 |
| 2478 | 2026-05-12T01:23:55.025Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2479 | 2026-05-12T01:23:55.068Z | Compiling nom v7.1.3 |
| 2480 | 2026-05-12T01:23:55.092Z | Compiling unicode-xid v0.2.6 |
| 2481 | 2026-05-12T01:23:55.111Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2482 | 2026-05-12T01:23:55.200Z | Compiling hickory-proto v0.24.4 |
| 2483 | 2026-05-12T01:23:55.234Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2484 | 2026-05-12T01:23:55.255Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2485 | 2026-05-12T01:23:55.277Z | Compiling convert_case v0.10.0 |
| 2486 | 2026-05-12T01:23:55.545Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2487 | 2026-05-12T01:23:55.581Z | Compiling derive_more-impl v2.1.1 |
| 2488 | 2026-05-12T01:23:56.105Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2489 | 2026-05-12T01:23:56.368Z | Compiling derive_more v2.1.1 |
| 2490 | 2026-05-12T01:23:56.447Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2491 | 2026-05-12T01:23:56.478Z | Compiling papergrid v0.11.0 |
| 2492 | 2026-05-12T01:23:56.585Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2493 | 2026-05-12T01:23:56.612Z | Compiling tabled_derive v0.7.0 |
| 2494 | 2026-05-12T01:23:56.688Z | Compiling typify-macro v0.6.2 |
| 2495 | 2026-05-12T01:23:56.836Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2496 | 2026-05-12T01:23:57.089Z | Compiling termtree v0.5.1 |
| 2497 | 2026-05-12T01:23:57.291Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2498 | 2026-05-12T01:23:57.525Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2499 | 2026-05-12T01:23:57.528Z | Compiling tabled v0.15.0 |
| 2500 | 2026-05-12T01:23:57.931Z | Compiling hickory-resolver v0.24.4 |
| 2501 | 2026-05-12T01:23:58.044Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2502 | 2026-05-12T01:23:58.247Z | Compiling typify v0.6.2 |
| 2503 | 2026-05-12T01:23:58.419Z | Compiling progenitor-impl v0.14.0 |
| 2504 | 2026-05-12T01:23:59.116Z | Compiling progenitor-impl v0.13.0 |
| 2505 | 2026-05-12T01:24:00.602Z | Compiling progenitor-macro v0.14.0 |
| 2506 | 2026-05-12T01:24:01.048Z | Compiling qorb v0.4.1 |
| 2507 | 2026-05-12T01:24:01.306Z | Compiling progenitor-macro v0.13.0 |
| 2508 | 2026-05-12T01:24:02.234Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2509 | 2026-05-12T01:24:02.978Z | Compiling crossterm v0.29.0 |
| 2510 | 2026-05-12T01:24:03.319Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2511 | 2026-05-12T01:24:03.611Z | Compiling phf_shared v0.12.1 |
| 2512 | 2026-05-12T01:24:03.864Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2513 | 2026-05-12T01:24:03.887Z | Compiling vte v0.14.1 |
| 2514 | 2026-05-12T01:24:04.153Z | Compiling csv-core v0.1.13 |
| 2515 | 2026-05-12T01:24:04.351Z | Compiling highway v1.3.0 |
| 2516 | 2026-05-12T01:24:04.417Z | Compiling chrono-tz v0.10.4 |
| 2517 | 2026-05-12T01:24:04.612Z | Compiling csv v1.4.0 |
| 2518 | 2026-05-12T01:24:04.674Z | Compiling progenitor v0.14.0 |
| 2519 | 2026-05-12T01:24:04.706Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2520 | 2026-05-12T01:24:04.861Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2521 | 2026-05-12T01:24:05.083Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2522 | 2026-05-12T01:24:05.122Z | Compiling strip-ansi-escapes v0.2.1 |
| 2523 | 2026-05-12T01:24:05.328Z | Compiling progenitor v0.13.0 |
| 2524 | 2026-05-12T01:24:05.349Z | Compiling phf v0.12.1 |
| 2525 | 2026-05-12T01:24:05.541Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2526 | 2026-05-12T01:24:05.582Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-05-12T01:24:05.603Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-05-12T01:24:05.712Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-05-12T01:24:05.892Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-05-12T01:24:05.938Z | Compiling nu-ansi-term v0.50.3 |
| 2531 | 2026-05-12T01:24:06.419Z | Compiling const_format v0.2.35 |
| 2532 | 2026-05-12T01:24:06.487Z | Compiling reedline v0.40.0 |
| 2533 | 2026-05-12T01:24:06.923Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2534 | 2026-05-12T01:24:07.179Z | Compiling peg v0.8.5 |
| 2535 | 2026-05-12T01:24:07.291Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2536 | 2026-05-12T01:24:07.916Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2537 | 2026-05-12T01:24:08.180Z | Compiling bcs v0.1.6 |
| 2538 | 2026-05-12T01:24:08.209Z | Compiling semver v0.1.20 |
| 2539 | 2026-05-12T01:24:08.495Z | Compiling rustc_version v0.1.7 |
| 2540 | 2026-05-12T01:24:08.615Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2541 | 2026-05-12T01:24:08.767Z | Compiling newtype_derive v0.1.6 |
| 2542 | 2026-05-12T01:24:08.926Z | Compiling unicode-linebreak v0.1.5 |
| 2543 | 2026-05-12T01:24:09.015Z | Compiling humantime v2.3.0 |
| 2544 | 2026-05-12T01:24:09.241Z | Compiling smawk v0.3.2 |
| 2545 | 2026-05-12T01:24:09.409Z | Compiling textwrap v0.16.2 |
| 2546 | 2026-05-12T01:24:09.497Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2547 | 2026-05-12T01:24:09.633Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2548 | 2026-05-12T01:24:09.741Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2549 | 2026-05-12T01:24:10.219Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2550 | 2026-05-12T01:24:10.341Z | Compiling base64 v0.21.7 |
| 2551 | 2026-05-12T01:24:10.708Z | Compiling steno v0.4.1 |
| 2552 | 2026-05-12T01:24:10.931Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2553 | 2026-05-12T01:24:11.054Z | Compiling utf-8 v0.7.6 |
| 2554 | 2026-05-12T01:24:11.088Z | Compiling tagptr v0.2.0 |
| 2555 | 2026-05-12T01:24:11.250Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2556 | 2026-05-12T01:24:11.308Z | Compiling moka v0.12.13 |
| 2557 | 2026-05-12T01:24:11.330Z | Compiling tungstenite v0.21.0 |
| 2558 | 2026-05-12T01:24:11.413Z | Compiling radium v0.7.0 |
| 2559 | 2026-05-12T01:24:11.435Z | Compiling maybe-uninit v2.0.0 |
| 2560 | 2026-05-12T01:24:11.643Z | Compiling tap v1.0.1 |
| 2561 | 2026-05-12T01:24:11.798Z | Compiling wyz v0.5.1 |
| 2562 | 2026-05-12T01:24:11.819Z | Compiling zerocopy-derive v0.6.6 |
| 2563 | 2026-05-12T01:24:12.034Z | Compiling tokio-tungstenite v0.21.0 |
| 2564 | 2026-05-12T01:24:12.055Z | Compiling crc-catalog v2.4.0 |
| 2565 | 2026-05-12T01:24:12.187Z | Compiling packed_struct v0.10.1 |
| 2566 | 2026-05-12T01:24:12.428Z | Compiling hickory-resolver v0.25.2 |
| 2567 | 2026-05-12T01:24:12.462Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2568 | 2026-05-12T01:24:12.537Z | Compiling funty v2.0.0 |
| 2569 | 2026-05-12T01:24:12.595Z | Compiling display-error-chain v0.2.2 |
| 2570 | 2026-05-12T01:24:12.772Z | Compiling zerocopy v0.6.6 |
| 2571 | 2026-05-12T01:24:13.160Z | Compiling bitvec v1.0.1 |
| 2572 | 2026-05-12T01:24:13.235Z | Compiling crc v3.4.0 |
| 2573 | 2026-05-12T01:24:13.453Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2574 | 2026-05-12T01:24:13.589Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2575 | 2026-05-12T01:24:13.644Z | Compiling packed_struct_codegen v0.10.1 |
| 2576 | 2026-05-12T01:24:13.690Z | Compiling num-derive v0.3.3 |
| 2577 | 2026-05-12T01:24:14.470Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2578 | 2026-05-12T01:24:14.581Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2579 | 2026-05-12T01:24:14.673Z | Compiling bitfield-macros v0.19.4 |
| 2580 | 2026-05-12T01:24:14.960Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2581 | 2026-05-12T01:24:15.376Z | Compiling indexmap v1.9.3 |
| 2582 | 2026-05-12T01:24:15.398Z | Compiling nodrop v0.1.14 |
| 2583 | 2026-05-12T01:24:15.549Z | Compiling array-init v0.0.4 |
| 2584 | 2026-05-12T01:24:15.659Z | Compiling bitfield v0.19.4 |
| 2585 | 2026-05-12T01:24:15.729Z | Compiling proc-macro-error2 v2.0.1 |
| 2586 | 2026-05-12T01:24:16.007Z | Compiling libscf-sys v1.1.0 |
| 2587 | 2026-05-12T01:24:16.070Z | Compiling smallvec v0.6.14 |
| 2588 | 2026-05-12T01:24:16.188Z | Compiling vergen-lib v0.1.6 |
| 2589 | 2026-05-12T01:24:16.336Z | Compiling hashbrown v0.12.3 |
| 2590 | 2026-05-12T01:24:16.384Z | Compiling serde-hex v0.1.0 |
| 2591 | 2026-05-12T01:24:16.445Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2592 | 2026-05-12T01:24:16.474Z | Compiling tabled_derive v0.11.0 |
| 2593 | 2026-05-12T01:24:16.696Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2594 | 2026-05-12T01:24:16.956Z | Compiling ron v0.8.1 |
| 2595 | 2026-05-12T01:24:17.200Z | Compiling papergrid v0.17.0 |
| 2596 | 2026-05-12T01:24:17.464Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2597 | 2026-05-12T01:24:17.506Z | Compiling testing_table v0.3.0 |
| 2598 | 2026-05-12T01:24:17.509Z | Compiling hashbrown v0.13.2 |
| 2599 | 2026-05-12T01:24:17.946Z | Compiling vergen-gitcl v1.0.8 |
| 2600 | 2026-05-12T01:24:18.137Z | Compiling dirs-sys-next v0.1.2 |
| 2601 | 2026-05-12T01:24:18.168Z | Compiling diesel_derives v2.3.7 |
| 2602 | 2026-05-12T01:24:18.399Z | Compiling maplit v1.0.2 |
| 2603 | 2026-05-12T01:24:18.402Z | Compiling crunchy v0.2.4 |
| 2604 | 2026-05-12T01:24:18.484Z | Compiling crc-any v2.5.0 |
| 2605 | 2026-05-12T01:24:18.507Z | Compiling glob v0.3.3 |
| 2606 | 2026-05-12T01:24:18.565Z | Compiling tabled v0.20.0 |
| 2607 | 2026-05-12T01:24:18.743Z | Compiling dirs-next v2.0.0 |
| 2608 | 2026-05-12T01:24:18.874Z | Compiling clang-sys v1.8.1 |
| 2609 | 2026-05-12T01:24:18.920Z | Compiling object v0.30.4 |
| 2610 | 2026-05-12T01:24:18.949Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2611 | 2026-05-12T01:24:19.270Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2612 | 2026-05-12T01:24:19.291Z | Compiling dsl_auto_type v0.2.0 |
| 2613 | 2026-05-12T01:24:19.317Z | Compiling scheduled-thread-pool v0.2.7 |
| 2614 | 2026-05-12T01:24:19.320Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2615 | 2026-05-12T01:24:19.575Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2616 | 2026-05-12T01:24:19.599Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-05-12T01:24:19.623Z | Compiling path-slash v0.1.5 |
| 2618 | 2026-05-12T01:24:19.812Z | Compiling xshell-macros v0.2.7 |
| 2619 | 2026-05-12T01:24:19.908Z | Compiling r2d2 v0.8.10 |
| 2620 | 2026-05-12T01:24:19.985Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2621 | 2026-05-12T01:24:20.203Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2622 | 2026-05-12T01:24:20.225Z | Compiling xshell v0.2.7 |
| 2623 | 2026-05-12T01:24:20.456Z | Compiling term v0.7.0 |
| 2624 | 2026-05-12T01:24:20.809Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2625 | 2026-05-12T01:24:20.991Z | Compiling downcast-rs v2.0.2 |
| 2626 | 2026-05-12T01:24:21.028Z | Compiling bit-vec v0.6.3 |
| 2627 | 2026-05-12T01:24:21.278Z | Compiling bit-set v0.5.3 |
| 2628 | 2026-05-12T01:24:21.301Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2629 | 2026-05-12T01:24:21.325Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-05-12T01:24:21.380Z | Compiling itertools v0.10.5 |
| 2631 | 2026-05-12T01:24:21.562Z | Compiling ena v0.14.4 |
| 2632 | 2026-05-12T01:24:21.624Z | Compiling libloading v0.8.9 |
| 2633 | 2026-05-12T01:24:21.805Z | Compiling crc8 v0.1.1 |
| 2634 | 2026-05-12T01:24:21.825Z | Compiling bindgen v0.71.1 |
| 2635 | 2026-05-12T01:24:21.941Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2636 | 2026-05-12T01:24:22.104Z | Compiling unicase v2.9.0 |
| 2637 | 2026-05-12T01:24:22.409Z | Compiling diff v0.1.13 |
| 2638 | 2026-05-12T01:24:22.470Z | Compiling regex-syntax v0.6.29 |
| 2639 | 2026-05-12T01:24:22.676Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2640 | 2026-05-12T01:24:22.823Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2641 | 2026-05-12T01:24:23.408Z | Compiling cexpr v0.6.0 |
| 2642 | 2026-05-12T01:24:23.816Z | Compiling lalrpop v0.19.12 |
| 2643 | 2026-05-12T01:24:23.969Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2644 | 2026-05-12T01:24:24.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2645 | 2026-05-12T01:24:24.118Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2646 | 2026-05-12T01:24:24.179Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2647 | 2026-05-12T01:24:24.233Z | Compiling headers-core v0.3.0 |
| 2648 | 2026-05-12T01:24:24.370Z | Compiling libxml v0.3.3 |
| 2649 | 2026-05-12T01:24:24.396Z | Compiling headers v0.4.1 |
| 2650 | 2026-05-12T01:24:24.609Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2651 | 2026-05-12T01:24:24.665Z | Compiling diesel v2.3.7 |
| 2652 | 2026-05-12T01:24:24.695Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2653 | 2026-05-12T01:24:24.816Z | Compiling typify-impl v0.4.3 |
| 2654 | 2026-05-12T01:24:24.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2655 | 2026-05-12T01:24:25.384Z | Compiling strum_macros v0.24.3 |
| 2656 | 2026-05-12T01:24:25.525Z | Compiling indoc v1.0.9 |
| 2657 | 2026-05-12T01:24:25.984Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2658 | 2026-05-12T01:24:26.070Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2659 | 2026-05-12T01:24:26.209Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2660 | 2026-05-12T01:24:26.390Z | Compiling derive_builder v0.20.2 |
| 2661 | 2026-05-12T01:24:26.566Z | Compiling oso-derive v0.27.3 |
| 2662 | 2026-05-12T01:24:26.687Z | Compiling quick-xml v0.37.5 |
| 2663 | 2026-05-12T01:24:27.101Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2664 | 2026-05-12T01:24:27.786Z | Compiling openssl-probe v0.1.6 |
| 2665 | 2026-05-12T01:24:27.809Z | Compiling half v1.8.3 |
| 2666 | 2026-05-12T01:24:28.019Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2667 | 2026-05-12T01:24:28.023Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2668 | 2026-05-12T01:24:28.094Z | Compiling serde_cbor v0.11.2 |
| 2669 | 2026-05-12T01:24:28.262Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2670 | 2026-05-12T01:24:28.283Z | Compiling typify-macro v0.4.3 |
| 2671 | 2026-05-12T01:24:28.372Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2672 | 2026-05-12T01:24:28.693Z | Compiling bb8 v0.8.6 |
| 2673 | 2026-05-12T01:24:28.730Z | Compiling samael v0.0.19 |
| 2674 | 2026-05-12T01:24:28.754Z | Compiling trait-variant v0.1.2 |
| 2675 | 2026-05-12T01:24:29.067Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2676 | 2026-05-12T01:24:29.137Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2677 | 2026-05-12T01:24:29.334Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2678 | 2026-05-12T01:24:29.366Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2679 | 2026-05-12T01:24:29.389Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2680 | 2026-05-12T01:24:29.471Z | Compiling fxhash v0.2.1 |
| 2681 | 2026-05-12T01:24:29.650Z | Compiling salty v0.3.0 |
| 2682 | 2026-05-12T01:24:29.802Z | Compiling typify v0.4.3 |
| 2683 | 2026-05-12T01:24:29.956Z | Compiling progenitor-impl v0.11.2 |
| 2684 | 2026-05-12T01:24:29.987Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2685 | 2026-05-12T01:24:30.027Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2686 | 2026-05-12T01:24:30.211Z | Compiling kstat-rs v0.2.4 |
| 2687 | 2026-05-12T01:24:30.427Z | Compiling libz-sys v1.1.24 |
| 2688 | 2026-05-12T01:24:30.478Z | Compiling nonempty v0.12.0 |
| 2689 | 2026-05-12T01:24:30.725Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2690 | 2026-05-12T01:24:30.747Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2691 | 2026-05-12T01:24:30.959Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2692 | 2026-05-12T01:24:31.306Z | Compiling polar-core v0.27.3 |
| 2693 | 2026-05-12T01:24:32.186Z | Compiling progenitor-macro v0.11.2 |
| 2694 | 2026-05-12T01:24:32.313Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2695 | 2026-05-12T01:24:32.886Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2696 | 2026-05-12T01:24:33.293Z | Compiling progenitor-client v0.11.2 |
| 2697 | 2026-05-12T01:24:33.822Z | Compiling darling_core v0.23.0 |
| 2698 | 2026-05-12T01:24:34.333Z | Compiling nanorand v0.7.0 |
| 2699 | 2026-05-12T01:24:34.703Z | Compiling arc-swap v1.8.2 |
| 2700 | 2026-05-12T01:24:35.028Z | Compiling fs-err v2.11.0 |
| 2701 | 2026-05-12T01:24:35.264Z | Compiling parking_lot_core v0.8.6 |
| 2702 | 2026-05-12T01:24:35.307Z | Compiling mime_guess v2.0.5 |
| 2703 | 2026-05-12T01:24:35.630Z | Compiling slog-scope v4.4.1 |
| 2704 | 2026-05-12T01:24:35.653Z | Compiling flume v0.11.1 |
| 2705 | 2026-05-12T01:24:35.853Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2706 | 2026-05-12T01:24:35.995Z | Compiling darling_macro v0.23.0 |
| 2707 | 2026-05-12T01:24:36.059Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2708 | 2026-05-12T01:24:36.117Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2709 | 2026-05-12T01:24:36.229Z | Compiling progenitor v0.11.2 |
| 2710 | 2026-05-12T01:24:36.516Z | Compiling primeorder v0.13.6 |
| 2711 | 2026-05-12T01:24:36.839Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2712 | 2026-05-12T01:24:37.104Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2713 | 2026-05-12T01:24:37.990Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2714 | 2026-05-12T01:24:38.472Z | Compiling git-stub v1.0.0 |
| 2715 | 2026-05-12T01:24:38.754Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2716 | 2026-05-12T01:24:39.163Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2717 | 2026-05-12T01:24:40.287Z | Compiling oso v0.27.3 |
| 2718 | 2026-05-12T01:24:41.344Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2719 | 2026-05-12T01:24:41.579Z | Compiling instability v0.3.11 |
| 2720 | 2026-05-12T01:24:42.361Z | Compiling diesel-dtrace v0.5.0 |
| 2721 | 2026-05-12T01:24:42.694Z | Compiling async-bb8-diesel v0.2.1 |
| 2722 | 2026-05-12T01:24:44.463Z | Compiling git-stub-vcs v0.1.0 |
| 2723 | 2026-05-12T01:24:44.827Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2724 | 2026-05-12T01:24:45.320Z | Compiling p384 v0.13.1 |
| 2725 | 2026-05-12T01:24:46.070Z | Compiling darling v0.23.0 |
| 2726 | 2026-05-12T01:24:46.229Z | Compiling slog-stdlog v4.1.1 |
| 2727 | 2026-05-12T01:24:46.720Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2728 | 2026-05-12T01:24:46.750Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2729 | 2026-05-12T01:24:46.798Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2730 | 2026-05-12T01:24:46.840Z | Compiling ignore v0.4.25 |
| 2731 | 2026-05-12T01:24:46.927Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2732 | 2026-05-12T01:24:47.185Z | Compiling castaway v0.2.4 |
| 2733 | 2026-05-12T01:24:47.347Z | Compiling atty v0.2.14 |
| 2734 | 2026-05-12T01:24:47.458Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2735 | 2026-05-12T01:24:47.497Z | Compiling parse-size v1.1.0 |
| 2736 | 2026-05-12T01:24:47.697Z | Compiling http-range v0.1.5 |
| 2737 | 2026-05-12T01:24:47.720Z | Compiling indoc v2.0.7 |
| 2738 | 2026-05-12T01:24:47.897Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2739 | 2026-05-12T01:24:48.103Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-05-12T01:24:48.323Z | Compiling globwalk v0.9.1 |
| 2741 | 2026-05-12T01:24:48.878Z | Compiling compact_str v0.8.1 |
| 2742 | 2026-05-12T01:24:49.024Z | Compiling parking_lot v0.11.2 |
| 2743 | 2026-05-12T01:24:50.015Z | Compiling slog-envlogger v2.2.0 |
| 2744 | 2026-05-12T01:24:51.026Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-05-12T01:24:51.197Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2746 | 2026-05-12T01:24:51.697Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2747 | 2026-05-12T01:24:51.808Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2748 | 2026-05-12T01:24:51.982Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2749 | 2026-05-12T01:24:52.160Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2750 | 2026-05-12T01:24:52.592Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2751 | 2026-05-12T01:24:52.772Z | Compiling predicates-tree v1.0.13 |
| 2752 | 2026-05-12T01:24:52.803Z | Compiling unicode-truncate v1.1.0 |
| 2753 | 2026-05-12T01:24:53.020Z | Compiling lru v0.12.5 |
| 2754 | 2026-05-12T01:24:53.234Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2755 | 2026-05-12T01:24:53.262Z | Compiling rand_seeder v0.4.0 |
| 2756 | 2026-05-12T01:24:53.371Z | Compiling prefix-trie v0.7.0 |
| 2757 | 2026-05-12T01:24:53.527Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2758 | 2026-05-12T01:24:53.691Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2759 | 2026-05-12T01:24:53.778Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-05-12T01:24:53.866Z | Compiling corncobs v0.1.4 |
| 2761 | 2026-05-12T01:24:53.948Z | Compiling cassowary v0.3.0 |
| 2762 | 2026-05-12T01:24:54.043Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2763 | 2026-05-12T01:24:54.064Z | Compiling hickory-server v0.25.2 |
| 2764 | 2026-05-12T01:24:54.085Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2765 | 2026-05-12T01:24:54.112Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2766 | 2026-05-12T01:24:54.291Z | Compiling ratatui v0.29.0 |
| 2767 | 2026-05-12T01:24:54.324Z | Compiling camino-tempfile-ext v0.3.3 |
| 2768 | 2026-05-12T01:24:54.404Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2769 | 2026-05-12T01:24:54.749Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2770 | 2026-05-12T01:24:54.914Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-12T01:24:54.977Z | Compiling hyper-staticfile v0.10.1 |
| 2772 | 2026-05-12T01:24:55.004Z | Compiling sled v0.34.7 |
| 2773 | 2026-05-12T01:24:55.522Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2774 | 2026-05-12T01:24:55.811Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2775 | 2026-05-12T01:24:56.229Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2776 | 2026-05-12T01:24:56.251Z | Compiling secrecy v0.8.0 |
| 2777 | 2026-05-12T01:24:56.448Z | Compiling rustls v0.21.12 |
| 2778 | 2026-05-12T01:24:56.673Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2779 | 2026-05-12T01:24:58.464Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2780 | 2026-05-12T01:24:59.128Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2781 | 2026-05-12T01:24:59.360Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2782 | 2026-05-12T01:24:59.951Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2783 | 2026-05-12T01:25:00.825Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2784 | 2026-05-12T01:25:01.172Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2785 | 2026-05-12T01:25:02.471Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2786 | 2026-05-12T01:25:02.500Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2787 | 2026-05-12T01:25:02.846Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2788 | 2026-05-12T01:25:02.875Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2789 | 2026-05-12T01:25:03.075Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2790 | 2026-05-12T01:25:03.105Z | Compiling sct v0.7.1 |
| 2791 | 2026-05-12T01:25:03.303Z | Compiling rustls-webpki v0.101.7 |
| 2792 | 2026-05-12T01:25:03.382Z | Compiling void v1.0.2 |
| 2793 | 2026-05-12T01:25:03.533Z | Compiling lzss v0.8.2 |
| 2794 | 2026-05-12T01:25:03.803Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2795 | 2026-05-12T01:25:04.389Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2796 | 2026-05-12T01:25:04.964Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2797 | 2026-05-12T01:25:05.714Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2798 | 2026-05-12T01:25:06.077Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2799 | 2026-05-12T01:25:06.099Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2800 | 2026-05-12T01:25:06.341Z | Compiling tungstenite v0.23.0 |
| 2801 | 2026-05-12T01:25:06.727Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2802 | 2026-05-12T01:25:06.792Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2803 | 2026-05-12T01:25:07.018Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2804 | 2026-05-12T01:25:07.247Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2805 | 2026-05-12T01:25:07.472Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2806 | 2026-05-12T01:25:07.703Z | Compiling nix v0.27.1 |
| 2807 | 2026-05-12T01:25:08.385Z | Compiling serde_bytes v0.11.19 |
| 2808 | 2026-05-12T01:25:08.551Z | Compiling git2 v0.20.4 |
| 2809 | 2026-05-12T01:25:08.666Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2810 | 2026-05-12T01:25:08.806Z | Compiling tokio-tungstenite v0.23.1 |
| 2811 | 2026-05-12T01:25:08.829Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-05-12T01:25:08.832Z | Compiling tokio-rustls v0.24.1 |
| 2813 | 2026-05-12T01:25:08.894Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2814 | 2026-05-12T01:25:09.136Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2815 | 2026-05-12T01:25:09.182Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2816 | 2026-05-12T01:25:09.540Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2817 | 2026-05-12T01:25:11.632Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2818 | 2026-05-12T01:25:11.683Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2819 | 2026-05-12T01:25:13.899Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2820 | 2026-05-12T01:25:14.185Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2821 | 2026-05-12T01:25:14.682Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2822 | 2026-05-12T01:25:16.345Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2823 | 2026-05-12T01:25:16.929Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2824 | 2026-05-12T01:25:17.797Z | Compiling rustls-pemfile v1.0.4 |
| 2825 | 2026-05-12T01:25:17.840Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2826 | 2026-05-12T01:25:18.160Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2827 | 2026-05-12T01:25:18.200Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2828 | 2026-05-12T01:25:18.223Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2829 | 2026-05-12T01:25:19.440Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2830 | 2026-05-12T01:25:21.029Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 2831 | 2026-05-12T01:25:21.032Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2832 | 2026-05-12T01:25:21.589Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2833 | 2026-05-12T01:25:21.639Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2834 | 2026-05-12T01:25:21.830Z | Compiling signal-hook-tokio v0.3.1 |
| 2835 | 2026-05-12T01:25:21.965Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-05-12T01:25:22.034Z | Compiling yasna v0.5.2 |
| 2837 | 2026-05-12T01:25:22.315Z | Compiling is_ci v1.2.0 |
| 2838 | 2026-05-12T01:25:22.501Z | Compiling supports-color v3.0.2 |
| 2839 | 2026-05-12T01:25:22.528Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2840 | 2026-05-12T01:25:22.582Z | Compiling rcgen v0.12.1 |
| 2841 | 2026-05-12T01:25:22.781Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-05-12T01:25:23.217Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2843 | 2026-05-12T01:25:23.350Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2844 | 2026-05-12T01:25:23.479Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2845 | 2026-05-12T01:25:23.562Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2846 | 2026-05-12T01:25:23.583Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2847 | 2026-05-12T01:25:24.466Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-05-12T01:25:27.138Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2849 | 2026-05-12T01:25:27.905Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2850 | 2026-05-12T01:25:28.509Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2851 | 2026-05-12T01:25:28.763Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2026-05-12T01:25:28.836Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2853 | 2026-05-12T01:25:28.913Z | Compiling fatfs v0.3.6 |
| 2854 | 2026-05-12T01:25:29.001Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2855 | 2026-05-12T01:25:29.063Z | Compiling rtoolbox v0.0.3 |
| 2856 | 2026-05-12T01:25:29.179Z | Compiling subprocess v0.2.15 |
| 2857 | 2026-05-12T01:25:29.338Z | Compiling assert_matches v1.5.0 |
| 2858 | 2026-05-12T01:25:29.452Z | Compiling seq-macro v0.3.6 |
| 2859 | 2026-05-12T01:25:29.949Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2860 | 2026-05-12T01:25:30.158Z | Compiling rpassword v7.4.0 |
| 2861 | 2026-05-12T01:25:30.506Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2862 | 2026-05-12T01:25:31.382Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2863 | 2026-05-12T01:25:31.490Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2864 | 2026-05-12T01:25:31.625Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2865 | 2026-05-12T01:25:31.719Z | Compiling tui-tree-widget v0.23.1 |
| 2866 | 2026-05-12T01:25:31.945Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2867 | 2026-05-12T01:25:32.008Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2868 | 2026-05-12T01:25:32.534Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2869 | 2026-05-12T01:25:32.697Z | Compiling uzers v0.12.2 |
| 2870 | 2026-05-12T01:25:34.002Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-05-12T01:25:34.149Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2872 | 2026-05-12T01:25:35.217Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2873 | 2026-05-12T01:25:36.449Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2874 | 2026-05-12T01:25:39.353Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2875 | 2026-05-12T01:25:40.256Z | Compiling support-bundle-viewer v0.1.2 |
| 2876 | 2026-05-12T01:25:41.468Z | Compiling multimap v0.10.1 |
| 2877 | 2026-05-12T01:25:49.146Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2878 | 2026-05-12T01:25:49.618Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2879 | 2026-05-12T01:25:51.148Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2880 | 2026-05-12T01:25:59.352Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2881 | 2026-05-12T01:31:37.910Z | Finished `release` profile [optimized] target(s) in 7m 47s |
| 2882 | 2026-05-12T01:32:22.583Z | |
| 2883 | 2026-05-12T01:32:22.584Z | real 8:33.522316830 |
| 2884 | 2026-05-12T01:32:22.584Z | user 1:16:47.528391218 |
| 2885 | 2026-05-12T01:32:22.584Z | sys 3:27.400700029 |
| 2886 | 2026-05-12T01:32:22.584Z | trap 1.743629983 |
| 2887 | 2026-05-12T01:32:22.587Z | tflt 2.419746699 |
| 2888 | 2026-05-12T01:32:22.587Z | dflt 16.916296653 |
| 2889 | 2026-05-12T01:32:22.587Z | kflt 0.005125120 |
| 2890 | 2026-05-12T01:32:22.587Z | lock 6:32:54.787413204 |
| 2891 | 2026-05-12T01:32:22.587Z | slp 2:10:40.285760222 |
| 2892 | 2026-05-12T01:32:22.587Z | lat 2:21.712984457 |
| 2893 | 2026-05-12T01:32:22.587Z | stop 4:57.642025593 |
| 2894 | 2026-05-12T01:32:22.587Z | + mapfile -t packages |
| 2895 | 2026-05-12T01:32:22.587Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2896 | 2026-05-12T01:32:23.523Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2897 | 2026-05-12T01:32:23.594Z | Running `target/release/omicron-package -t test list-outputs` |
| 2898 | 2026-05-12T01:32:23.650Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2899 | 2026-05-12T01:32:23.653Z | + ptime -m cargo build --locked --release -p xtask |
| 2900 | 2026-05-12T01:32:24.191Z | Compiling libc v0.2.185 |
| 2901 | 2026-05-12T01:32:24.191Z | Compiling serde v1.0.228 |
| 2902 | 2026-05-12T01:32:24.194Z | Compiling serde_core v1.0.228 |
| 2903 | 2026-05-12T01:32:24.194Z | Compiling rustix v1.1.3 |
| 2904 | 2026-05-12T01:32:24.300Z | Compiling serde_json v1.0.149 |
| 2905 | 2026-05-12T01:32:24.303Z | Compiling bitflags v2.11.0 |
| 2906 | 2026-05-12T01:32:24.341Z | Compiling num-traits v0.2.19 |
| 2907 | 2026-05-12T01:32:24.353Z | Compiling syn v2.0.117 |
| 2908 | 2026-05-12T01:32:24.377Z | Compiling smallvec v1.15.1 |
| 2909 | 2026-05-12T01:32:24.389Z | Compiling usdt-impl v0.5.0 |
| 2910 | 2026-05-12T01:32:24.392Z | Compiling indexmap v2.14.0 |
| 2911 | 2026-05-12T01:32:24.409Z | Compiling syn v1.0.109 |
| 2912 | 2026-05-12T01:32:24.423Z | Compiling getrandom v0.4.1 |
| 2913 | 2026-05-12T01:32:24.426Z | Compiling log v0.4.29 |
| 2914 | 2026-05-12T01:32:24.568Z | Compiling percent-encoding v2.3.2 |
| 2915 | 2026-05-12T01:32:24.711Z | Compiling form_urlencoded v1.2.2 |
| 2916 | 2026-05-12T01:32:24.799Z | Compiling fs-err v3.3.0 |
| 2917 | 2026-05-12T01:32:24.810Z | Compiling anyhow v1.0.102 |
| 2918 | 2026-05-12T01:32:24.823Z | Compiling once_cell v1.21.3 |
| 2919 | 2026-05-12T01:32:24.823Z | Compiling heck v0.4.1 |
| 2920 | 2026-05-12T01:32:25.019Z | Compiling thread-id v4.2.2 |
| 2921 | 2026-05-12T01:32:25.052Z | Compiling errno v0.3.14 |
| 2922 | 2026-05-12T01:32:25.093Z | Compiling memmap v0.7.0 |
| 2923 | 2026-05-12T01:32:25.357Z | Compiling ordered-float v2.10.1 |
| 2924 | 2026-05-12T01:32:25.907Z | Compiling proc-macro-error v1.0.4 |
| 2925 | 2026-05-12T01:32:26.071Z | Compiling terminal_size v0.4.3 |
| 2926 | 2026-05-12T01:32:26.071Z | Compiling tempfile v3.25.0 |
| 2927 | 2026-05-12T01:32:26.159Z | Compiling tabled_derive v0.7.0 |
| 2928 | 2026-05-12T01:32:26.174Z | Compiling clap_builder v4.5.60 |
| 2929 | 2026-05-12T01:32:26.174Z | Compiling textwrap v0.16.2 |
| 2930 | 2026-05-12T01:32:26.317Z | Compiling camino-tempfile v1.4.1 |
| 2931 | 2026-05-12T01:32:26.832Z | Compiling tabled v0.15.0 |
| 2932 | 2026-05-12T01:32:26.862Z | Compiling synstructure v0.13.2 |
| 2933 | 2026-05-12T01:32:26.862Z | Compiling pest_generator v2.8.6 |
| 2934 | 2026-05-12T01:32:27.247Z | Compiling serde_derive v1.0.228 |
| 2935 | 2026-05-12T01:32:27.247Z | Compiling zerofrom-derive v0.1.6 |
| 2936 | 2026-05-12T01:32:27.247Z | Compiling yoke-derive v0.8.1 |
| 2937 | 2026-05-12T01:32:27.250Z | Compiling zerovec-derive v0.11.2 |
| 2938 | 2026-05-12T01:32:27.250Z | Compiling displaydoc v0.2.5 |
| 2939 | 2026-05-12T01:32:27.250Z | Compiling thiserror-impl v1.0.69 |
| 2940 | 2026-05-12T01:32:27.250Z | Compiling zerocopy-derive v0.7.35 |
| 2941 | 2026-05-12T01:32:27.250Z | Compiling scroll_derive v0.12.1 |
| 2942 | 2026-05-12T01:32:27.250Z | Compiling thiserror-impl v2.0.18 |
| 2943 | 2026-05-12T01:32:27.250Z | Compiling clap_derive v4.5.55 |
| 2944 | 2026-05-12T01:32:27.394Z | Compiling pest_derive v2.8.6 |
| 2945 | 2026-05-12T01:32:27.939Z | Compiling scroll v0.12.0 |
| 2946 | 2026-05-12T01:32:28.069Z | Compiling zerocopy v0.7.35 |
| 2947 | 2026-05-12T01:32:28.241Z | Compiling goblin v0.8.2 |
| 2948 | 2026-05-12T01:32:28.317Z | Compiling zerofrom v0.1.6 |
| 2949 | 2026-05-12T01:32:28.381Z | Compiling thiserror v1.0.69 |
| 2950 | 2026-05-12T01:32:28.465Z | Compiling yoke v0.8.1 |
| 2951 | 2026-05-12T01:32:28.525Z | Compiling dtrace-parser v0.2.0 |
| 2952 | 2026-05-12T01:32:28.537Z | Compiling thiserror v2.0.18 |
| 2953 | 2026-05-12T01:32:28.655Z | Compiling zerovec v0.11.5 |
| 2954 | 2026-05-12T01:32:28.668Z | Compiling zerotrie v0.2.3 |
| 2955 | 2026-05-12T01:32:28.942Z | Compiling clap v4.5.60 |
| 2956 | 2026-05-12T01:32:29.273Z | Compiling tinystr v0.8.2 |
| 2957 | 2026-05-12T01:32:29.510Z | Compiling icu_locale_core v2.1.1 |
| 2958 | 2026-05-12T01:32:30.024Z | Compiling potential_utf v0.1.4 |
| 2959 | 2026-05-12T01:32:30.173Z | Compiling icu_collections v2.1.1 |
| 2960 | 2026-05-12T01:32:30.231Z | Compiling icu_provider v2.1.1 |
| 2961 | 2026-05-12T01:32:30.551Z | Compiling icu_normalizer v2.1.1 |
| 2962 | 2026-05-12T01:32:30.607Z | Compiling icu_properties v2.1.2 |
| 2963 | 2026-05-12T01:32:30.642Z | Compiling serde_spanned v0.6.9 |
| 2964 | 2026-05-12T01:32:30.663Z | Compiling toml_datetime v0.6.11 |
| 2965 | 2026-05-12T01:32:30.681Z | Compiling serde-value v0.7.0 |
| 2966 | 2026-05-12T01:32:30.838Z | Compiling dof v0.3.0 |
| 2967 | 2026-05-12T01:32:30.851Z | Compiling cargo-platform v0.2.0 |
| 2968 | 2026-05-12T01:32:30.944Z | Compiling toml_edit v0.22.27 |
| 2969 | 2026-05-12T01:32:31.075Z | Compiling serde_tokenstream v0.2.3 |
| 2970 | 2026-05-12T01:32:31.137Z | Compiling macaddr v1.0.1 |
| 2971 | 2026-05-12T01:32:31.573Z | Compiling idna_adapter v1.2.1 |
| 2972 | 2026-05-12T01:32:31.717Z | Compiling idna v1.1.0 |
| 2973 | 2026-05-12T01:32:31.876Z | Compiling usdt-attr-macro v0.5.0 |
| 2974 | 2026-05-12T01:32:31.904Z | Compiling usdt-macro v0.5.0 |
| 2975 | 2026-05-12T01:32:32.158Z | Compiling url v2.5.8 |
| 2976 | 2026-05-12T01:32:32.506Z | Compiling toml v0.8.23 |
| 2977 | 2026-05-12T01:32:32.530Z | Compiling usdt v0.5.0 |
| 2978 | 2026-05-12T01:32:33.002Z | Compiling cargo-util-schemas v0.8.2 |
| 2979 | 2026-05-12T01:32:33.015Z | Compiling cargo_toml v0.21.0 |
| 2980 | 2026-05-12T01:32:34.005Z | Compiling cargo_metadata v0.21.0 |
| 2981 | 2026-05-12T01:32:37.091Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2982 | 2026-05-12T01:32:40.097Z | Finished `release` profile [optimized] target(s) in 16.43s |
| 2983 | 2026-05-12T01:32:40.258Z | |
| 2984 | 2026-05-12T01:32:40.258Z | real 16.570320075 |
| 2985 | 2026-05-12T01:32:40.258Z | user 2:21.279755138 |
| 2986 | 2026-05-12T01:32:40.259Z | sys 17.075539723 |
| 2987 | 2026-05-12T01:32:40.259Z | trap 0.095683590 |
| 2988 | 2026-05-12T01:32:40.259Z | tflt 0.467090789 |
| 2989 | 2026-05-12T01:32:40.259Z | dflt 1.510780928 |
| 2990 | 2026-05-12T01:32:40.259Z | kflt 0.000092230 |
| 2991 | 2026-05-12T01:32:40.262Z | lock 5:23.433655205 |
| 2992 | 2026-05-12T01:32:40.262Z | slp 3:28.971231707 |
| 2993 | 2026-05-12T01:32:40.262Z | lat 6.318465687 |
| 2994 | 2026-05-12T01:32:40.262Z | stop 20.043679719 |
| 2995 | 2026-05-12T01:32:40.262Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2996 | 2026-05-12T01:32:40.262Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2997 | 2026-05-12T01:32:40.262Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2998 | 2026-05-12T01:32:40.262Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2999 | 2026-05-12T01:32:40.262Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3000 | 2026-05-12T01:32:41.189Z | Compiling newtype-uuid-macros v0.1.0 |
| 3001 | 2026-05-12T01:32:41.189Z | Compiling structmeta-derive v0.3.0 |
| 3002 | 2026-05-12T01:32:41.192Z | Compiling rustls v0.22.4 |
| 3003 | 2026-05-12T01:32:41.192Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3004 | 2026-05-12T01:32:41.192Z | Compiling rustls-webpki v0.102.8 |
| 3005 | 2026-05-12T01:32:41.192Z | Compiling multer v3.1.0 |
| 3006 | 2026-05-12T01:32:41.192Z | Compiling match_cfg v0.1.0 |
| 3007 | 2026-05-12T01:32:41.192Z | Compiling compression-core v0.4.31 |
| 3008 | 2026-05-12T01:32:41.337Z | Compiling debug-ignore v1.0.5 |
| 3009 | 2026-05-12T01:32:41.340Z | Compiling slog-json v2.6.1 |
| 3010 | 2026-05-12T01:32:41.354Z | Compiling async-stream-impl v0.3.6 |
| 3011 | 2026-05-12T01:32:41.357Z | Compiling serde_spanned v1.0.4 |
| 3012 | 2026-05-12T01:32:41.357Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3013 | 2026-05-12T01:32:41.436Z | Compiling dropshot v0.17.0 |
| 3014 | 2026-05-12T01:32:41.471Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3015 | 2026-05-12T01:32:41.474Z | Compiling progenitor-client v0.14.0 |
| 3016 | 2026-05-12T01:32:41.503Z | Compiling itertools v0.14.0 |
| 3017 | 2026-05-12T01:32:41.601Z | Compiling waitgroup v0.1.2 |
| 3018 | 2026-05-12T01:32:41.647Z | Compiling hostname v0.3.1 |
| 3019 | 2026-05-12T01:32:41.665Z | Compiling rustls-pemfile v2.2.0 |
| 3020 | 2026-05-12T01:32:41.704Z | Compiling compression-codecs v0.4.37 |
| 3021 | 2026-05-12T01:32:41.758Z | Compiling slog-bunyan v2.5.0 |
| 3022 | 2026-05-12T01:32:41.776Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3023 | 2026-05-12T01:32:41.793Z | Compiling dropshot_endpoint v0.17.0 |
| 3024 | 2026-05-12T01:32:41.827Z | Compiling serde_path_to_error v0.1.20 |
| 3025 | 2026-05-12T01:32:41.830Z | Compiling hostname v0.4.2 |
| 3026 | 2026-05-12T01:32:41.878Z | Compiling regress v0.10.5 |
| 3027 | 2026-05-12T01:32:41.881Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3028 | 2026-05-12T01:32:41.936Z | Compiling async-compression v0.4.41 |
| 3029 | 2026-05-12T01:32:41.984Z | Compiling macaddr v1.0.1 |
| 3030 | 2026-05-12T01:32:42.013Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3031 | 2026-05-12T01:32:42.032Z | Compiling instant v0.1.13 |
| 3032 | 2026-05-12T01:32:42.051Z | Compiling async-stream v0.3.6 |
| 3033 | 2026-05-12T01:32:42.106Z | Compiling backon v1.6.0 |
| 3034 | 2026-05-12T01:32:42.123Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3035 | 2026-05-12T01:32:42.151Z | Compiling backoff v0.4.0 |
| 3036 | 2026-05-12T01:32:42.168Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3037 | 2026-05-12T01:32:42.220Z | Compiling universal-hash v0.5.1 |
| 3038 | 2026-05-12T01:32:42.238Z | Compiling opaque-debug v0.3.1 |
| 3039 | 2026-05-12T01:32:42.254Z | Compiling half v2.7.1 |
| 3040 | 2026-05-12T01:32:42.273Z | Compiling crucible-workspace-hack v0.1.0 |
| 3041 | 2026-05-12T01:32:42.331Z | Compiling progenitor-extras v0.2.0 |
| 3042 | 2026-05-12T01:32:42.349Z | Compiling ciborium-io v0.2.2 |
| 3043 | 2026-05-12T01:32:42.381Z | Compiling regress v0.11.1 |
| 3044 | 2026-05-12T01:32:42.384Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-05-12T01:32:42.418Z | Compiling convert_case v0.4.0 |
| 3046 | 2026-05-12T01:32:42.450Z | Compiling structmeta v0.3.0 |
| 3047 | 2026-05-12T01:32:42.468Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3048 | 2026-05-12T01:32:42.488Z | Compiling aead v0.5.2 |
| 3049 | 2026-05-12T01:32:42.530Z | Compiling ciborium-ll v0.2.2 |
| 3050 | 2026-05-12T01:32:42.580Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3051 | 2026-05-12T01:32:42.615Z | Compiling secrecy v0.10.3 |
| 3052 | 2026-05-12T01:32:42.629Z | Compiling unsafe-libyaml v0.2.11 |
| 3053 | 2026-05-12T01:32:42.686Z | Compiling poly1305 v0.8.0 |
| 3054 | 2026-05-12T01:32:42.704Z | Compiling derive-ex v0.1.8 |
| 3055 | 2026-05-12T01:32:42.735Z | Compiling parse-display-derive v0.10.0 |
| 3056 | 2026-05-12T01:32:42.778Z | Compiling ciborium v0.2.2 |
| 3057 | 2026-05-12T01:32:42.796Z | Compiling chacha20 v0.9.1 |
| 3058 | 2026-05-12T01:32:42.815Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3059 | 2026-05-12T01:32:42.833Z | Compiling derive_more v0.99.20 |
| 3060 | 2026-05-12T01:32:42.871Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3061 | 2026-05-12T01:32:43.054Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3062 | 2026-05-12T01:32:43.083Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3063 | 2026-05-12T01:32:43.098Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3064 | 2026-05-12T01:32:43.121Z | Compiling byte-wrapper v0.1.0 |
| 3065 | 2026-05-12T01:32:43.266Z | Compiling serde_yaml v0.9.34+deprecated |
| 3066 | 2026-05-12T01:32:43.310Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3067 | 2026-05-12T01:32:43.389Z | Compiling blake2 v0.10.6 |
| 3068 | 2026-05-12T01:32:43.406Z | Compiling password-hash v0.5.0 |
| 3069 | 2026-05-12T01:32:43.424Z | Compiling chacha20poly1305 v0.10.1 |
| 3070 | 2026-05-12T01:32:43.457Z | Compiling indent_write v2.2.0 |
| 3071 | 2026-05-12T01:32:43.497Z | Compiling heapless v0.8.0 |
| 3072 | 2026-05-12T01:32:43.599Z | Compiling tokio-rustls v0.25.0 |
| 3073 | 2026-05-12T01:32:43.600Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3074 | 2026-05-12T01:32:43.632Z | Compiling ingot-macros v0.1.1 |
| 3075 | 2026-05-12T01:32:43.843Z | Compiling argon2 v0.5.3 |
| 3076 | 2026-05-12T01:32:43.882Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3077 | 2026-05-12T01:32:43.974Z | Compiling typify-impl v0.6.2 |
| 3078 | 2026-05-12T01:32:44.048Z | Compiling hash32 v0.3.1 |
| 3079 | 2026-05-12T01:32:44.234Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3080 | 2026-05-12T01:32:44.340Z | Compiling thiserror-no-std v2.0.2 |
| 3081 | 2026-05-12T01:32:44.459Z | Compiling vsss-rs v3.3.4 |
| 3082 | 2026-05-12T01:32:44.483Z | Compiling test-strategy v0.4.5 |
| 3083 | 2026-05-12T01:32:44.508Z | Compiling parse-display v0.10.0 |
| 3084 | 2026-05-12T01:32:44.534Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3085 | 2026-05-12T01:32:44.756Z | Compiling smoltcp v0.11.0 |
| 3086 | 2026-05-12T01:32:44.801Z | Compiling proc-macro-crate v3.4.0 |
| 3087 | 2026-05-12T01:32:44.999Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3088 | 2026-05-12T01:32:45.041Z | Compiling tabwriter v1.4.1 |
| 3089 | 2026-05-12T01:32:45.076Z | Compiling num-rational v0.4.2 |
| 3090 | 2026-05-12T01:32:45.107Z | Compiling cobs v0.3.0 |
| 3091 | 2026-05-12T01:32:45.159Z | Compiling num-complex v0.4.6 |
| 3092 | 2026-05-12T01:32:45.202Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3093 | 2026-05-12T01:32:45.330Z | Compiling postcard v1.1.3 |
| 3094 | 2026-05-12T01:32:45.356Z | Compiling proc-macro-error v1.0.4 |
| 3095 | 2026-05-12T01:32:45.423Z | Compiling num_enum_derive v0.7.5 |
| 3096 | 2026-05-12T01:32:45.460Z | Compiling proc-macro-crate v1.3.1 |
| 3097 | 2026-05-12T01:32:45.484Z | Compiling foreign-types-macros v0.2.3 |
| 3098 | 2026-05-12T01:32:45.501Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3099 | 2026-05-12T01:32:45.595Z | Compiling num v0.4.3 |
| 3100 | 2026-05-12T01:32:45.699Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3101 | 2026-05-12T01:32:45.715Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3102 | 2026-05-12T01:32:45.734Z | Compiling float-ord v0.3.2 |
| 3103 | 2026-05-12T01:32:45.737Z | Compiling foreign-types-shared v0.3.1 |
| 3104 | 2026-05-12T01:32:45.768Z | Compiling colored v3.1.1 |
| 3105 | 2026-05-12T01:32:45.866Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3106 | 2026-05-12T01:32:45.885Z | Compiling rayon-core v1.13.0 |
| 3107 | 2026-05-12T01:32:45.888Z | Compiling cpufeatures v0.3.0 |
| 3108 | 2026-05-12T01:32:45.921Z | Compiling num_enum_derive v0.5.11 |
| 3109 | 2026-05-12T01:32:46.008Z | Compiling chacha20 v0.10.0 |
| 3110 | 2026-05-12T01:32:46.082Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3111 | 2026-05-12T01:32:46.100Z | Compiling crossbeam-deque v0.8.6 |
| 3112 | 2026-05-12T01:32:46.138Z | Compiling foreign-types v0.5.0 |
| 3113 | 2026-05-12T01:32:46.162Z | Compiling camino-tempfile v1.4.1 |
| 3114 | 2026-05-12T01:32:46.179Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-05-12T01:32:46.182Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3116 | 2026-05-12T01:32:46.216Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-05-12T01:32:46.247Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-05-12T01:32:46.372Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3119 | 2026-05-12T01:32:46.411Z | Compiling rand v0.10.0 |
| 3120 | 2026-05-12T01:32:46.432Z | Compiling toml v0.8.23 |
| 3121 | 2026-05-12T01:32:46.494Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3122 | 2026-05-12T01:32:46.583Z | Compiling ingot-types v0.1.2 |
| 3123 | 2026-05-12T01:32:46.601Z | Compiling num_enum v0.7.5 |
| 3124 | 2026-05-12T01:32:46.664Z | Compiling zone_cfg_derive v0.3.1 |
| 3125 | 2026-05-12T01:32:46.682Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3126 | 2026-05-12T01:32:46.704Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-05-12T01:32:46.704Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3128 | 2026-05-12T01:32:46.739Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3129 | 2026-05-12T01:32:46.757Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3130 | 2026-05-12T01:32:46.839Z | Compiling rayon v1.11.0 |
| 3131 | 2026-05-12T01:32:46.860Z | Compiling itertools v0.12.1 |
| 3132 | 2026-05-12T01:32:46.877Z | Compiling num-derive v0.4.2 |
| 3133 | 2026-05-12T01:32:46.957Z | Compiling sigpipe v0.1.3 |
| 3134 | 2026-05-12T01:32:46.978Z | Compiling ingot v0.1.1 |
| 3135 | 2026-05-12T01:32:47.049Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3136 | 2026-05-12T01:32:47.080Z | Compiling num_enum v0.5.11 |
| 3137 | 2026-05-12T01:32:47.080Z | Compiling glob v0.3.3 |
| 3138 | 2026-05-12T01:32:47.113Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3139 | 2026-05-12T01:32:47.213Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3140 | 2026-05-12T01:32:47.231Z | Compiling smf v0.2.3 |
| 3141 | 2026-05-12T01:32:47.304Z | Compiling whoami v1.6.1 |
| 3142 | 2026-05-12T01:32:47.366Z | Compiling prettyplease v0.2.37 |
| 3143 | 2026-05-12T01:32:47.383Z | Compiling gethostname v0.5.0 |
| 3144 | 2026-05-12T01:32:47.383Z | Compiling atomicwrites v0.4.4 |
| 3145 | 2026-05-12T01:32:47.538Z | Compiling usdt-attr-macro v0.5.0 |
| 3146 | 2026-05-12T01:32:47.572Z | Compiling usdt-macro v0.5.0 |
| 3147 | 2026-05-12T01:32:47.623Z | Compiling memmap v0.7.0 |
| 3148 | 2026-05-12T01:32:47.626Z | Compiling derive-where v1.6.0 |
| 3149 | 2026-05-12T01:32:47.790Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3150 | 2026-05-12T01:32:47.822Z | Compiling progenitor-client v0.13.0 |
| 3151 | 2026-05-12T01:32:47.841Z | Compiling resolv-conf v0.7.6 |
| 3152 | 2026-05-12T01:32:47.859Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 3153 | 2026-05-12T01:32:47.957Z | Compiling cancel-safe-futures v0.1.5 |
| 3154 | 2026-05-12T01:32:48.146Z | Compiling zone v0.3.1 |
| 3155 | 2026-05-12T01:32:48.177Z | Compiling owo-colors v4.3.0 |
| 3156 | 2026-05-12T01:32:48.226Z | Compiling libsw-core v0.3.2 |
| 3157 | 2026-05-12T01:32:48.265Z | Compiling console v0.15.11 |
| 3158 | 2026-05-12T01:32:48.382Z | Compiling libsw v3.5.0 |
| 3159 | 2026-05-12T01:32:48.416Z | Compiling usdt v0.5.0 |
| 3160 | 2026-05-12T01:32:48.434Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3161 | 2026-05-12T01:32:48.584Z | Compiling newline-converter v0.3.0 |
| 3162 | 2026-05-12T01:32:48.607Z | Compiling linear-map v1.2.0 |
| 3163 | 2026-05-12T01:32:48.610Z | Compiling libefi-sys v0.1.0 |
| 3164 | 2026-05-12T01:32:48.666Z | Compiling typify-macro v0.6.2 |
| 3165 | 2026-05-12T01:32:48.666Z | Compiling hickory-proto v0.24.4 |
| 3166 | 2026-05-12T01:32:48.709Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3167 | 2026-05-12T01:32:48.732Z | Compiling expectorate v1.2.0 |
| 3168 | 2026-05-12T01:32:48.827Z | Compiling bitfield-struct v0.6.2 |
| 3169 | 2026-05-12T01:32:48.871Z | Compiling linked-hash-map v0.5.6 |
| 3170 | 2026-05-12T01:32:48.874Z | Compiling semver v0.1.20 |
| 3171 | 2026-05-12T01:32:48.910Z | Compiling tokio-dtrace v0.1.1 |
| 3172 | 2026-05-12T01:32:48.947Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3173 | 2026-05-12T01:32:48.947Z | Compiling slog-dtrace v0.3.0 |
| 3174 | 2026-05-12T01:32:49.022Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3175 | 2026-05-12T01:32:49.041Z | Compiling minimal-lexical v0.2.1 |
| 3176 | 2026-05-12T01:32:49.106Z | Compiling rustc_version v0.1.7 |
| 3177 | 2026-05-12T01:32:49.122Z | Compiling lru-cache v0.1.2 |
| 3178 | 2026-05-12T01:32:49.160Z | Compiling oxide-tokio-rt v0.1.4 |
| 3179 | 2026-05-12T01:32:49.197Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3180 | 2026-05-12T01:32:49.219Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3181 | 2026-05-12T01:32:49.245Z | Compiling phf_shared v0.12.1 |
| 3182 | 2026-05-12T01:32:49.274Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3183 | 2026-05-12T01:32:49.315Z | Compiling nom v7.1.3 |
| 3184 | 2026-05-12T01:32:49.333Z | Compiling csv-core v0.1.13 |
| 3185 | 2026-05-12T01:32:49.370Z | Compiling newtype_derive v0.1.6 |
| 3186 | 2026-05-12T01:32:49.416Z | Compiling xshell-macros v0.2.7 |
| 3187 | 2026-05-12T01:32:49.438Z | Compiling highway v1.3.0 |
| 3188 | 2026-05-12T01:32:49.458Z | Compiling chrono-tz v0.10.4 |
| 3189 | 2026-05-12T01:32:49.461Z | Compiling const_format_proc_macros v0.2.34 |
| 3190 | 2026-05-12T01:32:49.493Z | Compiling phf v0.12.1 |
| 3191 | 2026-05-12T01:32:49.530Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-05-12T01:32:49.671Z | Compiling csv v1.4.0 |
| 3193 | 2026-05-12T01:32:49.729Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3194 | 2026-05-12T01:32:49.804Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3195 | 2026-05-12T01:32:49.851Z | Compiling primeorder v0.13.6 |
| 3196 | 2026-05-12T01:32:49.868Z | Compiling xshell v0.2.7 |
| 3197 | 2026-05-12T01:32:49.872Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3198 | 2026-05-12T01:32:50.060Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3199 | 2026-05-12T01:32:50.197Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3200 | 2026-05-12T01:32:50.258Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3201 | 2026-05-12T01:32:50.274Z | Compiling tabled_derive v0.7.0 |
| 3202 | 2026-05-12T01:32:50.292Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3203 | 2026-05-12T01:32:50.351Z | Compiling bcs v0.1.6 |
| 3204 | 2026-05-12T01:32:50.382Z | Compiling const_format v0.2.35 |
| 3205 | 2026-05-12T01:32:50.456Z | Compiling termtree v0.5.1 |
| 3206 | 2026-05-12T01:32:50.551Z | Compiling typify v0.6.2 |
| 3207 | 2026-05-12T01:32:50.640Z | Compiling salty v0.3.0 |
| 3208 | 2026-05-12T01:32:50.685Z | Compiling progenitor-impl v0.14.0 |
| 3209 | 2026-05-12T01:32:50.709Z | Compiling progenitor-impl v0.13.0 |
| 3210 | 2026-05-12T01:32:50.734Z | Compiling textwrap v0.16.2 |
| 3211 | 2026-05-12T01:32:50.768Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3212 | 2026-05-12T01:32:50.872Z | Compiling hickory-resolver v0.24.4 |
| 3213 | 2026-05-12T01:32:50.915Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3214 | 2026-05-12T01:32:50.975Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3215 | 2026-05-12T01:32:51.037Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3216 | 2026-05-12T01:32:51.240Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3217 | 2026-05-12T01:32:51.302Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3218 | 2026-05-12T01:32:51.331Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3219 | 2026-05-12T01:32:51.526Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3220 | 2026-05-12T01:32:51.581Z | Compiling tabled v0.15.0 |
| 3221 | 2026-05-12T01:32:51.735Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3222 | 2026-05-12T01:32:51.779Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3223 | 2026-05-12T01:32:51.989Z | Compiling qorb v0.4.1 |
| 3224 | 2026-05-12T01:32:52.014Z | Compiling steno v0.4.1 |
| 3225 | 2026-05-12T01:32:52.035Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3226 | 2026-05-12T01:32:52.101Z | Compiling base64 v0.21.7 |
| 3227 | 2026-05-12T01:32:52.214Z | Compiling radium v0.7.0 |
| 3228 | 2026-05-12T01:32:52.348Z | Compiling humantime v2.3.0 |
| 3229 | 2026-05-12T01:32:52.464Z | Compiling tagptr v0.2.0 |
| 3230 | 2026-05-12T01:32:52.655Z | Compiling moka v0.12.13 |
| 3231 | 2026-05-12T01:32:52.672Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3232 | 2026-05-12T01:32:52.708Z | Compiling p384 v0.13.1 |
| 3233 | 2026-05-12T01:32:52.809Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3234 | 2026-05-12T01:32:52.991Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3235 | 2026-05-12T01:32:53.077Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3236 | 2026-05-12T01:32:53.164Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3237 | 2026-05-12T01:32:53.256Z | Compiling typify-impl v0.4.3 |
| 3238 | 2026-05-12T01:32:53.275Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3239 | 2026-05-12T01:32:53.304Z | Compiling tap v1.0.1 |
| 3240 | 2026-05-12T01:32:53.408Z | Compiling progenitor-macro v0.14.0 |
| 3241 | 2026-05-12T01:32:53.456Z | Compiling maybe-uninit v2.0.0 |
| 3242 | 2026-05-12T01:32:53.459Z | Compiling progenitor-macro v0.13.0 |
| 3243 | 2026-05-12T01:32:53.492Z | Compiling wyz v0.5.1 |
| 3244 | 2026-05-12T01:32:53.510Z | Compiling hickory-resolver v0.25.2 |
| 3245 | 2026-05-12T01:32:53.726Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3246 | 2026-05-12T01:32:53.911Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3247 | 2026-05-12T01:32:53.985Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3248 | 2026-05-12T01:32:54.075Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3249 | 2026-05-12T01:32:54.093Z | Compiling parking_lot_core v0.8.6 |
| 3250 | 2026-05-12T01:32:54.277Z | Compiling packed_struct v0.10.1 |
| 3251 | 2026-05-12T01:32:54.307Z | Compiling utf-8 v0.7.6 |
| 3252 | 2026-05-12T01:32:54.387Z | Compiling funty v2.0.0 |
| 3253 | 2026-05-12T01:32:54.425Z | Compiling proc-macro-error2 v2.0.1 |
| 3254 | 2026-05-12T01:32:54.520Z | Compiling tungstenite v0.21.0 |
| 3255 | 2026-05-12T01:32:54.566Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3256 | 2026-05-12T01:32:54.676Z | Compiling polyval v0.6.2 |
| 3257 | 2026-05-12T01:32:54.719Z | Compiling git-stub v1.0.0 |
| 3258 | 2026-05-12T01:32:54.761Z | Compiling bitvec v1.0.1 |
| 3259 | 2026-05-12T01:32:54.790Z | Compiling num-derive v0.3.3 |
| 3260 | 2026-05-12T01:32:54.855Z | Compiling packed_struct_codegen v0.10.1 |
| 3261 | 2026-05-12T01:32:54.941Z | Compiling bitfield-macros v0.19.4 |
| 3262 | 2026-05-12T01:32:55.014Z | Compiling zerocopy-derive v0.6.6 |
| 3263 | 2026-05-12T01:32:55.017Z | Compiling indexmap v1.9.3 |
| 3264 | 2026-05-12T01:32:55.104Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3265 | 2026-05-12T01:32:55.268Z | Compiling crc-catalog v2.4.0 |
| 3266 | 2026-05-12T01:32:55.369Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3267 | 2026-05-12T01:32:55.396Z | Compiling nodrop v0.1.14 |
| 3268 | 2026-05-12T01:32:55.439Z | Compiling crc v3.4.0 |
| 3269 | 2026-05-12T01:32:55.505Z | Compiling array-init v0.0.4 |
| 3270 | 2026-05-12T01:32:55.522Z | Compiling tokio-tungstenite v0.21.0 |
| 3271 | 2026-05-12T01:32:55.701Z | Compiling git-stub-vcs v0.1.0 |
| 3272 | 2026-05-12T01:32:55.757Z | Compiling bitfield v0.19.4 |
| 3273 | 2026-05-12T01:32:55.774Z | Compiling libscf-sys v1.1.0 |
| 3274 | 2026-05-12T01:32:55.878Z | Compiling ghash v0.5.1 |
| 3275 | 2026-05-12T01:32:55.898Z | Compiling tabled_derive v0.11.0 |
| 3276 | 2026-05-12T01:32:55.937Z | Compiling zerocopy v0.6.6 |
| 3277 | 2026-05-12T01:32:55.955Z | Compiling smallvec v0.6.14 |
| 3278 | 2026-05-12T01:32:56.089Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3279 | 2026-05-12T01:32:56.109Z | Compiling papergrid v0.17.0 |
| 3280 | 2026-05-12T01:32:56.268Z | Compiling testing_table v0.3.0 |
| 3281 | 2026-05-12T01:32:56.296Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3282 | 2026-05-12T01:32:56.320Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3283 | 2026-05-12T01:32:56.413Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3284 | 2026-05-12T01:32:56.435Z | Compiling ctr v0.9.2 |
| 3285 | 2026-05-12T01:32:56.466Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3286 | 2026-05-12T01:32:56.656Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3287 | 2026-05-12T01:32:56.673Z | Compiling unicase v2.9.0 |
| 3288 | 2026-05-12T01:32:56.690Z | Compiling hashbrown v0.12.3 |
| 3289 | 2026-05-12T01:32:56.813Z | Compiling corncobs v0.1.4 |
| 3290 | 2026-05-12T01:32:56.902Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-05-12T01:32:56.939Z | Compiling mime_guess v2.0.5 |
| 3292 | 2026-05-12T01:32:56.958Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3293 | 2026-05-12T01:32:56.961Z | Compiling aes-gcm v0.10.3 |
| 3294 | 2026-05-12T01:32:57.022Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3295 | 2026-05-12T01:32:57.154Z | Compiling tabled v0.20.0 |
| 3296 | 2026-05-12T01:32:57.203Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3297 | 2026-05-12T01:32:57.367Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-12T01:32:57.403Z | Compiling parking_lot v0.11.2 |
| 3299 | 2026-05-12T01:32:57.543Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3300 | 2026-05-12T01:32:57.576Z | Compiling serde-hex v0.1.0 |
| 3301 | 2026-05-12T01:32:57.640Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3302 | 2026-05-12T01:32:57.731Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3303 | 2026-05-12T01:32:57.776Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3304 | 2026-05-12T01:32:57.850Z | Compiling ron v0.8.1 |
| 3305 | 2026-05-12T01:32:57.889Z | Compiling typify-macro v0.4.3 |
| 3306 | 2026-05-12T01:32:58.064Z | Compiling progenitor-client v0.11.2 |
| 3307 | 2026-05-12T01:32:58.081Z | Compiling hashbrown v0.13.2 |
| 3308 | 2026-05-12T01:32:58.170Z | Compiling prefix-trie v0.7.0 |
| 3309 | 2026-05-12T01:32:58.205Z | Compiling ssh-encoding v0.2.0 |
| 3310 | 2026-05-12T01:32:58.429Z | Compiling blowfish v0.9.1 |
| 3311 | 2026-05-12T01:32:58.539Z | Compiling fxhash v0.2.1 |
| 3312 | 2026-05-12T01:32:58.605Z | Compiling secrecy v0.8.0 |
| 3313 | 2026-05-12T01:32:58.623Z | Compiling crc-any v2.5.0 |
| 3314 | 2026-05-12T01:32:58.702Z | Compiling progenitor v0.14.0 |
| 3315 | 2026-05-12T01:32:58.719Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3316 | 2026-05-12T01:32:58.740Z | Compiling sled v0.34.7 |
| 3317 | 2026-05-12T01:32:58.774Z | Compiling progenitor v0.13.0 |
| 3318 | 2026-05-12T01:32:58.845Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3319 | 2026-05-12T01:32:58.886Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3320 | 2026-05-12T01:32:58.904Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3321 | 2026-05-12T01:32:58.949Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3322 | 2026-05-12T01:32:58.991Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3323 | 2026-05-12T01:32:59.196Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3324 | 2026-05-12T01:32:59.413Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3325 | 2026-05-12T01:32:59.453Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3326 | 2026-05-12T01:32:59.627Z | Compiling object v0.30.4 |
| 3327 | 2026-05-12T01:32:59.735Z | Compiling typify v0.4.3 |
| 3328 | 2026-05-12T01:32:59.755Z | Compiling hickory-server v0.25.2 |
| 3329 | 2026-05-12T01:32:59.829Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3330 | 2026-05-12T01:32:59.847Z | Compiling progenitor-impl v0.11.2 |
| 3331 | 2026-05-12T01:32:59.889Z | Compiling ssh-cipher v0.2.0 |
| 3332 | 2026-05-12T01:33:00.045Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3333 | 2026-05-12T01:33:00.064Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3334 | 2026-05-12T01:33:00.082Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3335 | 2026-05-12T01:33:00.434Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3336 | 2026-05-12T01:33:00.565Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3337 | 2026-05-12T01:33:00.903Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3338 | 2026-05-12T01:33:01.349Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3339 | 2026-05-12T01:33:01.443Z | Compiling password-hash v0.4.2 |
| 3340 | 2026-05-12T01:33:01.443Z | Compiling half v1.8.3 |
| 3341 | 2026-05-12T01:33:01.753Z | Compiling crc8 v0.1.1 |
| 3342 | 2026-05-12T01:33:01.770Z | Compiling path-slash v0.1.5 |
| 3343 | 2026-05-12T01:33:01.847Z | Compiling http-range v0.1.5 |
| 3344 | 2026-05-12T01:33:01.872Z | Compiling pbkdf2 v0.11.0 |
| 3345 | 2026-05-12T01:33:01.890Z | Compiling serde_cbor v0.11.2 |
| 3346 | 2026-05-12T01:33:01.943Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3347 | 2026-05-12T01:33:02.072Z | Compiling ssh-key v0.6.7 |
| 3348 | 2026-05-12T01:33:02.103Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3349 | 2026-05-12T01:33:02.520Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3350 | 2026-05-12T01:33:02.610Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3351 | 2026-05-12T01:33:02.628Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3352 | 2026-05-12T01:33:02.665Z | Compiling progenitor-macro v0.11.2 |
| 3353 | 2026-05-12T01:33:02.799Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3354 | 2026-05-12T01:33:02.962Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3355 | 2026-05-12T01:33:03.058Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3356 | 2026-05-12T01:33:03.243Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-05-12T01:33:03.335Z | Compiling p256 v0.13.2 |
| 3358 | 2026-05-12T01:33:03.402Z | Compiling p521 v0.13.3 |
| 3359 | 2026-05-12T01:33:03.543Z | Compiling yasna v0.5.2 |
| 3360 | 2026-05-12T01:33:03.609Z | Compiling kstat-rs v0.2.4 |
| 3361 | 2026-05-12T01:33:03.643Z | Compiling headers-core v0.3.0 |
| 3362 | 2026-05-12T01:33:03.724Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3363 | 2026-05-12T01:33:03.743Z | Compiling nanorand v0.7.0 |
| 3364 | 2026-05-12T01:33:03.804Z | Compiling russh-cryptovec v0.7.3 |
| 3365 | 2026-05-12T01:33:03.821Z | Compiling atty v0.2.14 |
| 3366 | 2026-05-12T01:33:03.942Z | Compiling md5 v0.7.0 |
| 3367 | 2026-05-12T01:33:03.967Z | Compiling home v0.5.12 |
| 3368 | 2026-05-12T01:33:04.026Z | Compiling rcgen v0.12.1 |
| 3369 | 2026-05-12T01:33:04.049Z | Compiling flume v0.11.1 |
| 3370 | 2026-05-12T01:33:04.076Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3371 | 2026-05-12T01:33:04.145Z | Compiling russh-keys v0.45.0 |
| 3372 | 2026-05-12T01:33:04.246Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3373 | 2026-05-12T01:33:04.265Z | Compiling headers v0.4.1 |
| 3374 | 2026-05-12T01:33:04.268Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3375 | 2026-05-12T01:33:04.351Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3376 | 2026-05-12T01:33:04.401Z | Compiling hyper-staticfile v0.10.1 |
| 3377 | 2026-05-12T01:33:04.405Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3378 | 2026-05-12T01:33:04.479Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3379 | 2026-05-12T01:33:04.678Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3380 | 2026-05-12T01:33:04.779Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3381 | 2026-05-12T01:33:04.811Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3382 | 2026-05-12T01:33:04.939Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3383 | 2026-05-12T01:33:04.957Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06) |
| 3384 | 2026-05-12T01:33:05.059Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3385 | 2026-05-12T01:33:05.336Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3386 | 2026-05-12T01:33:05.389Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3387 | 2026-05-12T01:33:05.460Z | Compiling num-bigint v0.4.6 |
| 3388 | 2026-05-12T01:33:05.513Z | Compiling des v0.8.1 |
| 3389 | 2026-05-12T01:33:05.535Z | Compiling subprocess v0.2.15 |
| 3390 | 2026-05-12T01:33:05.539Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3391 | 2026-05-12T01:33:05.571Z | Compiling hex-literal v0.4.1 |
| 3392 | 2026-05-12T01:33:05.718Z | Compiling display-error-chain v0.2.2 |
| 3393 | 2026-05-12T01:33:05.745Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3394 | 2026-05-12T01:33:05.799Z | Compiling colored v2.2.0 |
| 3395 | 2026-05-12T01:33:05.802Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3396 | 2026-05-12T01:33:05.899Z | Compiling socket2 v0.5.10 |
| 3397 | 2026-05-12T01:33:05.954Z | Compiling internet-checksum v0.2.1 |
| 3398 | 2026-05-12T01:33:06.001Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3399 | 2026-05-12T01:33:06.270Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3400 | 2026-05-12T01:33:06.765Z | Compiling russh v0.45.0 |
| 3401 | 2026-05-12T01:33:07.422Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3402 | 2026-05-12T01:33:07.444Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3403 | 2026-05-12T01:33:07.533Z | Compiling progenitor v0.11.2 |
| 3404 | 2026-05-12T01:33:07.665Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3405 | 2026-05-12T01:33:09.846Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3406 | 2026-05-12T01:33:10.506Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3407 | 2026-05-12T01:33:10.989Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3408 | 2026-05-12T01:33:12.885Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3409 | 2026-05-12T01:33:20.877Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3410 | 2026-05-12T01:33:20.877Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3411 | 2026-05-12T01:33:20.877Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3412 | 2026-05-12T01:33:20.881Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3413 | 2026-05-12T01:33:22.590Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3414 | 2026-05-12T01:33:22.693Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3415 | 2026-05-12T01:33:26.807Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3416 | 2026-05-12T01:33:28.272Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3417 | 2026-05-12T01:33:47.152Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3418 | 2026-05-12T01:34:06.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3419 | 2026-05-12T01:34:06.620Z | |
| 3420 | 2026-05-12T01:34:06.620Z | real 1:26.295740504 |
| 3421 | 2026-05-12T01:34:06.620Z | user 8:02.472855931 |
| 3422 | 2026-05-12T01:34:06.620Z | sys 1:39.861120964 |
| 3423 | 2026-05-12T01:34:06.620Z | trap 0.240562618 |
| 3424 | 2026-05-12T01:34:06.623Z | tflt 0.628908141 |
| 3425 | 2026-05-12T01:34:06.623Z | dflt 1.760854248 |
| 3426 | 2026-05-12T01:34:06.623Z | kflt 0.000409940 |
| 3427 | 2026-05-12T01:34:06.623Z | lock 27:20.468081049 |
| 3428 | 2026-05-12T01:34:06.623Z | slp 18:28.958806778 |
| 3429 | 2026-05-12T01:34:06.624Z | lat 37.363638620 |
| 3430 | 2026-05-12T01:34:06.624Z | stop 2:40.589204259 |
| 3431 | 2026-05-12T01:34:06.624Z | + mkdir tests |
| 3432 | 2026-05-12T01:34:06.627Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3433 | 2026-05-12T01:34:06.627Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3434 | 2026-05-12T01:34:06.648Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2041b5bd9c2f6d06 tests/ |
| 3435 | 2026-05-12T01:34:06.675Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d041f9bf393f3dc tests/ |
| 3436 | 2026-05-12T01:34:06.704Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-62f54474d1b47c98 tests/ |
| 3437 | 2026-05-12T01:34:06.735Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-44a692f051bbacae tests/ |
| 3438 | 2026-05-12T01:34:07.077Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 3439 | 2026-05-12T01:34:07.080Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-6d041f9bf393f3dc tests/commtest-62f54474d1b47c98 tests/dhcp_server-2041b5bd9c2f6d06 tests/end_to_end_tests-44a692f051bbacae out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3440 | 2026-05-12T01:35:26.607Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3441 | 2026-05-12T01:35:26.607Z | a .github/buildomat/ci-env.sh 1K |
| 3442 | 2026-05-12T01:35:26.607Z | a out/target/test 1K |
| 3443 | 2026-05-12T01:35:26.607Z | a out/npuzone/npuzone 27402K |
| 3444 | 2026-05-12T01:35:26.607Z | a package-manifest.toml 35K |
| 3445 | 2026-05-12T01:35:26.607Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3446 | 2026-05-12T01:35:26.607Z | a target/release/omicron-package 45965K |
| 3447 | 2026-05-12T01:35:26.607Z | a target/release/xtask 11449K |
| 3448 | 2026-05-12T01:35:26.607Z | a target/debug/bootstrap 352410K |
| 3449 | 2026-05-12T01:35:26.607Z | a tests/bootstrap-6d041f9bf393f3dc 31215K |
| 3450 | 2026-05-12T01:35:26.607Z | a tests/commtest-62f54474d1b47c98 32299K |
| 3451 | 2026-05-12T01:35:26.607Z | a tests/dhcp_server-2041b5bd9c2f6d06 31215K |
| 3452 | 2026-05-12T01:35:26.607Z | a tests/end_to_end_tests-44a692f051bbacae 394239K |
| 3453 | 2026-05-12T01:35:26.607Z | a out/clickhouse.tar.gz 321161K |
| 3454 | 2026-05-12T01:35:26.607Z | a out/clickhouse_keeper.tar.gz 306247K |
| 3455 | 2026-05-12T01:35:26.607Z | a out/clickhouse_server.tar.gz 321159K |
| 3456 | 2026-05-12T01:35:26.608Z | a out/cockroachdb.tar.gz 165939K |
| 3457 | 2026-05-12T01:35:26.608Z | a out/crucible-pantry-zone.tar.gz 42042K |
| 3458 | 2026-05-12T01:35:26.608Z | a out/crucible-utils.tar 16477K |
| 3459 | 2026-05-12T01:35:26.608Z | a out/crucible-zone.tar.gz 57578K |
| 3460 | 2026-05-12T01:35:26.608Z | a out/external-dns.tar.gz 51132K |
| 3461 | 2026-05-12T01:35:26.608Z | a out/internal-dns.tar.gz 51132K |
| 3462 | 2026-05-12T01:35:26.608Z | a out/mg-ddm-gz.tar 95141K |
| 3463 | 2026-05-12T01:35:26.608Z | a out/nexus.tar.gz 221174K |
| 3464 | 2026-05-12T01:35:26.608Z | a out/ntp.tar.gz 32668K |
| 3465 | 2026-05-12T01:35:26.608Z | a out/omicron-gateway-softnpu.tar.gz 29732K |
| 3466 | 2026-05-12T01:35:26.608Z | a out/omicron-sled-agent.tar 202960K |
| 3467 | 2026-05-12T01:35:26.608Z | a out/overlay.tar.gz 3K |
| 3468 | 2026-05-12T01:35:26.608Z | a out/oximeter.tar.gz 68347K |
| 3469 | 2026-05-12T01:35:26.608Z | a out/oxlog.tar 3782K |
| 3470 | 2026-05-12T01:35:26.608Z | a out/probe.tar.gz 3037K |
| 3471 | 2026-05-12T01:35:26.608Z | a out/propolis-server.tar.gz 38727K |
| 3472 | 2026-05-12T01:35:26.608Z | a out/pumpkind-gz.tar 26647K |
| 3473 | 2026-05-12T01:35:26.608Z | a out/switch-softnpu.tar.gz 398160K |
| 3474 | 2026-05-12T01:35:26.611Z | |
| 3475 | 2026-05-12T01:35:26.612Z | real 1:19.527887748 |
| 3476 | 2026-05-12T01:35:26.612Z | user 1:16.882173222 |
| 3477 | 2026-05-12T01:35:26.612Z | sys 4.366226120 |
| 3478 | 2026-05-12T01:35:26.612Z | trap 0.006673442 |
| 3479 | 2026-05-12T01:35:26.612Z | tflt 0.000000000 |
| 3480 | 2026-05-12T01:35:26.612Z | dflt 0.000000000 |
| 3481 | 2026-05-12T01:35:26.612Z | kflt 0.000000000 |
| 3482 | 2026-05-12T01:35:26.612Z | lock 0.000000000 |
| 3483 | 2026-05-12T01:35:26.612Z | slp 1:16.783677916 |
| 3484 | 2026-05-12T01:35:26.612Z | lat 1.012480620 |
| 3485 | 2026-05-12T01:35:26.612Z | stop 0.000182470 |
| 3486 | 2026-05-12T01:35:26.612Z | process exited: duration 922364 ms, exit code 0 |
| |
| 3487 | 2026-05-12T01:35:26.627Z | found 1 output files |
| 3488 | 2026-05-12T01:35:26.627Z | uploading: /work/package.tar.gz (2453823661 bytes) |
| 3489 | 2026-05-12T01:35:52.816Z | uploaded: /work/package.tar.gz |