|
|
|
| 1 | 2026-05-07T16:33:23.400Z | job assigned to worker 01KR1MHFTH4BS7AQVSRB8RTJNA [factory aws, i-0725987f58e1877bd] (queued for 49 s) |
| |
| 2 | 2026-05-07T16:33:31.031Z | starting task 0: "setup" |
| 3 | 2026-05-07T16:33:31.036Z | ++ uname -s |
| 4 | 2026-05-07T16:33:31.039Z | + kern=SunOS |
| 5 | 2026-05-07T16:33:31.039Z | + build_user=build |
| 6 | 2026-05-07T16:33:31.039Z | + build_uid=12345 |
| 7 | 2026-05-07T16:33:31.039Z | + work_dir=/work |
| 8 | 2026-05-07T16:33:31.039Z | + input_dir=/input |
| 9 | 2026-05-07T16:33:31.039Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T16:33:31.040Z | + case "$kern" in |
| 11 | 2026-05-07T16:33:31.040Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T16:33:31.043Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T16:33:33.050Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T16:33:33.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T16:33:33.177Z | + home_fs=zfs |
| 16 | 2026-05-07T16:33:33.177Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T16:33:33.177Z | + mkdir -p /home/build |
| 18 | 2026-05-07T16:33:33.181Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T16:33:35.181Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T16:33:35.184Z | process exited: duration 4155 ms, exit code 0 |
| |
| 21 | 2026-05-07T16:33:35.190Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T16:33:35.197Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-07T16:33:35.197Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-07T16:33:35.197Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-07T16:33:35.197Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-07T16:33:35.197Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T16:33:35.197Z | * rust toolchain profile = "default" |
| 28 | 2026-05-07T16:33:35.200Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T16:33:35.200Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-07T16:33:35.297Z | info: downloading installer |
| 31 | 2026-05-07T16:33:36.898Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-07T16:33:36.898Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-07T16:33:36.898Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-07T16:33:36.898Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-07T16:33:36.911Z | info: profile set to default |
| 36 | 2026-05-07T16:33:36.911Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-07T16:33:36.914Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-07T16:33:37.055Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-07T16:33:37.058Z | info: downloading 6 components |
| 40 | 2026-05-07T16:33:52.321Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-07T16:33:52.321Z | |
| 42 | 2026-05-07T16:33:52.347Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-07T16:33:52.347Z | |
| 44 | 2026-05-07T16:33:52.347Z | |
| 45 | 2026-05-07T16:33:52.347Z | Rust is installed now. Great! |
| 46 | 2026-05-07T16:33:52.347Z | |
| 47 | 2026-05-07T16:33:52.347Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-07T16:33:52.347Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-07T16:33:52.347Z | |
| 50 | 2026-05-07T16:33:52.347Z | To configure your current shell, you need to source |
| 51 | 2026-05-07T16:33:52.347Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-07T16:33:52.347Z | |
| 53 | 2026-05-07T16:33:52.347Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-07T16:33:52.350Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-07T16:33:52.350Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-07T16:33:52.350Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-07T16:33:52.350Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-07T16:33:52.351Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-07T16:33:52.351Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-07T16:33:52.351Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-07T16:33:52.351Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-07T16:33:52.447Z | + rustup --version |
| 63 | 2026-05-07T16:33:52.453Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-07T16:33:52.453Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-07T16:33:52.475Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-07T16:33:52.478Z | + cargo --version |
| 67 | 2026-05-07T16:33:52.486Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-07T16:33:52.489Z | + rustc --version |
| 69 | 2026-05-07T16:33:52.509Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-07T16:33:52.512Z | process exited: duration 17320 ms, exit code 0 |
| |
| 71 | 2026-05-07T16:33:52.518Z | starting task 2: "authentication" |
| 72 | 2026-05-07T16:33:52.535Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-07T16:33:52.543Z | starting task 3: "clone repository" |
| 74 | 2026-05-07T16:33:52.546Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-07T16:33:52.549Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-07T16:33:52.581Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-07T16:34:04.552Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-07T16:34:04.552Z | + git fetch origin 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 79 | 2026-05-07T16:34:04.853Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-07T16:34:04.853Z | * branch 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a -> FETCH_HEAD |
| 81 | 2026-05-07T16:34:04.867Z | + [[ -n zl/flake-test_join_by_ip_existing_group ]] |
| 82 | 2026-05-07T16:34:04.870Z | ++ git branch --show-current |
| 83 | 2026-05-07T16:34:04.873Z | + current=main |
| 84 | 2026-05-07T16:34:04.873Z | + [[ main != zl/flake-test_join_by_ip_existing_group ]] |
| 85 | 2026-05-07T16:34:04.873Z | + git branch -f zl/flake-test_join_by_ip_existing_group 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 86 | 2026-05-07T16:34:04.876Z | + git checkout -f zl/flake-test_join_by_ip_existing_group |
| 87 | 2026-05-07T16:34:05.107Z | Switched to branch 'zl/flake-test_join_by_ip_existing_group' |
| 88 | 2026-05-07T16:34:05.112Z | + git reset --hard 7af0a7fcf6e255eab5a78a3d8f30e1301839e22a |
| 89 | 2026-05-07T16:34:05.123Z | HEAD is now at 7af0a7fcf [multicast,instance,test-flake] reorder instance_stop and send stop before tearing down multicast member state |
| 90 | 2026-05-07T16:34:05.126Z | process exited: duration 12582 ms, exit code 0 |
| |
| 91 | 2026-05-07T16:34:05.133Z | starting task 4: "build" |
| 92 | 2026-05-07T16:34:05.139Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-07T16:34:05.139Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-07T16:34:05.139Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-07T16:34:05.139Z | + cargo --version |
| 96 | 2026-05-07T16:34:05.148Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-07T16:34:05.151Z | + rustc --version |
| 98 | 2026-05-07T16:34:05.171Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-07T16:34:05.174Z | + WORK=/work |
| 100 | 2026-05-07T16:34:05.174Z | + pfexec mkdir -p /work |
| 101 | 2026-05-07T16:34:05.177Z | + pfexec chown build /work |
| 102 | 2026-05-07T16:34:05.180Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-07T16:34:07.038Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-07T16:34:07.093Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-07T16:34:07.268Z | Planning: Solver setup ... Done (0.141s) |
| 106 | 2026-05-07T16:34:07.280Z | Planning: Running solver ... Done (0.011s) |
| 107 | 2026-05-07T16:34:07.283Z | Planning: Finding local manifests ... Done (0.002s) |
| 108 | 2026-05-07T16:34:07.294Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-07T16:34:07.315Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-07T16:34:07.329Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-07T16:34:07.332Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-05-07T16:34:07.521Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 113 | 2026-05-07T16:34:07.524Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-07T16:34:08.393Z | Planning: Evaluating mediators ... Done (0.871s) |
| 115 | 2026-05-07T16:34:08.396Z | Planning: Planning completed in 1.28 seconds |
| 116 | 2026-05-07T16:34:08.401Z | Packages to install: 2 |
| 117 | 2026-05-07T16:34:08.401Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-07T16:34:08.401Z | Estimated space to be consumed: 16.39 MB |
| 119 | 2026-05-07T16:34:08.401Z | Create boot environment: No |
| 120 | 2026-05-07T16:34:08.401Z | Create backup boot environment: No |
| 121 | 2026-05-07T16:34:08.401Z | Rebuild boot archive: No |
| 122 | 2026-05-07T16:34:08.405Z | |
| 123 | 2026-05-07T16:34:08.405Z | Changed packages: |
| 124 | 2026-05-07T16:34:08.405Z | helios |
| 125 | 2026-05-07T16:34:08.405Z | developer/build-essential |
| 126 | 2026-05-07T16:34:08.405Z | None -> 11-3.0 |
| 127 | 2026-05-07T16:34:08.405Z | library/libxmlsec1 |
| 128 | 2026-05-07T16:34:08.405Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-07T16:34:08.428Z | |
| 130 | 2026-05-07T16:34:08.429Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-07T16:34:09.073Z | Download: Completed 1.28 MB in 0.64 seconds (2.0M/s) |
| 132 | 2026-05-07T16:34:09.142Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-07T16:34:09.182Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-05-07T16:34:09.188Z | Finalize: Updating package state database ... Done (0.005s) |
| 135 | 2026-05-07T16:34:09.188Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-07T16:34:09.207Z | Finalize: Updating image state ... Done (0.011s) |
| 137 | 2026-05-07T16:34:11.784Z | Finalize: Creating fast lookup database ... Done (2.564s) |
| 138 | 2026-05-07T16:34:11.863Z | Finalize: Reading search index ... Done (0.013s) |
| 139 | 2026-05-07T16:34:11.866Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-07T16:34:11.952Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-07T16:34:12.250Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-07T16:34:12.356Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-07T16:34:12.359Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-07T16:34:12.515Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-07T16:34:12.518Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-05-07T16:34:12.537Z | Mediators to change: 2 |
| 147 | 2026-05-07T16:34:12.537Z | Create boot environment: No |
| 148 | 2026-05-07T16:34:12.537Z | Create backup boot environment: No |
| 149 | 2026-05-07T16:34:12.598Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-07T16:34:12.598Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-07T16:34:12.605Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-07T16:34:14.568Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-07T16:34:14.630Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-07T16:34:14.633Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-07T16:34:14.709Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-07T16:34:14.993Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-07T16:34:15.099Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-07T16:34:15.102Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-07T16:34:15.252Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-07T16:34:15.255Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-07T16:34:15.277Z | Mediators to change: 1 |
| 162 | 2026-05-07T16:34:15.277Z | Create boot environment: No |
| 163 | 2026-05-07T16:34:15.277Z | Create backup boot environment: No |
| 164 | 2026-05-07T16:34:15.350Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-07T16:34:15.350Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-07T16:34:15.358Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-07T16:34:17.314Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-07T16:34:17.376Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-07T16:34:17.379Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-07T16:34:17.460Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-07T16:34:17.773Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-07T16:34:17.773Z | apache system 2.4 system |
| 173 | 2026-05-07T16:34:17.773Z | clang system 15 system |
| 174 | 2026-05-07T16:34:17.773Z | csh system system illumos |
| 175 | 2026-05-07T16:34:17.774Z | ctags system system illumos |
| 176 | 2026-05-07T16:34:17.774Z | file vendor vendor darwinsys |
| 177 | 2026-05-07T16:34:17.774Z | file system system illumos |
| 178 | 2026-05-07T16:34:17.774Z | gcc vendor 14 vendor |
| 179 | 2026-05-07T16:34:17.774Z | gcc system 13 system |
| 180 | 2026-05-07T16:34:17.774Z | gcc system 10 system |
| 181 | 2026-05-07T16:34:17.774Z | go system 1.25 system |
| 182 | 2026-05-07T16:34:17.774Z | llvm system 15 system |
| 183 | 2026-05-07T16:34:17.774Z | mariadb system 11.4 system |
| 184 | 2026-05-07T16:34:17.774Z | mta vendor vendor dma |
| 185 | 2026-05-07T16:34:17.774Z | openjdk system 17 system |
| 186 | 2026-05-07T16:34:17.774Z | openjdk system 11 system |
| 187 | 2026-05-07T16:34:17.774Z | openssl vendor 3 vendor |
| 188 | 2026-05-07T16:34:17.774Z | perl system 5.40 system |
| 189 | 2026-05-07T16:34:17.774Z | postgresql system 18 system |
| 190 | 2026-05-07T16:34:17.774Z | postgresql system 17 system |
| 191 | 2026-05-07T16:34:17.774Z | python vendor 3 vendor |
| 192 | 2026-05-07T16:34:17.774Z | python system 2 system |
| 193 | 2026-05-07T16:34:17.774Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-07T16:34:17.774Z | ruby system 3.4 system |
| 195 | 2026-05-07T16:34:17.774Z | ruby system 3.0 system |
| 196 | 2026-05-07T16:34:17.774Z | words vendor vendor american-english |
| 197 | 2026-05-07T16:34:17.774Z | words system system australian-english |
| 198 | 2026-05-07T16:34:17.774Z | words system system british-english |
| 199 | 2026-05-07T16:34:17.774Z | words system system canadian-english |
| 200 | 2026-05-07T16:34:17.774Z | words system system french |
| 201 | 2026-05-07T16:34:17.774Z | words system system italian |
| 202 | 2026-05-07T16:34:17.774Z | words system system ngerman |
| 203 | 2026-05-07T16:34:17.774Z | words system system ogerman |
| 204 | 2026-05-07T16:34:17.774Z | words system system spanish |
| 205 | 2026-05-07T16:34:18.029Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-07T16:34:18.030Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-07T16:34:18.286Z | FMRI IFO |
| 208 | 2026-05-07T16:34:18.287Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-07T16:34:18.287Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-07T16:34:18.287Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-07T16:34:18.287Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-07T16:34:18.287Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-07T16:34:18.287Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-07T16:34:18.287Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-07T16:34:18.287Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-07T16:34:18.287Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-07T16:34:18.507Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-07T16:34:18.765Z | Updating crates.io index |
| 219 | 2026-05-07T16:34:18.802Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-07T16:34:19.676Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-07T16:34:20.194Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-07T16:34:20.532Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-07T16:34:21.673Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-07T16:34:22.284Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-07T16:34:23.633Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-07T16:34:24.611Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-07T16:34:24.929Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-07T16:34:26.083Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-07T16:34:26.492Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-07T16:34:26.797Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-07T16:34:27.116Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-07T16:34:28.319Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-07T16:34:28.964Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-07T16:34:29.273Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-07T16:34:29.620Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-07T16:34:30.155Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-07T16:34:30.486Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-07T16:34:30.731Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-07T16:34:31.010Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-07T16:34:31.426Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-07T16:34:31.755Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-07T16:34:32.317Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-07T16:34:32.630Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-07T16:34:32.943Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-07T16:34:33.928Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-07T16:34:34.620Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-07T16:34:35.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-07T16:34:35.690Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-07T16:34:36.047Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-07T16:34:36.417Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-07T16:34:36.745Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-07T16:34:37.551Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-07T16:34:37.840Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-07T16:34:38.131Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-07T16:34:38.449Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-07T16:34:38.882Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-07T16:34:50.883Z | Downloading crates ... |
| 258 | 2026-05-07T16:34:50.956Z | Downloaded dtrace-parser v0.2.0 |
| 259 | 2026-05-07T16:34:50.970Z | Downloaded cargo-util-schemas v0.8.2 |
| 260 | 2026-05-07T16:34:50.973Z | Downloaded potential_utf v0.1.4 |
| 261 | 2026-05-07T16:34:50.973Z | Downloaded camino v1.2.2 |
| 262 | 2026-05-07T16:34:50.976Z | Downloaded form_urlencoded v1.2.2 |
| 263 | 2026-05-07T16:34:50.981Z | Downloaded thiserror v2.0.18 |
| 264 | 2026-05-07T16:34:50.984Z | Downloaded getrandom v0.4.1 |
| 265 | 2026-05-07T16:34:50.984Z | Downloaded cpufeatures v0.2.17 |
| 266 | 2026-05-07T16:34:50.984Z | Downloaded toml v0.8.23 |
| 267 | 2026-05-07T16:34:50.989Z | Downloaded tinystr v0.8.2 |
| 268 | 2026-05-07T16:34:50.989Z | Downloaded toml_datetime v0.6.11 |
| 269 | 2026-05-07T16:34:50.989Z | Downloaded equivalent v1.0.2 |
| 270 | 2026-05-07T16:34:50.989Z | Downloaded block-buffer v0.10.4 |
| 271 | 2026-05-07T16:34:50.992Z | Downloaded cargo-platform v0.2.0 |
| 272 | 2026-05-07T16:34:50.992Z | Downloaded unicode-linebreak v0.1.5 |
| 273 | 2026-05-07T16:34:50.992Z | Downloaded toml_write v0.1.2 |
| 274 | 2026-05-07T16:34:50.994Z | Downloaded textwrap v0.16.2 |
| 275 | 2026-05-07T16:34:50.998Z | Downloaded colorchoice v1.0.4 |
| 276 | 2026-05-07T16:34:51.001Z | Downloaded usdt v0.5.0 |
| 277 | 2026-05-07T16:34:51.002Z | Downloaded usdt-macro v0.5.0 |
| 278 | 2026-05-07T16:34:51.002Z | Downloaded zerofrom v0.1.6 |
| 279 | 2026-05-07T16:34:51.002Z | Downloaded fnv v1.0.7 |
| 280 | 2026-05-07T16:34:51.005Z | Downloaded clap_lex v1.0.0 |
| 281 | 2026-05-07T16:34:51.005Z | Downloaded zerovec-derive v0.11.2 |
| 282 | 2026-05-07T16:34:51.008Z | Downloaded clap_derive v4.5.55 |
| 283 | 2026-05-07T16:34:51.012Z | Downloaded digest v0.10.7 |
| 284 | 2026-05-07T16:34:51.012Z | Downloaded cargo_toml v0.21.0 |
| 285 | 2026-05-07T16:34:51.016Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-05-07T16:34:51.016Z | Downloaded bytecount v0.6.9 |
| 287 | 2026-05-07T16:34:51.016Z | Downloaded unicode-xid v0.2.6 |
| 288 | 2026-05-07T16:34:51.016Z | Downloaded typeid v1.0.3 |
| 289 | 2026-05-07T16:34:51.020Z | Downloaded idna_adapter v1.2.1 |
| 290 | 2026-05-07T16:34:51.020Z | Downloaded utf8parse v0.2.2 |
| 291 | 2026-05-07T16:34:51.023Z | Downloaded thiserror-impl v1.0.69 |
| 292 | 2026-05-07T16:34:51.023Z | Downloaded stable_deref_trait v1.2.1 |
| 293 | 2026-05-07T16:34:51.023Z | Downloaded writeable v0.6.2 |
| 294 | 2026-05-07T16:34:51.023Z | Downloaded zerofrom-derive v0.1.6 |
| 295 | 2026-05-07T16:34:51.026Z | Downloaded utf8_iter v1.0.4 |
| 296 | 2026-05-07T16:34:51.026Z | Downloaded fastrand v2.3.0 |
| 297 | 2026-05-07T16:34:51.026Z | Downloaded yoke-derive v0.8.1 |
| 298 | 2026-05-07T16:34:51.026Z | Downloaded thread-id v4.2.2 |
| 299 | 2026-05-07T16:34:51.026Z | Downloaded thiserror v1.0.69 |
| 300 | 2026-05-07T16:34:51.029Z | Downloaded byteorder v1.5.0 |
| 301 | 2026-05-07T16:34:51.032Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-05-07T16:34:51.040Z | Downloaded macaddr v1.0.1 |
| 303 | 2026-05-07T16:34:51.040Z | Downloaded erased-serde v0.4.9 |
| 304 | 2026-05-07T16:34:51.046Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-05-07T16:34:51.046Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-07T16:34:51.046Z | Downloaded zerocopy-derive v0.7.35 |
| 307 | 2026-05-07T16:34:51.049Z | Downloaded strsim v0.11.1 |
| 308 | 2026-05-07T16:34:51.049Z | Downloaded yoke v0.8.1 |
| 309 | 2026-05-07T16:34:51.049Z | Downloaded dof v0.3.0 |
| 310 | 2026-05-07T16:34:51.049Z | Downloaded usdt-attr-macro v0.5.0 |
| 311 | 2026-05-07T16:34:51.049Z | Downloaded thiserror-impl v2.0.18 |
| 312 | 2026-05-07T16:34:51.049Z | Downloaded displaydoc v0.2.5 |
| 313 | 2026-05-07T16:34:51.052Z | Downloaded version_check v0.9.5 |
| 314 | 2026-05-07T16:34:51.055Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2026-05-07T16:34:51.055Z | Downloaded heck v0.5.0 |
| 316 | 2026-05-07T16:34:51.055Z | Downloaded anstyle v1.0.13 |
| 317 | 2026-05-07T16:34:51.058Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-05-07T16:34:51.058Z | Downloaded unicode-ident v1.0.24 |
| 319 | 2026-05-07T16:34:51.061Z | Downloaded ucd-trie v0.1.7 |
| 320 | 2026-05-07T16:34:51.063Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-05-07T16:34:51.067Z | Downloaded zerotrie v0.2.3 |
| 322 | 2026-05-07T16:34:51.070Z | Downloaded itoa v1.0.17 |
| 323 | 2026-05-07T16:34:51.070Z | Downloaded typenum v1.19.0 |
| 324 | 2026-05-07T16:34:51.070Z | Downloaded anstyle-parse v0.2.7 |
| 325 | 2026-05-07T16:34:51.075Z | Downloaded toml_edit v0.22.27 |
| 326 | 2026-05-07T16:34:51.078Z | Downloaded percent-encoding v2.3.2 |
| 327 | 2026-05-07T16:34:51.080Z | Downloaded url v2.5.8 |
| 328 | 2026-05-07T16:34:51.081Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-05-07T16:34:51.084Z | Downloaded plain v0.2.3 |
| 330 | 2026-05-07T16:34:51.084Z | Downloaded proc-macro-error-attr v1.0.4 |
| 331 | 2026-05-07T16:34:51.084Z | Downloaded memmap v0.7.0 |
| 332 | 2026-05-07T16:34:51.086Z | Downloaded swrite v0.1.0 |
| 333 | 2026-05-07T16:34:51.086Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-05-07T16:34:51.093Z | Downloaded zerovec v0.11.5 |
| 335 | 2026-05-07T16:34:51.101Z | Downloaded terminal_size v0.4.3 |
| 336 | 2026-05-07T16:34:51.104Z | Downloaded zerocopy v0.7.35 |
| 337 | 2026-05-07T16:34:51.110Z | Downloaded winnow v0.7.14 |
| 338 | 2026-05-07T16:34:51.115Z | Downloaded serde_spanned v0.6.9 |
| 339 | 2026-05-07T16:34:51.119Z | Downloaded ordered-float v2.10.1 |
| 340 | 2026-05-07T16:34:51.119Z | Downloaded anstyle-query v1.1.5 |
| 341 | 2026-05-07T16:34:51.119Z | Downloaded heck v0.4.1 |
| 342 | 2026-05-07T16:34:51.119Z | Downloaded unicode-width v0.2.0 |
| 343 | 2026-05-07T16:34:51.122Z | Downloaded unicode-width v0.1.14 |
| 344 | 2026-05-07T16:34:51.125Z | Downloaded serde_tokenstream v0.2.3 |
| 345 | 2026-05-07T16:34:51.128Z | Downloaded is_terminal_polyfill v1.70.2 |
| 346 | 2026-05-07T16:34:51.128Z | Downloaded cargo_metadata v0.21.0 |
| 347 | 2026-05-07T16:34:51.128Z | Downloaded camino-tempfile v1.4.1 |
| 348 | 2026-05-07T16:34:51.128Z | Downloaded serde-value v0.7.0 |
| 349 | 2026-05-07T16:34:51.131Z | Downloaded smawk v0.3.2 |
| 350 | 2026-05-07T16:34:51.137Z | Downloaded litemap v0.8.1 |
| 351 | 2026-05-07T16:34:51.140Z | Downloaded semver v1.0.28 |
| 352 | 2026-05-07T16:34:51.149Z | Downloaded errno v0.3.14 |
| 353 | 2026-05-07T16:34:51.151Z | Downloaded autocfg v1.5.0 |
| 354 | 2026-05-07T16:34:51.151Z | Downloaded scroll v0.12.0 |
| 355 | 2026-05-07T16:34:51.157Z | Downloaded synstructure v0.13.2 |
| 356 | 2026-05-07T16:34:51.160Z | Downloaded anstream v0.6.21 |
| 357 | 2026-05-07T16:34:51.165Z | Downloaded fs-err v3.3.0 |
| 358 | 2026-05-07T16:34:51.168Z | Downloaded serde-untagged v0.1.9 |
| 359 | 2026-05-07T16:34:51.175Z | Downloaded clap v4.5.60 |
| 360 | 2026-05-07T16:34:51.189Z | Downloaded anyhow v1.0.102 |
| 361 | 2026-05-07T16:34:51.193Z | Downloaded icu_collections v2.1.1 |
| 362 | 2026-05-07T16:34:51.198Z | Downloaded smallvec v1.15.1 |
| 363 | 2026-05-07T16:34:51.203Z | Downloaded tempfile v3.25.0 |
| 364 | 2026-05-07T16:34:51.206Z | Downloaded sha2 v0.10.9 |
| 365 | 2026-05-07T16:34:51.206Z | Downloaded once_cell v1.21.3 |
| 366 | 2026-05-07T16:34:51.220Z | Downloaded quote v1.0.45 |
| 367 | 2026-05-07T16:34:51.224Z | Downloaded num-traits v0.2.19 |
| 368 | 2026-05-07T16:34:51.229Z | Downloaded proc-macro-error v1.0.4 |
| 369 | 2026-05-07T16:34:51.233Z | Downloaded pest_generator v2.8.6 |
| 370 | 2026-05-07T16:34:51.238Z | Downloaded pest_derive v2.8.6 |
| 371 | 2026-05-07T16:34:51.241Z | Downloaded icu_properties v2.1.2 |
| 372 | 2026-05-07T16:34:51.243Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-05-07T16:34:51.247Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-05-07T16:34:51.259Z | Downloaded papergrid v0.11.0 |
| 375 | 2026-05-07T16:34:51.268Z | Downloaded icu_normalizer_data v2.1.1 |
| 376 | 2026-05-07T16:34:51.272Z | Downloaded serde_core v1.0.228 |
| 377 | 2026-05-07T16:34:51.275Z | Downloaded icu_provider v2.1.1 |
| 378 | 2026-05-07T16:34:51.280Z | Downloaded log v0.4.29 |
| 379 | 2026-05-07T16:34:51.291Z | Downloaded icu_locale_core v2.1.1 |
| 380 | 2026-05-07T16:34:51.294Z | Downloaded pest_meta v2.8.6 |
| 381 | 2026-05-07T16:34:51.300Z | Downloaded serde v1.0.228 |
| 382 | 2026-05-07T16:34:51.304Z | Downloaded memchr v2.8.0 |
| 383 | 2026-05-07T16:34:51.307Z | Downloaded icu_normalizer v2.1.1 |
| 384 | 2026-05-07T16:34:51.309Z | Downloaded indexmap v2.14.0 |
| 385 | 2026-05-07T16:34:51.327Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-05-07T16:34:51.345Z | Downloaded idna v1.1.0 |
| 387 | 2026-05-07T16:34:51.354Z | Downloaded pest v2.8.6 |
| 388 | 2026-05-07T16:34:51.362Z | Downloaded icu_properties_data v2.1.2 |
| 389 | 2026-05-07T16:34:51.367Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-07T16:34:51.372Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-07T16:34:51.381Z | Downloaded tabled v0.15.0 |
| 392 | 2026-05-07T16:34:51.391Z | Downloaded goblin v0.8.2 |
| 393 | 2026-05-07T16:34:51.399Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-07T16:34:51.406Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-07T16:34:51.435Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-07T16:34:51.458Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-07T16:34:51.523Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-07T16:34:51.523Z | Compiling unicode-ident v1.0.24 |
| 399 | 2026-05-07T16:34:51.526Z | Compiling quote v1.0.45 |
| 400 | 2026-05-07T16:34:51.526Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-07T16:34:51.526Z | Compiling libc v0.2.185 |
| 402 | 2026-05-07T16:34:51.526Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-07T16:34:51.526Z | Compiling stable_deref_trait v1.2.1 |
| 404 | 2026-05-07T16:34:51.526Z | Compiling memchr v2.8.0 |
| 405 | 2026-05-07T16:34:51.526Z | Compiling serde v1.0.228 |
| 406 | 2026-05-07T16:34:51.526Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-07T16:34:51.526Z | Compiling thiserror v1.0.69 |
| 408 | 2026-05-07T16:34:51.526Z | Compiling autocfg v1.5.0 |
| 409 | 2026-05-07T16:34:51.526Z | Compiling ucd-trie v0.1.7 |
| 410 | 2026-05-07T16:34:51.526Z | Compiling itoa v1.0.17 |
| 411 | 2026-05-07T16:34:51.526Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-07T16:34:51.917Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-07T16:34:51.980Z | Compiling rustix v1.1.3 |
| 414 | 2026-05-07T16:34:51.999Z | Compiling byteorder v1.5.0 |
| 415 | 2026-05-07T16:34:52.090Z | Compiling icu_properties_data v2.1.2 |
| 416 | 2026-05-07T16:34:52.154Z | Compiling icu_normalizer_data v2.1.1 |
| 417 | 2026-05-07T16:34:52.154Z | Compiling serde_json v1.0.149 |
| 418 | 2026-05-07T16:34:52.202Z | Compiling pest v2.8.6 |
| 419 | 2026-05-07T16:34:52.246Z | Compiling bitflags v2.11.0 |
| 420 | 2026-05-07T16:34:52.294Z | Compiling smallvec v1.15.1 |
| 421 | 2026-05-07T16:34:52.425Z | Compiling hashbrown v0.17.0 |
| 422 | 2026-05-07T16:34:52.429Z | Compiling num-traits v0.2.19 |
| 423 | 2026-05-07T16:34:52.555Z | Compiling typeid v1.0.3 |
| 424 | 2026-05-07T16:34:52.569Z | Compiling equivalent v1.0.2 |
| 425 | 2026-05-07T16:34:52.603Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2026-05-07T16:34:52.606Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-07T16:34:52.618Z | Compiling toml_write v0.1.2 |
| 428 | 2026-05-07T16:34:52.669Z | Compiling winnow v0.7.14 |
| 429 | 2026-05-07T16:34:52.690Z | Compiling syn v1.0.109 |
| 430 | 2026-05-07T16:34:52.708Z | Compiling errno v0.3.14 |
| 431 | 2026-05-07T16:34:52.738Z | Compiling thread-id v4.2.2 |
| 432 | 2026-05-07T16:34:52.777Z | Compiling erased-serde v0.4.9 |
| 433 | 2026-05-07T16:34:52.797Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2026-05-07T16:34:52.880Z | Compiling camino v1.2.2 |
| 435 | 2026-05-07T16:34:52.918Z | Compiling utf8parse v0.2.2 |
| 436 | 2026-05-07T16:34:53.012Z | Compiling indexmap v2.14.0 |
| 437 | 2026-05-07T16:34:53.045Z | Compiling getrandom v0.4.1 |
| 438 | 2026-05-07T16:34:53.048Z | Compiling percent-encoding v2.3.2 |
| 439 | 2026-05-07T16:34:53.094Z | Compiling plain v0.2.3 |
| 440 | 2026-05-07T16:34:53.132Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-05-07T16:34:53.162Z | Compiling syn v2.0.117 |
| 442 | 2026-05-07T16:34:53.217Z | Compiling log v0.4.29 |
| 443 | 2026-05-07T16:34:53.263Z | Compiling thiserror v2.0.18 |
| 444 | 2026-05-07T16:34:53.301Z | Compiling form_urlencoded v1.2.2 |
| 445 | 2026-05-07T16:34:53.354Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-07T16:34:53.424Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-07T16:34:53.494Z | Compiling cfg-if v1.0.4 |
| 448 | 2026-05-07T16:34:53.510Z | Compiling ordered-float v2.10.1 |
| 449 | 2026-05-07T16:34:53.571Z | Compiling colorchoice v1.0.4 |
| 450 | 2026-05-07T16:34:53.590Z | Compiling pretty-hex v0.4.1 |
| 451 | 2026-05-07T16:34:53.617Z | Compiling is_terminal_polyfill v1.70.2 |
| 452 | 2026-05-07T16:34:53.633Z | Compiling anstyle-query v1.1.5 |
| 453 | 2026-05-07T16:34:53.707Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-07T16:34:53.764Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-07T16:34:53.767Z | Compiling unicode-xid v0.2.6 |
| 456 | 2026-05-07T16:34:53.811Z | Compiling terminal_size v0.4.3 |
| 457 | 2026-05-07T16:34:53.814Z | Compiling fastrand v2.3.0 |
| 458 | 2026-05-07T16:34:53.848Z | Compiling clap_lex v1.0.0 |
| 459 | 2026-05-07T16:34:53.878Z | Compiling bytecount v0.6.9 |
| 460 | 2026-05-07T16:34:53.935Z | Compiling anstream v0.6.21 |
| 461 | 2026-05-07T16:34:53.938Z | Compiling fnv v1.0.7 |
| 462 | 2026-05-07T16:34:53.970Z | Compiling anyhow v1.0.102 |
| 463 | 2026-05-07T16:34:53.988Z | Compiling heck v0.5.0 |
| 464 | 2026-05-07T16:34:54.005Z | Compiling once_cell v1.21.3 |
| 465 | 2026-05-07T16:34:54.033Z | Compiling unicode-width v0.1.14 |
| 466 | 2026-05-07T16:34:54.055Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-07T16:34:54.073Z | Compiling heck v0.4.1 |
| 468 | 2026-05-07T16:34:54.280Z | Compiling semver v1.0.28 |
| 469 | 2026-05-07T16:34:54.283Z | Compiling papergrid v0.11.0 |
| 470 | 2026-05-07T16:34:54.319Z | Compiling clap_builder v4.5.60 |
| 471 | 2026-05-07T16:34:54.335Z | Compiling tempfile v3.25.0 |
| 472 | 2026-05-07T16:34:54.338Z | Compiling memmap v0.7.0 |
| 473 | 2026-05-07T16:34:54.352Z | Compiling unicode-linebreak v0.1.5 |
| 474 | 2026-05-07T16:34:54.426Z | Compiling unicode-width v0.2.0 |
| 475 | 2026-05-07T16:34:54.627Z | Compiling smawk v0.3.2 |
| 476 | 2026-05-07T16:34:54.643Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-07T16:34:54.716Z | Compiling camino-tempfile v1.4.1 |
| 478 | 2026-05-07T16:34:54.748Z | Compiling textwrap v0.16.2 |
| 479 | 2026-05-07T16:34:54.764Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-05-07T16:34:54.781Z | Compiling swrite v0.1.0 |
| 481 | 2026-05-07T16:34:55.162Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-07T16:34:55.707Z | Compiling synstructure v0.13.2 |
| 483 | 2026-05-07T16:34:55.707Z | Compiling pest_generator v2.8.6 |
| 484 | 2026-05-07T16:34:55.872Z | Compiling tabled v0.15.0 |
| 485 | 2026-05-07T16:34:56.246Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-07T16:34:56.246Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-07T16:34:56.249Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-07T16:34:56.249Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-07T16:34:56.249Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-07T16:34:56.249Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-07T16:34:56.249Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-07T16:34:56.262Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-07T16:34:56.280Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-07T16:34:56.327Z | Compiling clap_derive v4.5.55 |
| 495 | 2026-05-07T16:34:56.360Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-07T16:34:56.940Z | Compiling scroll v0.12.0 |
| 497 | 2026-05-07T16:34:57.044Z | Compiling zerocopy v0.7.35 |
| 498 | 2026-05-07T16:34:57.160Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-07T16:34:57.195Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-07T16:34:57.301Z | Compiling yoke v0.8.1 |
| 501 | 2026-05-07T16:34:57.467Z | Compiling zerovec v0.11.5 |
| 502 | 2026-05-07T16:34:57.470Z | Compiling zerotrie v0.2.3 |
| 503 | 2026-05-07T16:34:57.483Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-05-07T16:34:57.714Z | Compiling clap v4.5.60 |
| 505 | 2026-05-07T16:34:57.898Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-07T16:34:57.898Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-07T16:34:58.024Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-07T16:34:58.050Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-07T16:34:58.579Z | Compiling icu_provider v2.1.1 |
| 510 | 2026-05-07T16:34:58.743Z | Compiling dof v0.3.0 |
| 511 | 2026-05-07T16:34:58.743Z | Compiling serde_tokenstream v0.2.3 |
| 512 | 2026-05-07T16:34:58.773Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-05-07T16:34:58.776Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-05-07T16:34:58.776Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-07T16:34:58.776Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-07T16:34:58.776Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-07T16:34:58.790Z | Compiling icu_normalizer v2.1.1 |
| 518 | 2026-05-07T16:34:58.793Z | Compiling icu_properties v2.1.2 |
| 519 | 2026-05-07T16:34:59.056Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-07T16:34:59.485Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-07T16:34:59.485Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-07T16:34:59.731Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-07T16:34:59.830Z | Compiling idna v1.1.0 |
| 524 | 2026-05-07T16:35:00.074Z | Compiling usdt v0.5.0 |
| 525 | 2026-05-07T16:35:00.089Z | Compiling url v2.5.8 |
| 526 | 2026-05-07T16:35:00.314Z | Compiling toml v0.8.23 |
| 527 | 2026-05-07T16:35:00.638Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-05-07T16:35:00.638Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-07T16:35:01.410Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-07T16:35:02.330Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-07T16:35:04.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.09s |
| 532 | 2026-05-07T16:35:04.707Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-07T16:35:05.249Z | Downloading crates ... |
| 534 | 2026-05-07T16:35:05.348Z | Downloaded ahash v0.8.12 |
| 535 | 2026-05-07T16:35:05.361Z | Downloaded adler2 v2.0.1 |
| 536 | 2026-05-07T16:35:05.365Z | Downloaded bitfield-struct v0.6.2 |
| 537 | 2026-05-07T16:35:05.365Z | Downloaded crunchy v0.2.4 |
| 538 | 2026-05-07T16:35:05.365Z | Downloaded crucible-workspace-hack v0.1.0 |
| 539 | 2026-05-07T16:35:05.371Z | Downloaded dtrace-parser v0.3.0 |
| 540 | 2026-05-07T16:35:05.375Z | Downloaded aead v0.5.2 |
| 541 | 2026-05-07T16:35:05.375Z | Downloaded async-recursion v1.1.1 |
| 542 | 2026-05-07T16:35:05.380Z | Downloaded derive_builder_macro v0.20.2 |
| 543 | 2026-05-07T16:35:05.380Z | Downloaded env_filter v1.0.0 |
| 544 | 2026-05-07T16:35:05.380Z | Downloaded dof v0.4.0 |
| 545 | 2026-05-07T16:35:05.380Z | Downloaded crc8 v0.1.1 |
| 546 | 2026-05-07T16:35:05.380Z | Downloaded crc32fast v1.5.0 |
| 547 | 2026-05-07T16:35:05.383Z | Downloaded cfg_aliases v0.1.1 |
| 548 | 2026-05-07T16:35:05.383Z | Downloaded bit-set v0.8.0 |
| 549 | 2026-05-07T16:35:05.383Z | Downloaded bitfield-macros v0.19.4 |
| 550 | 2026-05-07T16:35:05.383Z | Downloaded atomicwrites v0.4.4 |
| 551 | 2026-05-07T16:35:05.387Z | Downloaded ciborium-io v0.2.2 |
| 552 | 2026-05-07T16:35:05.387Z | Downloaded crossterm v0.29.0 |
| 553 | 2026-05-07T16:35:05.390Z | Downloaded critical-section v1.2.0 |
| 554 | 2026-05-07T16:35:05.390Z | Downloaded base16ct v0.2.0 |
| 555 | 2026-05-07T16:35:05.394Z | Downloaded foreign-types-shared v0.1.1 |
| 556 | 2026-05-07T16:35:05.394Z | Downloaded expectorate v1.2.0 |
| 557 | 2026-05-07T16:35:05.394Z | Downloaded crossbeam-deque v0.8.6 |
| 558 | 2026-05-07T16:35:05.399Z | Downloaded castaway v0.2.4 |
| 559 | 2026-05-07T16:35:05.399Z | Downloaded cargo-platform v0.1.9 |
| 560 | 2026-05-07T16:35:05.399Z | Downloaded arrayref v0.3.9 |
| 561 | 2026-05-07T16:35:05.405Z | Downloaded crc v3.4.0 |
| 562 | 2026-05-07T16:35:05.405Z | Downloaded fd-lock v4.0.4 |
| 563 | 2026-05-07T16:35:05.405Z | Downloaded crossbeam-epoch v0.9.18 |
| 564 | 2026-05-07T16:35:05.408Z | Downloaded bb8 v0.8.6 |
| 565 | 2026-05-07T16:35:05.408Z | Downloaded atty v0.2.14 |
| 566 | 2026-05-07T16:35:05.408Z | Downloaded assert_matches v1.5.0 |
| 567 | 2026-05-07T16:35:05.408Z | Downloaded fallible-iterator v0.2.0 |
| 568 | 2026-05-07T16:35:05.411Z | Downloaded crossbeam-utils v0.8.21 |
| 569 | 2026-05-07T16:35:05.411Z | Downloaded cobs v0.3.0 |
| 570 | 2026-05-07T16:35:05.411Z | Downloaded bit-set v0.5.3 |
| 571 | 2026-05-07T16:35:05.417Z | Downloaded derive_builder_core v0.20.2 |
| 572 | 2026-05-07T16:35:05.420Z | Downloaded cfg_aliases v0.2.1 |
| 573 | 2026-05-07T16:35:05.420Z | Downloaded difflib v0.4.0 |
| 574 | 2026-05-07T16:35:05.420Z | Downloaded darling v0.20.11 |
| 575 | 2026-05-07T16:35:05.423Z | Downloaded block-padding v0.3.3 |
| 576 | 2026-05-07T16:35:05.423Z | Downloaded flagset v0.4.7 |
| 577 | 2026-05-07T16:35:05.426Z | Downloaded fixedbitset v0.4.2 |
| 578 | 2026-05-07T16:35:05.426Z | Downloaded fixedbitset v0.5.7 |
| 579 | 2026-05-07T16:35:05.430Z | Downloaded diff v0.1.13 |
| 580 | 2026-05-07T16:35:05.430Z | Downloaded atomic-waker v1.1.2 |
| 581 | 2026-05-07T16:35:05.433Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 582 | 2026-05-07T16:35:05.433Z | Downloaded ciborium-ll v0.2.2 |
| 583 | 2026-05-07T16:35:05.434Z | Downloaded darling_macro v0.20.11 |
| 584 | 2026-05-07T16:35:05.437Z | Downloaded compression-core v0.4.31 |
| 585 | 2026-05-07T16:35:05.443Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 586 | 2026-05-07T16:35:05.446Z | Downloaded cpufeatures v0.3.0 |
| 587 | 2026-05-07T16:35:05.446Z | Downloaded bit-vec v0.8.0 |
| 588 | 2026-05-07T16:35:05.449Z | Downloaded embedded-io v0.4.0 |
| 589 | 2026-05-07T16:35:05.449Z | Downloaded bitfield v0.19.4 |
| 590 | 2026-05-07T16:35:05.449Z | Downloaded arc-swap v1.8.2 |
| 591 | 2026-05-07T16:35:05.452Z | Downloaded bit-vec v0.6.3 |
| 592 | 2026-05-07T16:35:05.455Z | Downloaded async-stream-impl v0.3.6 |
| 593 | 2026-05-07T16:35:05.455Z | Downloaded defmt v0.3.100 |
| 594 | 2026-05-07T16:35:05.455Z | Downloaded cmake v0.1.57 |
| 595 | 2026-05-07T16:35:05.458Z | Downloaded endian-type v0.1.2 |
| 596 | 2026-05-07T16:35:05.458Z | Downloaded embedded-io v0.6.1 |
| 597 | 2026-05-07T16:35:05.458Z | Downloaded debug-ignore v1.0.5 |
| 598 | 2026-05-07T16:35:05.461Z | Downloaded camino-tempfile-ext v0.3.3 |
| 599 | 2026-05-07T16:35:05.461Z | Downloaded ascii-canvas v3.0.0 |
| 600 | 2026-05-07T16:35:05.461Z | Downloaded convert_case v0.4.0 |
| 601 | 2026-05-07T16:35:05.466Z | Downloaded array-init v0.0.4 |
| 602 | 2026-05-07T16:35:05.470Z | Downloaded float-ord v0.3.2 |
| 603 | 2026-05-07T16:35:05.472Z | Downloaded diesel-dtrace v0.5.0 |
| 604 | 2026-05-07T16:35:05.477Z | Downloaded env_logger v0.11.9 |
| 605 | 2026-05-07T16:35:05.480Z | Downloaded foreign-types-macros v0.2.3 |
| 606 | 2026-05-07T16:35:05.480Z | Downloaded foreign-types v0.3.2 |
| 607 | 2026-05-07T16:35:05.484Z | Downloaded dsl_auto_type v0.2.0 |
| 608 | 2026-05-07T16:35:05.489Z | Downloaded funty v2.0.0 |
| 609 | 2026-05-07T16:35:05.489Z | Downloaded foreign-types v0.5.0 |
| 610 | 2026-05-07T16:35:05.489Z | Downloaded foreign-types-shared v0.3.1 |
| 611 | 2026-05-07T16:35:05.489Z | Downloaded cbc v0.1.2 |
| 612 | 2026-05-07T16:35:05.489Z | Downloaded darling_macro v0.23.0 |
| 613 | 2026-05-07T16:35:05.489Z | Downloaded async-trait v0.1.89 |
| 614 | 2026-05-07T16:35:05.493Z | Downloaded downcast-rs v2.0.2 |
| 615 | 2026-05-07T16:35:05.493Z | Downloaded enum-as-inner v0.6.1 |
| 616 | 2026-05-07T16:35:05.493Z | Downloaded dyn-clone v1.0.20 |
| 617 | 2026-05-07T16:35:05.496Z | Downloaded dunce v1.0.5 |
| 618 | 2026-05-07T16:35:05.496Z | Downloaded async-stream v0.3.6 |
| 619 | 2026-05-07T16:35:05.496Z | Downloaded float-cmp v0.10.0 |
| 620 | 2026-05-07T16:35:05.497Z | Downloaded document-features v0.2.12 |
| 621 | 2026-05-07T16:35:05.503Z | Downloaded byte-wrapper v0.1.0 |
| 622 | 2026-05-07T16:35:05.503Z | Downloaded display-error-chain v0.2.2 |
| 623 | 2026-05-07T16:35:05.503Z | Downloaded dirs-sys-next v0.1.2 |
| 624 | 2026-05-07T16:35:05.508Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 625 | 2026-05-07T16:35:05.508Z | Downloaded convert_case v0.10.0 |
| 626 | 2026-05-07T16:35:05.508Z | Downloaded darling_macro v0.21.3 |
| 627 | 2026-05-07T16:35:05.508Z | Downloaded cstr-argument v0.1.2 |
| 628 | 2026-05-07T16:35:05.511Z | Downloaded crc-catalog v2.4.0 |
| 629 | 2026-05-07T16:35:05.511Z | Downloaded cargo_metadata v0.19.2 |
| 630 | 2026-05-07T16:35:05.511Z | Downloaded futures-macro v0.3.32 |
| 631 | 2026-05-07T16:35:05.511Z | Downloaded compression-codecs v0.4.37 |
| 632 | 2026-05-07T16:35:05.515Z | Downloaded futures-sink v0.3.32 |
| 633 | 2026-05-07T16:35:05.515Z | Downloaded git-stub v1.0.0 |
| 634 | 2026-05-07T16:35:05.515Z | Downloaded futures-io v0.3.32 |
| 635 | 2026-05-07T16:35:05.520Z | Downloaded dirs-next v2.0.0 |
| 636 | 2026-05-07T16:35:05.520Z | Downloaded futures-task v0.3.32 |
| 637 | 2026-05-07T16:35:05.520Z | Downloaded ghash v0.5.1 |
| 638 | 2026-05-07T16:35:05.520Z | Downloaded futures-core v0.3.32 |
| 639 | 2026-05-07T16:35:05.523Z | Downloaded cassowary v0.3.0 |
| 640 | 2026-05-07T16:35:05.523Z | Downloaded hash32 v0.3.1 |
| 641 | 2026-05-07T16:35:05.523Z | Downloaded der_derive v0.7.3 |
| 642 | 2026-05-07T16:35:05.523Z | Downloaded blowfish v0.9.1 |
| 643 | 2026-05-07T16:35:05.523Z | Downloaded bcs v0.1.6 |
| 644 | 2026-05-07T16:35:05.526Z | Downloaded cexpr v0.6.0 |
| 645 | 2026-05-07T16:35:05.526Z | Downloaded bitflags v1.3.2 |
| 646 | 2026-05-07T16:35:05.528Z | Downloaded colored v2.2.0 |
| 647 | 2026-05-07T16:35:05.532Z | Downloaded foldhash v0.1.5 |
| 648 | 2026-05-07T16:35:05.532Z | Downloaded globwalk v0.9.1 |
| 649 | 2026-05-07T16:35:05.532Z | Downloaded gethostname v0.5.0 |
| 650 | 2026-05-07T16:35:05.532Z | Downloaded fxhash v0.2.1 |
| 651 | 2026-05-07T16:35:05.535Z | Downloaded base64ct v1.8.3 |
| 652 | 2026-05-07T16:35:05.535Z | Downloaded aes v0.8.4 |
| 653 | 2026-05-07T16:35:05.539Z | Downloaded ecdsa v0.16.9 |
| 654 | 2026-05-07T16:35:05.539Z | Downloaded hash32 v0.2.1 |
| 655 | 2026-05-07T16:35:05.542Z | Downloaded ff v0.13.1 |
| 656 | 2026-05-07T16:35:05.542Z | Downloaded daft-derive v0.1.5 |
| 657 | 2026-05-07T16:35:05.542Z | Downloaded headers-core v0.3.0 |
| 658 | 2026-05-07T16:35:05.545Z | Downloaded const_format_proc_macros v0.2.34 |
| 659 | 2026-05-07T16:35:05.545Z | Downloaded cipher v0.4.4 |
| 660 | 2026-05-07T16:35:05.545Z | Downloaded deranged v0.5.8 |
| 661 | 2026-05-07T16:35:05.549Z | Downloaded ena v0.14.4 |
| 662 | 2026-05-07T16:35:05.549Z | Downloaded derive_more-impl v2.1.1 |
| 663 | 2026-05-07T16:35:05.553Z | Downloaded constant_time_eq v0.4.2 |
| 664 | 2026-05-07T16:35:05.554Z | Downloaded hex-literal v0.4.1 |
| 665 | 2026-05-07T16:35:05.557Z | Downloaded buf-list v1.1.2 |
| 666 | 2026-05-07T16:35:05.557Z | Downloaded arrayvec v0.7.6 |
| 667 | 2026-05-07T16:35:05.557Z | Downloaded crossbeam-channel v0.5.15 |
| 668 | 2026-05-07T16:35:05.560Z | Downloaded hubpack_derive v0.1.1 |
| 669 | 2026-05-07T16:35:05.560Z | Downloaded http-range v0.1.5 |
| 670 | 2026-05-07T16:35:05.560Z | Downloaded darling v0.21.3 |
| 671 | 2026-05-07T16:35:05.563Z | Downloaded hostname v0.4.2 |
| 672 | 2026-05-07T16:35:05.566Z | Downloaded home v0.5.12 |
| 673 | 2026-05-07T16:35:05.566Z | Downloaded defmt-parser v1.0.0 |
| 674 | 2026-05-07T16:35:05.566Z | Downloaded hostname v0.3.1 |
| 675 | 2026-05-07T16:35:05.569Z | Downloaded foldhash v0.2.0 |
| 676 | 2026-05-07T16:35:05.569Z | Downloaded http-body v1.0.1 |
| 677 | 2026-05-07T16:35:05.569Z | Downloaded either v1.15.0 |
| 678 | 2026-05-07T16:35:05.569Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-05-07T16:35:05.573Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-05-07T16:35:05.573Z | Downloaded fs-err v2.11.0 |
| 681 | 2026-05-07T16:35:05.576Z | Downloaded defmt v1.0.1 |
| 682 | 2026-05-07T16:35:05.576Z | Downloaded chacha20 v0.10.0 |
| 683 | 2026-05-07T16:35:05.578Z | Downloaded corncobs v0.1.4 |
| 684 | 2026-05-07T16:35:05.578Z | Downloaded derive-ex v0.1.8 |
| 685 | 2026-05-07T16:35:05.581Z | Downloaded hyper-tls v0.6.0 |
| 686 | 2026-05-07T16:35:05.581Z | Downloaded chacha20 v0.9.1 |
| 687 | 2026-05-07T16:35:05.582Z | Downloaded daft v0.1.5 |
| 688 | 2026-05-07T16:35:05.584Z | Downloaded derive_builder v0.20.2 |
| 689 | 2026-05-07T16:35:05.587Z | Downloaded indoc v1.0.9 |
| 690 | 2026-05-07T16:35:05.587Z | Downloaded instability v0.3.11 |
| 691 | 2026-05-07T16:35:05.592Z | Downloaded inout v0.1.4 |
| 692 | 2026-05-07T16:35:05.592Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-05-07T16:35:05.592Z | Downloaded flume v0.11.1 |
| 694 | 2026-05-07T16:35:05.595Z | Downloaded futures-executor v0.3.32 |
| 695 | 2026-05-07T16:35:05.595Z | Downloaded fs_extra v1.3.0 |
| 696 | 2026-05-07T16:35:05.599Z | Downloaded darling v0.23.0 |
| 697 | 2026-05-07T16:35:05.599Z | Downloaded async-bb8-diesel v0.2.1 |
| 698 | 2026-05-07T16:35:05.602Z | Downloaded filetime v0.2.27 |
| 699 | 2026-05-07T16:35:05.602Z | Downloaded csv-core v0.1.13 |
| 700 | 2026-05-07T16:35:05.603Z | Downloaded ident_case v1.0.1 |
| 701 | 2026-05-07T16:35:05.605Z | Downloaded git-stub-vcs v0.1.0 |
| 702 | 2026-05-07T16:35:05.605Z | Downloaded globset v0.4.18 |
| 703 | 2026-05-07T16:35:05.605Z | Downloaded elliptic-curve v0.13.8 |
| 704 | 2026-05-07T16:35:05.608Z | Downloaded glob v0.3.3 |
| 705 | 2026-05-07T16:35:05.609Z | Downloaded console v0.16.2 |
| 706 | 2026-05-07T16:35:05.612Z | Downloaded erased-serde v0.3.31 |
| 707 | 2026-05-07T16:35:05.612Z | Downloaded hex v0.4.3 |
| 708 | 2026-05-07T16:35:05.612Z | Downloaded defmt-macros v1.0.1 |
| 709 | 2026-05-07T16:35:05.615Z | Downloaded internet-checksum v0.2.1 |
| 710 | 2026-05-07T16:35:05.615Z | Downloaded ctr v0.9.2 |
| 711 | 2026-05-07T16:35:05.621Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-05-07T16:35:05.621Z | Downloaded console v0.15.11 |
| 713 | 2026-05-07T16:35:05.625Z | Downloaded is-terminal v0.4.17 |
| 714 | 2026-05-07T16:35:05.625Z | Downloaded bzip2 v0.6.1 |
| 715 | 2026-05-07T16:35:05.625Z | Downloaded const-oid v0.9.6 |
| 716 | 2026-05-07T16:35:05.625Z | Downloaded lalrpop-util v0.19.12 |
| 717 | 2026-05-07T16:35:05.625Z | Downloaded keccak v0.1.6 |
| 718 | 2026-05-07T16:35:05.625Z | Downloaded cancel-safe-futures v0.1.5 |
| 719 | 2026-05-07T16:35:05.630Z | Downloaded backoff v0.4.0 |
| 720 | 2026-05-07T16:35:05.630Z | Downloaded clang-sys v1.8.1 |
| 721 | 2026-05-07T16:35:05.630Z | Downloaded cookie_store v0.22.1 |
| 722 | 2026-05-07T16:35:05.633Z | Downloaded backon v1.6.0 |
| 723 | 2026-05-07T16:35:05.633Z | Downloaded ar_archive_writer v0.5.1 |
| 724 | 2026-05-07T16:35:05.638Z | Downloaded memoffset v0.9.1 |
| 725 | 2026-05-07T16:35:05.638Z | Downloaded lru-slab v0.1.2 |
| 726 | 2026-05-07T16:35:05.638Z | Downloaded highway v1.3.0 |
| 727 | 2026-05-07T16:35:05.642Z | Downloaded http-body-util v0.1.3 |
| 728 | 2026-05-07T16:35:05.642Z | Downloaded lru-cache v0.1.2 |
| 729 | 2026-05-07T16:35:05.642Z | Downloaded lru v0.12.5 |
| 730 | 2026-05-07T16:35:05.642Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 731 | 2026-05-07T16:35:05.642Z | Downloaded argon2 v0.5.3 |
| 732 | 2026-05-07T16:35:05.645Z | Downloaded des v0.8.1 |
| 733 | 2026-05-07T16:35:05.645Z | Downloaded kstat-rs v0.2.4 |
| 734 | 2026-05-07T16:35:05.645Z | Downloaded data-encoding v2.10.0 |
| 735 | 2026-05-07T16:35:05.645Z | Downloaded find-msvc-tools v0.1.9 |
| 736 | 2026-05-07T16:35:05.648Z | Downloaded maplit v1.0.2 |
| 737 | 2026-05-07T16:35:05.648Z | Downloaded drift v0.1.3 |
| 738 | 2026-05-07T16:35:05.652Z | Downloaded humantime v2.3.0 |
| 739 | 2026-05-07T16:35:05.652Z | Downloaded match_cfg v0.1.0 |
| 740 | 2026-05-07T16:35:05.652Z | Downloaded managed v0.8.0 |
| 741 | 2026-05-07T16:35:05.656Z | Downloaded libscf-sys v1.1.0 |
| 742 | 2026-05-07T16:35:05.656Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 743 | 2026-05-07T16:35:05.660Z | Downloaded md5 v0.7.0 |
| 744 | 2026-05-07T16:35:05.660Z | Downloaded md-5 v0.10.6 |
| 745 | 2026-05-07T16:35:05.660Z | Downloaded indoc v2.0.7 |
| 746 | 2026-05-07T16:35:05.666Z | Downloaded futures-channel v0.3.32 |
| 747 | 2026-05-07T16:35:05.666Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2026-05-07T16:35:05.670Z | Downloaded multimap v0.10.1 |
| 749 | 2026-05-07T16:35:05.670Z | Downloaded newtype-uuid-macros v0.1.0 |
| 750 | 2026-05-07T16:35:05.670Z | Downloaded dropshot_endpoint v0.16.7 |
| 751 | 2026-05-07T16:35:05.670Z | Downloaded crc-any v2.5.0 |
| 752 | 2026-05-07T16:35:05.673Z | Downloaded colored v3.1.1 |
| 753 | 2026-05-07T16:35:05.673Z | Downloaded derive_more v0.99.20 |
| 754 | 2026-05-07T16:35:05.676Z | Downloaded ciborium v0.2.2 |
| 755 | 2026-05-07T16:35:05.679Z | Downloaded hyper-staticfile v0.10.1 |
| 756 | 2026-05-07T16:35:05.680Z | Downloaded httpdate v1.0.3 |
| 757 | 2026-05-07T16:35:05.685Z | Downloaded nibble_vec v0.1.0 |
| 758 | 2026-05-07T16:35:05.685Z | Downloaded group v0.13.0 |
| 759 | 2026-05-07T16:35:05.685Z | Downloaded num-conv v0.2.0 |
| 760 | 2026-05-07T16:35:05.685Z | Downloaded num v0.4.3 |
| 761 | 2026-05-07T16:35:05.688Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-05-07T16:35:05.688Z | Downloaded nonempty v0.12.0 |
| 763 | 2026-05-07T16:35:05.688Z | Downloaded nodrop v0.1.14 |
| 764 | 2026-05-07T16:35:05.688Z | Downloaded newtype_derive v0.1.6 |
| 765 | 2026-05-07T16:35:05.688Z | Downloaded getrandom v0.2.17 |
| 766 | 2026-05-07T16:35:05.692Z | Downloaded new_debug_unreachable v1.0.6 |
| 767 | 2026-05-07T16:35:05.692Z | Downloaded indent_write v2.2.0 |
| 768 | 2026-05-07T16:35:05.693Z | Downloaded allocator-api2 v0.2.21 |
| 769 | 2026-05-07T16:35:05.698Z | Downloaded ingot v0.1.1 |
| 770 | 2026-05-07T16:35:05.701Z | Downloaded jobserver v0.1.34 |
| 771 | 2026-05-07T16:35:05.702Z | Downloaded ipnetwork v0.21.1 |
| 772 | 2026-05-07T16:35:05.702Z | Downloaded instant v0.1.13 |
| 773 | 2026-05-07T16:35:05.702Z | Downloaded normalize-line-endings v0.3.0 |
| 774 | 2026-05-07T16:35:05.702Z | Downloaded ipnet v2.11.0 |
| 775 | 2026-05-07T16:35:05.708Z | Downloaded darling_core v0.23.0 |
| 776 | 2026-05-07T16:35:05.708Z | Downloaded num-derive v0.3.3 |
| 777 | 2026-05-07T16:35:05.711Z | Downloaded lzss v0.8.2 |
| 778 | 2026-05-07T16:35:05.711Z | Downloaded num_threads v0.1.7 |
| 779 | 2026-05-07T16:35:05.711Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-05-07T16:35:05.711Z | Downloaded num-iter v0.1.45 |
| 781 | 2026-05-07T16:35:05.711Z | Downloaded num-derive v0.4.2 |
| 782 | 2026-05-07T16:35:05.714Z | Downloaded libloading v0.8.9 |
| 783 | 2026-05-07T16:35:05.714Z | Downloaded olpc-cjson v0.1.4 |
| 784 | 2026-05-07T16:35:05.714Z | Downloaded half v1.8.3 |
| 785 | 2026-05-07T16:35:05.717Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-05-07T16:35:05.717Z | Downloaded cookie v0.18.1 |
| 787 | 2026-05-07T16:35:05.720Z | Downloaded blake2 v0.10.6 |
| 788 | 2026-05-07T16:35:05.720Z | Downloaded lazy_static v1.5.0 |
| 789 | 2026-05-07T16:35:05.723Z | Downloaded dropshot_endpoint v0.17.0 |
| 790 | 2026-05-07T16:35:05.726Z | Downloaded derive-where v1.6.0 |
| 791 | 2026-05-07T16:35:05.732Z | Downloaded iana-time-zone v0.1.65 |
| 792 | 2026-05-07T16:35:05.735Z | Downloaded libefi-sys v0.1.0 |
| 793 | 2026-05-07T16:35:05.735Z | Downloaded lock_api v0.4.14 |
| 794 | 2026-05-07T16:35:05.735Z | Downloaded openssl-probe v0.1.6 |
| 795 | 2026-05-07T16:35:05.737Z | Downloaded mime_guess v2.0.5 |
| 796 | 2026-05-07T16:35:05.737Z | Downloaded native-tls v0.2.18 |
| 797 | 2026-05-07T16:35:05.740Z | Downloaded mime v0.3.17 |
| 798 | 2026-05-07T16:35:05.740Z | Downloaded ingot-types v0.1.2 |
| 799 | 2026-05-07T16:35:05.740Z | Downloaded openssl-macros v0.1.1 |
| 800 | 2026-05-07T16:35:05.740Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-05-07T16:35:05.743Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-05-07T16:35:05.743Z | Downloaded linked-hash-map v0.5.6 |
| 803 | 2026-05-07T16:35:05.743Z | Downloaded hyper-rustls v0.27.7 |
| 804 | 2026-05-07T16:35:05.747Z | Downloaded fatfs v0.3.6 |
| 805 | 2026-05-07T16:35:05.747Z | Downloaded chacha20poly1305 v0.10.1 |
| 806 | 2026-05-07T16:35:05.751Z | Downloaded httparse v1.10.1 |
| 807 | 2026-05-07T16:35:05.751Z | Downloaded crypto-bigint v0.5.5 |
| 808 | 2026-05-07T16:35:05.754Z | Downloaded packed_struct_codegen v0.10.1 |
| 809 | 2026-05-07T16:35:05.754Z | Downloaded crossterm v0.28.1 |
| 810 | 2026-05-07T16:35:05.758Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-07T16:35:05.761Z | Downloaded path-slash v0.1.5 |
| 812 | 2026-05-07T16:35:05.761Z | Downloaded parse-size v1.1.0 |
| 813 | 2026-05-07T16:35:05.761Z | Downloaded oso-derive v0.27.3 |
| 814 | 2026-05-07T16:35:05.764Z | Downloaded linear-map v1.2.0 |
| 815 | 2026-05-07T16:35:05.764Z | Downloaded libsw v3.5.0 |
| 816 | 2026-05-07T16:35:05.764Z | Downloaded pbkdf2 v0.12.2 |
| 817 | 2026-05-07T16:35:05.767Z | Downloaded compact_str v0.8.1 |
| 818 | 2026-05-07T16:35:05.769Z | Downloaded bytes v1.11.1 |
| 819 | 2026-05-07T16:35:05.772Z | Downloaded parse-display v0.10.0 |
| 820 | 2026-05-07T16:35:05.775Z | Downloaded num_enum v0.7.5 |
| 821 | 2026-05-07T16:35:05.779Z | Downloaded half v2.7.1 |
| 822 | 2026-05-07T16:35:05.795Z | Downloaded phf_shared v0.12.1 |
| 823 | 2026-05-07T16:35:05.800Z | Downloaded phf_shared v0.11.3 |
| 824 | 2026-05-07T16:35:05.800Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-05-07T16:35:05.800Z | Downloaded num_enum_derive v0.7.5 |
| 826 | 2026-05-07T16:35:05.800Z | Downloaded num-rational v0.4.2 |
| 827 | 2026-05-07T16:35:05.804Z | Downloaded num-complex v0.4.6 |
| 828 | 2026-05-07T16:35:05.804Z | Downloaded phf_shared v0.13.1 |
| 829 | 2026-05-07T16:35:05.804Z | Downloaded nu-ansi-term v0.50.3 |
| 830 | 2026-05-07T16:35:05.805Z | Downloaded newtype-uuid v1.3.2 |
| 831 | 2026-05-07T16:35:05.808Z | Downloaded ingot-macros v0.1.1 |
| 832 | 2026-05-07T16:35:05.808Z | Downloaded getrandom v0.3.4 |
| 833 | 2026-05-07T16:35:05.808Z | Downloaded darling_core v0.20.11 |
| 834 | 2026-05-07T16:35:05.812Z | Downloaded ignore v0.4.25 |
| 835 | 2026-05-07T16:35:05.820Z | Downloaded hmac v0.12.1 |
| 836 | 2026-05-07T16:35:05.820Z | Downloaded der v0.7.10 |
| 837 | 2026-05-07T16:35:05.823Z | Downloaded litrs v1.0.0 |
| 838 | 2026-05-07T16:35:05.823Z | Downloaded pin-utils v0.1.0 |
| 839 | 2026-05-07T16:35:05.823Z | Downloaded derive_more v2.1.1 |
| 840 | 2026-05-07T16:35:05.830Z | Downloaded predicates-tree v1.0.13 |
| 841 | 2026-05-07T16:35:05.835Z | Downloaded predicates-core v1.0.10 |
| 842 | 2026-05-07T16:35:05.835Z | Downloaded powerfmt v0.2.0 |
| 843 | 2026-05-07T16:35:05.835Z | Downloaded multer v3.1.0 |
| 844 | 2026-05-07T16:35:05.835Z | Downloaded darling_core v0.21.3 |
| 845 | 2026-05-07T16:35:05.838Z | Downloaded parking_lot_core v0.8.6 |
| 846 | 2026-05-07T16:35:05.838Z | Downloaded proc-macro-crate v3.4.0 |
| 847 | 2026-05-07T16:35:05.841Z | Downloaded futures v0.3.32 |
| 848 | 2026-05-07T16:35:05.844Z | Downloaded password-hash v0.5.0 |
| 849 | 2026-05-07T16:35:05.844Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-05-07T16:35:05.844Z | Downloaded proc-macro-crate v1.3.1 |
| 851 | 2026-05-07T16:35:05.847Z | Downloaded num-integer v0.1.46 |
| 852 | 2026-05-07T16:35:05.847Z | Downloaded precomputed-hash v0.1.1 |
| 853 | 2026-05-07T16:35:05.847Z | Downloaded progenitor-client v0.10.0 |
| 854 | 2026-05-07T16:35:05.847Z | Downloaded owo-colors v4.3.0 |
| 855 | 2026-05-07T16:35:05.850Z | Downloaded headers v0.4.1 |
| 856 | 2026-05-07T16:35:05.853Z | Downloaded progenitor-client v0.11.2 |
| 857 | 2026-05-07T16:35:05.853Z | Downloaded const_format v0.2.35 |
| 858 | 2026-05-07T16:35:05.856Z | Downloaded packed_struct v0.10.1 |
| 859 | 2026-05-07T16:35:05.856Z | Downloaded oxnet v0.1.4 |
| 860 | 2026-05-07T16:35:05.861Z | Downloaded oxide-tokio-rt v0.1.4 |
| 861 | 2026-05-07T16:35:05.861Z | Downloaded parse-display-derive v0.10.0 |
| 862 | 2026-05-07T16:35:05.864Z | Downloaded async-compression v0.4.41 |
| 863 | 2026-05-07T16:35:05.864Z | Downloaded progenitor-macro v0.14.0 |
| 864 | 2026-05-07T16:35:05.867Z | Downloaded phf v0.12.1 |
| 865 | 2026-05-07T16:35:05.867Z | Downloaded progenitor-client v0.14.0 |
| 866 | 2026-05-07T16:35:05.867Z | Downloaded phf v0.13.1 |
| 867 | 2026-05-07T16:35:05.870Z | Downloaded quick-error v1.2.3 |
| 868 | 2026-05-07T16:35:05.870Z | Downloaded pem v3.0.6 |
| 869 | 2026-05-07T16:35:05.870Z | Downloaded pbkdf2 v0.11.0 |
| 870 | 2026-05-07T16:35:05.870Z | Downloaded indexmap v1.9.3 |
| 871 | 2026-05-07T16:35:05.874Z | Downloaded peg-macros v0.8.5 |
| 872 | 2026-05-07T16:35:05.877Z | Downloaded peg v0.8.5 |
| 873 | 2026-05-07T16:35:05.877Z | Downloaded heapless v0.8.0 |
| 874 | 2026-05-07T16:35:05.880Z | Downloaded pem-rfc7468 v0.7.0 |
| 875 | 2026-05-07T16:35:05.880Z | Downloaded psl-types v2.0.11 |
| 876 | 2026-05-07T16:35:05.885Z | Downloaded progenitor-macro v0.13.0 |
| 877 | 2026-05-07T16:35:05.885Z | Downloaded password-hash v0.4.2 |
| 878 | 2026-05-07T16:35:05.885Z | Downloaded pkg-config v0.3.32 |
| 879 | 2026-05-07T16:35:05.888Z | Downloaded progenitor-macro v0.10.0 |
| 880 | 2026-05-07T16:35:05.888Z | Downloaded omicron-zone-package v0.12.2 |
| 881 | 2026-05-07T16:35:05.888Z | Downloaded num_enum v0.5.11 |
| 882 | 2026-05-07T16:35:05.892Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-05-07T16:35:05.895Z | Downloaded rand_chacha v0.3.1 |
| 884 | 2026-05-07T16:35:05.895Z | Downloaded pkcs8 v0.10.2 |
| 885 | 2026-05-07T16:35:05.895Z | Downloaded flate2 v1.1.9 |
| 886 | 2026-05-07T16:35:05.898Z | Downloaded pin-project-lite v0.2.17 |
| 887 | 2026-05-07T16:35:05.900Z | Downloaded dropshot-api-manager v0.7.1 |
| 888 | 2026-05-07T16:35:05.903Z | Downloaded heapless v0.7.17 |
| 889 | 2026-05-07T16:35:05.906Z | Downloaded libbz2-rs-sys v0.2.2 |
| 890 | 2026-05-07T16:35:05.910Z | Downloaded poly1305 v0.8.0 |
| 891 | 2026-05-07T16:35:05.910Z | Downloaded polyval v0.6.2 |
| 892 | 2026-05-07T16:35:05.910Z | Downloaded ref-cast-impl v1.0.25 |
| 893 | 2026-05-07T16:35:05.913Z | Downloaded postgres-protocol v0.6.10 |
| 894 | 2026-05-07T16:35:05.913Z | Downloaded parking_lot v0.11.2 |
| 895 | 2026-05-07T16:35:05.913Z | Downloaded ppv-lite86 v0.2.21 |
| 896 | 2026-05-07T16:35:05.917Z | Downloaded base64 v0.21.7 |
| 897 | 2026-05-07T16:35:05.917Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-07T16:35:05.921Z | Downloaded ref-cast v1.0.25 |
| 899 | 2026-05-07T16:35:05.921Z | Downloaded bumpalo v3.20.2 |
| 900 | 2026-05-07T16:35:05.921Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-05-07T16:35:05.925Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-05-07T16:35:05.925Z | Downloaded paste v1.0.15 |
| 903 | 2026-05-07T16:35:05.929Z | Downloaded rfc6979 v0.4.0 |
| 904 | 2026-05-07T16:35:05.929Z | Downloaded parking_lot_core v0.9.12 |
| 905 | 2026-05-07T16:35:05.929Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-05-07T16:35:05.929Z | Downloaded hickory-resolver v0.24.4 |
| 907 | 2026-05-07T16:35:05.932Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-05-07T16:35:05.932Z | Downloaded recursive v0.1.1 |
| 909 | 2026-05-07T16:35:05.932Z | Downloaded progenitor v0.13.0 |
| 910 | 2026-05-07T16:35:05.935Z | Downloaded progenitor v0.11.2 |
| 911 | 2026-05-07T16:35:05.935Z | Downloaded parking_lot v0.12.5 |
| 912 | 2026-05-07T16:35:05.939Z | Downloaded memmap2 v0.9.10 |
| 913 | 2026-05-07T16:35:05.939Z | Downloaded cc v1.2.56 |
| 914 | 2026-05-07T16:35:05.943Z | Downloaded pin-project-internal v1.1.11 |
| 915 | 2026-05-07T16:35:05.943Z | Downloaded base64 v0.22.1 |
| 916 | 2026-05-07T16:35:05.946Z | Downloaded psm v0.1.30 |
| 917 | 2026-05-07T16:35:05.946Z | Downloaded progenitor-macro v0.11.2 |
| 918 | 2026-05-07T16:35:05.949Z | Downloaded rustc-hash v2.1.1 |
| 919 | 2026-05-07T16:35:05.949Z | Downloaded rtoolbox v0.0.3 |
| 920 | 2026-05-07T16:35:05.954Z | Downloaded r2d2 v0.8.10 |
| 921 | 2026-05-07T16:35:05.957Z | Downloaded pkcs5 v0.7.1 |
| 922 | 2026-05-07T16:35:05.961Z | Downloaded diesel_derives v2.3.7 |
| 923 | 2026-05-07T16:35:05.972Z | Downloaded radium v0.7.0 |
| 924 | 2026-05-07T16:35:05.972Z | Downloaded rustc_version v0.1.7 |
| 925 | 2026-05-07T16:35:05.972Z | Downloaded rand_xorshift v0.4.0 |
| 926 | 2026-05-07T16:35:05.979Z | Downloaded rand_core v0.6.4 |
| 927 | 2026-05-07T16:35:05.979Z | Downloaded russh-cryptovec v0.7.3 |
| 928 | 2026-05-07T16:35:05.979Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-05-07T16:35:05.979Z | Downloaded ed25519-dalek v2.2.0 |
| 930 | 2026-05-07T16:35:05.979Z | Downloaded postcard v1.1.3 |
| 931 | 2026-05-07T16:35:05.984Z | Downloaded scheduled-thread-pool v0.2.7 |
| 932 | 2026-05-07T16:35:05.988Z | Downloaded rand_core v0.10.0 |
| 933 | 2026-05-07T16:35:05.988Z | Downloaded progenitor v0.10.0 |
| 934 | 2026-05-07T16:35:05.991Z | Downloaded progenitor v0.14.0 |
| 935 | 2026-05-07T16:35:05.991Z | Downloaded rand_seeder v0.4.0 |
| 936 | 2026-05-07T16:35:05.994Z | Downloaded rand_core v0.9.5 |
| 937 | 2026-05-07T16:35:05.994Z | Downloaded postgres-types v0.2.12 |
| 938 | 2026-05-07T16:35:05.994Z | Downloaded pkcs1 v0.7.5 |
| 939 | 2026-05-07T16:35:05.999Z | Downloaded sapling-renderdag v0.1.0 |
| 940 | 2026-05-07T16:35:06.004Z | Downloaded scrypt v0.11.0 |
| 941 | 2026-05-07T16:35:06.004Z | Downloaded resolv-conf v0.7.6 |
| 942 | 2026-05-07T16:35:06.007Z | Downloaded predicates v3.1.4 |
| 943 | 2026-05-07T16:35:06.010Z | Downloaded oso v0.27.3 |
| 944 | 2026-05-07T16:35:06.016Z | Downloaded same-file v1.0.6 |
| 945 | 2026-05-07T16:35:06.021Z | Downloaded salsa20 v0.10.2 |
| 946 | 2026-05-07T16:35:06.024Z | Downloaded scroll_derive v0.13.1 |
| 947 | 2026-05-07T16:35:06.024Z | Downloaded secrecy v0.8.0 |
| 948 | 2026-05-07T16:35:06.027Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-05-07T16:35:06.027Z | Downloaded serde_urlencoded v0.7.1 |
| 950 | 2026-05-07T16:35:06.030Z | Downloaded serde_spanned v1.0.4 |
| 951 | 2026-05-07T16:35:06.030Z | Downloaded serde_repr v0.1.20 |
| 952 | 2026-05-07T16:35:06.030Z | Downloaded hickory-resolver v0.25.2 |
| 953 | 2026-05-07T16:35:06.034Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-05-07T16:35:06.039Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-05-07T16:35:06.042Z | Downloaded signal-hook-mio v0.2.5 |
| 956 | 2026-05-07T16:35:06.046Z | Downloaded sha1 v0.10.6 |
| 957 | 2026-05-07T16:35:06.050Z | Downloaded shell-words v1.1.1 |
| 958 | 2026-05-07T16:35:06.050Z | Downloaded minimal-lexical v0.2.1 |
| 959 | 2026-05-07T16:35:06.055Z | Downloaded rustc_version v0.4.1 |
| 960 | 2026-05-07T16:35:06.058Z | Downloaded semver v0.1.20 |
| 961 | 2026-05-07T16:35:06.058Z | Downloaded prefix-trie v0.7.0 |
| 962 | 2026-05-07T16:35:06.060Z | Downloaded rustls-native-certs v0.8.3 |
| 963 | 2026-05-07T16:35:06.064Z | Downloaded serde_plain v1.0.2 |
| 964 | 2026-05-07T16:35:06.064Z | Downloaded papergrid v0.17.0 |
| 965 | 2026-05-07T16:35:06.066Z | Downloaded siphasher v1.0.2 |
| 966 | 2026-05-07T16:35:06.067Z | Downloaded signal-hook-tokio v0.3.1 |
| 967 | 2026-05-07T16:35:06.069Z | Downloaded p256 v0.13.2 |
| 968 | 2026-05-07T16:35:06.069Z | Downloaded progenitor-impl v0.10.0 |
| 969 | 2026-05-07T16:35:06.073Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-05-07T16:35:06.073Z | Downloaded openssl-sys v0.9.114 |
| 971 | 2026-05-07T16:35:06.076Z | Downloaded jiff-static v0.2.21 |
| 972 | 2026-05-07T16:35:06.080Z | Downloaded secrecy v0.10.3 |
| 973 | 2026-05-07T16:35:06.081Z | Downloaded schemars_derive v0.8.22 |
| 974 | 2026-05-07T16:35:06.083Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-05-07T16:35:06.086Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-05-07T16:35:06.090Z | Downloaded rustversion v1.0.22 |
| 977 | 2026-05-07T16:35:06.093Z | Downloaded slog-bunyan v2.5.0 |
| 978 | 2026-05-07T16:35:06.093Z | Downloaded sigpipe v0.1.3 |
| 979 | 2026-05-07T16:35:06.099Z | Downloaded progenitor-impl v0.14.0 |
| 980 | 2026-05-07T16:35:06.102Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-05-07T16:35:06.106Z | Downloaded serde-hex v0.1.0 |
| 982 | 2026-05-07T16:35:06.117Z | Downloaded hyper-util v0.1.20 |
| 983 | 2026-05-07T16:35:06.120Z | Downloaded sct v0.7.1 |
| 984 | 2026-05-07T16:35:06.123Z | Downloaded scopeguard v1.2.0 |
| 985 | 2026-05-07T16:35:06.123Z | Downloaded signature v2.2.0 |
| 986 | 2026-05-07T16:35:06.126Z | Downloaded progenitor-impl v0.13.0 |
| 987 | 2026-05-07T16:35:06.126Z | Downloaded serde_path_to_error v0.1.20 |
| 988 | 2026-05-07T16:35:06.129Z | Downloaded signal-hook-registry v1.4.8 |
| 989 | 2026-05-07T16:35:06.129Z | Downloaded shlex v1.3.0 |
| 990 | 2026-05-07T16:35:06.129Z | Downloaded seq-macro v0.3.6 |
| 991 | 2026-05-07T16:35:06.134Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-05-07T16:35:06.134Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-07T16:35:06.137Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-05-07T16:35:06.137Z | Downloaded ssh-cipher v0.2.0 |
| 995 | 2026-05-07T16:35:06.140Z | Downloaded rustls-pemfile v1.0.4 |
| 996 | 2026-05-07T16:35:06.144Z | Downloaded simd-adler32 v0.3.8 |
| 997 | 2026-05-07T16:35:06.146Z | Downloaded progenitor-impl v0.11.2 |
| 998 | 2026-05-07T16:35:06.146Z | Downloaded pin-project v1.1.11 |
| 999 | 2026-05-07T16:35:06.157Z | Downloaded strum v0.27.2 |
| 1000 | 2026-05-07T16:35:06.161Z | Downloaded slog-stdlog v4.1.1 |
| 1001 | 2026-05-07T16:35:06.161Z | Downloaded serde_derive_internals v0.29.1 |
| 1002 | 2026-05-07T16:35:06.161Z | Downloaded slog-scope v4.4.1 |
| 1003 | 2026-05-07T16:35:06.161Z | Downloaded slog-dtrace v0.3.0 |
| 1004 | 2026-05-07T16:35:06.161Z | Downloaded subtle v2.6.1 |
| 1005 | 2026-05-07T16:35:06.162Z | Downloaded num-bigint v0.4.6 |
| 1006 | 2026-05-07T16:35:06.164Z | Downloaded tabled_derive v0.11.0 |
| 1007 | 2026-05-07T16:35:06.165Z | Downloaded sync_wrapper v1.0.2 |
| 1008 | 2026-05-07T16:35:06.165Z | Downloaded sync-ptr v0.1.4 |
| 1009 | 2026-05-07T16:35:06.165Z | Downloaded serde_cbor v0.11.2 |
| 1010 | 2026-05-07T16:35:06.168Z | Downloaded supports-color v3.0.2 |
| 1011 | 2026-05-07T16:35:06.168Z | Downloaded strum v0.26.3 |
| 1012 | 2026-05-07T16:35:06.172Z | Downloaded http v1.4.0 |
| 1013 | 2026-05-07T16:35:06.172Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-07T16:35:06.175Z | Downloaded structmeta v0.3.0 |
| 1015 | 2026-05-07T16:35:06.175Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1016 | 2026-05-07T16:35:06.175Z | Downloaded rustls-pki-types v1.14.0 |
| 1017 | 2026-05-07T16:35:06.175Z | Downloaded hashbrown v0.13.2 |
| 1018 | 2026-05-07T16:35:06.185Z | Downloaded smf v0.2.3 |
| 1019 | 2026-05-07T16:35:06.189Z | Downloaded tabwriter v1.4.1 |
| 1020 | 2026-05-07T16:35:06.192Z | Downloaded spki v0.7.3 |
| 1021 | 2026-05-07T16:35:06.192Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-05-07T16:35:06.192Z | Downloaded tap v1.0.1 |
| 1023 | 2026-05-07T16:35:06.192Z | Downloaded take_mut v0.2.2 |
| 1024 | 2026-05-07T16:35:06.192Z | Downloaded slog-async v2.8.0 |
| 1025 | 2026-05-07T16:35:06.195Z | Downloaded smallvec v0.6.14 |
| 1026 | 2026-05-07T16:35:06.199Z | Downloaded aes-gcm v0.10.3 |
| 1027 | 2026-05-07T16:35:06.203Z | Downloaded rcgen v0.12.1 |
| 1028 | 2026-05-07T16:35:06.209Z | Downloaded pretty_assertions v1.4.1 |
| 1029 | 2026-05-07T16:35:06.212Z | Downloaded sqlformat v0.3.5 |
| 1030 | 2026-05-07T16:35:06.212Z | Downloaded scroll v0.13.0 |
| 1031 | 2026-05-07T16:35:06.215Z | Downloaded slog-term v2.9.2 |
| 1032 | 2026-05-07T16:35:06.215Z | Downloaded thread-id v5.1.0 |
| 1033 | 2026-05-07T16:35:06.215Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1034 | 2026-05-07T16:35:06.217Z | Downloaded tagptr v0.2.0 |
| 1035 | 2026-05-07T16:35:06.217Z | Downloaded static_assertions v1.1.0 |
| 1036 | 2026-05-07T16:35:06.218Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1037 | 2026-05-07T16:35:06.220Z | Downloaded stacker v0.1.23 |
| 1038 | 2026-05-07T16:35:06.226Z | Downloaded tinyvec_macros v0.1.1 |
| 1039 | 2026-05-07T16:35:06.229Z | Downloaded time-core v0.1.8 |
| 1040 | 2026-05-07T16:35:06.229Z | Downloaded testing_table v0.3.0 |
| 1041 | 2026-05-07T16:35:06.236Z | Downloaded strum_macros v0.24.3 |
| 1042 | 2026-05-07T16:35:06.239Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-05-07T16:35:06.243Z | Downloaded tokio-macros v2.7.0 |
| 1044 | 2026-05-07T16:35:06.246Z | Downloaded itertools v0.10.5 |
| 1045 | 2026-05-07T16:35:06.249Z | Downloaded support-bundle-viewer v0.1.2 |
| 1046 | 2026-05-07T16:35:06.252Z | Downloaded ron v0.8.1 |
| 1047 | 2026-05-07T16:35:06.256Z | Downloaded slab v0.4.12 |
| 1048 | 2026-05-07T16:35:06.258Z | Downloaded serde_with_macros v3.17.0 |
| 1049 | 2026-05-07T16:35:06.258Z | Downloaded string_cache v0.8.9 |
| 1050 | 2026-05-07T16:35:06.258Z | Downloaded libxml v0.3.3 |
| 1051 | 2026-05-07T16:35:06.261Z | Downloaded stringprep v0.1.5 |
| 1052 | 2026-05-07T16:35:06.264Z | Downloaded snafu-derive v0.8.9 |
| 1053 | 2026-05-07T16:35:06.264Z | Downloaded hickory-server v0.25.2 |
| 1054 | 2026-05-07T16:35:06.267Z | Downloaded hashbrown v0.12.3 |
| 1055 | 2026-05-07T16:35:06.270Z | Downloaded topological-sort v0.2.2 |
| 1056 | 2026-05-07T16:35:06.270Z | Downloaded rand v0.8.5 |
| 1057 | 2026-05-07T16:35:06.274Z | Downloaded russh-keys v0.45.0 |
| 1058 | 2026-05-07T16:35:06.274Z | Downloaded qorb v0.4.1 |
| 1059 | 2026-05-07T16:35:06.277Z | Downloaded ryu v1.0.23 |
| 1060 | 2026-05-07T16:35:06.280Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-05-07T16:35:06.284Z | Downloaded signal-hook v0.3.18 |
| 1062 | 2026-05-07T16:35:06.292Z | Downloaded tower-service v0.3.3 |
| 1063 | 2026-05-07T16:35:06.295Z | Downloaded tower-layer v0.3.3 |
| 1064 | 2026-05-07T16:35:06.298Z | Downloaded slog v2.8.2 |
| 1065 | 2026-05-07T16:35:06.301Z | Downloaded rayon-core v1.13.0 |
| 1066 | 2026-05-07T16:35:06.304Z | Downloaded mio v1.2.0 |
| 1067 | 2026-05-07T16:35:06.307Z | Downloaded schemars v0.9.0 |
| 1068 | 2026-05-07T16:35:06.313Z | Downloaded try-lock v0.2.5 |
| 1069 | 2026-05-07T16:35:06.316Z | Downloaded strum_macros v0.27.2 |
| 1070 | 2026-05-07T16:35:06.316Z | Downloaded tls_codec v0.4.2 |
| 1071 | 2026-05-07T16:35:06.318Z | Downloaded thread_local v1.1.9 |
| 1072 | 2026-05-07T16:35:06.319Z | Downloaded strum_macros v0.26.4 |
| 1073 | 2026-05-07T16:35:06.319Z | Downloaded tiny-keccak v2.0.2 |
| 1074 | 2026-05-07T16:35:06.322Z | Downloaded spin v0.9.8 |
| 1075 | 2026-05-07T16:35:06.322Z | Downloaded nom v7.1.3 |
| 1076 | 2026-05-07T16:35:06.325Z | Downloaded unit-prefix v0.5.2 |
| 1077 | 2026-05-07T16:35:06.328Z | Downloaded unicode-truncate v1.1.0 |
| 1078 | 2026-05-07T16:35:06.328Z | Downloaded trait-variant v0.1.2 |
| 1079 | 2026-05-07T16:35:06.328Z | Downloaded time-macros v0.2.27 |
| 1080 | 2026-05-07T16:35:06.331Z | Downloaded hashbrown v0.15.5 |
| 1081 | 2026-05-07T16:35:06.334Z | Downloaded itertools v0.12.1 |
| 1082 | 2026-05-07T16:35:06.340Z | Downloaded socket2 v0.6.3 |
| 1083 | 2026-05-07T16:35:06.344Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1084 | 2026-05-07T16:35:06.347Z | Downloaded tokio-dtrace v0.1.1 |
| 1085 | 2026-05-07T16:35:06.347Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-05-07T16:35:06.347Z | Downloaded typify-macro v0.4.3 |
| 1087 | 2026-05-07T16:35:06.347Z | Downloaded unarray v0.1.4 |
| 1088 | 2026-05-07T16:35:06.347Z | Downloaded socket2 v0.5.10 |
| 1089 | 2026-05-07T16:35:06.352Z | Downloaded universal-hash v0.5.1 |
| 1090 | 2026-05-07T16:35:06.352Z | Downloaded usdt-attr-macro v0.6.0 |
| 1091 | 2026-05-07T16:35:06.356Z | Downloaded rsa v0.9.10 |
| 1092 | 2026-05-07T16:35:06.356Z | Downloaded hashbrown v0.16.1 |
| 1093 | 2026-05-07T16:35:06.360Z | Downloaded hyper v1.8.1 |
| 1094 | 2026-05-07T16:35:06.365Z | Downloaded rand v0.9.2 |
| 1095 | 2026-05-07T16:35:06.370Z | Downloaded thiserror-no-std v2.0.2 |
| 1096 | 2026-05-07T16:35:06.373Z | Downloaded usdt-macro v0.6.0 |
| 1097 | 2026-05-07T16:35:06.373Z | Downloaded tls_codec_derive v0.4.2 |
| 1098 | 2026-05-07T16:35:06.376Z | Downloaded usdt v0.6.0 |
| 1099 | 2026-05-07T16:35:06.376Z | Downloaded untrusted v0.9.0 |
| 1100 | 2026-05-07T16:35:06.376Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1101 | 2026-05-07T16:35:06.379Z | Downloaded tokio-rustls v0.25.0 |
| 1102 | 2026-05-07T16:35:06.379Z | Downloaded tokio-native-tls v0.3.1 |
| 1103 | 2026-05-07T16:35:06.379Z | Downloaded h2 v0.4.13 |
| 1104 | 2026-05-07T16:35:06.382Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1105 | 2026-05-07T16:35:06.387Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-05-07T16:35:06.387Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1107 | 2026-05-07T16:35:06.387Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-05-07T16:35:06.390Z | Downloaded tokio-tungstenite v0.21.0 |
| 1109 | 2026-05-07T16:35:06.390Z | Downloaded term v0.7.0 |
| 1110 | 2026-05-07T16:35:06.394Z | Downloaded schemars v0.8.22 |
| 1111 | 2026-05-07T16:35:06.398Z | Downloaded prettyplease v0.2.37 |
| 1112 | 2026-05-07T16:35:06.403Z | Downloaded void v1.0.2 |
| 1113 | 2026-05-07T16:35:06.403Z | Downloaded termios v0.3.3 |
| 1114 | 2026-05-07T16:35:06.406Z | Downloaded term v1.2.1 |
| 1115 | 2026-05-07T16:35:06.410Z | Downloaded want v0.3.1 |
| 1116 | 2026-05-07T16:35:06.413Z | Downloaded iri-string v0.7.10 |
| 1117 | 2026-05-07T16:35:06.420Z | Downloaded waitgroup v0.1.2 |
| 1118 | 2026-05-07T16:35:06.424Z | Downloaded wait-timeout v0.2.1 |
| 1119 | 2026-05-07T16:35:06.424Z | Downloaded hkdf v0.12.4 |
| 1120 | 2026-05-07T16:35:06.424Z | Downloaded libm v0.2.16 |
| 1121 | 2026-05-07T16:35:06.427Z | Downloaded tokio-rustls v0.24.1 |
| 1122 | 2026-05-07T16:35:06.427Z | Downloaded quinn v0.11.9 |
| 1123 | 2026-05-07T16:35:06.430Z | Downloaded num-bigint-dig v0.8.6 |
| 1124 | 2026-05-07T16:35:06.435Z | Downloaded untrusted v0.7.1 |
| 1125 | 2026-05-07T16:35:06.435Z | Downloaded unicase v2.9.0 |
| 1126 | 2026-05-07T16:35:06.439Z | Downloaded xattr v1.6.1 |
| 1127 | 2026-05-07T16:35:06.439Z | Downloaded similar v2.7.0 |
| 1128 | 2026-05-07T16:35:06.440Z | Downloaded xshell-macros v0.2.7 |
| 1129 | 2026-05-07T16:35:06.440Z | Downloaded itertools v0.13.0 |
| 1130 | 2026-05-07T16:35:06.443Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1131 | 2026-05-07T16:35:06.453Z | Downloaded tokio-rustls v0.26.4 |
| 1132 | 2026-05-07T16:35:06.457Z | Downloaded tokio-stream v0.1.18 |
| 1133 | 2026-05-07T16:35:06.465Z | Downloaded usdt-impl v0.6.0 |
| 1134 | 2026-05-07T16:35:06.469Z | Downloaded samael v0.0.19 |
| 1135 | 2026-05-07T16:35:06.473Z | Downloaded vergen-lib v0.1.6 |
| 1136 | 2026-05-07T16:35:06.476Z | Downloaded zeroize_derive v1.4.3 |
| 1137 | 2026-05-07T16:35:06.476Z | Downloaded uzers v0.12.2 |
| 1138 | 2026-05-07T16:35:06.476Z | Downloaded vsss-rs v3.3.4 |
| 1139 | 2026-05-07T16:35:06.480Z | Downloaded vergen-gitcl v1.0.8 |
| 1140 | 2026-05-07T16:35:06.480Z | Downloaded tui-tree-widget v0.23.1 |
| 1141 | 2026-05-07T16:35:06.483Z | Downloaded zone_cfg_derive v0.3.1 |
| 1142 | 2026-05-07T16:35:06.483Z | Downloaded zone v0.3.1 |
| 1143 | 2026-05-07T16:35:06.483Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-05-07T16:35:06.486Z | Downloaded schemars v1.2.1 |
| 1145 | 2026-05-07T16:35:06.492Z | Downloaded vergen-git2 v1.0.7 |
| 1146 | 2026-05-07T16:35:06.495Z | Downloaded tinyvec v1.10.0 |
| 1147 | 2026-05-07T16:35:06.495Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-05-07T16:35:06.498Z | Downloaded iddqd v0.3.18 |
| 1149 | 2026-05-07T16:35:06.501Z | Downloaded whoami v1.6.1 |
| 1150 | 2026-05-07T16:35:06.505Z | Downloaded whoami v2.1.0 |
| 1151 | 2026-05-07T16:35:06.505Z | Downloaded rand v0.10.0 |
| 1152 | 2026-05-07T16:35:06.508Z | Downloaded futures-util v0.3.32 |
| 1153 | 2026-05-07T16:35:06.512Z | Downloaded twox-hash v2.1.2 |
| 1154 | 2026-05-07T16:35:06.517Z | Downloaded aho-corasick v1.1.4 |
| 1155 | 2026-05-07T16:35:06.520Z | Downloaded tar v0.4.45 |
| 1156 | 2026-05-07T16:35:06.520Z | Downloaded zeroize v1.8.2 |
| 1157 | 2026-05-07T16:35:06.523Z | Downloaded rustls-webpki v0.103.9 |
| 1158 | 2026-05-07T16:35:06.526Z | Downloaded wyz v0.5.1 |
| 1159 | 2026-05-07T16:35:06.529Z | Downloaded snafu v0.8.9 |
| 1160 | 2026-05-07T16:35:06.533Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1161 | 2026-05-07T16:35:06.536Z | Downloaded xshell v0.2.7 |
| 1162 | 2026-05-07T16:35:06.540Z | Downloaded toml v0.7.8 |
| 1163 | 2026-05-07T16:35:06.545Z | Downloaded zstd-safe v7.2.4 |
| 1164 | 2026-05-07T16:35:06.551Z | Downloaded p521 v0.13.3 |
| 1165 | 2026-05-07T16:35:06.554Z | Downloaded tracing-core v0.1.36 |
| 1166 | 2026-05-07T16:35:06.554Z | Downloaded vergen v9.0.6 |
| 1167 | 2026-05-07T16:35:06.554Z | Downloaded walkdir v2.5.0 |
| 1168 | 2026-05-07T16:35:06.559Z | Downloaded tracing-attributes v0.1.31 |
| 1169 | 2026-05-07T16:35:06.562Z | Downloaded reedline v0.40.0 |
| 1170 | 2026-05-07T16:35:06.566Z | Downloaded zstd v0.13.3 |
| 1171 | 2026-05-07T16:35:06.569Z | Downloaded tungstenite v0.23.0 |
| 1172 | 2026-05-07T16:35:06.572Z | Downloaded typify v0.6.2 |
| 1173 | 2026-05-07T16:35:06.575Z | Downloaded unicode-properties v0.1.4 |
| 1174 | 2026-05-07T16:35:06.575Z | Downloaded itertools v0.14.0 |
| 1175 | 2026-05-07T16:35:06.578Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1176 | 2026-05-07T16:35:06.581Z | Downloaded unsafe-libyaml v0.2.11 |
| 1177 | 2026-05-07T16:35:06.584Z | Downloaded unicode-bidi v0.3.18 |
| 1178 | 2026-05-07T16:35:06.587Z | Downloaded typify v0.4.3 |
| 1179 | 2026-05-07T16:35:06.587Z | Downloaded steno v0.4.1 |
| 1180 | 2026-05-07T16:35:06.591Z | Downloaded rustyline v14.0.0 |
| 1181 | 2026-05-07T16:35:06.593Z | Downloaded rpassword v7.4.0 |
| 1182 | 2026-05-07T16:35:06.593Z | Downloaded russh v0.45.0 |
| 1183 | 2026-05-07T16:35:06.598Z | Downloaded blake3 v1.8.3 |
| 1184 | 2026-05-07T16:35:06.605Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-05-07T16:35:06.609Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-05-07T16:35:06.612Z | Downloaded zerocopy v0.6.6 |
| 1187 | 2026-05-07T16:35:06.615Z | Downloaded yasna v0.5.2 |
| 1188 | 2026-05-07T16:35:06.615Z | Downloaded uuid v1.23.0 |
| 1189 | 2026-05-07T16:35:06.654Z | Downloaded tokio-postgres v0.7.16 |
| 1190 | 2026-05-07T16:35:06.658Z | Downloaded vte v0.14.1 |
| 1191 | 2026-05-07T16:35:06.669Z | Downloaded ssh-key v0.6.7 |
| 1192 | 2026-05-07T16:35:06.673Z | Downloaded toml_edit v0.19.15 |
| 1193 | 2026-05-07T16:35:06.683Z | Downloaded bitvec v1.0.1 |
| 1194 | 2026-05-07T16:35:06.691Z | Downloaded zopfli v0.8.3 |
| 1195 | 2026-05-07T16:35:06.694Z | Downloaded aws-lc-rs v1.16.0 |
| 1196 | 2026-05-07T16:35:06.699Z | Downloaded p384 v0.13.1 |
| 1197 | 2026-05-07T16:35:06.702Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-05-07T16:35:06.705Z | Downloaded git2 v0.20.4 |
| 1199 | 2026-05-07T16:35:06.709Z | Downloaded unicode_categories v0.1.1 |
| 1200 | 2026-05-07T16:35:06.712Z | Downloaded zip v0.6.6 |
| 1201 | 2026-05-07T16:35:06.715Z | Downloaded yansi v1.0.1 |
| 1202 | 2026-05-07T16:35:06.715Z | Downloaded chrono v0.4.44 |
| 1203 | 2026-05-07T16:35:06.719Z | Downloaded bindgen v0.71.1 |
| 1204 | 2026-05-07T16:35:06.741Z | Downloaded regex v1.12.3 |
| 1205 | 2026-05-07T16:35:06.744Z | Downloaded reqwest v0.12.28 |
| 1206 | 2026-05-07T16:35:06.773Z | Downloaded salty v0.3.0 |
| 1207 | 2026-05-07T16:35:06.781Z | Downloaded portable-atomic v1.13.1 |
| 1208 | 2026-05-07T16:35:06.793Z | Downloaded tower v0.5.3 |
| 1209 | 2026-05-07T16:35:06.798Z | Downloaded rustls-webpki v0.101.7 |
| 1210 | 2026-05-07T16:35:06.806Z | Downloaded typed-path v0.9.3 |
| 1211 | 2026-05-07T16:35:06.810Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-05-07T16:35:06.816Z | Downloaded unicode-segmentation v1.12.0 |
| 1213 | 2026-05-07T16:35:06.819Z | Downloaded goblin v0.10.5 |
| 1214 | 2026-05-07T16:35:06.824Z | Downloaded moka v0.12.13 |
| 1215 | 2026-05-07T16:35:06.827Z | Downloaded proptest v1.10.0 |
| 1216 | 2026-05-07T16:35:06.833Z | Downloaded zerocopy-derive v0.8.40 |
| 1217 | 2026-05-07T16:35:06.838Z | Downloaded rustls-webpki v0.102.8 |
| 1218 | 2026-05-07T16:35:06.849Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-05-07T16:35:06.852Z | Downloaded rayon v1.11.0 |
| 1220 | 2026-05-07T16:35:06.856Z | Downloaded petname v2.0.2 |
| 1221 | 2026-05-07T16:35:06.861Z | Downloaded x509-cert v0.2.5 |
| 1222 | 2026-05-07T16:35:06.871Z | Downloaded tower-http v0.6.8 |
| 1223 | 2026-05-07T16:35:06.876Z | Downloaded zip v4.6.1 |
| 1224 | 2026-05-07T16:35:06.880Z | Downloaded tough v0.20.0 |
| 1225 | 2026-05-07T16:35:06.883Z | Downloaded quinn-proto v0.11.13 |
| 1226 | 2026-05-07T16:35:06.887Z | Downloaded quick-xml v0.37.5 |
| 1227 | 2026-05-07T16:35:06.890Z | Downloaded nix v0.27.1 |
| 1228 | 2026-05-07T16:35:06.897Z | Downloaded tokio-util v0.7.18 |
| 1229 | 2026-05-07T16:35:06.901Z | Downloaded serde_with v3.17.0 |
| 1230 | 2026-05-07T16:35:06.908Z | Downloaded curve25519-dalek v4.1.3 |
| 1231 | 2026-05-07T16:35:06.913Z | Downloaded object v0.30.4 |
| 1232 | 2026-05-07T16:35:06.932Z | Downloaded nix v0.29.0 |
| 1233 | 2026-05-07T16:35:06.941Z | Downloaded bstr v1.12.1 |
| 1234 | 2026-05-07T16:35:06.957Z | Downloaded time v0.3.47 |
| 1235 | 2026-05-07T16:35:06.965Z | Downloaded tabled v0.20.0 |
| 1236 | 2026-05-07T16:35:06.976Z | Downloaded winnow v0.6.26 |
| 1237 | 2026-05-07T16:35:06.982Z | Downloaded openssl v0.10.78 |
| 1238 | 2026-05-07T16:35:06.987Z | Downloaded radix_trie v0.2.1 |
| 1239 | 2026-05-07T16:35:06.997Z | Downloaded nix v0.28.0 |
| 1240 | 2026-05-07T16:35:06.997Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-05-07T16:35:07.006Z | Downloaded winnow v0.5.40 |
| 1242 | 2026-05-07T16:35:07.011Z | Downloaded vcpkg v0.2.15 |
| 1243 | 2026-05-07T16:35:07.035Z | Downloaded object v0.37.3 |
| 1244 | 2026-05-07T16:35:07.043Z | Downloaded dropshot v0.16.7 |
| 1245 | 2026-05-07T16:35:07.056Z | Downloaded rustls v0.21.12 |
| 1246 | 2026-05-07T16:35:07.077Z | Downloaded hickory-proto v0.25.2 |
| 1247 | 2026-05-07T16:35:07.086Z | Downloaded regex-syntax v0.6.29 |
| 1248 | 2026-05-07T16:35:07.090Z | Downloaded nix v0.31.2 |
| 1249 | 2026-05-07T16:35:07.097Z | Downloaded hickory-proto v0.24.4 |
| 1250 | 2026-05-07T16:35:07.110Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-05-07T16:35:07.116Z | Downloaded zlib-rs v0.6.2 |
| 1252 | 2026-05-07T16:35:07.120Z | Downloaded dropshot v0.17.0 |
| 1253 | 2026-05-07T16:35:07.132Z | Downloaded rustls v0.23.37 |
| 1254 | 2026-05-07T16:35:07.139Z | Downloaded regress v0.11.1 |
| 1255 | 2026-05-07T16:35:07.144Z | Downloaded webpki-roots v1.0.6 |
| 1256 | 2026-05-07T16:35:07.157Z | Downloaded regress v0.10.5 |
| 1257 | 2026-05-07T16:35:07.172Z | Downloaded rustls v0.22.4 |
| 1258 | 2026-05-07T16:35:07.179Z | Downloaded regex-syntax v0.8.10 |
| 1259 | 2026-05-07T16:35:07.183Z | Downloaded sqlparser v0.61.0 |
| 1260 | 2026-05-07T16:35:07.189Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-05-07T16:35:07.196Z | Downloaded zerocopy v0.8.40 |
| 1262 | 2026-05-07T16:35:07.201Z | Downloaded diesel v2.3.7 |
| 1263 | 2026-05-07T16:35:07.213Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-05-07T16:35:07.226Z | Downloaded sled v0.34.7 |
| 1265 | 2026-05-07T16:35:07.232Z | Downloaded smoltcp v0.11.0 |
| 1266 | 2026-05-07T16:35:07.253Z | Downloaded tracing v0.1.44 |
| 1267 | 2026-05-07T16:35:07.265Z | Downloaded ratatui v0.29.0 |
| 1268 | 2026-05-07T16:35:07.277Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1269 | 2026-05-07T16:35:07.293Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-07T16:35:07.301Z | Downloaded regex-automata v0.4.14 |
| 1271 | 2026-05-07T16:35:07.312Z | Downloaded typify-impl v0.4.3 |
| 1272 | 2026-05-07T16:35:07.336Z | Downloaded chrono-tz v0.10.4 |
| 1273 | 2026-05-07T16:35:07.347Z | Downloaded jiff v0.2.21 |
| 1274 | 2026-05-07T16:35:07.358Z | Downloaded zerocopy-derive v0.6.6 |
| 1275 | 2026-05-07T16:35:07.375Z | Downloaded petgraph v0.6.5 |
| 1276 | 2026-05-07T16:35:07.412Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-07T16:35:07.436Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-05-07T16:35:07.450Z | Downloaded csv v1.4.0 |
| 1279 | 2026-05-07T16:35:07.461Z | Downloaded tokio v1.52.1 |
| 1280 | 2026-05-07T16:35:07.493Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1281 | 2026-05-07T16:35:07.503Z | Downloaded sha3 v0.10.8 |
| 1282 | 2026-05-07T16:35:07.522Z | Downloaded encoding_rs v0.8.35 |
| 1283 | 2026-05-07T16:35:07.628Z | Downloaded ring v0.17.14 |
| 1284 | 2026-05-07T16:35:07.677Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1285 | 2026-05-07T16:35:08.283Z | Downloaded aws-lc-sys v0.37.1 |
| 1286 | 2026-05-07T16:35:08.521Z | Compiling libc v0.2.185 |
| 1287 | 2026-05-07T16:35:08.521Z | Compiling serde v1.0.228 |
| 1288 | 2026-05-07T16:35:08.521Z | Compiling shlex v1.3.0 |
| 1289 | 2026-05-07T16:35:08.521Z | Compiling log v0.4.29 |
| 1290 | 2026-05-07T16:35:08.524Z | Compiling find-msvc-tools v0.1.9 |
| 1291 | 2026-05-07T16:35:08.524Z | Compiling smallvec v1.15.1 |
| 1292 | 2026-05-07T16:35:08.524Z | Compiling typenum v1.19.0 |
| 1293 | 2026-05-07T16:35:08.524Z | Compiling subtle v2.6.1 |
| 1294 | 2026-05-07T16:35:08.524Z | Compiling generic-array v0.14.7 |
| 1295 | 2026-05-07T16:35:08.524Z | Compiling scopeguard v1.2.0 |
| 1296 | 2026-05-07T16:35:08.660Z | Compiling const-oid v0.9.6 |
| 1297 | 2026-05-07T16:35:08.700Z | Compiling portable-atomic v1.13.1 |
| 1298 | 2026-05-07T16:35:08.737Z | Compiling syn v2.0.117 |
| 1299 | 2026-05-07T16:35:08.748Z | Compiling zerocopy v0.8.40 |
| 1300 | 2026-05-07T16:35:08.751Z | Compiling serde_json v1.0.149 |
| 1301 | 2026-05-07T16:35:08.761Z | Compiling critical-section v1.2.0 |
| 1302 | 2026-05-07T16:35:08.867Z | Compiling lock_api v0.4.14 |
| 1303 | 2026-05-07T16:35:08.882Z | Compiling parking_lot_core v0.9.12 |
| 1304 | 2026-05-07T16:35:08.897Z | Compiling pin-project-lite v0.2.17 |
| 1305 | 2026-05-07T16:35:08.938Z | Compiling pkg-config v0.3.32 |
| 1306 | 2026-05-07T16:35:08.953Z | Compiling bitflags v2.11.0 |
| 1307 | 2026-05-07T16:35:08.953Z | Compiling libm v0.2.16 |
| 1308 | 2026-05-07T16:35:08.967Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-05-07T16:35:08.994Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-05-07T16:35:09.022Z | Compiling percent-encoding v2.3.2 |
| 1311 | 2026-05-07T16:35:09.067Z | Compiling futures-sink v0.3.32 |
| 1312 | 2026-05-07T16:35:09.130Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-05-07T16:35:09.179Z | Compiling futures-channel v0.3.32 |
| 1314 | 2026-05-07T16:35:09.195Z | Compiling getrandom v0.4.1 |
| 1315 | 2026-05-07T16:35:09.200Z | Compiling slab v0.4.12 |
| 1316 | 2026-05-07T16:35:09.240Z | Compiling futures-task v0.3.32 |
| 1317 | 2026-05-07T16:35:09.246Z | Compiling futures-io v0.3.32 |
| 1318 | 2026-05-07T16:35:09.256Z | Compiling rustversion v1.0.22 |
| 1319 | 2026-05-07T16:35:09.324Z | Compiling getrandom v0.3.4 |
| 1320 | 2026-05-07T16:35:09.389Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-05-07T16:35:09.416Z | Compiling indexmap v2.14.0 |
| 1322 | 2026-05-07T16:35:09.433Z | Compiling form_urlencoded v1.2.2 |
| 1323 | 2026-05-07T16:35:09.436Z | Compiling ident_case v1.0.1 |
| 1324 | 2026-05-07T16:35:09.460Z | Compiling base64ct v1.8.3 |
| 1325 | 2026-05-07T16:35:09.490Z | Compiling fs_extra v1.3.0 |
| 1326 | 2026-05-07T16:35:09.567Z | Compiling dunce v1.0.5 |
| 1327 | 2026-05-07T16:35:09.592Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-07T16:35:09.606Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-07T16:35:09.620Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-07T16:35:09.655Z | Compiling mio v1.2.0 |
| 1331 | 2026-05-07T16:35:09.678Z | Compiling socket2 v0.6.3 |
| 1332 | 2026-05-07T16:35:09.751Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-05-07T16:35:09.778Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-07T16:35:09.792Z | Compiling once_cell v1.21.3 |
| 1335 | 2026-05-07T16:35:09.847Z | Compiling cc v1.2.56 |
| 1336 | 2026-05-07T16:35:09.861Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-07T16:35:09.947Z | Compiling pem-rfc7468 v0.7.0 |
| 1338 | 2026-05-07T16:35:09.961Z | Compiling flagset v0.4.7 |
| 1339 | 2026-05-07T16:35:10.014Z | Compiling rustix v1.1.3 |
| 1340 | 2026-05-07T16:35:10.028Z | Compiling iana-time-zone v0.1.65 |
| 1341 | 2026-05-07T16:35:10.054Z | Compiling uuid v1.23.0 |
| 1342 | 2026-05-07T16:35:10.080Z | Compiling rustc_version v0.4.1 |
| 1343 | 2026-05-07T16:35:10.112Z | Compiling regex-syntax v0.8.10 |
| 1344 | 2026-05-07T16:35:10.139Z | Compiling vcpkg v0.2.15 |
| 1345 | 2026-05-07T16:35:10.166Z | Compiling aws-lc-rs v1.16.0 |
| 1346 | 2026-05-07T16:35:10.252Z | Compiling tracing-core v0.1.36 |
| 1347 | 2026-05-07T16:35:10.267Z | Compiling httparse v1.10.1 |
| 1348 | 2026-05-07T16:35:10.283Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-05-07T16:35:10.301Z | Compiling untrusted v0.7.1 |
| 1350 | 2026-05-07T16:35:10.378Z | Compiling base64 v0.22.1 |
| 1351 | 2026-05-07T16:35:10.440Z | Compiling schemars v0.8.22 |
| 1352 | 2026-05-07T16:35:10.454Z | Compiling untrusted v0.9.0 |
| 1353 | 2026-05-07T16:35:10.481Z | Compiling openssl-probe v0.2.1 |
| 1354 | 2026-05-07T16:35:10.526Z | Compiling atomic-waker v1.1.2 |
| 1355 | 2026-05-07T16:35:10.543Z | Compiling tinyvec_macros v0.1.1 |
| 1356 | 2026-05-07T16:35:10.583Z | Compiling tower-layer v0.3.3 |
| 1357 | 2026-05-07T16:35:10.599Z | Compiling cmake v0.1.57 |
| 1358 | 2026-05-07T16:35:10.622Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-05-07T16:35:10.670Z | Compiling rustls v0.23.37 |
| 1360 | 2026-05-07T16:35:10.697Z | Compiling try-lock v0.2.5 |
| 1361 | 2026-05-07T16:35:10.727Z | Compiling tower-service v0.3.3 |
| 1362 | 2026-05-07T16:35:10.757Z | Compiling tinyvec v1.10.0 |
| 1363 | 2026-05-07T16:35:10.772Z | Compiling spin v0.9.8 |
| 1364 | 2026-05-07T16:35:10.788Z | Compiling want v0.3.1 |
| 1365 | 2026-05-07T16:35:10.791Z | Compiling aho-corasick v1.1.4 |
| 1366 | 2026-05-07T16:35:10.818Z | Compiling time-core v0.1.8 |
| 1367 | 2026-05-07T16:35:10.834Z | Compiling pin-utils v0.1.0 |
| 1368 | 2026-05-07T16:35:10.850Z | Compiling foreign-types-shared v0.1.1 |
| 1369 | 2026-05-07T16:35:10.868Z | Compiling num-conv v0.2.0 |
| 1370 | 2026-05-07T16:35:10.881Z | Compiling crc32fast v1.5.0 |
| 1371 | 2026-05-07T16:35:10.921Z | Compiling powerfmt v0.2.0 |
| 1372 | 2026-05-07T16:35:10.944Z | Compiling httpdate v1.0.3 |
| 1373 | 2026-05-07T16:35:10.960Z | Compiling openssl v0.10.78 |
| 1374 | 2026-05-07T16:35:10.984Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-05-07T16:35:10.987Z | Compiling wait-timeout v0.2.1 |
| 1376 | 2026-05-07T16:35:11.012Z | Compiling time-macros v0.2.27 |
| 1377 | 2026-05-07T16:35:11.015Z | Compiling num_threads v0.1.7 |
| 1378 | 2026-05-07T16:35:11.041Z | Compiling syn v1.0.109 |
| 1379 | 2026-05-07T16:35:11.067Z | Compiling deranged v0.5.8 |
| 1380 | 2026-05-07T16:35:11.082Z | Compiling simd-adler32 v0.3.8 |
| 1381 | 2026-05-07T16:35:11.122Z | Compiling siphasher v1.0.2 |
| 1382 | 2026-05-07T16:35:11.140Z | Compiling usdt-impl v0.6.0 |
| 1383 | 2026-05-07T16:35:11.153Z | Compiling native-tls v0.2.18 |
| 1384 | 2026-05-07T16:35:11.192Z | Compiling bit-vec v0.8.0 |
| 1385 | 2026-05-07T16:35:11.236Z | Compiling quick-error v1.2.3 |
| 1386 | 2026-05-07T16:35:11.259Z | Compiling crossbeam-utils v0.8.21 |
| 1387 | 2026-05-07T16:35:11.336Z | Compiling unicode-normalization v0.1.25 |
| 1388 | 2026-05-07T16:35:11.351Z | Compiling slog v2.8.2 |
| 1389 | 2026-05-07T16:35:11.375Z | Compiling rand_xorshift v0.4.0 |
| 1390 | 2026-05-07T16:35:11.396Z | Compiling bit-set v0.8.0 |
| 1391 | 2026-05-07T16:35:11.426Z | Compiling heapless v0.7.17 |
| 1392 | 2026-05-07T16:35:11.444Z | Compiling thread-id v5.1.0 |
| 1393 | 2026-05-07T16:35:11.465Z | Compiling sync_wrapper v1.0.2 |
| 1394 | 2026-05-07T16:35:11.481Z | Compiling cookie v0.18.1 |
| 1395 | 2026-05-07T16:35:11.497Z | Compiling aws-lc-sys v0.37.1 |
| 1396 | 2026-05-07T16:35:11.539Z | Compiling ring v0.17.14 |
| 1397 | 2026-05-07T16:35:11.554Z | Compiling openssl-sys v0.9.114 |
| 1398 | 2026-05-07T16:35:11.570Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-05-07T16:35:11.585Z | Compiling tempfile v3.25.0 |
| 1400 | 2026-05-07T16:35:11.614Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1401 | 2026-05-07T16:35:11.633Z | Compiling regex-automata v0.4.14 |
| 1402 | 2026-05-07T16:35:11.701Z | Compiling synstructure v0.13.2 |
| 1403 | 2026-05-07T16:35:11.715Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-05-07T16:35:11.826Z | Compiling serde_derive_internals v0.29.1 |
| 1405 | 2026-05-07T16:35:11.863Z | Compiling darling_core v0.20.11 |
| 1406 | 2026-05-07T16:35:11.928Z | Compiling rusty-fork v0.3.1 |
| 1407 | 2026-05-07T16:35:11.998Z | Compiling darling_core v0.21.3 |
| 1408 | 2026-05-07T16:35:12.095Z | Compiling adler2 v2.0.1 |
| 1409 | 2026-05-07T16:35:12.158Z | Compiling time v0.3.47 |
| 1410 | 2026-05-07T16:35:12.274Z | Compiling paste v1.0.15 |
| 1411 | 2026-05-07T16:35:12.294Z | Compiling unicode-properties v0.1.4 |
| 1412 | 2026-05-07T16:35:12.327Z | Compiling signal-hook v0.3.18 |
| 1413 | 2026-05-07T16:35:12.493Z | Compiling unarray v0.1.4 |
| 1414 | 2026-05-07T16:35:12.524Z | Compiling unicode-bidi v0.3.18 |
| 1415 | 2026-05-07T16:35:12.578Z | Compiling zstd-safe v7.2.4 |
| 1416 | 2026-05-07T16:35:12.608Z | Compiling anyhow v1.0.102 |
| 1417 | 2026-05-07T16:35:12.623Z | Compiling allocator-api2 v0.2.21 |
| 1418 | 2026-05-07T16:35:12.674Z | Compiling miniz_oxide v0.8.9 |
| 1419 | 2026-05-07T16:35:12.865Z | Compiling stringprep v0.1.5 |
| 1420 | 2026-05-07T16:35:12.964Z | Compiling num-integer v0.1.46 |
| 1421 | 2026-05-07T16:35:13.095Z | Compiling vergen-lib v0.1.6 |
| 1422 | 2026-05-07T16:35:13.171Z | Compiling curve25519-dalek v4.1.3 |
| 1423 | 2026-05-07T16:35:13.292Z | Compiling ff v0.13.1 |
| 1424 | 2026-05-07T16:35:13.308Z | Compiling hash32 v0.2.1 |
| 1425 | 2026-05-07T16:35:13.322Z | Compiling memoffset v0.9.1 |
| 1426 | 2026-05-07T16:35:13.337Z | Compiling rustix v0.38.44 |
| 1427 | 2026-05-07T16:35:13.359Z | Compiling smoltcp v0.9.1 |
| 1428 | 2026-05-07T16:35:13.451Z | Compiling base16ct v0.2.0 |
| 1429 | 2026-05-07T16:35:13.466Z | Compiling psl-types v2.0.11 |
| 1430 | 2026-05-07T16:35:13.482Z | Compiling serde_derive v1.0.228 |
| 1431 | 2026-05-07T16:35:13.520Z | Compiling zeroize_derive v1.4.3 |
| 1432 | 2026-05-07T16:35:13.534Z | Compiling zerofrom-derive v0.1.6 |
| 1433 | 2026-05-07T16:35:13.547Z | Compiling yoke-derive v0.8.1 |
| 1434 | 2026-05-07T16:35:13.604Z | Compiling zerocopy-derive v0.8.40 |
| 1435 | 2026-05-07T16:35:13.649Z | Compiling zerovec-derive v0.11.2 |
| 1436 | 2026-05-07T16:35:13.704Z | Compiling displaydoc v0.2.5 |
| 1437 | 2026-05-07T16:35:13.723Z | Compiling tokio-macros v2.7.0 |
| 1438 | 2026-05-07T16:35:13.844Z | Compiling futures-macro v0.3.32 |
| 1439 | 2026-05-07T16:35:14.208Z | Compiling zeroize v1.8.2 |
| 1440 | 2026-05-07T16:35:14.239Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-05-07T16:35:14.485Z | Compiling thiserror-impl v2.0.18 |
| 1442 | 2026-05-07T16:35:14.499Z | Compiling rustls-pki-types v1.14.0 |
| 1443 | 2026-05-07T16:35:14.635Z | Compiling tracing-attributes v0.1.31 |
| 1444 | 2026-05-07T16:35:14.690Z | Compiling futures-util v0.3.32 |
| 1445 | 2026-05-07T16:35:14.771Z | Compiling schemars_derive v0.8.22 |
| 1446 | 2026-05-07T16:35:14.823Z | Compiling pest_derive v2.8.6 |
| 1447 | 2026-05-07T16:35:14.977Z | Compiling crypto-common v0.1.7 |
| 1448 | 2026-05-07T16:35:14.980Z | Compiling zerofrom v0.1.6 |
| 1449 | 2026-05-07T16:35:15.006Z | Compiling block-buffer v0.10.4 |
| 1450 | 2026-05-07T16:35:15.135Z | Compiling yoke v0.8.1 |
| 1451 | 2026-05-07T16:35:15.149Z | Compiling digest v0.10.7 |
| 1452 | 2026-05-07T16:35:15.197Z | Compiling block-padding v0.3.3 |
| 1453 | 2026-05-07T16:35:15.262Z | Compiling der v0.7.10 |
| 1454 | 2026-05-07T16:35:15.294Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-05-07T16:35:15.338Z | Compiling zerovec v0.11.5 |
| 1456 | 2026-05-07T16:35:15.375Z | Compiling zerotrie v0.2.3 |
| 1457 | 2026-05-07T16:35:15.415Z | Compiling hmac v0.12.1 |
| 1458 | 2026-05-07T16:35:15.586Z | Compiling inout v0.1.4 |
| 1459 | 2026-05-07T16:35:15.687Z | Compiling sha2 v0.10.9 |
| 1460 | 2026-05-07T16:35:15.778Z | Compiling cipher v0.4.4 |
| 1461 | 2026-05-07T16:35:15.867Z | Compiling tinystr v0.8.2 |
| 1462 | 2026-05-07T16:35:15.902Z | Compiling potential_utf v0.1.4 |
| 1463 | 2026-05-07T16:35:15.908Z | Compiling pbkdf2 v0.12.2 |
| 1464 | 2026-05-07T16:35:16.004Z | Compiling salsa20 v0.10.2 |
| 1465 | 2026-05-07T16:35:16.052Z | Compiling icu_locale_core v2.1.1 |
| 1466 | 2026-05-07T16:35:16.063Z | Compiling icu_collections v2.1.1 |
| 1467 | 2026-05-07T16:35:16.081Z | Compiling cbc v0.1.2 |
| 1468 | 2026-05-07T16:35:16.097Z | Compiling spki v0.7.3 |
| 1469 | 2026-05-07T16:35:16.097Z | Compiling aes v0.8.4 |
| 1470 | 2026-05-07T16:35:16.135Z | Compiling scrypt v0.11.0 |
| 1471 | 2026-05-07T16:35:16.148Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-05-07T16:35:16.162Z | Compiling tracing v0.1.44 |
| 1473 | 2026-05-07T16:35:16.271Z | Compiling scroll v0.13.0 |
| 1474 | 2026-05-07T16:35:16.331Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-07T16:35:16.411Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-05-07T16:35:16.469Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-07T16:35:16.523Z | Compiling pkcs5 v0.7.1 |
| 1478 | 2026-05-07T16:35:16.563Z | Compiling goblin v0.10.5 |
| 1479 | 2026-05-07T16:35:16.570Z | Compiling signature v2.2.0 |
| 1480 | 2026-05-07T16:35:16.767Z | Compiling icu_provider v2.1.1 |
| 1481 | 2026-05-07T16:35:16.852Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-05-07T16:35:16.855Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-07T16:35:16.957Z | Compiling bytes v1.11.1 |
| 1484 | 2026-05-07T16:35:16.960Z | Compiling chrono v0.4.44 |
| 1485 | 2026-05-07T16:35:17.026Z | Compiling icu_properties v2.1.2 |
| 1486 | 2026-05-07T16:35:17.042Z | Compiling icu_normalizer v2.1.1 |
| 1487 | 2026-05-07T16:35:17.057Z | Compiling ipnet v2.11.0 |
| 1488 | 2026-05-07T16:35:17.094Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-05-07T16:35:17.109Z | Compiling rustls-native-certs v0.8.3 |
| 1490 | 2026-05-07T16:35:17.167Z | Compiling scroll_derive v0.12.1 |
| 1491 | 2026-05-07T16:35:17.181Z | Compiling thiserror-impl v1.0.69 |
| 1492 | 2026-05-07T16:35:17.243Z | Compiling toml_datetime v0.6.11 |
| 1493 | 2026-05-07T16:35:17.415Z | Compiling serde_spanned v0.6.9 |
| 1494 | 2026-05-07T16:35:17.537Z | Compiling tokio v1.52.1 |
| 1495 | 2026-05-07T16:35:17.610Z | Compiling http v1.4.0 |
| 1496 | 2026-05-07T16:35:17.634Z | Compiling erased-serde v0.3.31 |
| 1497 | 2026-05-07T16:35:17.649Z | Compiling serde_tokenstream v0.2.3 |
| 1498 | 2026-05-07T16:35:17.665Z | Compiling md-5 v0.10.6 |
| 1499 | 2026-05-07T16:35:17.845Z | Compiling webpki-roots v1.0.6 |
| 1500 | 2026-05-07T16:35:17.868Z | Compiling scroll v0.12.0 |
| 1501 | 2026-05-07T16:35:17.979Z | Compiling idna_adapter v1.2.1 |
| 1502 | 2026-05-07T16:35:17.982Z | Compiling darling_macro v0.21.3 |
| 1503 | 2026-05-07T16:35:18.033Z | Compiling ppv-lite86 v0.2.21 |
| 1504 | 2026-05-07T16:35:18.097Z | Compiling idna v1.1.0 |
| 1505 | 2026-05-07T16:35:18.143Z | Compiling derive_builder_macro v0.20.2 |
| 1506 | 2026-05-07T16:35:18.157Z | Compiling zerocopy-derive v0.7.35 |
| 1507 | 2026-05-07T16:35:18.160Z | Compiling num-bigint-dig v0.8.6 |
| 1508 | 2026-05-07T16:35:18.185Z | Compiling ryu v1.0.23 |
| 1509 | 2026-05-07T16:35:18.246Z | Compiling iri-string v0.7.10 |
| 1510 | 2026-05-07T16:35:18.377Z | Compiling rand_chacha v0.9.0 |
| 1511 | 2026-05-07T16:35:18.380Z | Compiling http-body v1.0.1 |
| 1512 | 2026-05-07T16:35:18.404Z | Compiling url v2.5.8 |
| 1513 | 2026-05-07T16:35:18.421Z | Compiling rand_chacha v0.3.1 |
| 1514 | 2026-05-07T16:35:18.517Z | Compiling http-body-util v0.1.3 |
| 1515 | 2026-05-07T16:35:18.535Z | Compiling thiserror v1.0.69 |
| 1516 | 2026-05-07T16:35:18.559Z | Compiling litrs v1.0.0 |
| 1517 | 2026-05-07T16:35:18.572Z | Compiling ref-cast v1.0.25 |
| 1518 | 2026-05-07T16:35:18.637Z | Compiling rand v0.9.2 |
| 1519 | 2026-05-07T16:35:18.651Z | Compiling cfg_aliases v0.2.1 |
| 1520 | 2026-05-07T16:35:18.736Z | Compiling fallible-iterator v0.2.0 |
| 1521 | 2026-05-07T16:35:18.773Z | Compiling zlib-rs v0.6.2 |
| 1522 | 2026-05-07T16:35:18.787Z | Compiling nix v0.31.2 |
| 1523 | 2026-05-07T16:35:19.061Z | Compiling derive_builder v0.20.2 |
| 1524 | 2026-05-07T16:35:19.064Z | Compiling zerocopy v0.7.35 |
| 1525 | 2026-05-07T16:35:19.097Z | Compiling document-features v0.2.12 |
| 1526 | 2026-05-07T16:35:19.113Z | Compiling rand v0.8.5 |
| 1527 | 2026-05-07T16:35:19.174Z | Compiling darling v0.21.3 |
| 1528 | 2026-05-07T16:35:19.218Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-07T16:35:19.273Z | Compiling postgres-protocol v0.6.10 |
| 1530 | 2026-05-07T16:35:19.287Z | Compiling publicsuffix v2.3.0 |
| 1531 | 2026-05-07T16:35:19.459Z | Compiling dof v0.4.0 |
| 1532 | 2026-05-07T16:35:19.489Z | Compiling serde_urlencoded v0.7.1 |
| 1533 | 2026-05-07T16:35:19.509Z | Compiling goblin v0.8.2 |
| 1534 | 2026-05-07T16:35:19.631Z | Compiling sec1 v0.7.3 |
| 1535 | 2026-05-07T16:35:19.713Z | Compiling cargo-platform v0.1.9 |
| 1536 | 2026-05-07T16:35:19.754Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-07T16:35:19.779Z | Compiling hubpack_derive v0.1.1 |
| 1538 | 2026-05-07T16:35:19.834Z | Compiling hkdf v0.12.4 |
| 1539 | 2026-05-07T16:35:19.922Z | Compiling crypto-bigint v0.5.5 |
| 1540 | 2026-05-07T16:35:19.970Z | Compiling regex v1.12.3 |
| 1541 | 2026-05-07T16:35:19.985Z | Compiling oxnet v0.1.4 |
| 1542 | 2026-05-07T16:35:20.114Z | Compiling strum_macros v0.27.2 |
| 1543 | 2026-05-07T16:35:20.128Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-05-07T16:35:20.141Z | Compiling daft-derive v0.1.5 |
| 1545 | 2026-05-07T16:35:20.174Z | Compiling ref-cast-impl v1.0.25 |
| 1546 | 2026-05-07T16:35:20.286Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1547 | 2026-05-07T16:35:20.668Z | Compiling group v0.13.0 |
| 1548 | 2026-05-07T16:35:20.755Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-05-07T16:35:20.898Z | Compiling terminal_size v0.4.3 |
| 1550 | 2026-05-07T16:35:20.928Z | Compiling phf_shared v0.13.1 |
| 1551 | 2026-05-07T16:35:20.932Z | Compiling lazy_static v1.5.0 |
| 1552 | 2026-05-07T16:35:20.965Z | Compiling vergen v9.0.6 |
| 1553 | 2026-05-07T16:35:21.040Z | Compiling fs-err v3.3.0 |
| 1554 | 2026-05-07T16:35:21.063Z | Compiling ahash v0.8.12 |
| 1555 | 2026-05-07T16:35:21.077Z | Compiling object v0.37.3 |
| 1556 | 2026-05-07T16:35:21.169Z | Compiling unicode-segmentation v1.12.0 |
| 1557 | 2026-05-07T16:35:21.186Z | Compiling bumpalo v3.20.2 |
| 1558 | 2026-05-07T16:35:21.201Z | Compiling winnow v0.5.40 |
| 1559 | 2026-05-07T16:35:21.215Z | Compiling foldhash v0.2.0 |
| 1560 | 2026-05-07T16:35:21.235Z | Compiling managed v0.8.0 |
| 1561 | 2026-05-07T16:35:21.251Z | Compiling libbz2-rs-sys v0.2.2 |
| 1562 | 2026-05-07T16:35:21.289Z | Compiling foldhash v0.1.5 |
| 1563 | 2026-05-07T16:35:21.368Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-05-07T16:35:21.410Z | Compiling tower v0.5.3 |
| 1565 | 2026-05-07T16:35:21.454Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-05-07T16:35:21.468Z | Compiling bitflags v1.3.2 |
| 1567 | 2026-05-07T16:35:21.468Z | Compiling hashbrown v0.15.5 |
| 1568 | 2026-05-07T16:35:21.495Z | Compiling zopfli v0.8.3 |
| 1569 | 2026-05-07T16:35:21.556Z | Compiling newtype-uuid v1.3.2 |
| 1570 | 2026-05-07T16:35:21.643Z | Compiling flate2 v1.1.9 |
| 1571 | 2026-05-07T16:35:21.915Z | Compiling tower-http v0.6.8 |
| 1572 | 2026-05-07T16:35:21.918Z | Compiling daft v0.1.5 |
| 1573 | 2026-05-07T16:35:21.945Z | Compiling bzip2 v0.6.1 |
| 1574 | 2026-05-07T16:35:22.000Z | Compiling dof v0.3.0 |
| 1575 | 2026-05-07T16:35:22.042Z | Compiling hashbrown v0.16.1 |
| 1576 | 2026-05-07T16:35:22.062Z | Compiling h2 v0.4.13 |
| 1577 | 2026-05-07T16:35:22.111Z | Compiling strum v0.27.2 |
| 1578 | 2026-05-07T16:35:22.169Z | Compiling clap_builder v4.5.60 |
| 1579 | 2026-05-07T16:35:22.201Z | Compiling phf v0.13.1 |
| 1580 | 2026-05-07T16:35:22.221Z | Compiling signal-hook-mio v0.2.5 |
| 1581 | 2026-05-07T16:35:22.354Z | Compiling usdt-attr-macro v0.6.0 |
| 1582 | 2026-05-07T16:35:22.378Z | Compiling usdt-macro v0.6.0 |
| 1583 | 2026-05-07T16:35:22.394Z | Compiling cargo_metadata v0.19.2 |
| 1584 | 2026-05-07T16:35:22.434Z | Compiling elliptic-curve v0.13.8 |
| 1585 | 2026-05-07T16:35:22.675Z | Compiling toml_edit v0.19.15 |
| 1586 | 2026-05-07T16:35:22.675Z | Compiling cookie_store v0.22.1 |
| 1587 | 2026-05-07T16:35:22.783Z | Compiling bzip2 v0.4.4 |
| 1588 | 2026-05-07T16:35:22.821Z | Compiling hubpack v0.1.2 |
| 1589 | 2026-05-07T16:35:23.003Z | Compiling postgres-types v0.2.12 |
| 1590 | 2026-05-07T16:35:23.017Z | Compiling zstd v0.13.3 |
| 1591 | 2026-05-07T16:35:23.058Z | Compiling serde_with_macros v3.17.0 |
| 1592 | 2026-05-07T16:35:23.283Z | Compiling dtrace-parser v0.2.0 |
| 1593 | 2026-05-07T16:35:23.297Z | Compiling pkcs1 v0.7.5 |
| 1594 | 2026-05-07T16:35:23.341Z | Compiling ed25519 v2.2.3 |
| 1595 | 2026-05-07T16:35:23.383Z | Compiling serde-big-array v0.5.1 |
| 1596 | 2026-05-07T16:35:23.423Z | Compiling hex v0.4.3 |
| 1597 | 2026-05-07T16:35:23.545Z | Compiling rfc6979 v0.4.0 |
| 1598 | 2026-05-07T16:35:23.629Z | Compiling bstr v1.12.1 |
| 1599 | 2026-05-07T16:35:23.684Z | Compiling enum-as-inner v0.6.1 |
| 1600 | 2026-05-07T16:35:23.712Z | Compiling strum_macros v0.26.4 |
| 1601 | 2026-05-07T16:35:23.726Z | Compiling clap_derive v4.5.55 |
| 1602 | 2026-05-07T16:35:23.876Z | Compiling serde_repr v0.1.20 |
| 1603 | 2026-05-07T16:35:24.050Z | Compiling phf_shared v0.11.3 |
| 1604 | 2026-05-07T16:35:24.154Z | Compiling float-cmp v0.10.0 |
| 1605 | 2026-05-07T16:35:24.224Z | Compiling thread-id v4.2.2 |
| 1606 | 2026-05-07T16:35:24.256Z | Compiling memmap2 v0.9.10 |
| 1607 | 2026-05-07T16:35:24.281Z | Compiling env_filter v1.0.0 |
| 1608 | 2026-05-07T16:35:24.285Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-05-07T16:35:24.309Z | Compiling new_debug_unreachable v1.0.6 |
| 1610 | 2026-05-07T16:35:24.327Z | Compiling fixedbitset v0.5.7 |
| 1611 | 2026-05-07T16:35:24.330Z | Compiling static_assertions v1.1.0 |
| 1612 | 2026-05-07T16:35:24.397Z | Compiling whoami v2.1.0 |
| 1613 | 2026-05-07T16:35:24.426Z | Compiling mime v0.3.17 |
| 1614 | 2026-05-07T16:35:24.440Z | Compiling jiff v0.2.21 |
| 1615 | 2026-05-07T16:35:24.492Z | Compiling difflib v0.4.0 |
| 1616 | 2026-05-07T16:35:24.621Z | Compiling normalize-line-endings v0.3.0 |
| 1617 | 2026-05-07T16:35:24.657Z | Compiling fixedbitset v0.4.2 |
| 1618 | 2026-05-07T16:35:24.708Z | Compiling data-encoding v2.10.0 |
| 1619 | 2026-05-07T16:35:24.734Z | Compiling predicates-core v1.0.10 |
| 1620 | 2026-05-07T16:35:24.791Z | Compiling either v1.15.0 |
| 1621 | 2026-05-07T16:35:24.894Z | Compiling precomputed-hash v0.1.1 |
| 1622 | 2026-05-07T16:35:24.938Z | Compiling keccak v0.1.6 |
| 1623 | 2026-05-07T16:35:25.009Z | Compiling rustc-hash v2.1.1 |
| 1624 | 2026-05-07T16:35:25.025Z | Compiling hickory-proto v0.25.2 |
| 1625 | 2026-05-07T16:35:25.085Z | Compiling string_cache v0.8.9 |
| 1626 | 2026-05-07T16:35:25.151Z | Compiling sha3 v0.10.8 |
| 1627 | 2026-05-07T16:35:25.312Z | Compiling hyper v1.8.1 |
| 1628 | 2026-05-07T16:35:25.345Z | Compiling iddqd v0.3.18 |
| 1629 | 2026-05-07T16:35:25.416Z | Compiling itertools v0.13.0 |
| 1630 | 2026-05-07T16:35:25.453Z | Compiling predicates v3.1.4 |
| 1631 | 2026-05-07T16:35:25.475Z | Compiling petgraph v0.6.5 |
| 1632 | 2026-05-07T16:35:25.523Z | Compiling strum v0.26.3 |
| 1633 | 2026-05-07T16:35:25.573Z | Compiling clap v4.5.60 |
| 1634 | 2026-05-07T16:35:25.622Z | Compiling toml_edit v0.22.27 |
| 1635 | 2026-05-07T16:35:25.666Z | Compiling tokio-postgres v0.7.16 |
| 1636 | 2026-05-07T16:35:25.681Z | Compiling petgraph v0.8.3 |
| 1637 | 2026-05-07T16:35:25.764Z | Compiling env_logger v0.11.9 |
| 1638 | 2026-05-07T16:35:25.844Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1639 | 2026-05-07T16:35:26.115Z | Compiling usdt v0.6.0 |
| 1640 | 2026-05-07T16:35:26.145Z | Compiling usdt-impl v0.5.0 |
| 1641 | 2026-05-07T16:35:26.206Z | Compiling serde_with v3.17.0 |
| 1642 | 2026-05-07T16:35:26.396Z | Compiling hyper-util v0.1.20 |
| 1643 | 2026-05-07T16:35:26.512Z | Compiling similar v2.7.0 |
| 1644 | 2026-05-07T16:35:26.678Z | Compiling toml v0.7.8 |
| 1645 | 2026-05-07T16:35:26.744Z | Compiling crossterm v0.28.1 |
| 1646 | 2026-05-07T16:35:26.920Z | Compiling ecdsa v0.16.9 |
| 1647 | 2026-05-07T16:35:26.962Z | Compiling ed25519-dalek v2.2.0 |
| 1648 | 2026-05-07T16:35:27.283Z | Compiling zip v4.6.1 |
| 1649 | 2026-05-07T16:35:27.317Z | Compiling rsa v0.9.10 |
| 1650 | 2026-05-07T16:35:27.661Z | Compiling zip v0.6.6 |
| 1651 | 2026-05-07T16:35:27.841Z | Compiling hyper-tls v0.6.0 |
| 1652 | 2026-05-07T16:35:28.074Z | Compiling tokio-stream v0.1.18 |
| 1653 | 2026-05-07T16:35:28.099Z | Compiling heck v0.4.1 |
| 1654 | 2026-05-07T16:35:28.180Z | Compiling buf-list v1.1.2 |
| 1655 | 2026-05-07T16:35:28.215Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1656 | 2026-05-07T16:35:28.274Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1657 | 2026-05-07T16:35:28.331Z | Compiling openapiv3 v2.2.0 |
| 1658 | 2026-05-07T16:35:28.348Z | Compiling x509-cert v0.2.5 |
| 1659 | 2026-05-07T16:35:28.348Z | Compiling sha1 v0.10.6 |
| 1660 | 2026-05-07T16:35:28.393Z | Compiling crossbeam-epoch v0.9.18 |
| 1661 | 2026-05-07T16:35:28.478Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1662 | 2026-05-07T16:35:28.559Z | Compiling lalrpop-util v0.19.12 |
| 1663 | 2026-05-07T16:35:28.603Z | Compiling peg-runtime v0.8.5 |
| 1664 | 2026-05-07T16:35:28.618Z | Compiling thread_local v1.1.9 |
| 1665 | 2026-05-07T16:35:28.726Z | Compiling slog-async v2.8.0 |
| 1666 | 2026-05-07T16:35:28.747Z | Compiling futures-executor v0.3.32 |
| 1667 | 2026-05-07T16:35:28.750Z | Compiling crossbeam-channel v0.5.15 |
| 1668 | 2026-05-07T16:35:28.777Z | Compiling is-terminal v0.4.17 |
| 1669 | 2026-05-07T16:35:28.791Z | Compiling filetime v0.2.27 |
| 1670 | 2026-05-07T16:35:28.873Z | Compiling term v1.2.1 |
| 1671 | 2026-05-07T16:35:28.889Z | Compiling xattr v1.6.1 |
| 1672 | 2026-05-07T16:35:28.904Z | Compiling take_mut v0.2.2 |
| 1673 | 2026-05-07T16:35:28.918Z | Compiling futures v0.3.32 |
| 1674 | 2026-05-07T16:35:29.032Z | Compiling tar v0.4.45 |
| 1675 | 2026-05-07T16:35:29.185Z | Compiling slog-term v2.9.2 |
| 1676 | 2026-05-07T16:35:46.645Z | Compiling rustls-webpki v0.103.9 |
| 1677 | 2026-05-07T16:35:49.466Z | Compiling tokio-rustls v0.26.4 |
| 1678 | 2026-05-07T16:35:49.466Z | Compiling rustls-platform-verifier v0.6.2 |
| 1679 | 2026-05-07T16:35:49.656Z | Compiling hyper-rustls v0.27.7 |
| 1680 | 2026-05-07T16:35:49.846Z | Compiling reqwest v0.12.28 |
| 1681 | 2026-05-07T16:35:49.846Z | Compiling reqwest v0.13.2 |
| 1682 | 2026-05-07T16:35:51.820Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1683 | 2026-05-07T16:35:52.054Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1684 | 2026-05-07T16:35:54.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.09s |
| 1685 | 2026-05-07T16:35:55.020Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1686 | 2026-05-07T16:35:55.076Z | May 07 16:35:54.226 INFO Starting download, target: Clickhouse |
| 1687 | 2026-05-07T16:35:55.076Z | May 07 16:35:54.226 INFO Starting download, target: Cockroach |
| 1688 | 2026-05-07T16:35:55.076Z | May 07 16:35:54.226 INFO Starting download, target: Console |
| 1689 | 2026-05-07T16:35:55.076Z | May 07 16:35:54.227 INFO Starting download, target: DendriteStub |
| 1690 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Starting download, target: MaghemiteMgd |
| 1691 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Starting download, target: TransceiverControl |
| 1692 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1693 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1694 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1695 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1696 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1697 | 2026-05-07T16:35:55.080Z | May 07 16:35:54.227 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1698 | 2026-05-07T16:35:55.374Z | May 07 16:35:54.524 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1699 | 2026-05-07T16:35:55.588Z | May 07 16:35:54.732 INFO Download complete, target: TransceiverControl |
| 1700 | 2026-05-07T16:35:56.115Z | May 07 16:35:55.265 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1701 | 2026-05-07T16:35:56.351Z | May 07 16:35:55.501 INFO Download complete, target: Console |
| 1702 | 2026-05-07T16:35:56.757Z | May 07 16:35:55.901 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1703 | 2026-05-07T16:35:56.772Z | May 07 16:35:55.918 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1704 | 2026-05-07T16:35:57.050Z | May 07 16:35:56.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1705 | 2026-05-07T16:35:57.175Z | May 07 16:35:56.325 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1706 | 2026-05-07T16:35:57.175Z | May 07 16:35:56.325 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1707 | 2026-05-07T16:35:59.374Z | May 07 16:35:58.524 INFO Download complete, target: DendriteStub |
| 1708 | 2026-05-07T16:35:59.411Z | May 07 16:35:58.561 INFO Download complete, target: MaghemiteMgd |
| 1709 | 2026-05-07T16:36:01.865Z | May 07 16:36:01.009 INFO Checking that binary works, target: Cockroach |
| 1710 | 2026-05-07T16:36:01.988Z | May 07 16:36:01.130 INFO Download complete, target: Cockroach |
| 1711 | 2026-05-07T16:36:03.823Z | May 07 16:36:02.973 INFO Checking that binary works, target: Clickhouse |
| 1712 | 2026-05-07T16:36:03.911Z | May 07 16:36:03.060 INFO Download complete, target: Clickhouse |
| 1713 | 2026-05-07T16:36:03.917Z | All prerequisites installed successfully |
| 1714 | 2026-05-07T16:36:03.921Z | |
| 1715 | 2026-05-07T16:36:03.921Z | real 1:58.724939340 |
| 1716 | 2026-05-07T16:36:03.921Z | user 6:45.504729619 |
| 1717 | 2026-05-07T16:36:03.921Z | sys 1:38.874931149 |
| 1718 | 2026-05-07T16:36:03.921Z | trap 0.258206633 |
| 1719 | 2026-05-07T16:36:03.921Z | tflt 1.126668560 |
| 1720 | 2026-05-07T16:36:03.921Z | dflt 1.661316208 |
| 1721 | 2026-05-07T16:36:03.921Z | kflt 0.026263234 |
| 1722 | 2026-05-07T16:36:03.921Z | lock 22:03.025909084 |
| 1723 | 2026-05-07T16:36:03.921Z | slp 18:29.073174732 |
| 1724 | 2026-05-07T16:36:03.921Z | lat 23.316288447 |
| 1725 | 2026-05-07T16:36:03.922Z | stop 2:44.496695426 |
| 1726 | 2026-05-07T16:36:03.922Z | + ptime -m cargo xtask download softnpu |
| 1727 | 2026-05-07T16:36:04.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1728 | 2026-05-07T16:36:04.476Z | Running `target/debug/xtask download softnpu` |
| 1729 | 2026-05-07T16:36:05.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1730 | 2026-05-07T16:36:05.296Z | Running `target/debug/xtask-downloader softnpu` |
| 1731 | 2026-05-07T16:36:05.336Z | May 07 16:36:04.485 INFO Starting download, target: Softnpu |
| 1732 | 2026-05-07T16:36:05.339Z | May 07 16:36:04.486 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1733 | 2026-05-07T16:36:06.114Z | May 07 16:36:05.264 INFO Download complete, target: Softnpu |
| 1734 | 2026-05-07T16:36:06.117Z | |
| 1735 | 2026-05-07T16:36:06.120Z | real 2.194922055 |
| 1736 | 2026-05-07T16:36:06.120Z | user 1.333891396 |
| 1737 | 2026-05-07T16:36:06.120Z | sys 0.675577640 |
| 1738 | 2026-05-07T16:36:06.120Z | trap 0.000699446 |
| 1739 | 2026-05-07T16:36:06.121Z | tflt 0.000089331 |
| 1740 | 2026-05-07T16:36:06.121Z | dflt 0.000118728 |
| 1741 | 2026-05-07T16:36:06.121Z | kflt 0.000000000 |
| 1742 | 2026-05-07T16:36:06.121Z | lock 14.543375484 |
| 1743 | 2026-05-07T16:36:06.121Z | slp 0.630480096 |
| 1744 | 2026-05-07T16:36:06.121Z | lat 0.123024099 |
| 1745 | 2026-05-07T16:36:06.121Z | stop 0.000175233 |
| 1746 | 2026-05-07T16:36:06.121Z | + export CARGO_INCREMENTAL=0 |
| 1747 | 2026-05-07T16:36:06.121Z | + CARGO_INCREMENTAL=0 |
| 1748 | 2026-05-07T16:36:06.121Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1749 | 2026-05-07T16:36:07.026Z | Compiling proc-macro2 v1.0.106 |
| 1750 | 2026-05-07T16:36:07.026Z | Compiling quote v1.0.45 |
| 1751 | 2026-05-07T16:36:07.026Z | Compiling unicode-ident v1.0.24 |
| 1752 | 2026-05-07T16:36:07.026Z | Compiling libc v0.2.185 |
| 1753 | 2026-05-07T16:36:07.030Z | Compiling serde_core v1.0.228 |
| 1754 | 2026-05-07T16:36:07.030Z | Compiling serde v1.0.228 |
| 1755 | 2026-05-07T16:36:07.030Z | Compiling cfg-if v1.0.4 |
| 1756 | 2026-05-07T16:36:07.030Z | Compiling version_check v0.9.5 |
| 1757 | 2026-05-07T16:36:07.030Z | Compiling find-msvc-tools v0.1.9 |
| 1758 | 2026-05-07T16:36:07.030Z | Compiling shlex v1.3.0 |
| 1759 | 2026-05-07T16:36:07.030Z | Compiling typenum v1.19.0 |
| 1760 | 2026-05-07T16:36:07.030Z | Compiling autocfg v1.5.0 |
| 1761 | 2026-05-07T16:36:07.030Z | Compiling zmij v1.0.21 |
| 1762 | 2026-05-07T16:36:07.173Z | Compiling memchr v2.8.0 |
| 1763 | 2026-05-07T16:36:07.176Z | Compiling serde_json v1.0.149 |
| 1764 | 2026-05-07T16:36:07.339Z | Compiling portable-atomic v1.13.1 |
| 1765 | 2026-05-07T16:36:07.371Z | Compiling zerocopy v0.8.40 |
| 1766 | 2026-05-07T16:36:07.453Z | Compiling libm v0.2.16 |
| 1767 | 2026-05-07T16:36:07.470Z | Compiling generic-array v0.14.7 |
| 1768 | 2026-05-07T16:36:07.690Z | Compiling smallvec v1.15.1 |
| 1769 | 2026-05-07T16:36:07.706Z | Compiling parking_lot_core v0.9.12 |
| 1770 | 2026-05-07T16:36:07.719Z | Compiling num-traits v0.2.19 |
| 1771 | 2026-05-07T16:36:07.722Z | Compiling icu_properties_data v2.1.2 |
| 1772 | 2026-05-07T16:36:07.763Z | Compiling icu_normalizer_data v2.1.1 |
| 1773 | 2026-05-07T16:36:07.782Z | Compiling itoa v1.0.17 |
| 1774 | 2026-05-07T16:36:07.785Z | Compiling getrandom v0.4.1 |
| 1775 | 2026-05-07T16:36:07.785Z | Compiling log v0.4.29 |
| 1776 | 2026-05-07T16:36:07.957Z | Compiling stable_deref_trait v1.2.1 |
| 1777 | 2026-05-07T16:36:07.972Z | Compiling pkg-config v0.3.32 |
| 1778 | 2026-05-07T16:36:08.004Z | Compiling subtle v2.6.1 |
| 1779 | 2026-05-07T16:36:08.051Z | Compiling jobserver v0.1.34 |
| 1780 | 2026-05-07T16:36:08.051Z | Compiling getrandom v0.2.17 |
| 1781 | 2026-05-07T16:36:08.098Z | Compiling scopeguard v1.2.0 |
| 1782 | 2026-05-07T16:36:08.158Z | Compiling errno v0.3.14 |
| 1783 | 2026-05-07T16:36:08.234Z | Compiling lock_api v0.4.14 |
| 1784 | 2026-05-07T16:36:08.250Z | Compiling rand_core v0.6.4 |
| 1785 | 2026-05-07T16:36:08.282Z | Compiling cc v1.2.56 |
| 1786 | 2026-05-07T16:36:08.439Z | Compiling litemap v0.8.1 |
| 1787 | 2026-05-07T16:36:08.455Z | Compiling percent-encoding v2.3.2 |
| 1788 | 2026-05-07T16:36:08.458Z | Compiling writeable v0.6.2 |
| 1789 | 2026-05-07T16:36:08.516Z | Compiling pin-project-lite v0.2.17 |
| 1790 | 2026-05-07T16:36:08.540Z | Compiling syn v2.0.117 |
| 1791 | 2026-05-07T16:36:08.577Z | Compiling thiserror v2.0.18 |
| 1792 | 2026-05-07T16:36:08.620Z | Compiling fnv v1.0.7 |
| 1793 | 2026-05-07T16:36:08.681Z | Compiling getrandom v0.3.4 |
| 1794 | 2026-05-07T16:36:08.743Z | Compiling critical-section v1.2.0 |
| 1795 | 2026-05-07T16:36:08.801Z | Compiling rustversion v1.0.22 |
| 1796 | 2026-05-07T16:36:08.816Z | Compiling schemars v0.8.22 |
| 1797 | 2026-05-07T16:36:08.831Z | Compiling equivalent v1.0.2 |
| 1798 | 2026-05-07T16:36:08.911Z | Compiling rand_core v0.10.0 |
| 1799 | 2026-05-07T16:36:08.927Z | Compiling dunce v1.0.5 |
| 1800 | 2026-05-07T16:36:08.956Z | Compiling fs_extra v1.3.0 |
| 1801 | 2026-05-07T16:36:09.004Z | Compiling utf8_iter v1.0.4 |
| 1802 | 2026-05-07T16:36:09.025Z | Compiling cmake v0.1.57 |
| 1803 | 2026-05-07T16:36:09.100Z | Compiling form_urlencoded v1.2.2 |
| 1804 | 2026-05-07T16:36:09.246Z | Compiling signal-hook-registry v1.4.8 |
| 1805 | 2026-05-07T16:36:09.249Z | Compiling const-oid v0.9.6 |
| 1806 | 2026-05-07T16:36:09.310Z | Compiling once_cell v1.21.3 |
| 1807 | 2026-05-07T16:36:09.403Z | Compiling hashbrown v0.17.0 |
| 1808 | 2026-05-07T16:36:09.423Z | Compiling parking_lot v0.12.5 |
| 1809 | 2026-05-07T16:36:09.574Z | Compiling bitflags v2.11.0 |
| 1810 | 2026-05-07T16:36:09.607Z | Compiling semver v1.0.28 |
| 1811 | 2026-05-07T16:36:09.624Z | Compiling ring v0.17.14 |
| 1812 | 2026-05-07T16:36:09.653Z | Compiling aws-lc-sys v0.37.1 |
| 1813 | 2026-05-07T16:36:09.672Z | Compiling socket2 v0.6.3 |
| 1814 | 2026-05-07T16:36:09.756Z | Compiling mio v1.2.0 |
| 1815 | 2026-05-07T16:36:09.831Z | Compiling rustix v1.1.3 |
| 1816 | 2026-05-07T16:36:09.875Z | Compiling aws-lc-rs v1.16.0 |
| 1817 | 2026-05-07T16:36:09.927Z | Compiling indexmap v2.14.0 |
| 1818 | 2026-05-07T16:36:09.985Z | Compiling strsim v0.11.1 |
| 1819 | 2026-05-07T16:36:09.999Z | Compiling thiserror v1.0.69 |
| 1820 | 2026-05-07T16:36:10.016Z | Compiling futures-core v0.3.32 |
| 1821 | 2026-05-07T16:36:10.095Z | Compiling httparse v1.10.1 |
| 1822 | 2026-05-07T16:36:10.131Z | Compiling byteorder v1.5.0 |
| 1823 | 2026-05-07T16:36:10.181Z | Compiling ucd-trie v0.1.7 |
| 1824 | 2026-05-07T16:36:10.310Z | Compiling heck v0.5.0 |
| 1825 | 2026-05-07T16:36:10.313Z | Compiling vcpkg v0.2.15 |
| 1826 | 2026-05-07T16:36:10.340Z | Compiling ident_case v1.0.1 |
| 1827 | 2026-05-07T16:36:10.375Z | Compiling pest v2.8.6 |
| 1828 | 2026-05-07T16:36:10.401Z | Compiling syn v1.0.109 |
| 1829 | 2026-05-07T16:36:10.429Z | Compiling iana-time-zone v0.1.65 |
| 1830 | 2026-05-07T16:36:10.495Z | Compiling uuid v1.23.0 |
| 1831 | 2026-05-07T16:36:10.499Z | Compiling cpufeatures v0.2.17 |
| 1832 | 2026-05-07T16:36:10.632Z | Compiling regex-syntax v0.8.10 |
| 1833 | 2026-05-07T16:36:10.776Z | Compiling rustc_version v0.4.1 |
| 1834 | 2026-05-07T16:36:10.824Z | Compiling futures-sink v0.3.32 |
| 1835 | 2026-05-07T16:36:10.888Z | Compiling openssl-sys v0.9.114 |
| 1836 | 2026-05-07T16:36:10.931Z | Compiling rustls v0.23.37 |
| 1837 | 2026-05-07T16:36:10.948Z | Compiling futures-channel v0.3.32 |
| 1838 | 2026-05-07T16:36:11.056Z | Compiling futures-io v0.3.32 |
| 1839 | 2026-05-07T16:36:11.071Z | Compiling futures-task v0.3.32 |
| 1840 | 2026-05-07T16:36:11.115Z | Compiling slab v0.4.12 |
| 1841 | 2026-05-07T16:36:11.216Z | Compiling crc32fast v1.5.0 |
| 1842 | 2026-05-07T16:36:11.231Z | Compiling dyn-clone v1.0.20 |
| 1843 | 2026-05-07T16:36:11.245Z | Compiling plain v0.2.3 |
| 1844 | 2026-05-07T16:36:11.277Z | Compiling aho-corasick v1.1.4 |
| 1845 | 2026-05-07T16:36:11.295Z | Compiling synstructure v0.13.2 |
| 1846 | 2026-05-07T16:36:11.308Z | Compiling serde_derive_internals v0.29.1 |
| 1847 | 2026-05-07T16:36:11.339Z | Compiling num-conv v0.2.0 |
| 1848 | 2026-05-07T16:36:11.389Z | Compiling crossbeam-utils v0.8.21 |
| 1849 | 2026-05-07T16:36:11.468Z | Compiling time-core v0.1.8 |
| 1850 | 2026-05-07T16:36:11.487Z | Compiling pest_meta v2.8.6 |
| 1851 | 2026-05-07T16:36:11.637Z | Compiling time-macros v0.2.27 |
| 1852 | 2026-05-07T16:36:11.711Z | Compiling openssl v0.10.78 |
| 1853 | 2026-05-07T16:36:11.715Z | Compiling base64 v0.22.1 |
| 1854 | 2026-05-07T16:36:11.742Z | Compiling pretty-hex v0.4.1 |
| 1855 | 2026-05-07T16:36:12.086Z | Compiling pest_generator v2.8.6 |
| 1856 | 2026-05-07T16:36:12.109Z | Compiling anyhow v1.0.102 |
| 1857 | 2026-05-07T16:36:12.146Z | Compiling regex-automata v0.4.14 |
| 1858 | 2026-05-07T16:36:12.186Z | Compiling base64ct v1.8.3 |
| 1859 | 2026-05-07T16:36:12.214Z | Compiling darling_core v0.21.3 |
| 1860 | 2026-05-07T16:36:12.214Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1861 | 2026-05-07T16:36:12.286Z | Compiling native-tls v0.2.18 |
| 1862 | 2026-05-07T16:36:12.374Z | Compiling flagset v0.4.7 |
| 1863 | 2026-05-07T16:36:12.396Z | Compiling pem-rfc7468 v0.7.0 |
| 1864 | 2026-05-07T16:36:12.452Z | Compiling rand_core v0.9.5 |
| 1865 | 2026-05-07T16:36:12.527Z | Compiling slog v2.8.2 |
| 1866 | 2026-05-07T16:36:12.580Z | Compiling tracing-core v0.1.36 |
| 1867 | 2026-05-07T16:36:12.611Z | Compiling serde_derive v1.0.228 |
| 1868 | 2026-05-07T16:36:12.629Z | Compiling zeroize_derive v1.4.3 |
| 1869 | 2026-05-07T16:36:12.683Z | Compiling zerofrom-derive v0.1.6 |
| 1870 | 2026-05-07T16:36:12.697Z | Compiling yoke-derive v0.8.1 |
| 1871 | 2026-05-07T16:36:12.701Z | Compiling zerovec-derive v0.11.2 |
| 1872 | 2026-05-07T16:36:12.749Z | Compiling displaydoc v0.2.5 |
| 1873 | 2026-05-07T16:36:12.766Z | Compiling zerocopy-derive v0.8.40 |
| 1874 | 2026-05-07T16:36:12.777Z | Compiling tokio-macros v2.7.0 |
| 1875 | 2026-05-07T16:36:12.801Z | Compiling futures-macro v0.3.32 |
| 1876 | 2026-05-07T16:36:13.224Z | Compiling zeroize v1.8.2 |
| 1877 | 2026-05-07T16:36:13.485Z | Compiling thiserror-impl v2.0.18 |
| 1878 | 2026-05-07T16:36:13.554Z | Compiling schemars_derive v0.8.22 |
| 1879 | 2026-05-07T16:36:13.651Z | Compiling der_derive v0.7.3 |
| 1880 | 2026-05-07T16:36:13.654Z | Compiling tracing-attributes v0.1.31 |
| 1881 | 2026-05-07T16:36:13.735Z | Compiling thiserror-impl v1.0.69 |
| 1882 | 2026-05-07T16:36:13.803Z | Compiling zerofrom v0.1.6 |
| 1883 | 2026-05-07T16:36:13.944Z | Compiling yoke v0.8.1 |
| 1884 | 2026-05-07T16:36:14.006Z | Compiling crypto-common v0.1.7 |
| 1885 | 2026-05-07T16:36:14.138Z | Compiling zerovec v0.11.5 |
| 1886 | 2026-05-07T16:36:14.153Z | Compiling zerotrie v0.2.3 |
| 1887 | 2026-05-07T16:36:14.320Z | Compiling block-buffer v0.10.4 |
| 1888 | 2026-05-07T16:36:14.557Z | Compiling digest v0.10.7 |
| 1889 | 2026-05-07T16:36:14.593Z | Compiling pest_derive v2.8.6 |
| 1890 | 2026-05-07T16:36:14.650Z | Compiling tinystr v0.8.2 |
| 1891 | 2026-05-07T16:36:14.653Z | Compiling potential_utf v0.1.4 |
| 1892 | 2026-05-07T16:36:14.794Z | Compiling icu_collections v2.1.1 |
| 1893 | 2026-05-07T16:36:14.809Z | Compiling hmac v0.12.1 |
| 1894 | 2026-05-07T16:36:14.825Z | Compiling futures-util v0.3.32 |
| 1895 | 2026-05-07T16:36:14.865Z | Compiling icu_locale_core v2.1.1 |
| 1896 | 2026-05-07T16:36:14.936Z | Compiling block-padding v0.3.3 |
| 1897 | 2026-05-07T16:36:14.965Z | Compiling sha2 v0.10.9 |
| 1898 | 2026-05-07T16:36:15.044Z | Compiling rustls-pki-types v1.14.0 |
| 1899 | 2026-05-07T16:36:15.097Z | Compiling inout v0.1.4 |
| 1900 | 2026-05-07T16:36:15.402Z | Compiling cipher v0.4.4 |
| 1901 | 2026-05-07T16:36:15.515Z | Compiling scroll_derive v0.13.1 |
| 1902 | 2026-05-07T16:36:15.593Z | Compiling icu_provider v2.1.1 |
| 1903 | 2026-05-07T16:36:15.640Z | Compiling scroll_derive v0.12.1 |
| 1904 | 2026-05-07T16:36:15.762Z | Compiling bytes v1.11.1 |
| 1905 | 2026-05-07T16:36:15.809Z | Compiling chrono v0.4.44 |
| 1906 | 2026-05-07T16:36:15.877Z | Compiling icu_normalizer v2.1.1 |
| 1907 | 2026-05-07T16:36:16.004Z | Compiling icu_properties v2.1.2 |
| 1908 | 2026-05-07T16:36:16.273Z | Compiling tokio v1.52.1 |
| 1909 | 2026-05-07T16:36:16.346Z | Compiling serde_tokenstream v0.2.3 |
| 1910 | 2026-05-07T16:36:16.899Z | Compiling idna_adapter v1.2.1 |
| 1911 | 2026-05-07T16:36:16.986Z | Compiling ppv-lite86 v0.2.21 |
| 1912 | 2026-05-07T16:36:17.054Z | Compiling idna v1.1.0 |
| 1913 | 2026-05-07T16:36:17.268Z | Compiling openssl-macros v0.1.1 |
| 1914 | 2026-05-07T16:36:17.335Z | Compiling http v1.4.0 |
| 1915 | 2026-05-07T16:36:17.367Z | Compiling der v0.7.10 |
| 1916 | 2026-05-07T16:36:17.459Z | Compiling url v2.5.8 |
| 1917 | 2026-05-07T16:36:17.474Z | Compiling regex v1.12.3 |
| 1918 | 2026-05-07T16:36:17.491Z | Compiling darling_macro v0.21.3 |
| 1919 | 2026-05-07T16:36:17.551Z | Compiling zerocopy-derive v0.7.35 |
| 1920 | 2026-05-07T16:36:17.722Z | Compiling untrusted v0.9.0 |
| 1921 | 2026-05-07T16:36:17.964Z | Compiling darling v0.21.3 |
| 1922 | 2026-05-07T16:36:18.137Z | Compiling salsa20 v0.10.2 |
| 1923 | 2026-05-07T16:36:18.236Z | Compiling spki v0.7.3 |
| 1924 | 2026-05-07T16:36:18.293Z | Compiling pbkdf2 v0.12.2 |
| 1925 | 2026-05-07T16:36:18.428Z | Compiling tracing v0.1.44 |
| 1926 | 2026-05-07T16:36:18.756Z | Compiling cookie v0.18.1 |
| 1927 | 2026-05-07T16:36:18.818Z | Compiling camino v1.2.2 |
| 1928 | 2026-05-07T16:36:18.964Z | Compiling scrypt v0.11.0 |
| 1929 | 2026-05-07T16:36:19.037Z | Compiling rand_chacha v0.9.0 |
| 1930 | 2026-05-07T16:36:19.122Z | Compiling aes v0.8.4 |
| 1931 | 2026-05-07T16:36:19.139Z | Compiling cbc v0.1.2 |
| 1932 | 2026-05-07T16:36:19.415Z | Compiling usdt-impl v0.5.0 |
| 1933 | 2026-05-07T16:36:19.540Z | Compiling paste v1.0.15 |
| 1934 | 2026-05-07T16:36:19.563Z | Compiling ref-cast v1.0.25 |
| 1935 | 2026-05-07T16:36:19.583Z | Compiling usdt-impl v0.6.0 |
| 1936 | 2026-05-07T16:36:19.598Z | Compiling either v1.15.0 |
| 1937 | 2026-05-07T16:36:19.646Z | Compiling winnow v0.7.14 |
| 1938 | 2026-05-07T16:36:19.855Z | Compiling pkcs5 v0.7.1 |
| 1939 | 2026-05-07T16:36:19.902Z | Compiling rand v0.9.2 |
| 1940 | 2026-05-07T16:36:19.956Z | Compiling http-body v1.0.1 |
| 1941 | 2026-05-07T16:36:20.035Z | Compiling tokio-util v0.7.18 |
| 1942 | 2026-05-07T16:36:20.188Z | Compiling scroll v0.12.0 |
| 1943 | 2026-05-07T16:36:20.228Z | Compiling scroll v0.13.0 |
| 1944 | 2026-05-07T16:36:20.307Z | Compiling serde_spanned v0.6.9 |
| 1945 | 2026-05-07T16:36:20.397Z | Compiling toml_datetime v0.6.11 |
| 1946 | 2026-05-07T16:36:20.482Z | Compiling heapless v0.7.17 |
| 1947 | 2026-05-07T16:36:20.544Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1948 | 2026-05-07T16:36:20.567Z | Compiling zstd-safe v7.2.4 |
| 1949 | 2026-05-07T16:36:20.648Z | Compiling signal-hook v0.3.18 |
| 1950 | 2026-05-07T16:36:20.783Z | Compiling openssl-probe v0.2.1 |
| 1951 | 2026-05-07T16:36:20.837Z | Compiling untrusted v0.7.1 |
| 1952 | 2026-05-07T16:36:20.958Z | Compiling atomic-waker v1.1.2 |
| 1953 | 2026-05-07T16:36:20.974Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1954 | 2026-05-07T16:36:21.019Z | Compiling goblin v0.10.5 |
| 1955 | 2026-05-07T16:36:21.081Z | Compiling goblin v0.8.2 |
| 1956 | 2026-05-07T16:36:21.106Z | Compiling pkcs8 v0.10.2 |
| 1957 | 2026-05-07T16:36:21.358Z | Compiling zerocopy v0.7.35 |
| 1958 | 2026-05-07T16:36:21.431Z | Compiling ref-cast-impl v1.0.25 |
| 1959 | 2026-05-07T16:36:21.508Z | Compiling darling_core v0.20.11 |
| 1960 | 2026-05-07T16:36:21.560Z | Compiling curve25519-dalek v4.1.3 |
| 1961 | 2026-05-07T16:36:21.651Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1962 | 2026-05-07T16:36:21.704Z | Compiling memoffset v0.9.1 |
| 1963 | 2026-05-07T16:36:21.925Z | Compiling litrs v1.0.0 |
| 1964 | 2026-05-07T16:36:21.958Z | Compiling tower-service v0.3.3 |
| 1965 | 2026-05-07T16:36:21.973Z | Compiling tower-layer v0.3.3 |
| 1966 | 2026-05-07T16:36:22.087Z | Compiling try-lock v0.2.5 |
| 1967 | 2026-05-07T16:36:22.103Z | Compiling tinyvec_macros v0.1.1 |
| 1968 | 2026-05-07T16:36:22.226Z | Compiling rustix v0.38.44 |
| 1969 | 2026-05-07T16:36:22.281Z | Compiling fastrand v2.3.0 |
| 1970 | 2026-05-07T16:36:22.424Z | Compiling winnow v0.5.40 |
| 1971 | 2026-05-07T16:36:22.554Z | Compiling h2 v0.4.13 |
| 1972 | 2026-05-07T16:36:22.570Z | Compiling document-features v0.2.12 |
| 1973 | 2026-05-07T16:36:22.586Z | Compiling want v0.3.1 |
| 1974 | 2026-05-07T16:36:22.641Z | Compiling tinyvec v1.10.0 |
| 1975 | 2026-05-07T16:36:23.296Z | Compiling dof v0.3.0 |
| 1976 | 2026-05-07T16:36:23.465Z | Compiling darling_macro v0.20.11 |
| 1977 | 2026-05-07T16:36:23.697Z | Compiling dtrace-parser v0.2.0 |
| 1978 | 2026-05-07T16:36:23.846Z | Compiling dof v0.4.0 |
| 1979 | 2026-05-07T16:36:23.912Z | Compiling toml_edit v0.19.15 |
| 1980 | 2026-05-07T16:36:23.981Z | Compiling dtrace-parser v0.3.0 |
| 1981 | 2026-05-07T16:36:24.121Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-05-07T16:36:24.156Z | Compiling async-trait v0.1.89 |
| 1983 | 2026-05-07T16:36:24.227Z | Compiling daft-derive v0.1.5 |
| 1984 | 2026-05-07T16:36:24.320Z | Compiling spin v0.9.8 |
| 1985 | 2026-05-07T16:36:24.541Z | Compiling thread-id v4.2.2 |
| 1986 | 2026-05-07T16:36:24.569Z | Compiling thread-id v5.1.0 |
| 1987 | 2026-05-07T16:36:24.595Z | Compiling pin-utils v0.1.0 |
| 1988 | 2026-05-07T16:36:24.638Z | Compiling httpdate v1.0.3 |
| 1989 | 2026-05-07T16:36:24.664Z | Compiling cfg_aliases v0.2.1 |
| 1990 | 2026-05-07T16:36:24.680Z | Compiling foreign-types-shared v0.1.1 |
| 1991 | 2026-05-07T16:36:24.788Z | Compiling powerfmt v0.2.0 |
| 1992 | 2026-05-07T16:36:24.857Z | Compiling num-bigint-dig v0.8.6 |
| 1993 | 2026-05-07T16:36:24.895Z | Compiling smoltcp v0.9.1 |
| 1994 | 2026-05-07T16:36:24.928Z | Compiling foreign-types v0.3.2 |
| 1995 | 2026-05-07T16:36:25.012Z | Compiling deranged v0.5.8 |
| 1996 | 2026-05-07T16:36:25.037Z | Compiling nix v0.31.2 |
| 1997 | 2026-05-07T16:36:25.068Z | Compiling tempfile v3.25.0 |
| 1998 | 2026-05-07T16:36:25.228Z | Compiling darling v0.20.11 |
| 1999 | 2026-05-07T16:36:25.401Z | Compiling ipnetwork v0.21.1 |
| 2000 | 2026-05-07T16:36:25.566Z | Compiling hyper v1.8.1 |
| 2001 | 2026-05-07T16:36:25.600Z | Compiling strum_macros v0.26.4 |
| 2002 | 2026-05-07T16:36:25.603Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2003 | 2026-05-07T16:36:26.056Z | Compiling wait-timeout v0.2.1 |
| 2004 | 2026-05-07T16:36:26.118Z | Compiling bit-vec v0.8.0 |
| 2005 | 2026-05-07T16:36:26.157Z | Compiling anstyle v1.0.13 |
| 2006 | 2026-05-07T16:36:26.221Z | Compiling utf8parse v0.2.2 |
| 2007 | 2026-05-07T16:36:26.349Z | Compiling simd-adler32 v0.3.8 |
| 2008 | 2026-05-07T16:36:26.390Z | Compiling siphasher v1.0.2 |
| 2009 | 2026-05-07T16:36:26.422Z | Compiling quick-error v1.2.3 |
| 2010 | 2026-05-07T16:36:26.478Z | Compiling num_threads v0.1.7 |
| 2011 | 2026-05-07T16:36:26.590Z | Compiling time v0.3.47 |
| 2012 | 2026-05-07T16:36:26.593Z | Compiling rusty-fork v0.3.1 |
| 2013 | 2026-05-07T16:36:26.635Z | Compiling bit-set v0.8.0 |
| 2014 | 2026-05-07T16:36:26.702Z | Compiling hyper-util v0.1.20 |
| 2015 | 2026-05-07T16:36:27.009Z | Compiling anstyle-parse v0.2.7 |
| 2016 | 2026-05-07T16:36:27.227Z | Compiling derive_builder_core v0.20.2 |
| 2017 | 2026-05-07T16:36:27.260Z | Compiling unicode-normalization v0.1.25 |
| 2018 | 2026-05-07T16:36:28.022Z | Compiling rustls-native-certs v0.8.3 |
| 2019 | 2026-05-07T16:36:28.327Z | Compiling signature v2.2.0 |
| 2020 | 2026-05-07T16:36:28.396Z | Compiling hubpack_derive v0.1.1 |
| 2021 | 2026-05-07T16:36:28.484Z | Compiling rand_xorshift v0.4.0 |
| 2022 | 2026-05-07T16:36:28.499Z | Compiling strum_macros v0.27.2 |
| 2023 | 2026-05-07T16:36:28.574Z | Compiling sync_wrapper v1.0.2 |
| 2024 | 2026-05-07T16:36:28.589Z | Compiling fs-err v3.3.0 |
| 2025 | 2026-05-07T16:36:28.664Z | Compiling ahash v0.8.12 |
| 2026 | 2026-05-07T16:36:28.682Z | Compiling unarray v0.1.4 |
| 2027 | 2026-05-07T16:36:28.703Z | Compiling colorchoice v1.0.4 |
| 2028 | 2026-05-07T16:36:28.811Z | Compiling is_terminal_polyfill v1.70.2 |
| 2029 | 2026-05-07T16:36:28.814Z | Compiling unicode-bidi v0.3.18 |
| 2030 | 2026-05-07T16:36:28.856Z | Compiling adler2 v2.0.1 |
| 2031 | 2026-05-07T16:36:28.903Z | Compiling unicode-properties v0.1.4 |
| 2032 | 2026-05-07T16:36:28.949Z | Compiling object v0.37.3 |
| 2033 | 2026-05-07T16:36:28.985Z | Compiling allocator-api2 v0.2.21 |
| 2034 | 2026-05-07T16:36:29.001Z | Compiling anstyle-query v1.1.5 |
| 2035 | 2026-05-07T16:36:29.123Z | Compiling unicode-segmentation v1.12.0 |
| 2036 | 2026-05-07T16:36:29.139Z | Compiling anstream v0.6.21 |
| 2037 | 2026-05-07T16:36:29.220Z | Compiling stringprep v0.1.5 |
| 2038 | 2026-05-07T16:36:29.308Z | Compiling miniz_oxide v0.8.9 |
| 2039 | 2026-05-07T16:36:29.459Z | Compiling proptest v1.10.0 |
| 2040 | 2026-05-07T16:36:29.513Z | Compiling tower v0.5.3 |
| 2041 | 2026-05-07T16:36:29.743Z | Compiling derive_builder_macro v0.20.2 |
| 2042 | 2026-05-07T16:36:29.851Z | Compiling usdt-macro v0.6.0 |
| 2043 | 2026-05-07T16:36:30.001Z | Compiling usdt-attr-macro v0.6.0 |
| 2044 | 2026-05-07T16:36:30.377Z | Compiling http-body-util v0.1.3 |
| 2045 | 2026-05-07T16:36:30.574Z | Compiling webpki-roots v1.0.6 |
| 2046 | 2026-05-07T16:36:30.669Z | Compiling rand_chacha v0.3.1 |
| 2047 | 2026-05-07T16:36:30.686Z | Compiling erased-serde v0.3.31 |
| 2048 | 2026-05-07T16:36:30.689Z | Compiling md-5 v0.10.6 |
| 2049 | 2026-05-07T16:36:30.765Z | Compiling num-integer v0.1.46 |
| 2050 | 2026-05-07T16:36:30.783Z | Compiling hash32 v0.2.1 |
| 2051 | 2026-05-07T16:36:30.864Z | Compiling vergen-lib v0.1.6 |
| 2052 | 2026-05-07T16:36:30.926Z | Compiling ff v0.13.1 |
| 2053 | 2026-05-07T16:36:30.984Z | Compiling ryu v1.0.23 |
| 2054 | 2026-05-07T16:36:31.001Z | Compiling psl-types v2.0.11 |
| 2055 | 2026-05-07T16:36:31.004Z | Compiling zlib-rs v0.6.2 |
| 2056 | 2026-05-07T16:36:31.031Z | Compiling iri-string v0.7.10 |
| 2057 | 2026-05-07T16:36:31.034Z | Compiling base16ct v0.2.0 |
| 2058 | 2026-05-07T16:36:31.064Z | Compiling fallible-iterator v0.2.0 |
| 2059 | 2026-05-07T16:36:31.159Z | Compiling serde_urlencoded v0.7.1 |
| 2060 | 2026-05-07T16:36:31.176Z | Compiling sec1 v0.7.3 |
| 2061 | 2026-05-07T16:36:31.256Z | Compiling publicsuffix v2.3.0 |
| 2062 | 2026-05-07T16:36:31.273Z | Compiling group v0.13.0 |
| 2063 | 2026-05-07T16:36:31.411Z | Compiling postgres-protocol v0.6.10 |
| 2064 | 2026-05-07T16:36:31.430Z | Compiling num-iter v0.1.45 |
| 2065 | 2026-05-07T16:36:31.471Z | Compiling newtype-uuid v1.3.2 |
| 2066 | 2026-05-07T16:36:31.534Z | Compiling rand v0.8.5 |
| 2067 | 2026-05-07T16:36:31.794Z | Compiling oxnet v0.1.4 |
| 2068 | 2026-05-07T16:36:31.922Z | Compiling derive_builder v0.20.2 |
| 2069 | 2026-05-07T16:36:32.016Z | Compiling tokio-native-tls v0.3.1 |
| 2070 | 2026-05-07T16:36:32.039Z | Compiling heck v0.4.1 |
| 2071 | 2026-05-07T16:36:32.068Z | Compiling phf_shared v0.13.1 |
| 2072 | 2026-05-07T16:36:32.165Z | Compiling lazy_static v1.5.0 |
| 2073 | 2026-05-07T16:36:32.201Z | Compiling tower-http v0.6.8 |
| 2074 | 2026-05-07T16:36:32.278Z | Compiling terminal_size v0.4.3 |
| 2075 | 2026-05-07T16:36:32.295Z | Compiling serde_with_macros v3.17.0 |
| 2076 | 2026-05-07T16:36:32.338Z | Compiling cargo-platform v0.1.9 |
| 2077 | 2026-05-07T16:36:32.426Z | Compiling hkdf v0.12.4 |
| 2078 | 2026-05-07T16:36:32.441Z | Compiling crypto-bigint v0.5.5 |
| 2079 | 2026-05-07T16:36:32.458Z | Compiling serde_repr v0.1.20 |
| 2080 | 2026-05-07T16:36:32.525Z | Compiling enum-as-inner v0.6.1 |
| 2081 | 2026-05-07T16:36:32.542Z | Compiling clap_derive v4.5.55 |
| 2082 | 2026-05-07T16:36:32.611Z | Compiling vergen v9.0.6 |
| 2083 | 2026-05-07T16:36:32.643Z | Compiling clap_lex v1.0.0 |
| 2084 | 2026-05-07T16:36:32.713Z | Compiling foldhash v0.1.5 |
| 2085 | 2026-05-07T16:36:32.745Z | Compiling foldhash v0.2.0 |
| 2086 | 2026-05-07T16:36:32.863Z | Compiling bitflags v1.3.2 |
| 2087 | 2026-05-07T16:36:32.956Z | Compiling managed v0.8.0 |
| 2088 | 2026-05-07T16:36:33.009Z | Compiling libbz2-rs-sys v0.2.2 |
| 2089 | 2026-05-07T16:36:33.057Z | Compiling flate2 v1.1.9 |
| 2090 | 2026-05-07T16:36:33.100Z | Compiling bumpalo v3.20.2 |
| 2091 | 2026-05-07T16:36:33.234Z | Compiling hashbrown v0.16.1 |
| 2092 | 2026-05-07T16:36:33.326Z | Compiling zopfli v0.8.3 |
| 2093 | 2026-05-07T16:36:33.355Z | Compiling elliptic-curve v0.13.8 |
| 2094 | 2026-05-07T16:36:33.358Z | Compiling hashbrown v0.15.5 |
| 2095 | 2026-05-07T16:36:33.406Z | Compiling bzip2 v0.6.1 |
| 2096 | 2026-05-07T16:36:33.513Z | Compiling clap_builder v4.5.60 |
| 2097 | 2026-05-07T16:36:33.578Z | Compiling zstd v0.13.3 |
| 2098 | 2026-05-07T16:36:33.829Z | Compiling cargo_metadata v0.19.2 |
| 2099 | 2026-05-07T16:36:33.941Z | Compiling phf v0.13.1 |
| 2100 | 2026-05-07T16:36:33.996Z | Compiling hyper-tls v0.6.0 |
| 2101 | 2026-05-07T16:36:34.029Z | Compiling daft v0.1.5 |
| 2102 | 2026-05-07T16:36:34.118Z | Compiling signal-hook-mio v0.2.5 |
| 2103 | 2026-05-07T16:36:34.149Z | Compiling cookie_store v0.22.1 |
| 2104 | 2026-05-07T16:36:34.248Z | Compiling postgres-types v0.2.12 |
| 2105 | 2026-05-07T16:36:34.312Z | Compiling bzip2 v0.4.4 |
| 2106 | 2026-05-07T16:36:34.398Z | Compiling strum v0.27.2 |
| 2107 | 2026-05-07T16:36:34.575Z | Compiling hubpack v0.1.2 |
| 2108 | 2026-05-07T16:36:34.714Z | Compiling ed25519 v2.2.3 |
| 2109 | 2026-05-07T16:36:34.742Z | Compiling phf_shared v0.11.3 |
| 2110 | 2026-05-07T16:36:34.847Z | Compiling crossbeam-epoch v0.9.18 |
| 2111 | 2026-05-07T16:36:34.949Z | Compiling pkcs1 v0.7.5 |
| 2112 | 2026-05-07T16:36:35.010Z | Compiling hex v0.4.3 |
| 2113 | 2026-05-07T16:36:35.032Z | Compiling serde-big-array v0.5.1 |
| 2114 | 2026-05-07T16:36:35.229Z | Compiling rfc6979 v0.4.0 |
| 2115 | 2026-05-07T16:36:35.275Z | Compiling bstr v1.12.1 |
| 2116 | 2026-05-07T16:36:35.312Z | Compiling float-cmp v0.10.0 |
| 2117 | 2026-05-07T16:36:35.328Z | Compiling memmap2 v0.9.10 |
| 2118 | 2026-05-07T16:36:35.331Z | Compiling env_filter v1.0.0 |
| 2119 | 2026-05-07T16:36:35.361Z | Compiling encoding_rs v0.8.35 |
| 2120 | 2026-05-07T16:36:35.390Z | Compiling mime v0.3.17 |
| 2121 | 2026-05-07T16:36:35.432Z | Compiling keccak v0.1.6 |
| 2122 | 2026-05-07T16:36:35.475Z | Compiling fixedbitset v0.4.2 |
| 2123 | 2026-05-07T16:36:35.552Z | Compiling whoami v2.1.0 |
| 2124 | 2026-05-07T16:36:35.612Z | Compiling jiff v0.2.21 |
| 2125 | 2026-05-07T16:36:35.639Z | Compiling normalize-line-endings v0.3.0 |
| 2126 | 2026-05-07T16:36:35.671Z | Compiling difflib v0.4.0 |
| 2127 | 2026-05-07T16:36:35.693Z | Compiling static_assertions v1.1.0 |
| 2128 | 2026-05-07T16:36:35.754Z | Compiling data-encoding v2.10.0 |
| 2129 | 2026-05-07T16:36:35.785Z | Compiling precomputed-hash v0.1.1 |
| 2130 | 2026-05-07T16:36:35.807Z | Compiling predicates-core v1.0.10 |
| 2131 | 2026-05-07T16:36:35.875Z | Compiling toml_write v0.1.2 |
| 2132 | 2026-05-07T16:36:35.892Z | Compiling fixedbitset v0.5.7 |
| 2133 | 2026-05-07T16:36:35.906Z | Compiling new_debug_unreachable v1.0.6 |
| 2134 | 2026-05-07T16:36:35.988Z | Compiling rustc-hash v2.1.1 |
| 2135 | 2026-05-07T16:36:36.004Z | Compiling string_cache v0.8.9 |
| 2136 | 2026-05-07T16:36:36.052Z | Compiling toml_edit v0.22.27 |
| 2137 | 2026-05-07T16:36:36.084Z | Compiling hickory-proto v0.25.2 |
| 2138 | 2026-05-07T16:36:36.128Z | Compiling iddqd v0.3.18 |
| 2139 | 2026-05-07T16:36:36.128Z | Compiling petgraph v0.8.3 |
| 2140 | 2026-05-07T16:36:36.314Z | Compiling predicates v3.1.4 |
| 2141 | 2026-05-07T16:36:36.720Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2142 | 2026-05-07T16:36:36.800Z | Compiling tokio-postgres v0.7.16 |
| 2143 | 2026-05-07T16:36:36.884Z | Compiling similar v2.7.0 |
| 2144 | 2026-05-07T16:36:36.930Z | Compiling petgraph v0.6.5 |
| 2145 | 2026-05-07T16:36:37.652Z | Compiling sha3 v0.10.8 |
| 2146 | 2026-05-07T16:36:37.690Z | Compiling env_logger v0.11.9 |
| 2147 | 2026-05-07T16:36:37.932Z | Compiling usdt v0.6.0 |
| 2148 | 2026-05-07T16:36:38.017Z | Compiling serde_with v3.17.0 |
| 2149 | 2026-05-07T16:36:38.078Z | Compiling ecdsa v0.16.9 |
| 2150 | 2026-05-07T16:36:38.423Z | Compiling zip v4.6.1 |
| 2151 | 2026-05-07T16:36:38.439Z | Compiling rsa v0.9.10 |
| 2152 | 2026-05-07T16:36:38.866Z | Compiling clap v4.5.60 |
| 2153 | 2026-05-07T16:36:38.963Z | Compiling ed25519-dalek v2.2.0 |
| 2154 | 2026-05-07T16:36:39.069Z | Compiling crossterm v0.28.1 |
| 2155 | 2026-05-07T16:36:39.583Z | Compiling zip v0.6.6 |
| 2156 | 2026-05-07T16:36:39.675Z | Compiling strum v0.26.3 |
| 2157 | 2026-05-07T16:36:39.718Z | Compiling toml v0.7.8 |
| 2158 | 2026-05-07T16:36:39.791Z | Compiling tokio-stream v0.1.18 |
| 2159 | 2026-05-07T16:36:39.818Z | Compiling buf-list v1.1.2 |
| 2160 | 2026-05-07T16:36:40.034Z | Compiling itertools v0.13.0 |
| 2161 | 2026-05-07T16:36:40.113Z | Compiling x509-cert v0.2.5 |
| 2162 | 2026-05-07T16:36:40.254Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2163 | 2026-05-07T16:36:40.288Z | Compiling openapiv3 v2.2.0 |
| 2164 | 2026-05-07T16:36:40.375Z | Compiling sha1 v0.10.6 |
| 2165 | 2026-05-07T16:36:40.617Z | Compiling lalrpop-util v0.19.12 |
| 2166 | 2026-05-07T16:36:40.634Z | Compiling peg-runtime v0.8.5 |
| 2167 | 2026-05-07T16:36:55.919Z | Compiling rustls-webpki v0.103.9 |
| 2168 | 2026-05-07T16:36:57.282Z | Compiling macaddr v1.0.1 |
| 2169 | 2026-05-07T16:36:57.298Z | Compiling structmeta-derive v0.3.0 |
| 2170 | 2026-05-07T16:36:57.445Z | Compiling rayon-core v1.13.0 |
| 2171 | 2026-05-07T16:36:57.557Z | Compiling crucible-workspace-hack v0.1.0 |
| 2172 | 2026-05-07T16:36:57.576Z | Compiling itertools v0.14.0 |
| 2173 | 2026-05-07T16:36:57.672Z | Compiling secrecy v0.10.3 |
| 2174 | 2026-05-07T16:36:57.777Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2175 | 2026-05-07T16:36:57.812Z | Compiling heapless v0.8.0 |
| 2176 | 2026-05-07T16:36:57.859Z | Compiling rustls v0.22.4 |
| 2177 | 2026-05-07T16:36:58.081Z | Compiling crossbeam-deque v0.8.6 |
| 2178 | 2026-05-07T16:36:58.096Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2179 | 2026-05-07T16:36:58.191Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2180 | 2026-05-07T16:36:58.298Z | Compiling rustls-webpki v0.102.8 |
| 2181 | 2026-05-07T16:36:58.313Z | Compiling futures-executor v0.3.32 |
| 2182 | 2026-05-07T16:36:58.316Z | Compiling structmeta v0.3.0 |
| 2183 | 2026-05-07T16:36:58.343Z | Compiling hash32 v0.3.1 |
| 2184 | 2026-05-07T16:36:58.360Z | Compiling multer v3.1.0 |
| 2185 | 2026-05-07T16:36:58.374Z | Compiling thread_local v1.1.9 |
| 2186 | 2026-05-07T16:36:58.450Z | Compiling match_cfg v0.1.0 |
| 2187 | 2026-05-07T16:36:58.524Z | Compiling smoltcp v0.11.0 |
| 2188 | 2026-05-07T16:36:58.543Z | Compiling slog-async v2.8.0 |
| 2189 | 2026-05-07T16:36:58.559Z | Compiling compression-core v0.4.31 |
| 2190 | 2026-05-07T16:36:58.576Z | Compiling unicode-width v0.2.0 |
| 2191 | 2026-05-07T16:36:58.590Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2192 | 2026-05-07T16:36:58.759Z | Compiling compression-codecs v0.4.37 |
| 2193 | 2026-05-07T16:36:58.799Z | Compiling proc-macro-crate v3.4.0 |
| 2194 | 2026-05-07T16:36:58.886Z | Compiling ingot-macros v0.1.1 |
| 2195 | 2026-05-07T16:36:58.901Z | Compiling derive-ex v0.1.8 |
| 2196 | 2026-05-07T16:36:58.904Z | Compiling hostname v0.3.1 |
| 2197 | 2026-05-07T16:36:58.905Z | Compiling futures v0.3.32 |
| 2198 | 2026-05-07T16:36:59.033Z | Compiling slog-json v2.6.1 |
| 2199 | 2026-05-07T16:36:59.113Z | Compiling crossbeam-channel v0.5.15 |
| 2200 | 2026-05-07T16:36:59.134Z | Compiling half v2.7.1 |
| 2201 | 2026-05-07T16:36:59.235Z | Compiling newtype-uuid-macros v0.1.0 |
| 2202 | 2026-05-07T16:36:59.299Z | Compiling cobs v0.3.0 |
| 2203 | 2026-05-07T16:36:59.453Z | Compiling tokio-rustls v0.26.4 |
| 2204 | 2026-05-07T16:36:59.491Z | Compiling rustls-platform-verifier v0.6.2 |
| 2205 | 2026-05-07T16:36:59.594Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2206 | 2026-05-07T16:36:59.713Z | Compiling hyper-rustls v0.27.7 |
| 2207 | 2026-05-07T16:36:59.732Z | Compiling universal-hash v0.5.1 |
| 2208 | 2026-05-07T16:36:59.844Z | Compiling async-stream-impl v0.3.6 |
| 2209 | 2026-05-07T16:36:59.891Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2210 | 2026-05-07T16:36:59.949Z | Compiling reqwest v0.12.28 |
| 2211 | 2026-05-07T16:37:00.037Z | Compiling reqwest v0.13.2 |
| 2212 | 2026-05-07T16:37:00.110Z | Compiling serde_spanned v1.0.4 |
| 2213 | 2026-05-07T16:37:00.291Z | Compiling is-terminal v0.4.17 |
| 2214 | 2026-05-07T16:37:00.334Z | Compiling proc-macro-error-attr v1.0.4 |
| 2215 | 2026-05-07T16:37:00.409Z | Compiling dropshot v0.17.0 |
| 2216 | 2026-05-07T16:37:00.424Z | Compiling opaque-debug v0.3.1 |
| 2217 | 2026-05-07T16:37:00.439Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2218 | 2026-05-07T16:37:00.516Z | Compiling term v1.2.1 |
| 2219 | 2026-05-07T16:37:00.527Z | Compiling convert_case v0.4.0 |
| 2220 | 2026-05-07T16:37:00.552Z | Compiling take_mut v0.2.2 |
| 2221 | 2026-05-07T16:37:00.627Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2222 | 2026-05-07T16:37:00.652Z | Compiling ciborium-io v0.2.2 |
| 2223 | 2026-05-07T16:37:00.718Z | Compiling thiserror-no-std v2.0.2 |
| 2224 | 2026-05-07T16:37:00.757Z | Compiling ciborium-ll v0.2.2 |
| 2225 | 2026-05-07T16:37:00.828Z | Compiling slog-term v2.9.2 |
| 2226 | 2026-05-07T16:37:00.859Z | Compiling derive_more v0.99.20 |
| 2227 | 2026-05-07T16:37:00.880Z | Compiling tokio-rustls v0.25.0 |
| 2228 | 2026-05-07T16:37:01.040Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2229 | 2026-05-07T16:37:01.162Z | Compiling poly1305 v0.8.0 |
| 2230 | 2026-05-07T16:37:01.176Z | Compiling async-stream v0.3.6 |
| 2231 | 2026-05-07T16:37:01.203Z | Compiling test-strategy v0.4.5 |
| 2232 | 2026-05-07T16:37:01.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2233 | 2026-05-07T16:37:01.506Z | Compiling ingot-types v0.1.2 |
| 2234 | 2026-05-07T16:37:01.822Z | Compiling postcard v1.1.3 |
| 2235 | 2026-05-07T16:37:01.947Z | Compiling ingot v0.1.1 |
| 2236 | 2026-05-07T16:37:02.097Z | Compiling num_enum_derive v0.7.5 |
| 2237 | 2026-05-07T16:37:02.232Z | Compiling slog-bunyan v2.5.0 |
| 2238 | 2026-05-07T16:37:02.306Z | Compiling async-compression v0.4.41 |
| 2239 | 2026-05-07T16:37:02.518Z | Compiling parse-display-derive v0.10.0 |
| 2240 | 2026-05-07T16:37:02.608Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2241 | 2026-05-07T16:37:02.791Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2242 | 2026-05-07T16:37:03.047Z | Compiling proc-macro-crate v1.3.1 |
| 2243 | 2026-05-07T16:37:03.050Z | Compiling backon v1.6.0 |
| 2244 | 2026-05-07T16:37:03.114Z | Compiling waitgroup v0.1.2 |
| 2245 | 2026-05-07T16:37:03.257Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2246 | 2026-05-07T16:37:03.329Z | Compiling password-hash v0.5.0 |
| 2247 | 2026-05-07T16:37:03.345Z | Compiling chacha20 v0.9.1 |
| 2248 | 2026-05-07T16:37:03.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2249 | 2026-05-07T16:37:03.363Z | Compiling dropshot_endpoint v0.17.0 |
| 2250 | 2026-05-07T16:37:03.432Z | Compiling rustls-pemfile v2.2.0 |
| 2251 | 2026-05-07T16:37:03.629Z | Compiling blake2 v0.10.6 |
| 2252 | 2026-05-07T16:37:03.632Z | Compiling aead v0.5.2 |
| 2253 | 2026-05-07T16:37:03.704Z | Compiling foreign-types-macros v0.2.3 |
| 2254 | 2026-05-07T16:37:03.814Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2255 | 2026-05-07T16:37:03.848Z | Compiling serde_path_to_error v0.1.20 |
| 2256 | 2026-05-07T16:37:04.142Z | Compiling hostname v0.4.2 |
| 2257 | 2026-05-07T16:37:04.158Z | Compiling proc-macro-error v1.0.4 |
| 2258 | 2026-05-07T16:37:04.191Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2259 | 2026-05-07T16:37:04.228Z | Compiling instant v0.1.13 |
| 2260 | 2026-05-07T16:37:04.251Z | Compiling debug-ignore v1.0.5 |
| 2261 | 2026-05-07T16:37:04.285Z | Compiling typeid v1.0.3 |
| 2262 | 2026-05-07T16:37:04.317Z | Compiling foreign-types-shared v0.3.1 |
| 2263 | 2026-05-07T16:37:04.330Z | Compiling cpufeatures v0.3.0 |
| 2264 | 2026-05-07T16:37:04.334Z | Compiling backoff v0.4.0 |
| 2265 | 2026-05-07T16:37:04.363Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2266 | 2026-05-07T16:37:04.380Z | Compiling parse-display v0.10.0 |
| 2267 | 2026-05-07T16:37:04.393Z | Compiling argon2 v0.5.3 |
| 2268 | 2026-05-07T16:37:04.423Z | Compiling chacha20 v0.10.0 |
| 2269 | 2026-05-07T16:37:04.440Z | Compiling foreign-types v0.5.0 |
| 2270 | 2026-05-07T16:37:04.492Z | Compiling chacha20poly1305 v0.10.1 |
| 2271 | 2026-05-07T16:37:04.509Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2272 | 2026-05-07T16:37:04.524Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2273 | 2026-05-07T16:37:04.540Z | Compiling num_enum_derive v0.5.11 |
| 2274 | 2026-05-07T16:37:04.580Z | Compiling num_enum v0.7.5 |
| 2275 | 2026-05-07T16:37:04.622Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2276 | 2026-05-07T16:37:04.726Z | Compiling ciborium v0.2.2 |
| 2277 | 2026-05-07T16:37:04.865Z | Compiling vsss-rs v3.3.4 |
| 2278 | 2026-05-07T16:37:05.046Z | Compiling tabwriter v1.4.1 |
| 2279 | 2026-05-07T16:37:05.075Z | Compiling regress v0.10.5 |
| 2280 | 2026-05-07T16:37:05.249Z | Compiling byte-wrapper v0.1.0 |
| 2281 | 2026-05-07T16:37:05.279Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2282 | 2026-05-07T16:37:05.418Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2283 | 2026-05-07T16:37:05.433Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2284 | 2026-05-07T16:37:05.461Z | Compiling cstr-argument v0.1.2 |
| 2285 | 2026-05-07T16:37:05.576Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2286 | 2026-05-07T16:37:05.650Z | Compiling erased-serde v0.4.9 |
| 2287 | 2026-05-07T16:37:05.811Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2288 | 2026-05-07T16:37:05.857Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2289 | 2026-05-07T16:37:05.957Z | Compiling num_enum v0.5.11 |
| 2290 | 2026-05-07T16:37:06.008Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2291 | 2026-05-07T16:37:06.040Z | Compiling rand v0.10.0 |
| 2292 | 2026-05-07T16:37:06.114Z | Compiling rayon v1.11.0 |
| 2293 | 2026-05-07T16:37:06.153Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2294 | 2026-05-07T16:37:06.246Z | Compiling colored v3.1.1 |
| 2295 | 2026-05-07T16:37:06.264Z | Compiling libefi-sys v0.1.0 |
| 2296 | 2026-05-07T16:37:06.267Z | Compiling indent_write v2.2.0 |
| 2297 | 2026-05-07T16:37:06.296Z | Compiling zone_cfg_derive v0.3.1 |
| 2298 | 2026-05-07T16:37:06.369Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2299 | 2026-05-07T16:37:06.449Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2300 | 2026-05-07T16:37:06.566Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2301 | 2026-05-07T16:37:06.589Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2302 | 2026-05-07T16:37:06.736Z | Compiling camino-tempfile v1.4.1 |
| 2303 | 2026-05-07T16:37:06.824Z | Compiling itertools v0.12.1 |
| 2304 | 2026-05-07T16:37:06.852Z | Compiling usdt-attr-macro v0.5.0 |
| 2305 | 2026-05-07T16:37:06.937Z | Compiling usdt-macro v0.5.0 |
| 2306 | 2026-05-07T16:37:06.952Z | Compiling bitfield-struct v0.6.2 |
| 2307 | 2026-05-07T16:37:07.122Z | Compiling num-derive v0.4.2 |
| 2308 | 2026-05-07T16:37:07.147Z | Compiling ordered-float v2.10.1 |
| 2309 | 2026-05-07T16:37:07.162Z | Compiling blake3 v1.8.3 |
| 2310 | 2026-05-07T16:37:07.452Z | Compiling sigpipe v0.1.3 |
| 2311 | 2026-05-07T16:37:07.541Z | Compiling memmap v0.7.0 |
| 2312 | 2026-05-07T16:37:07.569Z | Compiling swrite v0.1.0 |
| 2313 | 2026-05-07T16:37:07.586Z | Compiling glob v0.3.3 |
| 2314 | 2026-05-07T16:37:07.600Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2315 | 2026-05-07T16:37:07.645Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2316 | 2026-05-07T16:37:07.703Z | Compiling usdt v0.5.0 |
| 2317 | 2026-05-07T16:37:07.792Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2318 | 2026-05-07T16:37:07.985Z | Compiling serde-value v0.7.0 |
| 2319 | 2026-05-07T16:37:08.026Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2320 | 2026-05-07T16:37:08.317Z | Compiling zone v0.3.1 |
| 2321 | 2026-05-07T16:37:08.333Z | Compiling serde-untagged v0.1.9 |
| 2322 | 2026-05-07T16:37:08.366Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2323 | 2026-05-07T16:37:08.514Z | Compiling toml v0.8.23 |
| 2324 | 2026-05-07T16:37:08.587Z | Compiling smf v0.2.3 |
| 2325 | 2026-05-07T16:37:08.603Z | Compiling filetime v0.2.27 |
| 2326 | 2026-05-07T16:37:08.679Z | Compiling constant_time_eq v0.4.2 |
| 2327 | 2026-05-07T16:37:08.701Z | Compiling unicode-xid v0.2.6 |
| 2328 | 2026-05-07T16:37:08.726Z | Compiling whoami v1.6.1 |
| 2329 | 2026-05-07T16:37:08.742Z | Compiling same-file v1.0.6 |
| 2330 | 2026-05-07T16:37:08.829Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2331 | 2026-05-07T16:37:08.862Z | Compiling arrayref v0.3.9 |
| 2332 | 2026-05-07T16:37:08.884Z | Compiling arrayvec v0.7.6 |
| 2333 | 2026-05-07T16:37:08.905Z | Compiling xattr v1.6.1 |
| 2334 | 2026-05-07T16:37:08.925Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2026-05-07T16:37:08.943Z | Compiling walkdir v2.5.0 |
| 2336 | 2026-05-07T16:37:08.955Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2337 | 2026-05-07T16:37:09.149Z | Compiling tar v0.4.45 |
| 2338 | 2026-05-07T16:37:09.179Z | Compiling cargo-util-schemas v0.8.2 |
| 2339 | 2026-05-07T16:37:09.197Z | Compiling tokio-dtrace v0.1.1 |
| 2340 | 2026-05-07T16:37:09.532Z | Compiling console v0.16.2 |
| 2341 | 2026-05-07T16:37:09.597Z | Compiling gethostname v0.5.0 |
| 2342 | 2026-05-07T16:37:09.666Z | Compiling cargo-platform v0.2.0 |
| 2343 | 2026-05-07T16:37:09.737Z | Compiling topological-sort v0.2.2 |
| 2344 | 2026-05-07T16:37:09.755Z | Compiling unit-prefix v0.5.2 |
| 2345 | 2026-05-07T16:37:09.816Z | Compiling oxide-tokio-rt v0.1.4 |
| 2346 | 2026-05-07T16:37:09.863Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2347 | 2026-05-07T16:37:09.925Z | Compiling indicatif v0.18.4 |
| 2348 | 2026-05-07T16:37:09.963Z | Compiling shell-words v1.1.1 |
| 2349 | 2026-05-07T16:37:10.402Z | Compiling cargo_metadata v0.21.0 |
| 2350 | 2026-05-07T16:37:19.560Z | Compiling progenitor-client v0.14.0 |
| 2351 | 2026-05-07T16:37:19.594Z | Compiling progenitor-client v0.10.0 |
| 2352 | 2026-05-07T16:37:19.594Z | Compiling omicron-zone-package v0.12.2 |
| 2353 | 2026-05-07T16:37:19.686Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2354 | 2026-05-07T16:37:19.686Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2355 | 2026-05-07T16:37:19.723Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2356 | 2026-05-07T16:37:19.746Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2357 | 2026-05-07T16:37:20.004Z | Compiling progenitor-extras v0.2.0 |
| 2358 | 2026-05-07T16:37:20.042Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2359 | 2026-05-07T16:37:20.071Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2360 | 2026-05-07T16:37:20.094Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2361 | 2026-05-07T16:37:20.141Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2362 | 2026-05-07T16:37:20.276Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2363 | 2026-05-07T16:37:24.851Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2364 | 2026-05-07T16:37:32.224Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2365 | 2026-05-07T16:37:35.265Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2366 | 2026-05-07T16:37:36.239Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2367 | 2026-05-07T16:37:45.447Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2368 | 2026-05-07T16:37:45.597Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2369 | 2026-05-07T16:37:45.659Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2370 | 2026-05-07T16:37:45.663Z | Created new build target 'test' and set it as active |
| 2371 | 2026-05-07T16:37:45.663Z | |
| 2372 | 2026-05-07T16:37:45.666Z | real 1:39.534223542 |
| 2373 | 2026-05-07T16:37:45.666Z | user 16:27.920757268 |
| 2374 | 2026-05-07T16:37:45.666Z | sys 2:29.942383816 |
| 2375 | 2026-05-07T16:37:45.666Z | trap 0.461115508 |
| 2376 | 2026-05-07T16:37:45.666Z | tflt 2.842497950 |
| 2377 | 2026-05-07T16:37:45.666Z | dflt 3.640623428 |
| 2378 | 2026-05-07T16:37:45.666Z | kflt 0.002358521 |
| 2379 | 2026-05-07T16:37:45.666Z | lock 51:30.545226587 |
| 2380 | 2026-05-07T16:37:45.666Z | slp 42:22.110573067 |
| 2381 | 2026-05-07T16:37:45.666Z | lat 42.367874603 |
| 2382 | 2026-05-07T16:37:45.666Z | stop 5:14.970624756 |
| 2383 | 2026-05-07T16:37:45.666Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2384 | 2026-05-07T16:37:46.545Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2385 | 2026-05-07T16:37:46.617Z | Running `target/release/omicron-package -t test package` |
| 2386 | 2026-05-07T16:37:46.675Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2387 | 2026-05-07T16:37:48.075Z | Compiling heck v0.5.0 |
| 2388 | 2026-05-07T16:37:48.075Z | Compiling regress v0.11.1 |
| 2389 | 2026-05-07T16:37:48.075Z | Compiling unsafe-libyaml v0.2.11 |
| 2390 | 2026-05-07T16:37:48.326Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2391 | 2026-05-07T16:37:48.346Z | Compiling regress v0.10.5 |
| 2392 | 2026-05-07T16:37:48.368Z | Compiling unicode-width v0.1.14 |
| 2393 | 2026-05-07T16:37:48.386Z | Compiling is-terminal v0.4.17 |
| 2394 | 2026-05-07T16:37:48.410Z | Compiling prettyplease v0.2.37 |
| 2395 | 2026-05-07T16:37:48.413Z | Compiling bytecount v0.6.9 |
| 2396 | 2026-05-07T16:37:48.413Z | Compiling rustls v0.22.4 |
| 2397 | 2026-05-07T16:37:48.413Z | Compiling rustls-webpki v0.102.8 |
| 2398 | 2026-05-07T16:37:48.429Z | Compiling derive-where v1.6.0 |
| 2399 | 2026-05-07T16:37:48.448Z | Compiling thread_local v1.1.9 |
| 2400 | 2026-05-07T16:37:48.451Z | Compiling compression-core v0.4.31 |
| 2401 | 2026-05-07T16:37:48.451Z | Compiling match_cfg v0.1.0 |
| 2402 | 2026-05-07T16:37:48.567Z | Compiling hostname v0.3.1 |
| 2403 | 2026-05-07T16:37:48.570Z | Compiling multer v3.1.0 |
| 2404 | 2026-05-07T16:37:48.606Z | Compiling slog-async v2.8.0 |
| 2405 | 2026-05-07T16:37:48.636Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2406 | 2026-05-07T16:37:48.655Z | Compiling compression-codecs v0.4.37 |
| 2407 | 2026-05-07T16:37:48.655Z | Compiling crossbeam-channel v0.5.15 |
| 2408 | 2026-05-07T16:37:48.699Z | Compiling slog-json v2.6.1 |
| 2409 | 2026-05-07T16:37:48.702Z | Compiling futures-executor v0.3.32 |
| 2410 | 2026-05-07T16:37:48.702Z | Compiling serde_spanned v1.0.4 |
| 2411 | 2026-05-07T16:37:48.723Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2412 | 2026-05-07T16:37:48.780Z | Compiling serde_yaml v0.9.34+deprecated |
| 2413 | 2026-05-07T16:37:48.894Z | Compiling take_mut v0.2.2 |
| 2414 | 2026-05-07T16:37:48.914Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2415 | 2026-05-07T16:37:48.946Z | Compiling term v1.2.1 |
| 2416 | 2026-05-07T16:37:48.967Z | Compiling slog-bunyan v2.5.0 |
| 2417 | 2026-05-07T16:37:48.967Z | Compiling futures v0.3.32 |
| 2418 | 2026-05-07T16:37:49.059Z | Compiling async-compression v0.4.41 |
| 2419 | 2026-05-07T16:37:49.112Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2420 | 2026-05-07T16:37:49.156Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2421 | 2026-05-07T16:37:49.179Z | Compiling dropshot v0.17.0 |
| 2422 | 2026-05-07T16:37:49.200Z | Compiling async-stream v0.3.6 |
| 2423 | 2026-05-07T16:37:49.245Z | Compiling slog-term v2.9.2 |
| 2424 | 2026-05-07T16:37:49.320Z | Compiling num-rational v0.4.2 |
| 2425 | 2026-05-07T16:37:49.391Z | Compiling progenitor-client v0.14.0 |
| 2426 | 2026-05-07T16:37:49.412Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2427 | 2026-05-07T16:37:49.440Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2428 | 2026-05-07T16:37:49.464Z | Compiling waitgroup v0.1.2 |
| 2429 | 2026-05-07T16:37:49.516Z | Compiling backon v1.6.0 |
| 2430 | 2026-05-07T16:37:49.609Z | Compiling rustls-pemfile v2.2.0 |
| 2431 | 2026-05-07T16:37:49.625Z | Compiling num-complex v0.4.6 |
| 2432 | 2026-05-07T16:37:49.650Z | Compiling hostname v0.4.2 |
| 2433 | 2026-05-07T16:37:49.704Z | Compiling serde_path_to_error v0.1.20 |
| 2434 | 2026-05-07T16:37:49.728Z | Compiling instant v0.1.13 |
| 2435 | 2026-05-07T16:37:49.748Z | Compiling debug-ignore v1.0.5 |
| 2436 | 2026-05-07T16:37:49.770Z | Compiling progenitor-extras v0.2.0 |
| 2437 | 2026-05-07T16:37:49.809Z | Compiling typify-impl v0.6.2 |
| 2438 | 2026-05-07T16:37:49.830Z | Compiling backoff v0.4.0 |
| 2439 | 2026-05-07T16:37:49.861Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2440 | 2026-05-07T16:37:49.886Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2441 | 2026-05-07T16:37:50.052Z | Compiling num v0.4.3 |
| 2442 | 2026-05-07T16:37:50.097Z | Compiling parse-display v0.10.0 |
| 2443 | 2026-05-07T16:37:50.097Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2444 | 2026-05-07T16:37:50.137Z | Compiling progenitor-client v0.13.0 |
| 2445 | 2026-05-07T16:37:50.171Z | Compiling progenitor-client v0.10.0 |
| 2446 | 2026-05-07T16:37:50.189Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2447 | 2026-05-07T16:37:50.246Z | Compiling macaddr v1.0.1 |
| 2448 | 2026-05-07T16:37:50.319Z | Compiling float-ord v0.3.2 |
| 2449 | 2026-05-07T16:37:50.359Z | Compiling console v0.15.11 |
| 2450 | 2026-05-07T16:37:50.454Z | Compiling newline-converter v0.3.0 |
| 2451 | 2026-05-07T16:37:50.484Z | Compiling atomicwrites v0.4.4 |
| 2452 | 2026-05-07T16:37:50.505Z | Compiling slog-dtrace v0.3.0 |
| 2453 | 2026-05-07T16:37:50.646Z | Compiling async-recursion v1.1.1 |
| 2454 | 2026-05-07T16:37:50.722Z | Compiling tokio-rustls v0.25.0 |
| 2455 | 2026-05-07T16:37:50.742Z | Compiling expectorate v1.2.0 |
| 2456 | 2026-05-07T16:37:50.813Z | Compiling owo-colors v4.3.0 |
| 2457 | 2026-05-07T16:37:50.836Z | Compiling cancel-safe-futures v0.1.5 |
| 2458 | 2026-05-07T16:37:50.967Z | Compiling libsw-core v0.3.2 |
| 2459 | 2026-05-07T16:37:50.988Z | Compiling resolv-conf v0.7.6 |
| 2460 | 2026-05-07T16:37:51.007Z | Compiling toml v0.8.23 |
| 2461 | 2026-05-07T16:37:51.192Z | Compiling libsw v3.5.0 |
| 2462 | 2026-05-07T16:37:51.277Z | Compiling linear-map v1.2.0 |
| 2463 | 2026-05-07T16:37:51.371Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-05-07T16:37:51.446Z | Compiling minimal-lexical v0.2.1 |
| 2465 | 2026-05-07T16:37:51.520Z | Compiling linked-hash-map v0.5.6 |
| 2466 | 2026-05-07T16:37:51.629Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2467 | 2026-05-07T16:37:51.652Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2468 | 2026-05-07T16:37:51.655Z | Compiling unicode-xid v0.2.6 |
| 2469 | 2026-05-07T16:37:51.695Z | Compiling nom v7.1.3 |
| 2470 | 2026-05-07T16:37:51.729Z | Compiling lru-cache v0.1.2 |
| 2471 | 2026-05-07T16:37:51.768Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2472 | 2026-05-07T16:37:51.791Z | Compiling globset v0.4.18 |
| 2473 | 2026-05-07T16:37:51.820Z | Compiling hickory-proto v0.24.4 |
| 2474 | 2026-05-07T16:37:51.842Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2475 | 2026-05-07T16:37:51.904Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2476 | 2026-05-07T16:37:52.164Z | Compiling convert_case v0.10.0 |
| 2477 | 2026-05-07T16:37:52.451Z | Compiling derive_more-impl v2.1.1 |
| 2478 | 2026-05-07T16:37:52.788Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2479 | 2026-05-07T16:37:53.034Z | Compiling pin-project-internal v1.1.11 |
| 2480 | 2026-05-07T16:37:53.135Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2481 | 2026-05-07T16:37:53.231Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2482 | 2026-05-07T16:37:53.323Z | Compiling typify-macro v0.6.2 |
| 2483 | 2026-05-07T16:37:53.491Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2484 | 2026-05-07T16:37:53.740Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2485 | 2026-05-07T16:37:53.960Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2486 | 2026-05-07T16:37:54.067Z | Compiling pin-project v1.1.11 |
| 2487 | 2026-05-07T16:37:54.219Z | Compiling derive_more v2.1.1 |
| 2488 | 2026-05-07T16:37:54.330Z | Compiling hickory-resolver v0.24.4 |
| 2489 | 2026-05-07T16:37:54.479Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2490 | 2026-05-07T16:37:54.543Z | Compiling papergrid v0.11.0 |
| 2491 | 2026-05-07T16:37:54.660Z | Compiling tabled_derive v0.7.0 |
| 2492 | 2026-05-07T16:37:54.863Z | Compiling typify v0.6.2 |
| 2493 | 2026-05-07T16:37:55.041Z | Compiling progenitor-impl v0.14.0 |
| 2494 | 2026-05-07T16:37:55.197Z | Compiling progenitor-impl v0.13.0 |
| 2495 | 2026-05-07T16:37:55.629Z | Compiling qorb v0.4.1 |
| 2496 | 2026-05-07T16:37:56.119Z | Compiling pem v3.0.6 |
| 2497 | 2026-05-07T16:37:56.832Z | Compiling snafu-derive v0.8.9 |
| 2498 | 2026-05-07T16:37:57.189Z | Compiling progenitor-macro v0.14.0 |
| 2499 | 2026-05-07T16:37:57.392Z | Compiling progenitor-macro v0.13.0 |
| 2500 | 2026-05-07T16:37:57.519Z | Compiling termtree v0.5.1 |
| 2501 | 2026-05-07T16:37:57.717Z | Compiling tabled v0.15.0 |
| 2502 | 2026-05-07T16:37:58.686Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2503 | 2026-05-07T16:37:59.669Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2504 | 2026-05-07T16:37:59.779Z | Compiling snafu v0.8.9 |
| 2505 | 2026-05-07T16:37:59.994Z | Compiling crossterm v0.29.0 |
| 2506 | 2026-05-07T16:38:00.378Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2507 | 2026-05-07T16:38:00.592Z | Compiling olpc-cjson v0.1.4 |
| 2508 | 2026-05-07T16:38:00.838Z | Compiling phf_shared v0.12.1 |
| 2509 | 2026-05-07T16:38:01.079Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2510 | 2026-05-07T16:38:01.101Z | Compiling serde_plain v1.0.2 |
| 2511 | 2026-05-07T16:38:01.225Z | Compiling progenitor v0.14.0 |
| 2512 | 2026-05-07T16:38:01.410Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2513 | 2026-05-07T16:38:01.434Z | Compiling vte v0.14.1 |
| 2514 | 2026-05-07T16:38:01.457Z | Compiling progenitor v0.13.0 |
| 2515 | 2026-05-07T16:38:01.625Z | Compiling csv-core v0.1.13 |
| 2516 | 2026-05-07T16:38:01.649Z | Compiling typed-path v0.9.3 |
| 2517 | 2026-05-07T16:38:01.698Z | Compiling highway v1.3.0 |
| 2518 | 2026-05-07T16:38:01.821Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2519 | 2026-05-07T16:38:02.074Z | Compiling chrono-tz v0.10.4 |
| 2520 | 2026-05-07T16:38:02.359Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2521 | 2026-05-07T16:38:02.441Z | Compiling csv v1.4.0 |
| 2522 | 2026-05-07T16:38:02.592Z | Compiling strip-ansi-escapes v0.2.1 |
| 2523 | 2026-05-07T16:38:02.937Z | Compiling tough v0.20.0 |
| 2524 | 2026-05-07T16:38:03.144Z | Compiling phf v0.12.1 |
| 2525 | 2026-05-07T16:38:03.355Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2526 | 2026-05-07T16:38:03.408Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2527 | 2026-05-07T16:38:03.889Z | Compiling const_format_proc_macros v0.2.34 |
| 2528 | 2026-05-07T16:38:04.490Z | Compiling fd-lock v4.0.4 |
| 2529 | 2026-05-07T16:38:04.566Z | Compiling peg-macros v0.8.5 |
| 2530 | 2026-05-07T16:38:04.589Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2531 | 2026-05-07T16:38:04.668Z | Compiling nu-ansi-term v0.50.3 |
| 2532 | 2026-05-07T16:38:04.994Z | Compiling reedline v0.40.0 |
| 2533 | 2026-05-07T16:38:05.216Z | Compiling const_format v0.2.35 |
| 2534 | 2026-05-07T16:38:05.725Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2535 | 2026-05-07T16:38:05.811Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2536 | 2026-05-07T16:38:05.833Z | Compiling peg v0.8.5 |
| 2537 | 2026-05-07T16:38:05.936Z | Compiling bcs v0.1.6 |
| 2538 | 2026-05-07T16:38:06.395Z | Compiling semver v0.1.20 |
| 2539 | 2026-05-07T16:38:06.582Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2540 | 2026-05-07T16:38:06.697Z | Compiling rustc_version v0.1.7 |
| 2541 | 2026-05-07T16:38:06.842Z | Compiling unicode-linebreak v0.1.5 |
| 2542 | 2026-05-07T16:38:06.934Z | Compiling newtype_derive v0.1.6 |
| 2543 | 2026-05-07T16:38:07.151Z | Compiling humantime v2.3.0 |
| 2544 | 2026-05-07T16:38:07.171Z | Compiling smawk v0.3.2 |
| 2545 | 2026-05-07T16:38:07.266Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2546 | 2026-05-07T16:38:07.367Z | Compiling textwrap v0.16.2 |
| 2547 | 2026-05-07T16:38:07.655Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2548 | 2026-05-07T16:38:07.816Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2549 | 2026-05-07T16:38:08.426Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2550 | 2026-05-07T16:38:08.451Z | Compiling base64 v0.21.7 |
| 2551 | 2026-05-07T16:38:08.957Z | Compiling steno v0.4.1 |
| 2552 | 2026-05-07T16:38:08.979Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2553 | 2026-05-07T16:38:09.035Z | Compiling tagptr v0.2.0 |
| 2554 | 2026-05-07T16:38:09.087Z | Compiling utf-8 v0.7.6 |
| 2555 | 2026-05-07T16:38:09.228Z | Compiling moka v0.12.13 |
| 2556 | 2026-05-07T16:38:09.321Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2557 | 2026-05-07T16:38:09.402Z | Compiling tungstenite v0.21.0 |
| 2558 | 2026-05-07T16:38:09.496Z | Compiling radium v0.7.0 |
| 2559 | 2026-05-07T16:38:09.588Z | Compiling tap v1.0.1 |
| 2560 | 2026-05-07T16:38:09.734Z | Compiling maybe-uninit v2.0.0 |
| 2561 | 2026-05-07T16:38:10.072Z | Compiling tokio-tungstenite v0.21.0 |
| 2562 | 2026-05-07T16:38:10.163Z | Compiling wyz v0.5.1 |
| 2563 | 2026-05-07T16:38:10.184Z | Compiling zerocopy-derive v0.6.6 |
| 2564 | 2026-05-07T16:38:10.409Z | Compiling hickory-resolver v0.25.2 |
| 2565 | 2026-05-07T16:38:10.457Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2566 | 2026-05-07T16:38:10.460Z | Compiling packed_struct v0.10.1 |
| 2567 | 2026-05-07T16:38:10.498Z | Compiling crc-catalog v2.4.0 |
| 2568 | 2026-05-07T16:38:10.619Z | Compiling display-error-chain v0.2.2 |
| 2569 | 2026-05-07T16:38:10.745Z | Compiling funty v2.0.0 |
| 2570 | 2026-05-07T16:38:10.834Z | Compiling crc v3.4.0 |
| 2571 | 2026-05-07T16:38:11.044Z | Compiling zerocopy v0.6.6 |
| 2572 | 2026-05-07T16:38:11.065Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2573 | 2026-05-07T16:38:11.147Z | Compiling bitvec v1.0.1 |
| 2574 | 2026-05-07T16:38:11.445Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2575 | 2026-05-07T16:38:11.533Z | Compiling num-derive v0.3.3 |
| 2576 | 2026-05-07T16:38:11.707Z | Compiling packed_struct_codegen v0.10.1 |
| 2577 | 2026-05-07T16:38:12.035Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2578 | 2026-05-07T16:38:12.443Z | Compiling bitfield-macros v0.19.4 |
| 2579 | 2026-05-07T16:38:12.698Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2580 | 2026-05-07T16:38:12.963Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2581 | 2026-05-07T16:38:13.162Z | Compiling indexmap v1.9.3 |
| 2582 | 2026-05-07T16:38:13.362Z | Compiling nodrop v0.1.14 |
| 2583 | 2026-05-07T16:38:13.460Z | Compiling proc-macro-error2 v2.0.1 |
| 2584 | 2026-05-07T16:38:13.489Z | Compiling array-init v0.0.4 |
| 2585 | 2026-05-07T16:38:13.770Z | Compiling bitfield v0.19.4 |
| 2586 | 2026-05-07T16:38:13.867Z | Compiling libscf-sys v1.1.0 |
| 2587 | 2026-05-07T16:38:14.069Z | Compiling smallvec v0.6.14 |
| 2588 | 2026-05-07T16:38:14.094Z | Compiling typify-impl v0.4.3 |
| 2589 | 2026-05-07T16:38:14.336Z | Compiling hashbrown v0.12.3 |
| 2590 | 2026-05-07T16:38:14.392Z | Compiling serde-hex v0.1.0 |
| 2591 | 2026-05-07T16:38:15.222Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2592 | 2026-05-07T16:38:15.354Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2593 | 2026-05-07T16:38:15.452Z | Compiling tabled_derive v0.11.0 |
| 2594 | 2026-05-07T16:38:16.060Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2595 | 2026-05-07T16:38:16.284Z | Compiling ron v0.8.1 |
| 2596 | 2026-05-07T16:38:16.298Z | Compiling papergrid v0.17.0 |
| 2597 | 2026-05-07T16:38:16.427Z | Compiling testing_table v0.3.0 |
| 2598 | 2026-05-07T16:38:16.497Z | Compiling hashbrown v0.13.2 |
| 2599 | 2026-05-07T16:38:16.524Z | Compiling vergen-gitcl v1.0.8 |
| 2600 | 2026-05-07T16:38:16.672Z | Compiling dirs-sys-next v0.1.2 |
| 2601 | 2026-05-07T16:38:16.745Z | Compiling maplit v1.0.2 |
| 2602 | 2026-05-07T16:38:16.868Z | Compiling glob v0.3.3 |
| 2603 | 2026-05-07T16:38:16.891Z | Compiling diesel_derives v2.3.7 |
| 2604 | 2026-05-07T16:38:16.913Z | Compiling crc-any v2.5.0 |
| 2605 | 2026-05-07T16:38:16.953Z | Compiling crunchy v0.2.4 |
| 2606 | 2026-05-07T16:38:17.114Z | Compiling object v0.30.4 |
| 2607 | 2026-05-07T16:38:17.159Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2608 | 2026-05-07T16:38:17.236Z | Compiling clang-sys v1.8.1 |
| 2609 | 2026-05-07T16:38:17.289Z | Compiling dirs-next v2.0.0 |
| 2610 | 2026-05-07T16:38:17.374Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2611 | 2026-05-07T16:38:17.441Z | Compiling dsl_auto_type v0.2.0 |
| 2612 | 2026-05-07T16:38:17.472Z | Compiling scheduled-thread-pool v0.2.7 |
| 2613 | 2026-05-07T16:38:17.517Z | Compiling typify-macro v0.4.3 |
| 2614 | 2026-05-07T16:38:17.623Z | Compiling tabled v0.20.0 |
| 2615 | 2026-05-07T16:38:17.847Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2616 | 2026-05-07T16:38:17.994Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2617 | 2026-05-07T16:38:18.072Z | Compiling tiny-keccak v2.0.2 |
| 2618 | 2026-05-07T16:38:18.094Z | Compiling path-slash v0.1.5 |
| 2619 | 2026-05-07T16:38:18.222Z | Compiling xshell-macros v0.2.7 |
| 2620 | 2026-05-07T16:38:18.339Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-07T16:38:18.386Z | Compiling r2d2 v0.8.10 |
| 2622 | 2026-05-07T16:38:18.624Z | Compiling xshell v0.2.7 |
| 2623 | 2026-05-07T16:38:18.678Z | Compiling term v0.7.0 |
| 2624 | 2026-05-07T16:38:18.705Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2625 | 2026-05-07T16:38:19.132Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2626 | 2026-05-07T16:38:19.189Z | Compiling downcast-rs v2.0.2 |
| 2627 | 2026-05-07T16:38:19.305Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-05-07T16:38:19.396Z | Compiling ascii-canvas v3.0.0 |
| 2629 | 2026-05-07T16:38:19.574Z | Compiling bit-set v0.5.3 |
| 2630 | 2026-05-07T16:38:19.614Z | Compiling itertools v0.10.5 |
| 2631 | 2026-05-07T16:38:19.652Z | Compiling ena v0.14.4 |
| 2632 | 2026-05-07T16:38:19.761Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2633 | 2026-05-07T16:38:19.893Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2634 | 2026-05-07T16:38:19.939Z | Compiling libloading v0.8.9 |
| 2635 | 2026-05-07T16:38:20.161Z | Compiling regex-syntax v0.6.29 |
| 2636 | 2026-05-07T16:38:20.701Z | Compiling bindgen v0.71.1 |
| 2637 | 2026-05-07T16:38:20.982Z | Compiling diff v0.1.13 |
| 2638 | 2026-05-07T16:38:21.066Z | Compiling unicase v2.9.0 |
| 2639 | 2026-05-07T16:38:21.238Z | Compiling crc8 v0.1.1 |
| 2640 | 2026-05-07T16:38:21.461Z | Compiling typify v0.4.3 |
| 2641 | 2026-05-07T16:38:21.605Z | Compiling lalrpop v0.19.12 |
| 2642 | 2026-05-07T16:38:21.900Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2643 | 2026-05-07T16:38:21.978Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2644 | 2026-05-07T16:38:22.059Z | Compiling cexpr v0.6.0 |
| 2645 | 2026-05-07T16:38:22.082Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2646 | 2026-05-07T16:38:22.303Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2647 | 2026-05-07T16:38:22.512Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2648 | 2026-05-07T16:38:22.582Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2649 | 2026-05-07T16:38:22.680Z | Compiling headers-core v0.3.0 |
| 2650 | 2026-05-07T16:38:22.820Z | Compiling libxml v0.3.3 |
| 2651 | 2026-05-07T16:38:22.885Z | Compiling headers v0.4.1 |
| 2652 | 2026-05-07T16:38:23.047Z | Compiling diesel v2.3.7 |
| 2653 | 2026-05-07T16:38:23.217Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2654 | 2026-05-07T16:38:23.245Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-05-07T16:38:23.464Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2656 | 2026-05-07T16:38:24.422Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2657 | 2026-05-07T16:38:24.454Z | Compiling strum_macros v0.24.3 |
| 2658 | 2026-05-07T16:38:24.518Z | Compiling indoc v1.0.9 |
| 2659 | 2026-05-07T16:38:25.027Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2660 | 2026-05-07T16:38:25.257Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2661 | 2026-05-07T16:38:25.466Z | Compiling derive_builder v0.20.2 |
| 2662 | 2026-05-07T16:38:25.542Z | Compiling oso-derive v0.27.3 |
| 2663 | 2026-05-07T16:38:25.635Z | Compiling quick-xml v0.37.5 |
| 2664 | 2026-05-07T16:38:25.671Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2665 | 2026-05-07T16:38:25.835Z | Compiling openssl-probe v0.1.6 |
| 2666 | 2026-05-07T16:38:26.053Z | Compiling half v1.8.3 |
| 2667 | 2026-05-07T16:38:26.163Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2668 | 2026-05-07T16:38:26.523Z | Compiling serde_cbor v0.11.2 |
| 2669 | 2026-05-07T16:38:26.818Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2670 | 2026-05-07T16:38:26.878Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2671 | 2026-05-07T16:38:26.961Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2672 | 2026-05-07T16:38:27.183Z | Compiling bb8 v0.8.6 |
| 2673 | 2026-05-07T16:38:27.207Z | Compiling trait-variant v0.1.2 |
| 2674 | 2026-05-07T16:38:27.231Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2675 | 2026-05-07T16:38:27.550Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2676 | 2026-05-07T16:38:27.570Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2677 | 2026-05-07T16:38:27.589Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2678 | 2026-05-07T16:38:27.703Z | Compiling samael v0.0.19 |
| 2679 | 2026-05-07T16:38:27.749Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2680 | 2026-05-07T16:38:27.811Z | Compiling fxhash v0.2.1 |
| 2681 | 2026-05-07T16:38:27.875Z | Compiling salty v0.3.0 |
| 2682 | 2026-05-07T16:38:28.195Z | Compiling progenitor-impl v0.11.2 |
| 2683 | 2026-05-07T16:38:28.236Z | Compiling progenitor-impl v0.10.0 |
| 2684 | 2026-05-07T16:38:28.321Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2685 | 2026-05-07T16:38:28.352Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2686 | 2026-05-07T16:38:28.635Z | Compiling kstat-rs v0.2.4 |
| 2687 | 2026-05-07T16:38:28.972Z | Compiling libz-sys v1.1.24 |
| 2688 | 2026-05-07T16:38:29.013Z | Compiling polar-core v0.27.3 |
| 2689 | 2026-05-07T16:38:29.104Z | Compiling nonempty v0.12.0 |
| 2690 | 2026-05-07T16:38:29.125Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2691 | 2026-05-07T16:38:29.330Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2692 | 2026-05-07T16:38:30.355Z | Compiling progenitor-macro v0.11.2 |
| 2693 | 2026-05-07T16:38:30.379Z | Compiling progenitor-macro v0.10.0 |
| 2694 | 2026-05-07T16:38:31.478Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2695 | 2026-05-07T16:38:32.739Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-07T16:38:33.342Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2697 | 2026-05-07T16:38:33.374Z | Compiling progenitor-client v0.11.2 |
| 2698 | 2026-05-07T16:38:33.917Z | Compiling darling_core v0.23.0 |
| 2699 | 2026-05-07T16:38:33.941Z | Compiling nanorand v0.7.0 |
| 2700 | 2026-05-07T16:38:34.361Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2701 | 2026-05-07T16:38:34.408Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2702 | 2026-05-07T16:38:34.435Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2703 | 2026-05-07T16:38:36.057Z | Compiling arc-swap v1.8.2 |
| 2704 | 2026-05-07T16:38:36.448Z | Compiling fs-err v2.11.0 |
| 2705 | 2026-05-07T16:38:36.677Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2706 | 2026-05-07T16:38:37.673Z | Compiling parking_lot_core v0.8.6 |
| 2707 | 2026-05-07T16:38:37.946Z | Compiling oso v0.27.3 |
| 2708 | 2026-05-07T16:38:39.051Z | Compiling mime_guess v2.0.5 |
| 2709 | 2026-05-07T16:38:39.154Z | Compiling slog-scope v4.4.1 |
| 2710 | 2026-05-07T16:38:39.547Z | Compiling darling_macro v0.23.0 |
| 2711 | 2026-05-07T16:38:39.606Z | Compiling progenitor v0.11.2 |
| 2712 | 2026-05-07T16:38:39.795Z | Compiling progenitor v0.10.0 |
| 2713 | 2026-05-07T16:38:40.047Z | Compiling async-bb8-diesel v0.2.1 |
| 2714 | 2026-05-07T16:38:40.499Z | Compiling diesel-dtrace v0.5.0 |
| 2715 | 2026-05-07T16:38:40.847Z | Compiling flume v0.11.1 |
| 2716 | 2026-05-07T16:38:40.905Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2717 | 2026-05-07T16:38:41.311Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092) |
| 2718 | 2026-05-07T16:38:42.111Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2719 | 2026-05-07T16:38:42.760Z | Compiling primeorder v0.13.6 |
| 2720 | 2026-05-07T16:38:43.291Z | Compiling git-stub v1.0.0 |
| 2721 | 2026-05-07T16:38:43.314Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2722 | 2026-05-07T16:38:43.438Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2723 | 2026-05-07T16:38:43.556Z | Compiling instability v0.3.11 |
| 2724 | 2026-05-07T16:38:43.711Z | Compiling git-stub-vcs v0.1.0 |
| 2725 | 2026-05-07T16:38:43.804Z | Compiling p384 v0.13.1 |
| 2726 | 2026-05-07T16:38:44.061Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2727 | 2026-05-07T16:38:44.370Z | Compiling darling v0.23.0 |
| 2728 | 2026-05-07T16:38:44.518Z | Compiling slog-stdlog v4.1.1 |
| 2729 | 2026-05-07T16:38:45.318Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-05-07T16:38:45.437Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2731 | 2026-05-07T16:38:45.440Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2732 | 2026-05-07T16:38:45.871Z | Compiling ignore v0.4.25 |
| 2733 | 2026-05-07T16:38:45.927Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2734 | 2026-05-07T16:38:46.251Z | Compiling castaway v0.2.4 |
| 2735 | 2026-05-07T16:38:46.410Z | Compiling atty v0.2.14 |
| 2736 | 2026-05-07T16:38:46.562Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2737 | 2026-05-07T16:38:46.598Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-05-07T16:38:46.796Z | Compiling indoc v2.0.7 |
| 2739 | 2026-05-07T16:38:46.821Z | Compiling http-range v0.1.5 |
| 2740 | 2026-05-07T16:38:47.174Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2741 | 2026-05-07T16:38:47.399Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2742 | 2026-05-07T16:38:47.943Z | Compiling globwalk v0.9.1 |
| 2743 | 2026-05-07T16:38:48.361Z | Compiling compact_str v0.8.1 |
| 2744 | 2026-05-07T16:38:48.847Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2745 | 2026-05-07T16:38:49.473Z | Compiling parking_lot v0.11.2 |
| 2746 | 2026-05-07T16:38:50.386Z | Compiling slog-envlogger v2.2.0 |
| 2747 | 2026-05-07T16:38:50.870Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2748 | 2026-05-07T16:38:51.340Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2749 | 2026-05-07T16:38:51.471Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2750 | 2026-05-07T16:38:51.493Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2751 | 2026-05-07T16:38:51.497Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2752 | 2026-05-07T16:38:51.558Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2753 | 2026-05-07T16:38:51.647Z | Compiling predicates-tree v1.0.13 |
| 2754 | 2026-05-07T16:38:52.111Z | Compiling unicode-truncate v1.1.0 |
| 2755 | 2026-05-07T16:38:52.268Z | Compiling lru v0.12.5 |
| 2756 | 2026-05-07T16:38:52.327Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2757 | 2026-05-07T16:38:52.353Z | Compiling rand_seeder v0.4.0 |
| 2758 | 2026-05-07T16:38:52.376Z | Compiling prefix-trie v0.7.0 |
| 2759 | 2026-05-07T16:38:52.404Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2760 | 2026-05-07T16:38:52.496Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2761 | 2026-05-07T16:38:52.615Z | Compiling vergen-git2 v1.0.7 |
| 2762 | 2026-05-07T16:38:52.660Z | Compiling cassowary v0.3.0 |
| 2763 | 2026-05-07T16:38:52.840Z | Compiling corncobs v0.1.4 |
| 2764 | 2026-05-07T16:38:52.864Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2765 | 2026-05-07T16:38:52.920Z | Compiling hickory-server v0.25.2 |
| 2766 | 2026-05-07T16:38:52.940Z | Compiling ratatui v0.29.0 |
| 2767 | 2026-05-07T16:38:53.079Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-05-07T16:38:53.222Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2769 | 2026-05-07T16:38:53.419Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2770 | 2026-05-07T16:38:53.498Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2771 | 2026-05-07T16:38:53.812Z | Compiling camino-tempfile-ext v0.3.3 |
| 2772 | 2026-05-07T16:38:54.050Z | Compiling hyper-staticfile v0.10.1 |
| 2773 | 2026-05-07T16:38:54.105Z | Compiling sled v0.34.7 |
| 2774 | 2026-05-07T16:38:54.450Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2775 | 2026-05-07T16:38:54.751Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2776 | 2026-05-07T16:38:55.227Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2777 | 2026-05-07T16:38:55.406Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2778 | 2026-05-07T16:38:56.728Z | Compiling secrecy v0.8.0 |
| 2779 | 2026-05-07T16:38:56.921Z | Compiling rustls v0.21.12 |
| 2780 | 2026-05-07T16:38:57.137Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2781 | 2026-05-07T16:38:57.903Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2782 | 2026-05-07T16:38:58.522Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2783 | 2026-05-07T16:38:58.561Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2784 | 2026-05-07T16:38:59.351Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2785 | 2026-05-07T16:39:00.365Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2786 | 2026-05-07T16:39:00.397Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2787 | 2026-05-07T16:39:00.748Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2788 | 2026-05-07T16:39:01.173Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2789 | 2026-05-07T16:39:01.729Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2790 | 2026-05-07T16:39:01.957Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2791 | 2026-05-07T16:39:02.194Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2792 | 2026-05-07T16:39:02.431Z | Compiling rustls-webpki v0.101.7 |
| 2793 | 2026-05-07T16:39:02.791Z | Compiling sct v0.7.1 |
| 2794 | 2026-05-07T16:39:03.059Z | Compiling nix v0.29.0 |
| 2795 | 2026-05-07T16:39:03.447Z | Compiling dropshot v0.16.7 |
| 2796 | 2026-05-07T16:39:03.469Z | Compiling void v1.0.2 |
| 2797 | 2026-05-07T16:39:03.614Z | Compiling lzss v0.8.2 |
| 2798 | 2026-05-07T16:39:03.766Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2799 | 2026-05-07T16:39:03.820Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2800 | 2026-05-07T16:39:03.879Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2801 | 2026-05-07T16:39:04.101Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2802 | 2026-05-07T16:39:05.043Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2803 | 2026-05-07T16:39:05.114Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2804 | 2026-05-07T16:39:05.356Z | Compiling tungstenite v0.23.0 |
| 2805 | 2026-05-07T16:39:05.760Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2806 | 2026-05-07T16:39:06.642Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2807 | 2026-05-07T16:39:06.870Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2808 | 2026-05-07T16:39:06.927Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-05-07T16:39:07.097Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2810 | 2026-05-07T16:39:07.149Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2811 | 2026-05-07T16:39:07.312Z | Compiling nix v0.27.1 |
| 2812 | 2026-05-07T16:39:07.688Z | Compiling dropshot_endpoint v0.16.7 |
| 2813 | 2026-05-07T16:39:07.728Z | Compiling serde_bytes v0.11.19 |
| 2814 | 2026-05-07T16:39:07.876Z | Compiling tokio-tungstenite v0.23.1 |
| 2815 | 2026-05-07T16:39:08.020Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2816 | 2026-05-07T16:39:08.239Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2817 | 2026-05-07T16:39:08.462Z | Compiling tokio-rustls v0.24.1 |
| 2818 | 2026-05-07T16:39:08.997Z | Compiling git2 v0.20.4 |
| 2819 | 2026-05-07T16:39:09.203Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2820 | 2026-05-07T16:39:11.847Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2821 | 2026-05-07T16:39:12.009Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2822 | 2026-05-07T16:39:13.260Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2823 | 2026-05-07T16:39:13.893Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2824 | 2026-05-07T16:39:14.311Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2825 | 2026-05-07T16:39:14.814Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2826 | 2026-05-07T16:39:14.977Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2827 | 2026-05-07T16:39:16.316Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2828 | 2026-05-07T16:39:16.830Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2829 | 2026-05-07T16:39:16.922Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2830 | 2026-05-07T16:39:17.519Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2831 | 2026-05-07T16:39:18.118Z | Compiling rustls-pemfile v1.0.4 |
| 2832 | 2026-05-07T16:39:18.480Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2833 | 2026-05-07T16:39:18.552Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2834 | 2026-05-07T16:39:18.998Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2835 | 2026-05-07T16:39:19.552Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2836 | 2026-05-07T16:39:19.720Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2837 | 2026-05-07T16:39:21.782Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2838 | 2026-05-07T16:39:21.821Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-05-07T16:39:21.883Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2840 | 2026-05-07T16:39:21.934Z | Compiling signal-hook-tokio v0.3.1 |
| 2841 | 2026-05-07T16:39:22.050Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-05-07T16:39:22.132Z | Compiling yasna v0.5.2 |
| 2843 | 2026-05-07T16:39:22.585Z | Compiling is_ci v1.2.0 |
| 2844 | 2026-05-07T16:39:22.740Z | Compiling supports-color v3.0.2 |
| 2845 | 2026-05-07T16:39:22.808Z | Compiling rcgen v0.12.1 |
| 2846 | 2026-05-07T16:39:23.554Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2847 | 2026-05-07T16:39:23.660Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2848 | 2026-05-07T16:39:23.683Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2849 | 2026-05-07T16:39:23.702Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2850 | 2026-05-07T16:39:23.916Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2851 | 2026-05-07T16:39:23.941Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2852 | 2026-05-07T16:39:24.175Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2853 | 2026-05-07T16:39:26.021Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2854 | 2026-05-07T16:39:26.263Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2855 | 2026-05-07T16:39:27.164Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2856 | 2026-05-07T16:39:27.636Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2857 | 2026-05-07T16:39:27.870Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2858 | 2026-05-07T16:39:28.104Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2859 | 2026-05-07T16:39:28.326Z | Compiling fatfs v0.3.6 |
| 2860 | 2026-05-07T16:39:28.486Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2861 | 2026-05-07T16:39:28.814Z | Compiling rtoolbox v0.0.3 |
| 2862 | 2026-05-07T16:39:29.115Z | Compiling subprocess v0.2.15 |
| 2863 | 2026-05-07T16:39:29.155Z | Compiling assert_matches v1.5.0 |
| 2864 | 2026-05-07T16:39:29.278Z | Compiling seq-macro v0.3.6 |
| 2865 | 2026-05-07T16:39:29.544Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2866 | 2026-05-07T16:39:29.770Z | Compiling rpassword v7.4.0 |
| 2867 | 2026-05-07T16:39:30.127Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2868 | 2026-05-07T16:39:30.890Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2869 | 2026-05-07T16:39:31.291Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2870 | 2026-05-07T16:39:31.431Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2871 | 2026-05-07T16:39:32.137Z | Compiling tui-tree-widget v0.23.1 |
| 2872 | 2026-05-07T16:39:32.428Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2873 | 2026-05-07T16:39:33.301Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2874 | 2026-05-07T16:39:33.818Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2875 | 2026-05-07T16:39:33.840Z | Compiling uzers v0.12.2 |
| 2876 | 2026-05-07T16:39:33.914Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2877 | 2026-05-07T16:39:34.590Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2878 | 2026-05-07T16:39:35.722Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2879 | 2026-05-07T16:39:36.882Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2880 | 2026-05-07T16:39:38.705Z | Compiling support-bundle-viewer v0.1.2 |
| 2881 | 2026-05-07T16:39:39.799Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2882 | 2026-05-07T16:39:40.604Z | Compiling multimap v0.10.1 |
| 2883 | 2026-05-07T16:39:47.976Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2884 | 2026-05-07T16:39:49.671Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2885 | 2026-05-07T16:40:00.831Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2886 | 2026-05-07T16:40:02.091Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2887 | 2026-05-07T16:45:23.956Z | Finished `release` profile [optimized] target(s) in 7m 37s |
| 2888 | 2026-05-07T16:46:07.736Z | |
| 2889 | 2026-05-07T16:46:07.736Z | real 8:22.017708752 |
| 2890 | 2026-05-07T16:46:07.736Z | user 1:17:38.708846914 |
| 2891 | 2026-05-07T16:46:07.739Z | sys 3:24.649932547 |
| 2892 | 2026-05-07T16:46:07.740Z | trap 1.750247100 |
| 2893 | 2026-05-07T16:46:07.740Z | tflt 2.806585147 |
| 2894 | 2026-05-07T16:46:07.740Z | dflt 15.633456051 |
| 2895 | 2026-05-07T16:46:07.740Z | kflt 0.014665292 |
| 2896 | 2026-05-07T16:46:07.740Z | lock 6:34:31.209745258 |
| 2897 | 2026-05-07T16:46:07.740Z | slp 2:14:35.607069053 |
| 2898 | 2026-05-07T16:46:07.740Z | lat 2:27.528574611 |
| 2899 | 2026-05-07T16:46:07.740Z | stop 5:13.248234684 |
| 2900 | 2026-05-07T16:46:07.740Z | + mapfile -t packages |
| 2901 | 2026-05-07T16:46:07.740Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2902 | 2026-05-07T16:46:08.699Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2903 | 2026-05-07T16:46:08.775Z | Running `target/release/omicron-package -t test list-outputs` |
| 2904 | 2026-05-07T16:46:08.828Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2905 | 2026-05-07T16:46:08.831Z | + ptime -m cargo build --locked --release -p xtask |
| 2906 | 2026-05-07T16:46:09.359Z | Compiling libc v0.2.185 |
| 2907 | 2026-05-07T16:46:09.359Z | Compiling serde v1.0.228 |
| 2908 | 2026-05-07T16:46:09.359Z | Compiling serde_core v1.0.228 |
| 2909 | 2026-05-07T16:46:09.362Z | Compiling rustix v1.1.3 |
| 2910 | 2026-05-07T16:46:09.362Z | Compiling bitflags v2.11.0 |
| 2911 | 2026-05-07T16:46:09.362Z | Compiling serde_json v1.0.149 |
| 2912 | 2026-05-07T16:46:09.499Z | Compiling num-traits v0.2.19 |
| 2913 | 2026-05-07T16:46:09.509Z | Compiling syn v2.0.117 |
| 2914 | 2026-05-07T16:46:09.529Z | Compiling smallvec v1.15.1 |
| 2915 | 2026-05-07T16:46:09.533Z | Compiling usdt-impl v0.5.0 |
| 2916 | 2026-05-07T16:46:09.539Z | Compiling indexmap v2.14.0 |
| 2917 | 2026-05-07T16:46:09.560Z | Compiling syn v1.0.109 |
| 2918 | 2026-05-07T16:46:09.572Z | Compiling percent-encoding v2.3.2 |
| 2919 | 2026-05-07T16:46:09.575Z | Compiling getrandom v0.4.1 |
| 2920 | 2026-05-07T16:46:09.749Z | Compiling log v0.4.29 |
| 2921 | 2026-05-07T16:46:09.823Z | Compiling form_urlencoded v1.2.2 |
| 2922 | 2026-05-07T16:46:09.948Z | Compiling fs-err v3.3.0 |
| 2923 | 2026-05-07T16:46:09.949Z | Compiling once_cell v1.21.3 |
| 2924 | 2026-05-07T16:46:09.968Z | Compiling anyhow v1.0.102 |
| 2925 | 2026-05-07T16:46:09.992Z | Compiling heck v0.4.1 |
| 2926 | 2026-05-07T16:46:10.202Z | Compiling errno v0.3.14 |
| 2927 | 2026-05-07T16:46:10.202Z | Compiling thread-id v4.2.2 |
| 2928 | 2026-05-07T16:46:10.206Z | Compiling memmap v0.7.0 |
| 2929 | 2026-05-07T16:46:10.513Z | Compiling ordered-float v2.10.1 |
| 2930 | 2026-05-07T16:46:11.008Z | Compiling proc-macro-error v1.0.4 |
| 2931 | 2026-05-07T16:46:11.197Z | Compiling terminal_size v0.4.3 |
| 2932 | 2026-05-07T16:46:11.197Z | Compiling tempfile v3.25.0 |
| 2933 | 2026-05-07T16:46:11.250Z | Compiling tabled_derive v0.7.0 |
| 2934 | 2026-05-07T16:46:11.294Z | Compiling clap_builder v4.5.60 |
| 2935 | 2026-05-07T16:46:11.298Z | Compiling textwrap v0.16.2 |
| 2936 | 2026-05-07T16:46:11.423Z | Compiling camino-tempfile v1.4.1 |
| 2937 | 2026-05-07T16:46:11.913Z | Compiling tabled v0.15.0 |
| 2938 | 2026-05-07T16:46:11.998Z | Compiling synstructure v0.13.2 |
| 2939 | 2026-05-07T16:46:11.998Z | Compiling pest_generator v2.8.6 |
| 2940 | 2026-05-07T16:46:12.385Z | Compiling serde_derive v1.0.228 |
| 2941 | 2026-05-07T16:46:12.388Z | Compiling zerofrom-derive v0.1.6 |
| 2942 | 2026-05-07T16:46:12.388Z | Compiling yoke-derive v0.8.1 |
| 2943 | 2026-05-07T16:46:12.388Z | Compiling zerovec-derive v0.11.2 |
| 2944 | 2026-05-07T16:46:12.388Z | Compiling displaydoc v0.2.5 |
| 2945 | 2026-05-07T16:46:12.388Z | Compiling thiserror-impl v1.0.69 |
| 2946 | 2026-05-07T16:46:12.388Z | Compiling zerocopy-derive v0.7.35 |
| 2947 | 2026-05-07T16:46:12.388Z | Compiling scroll_derive v0.12.1 |
| 2948 | 2026-05-07T16:46:12.388Z | Compiling thiserror-impl v2.0.18 |
| 2949 | 2026-05-07T16:46:12.388Z | Compiling clap_derive v4.5.55 |
| 2950 | 2026-05-07T16:46:12.517Z | Compiling pest_derive v2.8.6 |
| 2951 | 2026-05-07T16:46:13.083Z | Compiling scroll v0.12.0 |
| 2952 | 2026-05-07T16:46:13.208Z | Compiling zerocopy v0.7.35 |
| 2953 | 2026-05-07T16:46:13.411Z | Compiling goblin v0.8.2 |
| 2954 | 2026-05-07T16:46:13.497Z | Compiling zerofrom v0.1.6 |
| 2955 | 2026-05-07T16:46:13.515Z | Compiling thiserror v2.0.18 |
| 2956 | 2026-05-07T16:46:13.539Z | Compiling thiserror v1.0.69 |
| 2957 | 2026-05-07T16:46:13.638Z | Compiling yoke v0.8.1 |
| 2958 | 2026-05-07T16:46:13.649Z | Compiling dtrace-parser v0.2.0 |
| 2959 | 2026-05-07T16:46:13.845Z | Compiling zerovec v0.11.5 |
| 2960 | 2026-05-07T16:46:14.053Z | Compiling zerotrie v0.2.3 |
| 2961 | 2026-05-07T16:46:14.089Z | Compiling clap v4.5.60 |
| 2962 | 2026-05-07T16:46:14.463Z | Compiling tinystr v0.8.2 |
| 2963 | 2026-05-07T16:46:14.499Z | Compiling potential_utf v0.1.4 |
| 2964 | 2026-05-07T16:46:14.707Z | Compiling icu_locale_core v2.1.1 |
| 2965 | 2026-05-07T16:46:14.719Z | Compiling icu_collections v2.1.1 |
| 2966 | 2026-05-07T16:46:15.475Z | Compiling icu_provider v2.1.1 |
| 2967 | 2026-05-07T16:46:15.869Z | Compiling icu_properties v2.1.2 |
| 2968 | 2026-05-07T16:46:15.902Z | Compiling icu_normalizer v2.1.1 |
| 2969 | 2026-05-07T16:46:16.111Z | Compiling serde_spanned v0.6.9 |
| 2970 | 2026-05-07T16:46:16.132Z | Compiling toml_datetime v0.6.11 |
| 2971 | 2026-05-07T16:46:16.150Z | Compiling dof v0.3.0 |
| 2972 | 2026-05-07T16:46:16.162Z | Compiling serde_tokenstream v0.2.3 |
| 2973 | 2026-05-07T16:46:16.284Z | Compiling serde-value v0.7.0 |
| 2974 | 2026-05-07T16:46:16.336Z | Compiling toml_edit v0.22.27 |
| 2975 | 2026-05-07T16:46:16.467Z | Compiling cargo-platform v0.2.0 |
| 2976 | 2026-05-07T16:46:16.483Z | Compiling macaddr v1.0.1 |
| 2977 | 2026-05-07T16:46:16.821Z | Compiling idna_adapter v1.2.1 |
| 2978 | 2026-05-07T16:46:16.936Z | Compiling idna v1.1.0 |
| 2979 | 2026-05-07T16:46:16.964Z | Compiling usdt-macro v0.5.0 |
| 2980 | 2026-05-07T16:46:16.976Z | Compiling usdt-attr-macro v0.5.0 |
| 2981 | 2026-05-07T16:46:17.316Z | Compiling url v2.5.8 |
| 2982 | 2026-05-07T16:46:17.627Z | Compiling usdt v0.5.0 |
| 2983 | 2026-05-07T16:46:17.895Z | Compiling toml v0.8.23 |
| 2984 | 2026-05-07T16:46:18.322Z | Compiling cargo-util-schemas v0.8.2 |
| 2985 | 2026-05-07T16:46:18.322Z | Compiling cargo_toml v0.21.0 |
| 2986 | 2026-05-07T16:46:19.317Z | Compiling cargo_metadata v0.21.0 |
| 2987 | 2026-05-07T16:46:22.393Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2988 | 2026-05-07T16:46:25.409Z | Finished `release` profile [optimized] target(s) in 16.56s |
| 2989 | 2026-05-07T16:46:25.571Z | |
| 2990 | 2026-05-07T16:46:25.571Z | real 16.704408573 |
| 2991 | 2026-05-07T16:46:25.571Z | user 2:21.400181188 |
| 2992 | 2026-05-07T16:46:25.571Z | sys 16.258277803 |
| 2993 | 2026-05-07T16:46:25.571Z | trap 0.099837268 |
| 2994 | 2026-05-07T16:46:25.571Z | tflt 0.588412246 |
| 2995 | 2026-05-07T16:46:25.571Z | dflt 1.420566955 |
| 2996 | 2026-05-07T16:46:25.571Z | kflt 0.000049996 |
| 2997 | 2026-05-07T16:46:25.571Z | lock 5:18.584300046 |
| 2998 | 2026-05-07T16:46:25.575Z | slp 3:26.258935159 |
| 2999 | 2026-05-07T16:46:25.575Z | lat 6.103293439 |
| 3000 | 2026-05-07T16:46:25.575Z | stop 17.412733476 |
| 3001 | 2026-05-07T16:46:25.575Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3002 | 2026-05-07T16:46:25.575Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3003 | 2026-05-07T16:46:25.575Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3004 | 2026-05-07T16:46:25.575Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3005 | 2026-05-07T16:46:25.575Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3006 | 2026-05-07T16:46:26.517Z | Compiling newtype-uuid-macros v0.1.0 |
| 3007 | 2026-05-07T16:46:26.521Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3008 | 2026-05-07T16:46:26.521Z | Compiling regress v0.10.5 |
| 3009 | 2026-05-07T16:46:26.521Z | Compiling structmeta-derive v0.3.0 |
| 3010 | 2026-05-07T16:46:26.663Z | Compiling rustls v0.22.4 |
| 3011 | 2026-05-07T16:46:26.666Z | Compiling rustls-webpki v0.102.8 |
| 3012 | 2026-05-07T16:46:26.666Z | Compiling multer v3.1.0 |
| 3013 | 2026-05-07T16:46:26.666Z | Compiling debug-ignore v1.0.5 |
| 3014 | 2026-05-07T16:46:26.677Z | Compiling match_cfg v0.1.0 |
| 3015 | 2026-05-07T16:46:26.689Z | Compiling compression-core v0.4.31 |
| 3016 | 2026-05-07T16:46:26.690Z | Compiling slog-json v2.6.1 |
| 3017 | 2026-05-07T16:46:26.698Z | Compiling async-stream-impl v0.3.6 |
| 3018 | 2026-05-07T16:46:26.698Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3019 | 2026-05-07T16:46:26.698Z | Compiling serde_spanned v1.0.4 |
| 3020 | 2026-05-07T16:46:26.709Z | Compiling dropshot v0.17.0 |
| 3021 | 2026-05-07T16:46:26.709Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3022 | 2026-05-07T16:46:26.953Z | Compiling hostname v0.3.1 |
| 3023 | 2026-05-07T16:46:26.971Z | Compiling compression-codecs v0.4.37 |
| 3024 | 2026-05-07T16:46:26.979Z | Compiling itertools v0.14.0 |
| 3025 | 2026-05-07T16:46:27.018Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3026 | 2026-05-07T16:46:27.042Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-05-07T16:46:27.062Z | Compiling slog-bunyan v2.5.0 |
| 3028 | 2026-05-07T16:46:27.078Z | Compiling rustls-pemfile v2.2.0 |
| 3029 | 2026-05-07T16:46:27.111Z | Compiling dropshot_endpoint v0.17.0 |
| 3030 | 2026-05-07T16:46:27.114Z | Compiling hostname v0.4.2 |
| 3031 | 2026-05-07T16:46:27.212Z | Compiling async-compression v0.4.41 |
| 3032 | 2026-05-07T16:46:27.226Z | Compiling serde_path_to_error v0.1.20 |
| 3033 | 2026-05-07T16:46:27.264Z | Compiling progenitor-client v0.14.0 |
| 3034 | 2026-05-07T16:46:27.285Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3035 | 2026-05-07T16:46:27.302Z | Compiling macaddr v1.0.1 |
| 3036 | 2026-05-07T16:46:27.319Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3037 | 2026-05-07T16:46:27.422Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3038 | 2026-05-07T16:46:27.447Z | Compiling instant v0.1.13 |
| 3039 | 2026-05-07T16:46:27.459Z | Compiling async-stream v0.3.6 |
| 3040 | 2026-05-07T16:46:27.501Z | Compiling progenitor-client v0.10.0 |
| 3041 | 2026-05-07T16:46:27.541Z | Compiling backon v1.6.0 |
| 3042 | 2026-05-07T16:46:27.554Z | Compiling backoff v0.4.0 |
| 3043 | 2026-05-07T16:46:27.572Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-05-07T16:46:27.594Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3045 | 2026-05-07T16:46:27.609Z | Compiling universal-hash v0.5.1 |
| 3046 | 2026-05-07T16:46:27.665Z | Compiling opaque-debug v0.3.1 |
| 3047 | 2026-05-07T16:46:27.716Z | Compiling progenitor-extras v0.2.0 |
| 3048 | 2026-05-07T16:46:27.747Z | Compiling half v2.7.1 |
| 3049 | 2026-05-07T16:46:27.762Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3050 | 2026-05-07T16:46:27.781Z | Compiling crucible-workspace-hack v0.1.0 |
| 3051 | 2026-05-07T16:46:27.787Z | Compiling unsafe-libyaml v0.2.11 |
| 3052 | 2026-05-07T16:46:27.815Z | Compiling structmeta v0.3.0 |
| 3053 | 2026-05-07T16:46:27.833Z | Compiling ciborium-io v0.2.2 |
| 3054 | 2026-05-07T16:46:27.833Z | Compiling convert_case v0.4.0 |
| 3055 | 2026-05-07T16:46:27.915Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3056 | 2026-05-07T16:46:27.947Z | Compiling regress v0.11.1 |
| 3057 | 2026-05-07T16:46:28.008Z | Compiling ciborium-ll v0.2.2 |
| 3058 | 2026-05-07T16:46:28.025Z | Compiling aead v0.5.2 |
| 3059 | 2026-05-07T16:46:28.057Z | Compiling derive-ex v0.1.8 |
| 3060 | 2026-05-07T16:46:28.066Z | Compiling parse-display-derive v0.10.0 |
| 3061 | 2026-05-07T16:46:28.094Z | Compiling secrecy v0.10.3 |
| 3062 | 2026-05-07T16:46:28.126Z | Compiling poly1305 v0.8.0 |
| 3063 | 2026-05-07T16:46:28.188Z | Compiling ciborium v0.2.2 |
| 3064 | 2026-05-07T16:46:28.243Z | Compiling chacha20 v0.9.1 |
| 3065 | 2026-05-07T16:46:28.260Z | Compiling derive_more v0.99.20 |
| 3066 | 2026-05-07T16:46:28.260Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3067 | 2026-05-07T16:46:28.296Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3068 | 2026-05-07T16:46:28.296Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3069 | 2026-05-07T16:46:28.353Z | Compiling serde_yaml v0.9.34+deprecated |
| 3070 | 2026-05-07T16:46:28.517Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3071 | 2026-05-07T16:46:28.534Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3072 | 2026-05-07T16:46:28.572Z | Compiling byte-wrapper v0.1.0 |
| 3073 | 2026-05-07T16:46:28.648Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3074 | 2026-05-07T16:46:28.683Z | Compiling password-hash v0.5.0 |
| 3075 | 2026-05-07T16:46:28.770Z | Compiling blake2 v0.10.6 |
| 3076 | 2026-05-07T16:46:28.783Z | Compiling chacha20poly1305 v0.10.1 |
| 3077 | 2026-05-07T16:46:28.889Z | Compiling indent_write v2.2.0 |
| 3078 | 2026-05-07T16:46:28.937Z | Compiling heapless v0.8.0 |
| 3079 | 2026-05-07T16:46:28.951Z | Compiling ingot-macros v0.1.1 |
| 3080 | 2026-05-07T16:46:28.971Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3081 | 2026-05-07T16:46:29.060Z | Compiling tokio-rustls v0.25.0 |
| 3082 | 2026-05-07T16:46:29.115Z | Compiling argon2 v0.5.3 |
| 3083 | 2026-05-07T16:46:29.356Z | Compiling hash32 v0.3.1 |
| 3084 | 2026-05-07T16:46:29.492Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3085 | 2026-05-07T16:46:29.532Z | Compiling typify-impl v0.6.2 |
| 3086 | 2026-05-07T16:46:29.767Z | Compiling thiserror-no-std v2.0.2 |
| 3087 | 2026-05-07T16:46:29.794Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-05-07T16:46:29.817Z | Compiling test-strategy v0.4.5 |
| 3089 | 2026-05-07T16:46:29.837Z | Compiling parse-display v0.10.0 |
| 3090 | 2026-05-07T16:46:29.858Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3091 | 2026-05-07T16:46:29.881Z | Compiling vsss-rs v3.3.4 |
| 3092 | 2026-05-07T16:46:30.083Z | Compiling proc-macro-crate v3.4.0 |
| 3093 | 2026-05-07T16:46:30.142Z | Compiling tabwriter v1.4.1 |
| 3094 | 2026-05-07T16:46:30.163Z | Compiling num-rational v0.4.2 |
| 3095 | 2026-05-07T16:46:30.207Z | Compiling cobs v0.3.0 |
| 3096 | 2026-05-07T16:46:30.348Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3097 | 2026-05-07T16:46:30.392Z | Compiling num-complex v0.4.6 |
| 3098 | 2026-05-07T16:46:30.429Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3099 | 2026-05-07T16:46:30.472Z | Compiling postcard v1.1.3 |
| 3100 | 2026-05-07T16:46:30.602Z | Compiling proc-macro-error v1.0.4 |
| 3101 | 2026-05-07T16:46:30.658Z | Compiling proc-macro-crate v1.3.1 |
| 3102 | 2026-05-07T16:46:30.673Z | Compiling num_enum_derive v0.7.5 |
| 3103 | 2026-05-07T16:46:30.775Z | Compiling num v0.4.3 |
| 3104 | 2026-05-07T16:46:30.808Z | Compiling foreign-types-macros v0.2.3 |
| 3105 | 2026-05-07T16:46:30.842Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3106 | 2026-05-07T16:46:30.859Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3107 | 2026-05-07T16:46:30.876Z | Compiling float-ord v0.3.2 |
| 3108 | 2026-05-07T16:46:30.901Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3109 | 2026-05-07T16:46:30.938Z | Compiling cpufeatures v0.3.0 |
| 3110 | 2026-05-07T16:46:31.055Z | Compiling foreign-types-shared v0.3.1 |
| 3111 | 2026-05-07T16:46:31.086Z | Compiling colored v3.1.1 |
| 3112 | 2026-05-07T16:46:31.108Z | Compiling rayon-core v1.13.0 |
| 3113 | 2026-05-07T16:46:31.125Z | Compiling num_enum_derive v0.5.11 |
| 3114 | 2026-05-07T16:46:31.193Z | Compiling chacha20 v0.10.0 |
| 3115 | 2026-05-07T16:46:31.239Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3116 | 2026-05-07T16:46:31.347Z | Compiling crossbeam-deque v0.8.6 |
| 3117 | 2026-05-07T16:46:31.364Z | Compiling camino-tempfile v1.4.1 |
| 3118 | 2026-05-07T16:46:31.389Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3119 | 2026-05-07T16:46:31.441Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3120 | 2026-05-07T16:46:31.484Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3121 | 2026-05-07T16:46:31.500Z | Compiling foreign-types v0.5.0 |
| 3122 | 2026-05-07T16:46:31.524Z | Compiling cstr-argument v0.1.2 |
| 3123 | 2026-05-07T16:46:31.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3124 | 2026-05-07T16:46:31.603Z | Compiling rand v0.10.0 |
| 3125 | 2026-05-07T16:46:31.628Z | Compiling toml v0.8.23 |
| 3126 | 2026-05-07T16:46:31.702Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3127 | 2026-05-07T16:46:31.786Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3128 | 2026-05-07T16:46:31.821Z | Compiling num_enum v0.7.5 |
| 3129 | 2026-05-07T16:46:31.867Z | Compiling ingot-types v0.1.2 |
| 3130 | 2026-05-07T16:46:31.905Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3131 | 2026-05-07T16:46:31.965Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3132 | 2026-05-07T16:46:31.982Z | Compiling rayon v1.11.0 |
| 3133 | 2026-05-07T16:46:31.997Z | Compiling zone_cfg_derive v0.3.1 |
| 3134 | 2026-05-07T16:46:32.000Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3135 | 2026-05-07T16:46:32.053Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3136 | 2026-05-07T16:46:32.087Z | Compiling itertools v0.12.1 |
| 3137 | 2026-05-07T16:46:32.148Z | Compiling num-derive v0.4.2 |
| 3138 | 2026-05-07T16:46:32.165Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3139 | 2026-05-07T16:46:32.195Z | Compiling sigpipe v0.1.3 |
| 3140 | 2026-05-07T16:46:32.229Z | Compiling num_enum v0.5.11 |
| 3141 | 2026-05-07T16:46:32.262Z | Compiling ingot v0.1.1 |
| 3142 | 2026-05-07T16:46:32.300Z | Compiling glob v0.3.3 |
| 3143 | 2026-05-07T16:46:32.316Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3144 | 2026-05-07T16:46:32.333Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3145 | 2026-05-07T16:46:32.372Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3146 | 2026-05-07T16:46:32.442Z | Compiling smf v0.2.3 |
| 3147 | 2026-05-07T16:46:32.557Z | Compiling whoami v1.6.1 |
| 3148 | 2026-05-07T16:46:32.604Z | Compiling prettyplease v0.2.37 |
| 3149 | 2026-05-07T16:46:32.723Z | Compiling gethostname v0.5.0 |
| 3150 | 2026-05-07T16:46:32.739Z | Compiling atomicwrites v0.4.4 |
| 3151 | 2026-05-07T16:46:32.742Z | Compiling usdt-macro v0.5.0 |
| 3152 | 2026-05-07T16:46:32.859Z | Compiling usdt-attr-macro v0.5.0 |
| 3153 | 2026-05-07T16:46:32.877Z | Compiling memmap v0.7.0 |
| 3154 | 2026-05-07T16:46:32.905Z | Compiling derive-where v1.6.0 |
| 3155 | 2026-05-07T16:46:32.964Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3156 | 2026-05-07T16:46:33.003Z | Compiling progenitor-client v0.13.0 |
| 3157 | 2026-05-07T16:46:33.106Z | Compiling resolv-conf v0.7.6 |
| 3158 | 2026-05-07T16:46:33.124Z | Compiling cancel-safe-futures v0.1.5 |
| 3159 | 2026-05-07T16:46:33.142Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3160 | 2026-05-07T16:46:33.356Z | Compiling zone v0.3.1 |
| 3161 | 2026-05-07T16:46:33.372Z | Compiling owo-colors v4.3.0 |
| 3162 | 2026-05-07T16:46:33.414Z | Compiling libsw-core v0.3.2 |
| 3163 | 2026-05-07T16:46:33.476Z | Compiling async-recursion v1.1.1 |
| 3164 | 2026-05-07T16:46:33.565Z | Compiling libsw v3.5.0 |
| 3165 | 2026-05-07T16:46:33.611Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3166 | 2026-05-07T16:46:33.704Z | Compiling usdt v0.5.0 |
| 3167 | 2026-05-07T16:46:33.762Z | Compiling console v0.15.11 |
| 3168 | 2026-05-07T16:46:33.803Z | Compiling newline-converter v0.3.0 |
| 3169 | 2026-05-07T16:46:33.855Z | Compiling linear-map v1.2.0 |
| 3170 | 2026-05-07T16:46:33.871Z | Compiling libefi-sys v0.1.0 |
| 3171 | 2026-05-07T16:46:33.944Z | Compiling hickory-proto v0.24.4 |
| 3172 | 2026-05-07T16:46:33.994Z | Compiling bitfield-struct v0.6.2 |
| 3173 | 2026-05-07T16:46:34.058Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3174 | 2026-05-07T16:46:34.074Z | Compiling semver v0.1.20 |
| 3175 | 2026-05-07T16:46:34.092Z | Compiling linked-hash-map v0.5.6 |
| 3176 | 2026-05-07T16:46:34.130Z | Compiling expectorate v1.2.0 |
| 3177 | 2026-05-07T16:46:34.233Z | Compiling tokio-dtrace v0.1.1 |
| 3178 | 2026-05-07T16:46:34.250Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3179 | 2026-05-07T16:46:34.269Z | Compiling typify-macro v0.6.2 |
| 3180 | 2026-05-07T16:46:34.287Z | Compiling lru-cache v0.1.2 |
| 3181 | 2026-05-07T16:46:34.320Z | Compiling rustc_version v0.1.7 |
| 3182 | 2026-05-07T16:46:34.323Z | Compiling pin-project-internal v1.1.11 |
| 3183 | 2026-05-07T16:46:34.382Z | Compiling slog-dtrace v0.3.0 |
| 3184 | 2026-05-07T16:46:34.400Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3185 | 2026-05-07T16:46:34.419Z | Compiling minimal-lexical v0.2.1 |
| 3186 | 2026-05-07T16:46:34.440Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3187 | 2026-05-07T16:46:34.525Z | Compiling oxide-tokio-rt v0.1.4 |
| 3188 | 2026-05-07T16:46:34.545Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3189 | 2026-05-07T16:46:34.560Z | Compiling typify-impl v0.4.3 |
| 3190 | 2026-05-07T16:46:34.579Z | Compiling newtype_derive v0.1.6 |
| 3191 | 2026-05-07T16:46:34.596Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3192 | 2026-05-07T16:46:34.678Z | Compiling nom v7.1.3 |
| 3193 | 2026-05-07T16:46:34.695Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-05-07T16:46:34.712Z | Compiling snafu-derive v0.8.9 |
| 3195 | 2026-05-07T16:46:34.773Z | Compiling phf_shared v0.12.1 |
| 3196 | 2026-05-07T16:46:34.801Z | Compiling pem v3.0.6 |
| 3197 | 2026-05-07T16:46:34.850Z | Compiling csv-core v0.1.13 |
| 3198 | 2026-05-07T16:46:34.876Z | Compiling chrono-tz v0.10.4 |
| 3199 | 2026-05-07T16:46:35.009Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-05-07T16:46:35.080Z | Compiling same-file v1.0.6 |
| 3201 | 2026-05-07T16:46:35.128Z | Compiling highway v1.3.0 |
| 3202 | 2026-05-07T16:46:35.160Z | Compiling xshell-macros v0.2.7 |
| 3203 | 2026-05-07T16:46:35.178Z | Compiling const_format_proc_macros v0.2.34 |
| 3204 | 2026-05-07T16:46:35.211Z | Compiling walkdir v2.5.0 |
| 3205 | 2026-05-07T16:46:35.295Z | Compiling csv v1.4.0 |
| 3206 | 2026-05-07T16:46:35.422Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3207 | 2026-05-07T16:46:35.493Z | Compiling phf v0.12.1 |
| 3208 | 2026-05-07T16:46:35.509Z | Compiling pin-project v1.1.11 |
| 3209 | 2026-05-07T16:46:35.576Z | Compiling xshell v0.2.7 |
| 3210 | 2026-05-07T16:46:35.594Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-05-07T16:46:35.634Z | Compiling globset v0.4.18 |
| 3212 | 2026-05-07T16:46:35.669Z | Compiling olpc-cjson v0.1.4 |
| 3213 | 2026-05-07T16:46:35.855Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3214 | 2026-05-07T16:46:35.872Z | Compiling primeorder v0.13.6 |
| 3215 | 2026-05-07T16:46:35.901Z | Compiling serde_plain v1.0.2 |
| 3216 | 2026-05-07T16:46:36.122Z | Compiling hickory-resolver v0.24.4 |
| 3217 | 2026-05-07T16:46:36.125Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3218 | 2026-05-07T16:46:36.152Z | Compiling typed-path v0.9.3 |
| 3219 | 2026-05-07T16:46:36.155Z | Compiling typify v0.6.2 |
| 3220 | 2026-05-07T16:46:36.186Z | Compiling const_format v0.2.35 |
| 3221 | 2026-05-07T16:46:36.214Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3222 | 2026-05-07T16:46:36.309Z | Compiling progenitor-impl v0.14.0 |
| 3223 | 2026-05-07T16:46:36.349Z | Compiling progenitor-impl v0.13.0 |
| 3224 | 2026-05-07T16:46:36.534Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3225 | 2026-05-07T16:46:36.578Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3226 | 2026-05-07T16:46:36.662Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3227 | 2026-05-07T16:46:36.728Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 3228 | 2026-05-07T16:46:36.928Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3229 | 2026-05-07T16:46:37.063Z | Compiling snafu v0.8.9 |
| 3230 | 2026-05-07T16:46:37.155Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3231 | 2026-05-07T16:46:37.257Z | Compiling qorb v0.4.1 |
| 3232 | 2026-05-07T16:46:37.437Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3233 | 2026-05-07T16:46:37.470Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3234 | 2026-05-07T16:46:37.680Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3235 | 2026-05-07T16:46:37.701Z | Compiling tough v0.20.0 |
| 3236 | 2026-05-07T16:46:37.763Z | Compiling tabled_derive v0.7.0 |
| 3237 | 2026-05-07T16:46:37.922Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3238 | 2026-05-07T16:46:37.943Z | Compiling bcs v0.1.6 |
| 3239 | 2026-05-07T16:46:38.291Z | Compiling termtree v0.5.1 |
| 3240 | 2026-05-07T16:46:38.436Z | Compiling salty v0.3.0 |
| 3241 | 2026-05-07T16:46:38.455Z | Compiling textwrap v0.16.2 |
| 3242 | 2026-05-07T16:46:38.472Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3243 | 2026-05-07T16:46:38.716Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3244 | 2026-05-07T16:46:38.750Z | Compiling steno v0.4.1 |
| 3245 | 2026-05-07T16:46:38.772Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3246 | 2026-05-07T16:46:38.792Z | Compiling tabled v0.15.0 |
| 3247 | 2026-05-07T16:46:38.944Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3248 | 2026-05-07T16:46:38.961Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3249 | 2026-05-07T16:46:38.980Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3250 | 2026-05-07T16:46:39.050Z | Compiling progenitor-macro v0.14.0 |
| 3251 | 2026-05-07T16:46:39.070Z | Compiling progenitor-macro v0.13.0 |
| 3252 | 2026-05-07T16:46:39.155Z | Compiling radium v0.7.0 |
| 3253 | 2026-05-07T16:46:39.227Z | Compiling typify-macro v0.4.3 |
| 3254 | 2026-05-07T16:46:39.247Z | Compiling humantime v2.3.0 |
| 3255 | 2026-05-07T16:46:39.316Z | Compiling tagptr v0.2.0 |
| 3256 | 2026-05-07T16:46:39.450Z | Compiling base64 v0.21.7 |
| 3257 | 2026-05-07T16:46:39.490Z | Compiling moka v0.12.13 |
| 3258 | 2026-05-07T16:46:39.604Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3259 | 2026-05-07T16:46:39.636Z | Compiling p384 v0.13.1 |
| 3260 | 2026-05-07T16:46:39.803Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3261 | 2026-05-07T16:46:40.018Z | Compiling tap v1.0.1 |
| 3262 | 2026-05-07T16:46:40.161Z | Compiling maybe-uninit v2.0.0 |
| 3263 | 2026-05-07T16:46:40.212Z | Compiling hickory-resolver v0.25.2 |
| 3264 | 2026-05-07T16:46:40.229Z | Compiling wyz v0.5.1 |
| 3265 | 2026-05-07T16:46:40.298Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3266 | 2026-05-07T16:46:40.431Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3267 | 2026-05-07T16:46:40.534Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3268 | 2026-05-07T16:46:40.702Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3269 | 2026-05-07T16:46:40.720Z | Compiling utf-8 v0.7.6 |
| 3270 | 2026-05-07T16:46:40.928Z | Compiling packed_struct v0.10.1 |
| 3271 | 2026-05-07T16:46:40.932Z | Compiling parking_lot_core v0.8.6 |
| 3272 | 2026-05-07T16:46:41.002Z | Compiling funty v2.0.0 |
| 3273 | 2026-05-07T16:46:41.076Z | Compiling typify v0.4.3 |
| 3274 | 2026-05-07T16:46:41.163Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3275 | 2026-05-07T16:46:41.203Z | Compiling proc-macro-error2 v2.0.1 |
| 3276 | 2026-05-07T16:46:41.219Z | Compiling tungstenite v0.21.0 |
| 3277 | 2026-05-07T16:46:41.316Z | Compiling polyval v0.6.2 |
| 3278 | 2026-05-07T16:46:41.347Z | Compiling git-stub v1.0.0 |
| 3279 | 2026-05-07T16:46:41.370Z | Compiling bitvec v1.0.1 |
| 3280 | 2026-05-07T16:46:41.412Z | Compiling packed_struct_codegen v0.10.1 |
| 3281 | 2026-05-07T16:46:41.555Z | Compiling num-derive v0.3.3 |
| 3282 | 2026-05-07T16:46:41.579Z | Compiling zerocopy-derive v0.6.6 |
| 3283 | 2026-05-07T16:46:41.651Z | Compiling bitfield-macros v0.19.4 |
| 3284 | 2026-05-07T16:46:41.654Z | Compiling indexmap v1.9.3 |
| 3285 | 2026-05-07T16:46:41.685Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3286 | 2026-05-07T16:46:41.746Z | Compiling crc-catalog v2.4.0 |
| 3287 | 2026-05-07T16:46:41.865Z | Compiling nodrop v0.1.14 |
| 3288 | 2026-05-07T16:46:41.940Z | Compiling crc v3.4.0 |
| 3289 | 2026-05-07T16:46:41.957Z | Compiling array-init v0.0.4 |
| 3290 | 2026-05-07T16:46:41.987Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-05-07T16:46:42.115Z | Compiling tokio-tungstenite v0.21.0 |
| 3292 | 2026-05-07T16:46:42.178Z | Compiling tabled_derive v0.11.0 |
| 3293 | 2026-05-07T16:46:42.195Z | Compiling ghash v0.5.1 |
| 3294 | 2026-05-07T16:46:42.340Z | Compiling git-stub-vcs v0.1.0 |
| 3295 | 2026-05-07T16:46:42.429Z | Compiling bitfield v0.19.4 |
| 3296 | 2026-05-07T16:46:42.466Z | Compiling smallvec v0.6.14 |
| 3297 | 2026-05-07T16:46:42.484Z | Compiling zerocopy v0.6.6 |
| 3298 | 2026-05-07T16:46:42.503Z | Compiling libscf-sys v1.1.0 |
| 3299 | 2026-05-07T16:46:42.597Z | Compiling progenitor-impl v0.11.2 |
| 3300 | 2026-05-07T16:46:42.674Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3301 | 2026-05-07T16:46:42.713Z | Compiling papergrid v0.17.0 |
| 3302 | 2026-05-07T16:46:42.741Z | Compiling testing_table v0.3.0 |
| 3303 | 2026-05-07T16:46:42.766Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3304 | 2026-05-07T16:46:42.887Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3305 | 2026-05-07T16:46:42.910Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3306 | 2026-05-07T16:46:42.931Z | Compiling ctr v0.9.2 |
| 3307 | 2026-05-07T16:46:43.064Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3308 | 2026-05-07T16:46:43.156Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3309 | 2026-05-07T16:46:43.172Z | Compiling hashbrown v0.12.3 |
| 3310 | 2026-05-07T16:46:43.233Z | Compiling unicase v2.9.0 |
| 3311 | 2026-05-07T16:46:43.361Z | Compiling corncobs v0.1.4 |
| 3312 | 2026-05-07T16:46:43.435Z | Compiling aes-gcm v0.10.3 |
| 3313 | 2026-05-07T16:46:43.452Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3314 | 2026-05-07T16:46:43.452Z | Compiling parking_lot v0.11.2 |
| 3315 | 2026-05-07T16:46:43.487Z | Compiling mime_guess v2.0.5 |
| 3316 | 2026-05-07T16:46:43.515Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3317 | 2026-05-07T16:46:43.560Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-05-07T16:46:43.673Z | Compiling tabled v0.20.0 |
| 3319 | 2026-05-07T16:46:43.736Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3320 | 2026-05-07T16:46:43.880Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3321 | 2026-05-07T16:46:43.901Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3322 | 2026-05-07T16:46:44.036Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3323 | 2026-05-07T16:46:44.068Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3324 | 2026-05-07T16:46:44.084Z | Compiling serde-hex v0.1.0 |
| 3325 | 2026-05-07T16:46:44.124Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3326 | 2026-05-07T16:46:44.252Z | Compiling progenitor v0.14.0 |
| 3327 | 2026-05-07T16:46:44.276Z | Compiling progenitor v0.13.0 |
| 3328 | 2026-05-07T16:46:44.429Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3329 | 2026-05-07T16:46:44.429Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-05-07T16:46:44.464Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3331 | 2026-05-07T16:46:44.467Z | Compiling progenitor-impl v0.10.0 |
| 3332 | 2026-05-07T16:46:44.495Z | Compiling ron v0.8.1 |
| 3333 | 2026-05-07T16:46:44.514Z | Compiling hashbrown v0.13.2 |
| 3334 | 2026-05-07T16:46:44.569Z | Compiling progenitor-client v0.11.2 |
| 3335 | 2026-05-07T16:46:44.728Z | Compiling prefix-trie v0.7.0 |
| 3336 | 2026-05-07T16:46:44.918Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3337 | 2026-05-07T16:46:44.983Z | Compiling blowfish v0.9.1 |
| 3338 | 2026-05-07T16:46:45.019Z | Compiling ssh-encoding v0.2.0 |
| 3339 | 2026-05-07T16:46:45.143Z | Compiling fxhash v0.2.1 |
| 3340 | 2026-05-07T16:46:45.258Z | Compiling secrecy v0.8.0 |
| 3341 | 2026-05-07T16:46:45.305Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3342 | 2026-05-07T16:46:45.322Z | Compiling crc-any v2.5.0 |
| 3343 | 2026-05-07T16:46:45.325Z | Compiling progenitor-macro v0.11.2 |
| 3344 | 2026-05-07T16:46:45.438Z | Compiling sled v0.34.7 |
| 3345 | 2026-05-07T16:46:45.491Z | Compiling ssh-cipher v0.2.0 |
| 3346 | 2026-05-07T16:46:45.605Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3347 | 2026-05-07T16:46:45.840Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3348 | 2026-05-07T16:46:46.138Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3349 | 2026-05-07T16:46:46.157Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3350 | 2026-05-07T16:46:46.254Z | Compiling hickory-server v0.25.2 |
| 3351 | 2026-05-07T16:46:46.538Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3352 | 2026-05-07T16:46:46.585Z | Compiling object v0.30.4 |
| 3353 | 2026-05-07T16:46:46.842Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3354 | 2026-05-07T16:46:46.891Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3355 | 2026-05-07T16:46:47.146Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3356 | 2026-05-07T16:46:47.208Z | Compiling progenitor-macro v0.10.0 |
| 3357 | 2026-05-07T16:46:47.226Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3358 | 2026-05-07T16:46:47.505Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3359 | 2026-05-07T16:46:47.907Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3360 | 2026-05-07T16:46:47.966Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3361 | 2026-05-07T16:46:48.158Z | Compiling password-hash v0.4.2 |
| 3362 | 2026-05-07T16:46:48.580Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3363 | 2026-05-07T16:46:48.669Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3364 | 2026-05-07T16:46:48.759Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3365 | 2026-05-07T16:46:48.814Z | Compiling half v1.8.3 |
| 3366 | 2026-05-07T16:46:48.832Z | Compiling path-slash v0.1.5 |
| 3367 | 2026-05-07T16:46:48.934Z | Compiling http-range v0.1.5 |
| 3368 | 2026-05-07T16:46:48.993Z | Compiling crc8 v0.1.1 |
| 3369 | 2026-05-07T16:46:49.112Z | Compiling serde_cbor v0.11.2 |
| 3370 | 2026-05-07T16:46:49.142Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3371 | 2026-05-07T16:46:49.159Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3372 | 2026-05-07T16:46:49.176Z | Compiling pbkdf2 v0.11.0 |
| 3373 | 2026-05-07T16:46:49.421Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3374 | 2026-05-07T16:46:49.561Z | Compiling ssh-key v0.6.7 |
| 3375 | 2026-05-07T16:46:49.690Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3376 | 2026-05-07T16:46:49.800Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3377 | 2026-05-07T16:46:49.818Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3378 | 2026-05-07T16:46:49.849Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3379 | 2026-05-07T16:46:49.866Z | Compiling p521 v0.13.3 |
| 3380 | 2026-05-07T16:46:49.973Z | Compiling p256 v0.13.2 |
| 3381 | 2026-05-07T16:46:50.103Z | Compiling yasna v0.5.2 |
| 3382 | 2026-05-07T16:46:50.373Z | Compiling kstat-rs v0.2.4 |
| 3383 | 2026-05-07T16:46:50.390Z | Compiling headers-core v0.3.0 |
| 3384 | 2026-05-07T16:46:50.415Z | Compiling progenitor v0.11.2 |
| 3385 | 2026-05-07T16:46:50.437Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3386 | 2026-05-07T16:46:50.537Z | Compiling nanorand v0.7.0 |
| 3387 | 2026-05-07T16:46:50.602Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3388 | 2026-05-07T16:46:50.623Z | Compiling russh-cryptovec v0.7.3 |
| 3389 | 2026-05-07T16:46:50.642Z | Compiling atty v0.2.14 |
| 3390 | 2026-05-07T16:46:50.659Z | Compiling home v0.5.12 |
| 3391 | 2026-05-07T16:46:50.695Z | Compiling md5 v0.7.0 |
| 3392 | 2026-05-07T16:46:50.713Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3393 | 2026-05-07T16:46:50.777Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3394 | 2026-05-07T16:46:50.815Z | Compiling flume v0.11.1 |
| 3395 | 2026-05-07T16:46:50.831Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3396 | 2026-05-07T16:46:50.848Z | Compiling rcgen v0.12.1 |
| 3397 | 2026-05-07T16:46:50.864Z | Compiling russh-keys v0.45.0 |
| 3398 | 2026-05-07T16:46:50.867Z | Compiling headers v0.4.1 |
| 3399 | 2026-05-07T16:46:50.991Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3400 | 2026-05-07T16:46:51.123Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3401 | 2026-05-07T16:46:51.198Z | Compiling hyper-staticfile v0.10.1 |
| 3402 | 2026-05-07T16:46:51.275Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3403 | 2026-05-07T16:46:51.518Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3404 | 2026-05-07T16:46:51.667Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3405 | 2026-05-07T16:46:51.728Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3406 | 2026-05-07T16:46:51.744Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3407 | 2026-05-07T16:46:51.805Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3408 | 2026-05-07T16:46:52.049Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3409 | 2026-05-07T16:46:52.066Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3410 | 2026-05-07T16:46:52.217Z | Compiling progenitor v0.10.0 |
| 3411 | 2026-05-07T16:46:52.295Z | Compiling num-bigint v0.4.6 |
| 3412 | 2026-05-07T16:46:52.341Z | Compiling des v0.8.1 |
| 3413 | 2026-05-07T16:46:52.399Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3414 | 2026-05-07T16:46:52.448Z | Compiling subprocess v0.2.15 |
| 3415 | 2026-05-07T16:46:52.479Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3416 | 2026-05-07T16:46:52.541Z | Compiling hex-literal v0.4.1 |
| 3417 | 2026-05-07T16:46:52.563Z | Compiling display-error-chain v0.2.2 |
| 3418 | 2026-05-07T16:46:52.580Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3419 | 2026-05-07T16:46:52.673Z | Compiling colored v2.2.0 |
| 3420 | 2026-05-07T16:46:52.721Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3421 | 2026-05-07T16:46:52.833Z | Compiling socket2 v0.5.10 |
| 3422 | 2026-05-07T16:46:52.913Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3423 | 2026-05-07T16:46:52.992Z | Compiling internet-checksum v0.2.1 |
| 3424 | 2026-05-07T16:46:53.054Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3425 | 2026-05-07T16:46:53.162Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3426 | 2026-05-07T16:46:53.777Z | Compiling russh v0.45.0 |
| 3427 | 2026-05-07T16:46:55.720Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3428 | 2026-05-07T16:46:56.415Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3429 | 2026-05-07T16:46:56.891Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3430 | 2026-05-07T16:46:58.480Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3431 | 2026-05-07T16:47:06.438Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3432 | 2026-05-07T16:47:06.438Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3433 | 2026-05-07T16:47:06.442Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3434 | 2026-05-07T16:47:06.442Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3435 | 2026-05-07T16:47:08.153Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3436 | 2026-05-07T16:47:08.295Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3437 | 2026-05-07T16:47:12.334Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3438 | 2026-05-07T16:47:13.718Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3439 | 2026-05-07T16:47:32.690Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3440 | 2026-05-07T16:47:51.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3441 | 2026-05-07T16:47:51.290Z | |
| 3442 | 2026-05-07T16:47:51.290Z | real 1:25.647920132 |
| 3443 | 2026-05-07T16:47:51.290Z | user 8:19.872800459 |
| 3444 | 2026-05-07T16:47:51.293Z | sys 1:40.652738471 |
| 3445 | 2026-05-07T16:47:51.293Z | trap 0.266567013 |
| 3446 | 2026-05-07T16:47:51.293Z | tflt 0.541748803 |
| 3447 | 2026-05-07T16:47:51.293Z | dflt 1.594118582 |
| 3448 | 2026-05-07T16:47:51.293Z | kflt 0.000367996 |
| 3449 | 2026-05-07T16:47:51.293Z | lock 29:43.253605908 |
| 3450 | 2026-05-07T16:47:51.293Z | slp 19:27.789580303 |
| 3451 | 2026-05-07T16:47:51.293Z | lat 39.745455324 |
| 3452 | 2026-05-07T16:47:51.293Z | stop 2:45.931637335 |
| 3453 | 2026-05-07T16:47:51.293Z | + mkdir tests |
| 3454 | 2026-05-07T16:47:51.296Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3455 | 2026-05-07T16:47:51.296Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3456 | 2026-05-07T16:47:51.316Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/ |
| 3457 | 2026-05-07T16:47:51.341Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/ |
| 3458 | 2026-05-07T16:47:51.359Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/ |
| 3459 | 2026-05-07T16:47:51.381Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/ |
| 3460 | 2026-05-07T16:47:51.605Z | + 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/*) |
| 3461 | 2026-05-07T16:47:51.608Z | + 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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 |
| 3462 | 2026-05-07T16:49:11.997Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3463 | 2026-05-07T16:49:11.997Z | a .github/buildomat/ci-env.sh 1K |
| 3464 | 2026-05-07T16:49:11.997Z | a out/target/test 1K |
| 3465 | 2026-05-07T16:49:11.997Z | a out/npuzone/npuzone 27402K |
| 3466 | 2026-05-07T16:49:11.998Z | a package-manifest.toml 35K |
| 3467 | 2026-05-07T16:49:11.998Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3468 | 2026-05-07T16:49:11.998Z | a target/release/omicron-package 44932K |
| 3469 | 2026-05-07T16:49:11.998Z | a target/release/xtask 11449K |
| 3470 | 2026-05-07T16:49:11.998Z | a target/debug/bootstrap 352212K |
| 3471 | 2026-05-07T16:49:11.998Z | a tests/bootstrap-a30bd6ce46b8f667 31215K |
| 3472 | 2026-05-07T16:49:11.998Z | a tests/commtest-6ff027522a55cd83 32300K |
| 3473 | 2026-05-07T16:49:11.998Z | a tests/dhcp_server-470a60e3d0e6ef24 31215K |
| 3474 | 2026-05-07T16:49:11.998Z | a tests/end_to_end_tests-06879957ae11aa92 393322K |
| 3475 | 2026-05-07T16:49:11.998Z | a out/clickhouse.tar.gz 319023K |
| 3476 | 2026-05-07T16:49:11.998Z | a out/clickhouse_keeper.tar.gz 304364K |
| 3477 | 2026-05-07T16:49:11.998Z | a out/clickhouse_server.tar.gz 319022K |
| 3478 | 2026-05-07T16:49:11.998Z | a out/cockroachdb.tar.gz 164663K |
| 3479 | 2026-05-07T16:49:11.998Z | a out/crucible-pantry-zone.tar.gz 43697K |
| 3480 | 2026-05-07T16:49:11.998Z | a out/crucible-utils.tar 17744K |
| 3481 | 2026-05-07T16:49:11.998Z | a out/crucible-zone.tar.gz 57835K |
| 3482 | 2026-05-07T16:49:11.998Z | a out/external-dns.tar.gz 49314K |
| 3483 | 2026-05-07T16:49:11.998Z | a out/internal-dns.tar.gz 49314K |
| 3484 | 2026-05-07T16:49:11.998Z | a out/mg-ddm-gz.tar 95141K |
| 3485 | 2026-05-07T16:49:11.998Z | a out/nexus.tar.gz 220035K |
| 3486 | 2026-05-07T16:49:11.998Z | a out/ntp.tar.gz 31660K |
| 3487 | 2026-05-07T16:49:11.998Z | a out/omicron-gateway-softnpu.tar.gz 28514K |
| 3488 | 2026-05-07T16:49:11.998Z | a out/omicron-sled-agent.tar 198944K |
| 3489 | 2026-05-07T16:49:11.998Z | a out/overlay.tar.gz 3K |
| 3490 | 2026-05-07T16:49:11.998Z | a out/oximeter.tar.gz 65358K |
| 3491 | 2026-05-07T16:49:11.998Z | a out/oxlog.tar 3782K |
| 3492 | 2026-05-07T16:49:11.998Z | a out/probe.tar.gz 3037K |
| 3493 | 2026-05-07T16:49:11.998Z | a out/propolis-server.tar.gz 38727K |
| 3494 | 2026-05-07T16:49:11.998Z | a out/pumpkind-gz.tar 26647K |
| 3495 | 2026-05-07T16:49:11.998Z | a out/switch-softnpu.tar.gz 392862K |
| 3496 | 2026-05-07T16:49:12.002Z | |
| 3497 | 2026-05-07T16:49:12.002Z | real 1:20.385429067 |
| 3498 | 2026-05-07T16:49:12.002Z | user 1:17.661775750 |
| 3499 | 2026-05-07T16:49:12.002Z | sys 4.469366521 |
| 3500 | 2026-05-07T16:49:12.002Z | trap 0.006983627 |
| 3501 | 2026-05-07T16:49:12.002Z | tflt 0.000000000 |
| 3502 | 2026-05-07T16:49:12.002Z | dflt 0.000000000 |
| 3503 | 2026-05-07T16:49:12.002Z | kflt 0.000000000 |
| 3504 | 2026-05-07T16:49:12.002Z | lock 0.000000000 |
| 3505 | 2026-05-07T16:49:12.002Z | slp 1:17.609287221 |
| 3506 | 2026-05-07T16:49:12.002Z | lat 1.018791462 |
| 3507 | 2026-05-07T16:49:12.002Z | stop 0.000223136 |
| 3508 | 2026-05-07T16:49:12.002Z | process exited: duration 906806 ms, exit code 0 |
| |
| 3509 | 2026-05-07T16:49:12.016Z | found 1 output files |
| 3510 | 2026-05-07T16:49:12.030Z | uploading: /work/package.tar.gz (2431122497 bytes) |
| 3511 | 2026-05-07T16:49:39.253Z | uploaded: /work/package.tar.gz |