|
|
|
| 1 | 2026-06-09T21:32:27.875Z | job assigned to worker 01KTQ4RW1H5JQWQTFAVZRCZC8W [factory aws, i-0521db2782a211792] (queued for 46 s) |
| |
| 2 | 2026-06-09T21:32:35.724Z | starting task 0: "setup" |
| 3 | 2026-06-09T21:32:35.729Z | ++ uname -s |
| 4 | 2026-06-09T21:32:35.732Z | + kern=SunOS |
| 5 | 2026-06-09T21:32:35.732Z | + build_user=build |
| 6 | 2026-06-09T21:32:35.732Z | + build_uid=12345 |
| 7 | 2026-06-09T21:32:35.732Z | + work_dir=/work |
| 8 | 2026-06-09T21:32:35.732Z | + input_dir=/input |
| 9 | 2026-06-09T21:32:35.732Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-09T21:32:35.732Z | + case "$kern" in |
| 11 | 2026-06-09T21:32:35.732Z | + groupadd -g 12345 build |
| 12 | 2026-06-09T21:32:35.735Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-09T21:32:37.742Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-09T21:32:37.804Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-09T21:32:37.807Z | + home_fs=zfs |
| 16 | 2026-06-09T21:32:37.807Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-09T21:32:37.807Z | + mkdir -p /home/build |
| 18 | 2026-06-09T21:32:37.812Z | + chown build:build /home/build /work |
| 19 | 2026-06-09T21:32:38.810Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-09T21:32:38.874Z | process exited: duration 3092 ms, exit code 0 |
| |
| 21 | 2026-06-09T21:32:38.880Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-09T21:32:38.887Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-09T21:32:38.887Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-09T21:32:38.887Z | * rust toolchain profile = "default" |
| 25 | 2026-06-09T21:32:38.887Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-09T21:32:38.887Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-09T21:32:38.887Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-09T21:32:38.890Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-09T21:32:38.890Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-09T21:32:39.002Z | info: downloading installer |
| 31 | 2026-06-09T21:32:40.440Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-09T21:32:40.440Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-09T21:32:40.440Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-09T21:32:40.440Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-09T21:32:40.452Z | info: profile set to default |
| 36 | 2026-06-09T21:32:40.452Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-09T21:32:40.456Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-09T21:32:40.591Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-09T21:32:40.594Z | info: downloading 6 components |
| 40 | 2026-06-09T21:32:56.766Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-09T21:32:56.766Z | |
| 42 | 2026-06-09T21:32:56.795Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-09T21:32:56.795Z | |
| 44 | 2026-06-09T21:32:56.795Z | |
| 45 | 2026-06-09T21:32:56.795Z | Rust is installed now. Great! |
| 46 | 2026-06-09T21:32:56.795Z | |
| 47 | 2026-06-09T21:32:56.795Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-09T21:32:56.795Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-09T21:32:56.795Z | |
| 50 | 2026-06-09T21:32:56.795Z | To configure your current shell, you need to source |
| 51 | 2026-06-09T21:32:56.795Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-09T21:32:56.799Z | |
| 53 | 2026-06-09T21:32:56.799Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-09T21:32:56.799Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-09T21:32:56.799Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-09T21:32:56.799Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-09T21:32:56.799Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-09T21:32:56.799Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-09T21:32:56.799Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-09T21:32:56.799Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-09T21:32:56.799Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-09T21:32:56.891Z | + rustup --version |
| 63 | 2026-06-09T21:32:56.898Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-09T21:32:56.898Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-09T21:32:56.920Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-09T21:32:56.923Z | + cargo --version |
| 67 | 2026-06-09T21:32:56.933Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-09T21:32:56.936Z | + rustc --version |
| 69 | 2026-06-09T21:32:56.954Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-09T21:32:56.957Z | process exited: duration 18076 ms, exit code 0 |
| |
| 71 | 2026-06-09T21:32:56.964Z | starting task 2: "authentication" |
| 72 | 2026-06-09T21:32:56.983Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-06-09T21:32:56.990Z | starting task 3: "clone repository" |
| 74 | 2026-06-09T21:32:56.994Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-09T21:32:56.997Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-09T21:32:57.030Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-09T21:33:10.270Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-09T21:33:10.270Z | + git fetch origin 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 79 | 2026-06-09T21:33:10.592Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-09T21:33:10.592Z | * branch 28cffd9928247c6e5bed497565ec1799c1f0e162 -> FETCH_HEAD |
| 81 | 2026-06-09T21:33:10.605Z | + [[ -n '' ]] |
| 82 | 2026-06-09T21:33:10.605Z | + git reset --hard 28cffd9928247c6e5bed497565ec1799c1f0e162 |
| 83 | 2026-06-09T21:33:10.841Z | HEAD is now at 28cffd992 Update nexus/fm/src/builder/case.rs |
| 84 | 2026-06-09T21:33:10.844Z | process exited: duration 13853 ms, exit code 0 |
| |
| 85 | 2026-06-09T21:33:10.851Z | starting task 4: "build" |
| 86 | 2026-06-09T21:33:10.857Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-06-09T21:33:10.857Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-06-09T21:33:10.857Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-06-09T21:33:10.857Z | + cargo --version |
| 90 | 2026-06-09T21:33:10.868Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-06-09T21:33:10.871Z | + rustc --version |
| 92 | 2026-06-09T21:33:10.892Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-06-09T21:33:10.895Z | + WORK=/work |
| 94 | 2026-06-09T21:33:10.896Z | + pfexec mkdir -p /work |
| 95 | 2026-06-09T21:33:10.899Z | + pfexec chown build /work |
| 96 | 2026-06-09T21:33:10.902Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 97 | 2026-06-09T21:33:12.441Z | Startup: Refreshing catalog 'helios' ... Done |
| 98 | 2026-06-09T21:33:12.523Z | Startup: Caching catalogs ... Done |
| 99 | 2026-06-09T21:33:12.847Z | Planning: Solver setup ... Done (0.283s) |
| 100 | 2026-06-09T21:33:12.869Z | Planning: Running solver ... Done (0.021s) |
| 101 | 2026-06-09T21:33:12.876Z | Planning: Finding local manifests ... Done (0.003s) |
| 102 | 2026-06-09T21:33:12.900Z | Planning: Fetching manifests: 0/2 0% complete |
| 103 | 2026-06-09T21:33:12.938Z | Planning: Fetching manifests: 2/2 100% complete |
| 104 | 2026-06-09T21:33:12.953Z | Planning: Package planning ... Done (0.015s) |
| 105 | 2026-06-09T21:33:12.956Z | Planning: Merging actions ... Done (0.002s) |
| 106 | 2026-06-09T21:33:13.150Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 107 | 2026-06-09T21:33:13.154Z | Planning: Consolidating action changes ... Done (0.001s) |
| 108 | 2026-06-09T21:33:14.111Z | Planning: Evaluating mediators ... Done (0.959s) |
| 109 | 2026-06-09T21:33:14.114Z | Planning: Planning completed in 1.57 seconds |
| 110 | 2026-06-09T21:33:14.141Z | Packages to install: 2 |
| 111 | 2026-06-09T21:33:14.141Z | Estimated space available: 156.07 GB |
| 112 | 2026-06-09T21:33:14.144Z | Estimated space to be consumed: 25.34 MB |
| 113 | 2026-06-09T21:33:14.144Z | Create boot environment: No |
| 114 | 2026-06-09T21:33:14.144Z | Create backup boot environment: No |
| 115 | 2026-06-09T21:33:14.144Z | Rebuild boot archive: No |
| 116 | 2026-06-09T21:33:14.144Z | |
| 117 | 2026-06-09T21:33:14.144Z | Changed packages: |
| 118 | 2026-06-09T21:33:14.144Z | helios |
| 119 | 2026-06-09T21:33:14.144Z | developer/build-essential |
| 120 | 2026-06-09T21:33:14.144Z | None -> 11-3.0 |
| 121 | 2026-06-09T21:33:14.144Z | library/libxmlsec1 |
| 122 | 2026-06-09T21:33:14.144Z | None -> 1.2.35-3.0 |
| 123 | 2026-06-09T21:33:14.166Z | |
| 124 | 2026-06-09T21:33:14.166Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 125 | 2026-06-09T21:33:14.745Z | Download: Completed 1.28 MB in 0.58 seconds (2.2M/s) |
| 126 | 2026-06-09T21:33:14.792Z | Actions: 1/268 actions (Installing new actions) |
| 127 | 2026-06-09T21:33:14.830Z | Actions: Completed 268 actions in 0.04 seconds. |
| 128 | 2026-06-09T21:33:14.839Z | Finalize: Updating package state database ... Done (0.009s) |
| 129 | 2026-06-09T21:33:14.839Z | Finalize: Updating package cache ... Done (0.000s) |
| 130 | 2026-06-09T21:33:14.862Z | Finalize: Updating image state ... Done (0.022s) |
| 131 | 2026-06-09T21:33:17.437Z | Finalize: Creating fast lookup database ... Done (2.553s) |
| 132 | 2026-06-09T21:33:17.508Z | Finalize: Reading search index ... Done (0.012s) |
| 133 | 2026-06-09T21:33:17.511Z | Finalize: Updating search index ... Done (0.000s) |
| 134 | 2026-06-09T21:33:17.593Z | Finalize: Updating package cache ... Done (0.000s) |
| 135 | 2026-06-09T21:33:17.901Z | Planning: Evaluating mediator changes ... Done |
| 136 | 2026-06-09T21:33:18.005Z | Planning: Checking for conflicting actions ... Done |
| 137 | 2026-06-09T21:33:18.008Z | Planning: Consolidating action changes ... Done |
| 138 | 2026-06-09T21:33:18.162Z | Planning: Evaluating mediators ... Done |
| 139 | 2026-06-09T21:33:18.165Z | Planning: Planning completed in 0.26 seconds |
| 140 | 2026-06-09T21:33:18.186Z | Mediators to change: 2 |
| 141 | 2026-06-09T21:33:18.186Z | Create boot environment: No |
| 142 | 2026-06-09T21:33:18.186Z | Create backup boot environment: No |
| 143 | 2026-06-09T21:33:18.227Z | Finalize: Updating package state database ... Done |
| 144 | 2026-06-09T21:33:18.227Z | Finalize: Updating package cache ... Done |
| 145 | 2026-06-09T21:33:18.242Z | Finalize: Updating image state ... Done |
| 146 | 2026-06-09T21:33:20.201Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-06-09T21:33:20.262Z | Finalize: Reading search index ... Done |
| 148 | 2026-06-09T21:33:20.268Z | Finalize: Updating search index ... Done |
| 149 | 2026-06-09T21:33:20.333Z | Finalize: Updating package cache ... Done |
| 150 | 2026-06-09T21:33:20.621Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2026-06-09T21:33:20.726Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2026-06-09T21:33:20.730Z | Planning: Consolidating action changes ... Done |
| 153 | 2026-06-09T21:33:20.887Z | Planning: Evaluating mediators ... Done |
| 154 | 2026-06-09T21:33:20.891Z | Planning: Planning completed in 0.27 seconds |
| 155 | 2026-06-09T21:33:20.911Z | Mediators to change: 1 |
| 156 | 2026-06-09T21:33:20.911Z | Create boot environment: No |
| 157 | 2026-06-09T21:33:20.911Z | Create backup boot environment: No |
| 158 | 2026-06-09T21:33:20.954Z | Finalize: Updating package state database ... Done |
| 159 | 2026-06-09T21:33:20.954Z | Finalize: Updating package cache ... Done |
| 160 | 2026-06-09T21:33:20.968Z | Finalize: Updating image state ... Done |
| 161 | 2026-06-09T21:33:22.931Z | Finalize: Creating fast lookup database ... Done |
| 162 | 2026-06-09T21:33:22.992Z | Finalize: Reading search index ... Done |
| 163 | 2026-06-09T21:33:22.995Z | Finalize: Updating search index ... Done |
| 164 | 2026-06-09T21:33:23.083Z | Finalize: Updating package cache ... Done |
| 165 | 2026-06-09T21:33:23.364Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 166 | 2026-06-09T21:33:23.364Z | apache system 2.4 system |
| 167 | 2026-06-09T21:33:23.364Z | clang system 15 system |
| 168 | 2026-06-09T21:33:23.364Z | csh system system illumos |
| 169 | 2026-06-09T21:33:23.364Z | ctags system system illumos |
| 170 | 2026-06-09T21:33:23.364Z | file vendor vendor darwinsys |
| 171 | 2026-06-09T21:33:23.364Z | file system system illumos |
| 172 | 2026-06-09T21:33:23.364Z | gcc vendor 14 vendor |
| 173 | 2026-06-09T21:33:23.364Z | gcc system 13 system |
| 174 | 2026-06-09T21:33:23.364Z | gcc system 10 system |
| 175 | 2026-06-09T21:33:23.364Z | go system 1.25 system |
| 176 | 2026-06-09T21:33:23.364Z | llvm system 15 system |
| 177 | 2026-06-09T21:33:23.364Z | mariadb system 11.4 system |
| 178 | 2026-06-09T21:33:23.364Z | mta vendor vendor dma |
| 179 | 2026-06-09T21:33:23.364Z | openjdk system 17 system |
| 180 | 2026-06-09T21:33:23.364Z | openjdk system 11 system |
| 181 | 2026-06-09T21:33:23.364Z | openssl vendor 3 vendor |
| 182 | 2026-06-09T21:33:23.364Z | perl system 5.40 system |
| 183 | 2026-06-09T21:33:23.364Z | postgresql system 18 system |
| 184 | 2026-06-09T21:33:23.364Z | postgresql system 17 system |
| 185 | 2026-06-09T21:33:23.364Z | python vendor 3 vendor |
| 186 | 2026-06-09T21:33:23.364Z | python system 2 system |
| 187 | 2026-06-09T21:33:23.364Z | python3 vendor 3.13 vendor |
| 188 | 2026-06-09T21:33:23.364Z | ruby system 3.4 system |
| 189 | 2026-06-09T21:33:23.364Z | ruby system 3.0 system |
| 190 | 2026-06-09T21:33:23.364Z | words vendor vendor american-english |
| 191 | 2026-06-09T21:33:23.364Z | words system system australian-english |
| 192 | 2026-06-09T21:33:23.364Z | words system system british-english |
| 193 | 2026-06-09T21:33:23.364Z | words system system canadian-english |
| 194 | 2026-06-09T21:33:23.364Z | words system system french |
| 195 | 2026-06-09T21:33:23.364Z | words system system italian |
| 196 | 2026-06-09T21:33:23.364Z | words system system ngerman |
| 197 | 2026-06-09T21:33:23.364Z | words system system ogerman |
| 198 | 2026-06-09T21:33:23.365Z | words system system spanish |
| 199 | 2026-06-09T21:33:23.616Z | PUBLISHER TYPE STATUS P LOCATION |
| 200 | 2026-06-09T21:33:23.616Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 201 | 2026-06-09T21:33:23.908Z | FMRI IFO |
| 202 | 2026-06-09T21:33:23.908Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 203 | 2026-06-09T21:33:23.908Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 204 | 2026-06-09T21:33:23.908Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 205 | 2026-06-09T21:33:23.908Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 206 | 2026-06-09T21:33:23.908Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 207 | 2026-06-09T21:33:23.908Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 208 | 2026-06-09T21:33:23.908Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 209 | 2026-06-09T21:33:23.908Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 210 | 2026-06-09T21:33:23.908Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 211 | 2026-06-09T21:33:24.147Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 212 | 2026-06-09T21:33:24.440Z | Updating crates.io index |
| 213 | 2026-06-09T21:33:24.474Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 214 | 2026-06-09T21:33:25.303Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 215 | 2026-06-09T21:33:25.877Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 216 | 2026-06-09T21:33:26.186Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 217 | 2026-06-09T21:33:27.579Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 218 | 2026-06-09T21:33:28.179Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 219 | 2026-06-09T21:33:30.805Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 220 | 2026-06-09T21:33:31.725Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 221 | 2026-06-09T21:33:31.970Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 222 | 2026-06-09T21:33:33.215Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-06-09T21:33:33.481Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 224 | 2026-06-09T21:33:33.952Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 225 | 2026-06-09T21:33:34.264Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 226 | 2026-06-09T21:33:35.519Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 227 | 2026-06-09T21:33:36.012Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-06-09T21:33:36.293Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 229 | 2026-06-09T21:33:36.810Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 230 | 2026-06-09T21:33:37.063Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 231 | 2026-06-09T21:33:37.631Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 232 | 2026-06-09T21:33:37.893Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 233 | 2026-06-09T21:33:38.116Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 234 | 2026-06-09T21:33:38.388Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 235 | 2026-06-09T21:33:38.881Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-06-09T21:33:39.201Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 237 | 2026-06-09T21:33:39.725Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 238 | 2026-06-09T21:33:40.137Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 239 | 2026-06-09T21:33:40.509Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 240 | 2026-06-09T21:33:41.076Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 241 | 2026-06-09T21:33:42.376Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 242 | 2026-06-09T21:33:43.148Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 243 | 2026-06-09T21:33:43.547Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-06-09T21:33:44.011Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 245 | 2026-06-09T21:33:44.337Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 246 | 2026-06-09T21:33:44.639Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 247 | 2026-06-09T21:33:44.949Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 248 | 2026-06-09T21:33:45.275Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 249 | 2026-06-09T21:33:45.816Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 250 | 2026-06-09T21:33:46.052Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 251 | 2026-06-09T21:33:46.353Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 252 | 2026-06-09T21:33:46.654Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 253 | 2026-06-09T21:33:47.017Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 254 | 2026-06-09T21:34:01.488Z | Downloading crates ... |
| 255 | 2026-06-09T21:34:01.548Z | Downloaded memmap v0.7.0 |
| 256 | 2026-06-09T21:34:01.551Z | Downloaded errno v0.3.14 |
| 257 | 2026-06-09T21:34:01.558Z | Downloaded thiserror-impl v1.0.69 |
| 258 | 2026-06-09T21:34:01.562Z | Downloaded icu_collections v2.1.1 |
| 259 | 2026-06-09T21:34:01.573Z | Downloaded toml_datetime v0.6.11 |
| 260 | 2026-06-09T21:34:01.576Z | Downloaded utf8parse v0.2.2 |
| 261 | 2026-06-09T21:34:01.584Z | Downloaded bytecount v0.6.9 |
| 262 | 2026-06-09T21:34:01.588Z | Downloaded is_terminal_polyfill v1.70.2 |
| 263 | 2026-06-09T21:34:01.588Z | Downloaded clap_lex v1.0.0 |
| 264 | 2026-06-09T21:34:01.588Z | Downloaded serde-untagged v0.1.9 |
| 265 | 2026-06-09T21:34:01.591Z | Downloaded zerofrom v0.1.6 |
| 266 | 2026-06-09T21:34:01.591Z | Downloaded unicode-linebreak v0.1.5 |
| 267 | 2026-06-09T21:34:01.595Z | Downloaded zerofrom-derive v0.1.6 |
| 268 | 2026-06-09T21:34:01.595Z | Downloaded heck v0.4.1 |
| 269 | 2026-06-09T21:34:01.595Z | Downloaded proc-macro2 v1.0.106 |
| 270 | 2026-06-09T21:34:01.599Z | Downloaded typeid v1.0.3 |
| 271 | 2026-06-09T21:34:01.599Z | Downloaded yoke-derive v0.8.1 |
| 272 | 2026-06-09T21:34:01.602Z | Downloaded pretty-hex v0.4.1 |
| 273 | 2026-06-09T21:34:01.605Z | Downloaded anyhow v1.0.102 |
| 274 | 2026-06-09T21:34:01.605Z | Downloaded usdt-attr-macro v0.5.0 |
| 275 | 2026-06-09T21:34:01.608Z | Downloaded unicode-xid v0.2.6 |
| 276 | 2026-06-09T21:34:01.608Z | Downloaded thiserror v2.0.18 |
| 277 | 2026-06-09T21:34:01.611Z | Downloaded usdt-macro v0.5.0 |
| 278 | 2026-06-09T21:34:01.611Z | Downloaded toml_write v0.1.2 |
| 279 | 2026-06-09T21:34:01.611Z | Downloaded once_cell v1.21.3 |
| 280 | 2026-06-09T21:34:01.614Z | Downloaded ordered-float v2.10.1 |
| 281 | 2026-06-09T21:34:01.614Z | Downloaded cfg-if v1.0.4 |
| 282 | 2026-06-09T21:34:01.614Z | Downloaded block-buffer v0.10.4 |
| 283 | 2026-06-09T21:34:01.614Z | Downloaded getrandom v0.4.1 |
| 284 | 2026-06-09T21:34:01.617Z | Downloaded version_check v0.9.5 |
| 285 | 2026-06-09T21:34:01.617Z | Downloaded thread-id v4.2.2 |
| 286 | 2026-06-09T21:34:01.617Z | Downloaded usdt v0.5.0 |
| 287 | 2026-06-09T21:34:01.620Z | Downloaded form_urlencoded v1.2.2 |
| 288 | 2026-06-09T21:34:01.620Z | Downloaded utf8_iter v1.0.4 |
| 289 | 2026-06-09T21:34:01.623Z | Downloaded smallvec v1.15.1 |
| 290 | 2026-06-09T21:34:01.626Z | Downloaded tinystr v0.8.2 |
| 291 | 2026-06-09T21:34:01.626Z | Downloaded usdt-impl v0.5.0 |
| 292 | 2026-06-09T21:34:01.626Z | Downloaded typenum v1.19.0 |
| 293 | 2026-06-09T21:34:01.629Z | Downloaded serde_core v1.0.228 |
| 294 | 2026-06-09T21:34:01.633Z | Downloaded byteorder v1.5.0 |
| 295 | 2026-06-09T21:34:01.636Z | Downloaded tempfile v3.25.0 |
| 296 | 2026-06-09T21:34:01.639Z | Downloaded idna v1.1.0 |
| 297 | 2026-06-09T21:34:01.642Z | Downloaded zerotrie v0.2.3 |
| 298 | 2026-06-09T21:34:01.642Z | Downloaded zmij v1.0.21 |
| 299 | 2026-06-09T21:34:01.645Z | Downloaded stable_deref_trait v1.2.1 |
| 300 | 2026-06-09T21:34:01.645Z | Downloaded potential_utf v0.1.4 |
| 301 | 2026-06-09T21:34:01.645Z | Downloaded macaddr v1.0.1 |
| 302 | 2026-06-09T21:34:01.645Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-06-09T21:34:01.645Z | Downloaded idna_adapter v1.2.1 |
| 304 | 2026-06-09T21:34:01.648Z | Downloaded dof v0.3.0 |
| 305 | 2026-06-09T21:34:01.648Z | Downloaded thiserror v1.0.69 |
| 306 | 2026-06-09T21:34:01.651Z | Downloaded yoke v0.8.1 |
| 307 | 2026-06-09T21:34:01.651Z | Downloaded zerovec-derive v0.11.2 |
| 308 | 2026-06-09T21:34:01.651Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-06-09T21:34:01.657Z | Downloaded serde_spanned v0.6.9 |
| 310 | 2026-06-09T21:34:01.658Z | Downloaded anstyle-query v1.1.5 |
| 311 | 2026-06-09T21:34:01.658Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-06-09T21:34:01.658Z | Downloaded textwrap v0.16.2 |
| 313 | 2026-06-09T21:34:01.658Z | Downloaded writeable v0.6.2 |
| 314 | 2026-06-09T21:34:01.662Z | Downloaded cpufeatures v0.2.17 |
| 315 | 2026-06-09T21:34:01.662Z | Downloaded plain v0.2.3 |
| 316 | 2026-06-09T21:34:01.662Z | Downloaded equivalent v1.0.2 |
| 317 | 2026-06-09T21:34:01.666Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2026-06-09T21:34:01.672Z | Downloaded itoa v1.0.17 |
| 319 | 2026-06-09T21:34:01.672Z | Downloaded colorchoice v1.0.4 |
| 320 | 2026-06-09T21:34:01.672Z | Downloaded generic-array v0.14.7 |
| 321 | 2026-06-09T21:34:01.672Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-06-09T21:34:01.675Z | Downloaded toml v0.8.23 |
| 323 | 2026-06-09T21:34:01.675Z | Downloaded serde-value v0.7.0 |
| 324 | 2026-06-09T21:34:01.675Z | Downloaded pest_meta v2.8.6 |
| 325 | 2026-06-09T21:34:01.679Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2026-06-09T21:34:01.679Z | Downloaded zerocopy-derive v0.7.35 |
| 327 | 2026-06-09T21:34:01.679Z | Downloaded toml_edit v0.22.27 |
| 328 | 2026-06-09T21:34:01.682Z | Downloaded terminal_size v0.4.3 |
| 329 | 2026-06-09T21:34:01.682Z | Downloaded url v2.5.8 |
| 330 | 2026-06-09T21:34:01.685Z | Downloaded autocfg v1.5.0 |
| 331 | 2026-06-09T21:34:01.685Z | Downloaded strsim v0.11.1 |
| 332 | 2026-06-09T21:34:01.687Z | Downloaded fnv v1.0.7 |
| 333 | 2026-06-09T21:34:01.694Z | Downloaded zerovec v0.11.5 |
| 334 | 2026-06-09T21:34:01.697Z | Downloaded heck v0.5.0 |
| 335 | 2026-06-09T21:34:01.709Z | Downloaded anstyle v1.0.14 |
| 336 | 2026-06-09T21:34:01.712Z | Downloaded zerocopy v0.7.35 |
| 337 | 2026-06-09T21:34:01.717Z | Downloaded winnow v0.7.14 |
| 338 | 2026-06-09T21:34:01.724Z | Downloaded pest_derive v2.8.6 |
| 339 | 2026-06-09T21:34:01.728Z | Downloaded smawk v0.3.2 |
| 340 | 2026-06-09T21:34:01.728Z | Downloaded swrite v0.1.0 |
| 341 | 2026-06-09T21:34:01.728Z | Downloaded scroll_derive v0.12.1 |
| 342 | 2026-06-09T21:34:01.729Z | Downloaded fastrand v2.3.0 |
| 343 | 2026-06-09T21:34:01.729Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-06-09T21:34:01.729Z | Downloaded proc-macro-error v1.0.4 |
| 345 | 2026-06-09T21:34:01.733Z | Downloaded icu_normalizer v2.1.1 |
| 346 | 2026-06-09T21:34:01.733Z | Downloaded crypto-common v0.1.7 |
| 347 | 2026-06-09T21:34:01.735Z | Downloaded unicode-width v0.2.0 |
| 348 | 2026-06-09T21:34:01.738Z | Downloaded digest v0.10.7 |
| 349 | 2026-06-09T21:34:01.738Z | Downloaded unicode-width v0.1.14 |
| 350 | 2026-06-09T21:34:01.741Z | Downloaded displaydoc v0.2.5 |
| 351 | 2026-06-09T21:34:01.744Z | Downloaded scroll v0.12.0 |
| 352 | 2026-06-09T21:34:01.745Z | Downloaded cargo_metadata v0.21.0 |
| 353 | 2026-06-09T21:34:01.748Z | Downloaded erased-serde v0.4.9 |
| 354 | 2026-06-09T21:34:01.750Z | Downloaded camino-tempfile v1.4.1 |
| 355 | 2026-06-09T21:34:01.750Z | Downloaded cargo-platform v0.2.0 |
| 356 | 2026-06-09T21:34:01.751Z | Downloaded quote v1.0.45 |
| 357 | 2026-06-09T21:34:01.751Z | Downloaded anstyle-parse v1.0.0 |
| 358 | 2026-06-09T21:34:01.757Z | Downloaded synstructure v0.13.2 |
| 359 | 2026-06-09T21:34:01.766Z | Downloaded cargo-util-schemas v0.8.2 |
| 360 | 2026-06-09T21:34:01.770Z | Downloaded sha2 v0.10.9 |
| 361 | 2026-06-09T21:34:01.773Z | Downloaded bitflags v2.11.0 |
| 362 | 2026-06-09T21:34:01.778Z | Downloaded anstream v1.0.0 |
| 363 | 2026-06-09T21:34:01.782Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-06-09T21:34:01.782Z | Downloaded fs-err v3.3.0 |
| 365 | 2026-06-09T21:34:01.789Z | Downloaded pest_generator v2.8.6 |
| 366 | 2026-06-09T21:34:01.792Z | Downloaded camino v1.2.2 |
| 367 | 2026-06-09T21:34:01.792Z | Downloaded cargo_toml v0.21.0 |
| 368 | 2026-06-09T21:34:01.797Z | Downloaded litemap v0.8.1 |
| 369 | 2026-06-09T21:34:01.800Z | Downloaded serde_derive v1.0.228 |
| 370 | 2026-06-09T21:34:01.806Z | Downloaded clap v4.6.1 |
| 371 | 2026-06-09T21:34:01.818Z | Downloaded papergrid v0.11.0 |
| 372 | 2026-06-09T21:34:01.823Z | Downloaded icu_provider v2.1.1 |
| 373 | 2026-06-09T21:34:01.829Z | Downloaded icu_locale_core v2.1.1 |
| 374 | 2026-06-09T21:34:01.832Z | Downloaded semver v1.0.28 |
| 375 | 2026-06-09T21:34:01.835Z | Downloaded num-traits v0.2.19 |
| 376 | 2026-06-09T21:34:01.835Z | Downloaded log v0.4.29 |
| 377 | 2026-06-09T21:34:01.838Z | Downloaded clap_derive v4.6.1 |
| 378 | 2026-06-09T21:34:01.855Z | Downloaded serde v1.0.228 |
| 379 | 2026-06-09T21:34:01.858Z | Downloaded icu_properties v2.1.2 |
| 380 | 2026-06-09T21:34:01.863Z | Downloaded indexmap v2.14.0 |
| 381 | 2026-06-09T21:34:01.866Z | Downloaded icu_normalizer_data v2.1.1 |
| 382 | 2026-06-09T21:34:01.871Z | Downloaded memchr v2.8.0 |
| 383 | 2026-06-09T21:34:01.904Z | Downloaded pest v2.8.6 |
| 384 | 2026-06-09T21:34:01.921Z | Downloaded clap_builder v4.6.0 |
| 385 | 2026-06-09T21:34:01.924Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-06-09T21:34:01.927Z | Downloaded serde_json v1.0.149 |
| 387 | 2026-06-09T21:34:01.931Z | Downloaded icu_properties_data v2.1.2 |
| 388 | 2026-06-09T21:34:01.944Z | Downloaded goblin v0.8.2 |
| 389 | 2026-06-09T21:34:01.949Z | Downloaded tabled v0.15.0 |
| 390 | 2026-06-09T21:34:01.957Z | Downloaded syn v1.0.109 |
| 391 | 2026-06-09T21:34:01.974Z | Downloaded syn v2.0.117 |
| 392 | 2026-06-09T21:34:01.993Z | Downloaded rustix v1.1.3 |
| 393 | 2026-06-09T21:34:02.026Z | Downloaded libc v0.2.185 |
| 394 | 2026-06-09T21:34:02.091Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-06-09T21:34:02.092Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-06-09T21:34:02.092Z | Compiling quote v1.0.45 |
| 397 | 2026-06-09T21:34:02.095Z | Compiling serde_core v1.0.228 |
| 398 | 2026-06-09T21:34:02.095Z | Compiling libc v0.2.185 |
| 399 | 2026-06-09T21:34:02.095Z | Compiling version_check v0.9.5 |
| 400 | 2026-06-09T21:34:02.095Z | Compiling serde v1.0.228 |
| 401 | 2026-06-09T21:34:02.095Z | Compiling memchr v2.8.0 |
| 402 | 2026-06-09T21:34:02.095Z | Compiling stable_deref_trait v1.2.1 |
| 403 | 2026-06-09T21:34:02.095Z | Compiling zmij v1.0.21 |
| 404 | 2026-06-09T21:34:02.095Z | Compiling ucd-trie v0.1.7 |
| 405 | 2026-06-09T21:34:02.275Z | Compiling thiserror v1.0.69 |
| 406 | 2026-06-09T21:34:02.278Z | Compiling autocfg v1.5.0 |
| 407 | 2026-06-09T21:34:02.278Z | Compiling itoa v1.0.17 |
| 408 | 2026-06-09T21:34:02.278Z | Compiling litemap v0.8.1 |
| 409 | 2026-06-09T21:34:02.473Z | Compiling writeable v0.6.2 |
| 410 | 2026-06-09T21:34:02.489Z | Compiling icu_properties_data v2.1.2 |
| 411 | 2026-06-09T21:34:02.621Z | Compiling icu_normalizer_data v2.1.1 |
| 412 | 2026-06-09T21:34:02.638Z | Compiling byteorder v1.5.0 |
| 413 | 2026-06-09T21:34:02.696Z | Compiling rustix v1.1.3 |
| 414 | 2026-06-09T21:34:02.734Z | Compiling serde_json v1.0.149 |
| 415 | 2026-06-09T21:34:02.739Z | Compiling bitflags v2.11.0 |
| 416 | 2026-06-09T21:34:02.879Z | Compiling pest v2.8.6 |
| 417 | 2026-06-09T21:34:02.914Z | Compiling num-traits v0.2.19 |
| 418 | 2026-06-09T21:34:02.928Z | Compiling typeid v1.0.3 |
| 419 | 2026-06-09T21:34:03.060Z | Compiling equivalent v1.0.2 |
| 420 | 2026-06-09T21:34:03.078Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-06-09T21:34:03.095Z | Compiling smallvec v1.15.1 |
| 422 | 2026-06-09T21:34:03.112Z | Compiling usdt-impl v0.5.0 |
| 423 | 2026-06-09T21:34:03.130Z | Compiling proc-macro-error-attr v1.0.4 |
| 424 | 2026-06-09T21:34:03.146Z | Compiling toml_write v0.1.2 |
| 425 | 2026-06-09T21:34:03.230Z | Compiling erased-serde v0.4.9 |
| 426 | 2026-06-09T21:34:03.264Z | Compiling errno v0.3.14 |
| 427 | 2026-06-09T21:34:03.317Z | Compiling thread-id v4.2.2 |
| 428 | 2026-06-09T21:34:03.340Z | Compiling winnow v0.7.14 |
| 429 | 2026-06-09T21:34:03.358Z | Compiling syn v1.0.109 |
| 430 | 2026-06-09T21:34:03.424Z | Compiling proc-macro-error v1.0.4 |
| 431 | 2026-06-09T21:34:03.491Z | Compiling log v0.4.29 |
| 432 | 2026-06-09T21:34:03.494Z | Compiling utf8_iter v1.0.4 |
| 433 | 2026-06-09T21:34:03.548Z | Compiling percent-encoding v2.3.2 |
| 434 | 2026-06-09T21:34:03.551Z | Compiling getrandom v0.4.1 |
| 435 | 2026-06-09T21:34:03.629Z | Compiling indexmap v2.14.0 |
| 436 | 2026-06-09T21:34:03.649Z | Compiling camino v1.2.2 |
| 437 | 2026-06-09T21:34:03.666Z | Compiling thiserror v2.0.18 |
| 438 | 2026-06-09T21:34:03.682Z | Compiling plain v0.2.3 |
| 439 | 2026-06-09T21:34:03.741Z | Compiling utf8parse v0.2.2 |
| 440 | 2026-06-09T21:34:03.772Z | Compiling syn v2.0.117 |
| 441 | 2026-06-09T21:34:03.827Z | Compiling form_urlencoded v1.2.2 |
| 442 | 2026-06-09T21:34:03.887Z | Compiling anstyle-parse v1.0.0 |
| 443 | 2026-06-09T21:34:04.022Z | Compiling pest_meta v2.8.6 |
| 444 | 2026-06-09T21:34:04.060Z | Compiling ordered-float v2.10.1 |
| 445 | 2026-06-09T21:34:04.106Z | Compiling pretty-hex v0.4.1 |
| 446 | 2026-06-09T21:34:04.128Z | Compiling colorchoice v1.0.4 |
| 447 | 2026-06-09T21:34:04.150Z | Compiling is_terminal_polyfill v1.70.2 |
| 448 | 2026-06-09T21:34:04.242Z | Compiling cfg-if v1.0.4 |
| 449 | 2026-06-09T21:34:04.260Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-06-09T21:34:04.278Z | Compiling anstyle v1.0.14 |
| 451 | 2026-06-09T21:34:04.333Z | Compiling fs-err v3.3.0 |
| 452 | 2026-06-09T21:34:04.350Z | Compiling fastrand v2.3.0 |
| 453 | 2026-06-09T21:34:04.384Z | Compiling strsim v0.11.1 |
| 454 | 2026-06-09T21:34:04.387Z | Compiling unicode-xid v0.2.6 |
| 455 | 2026-06-09T21:34:04.419Z | Compiling terminal_size v0.4.3 |
| 456 | 2026-06-09T21:34:04.424Z | Compiling heck v0.5.0 |
| 457 | 2026-06-09T21:34:04.524Z | Compiling anstream v1.0.0 |
| 458 | 2026-06-09T21:34:04.550Z | Compiling fnv v1.0.7 |
| 459 | 2026-06-09T21:34:04.554Z | Compiling heck v0.4.1 |
| 460 | 2026-06-09T21:34:04.584Z | Compiling unicode-width v0.1.14 |
| 461 | 2026-06-09T21:34:04.599Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-09T21:34:04.687Z | Compiling semver v1.0.28 |
| 463 | 2026-06-09T21:34:04.750Z | Compiling clap_lex v1.0.0 |
| 464 | 2026-06-09T21:34:04.775Z | Compiling anyhow v1.0.102 |
| 465 | 2026-06-09T21:34:04.833Z | Compiling once_cell v1.21.3 |
| 466 | 2026-06-09T21:34:04.867Z | Compiling papergrid v0.11.0 |
| 467 | 2026-06-09T21:34:04.935Z | Compiling clap_builder v4.6.0 |
| 468 | 2026-06-09T21:34:04.958Z | Compiling memmap v0.7.0 |
| 469 | 2026-06-09T21:34:05.012Z | Compiling tempfile v3.25.0 |
| 470 | 2026-06-09T21:34:05.039Z | Compiling smawk v0.3.2 |
| 471 | 2026-06-09T21:34:05.069Z | Compiling serde-untagged v0.1.9 |
| 472 | 2026-06-09T21:34:05.106Z | Compiling unicode-linebreak v0.1.5 |
| 473 | 2026-06-09T21:34:05.160Z | Compiling unicode-width v0.2.0 |
| 474 | 2026-06-09T21:34:05.195Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 475 | 2026-06-09T21:34:05.332Z | Compiling camino-tempfile v1.4.1 |
| 476 | 2026-06-09T21:34:05.348Z | Compiling swrite v0.1.0 |
| 477 | 2026-06-09T21:34:05.404Z | Compiling textwrap v0.16.2 |
| 478 | 2026-06-09T21:34:05.672Z | Compiling tabled_derive v0.7.0 |
| 479 | 2026-06-09T21:34:06.320Z | Compiling tabled v0.15.0 |
| 480 | 2026-06-09T21:34:06.336Z | Compiling synstructure v0.13.2 |
| 481 | 2026-06-09T21:34:06.339Z | Compiling pest_generator v2.8.6 |
| 482 | 2026-06-09T21:34:06.909Z | Compiling serde_derive v1.0.228 |
| 483 | 2026-06-09T21:34:06.909Z | Compiling zerofrom-derive v0.1.6 |
| 484 | 2026-06-09T21:34:06.912Z | Compiling yoke-derive v0.8.1 |
| 485 | 2026-06-09T21:34:06.912Z | Compiling zerovec-derive v0.11.2 |
| 486 | 2026-06-09T21:34:06.912Z | Compiling displaydoc v0.2.5 |
| 487 | 2026-06-09T21:34:06.912Z | Compiling thiserror-impl v1.0.69 |
| 488 | 2026-06-09T21:34:06.912Z | Compiling zerocopy-derive v0.7.35 |
| 489 | 2026-06-09T21:34:06.912Z | Compiling scroll_derive v0.12.1 |
| 490 | 2026-06-09T21:34:06.912Z | Compiling thiserror-impl v2.0.18 |
| 491 | 2026-06-09T21:34:06.912Z | Compiling clap_derive v4.6.1 |
| 492 | 2026-06-09T21:34:06.993Z | Compiling pest_derive v2.8.6 |
| 493 | 2026-06-09T21:34:07.616Z | Compiling scroll v0.12.0 |
| 494 | 2026-06-09T21:34:07.679Z | Compiling zerocopy v0.7.35 |
| 495 | 2026-06-09T21:34:07.849Z | Compiling goblin v0.8.2 |
| 496 | 2026-06-09T21:34:07.868Z | Compiling zerofrom v0.1.6 |
| 497 | 2026-06-09T21:34:07.979Z | Compiling yoke v0.8.1 |
| 498 | 2026-06-09T21:34:08.145Z | Compiling dtrace-parser v0.2.0 |
| 499 | 2026-06-09T21:34:08.176Z | Compiling zerovec v0.11.5 |
| 500 | 2026-06-09T21:34:08.176Z | Compiling zerotrie v0.2.3 |
| 501 | 2026-06-09T21:34:08.325Z | Compiling clap v4.6.1 |
| 502 | 2026-06-09T21:34:08.602Z | Compiling tinystr v0.8.2 |
| 503 | 2026-06-09T21:34:08.603Z | Compiling potential_utf v0.1.4 |
| 504 | 2026-06-09T21:34:08.724Z | Compiling icu_collections v2.1.1 |
| 505 | 2026-06-09T21:34:08.747Z | Compiling icu_locale_core v2.1.1 |
| 506 | 2026-06-09T21:34:09.293Z | Compiling icu_provider v2.1.1 |
| 507 | 2026-06-09T21:34:09.395Z | Compiling toml_datetime v0.6.11 |
| 508 | 2026-06-09T21:34:09.395Z | Compiling serde_spanned v0.6.9 |
| 509 | 2026-06-09T21:34:09.399Z | Compiling serde-value v0.7.0 |
| 510 | 2026-06-09T21:34:09.399Z | Compiling cargo-platform v0.2.0 |
| 511 | 2026-06-09T21:34:09.399Z | Compiling macaddr v1.0.1 |
| 512 | 2026-06-09T21:34:09.412Z | Compiling dof v0.3.0 |
| 513 | 2026-06-09T21:34:09.415Z | Compiling serde_tokenstream v0.2.3 |
| 514 | 2026-06-09T21:34:09.508Z | Compiling icu_normalizer v2.1.1 |
| 515 | 2026-06-09T21:34:09.508Z | Compiling icu_properties v2.1.2 |
| 516 | 2026-06-09T21:34:09.582Z | Compiling toml_edit v0.22.27 |
| 517 | 2026-06-09T21:34:10.164Z | Compiling usdt-attr-macro v0.5.0 |
| 518 | 2026-06-09T21:34:10.167Z | Compiling usdt-macro v0.5.0 |
| 519 | 2026-06-09T21:34:10.339Z | Compiling idna_adapter v1.2.1 |
| 520 | 2026-06-09T21:34:10.444Z | Compiling idna v1.1.0 |
| 521 | 2026-06-09T21:34:10.706Z | Compiling url v2.5.8 |
| 522 | 2026-06-09T21:34:10.753Z | Compiling usdt v0.5.0 |
| 523 | 2026-06-09T21:34:10.892Z | Compiling toml v0.8.23 |
| 524 | 2026-06-09T21:34:11.218Z | Compiling cargo-util-schemas v0.8.2 |
| 525 | 2026-06-09T21:34:11.218Z | Compiling cargo_toml v0.21.0 |
| 526 | 2026-06-09T21:34:11.994Z | Compiling cargo_metadata v0.21.0 |
| 527 | 2026-06-09T21:34:12.908Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 528 | 2026-06-09T21:34:15.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.02s |
| 529 | 2026-06-09T21:34:15.265Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 530 | 2026-06-09T21:34:15.817Z | Downloading crates ... |
| 531 | 2026-06-09T21:34:15.929Z | Downloaded arrayref v0.3.9 |
| 532 | 2026-06-09T21:34:15.933Z | Downloaded crc8 v0.1.1 |
| 533 | 2026-06-09T21:34:15.936Z | Downloaded async-trait v0.1.89 |
| 534 | 2026-06-09T21:34:15.939Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 535 | 2026-06-09T21:34:15.939Z | Downloaded array-init v0.0.4 |
| 536 | 2026-06-09T21:34:15.939Z | Downloaded anstream v0.6.21 |
| 537 | 2026-06-09T21:34:15.943Z | Downloaded atty v0.2.14 |
| 538 | 2026-06-09T21:34:15.946Z | Downloaded adler2 v2.0.1 |
| 539 | 2026-06-09T21:34:15.946Z | Downloaded crc-any v2.5.0 |
| 540 | 2026-06-09T21:34:15.949Z | Downloaded darling_macro v0.21.3 |
| 541 | 2026-06-09T21:34:15.953Z | Downloaded async-stream-impl v0.3.6 |
| 542 | 2026-06-09T21:34:15.953Z | Downloaded env_logger v0.11.9 |
| 543 | 2026-06-09T21:34:15.957Z | Downloaded bit-set v0.8.0 |
| 544 | 2026-06-09T21:34:15.957Z | Downloaded dunce v1.0.5 |
| 545 | 2026-06-09T21:34:15.957Z | Downloaded darling v0.13.4 |
| 546 | 2026-06-09T21:34:15.960Z | Downloaded crucible-workspace-hack v0.1.0 |
| 547 | 2026-06-09T21:34:15.960Z | Downloaded derive_builder_core v0.20.2 |
| 548 | 2026-06-09T21:34:15.960Z | Downloaded base16ct v0.2.0 |
| 549 | 2026-06-09T21:34:15.964Z | Downloaded atomic-waker v1.1.2 |
| 550 | 2026-06-09T21:34:15.964Z | Downloaded assert_matches v1.5.0 |
| 551 | 2026-06-09T21:34:15.964Z | Downloaded float-cmp v0.10.0 |
| 552 | 2026-06-09T21:34:15.967Z | Downloaded crunchy v0.2.4 |
| 553 | 2026-06-09T21:34:15.970Z | Downloaded async-stream v0.3.6 |
| 554 | 2026-06-09T21:34:15.970Z | Downloaded filetime v0.2.27 |
| 555 | 2026-06-09T21:34:15.974Z | Downloaded bitfield-struct v0.6.2 |
| 556 | 2026-06-09T21:34:15.977Z | Downloaded fatfs v0.3.6 |
| 557 | 2026-06-09T21:34:15.977Z | Downloaded cstr-argument v0.1.2 |
| 558 | 2026-06-09T21:34:15.980Z | Downloaded cfg_aliases v0.1.1 |
| 559 | 2026-06-09T21:34:15.980Z | Downloaded block-padding v0.3.3 |
| 560 | 2026-06-09T21:34:15.980Z | Downloaded bit-set v0.5.3 |
| 561 | 2026-06-09T21:34:15.980Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-06-09T21:34:15.983Z | Downloaded darling v0.20.11 |
| 563 | 2026-06-09T21:34:15.986Z | Downloaded cbc v0.1.2 |
| 564 | 2026-06-09T21:34:15.987Z | Downloaded defmt v0.3.100 |
| 565 | 2026-06-09T21:34:15.987Z | Downloaded blowfish v0.9.1 |
| 566 | 2026-06-09T21:34:15.991Z | Downloaded async-recursion v1.1.1 |
| 567 | 2026-06-09T21:34:15.991Z | Downloaded anstyle-parse v0.2.7 |
| 568 | 2026-06-09T21:34:15.994Z | Downloaded crossterm v0.28.1 |
| 569 | 2026-06-09T21:34:15.997Z | Downloaded dsl_auto_type v0.2.0 |
| 570 | 2026-06-09T21:34:15.997Z | Downloaded crc-catalog v2.4.0 |
| 571 | 2026-06-09T21:34:15.997Z | Downloaded bb8 v0.8.6 |
| 572 | 2026-06-09T21:34:16.002Z | Downloaded darling_macro v0.13.4 |
| 573 | 2026-06-09T21:34:16.002Z | Downloaded daft-derive v0.1.7 |
| 574 | 2026-06-09T21:34:16.006Z | Downloaded derive_builder_macro v0.20.2 |
| 575 | 2026-06-09T21:34:16.006Z | Downloaded darling_macro v0.20.11 |
| 576 | 2026-06-09T21:34:16.006Z | Downloaded env_filter v1.0.0 |
| 577 | 2026-06-09T21:34:16.006Z | Downloaded convert_case v0.4.0 |
| 578 | 2026-06-09T21:34:16.006Z | Downloaded darling_macro v0.23.0 |
| 579 | 2026-06-09T21:34:16.009Z | Downloaded embedded-io v0.4.0 |
| 580 | 2026-06-09T21:34:16.009Z | Downloaded cpufeatures v0.3.0 |
| 581 | 2026-06-09T21:34:16.009Z | Downloaded cipher v0.4.4 |
| 582 | 2026-06-09T21:34:16.013Z | Downloaded arrayvec v0.7.6 |
| 583 | 2026-06-09T21:34:16.013Z | Downloaded difflib v0.4.0 |
| 584 | 2026-06-09T21:34:16.016Z | Downloaded dtrace-parser v0.3.0 |
| 585 | 2026-06-09T21:34:16.019Z | Downloaded convert_case v0.10.0 |
| 586 | 2026-06-09T21:34:16.019Z | Downloaded camino-tempfile-ext v0.3.3 |
| 587 | 2026-06-09T21:34:16.019Z | Downloaded cargo-platform v0.3.2 |
| 588 | 2026-06-09T21:34:16.023Z | Downloaded ahash v0.8.12 |
| 589 | 2026-06-09T21:34:16.023Z | Downloaded data-encoding v2.10.0 |
| 590 | 2026-06-09T21:34:16.023Z | Downloaded castaway v0.2.4 |
| 591 | 2026-06-09T21:34:16.026Z | Downloaded csv-core v0.1.13 |
| 592 | 2026-06-09T21:34:16.026Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 593 | 2026-06-09T21:34:16.026Z | Downloaded compression-core v0.4.31 |
| 594 | 2026-06-09T21:34:16.029Z | Downloaded bitfield-macros v0.19.4 |
| 595 | 2026-06-09T21:34:16.029Z | Downloaded atomicwrites v0.4.4 |
| 596 | 2026-06-09T21:34:16.029Z | Downloaded aead v0.5.2 |
| 597 | 2026-06-09T21:34:16.032Z | Downloaded downcast-rs v2.0.2 |
| 598 | 2026-06-09T21:34:16.033Z | Downloaded dirs-sys-next v0.1.2 |
| 599 | 2026-06-09T21:34:16.037Z | Downloaded compression-codecs v0.4.37 |
| 600 | 2026-06-09T21:34:16.037Z | Downloaded allocator-api2 v0.2.21 |
| 601 | 2026-06-09T21:34:16.041Z | Downloaded cfg_aliases v0.2.1 |
| 602 | 2026-06-09T21:34:16.041Z | Downloaded dyn-clone v1.0.20 |
| 603 | 2026-06-09T21:34:16.041Z | Downloaded cobs v0.3.0 |
| 604 | 2026-06-09T21:34:16.044Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 605 | 2026-06-09T21:34:16.048Z | Downloaded document-features v0.2.12 |
| 606 | 2026-06-09T21:34:16.051Z | Downloaded foreign-types v0.5.0 |
| 607 | 2026-06-09T21:34:16.051Z | Downloaded dirs-next v2.0.0 |
| 608 | 2026-06-09T21:34:16.051Z | Downloaded crc v3.4.0 |
| 609 | 2026-06-09T21:34:16.055Z | Downloaded enum-as-inner v0.6.1 |
| 610 | 2026-06-09T21:34:16.055Z | Downloaded endian-type v0.1.2 |
| 611 | 2026-06-09T21:34:16.058Z | Downloaded foreign-types-shared v0.3.1 |
| 612 | 2026-06-09T21:34:16.058Z | Downloaded foreign-types-macros v0.2.3 |
| 613 | 2026-06-09T21:34:16.058Z | Downloaded defmt-parser v1.0.0 |
| 614 | 2026-06-09T21:34:16.062Z | Downloaded ciborium-ll v0.2.2 |
| 615 | 2026-06-09T21:34:16.062Z | Downloaded futures-io v0.3.32 |
| 616 | 2026-06-09T21:34:16.062Z | Downloaded foreign-types-shared v0.1.1 |
| 617 | 2026-06-09T21:34:16.066Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-06-09T21:34:16.066Z | Downloaded bit-vec v0.8.0 |
| 619 | 2026-06-09T21:34:16.066Z | Downloaded flagset v0.4.7 |
| 620 | 2026-06-09T21:34:16.073Z | Downloaded byte-wrapper v0.1.0 |
| 621 | 2026-06-09T21:34:16.073Z | Downloaded cmake v0.1.57 |
| 622 | 2026-06-09T21:34:16.073Z | Downloaded cexpr v0.6.0 |
| 623 | 2026-06-09T21:34:16.077Z | Downloaded float-ord v0.3.2 |
| 624 | 2026-06-09T21:34:16.077Z | Downloaded argon2 v0.5.3 |
| 625 | 2026-06-09T21:34:16.077Z | Downloaded dof v0.4.0 |
| 626 | 2026-06-09T21:34:16.077Z | Downloaded buf-list v1.1.2 |
| 627 | 2026-06-09T21:34:16.080Z | Downloaded funty v2.0.0 |
| 628 | 2026-06-09T21:34:16.080Z | Downloaded fixedbitset v0.4.2 |
| 629 | 2026-06-09T21:34:16.080Z | Downloaded futures-task v0.3.32 |
| 630 | 2026-06-09T21:34:16.083Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 631 | 2026-06-09T21:34:16.083Z | Downloaded fd-lock v4.0.4 |
| 632 | 2026-06-09T21:34:16.086Z | Downloaded display-error-chain v0.2.2 |
| 633 | 2026-06-09T21:34:16.087Z | Downloaded const_format_proc_macros v0.2.34 |
| 634 | 2026-06-09T21:34:16.090Z | Downloaded bitflags v1.3.2 |
| 635 | 2026-06-09T21:34:16.090Z | Downloaded ghash v0.5.1 |
| 636 | 2026-06-09T21:34:16.090Z | Downloaded cookie v0.18.1 |
| 637 | 2026-06-09T21:34:16.093Z | Downloaded console v0.16.2 |
| 638 | 2026-06-09T21:34:16.093Z | Downloaded erased-serde v0.3.31 |
| 639 | 2026-06-09T21:34:16.096Z | Downloaded embedded-io v0.6.1 |
| 640 | 2026-06-09T21:34:16.097Z | Downloaded diesel-dtrace v0.5.0 |
| 641 | 2026-06-09T21:34:16.097Z | Downloaded ciborium-io v0.2.2 |
| 642 | 2026-06-09T21:34:16.103Z | Downloaded daft v0.1.7 |
| 643 | 2026-06-09T21:34:16.103Z | Downloaded backoff v0.4.0 |
| 644 | 2026-06-09T21:34:16.103Z | Downloaded hash32 v0.2.1 |
| 645 | 2026-06-09T21:34:16.103Z | Downloaded git-stub v1.0.0 |
| 646 | 2026-06-09T21:34:16.107Z | Downloaded derive_builder v0.20.2 |
| 647 | 2026-06-09T21:34:16.107Z | Downloaded hex-literal v0.4.1 |
| 648 | 2026-06-09T21:34:16.107Z | Downloaded futures-macro v0.3.32 |
| 649 | 2026-06-09T21:34:16.107Z | Downloaded futures-core v0.3.32 |
| 650 | 2026-06-09T21:34:16.107Z | Downloaded debug-ignore v1.0.5 |
| 651 | 2026-06-09T21:34:16.110Z | Downloaded async-bb8-diesel v0.2.1 |
| 652 | 2026-06-09T21:34:16.110Z | Downloaded darling_core v0.20.11 |
| 653 | 2026-06-09T21:34:16.114Z | Downloaded gethostname v0.5.0 |
| 654 | 2026-06-09T21:34:16.114Z | Downloaded cassowary v0.3.0 |
| 655 | 2026-06-09T21:34:16.114Z | Downloaded globwalk v0.9.1 |
| 656 | 2026-06-09T21:34:16.118Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-06-09T21:34:16.118Z | Downloaded bit-vec v0.6.3 |
| 658 | 2026-06-09T21:34:16.118Z | Downloaded hash32 v0.3.1 |
| 659 | 2026-06-09T21:34:16.118Z | Downloaded foreign-types v0.3.2 |
| 660 | 2026-06-09T21:34:16.121Z | Downloaded hex v0.4.3 |
| 661 | 2026-06-09T21:34:16.125Z | Downloaded foldhash v0.2.0 |
| 662 | 2026-06-09T21:34:16.125Z | Downloaded headers-core v0.3.0 |
| 663 | 2026-06-09T21:34:16.128Z | Downloaded constant_time_eq v0.4.2 |
| 664 | 2026-06-09T21:34:16.128Z | Downloaded cargo_metadata v0.23.1 |
| 665 | 2026-06-09T21:34:16.133Z | Downloaded http-body v1.0.1 |
| 666 | 2026-06-09T21:34:16.133Z | Downloaded crossbeam-deque v0.8.6 |
| 667 | 2026-06-09T21:34:16.139Z | Downloaded hostname v0.3.1 |
| 668 | 2026-06-09T21:34:16.140Z | Downloaded der_derive v0.7.3 |
| 669 | 2026-06-09T21:34:16.140Z | Downloaded hostname v0.4.2 |
| 670 | 2026-06-09T21:34:16.140Z | Downloaded home v0.5.12 |
| 671 | 2026-06-09T21:34:16.143Z | Downloaded hubpack v0.1.2 |
| 672 | 2026-06-09T21:34:16.143Z | Downloaded cookie_store v0.22.1 |
| 673 | 2026-06-09T21:34:16.143Z | Downloaded either v1.15.0 |
| 674 | 2026-06-09T21:34:16.143Z | Downloaded ctr v0.9.2 |
| 675 | 2026-06-09T21:34:16.143Z | Downloaded fixedbitset v0.5.7 |
| 676 | 2026-06-09T21:34:16.143Z | Downloaded bzip2 v0.4.4 |
| 677 | 2026-06-09T21:34:16.146Z | Downloaded bitfield v0.19.4 |
| 678 | 2026-06-09T21:34:16.146Z | Downloaded ciborium v0.2.2 |
| 679 | 2026-06-09T21:34:16.150Z | Downloaded bcs v0.1.6 |
| 680 | 2026-06-09T21:34:16.150Z | Downloaded fallible-iterator v0.2.0 |
| 681 | 2026-06-09T21:34:16.153Z | Downloaded http-range v0.1.5 |
| 682 | 2026-06-09T21:34:16.153Z | Downloaded httpdate v1.0.3 |
| 683 | 2026-06-09T21:34:16.153Z | Downloaded ecdsa v0.16.9 |
| 684 | 2026-06-09T21:34:16.157Z | Downloaded defmt v1.0.1 |
| 685 | 2026-06-09T21:34:16.157Z | Downloaded ed25519 v2.2.3 |
| 686 | 2026-06-09T21:34:16.157Z | Downloaded defmt-macros v1.0.1 |
| 687 | 2026-06-09T21:34:16.164Z | Downloaded arc-swap v1.8.2 |
| 688 | 2026-06-09T21:34:16.167Z | Downloaded ff v0.13.1 |
| 689 | 2026-06-09T21:34:16.167Z | Downloaded ena v0.14.4 |
| 690 | 2026-06-09T21:34:16.167Z | Downloaded glob v0.3.3 |
| 691 | 2026-06-09T21:34:16.167Z | Downloaded git-stub-vcs v0.1.0 |
| 692 | 2026-06-09T21:34:16.167Z | Downloaded derive-ex v0.1.8 |
| 693 | 2026-06-09T21:34:16.167Z | Downloaded deranged v0.5.8 |
| 694 | 2026-06-09T21:34:16.170Z | Downloaded corncobs v0.1.4 |
| 695 | 2026-06-09T21:34:16.174Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-06-09T21:34:16.174Z | Downloaded indent_write v2.2.0 |
| 697 | 2026-06-09T21:34:16.174Z | Downloaded futures-executor v0.3.32 |
| 698 | 2026-06-09T21:34:16.174Z | Downloaded is-terminal v0.4.17 |
| 699 | 2026-06-09T21:34:16.177Z | Downloaded indoc v1.0.9 |
| 700 | 2026-06-09T21:34:16.177Z | Downloaded fs_extra v1.3.0 |
| 701 | 2026-06-09T21:34:16.181Z | Downloaded fs-err v2.11.0 |
| 702 | 2026-06-09T21:34:16.181Z | Downloaded is_ci v1.2.0 |
| 703 | 2026-06-09T21:34:16.181Z | Downloaded drift v0.2.0 |
| 704 | 2026-06-09T21:34:16.187Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 705 | 2026-06-09T21:34:16.191Z | Downloaded clang-sys v1.8.1 |
| 706 | 2026-06-09T21:34:16.191Z | Downloaded const-oid v0.9.6 |
| 707 | 2026-06-09T21:34:16.191Z | Downloaded group v0.13.0 |
| 708 | 2026-06-09T21:34:16.191Z | Downloaded globset v0.4.18 |
| 709 | 2026-06-09T21:34:16.195Z | Downloaded console v0.15.11 |
| 710 | 2026-06-09T21:34:16.195Z | Downloaded colored v3.1.1 |
| 711 | 2026-06-09T21:34:16.199Z | Downloaded kstat-rs v0.2.4 |
| 712 | 2026-06-09T21:34:16.199Z | Downloaded chacha20 v0.9.1 |
| 713 | 2026-06-09T21:34:16.199Z | Downloaded colored v2.2.0 |
| 714 | 2026-06-09T21:34:16.203Z | Downloaded chacha20 v0.10.0 |
| 715 | 2026-06-09T21:34:16.203Z | Downloaded bzip2 v0.6.1 |
| 716 | 2026-06-09T21:34:16.203Z | Downloaded lalrpop-util v0.19.12 |
| 717 | 2026-06-09T21:34:16.207Z | Downloaded keccak v0.1.6 |
| 718 | 2026-06-09T21:34:16.207Z | Downloaded base64ct v1.8.3 |
| 719 | 2026-06-09T21:34:16.208Z | Downloaded illumos-nvpair v0.3.0 |
| 720 | 2026-06-09T21:34:16.211Z | Downloaded inout v0.1.4 |
| 721 | 2026-06-09T21:34:16.211Z | Downloaded ident_case v1.0.1 |
| 722 | 2026-06-09T21:34:16.211Z | Downloaded derive_more v0.99.20 |
| 723 | 2026-06-09T21:34:16.214Z | Downloaded cancel-safe-futures v0.1.5 |
| 724 | 2026-06-09T21:34:16.214Z | Downloaded blake2 v0.10.6 |
| 725 | 2026-06-09T21:34:16.217Z | Downloaded backon v1.6.0 |
| 726 | 2026-06-09T21:34:16.217Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-06-09T21:34:16.221Z | Downloaded libscf-sys v1.1.0 |
| 728 | 2026-06-09T21:34:16.221Z | Downloaded getrandom v0.2.17 |
| 729 | 2026-06-09T21:34:16.221Z | Downloaded linked-hash-map v0.5.6 |
| 730 | 2026-06-09T21:34:16.221Z | Downloaded base64 v0.22.1 |
| 731 | 2026-06-09T21:34:16.226Z | Downloaded aes v0.8.4 |
| 732 | 2026-06-09T21:34:16.229Z | Downloaded md-5 v0.10.6 |
| 733 | 2026-06-09T21:34:16.229Z | Downloaded crc32fast v1.5.0 |
| 734 | 2026-06-09T21:34:16.229Z | Downloaded maplit v1.0.2 |
| 735 | 2026-06-09T21:34:16.229Z | Downloaded lru-slab v0.1.2 |
| 736 | 2026-06-09T21:34:16.229Z | Downloaded darling v0.21.3 |
| 737 | 2026-06-09T21:34:16.232Z | Downloaded half v1.8.3 |
| 738 | 2026-06-09T21:34:16.236Z | Downloaded crossbeam-epoch v0.9.18 |
| 739 | 2026-06-09T21:34:16.236Z | Downloaded find-msvc-tools v0.1.9 |
| 740 | 2026-06-09T21:34:16.239Z | Downloaded des v0.8.1 |
| 741 | 2026-06-09T21:34:16.239Z | Downloaded critical-section v1.2.0 |
| 742 | 2026-06-09T21:34:16.239Z | Downloaded darling v0.23.0 |
| 743 | 2026-06-09T21:34:16.242Z | Downloaded ingot-types v0.1.2 |
| 744 | 2026-06-09T21:34:16.246Z | Downloaded instant v0.1.13 |
| 745 | 2026-06-09T21:34:16.246Z | Downloaded ingot v0.1.1 |
| 746 | 2026-06-09T21:34:16.246Z | Downloaded diff v0.1.13 |
| 747 | 2026-06-09T21:34:16.249Z | Downloaded indoc v2.0.7 |
| 748 | 2026-06-09T21:34:16.249Z | Downloaded newline-converter v0.3.0 |
| 749 | 2026-06-09T21:34:16.249Z | Downloaded new_debug_unreachable v1.0.6 |
| 750 | 2026-06-09T21:34:16.253Z | Downloaded foldhash v0.1.5 |
| 751 | 2026-06-09T21:34:16.253Z | Downloaded newtype-uuid-macros v0.1.0 |
| 752 | 2026-06-09T21:34:16.253Z | Downloaded humantime v2.3.0 |
| 753 | 2026-06-09T21:34:16.257Z | Downloaded nodrop v0.1.14 |
| 754 | 2026-06-09T21:34:16.257Z | Downloaded ipnet v2.11.0 |
| 755 | 2026-06-09T21:34:16.257Z | Downloaded instability v0.3.11 |
| 756 | 2026-06-09T21:34:16.262Z | Downloaded lru-cache v0.1.2 |
| 757 | 2026-06-09T21:34:16.265Z | Downloaded managed v0.8.0 |
| 758 | 2026-06-09T21:34:16.265Z | Downloaded lzss v0.8.2 |
| 759 | 2026-06-09T21:34:16.265Z | Downloaded lru v0.12.5 |
| 760 | 2026-06-09T21:34:16.269Z | Downloaded futures-channel v0.3.32 |
| 761 | 2026-06-09T21:34:16.269Z | Downloaded jobserver v0.1.34 |
| 762 | 2026-06-09T21:34:16.272Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 763 | 2026-06-09T21:34:16.272Z | Downloaded mime v0.3.17 |
| 764 | 2026-06-09T21:34:16.277Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-06-09T21:34:16.277Z | Downloaded maybe-uninit v2.0.0 |
| 766 | 2026-06-09T21:34:16.277Z | Downloaded hyper-tls v0.6.0 |
| 767 | 2026-06-09T21:34:16.280Z | Downloaded libloading v0.8.9 |
| 768 | 2026-06-09T21:34:16.280Z | Downloaded multimap v0.10.1 |
| 769 | 2026-06-09T21:34:16.280Z | Downloaded libsw-core v0.3.2 |
| 770 | 2026-06-09T21:34:16.283Z | Downloaded normalize-line-endings v0.3.0 |
| 771 | 2026-06-09T21:34:16.284Z | Downloaded nibble_vec v0.1.0 |
| 772 | 2026-06-09T21:34:16.284Z | Downloaded newtype_derive v0.1.6 |
| 773 | 2026-06-09T21:34:16.284Z | Downloaded bytes v1.11.1 |
| 774 | 2026-06-09T21:34:16.287Z | Downloaded httparse v1.10.1 |
| 775 | 2026-06-09T21:34:16.290Z | Downloaded num-derive v0.3.3 |
| 776 | 2026-06-09T21:34:16.292Z | Downloaded base64 v0.21.7 |
| 777 | 2026-06-09T21:34:16.296Z | Downloaded md5 v0.7.0 |
| 778 | 2026-06-09T21:34:16.296Z | Downloaded lock_api v0.4.14 |
| 779 | 2026-06-09T21:34:16.296Z | Downloaded http-body-util v0.1.3 |
| 780 | 2026-06-09T21:34:16.296Z | Downloaded num_threads v0.1.7 |
| 781 | 2026-06-09T21:34:16.296Z | Downloaded num-iter v0.1.45 |
| 782 | 2026-06-09T21:34:16.299Z | Downloaded highway v1.3.0 |
| 783 | 2026-06-09T21:34:16.299Z | Downloaded num_enum_derive v0.5.11 |
| 784 | 2026-06-09T21:34:16.299Z | Downloaded ipnetwork v0.21.1 |
| 785 | 2026-06-09T21:34:16.302Z | Downloaded openssl-probe v0.2.1 |
| 786 | 2026-06-09T21:34:16.305Z | Downloaded hyper-rustls v0.27.7 |
| 787 | 2026-06-09T21:34:16.309Z | Downloaded libefi-sys v0.1.0 |
| 788 | 2026-06-09T21:34:16.309Z | Downloaded lazy_static v1.5.0 |
| 789 | 2026-06-09T21:34:16.312Z | Downloaded num-conv v0.2.0 |
| 790 | 2026-06-09T21:34:16.312Z | Downloaded hyper-staticfile v0.10.1 |
| 791 | 2026-06-09T21:34:16.316Z | Downloaded openssl-macros v0.1.1 |
| 792 | 2026-06-09T21:34:16.320Z | Downloaded darling_core v0.13.4 |
| 793 | 2026-06-09T21:34:16.323Z | Downloaded openssl-probe v0.1.6 |
| 794 | 2026-06-09T21:34:16.323Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-06-09T21:34:16.323Z | Downloaded newtype-uuid v1.3.2 |
| 796 | 2026-06-09T21:34:16.323Z | Downloaded num-derive v0.4.2 |
| 797 | 2026-06-09T21:34:16.327Z | Downloaded oso-derive v0.27.3 |
| 798 | 2026-06-09T21:34:16.330Z | Downloaded packed_struct_codegen v0.10.1 |
| 799 | 2026-06-09T21:34:16.343Z | Downloaded parse-display v0.10.0 |
| 800 | 2026-06-09T21:34:16.346Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-06-09T21:34:16.346Z | Downloaded multer v3.1.0 |
| 802 | 2026-06-09T21:34:16.346Z | Downloaded libsw v3.5.0 |
| 803 | 2026-06-09T21:34:16.349Z | Downloaded hmac v0.12.1 |
| 804 | 2026-06-09T21:34:16.349Z | Downloaded nonempty v0.12.0 |
| 805 | 2026-06-09T21:34:16.349Z | Downloaded dropshot_endpoint v0.17.0 |
| 806 | 2026-06-09T21:34:16.353Z | Downloaded parse-size v1.1.0 |
| 807 | 2026-06-09T21:34:16.353Z | Downloaded linear-map v1.2.0 |
| 808 | 2026-06-09T21:34:16.353Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-06-09T21:34:16.356Z | Downloaded const_format v0.2.35 |
| 810 | 2026-06-09T21:34:16.360Z | Downloaded match_cfg v0.1.0 |
| 811 | 2026-06-09T21:34:16.360Z | Downloaded derive_more v2.1.1 |
| 812 | 2026-06-09T21:34:16.365Z | Downloaded pbkdf2 v0.11.0 |
| 813 | 2026-06-09T21:34:16.368Z | Downloaded peg-runtime v0.8.5 |
| 814 | 2026-06-09T21:34:16.368Z | Downloaded pbkdf2 v0.12.2 |
| 815 | 2026-06-09T21:34:16.371Z | Downloaded path-slash v0.1.5 |
| 816 | 2026-06-09T21:34:16.372Z | Downloaded phf_shared v0.13.1 |
| 817 | 2026-06-09T21:34:16.372Z | Downloaded getrandom v0.3.4 |
| 818 | 2026-06-09T21:34:16.375Z | Downloaded num_enum_derive v0.7.6 |
| 819 | 2026-06-09T21:34:16.375Z | Downloaded num_enum v0.7.6 |
| 820 | 2026-06-09T21:34:16.378Z | Downloaded phf_shared v0.12.1 |
| 821 | 2026-06-09T21:34:16.378Z | Downloaded crypto-bigint v0.5.5 |
| 822 | 2026-06-09T21:34:16.381Z | Downloaded compact_str v0.8.1 |
| 823 | 2026-06-09T21:34:16.385Z | Downloaded half v2.7.1 |
| 824 | 2026-06-09T21:34:16.389Z | Downloaded crossterm v0.29.0 |
| 825 | 2026-06-09T21:34:16.392Z | Downloaded mime_guess v2.0.5 |
| 826 | 2026-06-09T21:34:16.392Z | Downloaded memmap2 v0.9.10 |
| 827 | 2026-06-09T21:34:16.392Z | Downloaded ingot-macros v0.1.1 |
| 828 | 2026-06-09T21:34:16.395Z | Downloaded indexmap v1.9.3 |
| 829 | 2026-06-09T21:34:16.395Z | Downloaded oxide-tokio-rt v0.1.4 |
| 830 | 2026-06-09T21:34:16.398Z | Downloaded packed_struct v0.10.1 |
| 831 | 2026-06-09T21:34:16.399Z | Downloaded num v0.4.3 |
| 832 | 2026-06-09T21:34:16.399Z | Downloaded pin-utils v0.1.0 |
| 833 | 2026-06-09T21:34:16.402Z | Downloaded num_enum v0.5.11 |
| 834 | 2026-06-09T21:34:16.405Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 835 | 2026-06-09T21:34:16.405Z | Downloaded proc-macro-crate v1.3.1 |
| 836 | 2026-06-09T21:34:16.405Z | Downloaded precomputed-hash v0.1.1 |
| 837 | 2026-06-09T21:34:16.405Z | Downloaded powerfmt v0.2.0 |
| 838 | 2026-06-09T21:34:16.405Z | Downloaded owo-colors v4.3.0 |
| 839 | 2026-06-09T21:34:16.408Z | Downloaded proc-macro-crate v3.4.0 |
| 840 | 2026-06-09T21:34:16.408Z | Downloaded ignore v0.4.25 |
| 841 | 2026-06-09T21:34:16.411Z | Downloaded headers v0.4.1 |
| 842 | 2026-06-09T21:34:16.415Z | Downloaded predicates-tree v1.0.13 |
| 843 | 2026-06-09T21:34:16.415Z | Downloaded darling_core v0.21.3 |
| 844 | 2026-06-09T21:34:16.418Z | Downloaded num-integer v0.1.46 |
| 845 | 2026-06-09T21:34:16.418Z | Downloaded flume v0.11.1 |
| 846 | 2026-06-09T21:34:16.421Z | Downloaded darling_core v0.23.0 |
| 847 | 2026-06-09T21:34:16.424Z | Downloaded crossbeam-utils v0.8.21 |
| 848 | 2026-06-09T21:34:16.427Z | Downloaded chacha20poly1305 v0.10.1 |
| 849 | 2026-06-09T21:34:16.428Z | Downloaded derive-where v1.6.0 |
| 850 | 2026-06-09T21:34:16.431Z | Downloaded progenitor-client v0.10.0 |
| 851 | 2026-06-09T21:34:16.431Z | Downloaded parking_lot_core v0.8.6 |
| 852 | 2026-06-09T21:34:16.431Z | Downloaded progenitor-macro v0.13.0 |
| 853 | 2026-06-09T21:34:16.435Z | Downloaded bumpalo v3.20.2 |
| 854 | 2026-06-09T21:34:16.435Z | Downloaded predicates-core v1.0.10 |
| 855 | 2026-06-09T21:34:16.435Z | Downloaded num-rational v0.4.2 |
| 856 | 2026-06-09T21:34:16.438Z | Downloaded oxnet v0.1.5 |
| 857 | 2026-06-09T21:34:16.438Z | Downloaded ar_archive_writer v0.5.1 |
| 858 | 2026-06-09T21:34:16.441Z | Downloaded litrs v1.0.0 |
| 859 | 2026-06-09T21:34:16.441Z | Downloaded peg v0.8.5 |
| 860 | 2026-06-09T21:34:16.444Z | Downloaded phf_shared v0.11.3 |
| 861 | 2026-06-09T21:34:16.445Z | Downloaded pem-rfc7468 v0.7.0 |
| 862 | 2026-06-09T21:34:16.448Z | Downloaded progenitor-macro v0.11.2 |
| 863 | 2026-06-09T21:34:16.448Z | Downloaded password-hash v0.4.2 |
| 864 | 2026-06-09T21:34:16.448Z | Downloaded num-complex v0.4.6 |
| 865 | 2026-06-09T21:34:16.448Z | Downloaded native-tls v0.2.18 |
| 866 | 2026-06-09T21:34:16.451Z | Downloaded nanorand v0.7.0 |
| 867 | 2026-06-09T21:34:16.452Z | Downloaded progenitor-client v0.11.2 |
| 868 | 2026-06-09T21:34:16.452Z | Downloaded pin-project-internal v1.1.11 |
| 869 | 2026-06-09T21:34:16.455Z | Downloaded parse-display-derive v0.10.0 |
| 870 | 2026-06-09T21:34:16.455Z | Downloaded nu-ansi-term v0.50.3 |
| 871 | 2026-06-09T21:34:16.455Z | Downloaded quick-error v1.2.3 |
| 872 | 2026-06-09T21:34:16.458Z | Downloaded peg-macros v0.8.5 |
| 873 | 2026-06-09T21:34:16.459Z | Downloaded phf v0.13.1 |
| 874 | 2026-06-09T21:34:16.459Z | Downloaded paste v1.0.15 |
| 875 | 2026-06-09T21:34:16.463Z | Downloaded radium v0.7.0 |
| 876 | 2026-06-09T21:34:16.463Z | Downloaded progenitor-client v0.14.0 |
| 877 | 2026-06-09T21:34:16.463Z | Downloaded futures v0.3.32 |
| 878 | 2026-06-09T21:34:16.466Z | Downloaded psl-types v2.0.11 |
| 879 | 2026-06-09T21:34:16.466Z | Downloaded elliptic-curve v0.13.8 |
| 880 | 2026-06-09T21:34:16.470Z | Downloaded postgres-protocol v0.6.10 |
| 881 | 2026-06-09T21:34:16.470Z | Downloaded pkg-config v0.3.32 |
| 882 | 2026-06-09T21:34:16.473Z | Downloaded phf v0.12.1 |
| 883 | 2026-06-09T21:34:16.478Z | Downloaded heapless v0.7.17 |
| 884 | 2026-06-09T21:34:16.481Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-06-09T21:34:16.484Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 886 | 2026-06-09T21:34:16.484Z | Downloaded recursive v0.1.1 |
| 887 | 2026-06-09T21:34:16.484Z | Downloaded rand_chacha v0.3.1 |
| 888 | 2026-06-09T21:34:16.488Z | Downloaded progenitor v0.14.0 |
| 889 | 2026-06-09T21:34:16.491Z | Downloaded progenitor v0.11.2 |
| 890 | 2026-06-09T21:34:16.491Z | Downloaded hickory-resolver v0.25.2 |
| 891 | 2026-06-09T21:34:16.494Z | Downloaded cc v1.2.56 |
| 892 | 2026-06-09T21:34:16.498Z | Downloaded pkcs8 v0.10.2 |
| 893 | 2026-06-09T21:34:16.498Z | Downloaded pin-project-lite v0.2.17 |
| 894 | 2026-06-09T21:34:16.501Z | Downloaded progenitor-macro v0.14.0 |
| 895 | 2026-06-09T21:34:16.501Z | Downloaded async-compression v0.4.41 |
| 896 | 2026-06-09T21:34:16.504Z | Downloaded polyval v0.6.2 |
| 897 | 2026-06-09T21:34:16.509Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-06-09T21:34:16.509Z | Downloaded password-hash v0.5.0 |
| 899 | 2026-06-09T21:34:16.509Z | Downloaded parking_lot_core v0.9.12 |
| 900 | 2026-06-09T21:34:16.510Z | Downloaded parking_lot v0.12.5 |
| 901 | 2026-06-09T21:34:16.513Z | Downloaded rand_xorshift v0.4.0 |
| 902 | 2026-06-09T21:34:16.517Z | Downloaded russh-cryptovec v0.7.3 |
| 903 | 2026-06-09T21:34:16.517Z | Downloaded rfc6979 v0.4.0 |
| 904 | 2026-06-09T21:34:16.520Z | Downloaded omicron-zone-package v0.12.2 |
| 905 | 2026-06-09T21:34:16.523Z | Downloaded psm v0.1.30 |
| 906 | 2026-06-09T21:34:16.527Z | Downloaded r2d2 v0.8.10 |
| 907 | 2026-06-09T21:34:16.527Z | Downloaded predicates v3.1.4 |
| 908 | 2026-06-09T21:34:16.530Z | Downloaded crossbeam-channel v0.5.15 |
| 909 | 2026-06-09T21:34:16.530Z | Downloaded rtoolbox v0.0.3 |
| 910 | 2026-06-09T21:34:16.533Z | Downloaded libbz2-rs-sys v0.2.2 |
| 911 | 2026-06-09T21:34:16.540Z | Downloaded expectorate v1.2.0 |
| 912 | 2026-06-09T21:34:16.543Z | Downloaded der v0.7.10 |
| 913 | 2026-06-09T21:34:16.546Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-06-09T21:34:16.550Z | Downloaded ref-cast v1.0.25 |
| 915 | 2026-06-09T21:34:16.550Z | Downloaded ref-cast-impl v1.0.25 |
| 916 | 2026-06-09T21:34:16.553Z | Downloaded progenitor-client v0.13.0 |
| 917 | 2026-06-09T21:34:16.553Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-06-09T21:34:16.553Z | Downloaded papergrid v0.17.0 |
| 919 | 2026-06-09T21:34:16.556Z | Downloaded primeorder v0.13.6 |
| 920 | 2026-06-09T21:34:16.560Z | Downloaded salsa20 v0.10.2 |
| 921 | 2026-06-09T21:34:16.560Z | Downloaded pem v3.0.6 |
| 922 | 2026-06-09T21:34:16.560Z | Downloaded hickory-resolver v0.24.4 |
| 923 | 2026-06-09T21:34:16.563Z | Downloaded indicatif v0.18.4 |
| 924 | 2026-06-09T21:34:16.566Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-06-09T21:34:16.566Z | Downloaded progenitor v0.13.0 |
| 926 | 2026-06-09T21:34:16.570Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-06-09T21:34:16.570Z | Downloaded parking_lot v0.11.2 |
| 928 | 2026-06-09T21:34:16.574Z | Downloaded scheduled-thread-pool v0.2.7 |
| 929 | 2026-06-09T21:34:16.577Z | Downloaded same-file v1.0.6 |
| 930 | 2026-06-09T21:34:16.577Z | Downloaded derive_more-impl v2.1.1 |
| 931 | 2026-06-09T21:34:16.582Z | Downloaded jiff-static v0.2.21 |
| 932 | 2026-06-09T21:34:16.592Z | Downloaded rustc-hash v2.1.1 |
| 933 | 2026-06-09T21:34:16.595Z | Downloaded resolv-conf v0.7.6 |
| 934 | 2026-06-09T21:34:16.599Z | Downloaded serde-big-array v0.5.1 |
| 935 | 2026-06-09T21:34:16.602Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-06-09T21:34:16.605Z | Downloaded pin-project v1.1.11 |
| 937 | 2026-06-09T21:34:16.609Z | Downloaded poly1305 v0.8.0 |
| 938 | 2026-06-09T21:34:16.612Z | Downloaded serde_bytes v0.11.19 |
| 939 | 2026-06-09T21:34:16.612Z | Downloaded seq-macro v0.3.6 |
| 940 | 2026-06-09T21:34:16.615Z | Downloaded postgres-types v0.2.12 |
| 941 | 2026-06-09T21:34:16.615Z | Downloaded scopeguard v1.2.0 |
| 942 | 2026-06-09T21:34:16.618Z | Downloaded postcard v1.1.3 |
| 943 | 2026-06-09T21:34:16.618Z | Downloaded pkcs5 v0.7.1 |
| 944 | 2026-06-09T21:34:16.621Z | Downloaded serde_repr v0.1.20 |
| 945 | 2026-06-09T21:34:16.622Z | Downloaded sapling-renderdag v0.1.0 |
| 946 | 2026-06-09T21:34:16.622Z | Downloaded rand_chacha v0.9.0 |
| 947 | 2026-06-09T21:34:16.625Z | Downloaded rand_seeder v0.4.0 |
| 948 | 2026-06-09T21:34:16.626Z | Downloaded rand_core v0.6.4 |
| 949 | 2026-06-09T21:34:16.630Z | Downloaded oso v0.27.3 |
| 950 | 2026-06-09T21:34:16.630Z | Downloaded flate2 v1.1.9 |
| 951 | 2026-06-09T21:34:16.630Z | Downloaded ed25519-dalek v2.2.0 |
| 952 | 2026-06-09T21:34:16.634Z | Downloaded openssl-sys v0.9.115 |
| 953 | 2026-06-09T21:34:16.637Z | Downloaded prefix-trie v0.7.0 |
| 954 | 2026-06-09T21:34:16.640Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-06-09T21:34:16.640Z | Downloaded scrypt v0.11.0 |
| 956 | 2026-06-09T21:34:16.643Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-06-09T21:34:16.643Z | Downloaded signal-hook-tokio v0.3.1 |
| 958 | 2026-06-09T21:34:16.643Z | Downloaded shell-words v1.1.1 |
| 959 | 2026-06-09T21:34:16.643Z | Downloaded rand_core v0.10.0 |
| 960 | 2026-06-09T21:34:16.647Z | Downloaded rand_core v0.9.5 |
| 961 | 2026-06-09T21:34:16.647Z | Downloaded serde_plain v1.0.2 |
| 962 | 2026-06-09T21:34:16.677Z | Downloaded serde_urlencoded v0.7.1 |
| 963 | 2026-06-09T21:34:16.678Z | Downloaded schemars_derive v0.8.22 |
| 964 | 2026-06-09T21:34:16.678Z | Downloaded rusty-fork v0.3.1 |
| 965 | 2026-06-09T21:34:16.678Z | Downloaded secrecy v0.10.3 |
| 966 | 2026-06-09T21:34:16.678Z | Downloaded rustls-native-certs v0.8.3 |
| 967 | 2026-06-09T21:34:16.678Z | Downloaded sigpipe v0.1.3 |
| 968 | 2026-06-09T21:34:16.678Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-06-09T21:34:16.678Z | Downloaded rustls-pemfile v1.0.4 |
| 970 | 2026-06-09T21:34:16.678Z | Downloaded sct v0.7.1 |
| 971 | 2026-06-09T21:34:16.678Z | Downloaded sha1 v0.10.6 |
| 972 | 2026-06-09T21:34:16.678Z | Downloaded scroll v0.13.0 |
| 973 | 2026-06-09T21:34:16.678Z | Downloaded aes-gcm v0.10.3 |
| 974 | 2026-06-09T21:34:16.678Z | Downloaded signature v2.2.0 |
| 975 | 2026-06-09T21:34:16.678Z | Downloaded signal-hook-mio v0.2.5 |
| 976 | 2026-06-09T21:34:16.682Z | Downloaded siphasher v1.0.2 |
| 977 | 2026-06-09T21:34:16.682Z | Downloaded semver v0.1.20 |
| 978 | 2026-06-09T21:34:16.682Z | Downloaded sec1 v0.7.3 |
| 979 | 2026-06-09T21:34:16.685Z | Downloaded heapless v0.8.0 |
| 980 | 2026-06-09T21:34:16.689Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-06-09T21:34:16.692Z | Downloaded serde_derive_internals v0.29.1 |
| 982 | 2026-06-09T21:34:16.695Z | Downloaded serde_spanned v1.0.4 |
| 983 | 2026-06-09T21:34:16.695Z | Downloaded serde_path_to_error v0.1.20 |
| 984 | 2026-06-09T21:34:16.695Z | Downloaded serde-hex v0.1.0 |
| 985 | 2026-06-09T21:34:16.700Z | Downloaded serde_with_macros v1.5.2 |
| 986 | 2026-06-09T21:34:16.708Z | Downloaded hyper-util v0.1.20 |
| 987 | 2026-06-09T21:34:16.711Z | Downloaded slog-bunyan v2.5.0 |
| 988 | 2026-06-09T21:34:16.714Z | Downloaded prettyplease v0.2.37 |
| 989 | 2026-06-09T21:34:16.714Z | Downloaded pretty_assertions v1.4.1 |
| 990 | 2026-06-09T21:34:16.718Z | Downloaded aho-corasick v1.1.4 |
| 991 | 2026-06-09T21:34:16.722Z | Downloaded diesel_derives v2.3.7 |
| 992 | 2026-06-09T21:34:16.733Z | Downloaded shlex v1.3.0 |
| 993 | 2026-06-09T21:34:16.737Z | Downloaded ssh-encoding v0.2.0 |
| 994 | 2026-06-09T21:34:16.740Z | Downloaded structmeta-derive v0.3.0 |
| 995 | 2026-06-09T21:34:16.751Z | Downloaded progenitor-impl v0.14.0 |
| 996 | 2026-06-09T21:34:16.759Z | Downloaded slog-stdlog v4.1.1 |
| 997 | 2026-06-09T21:34:16.762Z | Downloaded rustversion v1.0.22 |
| 998 | 2026-06-09T21:34:16.765Z | Downloaded slog-term v2.9.2 |
| 999 | 2026-06-09T21:34:16.765Z | Downloaded slog-envlogger v2.2.0 |
| 1000 | 2026-06-09T21:34:16.765Z | Downloaded ssh-cipher v0.2.0 |
| 1001 | 2026-06-09T21:34:16.769Z | Downloaded strsim v0.10.0 |
| 1002 | 2026-06-09T21:34:16.769Z | Downloaded strum v0.27.2 |
| 1003 | 2026-06-09T21:34:16.769Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-06-09T21:34:16.769Z | Downloaded russh-keys v0.45.0 |
| 1005 | 2026-06-09T21:34:16.772Z | Downloaded supports-color v3.0.2 |
| 1006 | 2026-06-09T21:34:16.772Z | Downloaded structmeta v0.3.0 |
| 1007 | 2026-06-09T21:34:16.772Z | Downloaded subtle v2.6.1 |
| 1008 | 2026-06-09T21:34:16.775Z | Downloaded serde_cbor v0.11.2 |
| 1009 | 2026-06-09T21:34:16.775Z | Downloaded testing_table v0.3.0 |
| 1010 | 2026-06-09T21:34:16.775Z | Downloaded tabwriter v1.4.1 |
| 1011 | 2026-06-09T21:34:16.779Z | Downloaded take_mut v0.2.2 |
| 1012 | 2026-06-09T21:34:16.779Z | Downloaded tagptr v0.2.0 |
| 1013 | 2026-06-09T21:34:16.779Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-06-09T21:34:16.779Z | Downloaded sync-ptr v0.1.4 |
| 1015 | 2026-06-09T21:34:16.782Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1016 | 2026-06-09T21:34:16.782Z | Downloaded slog-json v2.6.1 |
| 1017 | 2026-06-09T21:34:16.785Z | Downloaded slog-dtrace v0.3.0 |
| 1018 | 2026-06-09T21:34:16.785Z | Downloaded hickory-server v0.25.2 |
| 1019 | 2026-06-09T21:34:16.789Z | Downloaded hashbrown v0.12.3 |
| 1020 | 2026-06-09T21:34:16.792Z | Downloaded mio v1.2.0 |
| 1021 | 2026-06-09T21:34:16.795Z | Downloaded serde_with_macros v3.17.0 |
| 1022 | 2026-06-09T21:34:16.795Z | Downloaded hashbrown v0.13.2 |
| 1023 | 2026-06-09T21:34:16.798Z | Downloaded spki v0.7.3 |
| 1024 | 2026-06-09T21:34:16.798Z | Downloaded thread-id v5.1.0 |
| 1025 | 2026-06-09T21:34:16.798Z | Downloaded slab v0.4.12 |
| 1026 | 2026-06-09T21:34:16.801Z | Downloaded signal-hook-registry v1.4.8 |
| 1027 | 2026-06-09T21:34:16.801Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-06-09T21:34:16.801Z | Downloaded smf v0.2.3 |
| 1029 | 2026-06-09T21:34:16.805Z | Downloaded tabled_derive v0.11.0 |
| 1030 | 2026-06-09T21:34:16.805Z | Downloaded smallvec v0.6.14 |
| 1031 | 2026-06-09T21:34:16.805Z | Downloaded rustls-pki-types v1.14.0 |
| 1032 | 2026-06-09T21:34:16.808Z | Downloaded termtree v0.5.1 |
| 1033 | 2026-06-09T21:34:16.808Z | Downloaded slog-scope v4.4.1 |
| 1034 | 2026-06-09T21:34:16.808Z | Downloaded slog-async v2.8.0 |
| 1035 | 2026-06-09T21:34:16.811Z | Downloaded rayon-core v1.13.0 |
| 1036 | 2026-06-09T21:34:16.814Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1037 | 2026-06-09T21:34:16.814Z | Downloaded p256 v0.13.2 |
| 1038 | 2026-06-09T21:34:16.817Z | Downloaded ryu v1.0.23 |
| 1039 | 2026-06-09T21:34:16.820Z | Downloaded tinyvec_macros v0.1.1 |
| 1040 | 2026-06-09T21:34:16.820Z | Downloaded strum v0.26.3 |
| 1041 | 2026-06-09T21:34:16.821Z | Downloaded string_cache v0.8.9 |
| 1042 | 2026-06-09T21:34:16.824Z | Downloaded http v1.4.0 |
| 1043 | 2026-06-09T21:34:16.830Z | Downloaded time-core v0.1.8 |
| 1044 | 2026-06-09T21:34:16.833Z | Downloaded snafu-derive v0.8.9 |
| 1045 | 2026-06-09T21:34:16.836Z | Downloaded static_assertions v1.1.0 |
| 1046 | 2026-06-09T21:34:16.836Z | Downloaded minimal-lexical v0.2.1 |
| 1047 | 2026-06-09T21:34:16.840Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-06-09T21:34:16.840Z | Downloaded progenitor-impl v0.13.0 |
| 1049 | 2026-06-09T21:34:16.843Z | Downloaded progenitor-impl v0.11.2 |
| 1050 | 2026-06-09T21:34:16.843Z | Downloaded stringprep v0.1.5 |
| 1051 | 2026-06-09T21:34:16.846Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-06-09T21:34:16.846Z | Downloaded ron v0.8.1 |
| 1053 | 2026-06-09T21:34:16.850Z | Downloaded stacker v0.1.23 |
| 1054 | 2026-06-09T21:34:16.853Z | Downloaded sqlparser_derive v0.5.0 |
| 1055 | 2026-06-09T21:34:16.853Z | Downloaded publicsuffix v2.3.0 |
| 1056 | 2026-06-09T21:34:16.853Z | Downloaded support-bundle-viewer v0.1.2 |
| 1057 | 2026-06-09T21:34:16.856Z | Downloaded strum_macros v0.27.2 |
| 1058 | 2026-06-09T21:34:16.856Z | Downloaded strum_macros v0.24.3 |
| 1059 | 2026-06-09T21:34:16.867Z | Downloaded itertools v0.10.5 |
| 1060 | 2026-06-09T21:34:16.871Z | Downloaded num-bigint v0.4.6 |
| 1061 | 2026-06-09T21:34:16.879Z | Downloaded schemars v0.8.22 |
| 1062 | 2026-06-09T21:34:16.885Z | Downloaded thread_local v1.1.9 |
| 1063 | 2026-06-09T21:34:16.888Z | Downloaded tap v1.0.1 |
| 1064 | 2026-06-09T21:34:16.889Z | Downloaded rcgen v0.12.1 |
| 1065 | 2026-06-09T21:34:16.889Z | Downloaded tower-service v0.3.3 |
| 1066 | 2026-06-09T21:34:16.892Z | Downloaded tower-layer v0.3.3 |
| 1067 | 2026-06-09T21:34:16.892Z | Downloaded spin v0.9.8 |
| 1068 | 2026-06-09T21:34:16.896Z | Downloaded termios v0.3.3 |
| 1069 | 2026-06-09T21:34:16.897Z | Downloaded dropshot-api-manager v0.7.2 |
| 1070 | 2026-06-09T21:34:16.904Z | Downloaded signal-hook v0.3.18 |
| 1071 | 2026-06-09T21:34:16.907Z | Downloaded tiny-keccak v2.0.2 |
| 1072 | 2026-06-09T21:34:16.910Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2026-06-09T21:34:16.913Z | Downloaded try-lock v0.2.5 |
| 1074 | 2026-06-09T21:34:16.913Z | Downloaded trait-variant v0.1.2 |
| 1075 | 2026-06-09T21:34:16.916Z | Downloaded topological-sort v0.2.2 |
| 1076 | 2026-06-09T21:34:16.920Z | Downloaded tls_codec_derive v0.4.2 |
| 1077 | 2026-06-09T21:34:16.923Z | Downloaded quinn v0.11.9 |
| 1078 | 2026-06-09T21:34:16.926Z | Downloaded futures-util v0.3.32 |
| 1079 | 2026-06-09T21:34:16.930Z | Downloaded tokio-native-tls v0.3.1 |
| 1080 | 2026-06-09T21:34:16.934Z | Downloaded unarray v0.1.4 |
| 1081 | 2026-06-09T21:34:16.934Z | Downloaded typify-macro v0.4.3 |
| 1082 | 2026-06-09T21:34:16.934Z | Downloaded qorb v0.4.1 |
| 1083 | 2026-06-09T21:34:16.939Z | Downloaded strum_macros v0.26.4 |
| 1084 | 2026-06-09T21:34:16.939Z | Downloaded similar v2.7.0 |
| 1085 | 2026-06-09T21:34:16.942Z | Downloaded tokio-dtrace v0.1.1 |
| 1086 | 2026-06-09T21:34:16.943Z | Downloaded tokio-rustls v0.25.0 |
| 1087 | 2026-06-09T21:34:16.943Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1088 | 2026-06-09T21:34:16.947Z | Downloaded universal-hash v0.5.1 |
| 1089 | 2026-06-09T21:34:16.947Z | Downloaded unit-prefix v0.5.2 |
| 1090 | 2026-06-09T21:34:16.947Z | Downloaded usdt v0.6.0 |
| 1091 | 2026-06-09T21:34:16.947Z | Downloaded untrusted v0.7.1 |
| 1092 | 2026-06-09T21:34:16.950Z | Downloaded term v0.7.0 |
| 1093 | 2026-06-09T21:34:16.950Z | Downloaded hashbrown v0.15.5 |
| 1094 | 2026-06-09T21:34:16.954Z | Downloaded unicode-truncate v1.1.0 |
| 1095 | 2026-06-09T21:34:16.954Z | Downloaded socket2 v0.5.10 |
| 1096 | 2026-06-09T21:34:16.957Z | Downloaded nom v7.1.3 |
| 1097 | 2026-06-09T21:34:16.961Z | Downloaded socket2 v0.6.3 |
| 1098 | 2026-06-09T21:34:16.964Z | Downloaded rustls-webpki v0.103.9 |
| 1099 | 2026-06-09T21:34:16.967Z | Downloaded tokio-tungstenite v0.21.0 |
| 1100 | 2026-06-09T21:34:16.971Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1101 | 2026-06-09T21:34:16.971Z | Downloaded usdt-macro v0.6.0 |
| 1102 | 2026-06-09T21:34:16.975Z | Downloaded tokio-tungstenite v0.23.1 |
| 1103 | 2026-06-09T21:34:16.978Z | Downloaded utf-8 v0.7.6 |
| 1104 | 2026-06-09T21:34:16.981Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1105 | 2026-06-09T21:34:16.981Z | Downloaded itertools v0.13.0 |
| 1106 | 2026-06-09T21:34:16.987Z | Downloaded schemars v0.9.0 |
| 1107 | 2026-06-09T21:34:16.995Z | Downloaded tui-tree-widget v0.23.1 |
| 1108 | 2026-06-09T21:34:16.998Z | Downloaded tls_codec v0.4.2 |
| 1109 | 2026-06-09T21:34:16.998Z | Downloaded samael v0.0.19 |
| 1110 | 2026-06-09T21:34:17.003Z | Downloaded blake3 v1.8.3 |
| 1111 | 2026-06-09T21:34:17.006Z | Downloaded wait-timeout v0.2.1 |
| 1112 | 2026-06-09T21:34:17.009Z | Downloaded typify-macro v0.6.2 |
| 1113 | 2026-06-09T21:34:17.013Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1114 | 2026-06-09T21:34:17.017Z | Downloaded void v1.0.2 |
| 1115 | 2026-06-09T21:34:17.017Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-06-09T21:34:17.017Z | Downloaded snafu v0.8.9 |
| 1117 | 2026-06-09T21:34:17.020Z | Downloaded want v0.3.1 |
| 1118 | 2026-06-09T21:34:17.024Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-06-09T21:34:17.024Z | Downloaded untrusted v0.9.0 |
| 1120 | 2026-06-09T21:34:17.024Z | Downloaded xshell-macros v0.2.7 |
| 1121 | 2026-06-09T21:34:17.024Z | Downloaded rsa v0.9.10 |
| 1122 | 2026-06-09T21:34:17.027Z | Downloaded libxml v0.3.3 |
| 1123 | 2026-06-09T21:34:17.030Z | Downloaded tokio-rustls v0.26.4 |
| 1124 | 2026-06-09T21:34:17.030Z | Downloaded hyper v1.8.1 |
| 1125 | 2026-06-09T21:34:17.034Z | Downloaded h2 v0.4.13 |
| 1126 | 2026-06-09T21:34:17.038Z | Downloaded usdt-attr-macro v0.6.0 |
| 1127 | 2026-06-09T21:34:17.041Z | Downloaded tokio-stream v0.1.18 |
| 1128 | 2026-06-09T21:34:17.041Z | Downloaded term v1.2.1 |
| 1129 | 2026-06-09T21:34:17.044Z | Downloaded xattr v1.6.1 |
| 1130 | 2026-06-09T21:34:17.044Z | Downloaded p521 v0.13.3 |
| 1131 | 2026-06-09T21:34:17.047Z | Downloaded zone_cfg_derive v0.3.1 |
| 1132 | 2026-06-09T21:34:17.047Z | Downloaded tokio-rustls v0.24.1 |
| 1133 | 2026-06-09T21:34:17.050Z | Downloaded subprocess v0.2.15 |
| 1134 | 2026-06-09T21:34:17.054Z | Downloaded vergen-lib v9.1.0 |
| 1135 | 2026-06-09T21:34:17.059Z | Downloaded tinyvec v1.10.0 |
| 1136 | 2026-06-09T21:34:17.062Z | Downloaded itertools v0.12.1 |
| 1137 | 2026-06-09T21:34:17.067Z | Downloaded slog v2.8.2 |
| 1138 | 2026-06-09T21:34:17.070Z | Downloaded rand v0.8.6 |
| 1139 | 2026-06-09T21:34:17.074Z | Downloaded usdt-impl v0.6.0 |
| 1140 | 2026-06-09T21:34:17.077Z | Downloaded whoami v2.1.0 |
| 1141 | 2026-06-09T21:34:17.077Z | Downloaded whoami v1.6.1 |
| 1142 | 2026-06-09T21:34:17.077Z | Downloaded zone v0.3.1 |
| 1143 | 2026-06-09T21:34:17.081Z | Downloaded zeroize_derive v1.4.3 |
| 1144 | 2026-06-09T21:34:17.081Z | Downloaded libm v0.2.16 |
| 1145 | 2026-06-09T21:34:17.084Z | Downloaded russh v0.45.0 |
| 1146 | 2026-06-09T21:34:17.087Z | Downloaded aws-lc-rs v1.16.3 |
| 1147 | 2026-06-09T21:34:17.092Z | Downloaded test-strategy v0.4.5 |
| 1148 | 2026-06-09T21:34:17.096Z | Downloaded serde_with v1.14.0 |
| 1149 | 2026-06-09T21:34:17.099Z | Downloaded tar v0.4.45 |
| 1150 | 2026-06-09T21:34:17.102Z | Downloaded iddqd v0.4.2 |
| 1151 | 2026-06-09T21:34:17.106Z | Downloaded zeroize v1.8.2 |
| 1152 | 2026-06-09T21:34:17.106Z | Downloaded vergen-lib v0.1.6 |
| 1153 | 2026-06-09T21:34:17.110Z | Downloaded time-macros v0.2.27 |
| 1154 | 2026-06-09T21:34:17.110Z | Downloaded vergen-git2 v9.1.0 |
| 1155 | 2026-06-09T21:34:17.110Z | Downloaded uzers v0.12.2 |
| 1156 | 2026-06-09T21:34:17.113Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1157 | 2026-06-09T21:34:17.113Z | Downloaded tracing-attributes v0.1.31 |
| 1158 | 2026-06-09T21:34:17.113Z | Downloaded toml v0.7.8 |
| 1159 | 2026-06-09T21:34:17.117Z | Downloaded vsss-rs v3.3.4 |
| 1160 | 2026-06-09T21:34:17.117Z | Downloaded twox-hash v2.1.2 |
| 1161 | 2026-06-09T21:34:17.121Z | Downloaded rustyline v14.0.0 |
| 1162 | 2026-06-09T21:34:17.121Z | Downloaded tungstenite v0.23.0 |
| 1163 | 2026-06-09T21:34:17.124Z | Downloaded zstd-safe v7.2.4 |
| 1164 | 2026-06-09T21:34:17.124Z | Downloaded num-bigint-dig v0.8.6 |
| 1165 | 2026-06-09T21:34:17.127Z | Downloaded tungstenite v0.21.0 |
| 1166 | 2026-06-09T21:34:17.133Z | Downloaded unicode-properties v0.1.4 |
| 1167 | 2026-06-09T21:34:17.136Z | Downloaded xshell v0.2.7 |
| 1168 | 2026-06-09T21:34:17.139Z | Downloaded schemars v1.2.1 |
| 1169 | 2026-06-09T21:34:17.144Z | Downloaded zerocopy v0.6.6 |
| 1170 | 2026-06-09T21:34:17.148Z | Downloaded unicode-bidi v0.3.18 |
| 1171 | 2026-06-09T21:34:17.148Z | Downloaded nom v8.0.0 |
| 1172 | 2026-06-09T21:34:17.151Z | Downloaded itertools v0.14.0 |
| 1173 | 2026-06-09T21:34:17.154Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1174 | 2026-06-09T21:34:17.157Z | Downloaded bitvec v1.0.1 |
| 1175 | 2026-06-09T21:34:17.165Z | Downloaded zstd v0.13.3 |
| 1176 | 2026-06-09T21:34:17.168Z | Downloaded vergen-gitcl v1.0.8 |
| 1177 | 2026-06-09T21:34:17.168Z | Downloaded rand v0.9.2 |
| 1178 | 2026-06-09T21:34:17.172Z | Downloaded vergen v9.1.0 |
| 1179 | 2026-06-09T21:34:17.172Z | Downloaded bindgen v0.71.1 |
| 1180 | 2026-06-09T21:34:17.175Z | Downloaded rand v0.10.0 |
| 1181 | 2026-06-09T21:34:17.179Z | Downloaded iri-string v0.7.10 |
| 1182 | 2026-06-09T21:34:17.184Z | Downloaded hkdf v0.12.4 |
| 1183 | 2026-06-09T21:34:17.187Z | Downloaded hashbrown v0.16.1 |
| 1184 | 2026-06-09T21:34:17.187Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-06-09T21:34:17.191Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-06-09T21:34:17.195Z | Downloaded unsafe-libyaml v0.2.11 |
| 1187 | 2026-06-09T21:34:17.199Z | Downloaded walkdir v2.5.0 |
| 1188 | 2026-06-09T21:34:17.199Z | Downloaded typify v0.4.3 |
| 1189 | 2026-06-09T21:34:17.203Z | Downloaded typify v0.6.2 |
| 1190 | 2026-06-09T21:34:17.203Z | Downloaded git2 v0.20.4 |
| 1191 | 2026-06-09T21:34:17.209Z | Downloaded yasna v0.5.2 |
| 1192 | 2026-06-09T21:34:17.212Z | Downloaded zopfli v0.8.3 |
| 1193 | 2026-06-09T21:34:17.216Z | Downloaded ssh-key v0.6.7 |
| 1194 | 2026-06-09T21:34:17.219Z | Downloaded regex v1.12.3 |
| 1195 | 2026-06-09T21:34:17.222Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1196 | 2026-06-09T21:34:17.225Z | Downloaded reedline v0.40.0 |
| 1197 | 2026-06-09T21:34:17.231Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-06-09T21:34:17.234Z | Downloaded tokio-postgres v0.7.16 |
| 1199 | 2026-06-09T21:34:17.238Z | Downloaded unicode_categories v0.1.1 |
| 1200 | 2026-06-09T21:34:17.241Z | Downloaded chrono v0.4.44 |
| 1201 | 2026-06-09T21:34:17.247Z | Downloaded zip v0.6.6 |
| 1202 | 2026-06-09T21:34:17.251Z | Downloaded steno v0.4.1 |
| 1203 | 2026-06-09T21:34:17.254Z | Downloaded vte v0.14.1 |
| 1204 | 2026-06-09T21:34:17.257Z | Downloaded rpassword v7.4.0 |
| 1205 | 2026-06-09T21:34:18.267Z | Downloaded reqwest v0.12.28 |
| 1206 | 2026-06-09T21:34:18.272Z | Downloaded yansi v1.0.1 |
| 1207 | 2026-06-09T21:34:18.272Z | Downloaded zerocopy-derive v0.8.40 |
| 1208 | 2026-06-09T21:34:18.272Z | Downloaded p384 v0.13.1 |
| 1209 | 2026-06-09T21:34:18.272Z | Downloaded tower v0.5.3 |
| 1210 | 2026-06-09T21:34:18.272Z | Downloaded salty v0.3.0 |
| 1211 | 2026-06-09T21:34:18.272Z | Downloaded lalrpop v0.19.12 |
| 1212 | 2026-06-09T21:34:18.272Z | Downloaded typed-path v0.9.3 |
| 1213 | 2026-06-09T21:34:18.272Z | Downloaded toml_edit v0.19.15 |
| 1214 | 2026-06-09T21:34:18.272Z | Downloaded rustls-webpki v0.101.7 |
| 1215 | 2026-06-09T21:34:18.272Z | Downloaded quick-xml v0.37.5 |
| 1216 | 2026-06-09T21:34:18.272Z | Downloaded proptest v1.10.0 |
| 1217 | 2026-06-09T21:34:18.272Z | Downloaded moka v0.12.13 |
| 1218 | 2026-06-09T21:34:18.272Z | Downloaded x509-cert v0.2.5 |
| 1219 | 2026-06-09T21:34:18.272Z | Downloaded uuid v1.23.0 |
| 1220 | 2026-06-09T21:34:18.272Z | Downloaded rustls-webpki v0.102.8 |
| 1221 | 2026-06-09T21:34:18.272Z | Downloaded tokio-util v0.7.18 |
| 1222 | 2026-06-09T21:34:18.272Z | Downloaded serde_with v3.17.0 |
| 1223 | 2026-06-09T21:34:18.272Z | Downloaded nix v0.27.1 |
| 1224 | 2026-06-09T21:34:18.272Z | Downloaded unicode-segmentation v1.12.0 |
| 1225 | 2026-06-09T21:34:18.272Z | Downloaded portable-atomic v1.13.1 |
| 1226 | 2026-06-09T21:34:18.272Z | Downloaded bstr v1.12.1 |
| 1227 | 2026-06-09T21:34:18.272Z | Downloaded goblin v0.10.5 |
| 1228 | 2026-06-09T21:34:18.272Z | Downloaded nix v0.28.0 |
| 1229 | 2026-06-09T21:34:18.272Z | Downloaded time v0.3.47 |
| 1230 | 2026-06-09T21:34:18.272Z | Downloaded zip v4.6.1 |
| 1231 | 2026-06-09T21:34:18.272Z | Downloaded regex-syntax v0.6.29 |
| 1232 | 2026-06-09T21:34:18.272Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-06-09T21:34:18.272Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-06-09T21:34:18.272Z | Downloaded tough v0.22.0 |
| 1235 | 2026-06-09T21:34:18.272Z | Downloaded object v0.37.3 |
| 1236 | 2026-06-09T21:34:18.272Z | Downloaded tower-http v0.6.8 |
| 1237 | 2026-06-09T21:34:18.272Z | Downloaded rustls v0.22.4 |
| 1238 | 2026-06-09T21:34:18.272Z | Downloaded regress v0.10.5 |
| 1239 | 2026-06-09T21:34:18.273Z | Downloaded object v0.30.4 |
| 1240 | 2026-06-09T21:34:18.273Z | Downloaded hickory-proto v0.25.2 |
| 1241 | 2026-06-09T21:34:18.273Z | Downloaded zerocopy v0.8.40 |
| 1242 | 2026-06-09T21:34:18.273Z | Downloaded regress v0.11.1 |
| 1243 | 2026-06-09T21:34:18.273Z | Downloaded petname v2.0.2 |
| 1244 | 2026-06-09T21:34:18.273Z | Downloaded rustix v0.38.44 |
| 1245 | 2026-06-09T21:34:18.273Z | Downloaded radix_trie v0.2.1 |
| 1246 | 2026-06-09T21:34:18.273Z | Downloaded rustls v0.23.37 |
| 1247 | 2026-06-09T21:34:18.273Z | Downloaded quinn-proto v0.11.13 |
| 1248 | 2026-06-09T21:34:18.273Z | Downloaded winnow v0.5.40 |
| 1249 | 2026-06-09T21:34:18.273Z | Downloaded regex-syntax v0.8.10 |
| 1250 | 2026-06-09T21:34:18.273Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-06-09T21:34:18.273Z | Downloaded curve25519-dalek v4.1.3 |
| 1252 | 2026-06-09T21:34:18.273Z | Downloaded polar-core v0.27.3 |
| 1253 | 2026-06-09T21:34:18.273Z | Downloaded tabled v0.20.0 |
| 1254 | 2026-06-09T21:34:18.273Z | Downloaded sqlparser v0.61.0 |
| 1255 | 2026-06-09T21:34:18.273Z | Downloaded openssl v0.10.79 |
| 1256 | 2026-06-09T21:34:18.273Z | Downloaded smoltcp v0.9.1 |
| 1257 | 2026-06-09T21:34:18.273Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1258 | 2026-06-09T21:34:18.273Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-06-09T21:34:18.273Z | Downloaded rustls v0.21.12 |
| 1260 | 2026-06-09T21:34:18.273Z | Downloaded vcpkg v0.2.15 |
| 1261 | 2026-06-09T21:34:18.273Z | Downloaded webpki-roots v1.0.6 |
| 1262 | 2026-06-09T21:34:18.273Z | Downloaded nix v0.31.2 |
| 1263 | 2026-06-09T21:34:18.273Z | Downloaded dropshot v0.17.0 |
| 1264 | 2026-06-09T21:34:18.274Z | Downloaded hickory-proto v0.24.4 |
| 1265 | 2026-06-09T21:34:18.274Z | Downloaded diesel v2.3.7 |
| 1266 | 2026-06-09T21:34:18.274Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-06-09T21:34:18.274Z | Downloaded regex-automata v0.4.14 |
| 1268 | 2026-06-09T21:34:18.274Z | Downloaded chrono-tz v0.10.4 |
| 1269 | 2026-06-09T21:34:18.274Z | Downloaded petgraph v0.6.5 |
| 1270 | 2026-06-09T21:34:18.274Z | Downloaded openapiv3 v2.2.0 |
| 1271 | 2026-06-09T21:34:18.274Z | Downloaded petgraph v0.8.3 |
| 1272 | 2026-06-09T21:34:18.276Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1273 | 2026-06-09T21:34:18.276Z | Downloaded sha3 v0.10.8 |
| 1274 | 2026-06-09T21:34:18.276Z | Downloaded tokio v1.52.1 |
| 1275 | 2026-06-09T21:34:18.276Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-06-09T21:34:18.276Z | Downloaded sled v0.34.7 |
| 1277 | 2026-06-09T21:34:18.276Z | Downloaded tracing v0.1.44 |
| 1278 | 2026-06-09T21:34:18.276Z | Downloaded typify-impl v0.4.3 |
| 1279 | 2026-06-09T21:34:18.276Z | Downloaded ratatui v0.29.0 |
| 1280 | 2026-06-09T21:34:18.276Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-06-09T21:34:18.276Z | Downloaded ring v0.17.14 |
| 1282 | 2026-06-09T21:34:18.276Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-06-09T21:34:18.276Z | Downloaded libz-sys v1.1.24 |
| 1284 | 2026-06-09T21:34:18.276Z | Downloaded csv v1.4.0 |
| 1285 | 2026-06-09T21:34:18.276Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-06-09T21:34:18.276Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1287 | 2026-06-09T21:34:18.616Z | Downloaded aws-lc-sys v0.40.0 |
| 1288 | 2026-06-09T21:34:18.860Z | Compiling libc v0.2.185 |
| 1289 | 2026-06-09T21:34:18.860Z | Compiling serde v1.0.228 |
| 1290 | 2026-06-09T21:34:18.863Z | Compiling log v0.4.29 |
| 1291 | 2026-06-09T21:34:18.863Z | Compiling find-msvc-tools v0.1.9 |
| 1292 | 2026-06-09T21:34:18.863Z | Compiling shlex v1.3.0 |
| 1293 | 2026-06-09T21:34:18.864Z | Compiling smallvec v1.15.1 |
| 1294 | 2026-06-09T21:34:18.864Z | Compiling typenum v1.19.0 |
| 1295 | 2026-06-09T21:34:18.864Z | Compiling subtle v2.6.1 |
| 1296 | 2026-06-09T21:34:19.049Z | Compiling generic-array v0.14.7 |
| 1297 | 2026-06-09T21:34:19.052Z | Compiling scopeguard v1.2.0 |
| 1298 | 2026-06-09T21:34:19.113Z | Compiling const-oid v0.9.6 |
| 1299 | 2026-06-09T21:34:19.117Z | Compiling serde_json v1.0.149 |
| 1300 | 2026-06-09T21:34:19.140Z | Compiling syn v2.0.117 |
| 1301 | 2026-06-09T21:34:19.144Z | Compiling zerocopy v0.8.40 |
| 1302 | 2026-06-09T21:34:19.144Z | Compiling parking_lot_core v0.9.12 |
| 1303 | 2026-06-09T21:34:19.144Z | Compiling pin-project-lite v0.2.17 |
| 1304 | 2026-06-09T21:34:19.202Z | Compiling lock_api v0.4.14 |
| 1305 | 2026-06-09T21:34:19.217Z | Compiling portable-atomic v1.13.1 |
| 1306 | 2026-06-09T21:34:19.243Z | Compiling pkg-config v0.3.32 |
| 1307 | 2026-06-09T21:34:19.256Z | Compiling bitflags v2.11.0 |
| 1308 | 2026-06-09T21:34:19.286Z | Compiling critical-section v1.2.0 |
| 1309 | 2026-06-09T21:34:19.301Z | Compiling futures-core v0.3.32 |
| 1310 | 2026-06-09T21:34:19.315Z | Compiling libm v0.2.16 |
| 1311 | 2026-06-09T21:34:19.405Z | Compiling num-traits v0.2.19 |
| 1312 | 2026-06-09T21:34:19.435Z | Compiling percent-encoding v2.3.2 |
| 1313 | 2026-06-09T21:34:19.479Z | Compiling futures-sink v0.3.32 |
| 1314 | 2026-06-09T21:34:19.485Z | Compiling slab v0.4.12 |
| 1315 | 2026-06-09T21:34:19.534Z | Compiling futures-io v0.3.32 |
| 1316 | 2026-06-09T21:34:19.537Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-06-09T21:34:19.562Z | Compiling cpufeatures v0.2.17 |
| 1318 | 2026-06-09T21:34:19.620Z | Compiling futures-channel v0.3.32 |
| 1319 | 2026-06-09T21:34:19.648Z | Compiling futures-task v0.3.32 |
| 1320 | 2026-06-09T21:34:19.663Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-06-09T21:34:19.693Z | Compiling indexmap v2.14.0 |
| 1322 | 2026-06-09T21:34:19.711Z | Compiling rustversion v1.0.22 |
| 1323 | 2026-06-09T21:34:19.714Z | Compiling getrandom v0.3.4 |
| 1324 | 2026-06-09T21:34:19.803Z | Compiling form_urlencoded v1.2.2 |
| 1325 | 2026-06-09T21:34:19.844Z | Compiling dunce v1.0.5 |
| 1326 | 2026-06-09T21:34:19.857Z | Compiling fs_extra v1.3.0 |
| 1327 | 2026-06-09T21:34:19.873Z | Compiling ident_case v1.0.1 |
| 1328 | 2026-06-09T21:34:19.888Z | Compiling base64ct v1.8.3 |
| 1329 | 2026-06-09T21:34:19.921Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-09T21:34:19.941Z | Compiling jobserver v0.1.34 |
| 1331 | 2026-06-09T21:34:19.954Z | Compiling errno v0.3.14 |
| 1332 | 2026-06-09T21:34:20.020Z | Compiling mio v1.2.0 |
| 1333 | 2026-06-09T21:34:20.037Z | Compiling socket2 v0.6.3 |
| 1334 | 2026-06-09T21:34:20.103Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-06-09T21:34:20.125Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-09T21:34:20.153Z | Compiling cc v1.2.56 |
| 1337 | 2026-06-09T21:34:20.203Z | Compiling pem-rfc7468 v0.7.0 |
| 1338 | 2026-06-09T21:34:20.242Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-06-09T21:34:20.317Z | Compiling once_cell v1.21.3 |
| 1340 | 2026-06-09T21:34:20.363Z | Compiling regex-syntax v0.8.10 |
| 1341 | 2026-06-09T21:34:20.385Z | Compiling rustix v1.1.3 |
| 1342 | 2026-06-09T21:34:20.388Z | Compiling iana-time-zone v0.1.65 |
| 1343 | 2026-06-09T21:34:20.388Z | Compiling flagset v0.4.7 |
| 1344 | 2026-06-09T21:34:20.428Z | Compiling vcpkg v0.2.15 |
| 1345 | 2026-06-09T21:34:20.480Z | Compiling aws-lc-rs v1.16.3 |
| 1346 | 2026-06-09T21:34:20.524Z | Compiling tracing-core v0.1.36 |
| 1347 | 2026-06-09T21:34:20.563Z | Compiling uuid v1.23.0 |
| 1348 | 2026-06-09T21:34:20.577Z | Compiling rustc_version v0.4.1 |
| 1349 | 2026-06-09T21:34:20.605Z | Compiling base64 v0.22.1 |
| 1350 | 2026-06-09T21:34:20.622Z | Compiling untrusted v0.7.1 |
| 1351 | 2026-06-09T21:34:20.664Z | Compiling rand_core v0.9.5 |
| 1352 | 2026-06-09T21:34:20.747Z | Compiling untrusted v0.9.0 |
| 1353 | 2026-06-09T21:34:20.762Z | Compiling tinyvec_macros v0.1.1 |
| 1354 | 2026-06-09T21:34:20.802Z | Compiling httparse v1.10.1 |
| 1355 | 2026-06-09T21:34:20.841Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-06-09T21:34:20.881Z | Compiling tinyvec v1.10.0 |
| 1357 | 2026-06-09T21:34:20.927Z | Compiling aho-corasick v1.1.4 |
| 1358 | 2026-06-09T21:34:20.943Z | Compiling cmake v0.1.57 |
| 1359 | 2026-06-09T21:34:20.960Z | Compiling rustls v0.23.37 |
| 1360 | 2026-06-09T21:34:20.974Z | Compiling tower-layer v0.3.3 |
| 1361 | 2026-06-09T21:34:21.000Z | Compiling try-lock v0.2.5 |
| 1362 | 2026-06-09T21:34:21.038Z | Compiling tower-service v0.3.3 |
| 1363 | 2026-06-09T21:34:21.126Z | Compiling schemars v0.8.22 |
| 1364 | 2026-06-09T21:34:21.141Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-06-09T21:34:21.154Z | Compiling atomic-waker v1.1.2 |
| 1366 | 2026-06-09T21:34:21.169Z | Compiling want v0.3.1 |
| 1367 | 2026-06-09T21:34:21.172Z | Compiling openssl v0.10.79 |
| 1368 | 2026-06-09T21:34:21.227Z | Compiling pin-utils v0.1.0 |
| 1369 | 2026-06-09T21:34:21.227Z | Compiling foreign-types-shared v0.1.1 |
| 1370 | 2026-06-09T21:34:21.270Z | Compiling httpdate v1.0.3 |
| 1371 | 2026-06-09T21:34:21.295Z | Compiling unicode-normalization v0.1.25 |
| 1372 | 2026-06-09T21:34:21.309Z | Compiling spin v0.9.8 |
| 1373 | 2026-06-09T21:34:21.312Z | Compiling num-conv v0.2.0 |
| 1374 | 2026-06-09T21:34:21.336Z | Compiling foreign-types v0.3.2 |
| 1375 | 2026-06-09T21:34:21.353Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-06-09T21:34:21.367Z | Compiling native-tls v0.2.18 |
| 1377 | 2026-06-09T21:34:21.371Z | Compiling time-core v0.1.8 |
| 1378 | 2026-06-09T21:34:21.408Z | Compiling powerfmt v0.2.0 |
| 1379 | 2026-06-09T21:34:21.423Z | Compiling wait-timeout v0.2.1 |
| 1380 | 2026-06-09T21:34:21.440Z | Compiling sync_wrapper v1.0.2 |
| 1381 | 2026-06-09T21:34:21.466Z | Compiling siphasher v1.0.2 |
| 1382 | 2026-06-09T21:34:21.516Z | Compiling num_threads v0.1.7 |
| 1383 | 2026-06-09T21:34:21.536Z | Compiling unicode-segmentation v1.12.0 |
| 1384 | 2026-06-09T21:34:21.550Z | Compiling time-macros v0.2.27 |
| 1385 | 2026-06-09T21:34:21.566Z | Compiling deranged v0.5.8 |
| 1386 | 2026-06-09T21:34:21.580Z | Compiling quick-error v1.2.3 |
| 1387 | 2026-06-09T21:34:21.616Z | Compiling bit-vec v0.8.0 |
| 1388 | 2026-06-09T21:34:21.631Z | Compiling simd-adler32 v0.3.8 |
| 1389 | 2026-06-09T21:34:21.634Z | Compiling syn v1.0.109 |
| 1390 | 2026-06-09T21:34:21.673Z | Compiling usdt-impl v0.6.0 |
| 1391 | 2026-06-09T21:34:21.699Z | Compiling crossbeam-utils v0.8.21 |
| 1392 | 2026-06-09T21:34:21.714Z | Compiling slog v2.8.2 |
| 1393 | 2026-06-09T21:34:21.778Z | Compiling heapless v0.7.17 |
| 1394 | 2026-06-09T21:34:21.838Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-06-09T21:34:21.861Z | Compiling ring v0.17.14 |
| 1396 | 2026-06-09T21:34:21.898Z | Compiling openssl-sys v0.9.115 |
| 1397 | 2026-06-09T21:34:21.915Z | Compiling regex-automata v0.4.14 |
| 1398 | 2026-06-09T21:34:21.918Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1399 | 2026-06-09T21:34:21.946Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1400 | 2026-06-09T21:34:21.980Z | Compiling tempfile v3.25.0 |
| 1401 | 2026-06-09T21:34:22.035Z | Compiling synstructure v0.13.2 |
| 1402 | 2026-06-09T21:34:22.049Z | Compiling serde_derive_internals v0.29.1 |
| 1403 | 2026-06-09T21:34:22.064Z | Compiling pest_generator v2.8.6 |
| 1404 | 2026-06-09T21:34:22.257Z | Compiling darling_core v0.20.11 |
| 1405 | 2026-06-09T21:34:22.273Z | Compiling rusty-fork v0.3.1 |
| 1406 | 2026-06-09T21:34:22.395Z | Compiling darling_core v0.21.3 |
| 1407 | 2026-06-09T21:34:22.577Z | Compiling bit-set v0.8.0 |
| 1408 | 2026-06-09T21:34:22.651Z | Compiling rand_xorshift v0.4.0 |
| 1409 | 2026-06-09T21:34:22.669Z | Compiling thread-id v5.1.0 |
| 1410 | 2026-06-09T21:34:22.672Z | Compiling time v0.3.47 |
| 1411 | 2026-06-09T21:34:22.702Z | Compiling cookie v0.18.1 |
| 1412 | 2026-06-09T21:34:22.755Z | Compiling signal-hook v0.3.18 |
| 1413 | 2026-06-09T21:34:22.770Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-06-09T21:34:22.803Z | Compiling ryu v1.0.23 |
| 1415 | 2026-06-09T21:34:22.818Z | Compiling zstd-safe v7.2.4 |
| 1416 | 2026-06-09T21:34:22.833Z | Compiling allocator-api2 v0.2.21 |
| 1417 | 2026-06-09T21:34:22.902Z | Compiling unicode-properties v0.1.4 |
| 1418 | 2026-06-09T21:34:22.949Z | Compiling iri-string v0.7.10 |
| 1419 | 2026-06-09T21:34:22.997Z | Compiling adler2 v2.0.1 |
| 1420 | 2026-06-09T21:34:23.011Z | Compiling paste v1.0.15 |
| 1421 | 2026-06-09T21:34:23.036Z | Compiling unicode-bidi v0.3.18 |
| 1422 | 2026-06-09T21:34:23.094Z | Compiling unarray v0.1.4 |
| 1423 | 2026-06-09T21:34:23.168Z | Compiling miniz_oxide v0.8.9 |
| 1424 | 2026-06-09T21:34:23.398Z | Compiling heck v0.4.1 |
| 1425 | 2026-06-09T21:34:23.417Z | Compiling stringprep v0.1.5 |
| 1426 | 2026-06-09T21:34:23.632Z | Compiling num-integer v0.1.46 |
| 1427 | 2026-06-09T21:34:23.646Z | Compiling vergen-lib v9.1.0 |
| 1428 | 2026-06-09T21:34:23.806Z | Compiling curve25519-dalek v4.1.3 |
| 1429 | 2026-06-09T21:34:23.822Z | Compiling ff v0.13.1 |
| 1430 | 2026-06-09T21:34:23.825Z | Compiling serde_derive v1.0.228 |
| 1431 | 2026-06-09T21:34:23.852Z | Compiling zeroize_derive v1.4.3 |
| 1432 | 2026-06-09T21:34:23.879Z | Compiling zerofrom-derive v0.1.6 |
| 1433 | 2026-06-09T21:34:23.967Z | Compiling yoke-derive v0.8.1 |
| 1434 | 2026-06-09T21:34:23.982Z | Compiling zerocopy-derive v0.8.40 |
| 1435 | 2026-06-09T21:34:23.986Z | Compiling zerovec-derive v0.11.2 |
| 1436 | 2026-06-09T21:34:24.159Z | Compiling displaydoc v0.2.5 |
| 1437 | 2026-06-09T21:34:24.343Z | Compiling tokio-macros v2.7.0 |
| 1438 | 2026-06-09T21:34:24.529Z | Compiling zeroize v1.8.2 |
| 1439 | 2026-06-09T21:34:24.565Z | Compiling futures-macro v0.3.32 |
| 1440 | 2026-06-09T21:34:24.619Z | Compiling der_derive v0.7.3 |
| 1441 | 2026-06-09T21:34:24.943Z | Compiling rustls-pki-types v1.14.0 |
| 1442 | 2026-06-09T21:34:25.024Z | Compiling thiserror-impl v2.0.18 |
| 1443 | 2026-06-09T21:34:25.107Z | Compiling tracing-attributes v0.1.31 |
| 1444 | 2026-06-09T21:34:25.162Z | Compiling pest_derive v2.8.6 |
| 1445 | 2026-06-09T21:34:25.179Z | Compiling schemars_derive v0.8.22 |
| 1446 | 2026-06-09T21:34:25.329Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-06-09T21:34:25.343Z | Compiling zerofrom v0.1.6 |
| 1448 | 2026-06-09T21:34:25.416Z | Compiling block-buffer v0.10.4 |
| 1449 | 2026-06-09T21:34:25.436Z | Compiling futures-util v0.3.32 |
| 1450 | 2026-06-09T21:34:25.483Z | Compiling yoke v0.8.1 |
| 1451 | 2026-06-09T21:34:25.499Z | Compiling block-padding v0.3.3 |
| 1452 | 2026-06-09T21:34:25.609Z | Compiling digest v0.10.7 |
| 1453 | 2026-06-09T21:34:25.626Z | Compiling inout v0.1.4 |
| 1454 | 2026-06-09T21:34:25.641Z | Compiling der v0.7.10 |
| 1455 | 2026-06-09T21:34:25.673Z | Compiling zerovec v0.11.5 |
| 1456 | 2026-06-09T21:34:25.688Z | Compiling zerotrie v0.2.3 |
| 1457 | 2026-06-09T21:34:25.809Z | Compiling cipher v0.4.4 |
| 1458 | 2026-06-09T21:34:25.879Z | Compiling hmac v0.12.1 |
| 1459 | 2026-06-09T21:34:26.010Z | Compiling sha2 v0.10.9 |
| 1460 | 2026-06-09T21:34:26.053Z | Compiling salsa20 v0.10.2 |
| 1461 | 2026-06-09T21:34:26.095Z | Compiling pbkdf2 v0.12.2 |
| 1462 | 2026-06-09T21:34:26.198Z | Compiling tinystr v0.8.2 |
| 1463 | 2026-06-09T21:34:26.201Z | Compiling potential_utf v0.1.4 |
| 1464 | 2026-06-09T21:34:26.227Z | Compiling aes v0.8.4 |
| 1465 | 2026-06-09T21:34:26.230Z | Compiling cbc v0.1.2 |
| 1466 | 2026-06-09T21:34:26.390Z | Compiling icu_locale_core v2.1.1 |
| 1467 | 2026-06-09T21:34:26.410Z | Compiling icu_collections v2.1.1 |
| 1468 | 2026-06-09T21:34:26.425Z | Compiling thiserror v2.0.18 |
| 1469 | 2026-06-09T21:34:26.447Z | Compiling scrypt v0.11.0 |
| 1470 | 2026-06-09T21:34:26.490Z | Compiling spki v0.7.3 |
| 1471 | 2026-06-09T21:34:26.514Z | Compiling tracing v0.1.44 |
| 1472 | 2026-06-09T21:34:26.550Z | Compiling scroll_derive v0.13.1 |
| 1473 | 2026-06-09T21:34:26.711Z | Compiling pkcs5 v0.7.1 |
| 1474 | 2026-06-09T21:34:26.727Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-06-09T21:34:26.810Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-06-09T21:34:26.907Z | Compiling rustls-native-certs v0.8.3 |
| 1477 | 2026-06-09T21:34:26.922Z | Compiling dtrace-parser v0.3.0 |
| 1478 | 2026-06-09T21:34:27.213Z | Compiling icu_provider v2.1.1 |
| 1479 | 2026-06-09T21:34:27.228Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-06-09T21:34:27.228Z | Compiling signature v2.2.0 |
| 1481 | 2026-06-09T21:34:27.257Z | Compiling darling v0.20.11 |
| 1482 | 2026-06-09T21:34:27.290Z | Compiling webpki-roots v1.0.6 |
| 1483 | 2026-06-09T21:34:27.313Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-06-09T21:34:27.353Z | Compiling bytes v1.11.1 |
| 1485 | 2026-06-09T21:34:27.402Z | Compiling chrono v0.4.44 |
| 1486 | 2026-06-09T21:34:27.417Z | Compiling ipnet v2.11.0 |
| 1487 | 2026-06-09T21:34:27.433Z | Compiling scroll v0.13.0 |
| 1488 | 2026-06-09T21:34:27.436Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-06-09T21:34:27.463Z | Compiling icu_normalizer v2.1.1 |
| 1490 | 2026-06-09T21:34:27.531Z | Compiling icu_properties v2.1.2 |
| 1491 | 2026-06-09T21:34:27.561Z | Compiling scroll_derive v0.12.1 |
| 1492 | 2026-06-09T21:34:27.721Z | Compiling goblin v0.10.5 |
| 1493 | 2026-06-09T21:34:27.736Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-06-09T21:34:27.757Z | Compiling toml_datetime v0.6.11 |
| 1495 | 2026-06-09T21:34:27.938Z | Compiling tokio v1.52.1 |
| 1496 | 2026-06-09T21:34:27.978Z | Compiling http v1.4.0 |
| 1497 | 2026-06-09T21:34:28.011Z | Compiling serde_urlencoded v0.7.1 |
| 1498 | 2026-06-09T21:34:28.034Z | Compiling erased-serde v0.3.31 |
| 1499 | 2026-06-09T21:34:28.127Z | Compiling serde_spanned v0.6.9 |
| 1500 | 2026-06-09T21:34:28.286Z | Compiling md-5 v0.10.6 |
| 1501 | 2026-06-09T21:34:28.300Z | Compiling darling_macro v0.21.3 |
| 1502 | 2026-06-09T21:34:28.314Z | Compiling scroll v0.12.0 |
| 1503 | 2026-06-09T21:34:28.357Z | Compiling bstr v1.12.1 |
| 1504 | 2026-06-09T21:34:28.412Z | Compiling ppv-lite86 v0.2.21 |
| 1505 | 2026-06-09T21:34:28.469Z | Compiling idna_adapter v1.2.1 |
| 1506 | 2026-06-09T21:34:28.571Z | Compiling derive_builder_macro v0.20.2 |
| 1507 | 2026-06-09T21:34:28.595Z | Compiling idna v1.1.0 |
| 1508 | 2026-06-09T21:34:28.609Z | Compiling pin-project-internal v1.1.11 |
| 1509 | 2026-06-09T21:34:28.626Z | Compiling zerocopy-derive v0.7.35 |
| 1510 | 2026-06-09T21:34:28.681Z | Compiling http-body v1.0.1 |
| 1511 | 2026-06-09T21:34:28.708Z | Compiling rand_chacha v0.9.0 |
| 1512 | 2026-06-09T21:34:28.749Z | Compiling rand_chacha v0.3.1 |
| 1513 | 2026-06-09T21:34:28.820Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-06-09T21:34:28.849Z | Compiling thiserror v1.0.69 |
| 1515 | 2026-06-09T21:34:28.896Z | Compiling url v2.5.8 |
| 1516 | 2026-06-09T21:34:28.966Z | Compiling rand v0.9.2 |
| 1517 | 2026-06-09T21:34:28.980Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-06-09T21:34:29.035Z | Compiling hash32 v0.2.1 |
| 1519 | 2026-06-09T21:34:29.073Z | Compiling memoffset v0.9.1 |
| 1520 | 2026-06-09T21:34:29.086Z | Compiling encoding_rs v0.8.35 |
| 1521 | 2026-06-09T21:34:29.244Z | Compiling ref-cast v1.0.25 |
| 1522 | 2026-06-09T21:34:29.276Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-06-09T21:34:29.290Z | Compiling psl-types v2.0.11 |
| 1524 | 2026-06-09T21:34:29.449Z | Compiling base16ct v0.2.0 |
| 1525 | 2026-06-09T21:34:29.535Z | Compiling proptest v1.10.0 |
| 1526 | 2026-06-09T21:34:29.583Z | Compiling cfg_aliases v0.2.1 |
| 1527 | 2026-06-09T21:34:29.641Z | Compiling litrs v1.0.0 |
| 1528 | 2026-06-09T21:34:29.656Z | Compiling rustix v0.38.44 |
| 1529 | 2026-06-09T21:34:29.671Z | Compiling zlib-rs v0.6.2 |
| 1530 | 2026-06-09T21:34:29.742Z | Compiling num-bigint-dig v0.8.6 |
| 1531 | 2026-06-09T21:34:29.780Z | Compiling fallible-iterator v0.2.0 |
| 1532 | 2026-06-09T21:34:29.797Z | Compiling mime v0.3.17 |
| 1533 | 2026-06-09T21:34:29.901Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-06-09T21:34:29.970Z | Compiling nix v0.31.2 |
| 1535 | 2026-06-09T21:34:30.046Z | Compiling sec1 v0.7.3 |
| 1536 | 2026-06-09T21:34:30.075Z | Compiling postgres-protocol v0.6.10 |
| 1537 | 2026-06-09T21:34:30.125Z | Compiling zerocopy v0.7.35 |
| 1538 | 2026-06-09T21:34:30.140Z | Compiling publicsuffix v2.3.0 |
| 1539 | 2026-06-09T21:34:30.172Z | Compiling document-features v0.2.12 |
| 1540 | 2026-06-09T21:34:30.229Z | Compiling ipnetwork v0.21.1 |
| 1541 | 2026-06-09T21:34:30.347Z | Compiling derive_builder v0.20.2 |
| 1542 | 2026-06-09T21:34:30.362Z | Compiling rand v0.8.6 |
| 1543 | 2026-06-09T21:34:30.377Z | Compiling darling v0.21.3 |
| 1544 | 2026-06-09T21:34:30.472Z | Compiling oxnet v0.1.5 |
| 1545 | 2026-06-09T21:34:30.491Z | Compiling goblin v0.8.2 |
| 1546 | 2026-06-09T21:34:30.636Z | Compiling dof v0.4.0 |
| 1547 | 2026-06-09T21:34:30.658Z | Compiling futures-executor v0.3.32 |
| 1548 | 2026-06-09T21:34:30.673Z | Compiling hex v0.4.3 |
| 1549 | 2026-06-09T21:34:30.704Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2026-06-09T21:34:30.773Z | Compiling hkdf v0.12.4 |
| 1551 | 2026-06-09T21:34:30.795Z | Compiling crypto-bigint v0.5.5 |
| 1552 | 2026-06-09T21:34:30.818Z | Compiling regex v1.12.3 |
| 1553 | 2026-06-09T21:34:30.956Z | Compiling group v0.13.0 |
| 1554 | 2026-06-09T21:34:30.970Z | Compiling num-iter v0.1.45 |
| 1555 | 2026-06-09T21:34:31.007Z | Compiling snafu-derive v0.8.9 |
| 1556 | 2026-06-09T21:34:31.021Z | Compiling daft-derive v0.1.7 |
| 1557 | 2026-06-09T21:34:31.103Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1558 | 2026-06-09T21:34:31.148Z | Compiling strum_macros v0.27.2 |
| 1559 | 2026-06-09T21:34:31.183Z | Compiling ref-cast-impl v1.0.25 |
| 1560 | 2026-06-09T21:34:31.782Z | Compiling tokio-util v0.7.18 |
| 1561 | 2026-06-09T21:34:31.797Z | Compiling tower v0.5.3 |
| 1562 | 2026-06-09T21:34:31.800Z | Compiling tokio-native-tls v0.3.1 |
| 1563 | 2026-06-09T21:34:31.827Z | Compiling terminal_size v0.4.3 |
| 1564 | 2026-06-09T21:34:31.843Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-06-09T21:34:31.902Z | Compiling newtype-uuid v1.3.2 |
| 1566 | 2026-06-09T21:34:31.982Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-06-09T21:34:32.005Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-06-09T21:34:32.087Z | Compiling vergen v9.1.0 |
| 1569 | 2026-06-09T21:34:32.100Z | Compiling cargo-platform v0.3.2 |
| 1570 | 2026-06-09T21:34:32.116Z | Compiling fs-err v3.3.0 |
| 1571 | 2026-06-09T21:34:32.120Z | Compiling ahash v0.8.12 |
| 1572 | 2026-06-09T21:34:32.204Z | Compiling tower-http v0.6.8 |
| 1573 | 2026-06-09T21:34:32.270Z | Compiling bitflags v1.3.2 |
| 1574 | 2026-06-09T21:34:32.287Z | Compiling same-file v1.0.6 |
| 1575 | 2026-06-09T21:34:32.302Z | Compiling libbz2-rs-sys v0.2.2 |
| 1576 | 2026-06-09T21:34:32.326Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-06-09T21:34:32.342Z | Compiling winnow v0.5.40 |
| 1578 | 2026-06-09T21:34:32.355Z | Compiling foldhash v0.1.5 |
| 1579 | 2026-06-09T21:34:32.396Z | Compiling object v0.37.3 |
| 1580 | 2026-06-09T21:34:32.463Z | Compiling h2 v0.4.13 |
| 1581 | 2026-06-09T21:34:32.548Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-06-09T21:34:32.569Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-06-09T21:34:32.626Z | Compiling managed v0.8.0 |
| 1584 | 2026-06-09T21:34:32.738Z | Compiling bzip2 v0.6.1 |
| 1585 | 2026-06-09T21:34:32.874Z | Compiling zopfli v0.8.3 |
| 1586 | 2026-06-09T21:34:32.877Z | Compiling dof v0.3.0 |
| 1587 | 2026-06-09T21:34:32.907Z | Compiling hashbrown v0.15.5 |
| 1588 | 2026-06-09T21:34:32.924Z | Compiling hashbrown v0.16.1 |
| 1589 | 2026-06-09T21:34:32.958Z | Compiling snafu v0.8.9 |
| 1590 | 2026-06-09T21:34:32.978Z | Compiling walkdir v2.5.0 |
| 1591 | 2026-06-09T21:34:33.022Z | Compiling clap_builder v4.6.0 |
| 1592 | 2026-06-09T21:34:33.225Z | Compiling strum v0.27.2 |
| 1593 | 2026-06-09T21:34:33.242Z | Compiling cargo_metadata v0.23.1 |
| 1594 | 2026-06-09T21:34:33.354Z | Compiling anstream v0.6.21 |
| 1595 | 2026-06-09T21:34:33.373Z | Compiling usdt-macro v0.6.0 |
| 1596 | 2026-06-09T21:34:33.376Z | Compiling usdt-attr-macro v0.6.0 |
| 1597 | 2026-06-09T21:34:33.528Z | Compiling daft v0.1.7 |
| 1598 | 2026-06-09T21:34:33.618Z | Compiling phf v0.13.1 |
| 1599 | 2026-06-09T21:34:33.691Z | Compiling toml_edit v0.19.15 |
| 1600 | 2026-06-09T21:34:33.790Z | Compiling signal-hook-mio v0.2.5 |
| 1601 | 2026-06-09T21:34:33.807Z | Compiling elliptic-curve v0.13.8 |
| 1602 | 2026-06-09T21:34:33.859Z | Compiling cookie_store v0.22.1 |
| 1603 | 2026-06-09T21:34:33.874Z | Compiling hubpack v0.1.2 |
| 1604 | 2026-06-09T21:34:33.933Z | Compiling bzip2 v0.4.4 |
| 1605 | 2026-06-09T21:34:34.041Z | Compiling futures v0.3.32 |
| 1606 | 2026-06-09T21:34:34.115Z | Compiling serde_with_macros v3.17.0 |
| 1607 | 2026-06-09T21:34:34.140Z | Compiling postgres-types v0.2.12 |
| 1608 | 2026-06-09T21:34:34.169Z | Compiling zstd v0.13.3 |
| 1609 | 2026-06-09T21:34:34.230Z | Compiling dtrace-parser v0.2.0 |
| 1610 | 2026-06-09T21:34:34.259Z | Compiling globset v0.4.18 |
| 1611 | 2026-06-09T21:34:34.299Z | Compiling pkcs1 v0.7.5 |
| 1612 | 2026-06-09T21:34:34.449Z | Compiling ed25519 v2.2.3 |
| 1613 | 2026-06-09T21:34:34.551Z | Compiling olpc-cjson v0.1.4 |
| 1614 | 2026-06-09T21:34:34.647Z | Compiling serde_plain v1.0.2 |
| 1615 | 2026-06-09T21:34:34.725Z | Compiling serde-big-array v0.5.1 |
| 1616 | 2026-06-09T21:34:34.729Z | Compiling rfc6979 v0.4.0 |
| 1617 | 2026-06-09T21:34:34.753Z | Compiling async-recursion v1.1.1 |
| 1618 | 2026-06-09T21:34:34.863Z | Compiling clap_derive v4.6.1 |
| 1619 | 2026-06-09T21:34:34.882Z | Compiling strum_macros v0.26.4 |
| 1620 | 2026-06-09T21:34:34.896Z | Compiling enum-as-inner v0.6.1 |
| 1621 | 2026-06-09T21:34:34.964Z | Compiling serde_repr v0.1.20 |
| 1622 | 2026-06-09T21:34:35.008Z | Compiling phf_shared v0.11.3 |
| 1623 | 2026-06-09T21:34:35.220Z | Compiling float-cmp v0.10.0 |
| 1624 | 2026-06-09T21:34:35.292Z | Compiling pem v3.0.6 |
| 1625 | 2026-06-09T21:34:35.386Z | Compiling memmap2 v0.9.10 |
| 1626 | 2026-06-09T21:34:35.401Z | Compiling thread-id v4.2.2 |
| 1627 | 2026-06-09T21:34:35.407Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-06-09T21:34:35.432Z | Compiling keccak v0.1.6 |
| 1629 | 2026-06-09T21:34:35.452Z | Compiling whoami v2.1.0 |
| 1630 | 2026-06-09T21:34:35.514Z | Compiling hyper v1.8.1 |
| 1631 | 2026-06-09T21:34:35.532Z | Compiling fixedbitset v0.4.2 |
| 1632 | 2026-06-09T21:34:35.628Z | Compiling jiff v0.2.21 |
| 1633 | 2026-06-09T21:34:35.654Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-06-09T21:34:35.800Z | Compiling static_assertions v1.1.0 |
| 1635 | 2026-06-09T21:34:35.800Z | Compiling precomputed-hash v0.1.1 |
| 1636 | 2026-06-09T21:34:35.831Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-06-09T21:34:35.888Z | Compiling difflib v0.4.0 |
| 1638 | 2026-06-09T21:34:35.888Z | Compiling typed-path v0.9.3 |
| 1639 | 2026-06-09T21:34:35.907Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-06-09T21:34:36.002Z | Compiling data-encoding v2.10.0 |
| 1641 | 2026-06-09T21:34:36.037Z | Compiling predicates-core v1.0.10 |
| 1642 | 2026-06-09T21:34:36.163Z | Compiling either v1.15.0 |
| 1643 | 2026-06-09T21:34:36.246Z | Compiling predicates v3.1.4 |
| 1644 | 2026-06-09T21:34:36.315Z | Compiling string_cache v0.8.9 |
| 1645 | 2026-06-09T21:34:36.398Z | Compiling itertools v0.13.0 |
| 1646 | 2026-06-09T21:34:36.441Z | Compiling hickory-proto v0.25.2 |
| 1647 | 2026-06-09T21:34:36.504Z | Compiling petgraph v0.8.3 |
| 1648 | 2026-06-09T21:34:36.548Z | Compiling toml_edit v0.22.27 |
| 1649 | 2026-06-09T21:34:36.592Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1650 | 2026-06-09T21:34:36.672Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-06-09T21:34:36.707Z | Compiling strum v0.26.3 |
| 1652 | 2026-06-09T21:34:36.726Z | Compiling clap v4.6.1 |
| 1653 | 2026-06-09T21:34:36.741Z | Compiling petgraph v0.6.5 |
| 1654 | 2026-06-09T21:34:36.819Z | Compiling tokio-postgres v0.7.16 |
| 1655 | 2026-06-09T21:34:36.851Z | Compiling sha3 v0.10.8 |
| 1656 | 2026-06-09T21:34:36.875Z | Compiling env_logger v0.11.9 |
| 1657 | 2026-06-09T21:34:37.107Z | Compiling usdt v0.6.0 |
| 1658 | 2026-06-09T21:34:37.136Z | Compiling usdt-impl v0.5.0 |
| 1659 | 2026-06-09T21:34:37.245Z | Compiling serde_with v3.17.0 |
| 1660 | 2026-06-09T21:34:37.317Z | Compiling crossterm v0.28.1 |
| 1661 | 2026-06-09T21:34:37.381Z | Compiling toml v0.7.8 |
| 1662 | 2026-06-09T21:34:37.631Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-06-09T21:34:37.746Z | Compiling ed25519-dalek v2.2.0 |
| 1664 | 2026-06-09T21:34:38.006Z | Compiling rsa v0.9.10 |
| 1665 | 2026-06-09T21:34:38.238Z | Compiling hyper-tls v0.6.0 |
| 1666 | 2026-06-09T21:34:38.448Z | Compiling zip v4.6.1 |
| 1667 | 2026-06-09T21:34:38.495Z | Compiling zip v0.6.6 |
| 1668 | 2026-06-09T21:34:38.513Z | Compiling iddqd v0.4.2 |
| 1669 | 2026-06-09T21:34:39.089Z | Compiling tokio-stream v0.1.18 |
| 1670 | 2026-06-09T21:34:39.092Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-06-09T21:34:39.118Z | Compiling buf-list v1.1.2 |
| 1672 | 2026-06-09T21:34:39.164Z | Compiling similar v2.7.0 |
| 1673 | 2026-06-09T21:34:39.215Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1674 | 2026-06-09T21:34:39.297Z | Compiling openapiv3 v2.2.0 |
| 1675 | 2026-06-09T21:34:39.422Z | Compiling x509-cert v0.2.5 |
| 1676 | 2026-06-09T21:34:39.426Z | Compiling sha1 v0.10.6 |
| 1677 | 2026-06-09T21:34:39.468Z | Compiling crossbeam-epoch v0.9.18 |
| 1678 | 2026-06-09T21:34:39.540Z | Compiling peg-runtime v0.8.5 |
| 1679 | 2026-06-09T21:34:39.600Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-06-09T21:34:39.622Z | Compiling thread_local v1.1.9 |
| 1681 | 2026-06-09T21:34:39.695Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-06-09T21:34:39.775Z | Compiling crossbeam-channel v0.5.15 |
| 1683 | 2026-06-09T21:34:39.800Z | Compiling filetime v0.2.27 |
| 1684 | 2026-06-09T21:34:39.832Z | Compiling is-terminal v0.4.17 |
| 1685 | 2026-06-09T21:34:39.843Z | Compiling xattr v1.6.1 |
| 1686 | 2026-06-09T21:34:39.858Z | Compiling term v1.2.1 |
| 1687 | 2026-06-09T21:34:39.887Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-06-09T21:34:40.012Z | Compiling tar v0.4.45 |
| 1689 | 2026-06-09T21:34:40.331Z | Compiling slog-term v2.9.2 |
| 1690 | 2026-06-09T21:34:57.809Z | Compiling rustls-webpki v0.103.9 |
| 1691 | 2026-06-09T21:35:00.594Z | Compiling tokio-rustls v0.26.4 |
| 1692 | 2026-06-09T21:35:00.594Z | Compiling rustls-platform-verifier v0.6.2 |
| 1693 | 2026-06-09T21:35:00.785Z | Compiling hyper-rustls v0.27.7 |
| 1694 | 2026-06-09T21:35:00.977Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-06-09T21:35:00.977Z | Compiling reqwest v0.13.2 |
| 1696 | 2026-06-09T21:35:02.177Z | Compiling tough v0.22.0 |
| 1697 | 2026-06-09T21:35:04.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1698 | 2026-06-09T21:35:04.906Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1699 | 2026-06-09T21:35:07.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.41s |
| 1700 | 2026-06-09T21:35:07.889Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1701 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: Clickhouse |
| 1702 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: Cockroach |
| 1703 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: Console |
| 1704 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: DendriteStub |
| 1705 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: MaghemiteMgd |
| 1706 | 2026-06-09T21:35:07.945Z | Jun 09 21:35:07.197 INFO Starting download, target: TransceiverControl |
| 1707 | 2026-06-09T21:35:07.949Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1708 | 2026-06-09T21:35:07.949Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1709 | 2026-06-09T21:35:07.949Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1710 | 2026-06-09T21:35:07.950Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1711 | 2026-06-09T21:35:07.950Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1712 | 2026-06-09T21:35:07.950Z | Jun 09 21:35:07.198 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1713 | 2026-06-09T21:35:08.404Z | Jun 09 21:35:07.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1714 | 2026-06-09T21:35:08.619Z | Jun 09 21:35:07.870 INFO Download complete, target: TransceiverControl |
| 1715 | 2026-06-09T21:35:08.915Z | Jun 09 21:35:08.164 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1716 | 2026-06-09T21:35:09.215Z | Jun 09 21:35:08.461 INFO Download complete, target: Console |
| 1717 | 2026-06-09T21:35:09.393Z | Jun 09 21:35:08.639 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1718 | 2026-06-09T21:35:09.567Z | Jun 09 21:35:08.809 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1719 | 2026-06-09T21:35:10.067Z | Jun 09 21:35:09.319 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1720 | 2026-06-09T21:35:10.067Z | Jun 09 21:35:09.319 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1721 | 2026-06-09T21:35:11.325Z | Jun 09 21:35:10.577 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1722 | 2026-06-09T21:35:11.928Z | Jun 09 21:35:11.181 INFO Download complete, target: MaghemiteMgd |
| 1723 | 2026-06-09T21:35:11.932Z | Jun 09 21:35:11.181 INFO Download complete, target: DendriteStub |
| 1724 | 2026-06-09T21:35:14.994Z | Jun 09 21:35:14.246 INFO Checking that binary works, target: Cockroach |
| 1725 | 2026-06-09T21:35:15.117Z | Jun 09 21:35:14.369 INFO Download complete, target: Cockroach |
| 1726 | 2026-06-09T21:35:18.226Z | Jun 09 21:35:17.477 INFO Checking that binary works, target: Clickhouse |
| 1727 | 2026-06-09T21:35:18.316Z | Jun 09 21:35:17.568 INFO Download complete, target: Clickhouse |
| 1728 | 2026-06-09T21:35:18.322Z | All prerequisites installed successfully |
| 1729 | 2026-06-09T21:35:18.326Z | |
| 1730 | 2026-06-09T21:35:18.326Z | real 2:07.419033556 |
| 1731 | 2026-06-09T21:35:18.326Z | user 6:57.487272906 |
| 1732 | 2026-06-09T21:35:18.326Z | sys 1:40.071562496 |
| 1733 | 2026-06-09T21:35:18.326Z | trap 0.254012332 |
| 1734 | 2026-06-09T21:35:18.326Z | tflt 1.242859057 |
| 1735 | 2026-06-09T21:35:18.326Z | dflt 1.998258597 |
| 1736 | 2026-06-09T21:35:18.326Z | kflt 0.023691105 |
| 1737 | 2026-06-09T21:35:18.327Z | lock 23:32.018426351 |
| 1738 | 2026-06-09T21:35:18.327Z | slp 19:09.217383314 |
| 1739 | 2026-06-09T21:35:18.327Z | lat 24.258365947 |
| 1740 | 2026-06-09T21:35:18.327Z | stop 2:47.166890419 |
| 1741 | 2026-06-09T21:35:18.327Z | + ptime -m cargo xtask download softnpu |
| 1742 | 2026-06-09T21:35:18.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1743 | 2026-06-09T21:35:18.872Z | Running `target/debug/xtask download softnpu` |
| 1744 | 2026-06-09T21:35:19.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1745 | 2026-06-09T21:35:19.710Z | Running `target/debug/xtask-downloader softnpu` |
| 1746 | 2026-06-09T21:35:19.753Z | Jun 09 21:35:19.005 INFO Starting download, target: Softnpu |
| 1747 | 2026-06-09T21:35:19.756Z | Jun 09 21:35:19.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1748 | 2026-06-09T21:35:20.531Z | Jun 09 21:35:19.770 INFO Download complete, target: Softnpu |
| 1749 | 2026-06-09T21:35:20.536Z | |
| 1750 | 2026-06-09T21:35:20.536Z | real 2.192042812 |
| 1751 | 2026-06-09T21:35:20.537Z | user 1.339143716 |
| 1752 | 2026-06-09T21:35:20.537Z | sys 0.664475229 |
| 1753 | 2026-06-09T21:35:20.537Z | trap 0.000497820 |
| 1754 | 2026-06-09T21:35:20.537Z | tflt 0.000050830 |
| 1755 | 2026-06-09T21:35:20.537Z | dflt 0.000182860 |
| 1756 | 2026-06-09T21:35:20.537Z | kflt 0.000000000 |
| 1757 | 2026-06-09T21:35:20.537Z | lock 13.754341857 |
| 1758 | 2026-06-09T21:35:20.537Z | slp 0.632481328 |
| 1759 | 2026-06-09T21:35:20.537Z | lat 0.094697191 |
| 1760 | 2026-06-09T21:35:20.537Z | stop 0.000172990 |
| 1761 | 2026-06-09T21:35:20.537Z | + export CARGO_INCREMENTAL=0 |
| 1762 | 2026-06-09T21:35:20.537Z | + CARGO_INCREMENTAL=0 |
| 1763 | 2026-06-09T21:35:20.539Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1764 | 2026-06-09T21:35:21.463Z | Compiling proc-macro2 v1.0.106 |
| 1765 | 2026-06-09T21:35:21.463Z | Compiling quote v1.0.45 |
| 1766 | 2026-06-09T21:35:21.464Z | Compiling unicode-ident v1.0.24 |
| 1767 | 2026-06-09T21:35:21.476Z | Compiling libc v0.2.185 |
| 1768 | 2026-06-09T21:35:21.476Z | Compiling serde_core v1.0.228 |
| 1769 | 2026-06-09T21:35:21.476Z | Compiling serde v1.0.228 |
| 1770 | 2026-06-09T21:35:21.476Z | Compiling cfg-if v1.0.4 |
| 1771 | 2026-06-09T21:35:21.476Z | Compiling version_check v0.9.5 |
| 1772 | 2026-06-09T21:35:21.476Z | Compiling shlex v1.3.0 |
| 1773 | 2026-06-09T21:35:21.476Z | Compiling find-msvc-tools v0.1.9 |
| 1774 | 2026-06-09T21:35:21.476Z | Compiling typenum v1.19.0 |
| 1775 | 2026-06-09T21:35:21.476Z | Compiling zmij v1.0.21 |
| 1776 | 2026-06-09T21:35:21.476Z | Compiling autocfg v1.5.0 |
| 1777 | 2026-06-09T21:35:21.477Z | Compiling memchr v2.8.0 |
| 1778 | 2026-06-09T21:35:21.477Z | Compiling serde_json v1.0.149 |
| 1779 | 2026-06-09T21:35:21.849Z | Compiling portable-atomic v1.13.1 |
| 1780 | 2026-06-09T21:35:22.015Z | Compiling libm v0.2.16 |
| 1781 | 2026-06-09T21:35:22.029Z | Compiling zerocopy v0.8.40 |
| 1782 | 2026-06-09T21:35:22.089Z | Compiling num-traits v0.2.19 |
| 1783 | 2026-06-09T21:35:22.093Z | Compiling parking_lot_core v0.9.12 |
| 1784 | 2026-06-09T21:35:22.093Z | Compiling smallvec v1.15.1 |
| 1785 | 2026-06-09T21:35:22.093Z | Compiling icu_properties_data v2.1.2 |
| 1786 | 2026-06-09T21:35:22.116Z | Compiling icu_normalizer_data v2.1.1 |
| 1787 | 2026-06-09T21:35:22.146Z | Compiling generic-array v0.14.7 |
| 1788 | 2026-06-09T21:35:22.334Z | Compiling itoa v1.0.17 |
| 1789 | 2026-06-09T21:35:22.349Z | Compiling getrandom v0.4.1 |
| 1790 | 2026-06-09T21:35:22.353Z | Compiling log v0.4.29 |
| 1791 | 2026-06-09T21:35:22.380Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-06-09T21:35:22.410Z | Compiling pkg-config v0.3.32 |
| 1793 | 2026-06-09T21:35:22.442Z | Compiling jobserver v0.1.34 |
| 1794 | 2026-06-09T21:35:22.442Z | Compiling getrandom v0.2.17 |
| 1795 | 2026-06-09T21:35:22.449Z | Compiling subtle v2.6.1 |
| 1796 | 2026-06-09T21:35:22.596Z | Compiling errno v0.3.14 |
| 1797 | 2026-06-09T21:35:22.657Z | Compiling cc v1.2.56 |
| 1798 | 2026-06-09T21:35:22.660Z | Compiling scopeguard v1.2.0 |
| 1799 | 2026-06-09T21:35:22.698Z | Compiling rand_core v0.6.4 |
| 1800 | 2026-06-09T21:35:22.789Z | Compiling lock_api v0.4.14 |
| 1801 | 2026-06-09T21:35:22.814Z | Compiling syn v2.0.117 |
| 1802 | 2026-06-09T21:35:22.871Z | Compiling percent-encoding v2.3.2 |
| 1803 | 2026-06-09T21:35:22.886Z | Compiling litemap v0.8.1 |
| 1804 | 2026-06-09T21:35:22.904Z | Compiling writeable v0.6.2 |
| 1805 | 2026-06-09T21:35:22.993Z | Compiling fnv v1.0.7 |
| 1806 | 2026-06-09T21:35:23.024Z | Compiling pin-project-lite v0.2.17 |
| 1807 | 2026-06-09T21:35:23.086Z | Compiling thiserror v2.0.18 |
| 1808 | 2026-06-09T21:35:23.163Z | Compiling getrandom v0.3.4 |
| 1809 | 2026-06-09T21:35:23.194Z | Compiling equivalent v1.0.2 |
| 1810 | 2026-06-09T21:35:23.197Z | Compiling fs_extra v1.3.0 |
| 1811 | 2026-06-09T21:35:23.197Z | Compiling dunce v1.0.5 |
| 1812 | 2026-06-09T21:35:23.254Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-06-09T21:35:23.258Z | Compiling schemars v0.8.22 |
| 1814 | 2026-06-09T21:35:23.286Z | Compiling rand_core v0.10.0 |
| 1815 | 2026-06-09T21:35:23.303Z | Compiling rustversion v1.0.22 |
| 1816 | 2026-06-09T21:35:23.410Z | Compiling cmake v0.1.57 |
| 1817 | 2026-06-09T21:35:23.439Z | Compiling form_urlencoded v1.2.2 |
| 1818 | 2026-06-09T21:35:23.503Z | Compiling critical-section v1.2.0 |
| 1819 | 2026-06-09T21:35:23.546Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-06-09T21:35:23.622Z | Compiling hashbrown v0.17.0 |
| 1821 | 2026-06-09T21:35:23.636Z | Compiling rustix v1.1.3 |
| 1822 | 2026-06-09T21:35:23.734Z | Compiling mio v1.2.0 |
| 1823 | 2026-06-09T21:35:23.749Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-06-09T21:35:23.776Z | Compiling socket2 v0.6.3 |
| 1825 | 2026-06-09T21:35:23.974Z | Compiling bitflags v2.11.0 |
| 1826 | 2026-06-09T21:35:23.988Z | Compiling ring v0.17.14 |
| 1827 | 2026-06-09T21:35:24.043Z | Compiling aws-lc-sys v0.40.0 |
| 1828 | 2026-06-09T21:35:24.065Z | Compiling semver v1.0.28 |
| 1829 | 2026-06-09T21:35:24.088Z | Compiling once_cell v1.21.3 |
| 1830 | 2026-06-09T21:35:24.180Z | Compiling indexmap v2.14.0 |
| 1831 | 2026-06-09T21:35:24.199Z | Compiling const-oid v0.9.6 |
| 1832 | 2026-06-09T21:35:24.400Z | Compiling aws-lc-rs v1.16.3 |
| 1833 | 2026-06-09T21:35:24.418Z | Compiling futures-core v0.3.32 |
| 1834 | 2026-06-09T21:35:24.469Z | Compiling httparse v1.10.1 |
| 1835 | 2026-06-09T21:35:24.526Z | Compiling strsim v0.11.1 |
| 1836 | 2026-06-09T21:35:24.546Z | Compiling thiserror v1.0.69 |
| 1837 | 2026-06-09T21:35:24.561Z | Compiling vcpkg v0.2.15 |
| 1838 | 2026-06-09T21:35:24.728Z | Compiling iana-time-zone v0.1.65 |
| 1839 | 2026-06-09T21:35:24.734Z | Compiling ucd-trie v0.1.7 |
| 1840 | 2026-06-09T21:35:24.844Z | Compiling byteorder v1.5.0 |
| 1841 | 2026-06-09T21:35:24.893Z | Compiling syn v1.0.109 |
| 1842 | 2026-06-09T21:35:24.920Z | Compiling pest v2.8.6 |
| 1843 | 2026-06-09T21:35:24.927Z | Compiling regex-syntax v0.8.10 |
| 1844 | 2026-06-09T21:35:24.944Z | Compiling ident_case v1.0.1 |
| 1845 | 2026-06-09T21:35:24.970Z | Compiling heck v0.5.0 |
| 1846 | 2026-06-09T21:35:24.984Z | Compiling uuid v1.23.0 |
| 1847 | 2026-06-09T21:35:25.031Z | Compiling rustls v0.23.37 |
| 1848 | 2026-06-09T21:35:25.101Z | Compiling cpufeatures v0.2.17 |
| 1849 | 2026-06-09T21:35:25.127Z | Compiling openssl-sys v0.9.115 |
| 1850 | 2026-06-09T21:35:25.299Z | Compiling futures-sink v0.3.32 |
| 1851 | 2026-06-09T21:35:25.437Z | Compiling rustc_version v0.4.1 |
| 1852 | 2026-06-09T21:35:25.475Z | Compiling futures-task v0.3.32 |
| 1853 | 2026-06-09T21:35:25.475Z | Compiling futures-channel v0.3.32 |
| 1854 | 2026-06-09T21:35:25.475Z | Compiling slab v0.4.12 |
| 1855 | 2026-06-09T21:35:25.952Z | Compiling futures-io v0.3.32 |
| 1856 | 2026-06-09T21:35:26.016Z | Compiling synstructure v0.13.2 |
| 1857 | 2026-06-09T21:35:26.016Z | Compiling serde_derive_internals v0.29.1 |
| 1858 | 2026-06-09T21:35:26.016Z | Compiling aho-corasick v1.1.4 |
| 1859 | 2026-06-09T21:35:26.017Z | Compiling dyn-clone v1.0.20 |
| 1860 | 2026-06-09T21:35:26.017Z | Compiling plain v0.2.3 |
| 1861 | 2026-06-09T21:35:26.017Z | Compiling base64 v0.22.1 |
| 1862 | 2026-06-09T21:35:26.058Z | Compiling pest_meta v2.8.6 |
| 1863 | 2026-06-09T21:35:26.058Z | Compiling openssl v0.10.79 |
| 1864 | 2026-06-09T21:35:26.143Z | Compiling crc32fast v1.5.0 |
| 1865 | 2026-06-09T21:35:26.172Z | Compiling time-core v0.1.8 |
| 1866 | 2026-06-09T21:35:26.274Z | Compiling num-conv v0.2.0 |
| 1867 | 2026-06-09T21:35:26.327Z | Compiling crossbeam-utils v0.8.21 |
| 1868 | 2026-06-09T21:35:26.436Z | Compiling time-macros v0.2.27 |
| 1869 | 2026-06-09T21:35:26.455Z | Compiling native-tls v0.2.18 |
| 1870 | 2026-06-09T21:35:26.475Z | Compiling pretty-hex v0.4.1 |
| 1871 | 2026-06-09T21:35:26.498Z | Compiling base64ct v1.8.3 |
| 1872 | 2026-06-09T21:35:26.553Z | Compiling anyhow v1.0.102 |
| 1873 | 2026-06-09T21:35:26.586Z | Compiling regex-automata v0.4.14 |
| 1874 | 2026-06-09T21:35:26.635Z | Compiling pest_generator v2.8.6 |
| 1875 | 2026-06-09T21:35:26.661Z | Compiling darling_core v0.21.3 |
| 1876 | 2026-06-09T21:35:26.693Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-06-09T21:35:26.741Z | Compiling pem-rfc7468 v0.7.0 |
| 1878 | 2026-06-09T21:35:26.794Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1879 | 2026-06-09T21:35:26.884Z | Compiling serde_derive v1.0.228 |
| 1880 | 2026-06-09T21:35:27.022Z | Compiling zeroize_derive v1.4.3 |
| 1881 | 2026-06-09T21:35:27.047Z | Compiling zerofrom-derive v0.1.6 |
| 1882 | 2026-06-09T21:35:27.061Z | Compiling yoke-derive v0.8.1 |
| 1883 | 2026-06-09T21:35:27.108Z | Compiling zerovec-derive v0.11.2 |
| 1884 | 2026-06-09T21:35:27.153Z | Compiling displaydoc v0.2.5 |
| 1885 | 2026-06-09T21:35:27.248Z | Compiling zerocopy-derive v0.8.40 |
| 1886 | 2026-06-09T21:35:27.295Z | Compiling tokio-macros v2.7.0 |
| 1887 | 2026-06-09T21:35:27.396Z | Compiling futures-macro v0.3.32 |
| 1888 | 2026-06-09T21:35:27.668Z | Compiling zeroize v1.8.2 |
| 1889 | 2026-06-09T21:35:27.923Z | Compiling thiserror-impl v2.0.18 |
| 1890 | 2026-06-09T21:35:28.015Z | Compiling schemars_derive v0.8.22 |
| 1891 | 2026-06-09T21:35:28.050Z | Compiling tracing-attributes v0.1.31 |
| 1892 | 2026-06-09T21:35:28.164Z | Compiling der_derive v0.7.3 |
| 1893 | 2026-06-09T21:35:28.180Z | Compiling thiserror-impl v1.0.69 |
| 1894 | 2026-06-09T21:35:28.207Z | Compiling zerofrom v0.1.6 |
| 1895 | 2026-06-09T21:35:28.350Z | Compiling yoke v0.8.1 |
| 1896 | 2026-06-09T21:35:28.446Z | Compiling crypto-common v0.1.7 |
| 1897 | 2026-06-09T21:35:28.520Z | Compiling zerovec v0.11.5 |
| 1898 | 2026-06-09T21:35:28.557Z | Compiling zerotrie v0.2.3 |
| 1899 | 2026-06-09T21:35:28.836Z | Compiling block-buffer v0.10.4 |
| 1900 | 2026-06-09T21:35:29.003Z | Compiling digest v0.10.7 |
| 1901 | 2026-06-09T21:35:29.080Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-06-09T21:35:29.098Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-06-09T21:35:29.206Z | Compiling pest_derive v2.8.6 |
| 1904 | 2026-06-09T21:35:29.221Z | Compiling futures-util v0.3.32 |
| 1905 | 2026-06-09T21:35:29.240Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-06-09T21:35:29.291Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-06-09T21:35:29.305Z | Compiling hmac v0.12.1 |
| 1908 | 2026-06-09T21:35:29.449Z | Compiling block-padding v0.3.3 |
| 1909 | 2026-06-09T21:35:29.466Z | Compiling rustls-pki-types v1.14.0 |
| 1910 | 2026-06-09T21:35:29.659Z | Compiling inout v0.1.4 |
| 1911 | 2026-06-09T21:35:29.830Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-06-09T21:35:29.984Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-06-09T21:35:30.084Z | Compiling bytes v1.11.1 |
| 1914 | 2026-06-09T21:35:30.147Z | Compiling chrono v0.4.44 |
| 1915 | 2026-06-09T21:35:30.242Z | Compiling icu_properties v2.1.2 |
| 1916 | 2026-06-09T21:35:30.272Z | Compiling icu_normalizer v2.1.1 |
| 1917 | 2026-06-09T21:35:30.299Z | Compiling serde_tokenstream v0.2.3 |
| 1918 | 2026-06-09T21:35:30.404Z | Compiling cipher v0.4.4 |
| 1919 | 2026-06-09T21:35:30.606Z | Compiling tokio v1.52.1 |
| 1920 | 2026-06-09T21:35:30.675Z | Compiling sha2 v0.10.9 |
| 1921 | 2026-06-09T21:35:31.197Z | Compiling idna_adapter v1.2.1 |
| 1922 | 2026-06-09T21:35:31.347Z | Compiling idna v1.1.0 |
| 1923 | 2026-06-09T21:35:31.445Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-06-09T21:35:31.484Z | Compiling scroll_derive v0.13.1 |
| 1925 | 2026-06-09T21:35:31.520Z | Compiling ppv-lite86 v0.2.21 |
| 1926 | 2026-06-09T21:35:31.742Z | Compiling url v2.5.8 |
| 1927 | 2026-06-09T21:35:31.817Z | Compiling http v1.4.0 |
| 1928 | 2026-06-09T21:35:31.960Z | Compiling flagset v0.4.7 |
| 1929 | 2026-06-09T21:35:31.996Z | Compiling untrusted v0.9.0 |
| 1930 | 2026-06-09T21:35:32.095Z | Compiling der v0.7.10 |
| 1931 | 2026-06-09T21:35:32.124Z | Compiling tracing v0.1.44 |
| 1932 | 2026-06-09T21:35:32.315Z | Compiling darling_macro v0.21.3 |
| 1933 | 2026-06-09T21:35:32.525Z | Compiling regex v1.12.3 |
| 1934 | 2026-06-09T21:35:32.583Z | Compiling zerocopy-derive v0.7.35 |
| 1935 | 2026-06-09T21:35:32.805Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-06-09T21:35:32.937Z | Compiling slog v2.8.2 |
| 1937 | 2026-06-09T21:35:33.258Z | Compiling spki v0.7.3 |
| 1938 | 2026-06-09T21:35:33.362Z | Compiling darling v0.21.3 |
| 1939 | 2026-06-09T21:35:33.377Z | Compiling salsa20 v0.10.2 |
| 1940 | 2026-06-09T21:35:33.414Z | Compiling pbkdf2 v0.12.2 |
| 1941 | 2026-06-09T21:35:33.737Z | Compiling cookie v0.18.1 |
| 1942 | 2026-06-09T21:35:33.896Z | Compiling camino v1.2.2 |
| 1943 | 2026-06-09T21:35:34.193Z | Compiling scrypt v0.11.0 |
| 1944 | 2026-06-09T21:35:34.196Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-06-09T21:35:34.225Z | Compiling http-body v1.0.1 |
| 1946 | 2026-06-09T21:35:34.260Z | Compiling aes v0.8.4 |
| 1947 | 2026-06-09T21:35:34.345Z | Compiling tokio-util v0.7.18 |
| 1948 | 2026-06-09T21:35:34.396Z | Compiling cbc v0.1.2 |
| 1949 | 2026-06-09T21:35:34.494Z | Compiling usdt-impl v0.5.0 |
| 1950 | 2026-06-09T21:35:34.532Z | Compiling atomic-waker v1.1.2 |
| 1951 | 2026-06-09T21:35:34.585Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-06-09T21:35:34.639Z | Compiling ref-cast v1.0.25 |
| 1953 | 2026-06-09T21:35:34.684Z | Compiling winnow v0.7.14 |
| 1954 | 2026-06-09T21:35:34.712Z | Compiling either v1.15.0 |
| 1955 | 2026-06-09T21:35:34.744Z | Compiling tinyvec_macros v0.1.1 |
| 1956 | 2026-06-09T21:35:34.761Z | Compiling untrusted v0.7.1 |
| 1957 | 2026-06-09T21:35:34.866Z | Compiling unicode-segmentation v1.12.0 |
| 1958 | 2026-06-09T21:35:34.897Z | Compiling paste v1.0.15 |
| 1959 | 2026-06-09T21:35:34.935Z | Compiling usdt-impl v0.6.0 |
| 1960 | 2026-06-09T21:35:34.952Z | Compiling tinyvec v1.10.0 |
| 1961 | 2026-06-09T21:35:35.226Z | Compiling pkcs5 v0.7.1 |
| 1962 | 2026-06-09T21:35:35.301Z | Compiling rand v0.9.2 |
| 1963 | 2026-06-09T21:35:35.605Z | Compiling scroll v0.13.0 |
| 1964 | 2026-06-09T21:35:35.687Z | Compiling scroll v0.12.0 |
| 1965 | 2026-06-09T21:35:35.705Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-06-09T21:35:35.739Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-06-09T21:35:35.789Z | Compiling async-trait v0.1.89 |
| 1968 | 2026-06-09T21:35:35.872Z | Compiling heapless v0.7.17 |
| 1969 | 2026-06-09T21:35:35.907Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1970 | 2026-06-09T21:35:35.945Z | Compiling tower-layer v0.3.3 |
| 1971 | 2026-06-09T21:35:35.960Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-06-09T21:35:35.964Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-06-09T21:35:36.086Z | Compiling zstd-safe v7.2.4 |
| 1974 | 2026-06-09T21:35:36.173Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-06-09T21:35:36.201Z | Compiling fastrand v2.3.0 |
| 1976 | 2026-06-09T21:35:36.351Z | Compiling want v0.3.1 |
| 1977 | 2026-06-09T21:35:36.403Z | Compiling h2 v0.4.13 |
| 1978 | 2026-06-09T21:35:36.442Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1979 | 2026-06-09T21:35:36.546Z | Compiling goblin v0.8.2 |
| 1980 | 2026-06-09T21:35:36.556Z | Compiling goblin v0.10.5 |
| 1981 | 2026-06-09T21:35:36.590Z | Compiling pkcs8 v0.10.2 |
| 1982 | 2026-06-09T21:35:36.806Z | Compiling heck v0.4.1 |
| 1983 | 2026-06-09T21:35:36.886Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-06-09T21:35:36.937Z | Compiling ipnet v2.11.0 |
| 1985 | 2026-06-09T21:35:37.026Z | Compiling ref-cast-impl v1.0.25 |
| 1986 | 2026-06-09T21:35:37.142Z | Compiling curve25519-dalek v4.1.3 |
| 1987 | 2026-06-09T21:35:37.423Z | Compiling darling_core v0.20.11 |
| 1988 | 2026-06-09T21:35:37.478Z | Compiling memoffset v0.9.1 |
| 1989 | 2026-06-09T21:35:37.481Z | Compiling pin-utils v0.1.0 |
| 1990 | 2026-06-09T21:35:37.595Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-06-09T21:35:37.697Z | Compiling utf8parse v0.2.2 |
| 1992 | 2026-06-09T21:35:37.836Z | Compiling foreign-types-shared v0.1.1 |
| 1993 | 2026-06-09T21:35:37.850Z | Compiling rustix v0.38.44 |
| 1994 | 2026-06-09T21:35:37.937Z | Compiling litrs v1.0.0 |
| 1995 | 2026-06-09T21:35:38.206Z | Compiling winnow v0.5.40 |
| 1996 | 2026-06-09T21:35:38.295Z | Compiling foreign-types v0.3.2 |
| 1997 | 2026-06-09T21:35:38.312Z | Compiling tempfile v3.25.0 |
| 1998 | 2026-06-09T21:35:38.412Z | Compiling document-features v0.2.12 |
| 1999 | 2026-06-09T21:35:38.690Z | Compiling dtrace-parser v0.2.0 |
| 2000 | 2026-06-09T21:35:38.932Z | Compiling dof v0.3.0 |
| 2001 | 2026-06-09T21:35:39.175Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-06-09T21:35:39.290Z | Compiling dof v0.4.0 |
| 2003 | 2026-06-09T21:35:39.414Z | Compiling darling_macro v0.20.11 |
| 2004 | 2026-06-09T21:35:39.532Z | Compiling toml_edit v0.19.15 |
| 2005 | 2026-06-09T21:35:39.548Z | Compiling hyper v1.8.1 |
| 2006 | 2026-06-09T21:35:39.585Z | Compiling dtrace-parser v0.3.0 |
| 2007 | 2026-06-09T21:35:39.622Z | Compiling daft-derive v0.1.7 |
| 2008 | 2026-06-09T21:35:39.652Z | Compiling pin-project-internal v1.1.11 |
| 2009 | 2026-06-09T21:35:39.793Z | Compiling spin v0.9.8 |
| 2010 | 2026-06-09T21:35:39.843Z | Compiling thread-id v4.2.2 |
| 2011 | 2026-06-09T21:35:39.892Z | Compiling thread-id v5.1.0 |
| 2012 | 2026-06-09T21:35:39.941Z | Compiling anstyle v1.0.14 |
| 2013 | 2026-06-09T21:35:39.989Z | Compiling smoltcp v0.9.1 |
| 2014 | 2026-06-09T21:35:40.123Z | Compiling num-bigint-dig v0.8.6 |
| 2015 | 2026-06-09T21:35:40.195Z | Compiling powerfmt v0.2.0 |
| 2016 | 2026-06-09T21:35:40.324Z | Compiling cfg_aliases v0.2.1 |
| 2017 | 2026-06-09T21:35:40.375Z | Compiling deranged v0.5.8 |
| 2018 | 2026-06-09T21:35:40.380Z | Compiling darling v0.20.11 |
| 2019 | 2026-06-09T21:35:40.421Z | Compiling nix v0.31.2 |
| 2020 | 2026-06-09T21:35:40.670Z | Compiling hyper-util v0.1.20 |
| 2021 | 2026-06-09T21:35:40.893Z | Compiling rustls-native-certs v0.8.3 |
| 2022 | 2026-06-09T21:35:40.931Z | Compiling ipnetwork v0.21.1 |
| 2023 | 2026-06-09T21:35:41.287Z | Compiling strum_macros v0.26.4 |
| 2024 | 2026-06-09T21:35:41.307Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-06-09T21:35:41.578Z | Compiling sync_wrapper v1.0.2 |
| 2026 | 2026-06-09T21:35:41.702Z | Compiling wait-timeout v0.2.1 |
| 2027 | 2026-06-09T21:35:41.773Z | Compiling anstyle-query v1.1.5 |
| 2028 | 2026-06-09T21:35:41.895Z | Compiling colorchoice v1.0.4 |
| 2029 | 2026-06-09T21:35:41.927Z | Compiling is_terminal_polyfill v1.70.2 |
| 2030 | 2026-06-09T21:35:41.949Z | Compiling quick-error v1.2.3 |
| 2031 | 2026-06-09T21:35:41.967Z | Compiling siphasher v1.0.2 |
| 2032 | 2026-06-09T21:35:42.027Z | Compiling simd-adler32 v0.3.8 |
| 2033 | 2026-06-09T21:35:42.108Z | Compiling num_threads v0.1.7 |
| 2034 | 2026-06-09T21:35:42.213Z | Compiling bit-vec v0.8.0 |
| 2035 | 2026-06-09T21:35:42.339Z | Compiling time v0.3.47 |
| 2036 | 2026-06-09T21:35:42.354Z | Compiling rusty-fork v0.3.1 |
| 2037 | 2026-06-09T21:35:42.488Z | Compiling bit-set v0.8.0 |
| 2038 | 2026-06-09T21:35:42.653Z | Compiling tower v0.5.3 |
| 2039 | 2026-06-09T21:35:42.914Z | Compiling derive_builder_core v0.20.2 |
| 2040 | 2026-06-09T21:35:42.966Z | Compiling snafu-derive v0.8.9 |
| 2041 | 2026-06-09T21:35:43.150Z | Compiling http-body-util v0.1.3 |
| 2042 | 2026-06-09T21:35:43.355Z | Compiling webpki-roots v1.0.6 |
| 2043 | 2026-06-09T21:35:43.487Z | Compiling rand_xorshift v0.4.0 |
| 2044 | 2026-06-09T21:35:43.500Z | Compiling signature v2.2.0 |
| 2045 | 2026-06-09T21:35:43.595Z | Compiling hubpack_derive v0.1.1 |
| 2046 | 2026-06-09T21:35:43.647Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-06-09T21:35:43.734Z | Compiling ahash v0.8.12 |
| 2048 | 2026-06-09T21:35:43.846Z | Compiling fs-err v3.3.0 |
| 2049 | 2026-06-09T21:35:43.974Z | Compiling encoding_rs v0.8.35 |
| 2050 | 2026-06-09T21:35:44.013Z | Compiling iri-string v0.7.10 |
| 2051 | 2026-06-09T21:35:44.062Z | Compiling unicode-properties v0.1.4 |
| 2052 | 2026-06-09T21:35:44.067Z | Compiling unarray v0.1.4 |
| 2053 | 2026-06-09T21:35:44.114Z | Compiling ryu v1.0.23 |
| 2054 | 2026-06-09T21:35:44.194Z | Compiling unicode-bidi v0.3.18 |
| 2055 | 2026-06-09T21:35:44.233Z | Compiling adler2 v2.0.1 |
| 2056 | 2026-06-09T21:35:44.249Z | Compiling allocator-api2 v0.2.21 |
| 2057 | 2026-06-09T21:35:44.442Z | Compiling object v0.37.3 |
| 2058 | 2026-06-09T21:35:44.479Z | Compiling mime v0.3.17 |
| 2059 | 2026-06-09T21:35:44.584Z | Compiling stringprep v0.1.5 |
| 2060 | 2026-06-09T21:35:44.635Z | Compiling serde_urlencoded v0.7.1 |
| 2061 | 2026-06-09T21:35:44.681Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-06-09T21:35:44.896Z | Compiling proptest v1.10.0 |
| 2063 | 2026-06-09T21:35:45.056Z | Compiling derive_builder_macro v0.20.2 |
| 2064 | 2026-06-09T21:35:45.238Z | Compiling tower-http v0.6.8 |
| 2065 | 2026-06-09T21:35:45.256Z | Compiling tokio-native-tls v0.3.1 |
| 2066 | 2026-06-09T21:35:45.330Z | Compiling usdt-macro v0.6.0 |
| 2067 | 2026-06-09T21:35:45.398Z | Compiling usdt-attr-macro v0.6.0 |
| 2068 | 2026-06-09T21:35:45.524Z | Compiling anstyle-parse v1.0.0 |
| 2069 | 2026-06-09T21:35:45.795Z | Compiling rand_chacha v0.3.1 |
| 2070 | 2026-06-09T21:35:45.808Z | Compiling erased-serde v0.3.31 |
| 2071 | 2026-06-09T21:35:45.840Z | Compiling md-5 v0.10.6 |
| 2072 | 2026-06-09T21:35:45.906Z | Compiling bstr v1.12.1 |
| 2073 | 2026-06-09T21:35:46.029Z | Compiling num-integer v0.1.46 |
| 2074 | 2026-06-09T21:35:46.147Z | Compiling hash32 v0.2.1 |
| 2075 | 2026-06-09T21:35:46.163Z | Compiling vergen-lib v9.1.0 |
| 2076 | 2026-06-09T21:35:46.181Z | Compiling ff v0.13.1 |
| 2077 | 2026-06-09T21:35:46.259Z | Compiling zlib-rs v0.6.2 |
| 2078 | 2026-06-09T21:35:46.334Z | Compiling base16ct v0.2.0 |
| 2079 | 2026-06-09T21:35:46.378Z | Compiling fallible-iterator v0.2.0 |
| 2080 | 2026-06-09T21:35:46.416Z | Compiling psl-types v2.0.11 |
| 2081 | 2026-06-09T21:35:46.508Z | Compiling sec1 v0.7.3 |
| 2082 | 2026-06-09T21:35:46.524Z | Compiling publicsuffix v2.3.0 |
| 2083 | 2026-06-09T21:35:46.556Z | Compiling group v0.13.0 |
| 2084 | 2026-06-09T21:35:46.651Z | Compiling num-iter v0.1.45 |
| 2085 | 2026-06-09T21:35:46.701Z | Compiling postgres-protocol v0.6.10 |
| 2086 | 2026-06-09T21:35:46.798Z | Compiling rand v0.8.6 |
| 2087 | 2026-06-09T21:35:47.052Z | Compiling newtype-uuid v1.3.2 |
| 2088 | 2026-06-09T21:35:47.449Z | Compiling oxnet v0.1.5 |
| 2089 | 2026-06-09T21:35:47.535Z | Compiling anstream v1.0.0 |
| 2090 | 2026-06-09T21:35:47.569Z | Compiling derive_builder v0.20.2 |
| 2091 | 2026-06-09T21:35:47.708Z | Compiling hyper-tls v0.6.0 |
| 2092 | 2026-06-09T21:35:47.802Z | Compiling phf_shared v0.13.1 |
| 2093 | 2026-06-09T21:35:47.835Z | Compiling pin-project v1.1.11 |
| 2094 | 2026-06-09T21:35:47.921Z | Compiling lazy_static v1.5.0 |
| 2095 | 2026-06-09T21:35:47.957Z | Compiling anstyle-parse v0.2.7 |
| 2096 | 2026-06-09T21:35:48.074Z | Compiling terminal_size v0.4.3 |
| 2097 | 2026-06-09T21:35:48.117Z | Compiling serde_with_macros v3.17.0 |
| 2098 | 2026-06-09T21:35:48.120Z | Compiling futures-executor v0.3.32 |
| 2099 | 2026-06-09T21:35:48.171Z | Compiling hex v0.4.3 |
| 2100 | 2026-06-09T21:35:48.381Z | Compiling flate2 v1.1.9 |
| 2101 | 2026-06-09T21:35:48.381Z | Compiling hkdf v0.12.4 |
| 2102 | 2026-06-09T21:35:48.412Z | Compiling crypto-bigint v0.5.5 |
| 2103 | 2026-06-09T21:35:48.491Z | Compiling serde_repr v0.1.20 |
| 2104 | 2026-06-09T21:35:48.517Z | Compiling enum-as-inner v0.6.1 |
| 2105 | 2026-06-09T21:35:48.547Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-06-09T21:35:48.563Z | Compiling clap_derive v4.6.1 |
| 2107 | 2026-06-09T21:35:48.611Z | Compiling vergen v9.1.0 |
| 2108 | 2026-06-09T21:35:48.809Z | Compiling cargo-platform v0.3.2 |
| 2109 | 2026-06-09T21:35:48.826Z | Compiling managed v0.8.0 |
| 2110 | 2026-06-09T21:35:48.984Z | Compiling libbz2-rs-sys v0.2.2 |
| 2111 | 2026-06-09T21:35:49.040Z | Compiling foldhash v0.1.5 |
| 2112 | 2026-06-09T21:35:49.083Z | Compiling foldhash v0.2.0 |
| 2113 | 2026-06-09T21:35:49.110Z | Compiling clap_lex v1.0.0 |
| 2114 | 2026-06-09T21:35:49.199Z | Compiling bitflags v1.3.2 |
| 2115 | 2026-06-09T21:35:49.310Z | Compiling bumpalo v3.20.2 |
| 2116 | 2026-06-09T21:35:49.324Z | Compiling same-file v1.0.6 |
| 2117 | 2026-06-09T21:35:49.357Z | Compiling elliptic-curve v0.13.8 |
| 2118 | 2026-06-09T21:35:49.378Z | Compiling clap_builder v4.6.0 |
| 2119 | 2026-06-09T21:35:49.501Z | Compiling walkdir v2.5.0 |
| 2120 | 2026-06-09T21:35:49.535Z | Compiling zopfli v0.8.3 |
| 2121 | 2026-06-09T21:35:49.571Z | Compiling bzip2 v0.6.1 |
| 2122 | 2026-06-09T21:35:49.587Z | Compiling hashbrown v0.16.1 |
| 2123 | 2026-06-09T21:35:49.715Z | Compiling hashbrown v0.15.5 |
| 2124 | 2026-06-09T21:35:49.753Z | Compiling cargo_metadata v0.23.1 |
| 2125 | 2026-06-09T21:35:50.170Z | Compiling futures v0.3.32 |
| 2126 | 2026-06-09T21:35:50.185Z | Compiling zstd v0.13.3 |
| 2127 | 2026-06-09T21:35:50.282Z | Compiling anstream v0.6.21 |
| 2128 | 2026-06-09T21:35:50.420Z | Compiling phf v0.13.1 |
| 2129 | 2026-06-09T21:35:50.584Z | Compiling snafu v0.8.9 |
| 2130 | 2026-06-09T21:35:50.597Z | Compiling daft v0.1.7 |
| 2131 | 2026-06-09T21:35:50.644Z | Compiling signal-hook-mio v0.2.5 |
| 2132 | 2026-06-09T21:35:50.794Z | Compiling cookie_store v0.22.1 |
| 2133 | 2026-06-09T21:35:50.893Z | Compiling postgres-types v0.2.12 |
| 2134 | 2026-06-09T21:35:50.923Z | Compiling bzip2 v0.4.4 |
| 2135 | 2026-06-09T21:35:50.975Z | Compiling globset v0.4.18 |
| 2136 | 2026-06-09T21:35:51.007Z | Compiling strum v0.27.2 |
| 2137 | 2026-06-09T21:35:51.384Z | Compiling hubpack v0.1.2 |
| 2138 | 2026-06-09T21:35:51.425Z | Compiling ed25519 v2.2.3 |
| 2139 | 2026-06-09T21:35:51.457Z | Compiling phf_shared v0.11.3 |
| 2140 | 2026-06-09T21:35:51.499Z | Compiling crossbeam-epoch v0.9.18 |
| 2141 | 2026-06-09T21:35:51.537Z | Compiling olpc-cjson v0.1.4 |
| 2142 | 2026-06-09T21:35:51.566Z | Compiling pkcs1 v0.7.5 |
| 2143 | 2026-06-09T21:35:51.660Z | Compiling pem v3.0.6 |
| 2144 | 2026-06-09T21:35:51.733Z | Compiling serde_plain v1.0.2 |
| 2145 | 2026-06-09T21:35:51.736Z | Compiling serde-big-array v0.5.1 |
| 2146 | 2026-06-09T21:35:51.763Z | Compiling rfc6979 v0.4.0 |
| 2147 | 2026-06-09T21:35:51.795Z | Compiling float-cmp v0.10.0 |
| 2148 | 2026-06-09T21:35:51.903Z | Compiling env_filter v1.0.0 |
| 2149 | 2026-06-09T21:35:51.919Z | Compiling memmap2 v0.9.10 |
| 2150 | 2026-06-09T21:35:51.936Z | Compiling difflib v0.4.0 |
| 2151 | 2026-06-09T21:35:51.954Z | Compiling typed-path v0.9.3 |
| 2152 | 2026-06-09T21:35:51.958Z | Compiling normalize-line-endings v0.3.0 |
| 2153 | 2026-06-09T21:35:52.011Z | Compiling precomputed-hash v0.1.1 |
| 2154 | 2026-06-09T21:35:52.036Z | Compiling new_debug_unreachable v1.0.6 |
| 2155 | 2026-06-09T21:35:52.083Z | Compiling keccak v0.1.6 |
| 2156 | 2026-06-09T21:35:52.117Z | Compiling static_assertions v1.1.0 |
| 2157 | 2026-06-09T21:35:52.131Z | Compiling jiff v0.2.21 |
| 2158 | 2026-06-09T21:35:52.178Z | Compiling predicates-core v1.0.10 |
| 2159 | 2026-06-09T21:35:52.202Z | Compiling data-encoding v2.10.0 |
| 2160 | 2026-06-09T21:35:52.205Z | Compiling fixedbitset v0.5.7 |
| 2161 | 2026-06-09T21:35:52.233Z | Compiling fixedbitset v0.4.2 |
| 2162 | 2026-06-09T21:35:52.323Z | Compiling toml_write v0.1.2 |
| 2163 | 2026-06-09T21:35:52.338Z | Compiling whoami v2.1.0 |
| 2164 | 2026-06-09T21:35:52.422Z | Compiling petgraph v0.8.3 |
| 2165 | 2026-06-09T21:35:52.478Z | Compiling petgraph v0.6.5 |
| 2166 | 2026-06-09T21:35:52.507Z | Compiling toml_edit v0.22.27 |
| 2167 | 2026-06-09T21:35:52.543Z | Compiling hickory-proto v0.25.2 |
| 2168 | 2026-06-09T21:35:52.640Z | Compiling tokio-postgres v0.7.16 |
| 2169 | 2026-06-09T21:35:52.688Z | Compiling predicates v3.1.4 |
| 2170 | 2026-06-09T21:35:53.030Z | Compiling sha3 v0.10.8 |
| 2171 | 2026-06-09T21:35:53.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2172 | 2026-06-09T21:35:53.281Z | Compiling string_cache v0.8.9 |
| 2173 | 2026-06-09T21:35:53.314Z | Compiling usdt v0.6.0 |
| 2174 | 2026-06-09T21:35:53.517Z | Compiling env_logger v0.11.9 |
| 2175 | 2026-06-09T21:35:53.601Z | Compiling ecdsa v0.16.9 |
| 2176 | 2026-06-09T21:35:53.847Z | Compiling rsa v0.9.10 |
| 2177 | 2026-06-09T21:35:53.948Z | Compiling ed25519-dalek v2.2.0 |
| 2178 | 2026-06-09T21:35:54.339Z | Compiling crossterm v0.28.1 |
| 2179 | 2026-06-09T21:35:54.513Z | Compiling zip v0.6.6 |
| 2180 | 2026-06-09T21:35:54.720Z | Compiling zip v4.6.1 |
| 2181 | 2026-06-09T21:35:54.854Z | Compiling iddqd v0.4.2 |
| 2182 | 2026-06-09T21:35:55.027Z | Compiling clap v4.6.1 |
| 2183 | 2026-06-09T21:35:55.252Z | Compiling serde_with v3.17.0 |
| 2184 | 2026-06-09T21:35:55.402Z | Compiling similar v2.7.0 |
| 2185 | 2026-06-09T21:35:55.449Z | Compiling strum v0.26.3 |
| 2186 | 2026-06-09T21:35:55.513Z | Compiling toml v0.7.8 |
| 2187 | 2026-06-09T21:35:55.600Z | Compiling tokio-stream v0.1.18 |
| 2188 | 2026-06-09T21:35:55.674Z | Compiling itertools v0.13.0 |
| 2189 | 2026-06-09T21:35:55.839Z | Compiling buf-list v1.1.2 |
| 2190 | 2026-06-09T21:35:56.018Z | Compiling x509-cert v0.2.5 |
| 2191 | 2026-06-09T21:35:56.118Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2192 | 2026-06-09T21:35:56.169Z | Compiling openapiv3 v2.2.0 |
| 2193 | 2026-06-09T21:35:56.404Z | Compiling sha1 v0.10.6 |
| 2194 | 2026-06-09T21:35:56.675Z | Compiling lalrpop-util v0.19.12 |
| 2195 | 2026-06-09T21:35:56.917Z | Compiling peg-runtime v0.8.5 |
| 2196 | 2026-06-09T21:36:11.455Z | Compiling rustls-webpki v0.103.9 |
| 2197 | 2026-06-09T21:36:13.219Z | Compiling macaddr v1.0.1 |
| 2198 | 2026-06-09T21:36:13.338Z | Compiling structmeta-derive v0.3.0 |
| 2199 | 2026-06-09T21:36:13.342Z | Compiling rayon-core v1.13.0 |
| 2200 | 2026-06-09T21:36:13.455Z | Compiling crucible-workspace-hack v0.1.0 |
| 2201 | 2026-06-09T21:36:13.510Z | Compiling itertools v0.14.0 |
| 2202 | 2026-06-09T21:36:13.523Z | Compiling secrecy v0.10.3 |
| 2203 | 2026-06-09T21:36:13.577Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-06-09T21:36:13.679Z | Compiling heapless v0.8.0 |
| 2205 | 2026-06-09T21:36:13.707Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2206 | 2026-06-09T21:36:13.779Z | Compiling rustls v0.22.4 |
| 2207 | 2026-06-09T21:36:13.961Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2208 | 2026-06-09T21:36:14.000Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-06-09T21:36:14.132Z | Compiling crossbeam-deque v0.8.6 |
| 2210 | 2026-06-09T21:36:14.176Z | Compiling rustls-webpki v0.102.8 |
| 2211 | 2026-06-09T21:36:14.192Z | Compiling hash32 v0.3.1 |
| 2212 | 2026-06-09T21:36:14.196Z | Compiling multer v3.1.0 |
| 2213 | 2026-06-09T21:36:14.211Z | Compiling thread_local v1.1.9 |
| 2214 | 2026-06-09T21:36:14.246Z | Compiling structmeta v0.3.0 |
| 2215 | 2026-06-09T21:36:14.317Z | Compiling slog-async v2.8.0 |
| 2216 | 2026-06-09T21:36:14.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2217 | 2026-06-09T21:36:14.383Z | Compiling match_cfg v0.1.0 |
| 2218 | 2026-06-09T21:36:14.427Z | Compiling unicode-width v0.2.0 |
| 2219 | 2026-06-09T21:36:14.471Z | Compiling smoltcp v0.11.0 |
| 2220 | 2026-06-09T21:36:14.486Z | Compiling compression-core v0.4.31 |
| 2221 | 2026-06-09T21:36:14.587Z | Compiling proc-macro-crate v3.4.0 |
| 2222 | 2026-06-09T21:36:14.659Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-06-09T21:36:14.674Z | Compiling derive-ex v0.1.8 |
| 2224 | 2026-06-09T21:36:14.752Z | Compiling hostname v0.3.1 |
| 2225 | 2026-06-09T21:36:14.775Z | Compiling ingot-macros v0.1.1 |
| 2226 | 2026-06-09T21:36:14.933Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-06-09T21:36:15.029Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-06-09T21:36:15.045Z | Compiling half v2.7.1 |
| 2229 | 2026-06-09T21:36:15.062Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-06-09T21:36:15.199Z | Compiling cobs v0.3.0 |
| 2231 | 2026-06-09T21:36:15.394Z | Compiling tokio-rustls v0.26.4 |
| 2232 | 2026-06-09T21:36:15.412Z | Compiling rustls-platform-verifier v0.6.2 |
| 2233 | 2026-06-09T21:36:15.497Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2234 | 2026-06-09T21:36:15.634Z | Compiling hyper-rustls v0.27.7 |
| 2235 | 2026-06-09T21:36:15.677Z | Compiling universal-hash v0.5.1 |
| 2236 | 2026-06-09T21:36:15.713Z | Compiling async-stream-impl v0.3.6 |
| 2237 | 2026-06-09T21:36:15.797Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2238 | 2026-06-09T21:36:15.841Z | Compiling serde_spanned v1.0.4 |
| 2239 | 2026-06-09T21:36:15.972Z | Compiling reqwest v0.12.28 |
| 2240 | 2026-06-09T21:36:15.994Z | Compiling reqwest v0.13.2 |
| 2241 | 2026-06-09T21:36:16.023Z | Compiling is-terminal v0.4.17 |
| 2242 | 2026-06-09T21:36:16.139Z | Compiling dropshot v0.17.0 |
| 2243 | 2026-06-09T21:36:16.200Z | Compiling proc-macro-error-attr v1.0.4 |
| 2244 | 2026-06-09T21:36:16.248Z | Compiling opaque-debug v0.3.1 |
| 2245 | 2026-06-09T21:36:16.284Z | Compiling ciborium-io v0.2.2 |
| 2246 | 2026-06-09T21:36:16.340Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2247 | 2026-06-09T21:36:16.365Z | Compiling term v1.2.1 |
| 2248 | 2026-06-09T21:36:16.389Z | Compiling convert_case v0.4.0 |
| 2249 | 2026-06-09T21:36:16.407Z | Compiling take_mut v0.2.2 |
| 2250 | 2026-06-09T21:36:16.422Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2251 | 2026-06-09T21:36:16.525Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-06-09T21:36:16.636Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2253 | 2026-06-09T21:36:16.653Z | Compiling ciborium-ll v0.2.2 |
| 2254 | 2026-06-09T21:36:16.704Z | Compiling tokio-rustls v0.25.0 |
| 2255 | 2026-06-09T21:36:16.717Z | Compiling derive_more v0.99.20 |
| 2256 | 2026-06-09T21:36:16.836Z | Compiling slog-term v2.9.2 |
| 2257 | 2026-06-09T21:36:16.965Z | Compiling poly1305 v0.8.0 |
| 2258 | 2026-06-09T21:36:16.981Z | Compiling async-stream v0.3.6 |
| 2259 | 2026-06-09T21:36:17.001Z | Compiling test-strategy v0.4.5 |
| 2260 | 2026-06-09T21:36:17.190Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-06-09T21:36:17.387Z | Compiling ingot-types v0.1.2 |
| 2262 | 2026-06-09T21:36:17.663Z | Compiling tough v0.22.0 |
| 2263 | 2026-06-09T21:36:17.814Z | Compiling ingot v0.1.1 |
| 2264 | 2026-06-09T21:36:18.121Z | Compiling postcard v1.1.3 |
| 2265 | 2026-06-09T21:36:18.207Z | Compiling slog-bunyan v2.5.0 |
| 2266 | 2026-06-09T21:36:18.276Z | Compiling num_enum_derive v0.7.6 |
| 2267 | 2026-06-09T21:36:18.428Z | Compiling async-compression v0.4.41 |
| 2268 | 2026-06-09T21:36:18.533Z | Compiling parse-display-derive v0.10.0 |
| 2269 | 2026-06-09T21:36:18.901Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2270 | 2026-06-09T21:36:18.917Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2271 | 2026-06-09T21:36:19.002Z | Compiling proc-macro-crate v1.3.1 |
| 2272 | 2026-06-09T21:36:19.179Z | Compiling backon v1.6.0 |
| 2273 | 2026-06-09T21:36:19.225Z | Compiling waitgroup v0.1.2 |
| 2274 | 2026-06-09T21:36:19.360Z | Compiling password-hash v0.5.0 |
| 2275 | 2026-06-09T21:36:19.378Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2276 | 2026-06-09T21:36:19.394Z | Compiling chacha20 v0.9.1 |
| 2277 | 2026-06-09T21:36:19.411Z | Compiling dropshot_endpoint v0.17.0 |
| 2278 | 2026-06-09T21:36:19.452Z | Compiling rustls-pemfile v2.2.0 |
| 2279 | 2026-06-09T21:36:19.493Z | Compiling blake2 v0.10.6 |
| 2280 | 2026-06-09T21:36:19.751Z | Compiling aead v0.5.2 |
| 2281 | 2026-06-09T21:36:19.768Z | Compiling foreign-types-macros v0.2.3 |
| 2282 | 2026-06-09T21:36:19.962Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2283 | 2026-06-09T21:36:20.001Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-06-09T21:36:20.018Z | Compiling hostname v0.4.2 |
| 2285 | 2026-06-09T21:36:20.062Z | Compiling proc-macro-error v1.0.4 |
| 2286 | 2026-06-09T21:36:20.189Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2287 | 2026-06-09T21:36:20.203Z | Compiling instant v0.1.13 |
| 2288 | 2026-06-09T21:36:20.273Z | Compiling cpufeatures v0.3.0 |
| 2289 | 2026-06-09T21:36:20.339Z | Compiling typeid v1.0.3 |
| 2290 | 2026-06-09T21:36:20.352Z | Compiling foreign-types-shared v0.3.1 |
| 2291 | 2026-06-09T21:36:20.369Z | Compiling debug-ignore v1.0.5 |
| 2292 | 2026-06-09T21:36:20.386Z | Compiling chacha20 v0.10.0 |
| 2293 | 2026-06-09T21:36:20.404Z | Compiling backoff v0.4.0 |
| 2294 | 2026-06-09T21:36:20.458Z | Compiling foreign-types v0.5.0 |
| 2295 | 2026-06-09T21:36:20.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2296 | 2026-06-09T21:36:20.478Z | Compiling parse-display v0.10.0 |
| 2297 | 2026-06-09T21:36:20.520Z | Compiling chacha20poly1305 v0.10.1 |
| 2298 | 2026-06-09T21:36:20.555Z | Compiling argon2 v0.5.3 |
| 2299 | 2026-06-09T21:36:20.597Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2300 | 2026-06-09T21:36:20.665Z | Compiling num_enum_derive v0.5.11 |
| 2301 | 2026-06-09T21:36:20.681Z | Compiling num_enum v0.7.6 |
| 2302 | 2026-06-09T21:36:20.697Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2303 | 2026-06-09T21:36:20.711Z | Compiling ciborium v0.2.2 |
| 2304 | 2026-06-09T21:36:20.822Z | Compiling vsss-rs v3.3.4 |
| 2305 | 2026-06-09T21:36:21.157Z | Compiling tabwriter v1.4.1 |
| 2306 | 2026-06-09T21:36:21.195Z | Compiling regress v0.10.5 |
| 2307 | 2026-06-09T21:36:21.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-06-09T21:36:21.376Z | Compiling byte-wrapper v0.1.0 |
| 2309 | 2026-06-09T21:36:21.550Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2310 | 2026-06-09T21:36:21.564Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2311 | 2026-06-09T21:36:21.586Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2312 | 2026-06-09T21:36:21.653Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2313 | 2026-06-09T21:36:21.653Z | Compiling cstr-argument v0.1.2 |
| 2314 | 2026-06-09T21:36:21.669Z | Compiling erased-serde v0.4.9 |
| 2315 | 2026-06-09T21:36:21.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2316 | 2026-06-09T21:36:21.954Z | Compiling humantime v2.3.0 |
| 2317 | 2026-06-09T21:36:22.038Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2318 | 2026-06-09T21:36:22.088Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2319 | 2026-06-09T21:36:22.104Z | Compiling num_enum v0.5.11 |
| 2320 | 2026-06-09T21:36:22.202Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2321 | 2026-06-09T21:36:22.280Z | Compiling rand v0.10.0 |
| 2322 | 2026-06-09T21:36:22.304Z | Compiling rayon v1.11.0 |
| 2323 | 2026-06-09T21:36:22.365Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2324 | 2026-06-09T21:36:22.392Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-06-09T21:36:22.443Z | Compiling colored v3.1.1 |
| 2326 | 2026-06-09T21:36:22.468Z | Compiling libefi-sys v0.1.0 |
| 2327 | 2026-06-09T21:36:22.516Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2328 | 2026-06-09T21:36:22.546Z | Compiling zone_cfg_derive v0.3.1 |
| 2329 | 2026-06-09T21:36:22.566Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2330 | 2026-06-09T21:36:22.700Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2331 | 2026-06-09T21:36:22.735Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2332 | 2026-06-09T21:36:22.950Z | Compiling camino-tempfile v1.4.1 |
| 2333 | 2026-06-09T21:36:22.976Z | Compiling itertools v0.12.1 |
| 2334 | 2026-06-09T21:36:23.109Z | Compiling usdt-attr-macro v0.5.0 |
| 2335 | 2026-06-09T21:36:23.143Z | Compiling usdt-macro v0.5.0 |
| 2336 | 2026-06-09T21:36:23.179Z | Compiling num-derive v0.4.2 |
| 2337 | 2026-06-09T21:36:23.246Z | Compiling bitfield-struct v0.6.2 |
| 2338 | 2026-06-09T21:36:23.266Z | Compiling ordered-float v2.10.1 |
| 2339 | 2026-06-09T21:36:23.380Z | Compiling blake3 v1.8.3 |
| 2340 | 2026-06-09T21:36:23.574Z | Compiling memmap v0.7.0 |
| 2341 | 2026-06-09T21:36:23.751Z | Compiling sigpipe v0.1.3 |
| 2342 | 2026-06-09T21:36:23.828Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2343 | 2026-06-09T21:36:23.855Z | Compiling swrite v0.1.0 |
| 2344 | 2026-06-09T21:36:23.872Z | Compiling glob v0.3.3 |
| 2345 | 2026-06-09T21:36:23.876Z | Compiling usdt v0.5.0 |
| 2346 | 2026-06-09T21:36:23.902Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2347 | 2026-06-09T21:36:23.984Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2348 | 2026-06-09T21:36:24.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2349 | 2026-06-09T21:36:24.238Z | Compiling serde-value v0.7.0 |
| 2350 | 2026-06-09T21:36:24.441Z | Compiling zone v0.3.1 |
| 2351 | 2026-06-09T21:36:24.498Z | Compiling serde-untagged v0.1.9 |
| 2352 | 2026-06-09T21:36:24.532Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2353 | 2026-06-09T21:36:24.776Z | Compiling toml v0.8.23 |
| 2354 | 2026-06-09T21:36:24.804Z | Compiling smf v0.2.3 |
| 2355 | 2026-06-09T21:36:24.820Z | Compiling filetime v0.2.27 |
| 2356 | 2026-06-09T21:36:24.835Z | Compiling whoami v1.6.1 |
| 2357 | 2026-06-09T21:36:24.849Z | Compiling xattr v1.6.1 |
| 2358 | 2026-06-09T21:36:24.872Z | Compiling arrayref v0.3.9 |
| 2359 | 2026-06-09T21:36:24.937Z | Compiling constant_time_eq v0.4.2 |
| 2360 | 2026-06-09T21:36:24.964Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-06-09T21:36:25.037Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-06-09T21:36:25.060Z | Compiling unicode-xid v0.2.6 |
| 2363 | 2026-06-09T21:36:25.128Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-06-09T21:36:25.146Z | Compiling tar v0.4.45 |
| 2365 | 2026-06-09T21:36:25.160Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2366 | 2026-06-09T21:36:25.239Z | Compiling cargo-util-schemas v0.8.2 |
| 2367 | 2026-06-09T21:36:25.385Z | Compiling tokio-dtrace v0.1.1 |
| 2368 | 2026-06-09T21:36:25.402Z | Compiling console v0.16.2 |
| 2369 | 2026-06-09T21:36:25.643Z | Compiling gethostname v0.5.0 |
| 2370 | 2026-06-09T21:36:25.799Z | Compiling cargo-platform v0.2.0 |
| 2371 | 2026-06-09T21:36:25.813Z | Compiling unit-prefix v0.5.2 |
| 2372 | 2026-06-09T21:36:25.942Z | Compiling topological-sort v0.2.2 |
| 2373 | 2026-06-09T21:36:25.957Z | Compiling oxide-tokio-rt v0.1.4 |
| 2374 | 2026-06-09T21:36:26.007Z | Compiling indicatif v0.18.4 |
| 2375 | 2026-06-09T21:36:26.022Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2376 | 2026-06-09T21:36:26.125Z | Compiling shell-words v1.1.1 |
| 2377 | 2026-06-09T21:36:26.393Z | Compiling cargo_metadata v0.21.0 |
| 2378 | 2026-06-09T21:36:35.673Z | Compiling progenitor-client v0.10.0 |
| 2379 | 2026-06-09T21:36:35.673Z | Compiling omicron-zone-package v0.12.2 |
| 2380 | 2026-06-09T21:36:35.690Z | Compiling progenitor-client v0.14.0 |
| 2381 | 2026-06-09T21:36:36.200Z | Compiling progenitor-extras v0.2.0 |
| 2382 | 2026-06-09T21:36:38.458Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2383 | 2026-06-09T21:36:38.476Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2384 | 2026-06-09T21:36:38.552Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2385 | 2026-06-09T21:36:38.621Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2386 | 2026-06-09T21:36:38.694Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2387 | 2026-06-09T21:36:38.724Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2388 | 2026-06-09T21:36:38.737Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2389 | 2026-06-09T21:36:38.769Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2390 | 2026-06-09T21:36:38.856Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2391 | 2026-06-09T21:36:42.759Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2392 | 2026-06-09T21:36:50.409Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2393 | 2026-06-09T21:36:53.458Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2394 | 2026-06-09T21:36:54.441Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2395 | 2026-06-09T21:37:04.147Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2396 | 2026-06-09T21:37:04.296Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2397 | 2026-06-09T21:37:04.358Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2398 | 2026-06-09T21:37:04.361Z | Created new build target 'test' and set it as active |
| 2399 | 2026-06-09T21:37:04.365Z | |
| 2400 | 2026-06-09T21:37:04.365Z | real 1:43.835631273 |
| 2401 | 2026-06-09T21:37:04.365Z | user 17:00.662225616 |
| 2402 | 2026-06-09T21:37:04.365Z | sys 2:34.768265671 |
| 2403 | 2026-06-09T21:37:04.365Z | trap 0.481000922 |
| 2404 | 2026-06-09T21:37:04.365Z | tflt 2.728364250 |
| 2405 | 2026-06-09T21:37:04.365Z | dflt 4.369539829 |
| 2406 | 2026-06-09T21:37:04.365Z | kflt 0.000466920 |
| 2407 | 2026-06-09T21:37:04.365Z | lock 52:51.002457886 |
| 2408 | 2026-06-09T21:37:04.365Z | slp 43:24.457937190 |
| 2409 | 2026-06-09T21:37:04.365Z | lat 40.275207508 |
| 2410 | 2026-06-09T21:37:04.365Z | stop 5:18.377930816 |
| 2411 | 2026-06-09T21:37:04.365Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2412 | 2026-06-09T21:37:05.249Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2413 | 2026-06-09T21:37:05.318Z | Running `target/release/omicron-package -t test package` |
| 2414 | 2026-06-09T21:37:05.374Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2415 | 2026-06-09T21:37:06.811Z | Compiling heck v0.5.0 |
| 2416 | 2026-06-09T21:37:06.815Z | Compiling regress v0.11.1 |
| 2417 | 2026-06-09T21:37:07.029Z | Compiling unsafe-libyaml v0.2.11 |
| 2418 | 2026-06-09T21:37:07.065Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2419 | 2026-06-09T21:37:07.096Z | Compiling regress v0.10.5 |
| 2420 | 2026-06-09T21:37:07.117Z | Compiling is-terminal v0.4.17 |
| 2421 | 2026-06-09T21:37:07.136Z | Compiling unicode-width v0.1.14 |
| 2422 | 2026-06-09T21:37:07.139Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-06-09T21:37:07.139Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-06-09T21:37:07.139Z | Compiling bytecount v0.6.9 |
| 2425 | 2026-06-09T21:37:07.140Z | Compiling rustls v0.22.4 |
| 2426 | 2026-06-09T21:37:07.140Z | Compiling rustls-webpki v0.102.8 |
| 2427 | 2026-06-09T21:37:07.154Z | Compiling derive-where v1.6.0 |
| 2428 | 2026-06-09T21:37:07.194Z | Compiling thread_local v1.1.9 |
| 2429 | 2026-06-09T21:37:07.198Z | Compiling match_cfg v0.1.0 |
| 2430 | 2026-06-09T21:37:07.307Z | Compiling compression-core v0.4.31 |
| 2431 | 2026-06-09T21:37:07.348Z | Compiling hostname v0.3.1 |
| 2432 | 2026-06-09T21:37:07.373Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-06-09T21:37:07.399Z | Compiling multer v3.1.0 |
| 2434 | 2026-06-09T21:37:07.464Z | Compiling compression-codecs v0.4.37 |
| 2435 | 2026-06-09T21:37:07.467Z | Compiling slog-async v2.8.0 |
| 2436 | 2026-06-09T21:37:07.508Z | Compiling crossbeam-channel v0.5.15 |
| 2437 | 2026-06-09T21:37:07.512Z | Compiling slog-json v2.6.1 |
| 2438 | 2026-06-09T21:37:07.512Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2439 | 2026-06-09T21:37:07.553Z | Compiling serde_yaml v0.9.34+deprecated |
| 2440 | 2026-06-09T21:37:07.576Z | Compiling serde_spanned v1.0.4 |
| 2441 | 2026-06-09T21:37:07.579Z | Compiling take_mut v0.2.2 |
| 2442 | 2026-06-09T21:37:07.696Z | Compiling term v1.2.1 |
| 2443 | 2026-06-09T21:37:07.721Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2444 | 2026-06-09T21:37:07.753Z | Compiling slog-bunyan v2.5.0 |
| 2445 | 2026-06-09T21:37:07.774Z | Compiling async-compression v0.4.41 |
| 2446 | 2026-06-09T21:37:07.855Z | Compiling async-stream v0.3.6 |
| 2447 | 2026-06-09T21:37:07.914Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2448 | 2026-06-09T21:37:07.954Z | Compiling dropshot v0.17.0 |
| 2449 | 2026-06-09T21:37:07.974Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2450 | 2026-06-09T21:37:08.021Z | Compiling slog-term v2.9.2 |
| 2451 | 2026-06-09T21:37:08.042Z | Compiling num-rational v0.4.2 |
| 2452 | 2026-06-09T21:37:08.111Z | Compiling progenitor-client v0.14.0 |
| 2453 | 2026-06-09T21:37:08.134Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2454 | 2026-06-09T21:37:08.217Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2455 | 2026-06-09T21:37:08.259Z | Compiling waitgroup v0.1.2 |
| 2456 | 2026-06-09T21:37:08.311Z | Compiling backon v1.6.0 |
| 2457 | 2026-06-09T21:37:08.332Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-06-09T21:37:08.422Z | Compiling num-complex v0.4.6 |
| 2459 | 2026-06-09T21:37:08.445Z | Compiling serde_path_to_error v0.1.20 |
| 2460 | 2026-06-09T21:37:08.448Z | Compiling hostname v0.4.2 |
| 2461 | 2026-06-09T21:37:08.487Z | Compiling instant v0.1.13 |
| 2462 | 2026-06-09T21:37:08.547Z | Compiling typify-impl v0.6.2 |
| 2463 | 2026-06-09T21:37:08.550Z | Compiling debug-ignore v1.0.5 |
| 2464 | 2026-06-09T21:37:08.550Z | Compiling progenitor-extras v0.2.0 |
| 2465 | 2026-06-09T21:37:08.616Z | Compiling backoff v0.4.0 |
| 2466 | 2026-06-09T21:37:08.637Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2467 | 2026-06-09T21:37:08.681Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2468 | 2026-06-09T21:37:08.837Z | Compiling num v0.4.3 |
| 2469 | 2026-06-09T21:37:08.858Z | Compiling parse-display v0.10.0 |
| 2470 | 2026-06-09T21:37:08.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2471 | 2026-06-09T21:37:08.919Z | Compiling progenitor-client v0.10.0 |
| 2472 | 2026-06-09T21:37:08.944Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2473 | 2026-06-09T21:37:08.965Z | Compiling macaddr v1.0.1 |
| 2474 | 2026-06-09T21:37:09.046Z | Compiling humantime v2.3.0 |
| 2475 | 2026-06-09T21:37:09.068Z | Compiling float-ord v0.3.2 |
| 2476 | 2026-06-09T21:37:09.199Z | Compiling console v0.15.11 |
| 2477 | 2026-06-09T21:37:09.221Z | Compiling atomicwrites v0.4.4 |
| 2478 | 2026-06-09T21:37:09.265Z | Compiling newline-converter v0.3.0 |
| 2479 | 2026-06-09T21:37:09.344Z | Compiling slog-dtrace v0.3.0 |
| 2480 | 2026-06-09T21:37:09.368Z | Compiling owo-colors v4.3.0 |
| 2481 | 2026-06-09T21:37:09.432Z | Compiling resolv-conf v0.7.6 |
| 2482 | 2026-06-09T21:37:09.520Z | Compiling tokio-rustls v0.25.0 |
| 2483 | 2026-06-09T21:37:09.575Z | Compiling cancel-safe-futures v0.1.5 |
| 2484 | 2026-06-09T21:37:09.653Z | Compiling expectorate v1.2.0 |
| 2485 | 2026-06-09T21:37:09.674Z | Compiling toml v0.8.23 |
| 2486 | 2026-06-09T21:37:09.788Z | Compiling libsw-core v0.3.2 |
| 2487 | 2026-06-09T21:37:09.919Z | Compiling linear-map v1.2.0 |
| 2488 | 2026-06-09T21:37:10.036Z | Compiling libsw v3.5.0 |
| 2489 | 2026-06-09T21:37:10.081Z | Compiling linked-hash-map v0.5.6 |
| 2490 | 2026-06-09T21:37:10.202Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2491 | 2026-06-09T21:37:10.252Z | Compiling minimal-lexical v0.2.1 |
| 2492 | 2026-06-09T21:37:10.285Z | Compiling lru-cache v0.1.2 |
| 2493 | 2026-06-09T21:37:10.325Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-06-09T21:37:10.328Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-06-09T21:37:10.443Z | Compiling hickory-proto v0.24.4 |
| 2496 | 2026-06-09T21:37:10.463Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-06-09T21:37:10.510Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2498 | 2026-06-09T21:37:10.532Z | Compiling nom v7.1.3 |
| 2499 | 2026-06-09T21:37:10.536Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2500 | 2026-06-09T21:37:10.696Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2501 | 2026-06-09T21:37:10.787Z | Compiling convert_case v0.10.0 |
| 2502 | 2026-06-09T21:37:11.081Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-06-09T21:37:11.466Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2504 | 2026-06-09T21:37:11.844Z | Compiling derive_more v2.1.1 |
| 2505 | 2026-06-09T21:37:11.898Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2506 | 2026-06-09T21:37:11.919Z | Compiling papergrid v0.11.0 |
| 2507 | 2026-06-09T21:37:11.957Z | Compiling tabled_derive v0.7.0 |
| 2508 | 2026-06-09T21:37:12.062Z | Compiling termtree v0.5.1 |
| 2509 | 2026-06-09T21:37:12.085Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-06-09T21:37:12.267Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2511 | 2026-06-09T21:37:12.527Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2512 | 2026-06-09T21:37:12.859Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-06-09T21:37:12.881Z | Compiling hickory-resolver v0.24.4 |
| 2514 | 2026-06-09T21:37:13.165Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2515 | 2026-06-09T21:37:13.201Z | Compiling tabled v0.15.0 |
| 2516 | 2026-06-09T21:37:13.389Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2517 | 2026-06-09T21:37:13.636Z | Compiling crossterm v0.29.0 |
| 2518 | 2026-06-09T21:37:13.667Z | Compiling typify v0.6.2 |
| 2519 | 2026-06-09T21:37:13.956Z | Compiling progenitor-impl v0.14.0 |
| 2520 | 2026-06-09T21:37:14.538Z | Compiling qorb v0.4.1 |
| 2521 | 2026-06-09T21:37:16.099Z | Compiling progenitor-macro v0.14.0 |
| 2522 | 2026-06-09T21:37:16.334Z | Compiling phf_shared v0.12.1 |
| 2523 | 2026-06-09T21:37:16.588Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2524 | 2026-06-09T21:37:16.616Z | Compiling csv-core v0.1.13 |
| 2525 | 2026-06-09T21:37:17.119Z | Compiling vte v0.14.1 |
| 2526 | 2026-06-09T21:37:17.265Z | Compiling highway v1.3.0 |
| 2527 | 2026-06-09T21:37:17.400Z | Compiling chrono-tz v0.10.4 |
| 2528 | 2026-06-09T21:37:17.647Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2529 | 2026-06-09T21:37:17.997Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2530 | 2026-06-09T21:37:19.040Z | Compiling strip-ansi-escapes v0.2.1 |
| 2531 | 2026-06-09T21:37:19.052Z | Compiling csv v1.4.0 |
| 2532 | 2026-06-09T21:37:19.052Z | Compiling phf v0.12.1 |
| 2533 | 2026-06-09T21:37:19.052Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-06-09T21:37:19.052Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-06-09T21:37:19.052Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-06-09T21:37:19.097Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2537 | 2026-06-09T21:37:19.260Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2538 | 2026-06-09T21:37:19.356Z | Compiling peg-macros v0.8.5 |
| 2539 | 2026-06-09T21:37:19.547Z | Compiling nu-ansi-term v0.50.3 |
| 2540 | 2026-06-09T21:37:19.715Z | Compiling const_format v0.2.35 |
| 2541 | 2026-06-09T21:37:20.105Z | Compiling reedline v0.40.0 |
| 2542 | 2026-06-09T21:37:20.195Z | Compiling progenitor v0.14.0 |
| 2543 | 2026-06-09T21:37:20.249Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2544 | 2026-06-09T21:37:20.381Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-06-09T21:37:20.510Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2546 | 2026-06-09T21:37:20.609Z | Compiling peg v0.8.5 |
| 2547 | 2026-06-09T21:37:21.057Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-06-09T21:37:21.121Z | Compiling bcs v0.1.6 |
| 2549 | 2026-06-09T21:37:21.549Z | Compiling nom v8.0.0 |
| 2550 | 2026-06-09T21:37:21.782Z | Compiling semver v0.1.20 |
| 2551 | 2026-06-09T21:37:22.075Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-06-09T21:37:22.315Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-06-09T21:37:22.593Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-09T21:37:22.850Z | Compiling smawk v0.3.2 |
| 2555 | 2026-06-09T21:37:23.050Z | Compiling unicode-linebreak v0.1.5 |
| 2556 | 2026-06-09T21:37:23.157Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2557 | 2026-06-09T21:37:23.312Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2026-06-09T21:37:23.333Z | Compiling textwrap v0.16.2 |
| 2559 | 2026-06-09T21:37:23.378Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2560 | 2026-06-09T21:37:23.464Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-06-09T21:37:23.621Z | Compiling base64 v0.21.7 |
| 2562 | 2026-06-09T21:37:23.643Z | Compiling steno v0.4.1 |
| 2563 | 2026-06-09T21:37:23.668Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2564 | 2026-06-09T21:37:23.886Z | Compiling tagptr v0.2.0 |
| 2565 | 2026-06-09T21:37:24.076Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2566 | 2026-06-09T21:37:24.154Z | Compiling moka v0.12.13 |
| 2567 | 2026-06-09T21:37:24.247Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2568 | 2026-06-09T21:37:24.284Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-06-09T21:37:24.500Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-06-09T21:37:24.557Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-06-09T21:37:24.673Z | Compiling radium v0.7.0 |
| 2572 | 2026-06-09T21:37:24.946Z | Compiling display-error-chain v0.2.2 |
| 2573 | 2026-06-09T21:37:24.999Z | Compiling maybe-uninit v2.0.0 |
| 2574 | 2026-06-09T21:37:25.315Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-06-09T21:37:25.366Z | Compiling tokio-tungstenite v0.21.0 |
| 2576 | 2026-06-09T21:37:25.395Z | Compiling tap v1.0.1 |
| 2577 | 2026-06-09T21:37:25.551Z | Compiling wyz v0.5.1 |
| 2578 | 2026-06-09T21:37:25.758Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2579 | 2026-06-09T21:37:25.998Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-06-09T21:37:26.051Z | Compiling num-derive v0.3.3 |
| 2581 | 2026-06-09T21:37:26.708Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-06-09T21:37:26.837Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-06-09T21:37:26.970Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2584 | 2026-06-09T21:37:27.415Z | Compiling crc-catalog v2.4.0 |
| 2585 | 2026-06-09T21:37:27.542Z | Compiling packed_struct v0.10.1 |
| 2586 | 2026-06-09T21:37:27.644Z | Compiling funty v2.0.0 |
| 2587 | 2026-06-09T21:37:27.880Z | Compiling zerocopy v0.6.6 |
| 2588 | 2026-06-09T21:37:28.277Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-06-09T21:37:28.461Z | Compiling bitvec v1.0.1 |
| 2590 | 2026-06-09T21:37:28.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2591 | 2026-06-09T21:37:28.880Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2592 | 2026-06-09T21:37:29.017Z | Compiling crc v3.4.0 |
| 2593 | 2026-06-09T21:37:29.239Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-06-09T21:37:29.513Z | Compiling libscf-sys v1.1.0 |
| 2595 | 2026-06-09T21:37:29.652Z | Compiling packed_struct_codegen v0.10.1 |
| 2596 | 2026-06-09T21:37:29.687Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-06-09T21:37:29.905Z | Compiling bitfield-macros v0.19.4 |
| 2598 | 2026-06-09T21:37:30.285Z | Compiling indexmap v1.9.3 |
| 2599 | 2026-06-09T21:37:30.358Z | Compiling nodrop v0.1.14 |
| 2600 | 2026-06-09T21:37:30.493Z | Compiling array-init v0.0.4 |
| 2601 | 2026-06-09T21:37:30.596Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-06-09T21:37:30.638Z | Compiling bitfield v0.19.4 |
| 2603 | 2026-06-09T21:37:30.695Z | Compiling smallvec v0.6.14 |
| 2604 | 2026-06-09T21:37:30.880Z | Compiling tabled_derive v0.11.0 |
| 2605 | 2026-06-09T21:37:30.992Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-06-09T21:37:31.133Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-06-09T21:37:31.304Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-06-09T21:37:31.523Z | Compiling dirs-sys-next v0.1.2 |
| 2609 | 2026-06-09T21:37:31.547Z | Compiling diesel_derives v2.3.7 |
| 2610 | 2026-06-09T21:37:31.569Z | Compiling hashbrown v0.12.3 |
| 2611 | 2026-06-09T21:37:31.672Z | Compiling glob v0.3.3 |
| 2612 | 2026-06-09T21:37:31.761Z | Compiling maplit v1.0.2 |
| 2613 | 2026-06-09T21:37:31.806Z | Compiling crunchy v0.2.4 |
| 2614 | 2026-06-09T21:37:31.911Z | Compiling dirs-next v2.0.0 |
| 2615 | 2026-06-09T21:37:31.958Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-06-09T21:37:32.029Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-06-09T21:37:32.070Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2618 | 2026-06-09T21:37:32.160Z | Compiling tabled v0.20.0 |
| 2619 | 2026-06-09T21:37:32.185Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-06-09T21:37:32.221Z | Compiling ron v0.8.1 |
| 2621 | 2026-06-09T21:37:32.322Z | Compiling hashbrown v0.13.2 |
| 2622 | 2026-06-09T21:37:32.426Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2623 | 2026-06-09T21:37:32.447Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2624 | 2026-06-09T21:37:32.673Z | Compiling dsl_auto_type v0.2.0 |
| 2625 | 2026-06-09T21:37:32.950Z | Compiling scheduled-thread-pool v0.2.7 |
| 2626 | 2026-06-09T21:37:33.237Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2627 | 2026-06-09T21:37:33.453Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2628 | 2026-06-09T21:37:33.543Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-06-09T21:37:33.689Z | Compiling tiny-keccak v2.0.2 |
| 2630 | 2026-06-09T21:37:33.961Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2631 | 2026-06-09T21:37:33.983Z | Compiling r2d2 v0.8.10 |
| 2632 | 2026-06-09T21:37:34.190Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-06-09T21:37:34.271Z | Compiling object v0.30.4 |
| 2634 | 2026-06-09T21:37:34.775Z | Compiling term v0.7.0 |
| 2635 | 2026-06-09T21:37:34.891Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-06-09T21:37:35.071Z | Compiling downcast-rs v2.0.2 |
| 2637 | 2026-06-09T21:37:35.150Z | Compiling xshell-macros v0.2.7 |
| 2638 | 2026-06-09T21:37:35.170Z | Compiling path-slash v0.1.5 |
| 2639 | 2026-06-09T21:37:35.281Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-06-09T21:37:35.363Z | Compiling ascii-canvas v3.0.0 |
| 2641 | 2026-06-09T21:37:35.546Z | Compiling xshell v0.2.7 |
| 2642 | 2026-06-09T21:37:35.621Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2643 | 2026-06-09T21:37:35.722Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2644 | 2026-06-09T21:37:36.209Z | Compiling itertools v0.10.5 |
| 2645 | 2026-06-09T21:37:36.694Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2646 | 2026-06-09T21:37:36.845Z | Compiling ena v0.14.4 |
| 2647 | 2026-06-09T21:37:37.090Z | Compiling libloading v0.8.9 |
| 2648 | 2026-06-09T21:37:37.305Z | Compiling diff v0.1.13 |
| 2649 | 2026-06-09T21:37:37.330Z | Compiling crc8 v0.1.1 |
| 2650 | 2026-06-09T21:37:37.473Z | Compiling unicase v2.9.0 |
| 2651 | 2026-06-09T21:37:37.569Z | Compiling regex-syntax v0.6.29 |
| 2652 | 2026-06-09T21:37:37.781Z | Compiling bindgen v0.71.1 |
| 2653 | 2026-06-09T21:37:38.116Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2654 | 2026-06-09T21:37:38.260Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2655 | 2026-06-09T21:37:38.293Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2656 | 2026-06-09T21:37:38.678Z | Compiling diesel v2.3.7 |
| 2657 | 2026-06-09T21:37:38.902Z | Compiling cexpr v0.6.0 |
| 2658 | 2026-06-09T21:37:39.107Z | Compiling lalrpop v0.19.12 |
| 2659 | 2026-06-09T21:37:39.350Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2660 | 2026-06-09T21:37:39.481Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2661 | 2026-06-09T21:37:39.548Z | Compiling rustc-hash v2.1.1 |
| 2662 | 2026-06-09T21:37:39.608Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-06-09T21:37:39.638Z | Compiling headers-core v0.3.0 |
| 2664 | 2026-06-09T21:37:39.681Z | Compiling libxml v0.3.3 |
| 2665 | 2026-06-09T21:37:39.739Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-06-09T21:37:39.827Z | Compiling headers v0.4.1 |
| 2667 | 2026-06-09T21:37:39.974Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2668 | 2026-06-09T21:37:40.022Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2026-06-09T21:37:40.230Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-06-09T21:37:40.458Z | Compiling git-stub v1.0.0 |
| 2671 | 2026-06-09T21:37:40.693Z | Compiling strum_macros v0.24.3 |
| 2672 | 2026-06-09T21:37:40.727Z | Compiling indoc v1.0.9 |
| 2673 | 2026-06-09T21:37:40.815Z | Compiling git-stub-vcs v0.1.0 |
| 2674 | 2026-06-09T21:37:41.168Z | Compiling progenitor-impl v0.13.0 |
| 2675 | 2026-06-09T21:37:41.192Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2676 | 2026-06-09T21:37:41.406Z | Compiling derive_builder v0.20.2 |
| 2677 | 2026-06-09T21:37:41.471Z | Compiling oso-derive v0.27.3 |
| 2678 | 2026-06-09T21:37:41.572Z | Compiling quick-xml v0.37.5 |
| 2679 | 2026-06-09T21:37:41.952Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2680 | 2026-06-09T21:37:41.976Z | Compiling openssl-probe v0.1.6 |
| 2681 | 2026-06-09T21:37:42.312Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2682 | 2026-06-09T21:37:42.517Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2683 | 2026-06-09T21:37:42.666Z | Compiling progenitor-client v0.13.0 |
| 2684 | 2026-06-09T21:37:42.912Z | Compiling half v1.8.3 |
| 2685 | 2026-06-09T21:37:43.041Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2686 | 2026-06-09T21:37:43.220Z | Compiling serde_cbor v0.11.2 |
| 2687 | 2026-06-09T21:37:43.248Z | Compiling bb8 v0.8.6 |
| 2688 | 2026-06-09T21:37:43.284Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-06-09T21:37:43.385Z | Compiling progenitor-macro v0.13.0 |
| 2690 | 2026-06-09T21:37:43.495Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2691 | 2026-06-09T21:37:43.626Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2692 | 2026-06-09T21:37:43.816Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-06-09T21:37:43.953Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2694 | 2026-06-09T21:37:44.175Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2695 | 2026-06-09T21:37:44.264Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2696 | 2026-06-09T21:37:44.294Z | Compiling typify-impl v0.4.3 |
| 2697 | 2026-06-09T21:37:44.433Z | Compiling samael v0.0.19 |
| 2698 | 2026-06-09T21:37:44.460Z | Compiling fxhash v0.2.1 |
| 2699 | 2026-06-09T21:37:44.500Z | Compiling libz-sys v1.1.24 |
| 2700 | 2026-06-09T21:37:44.632Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2701 | 2026-06-09T21:37:44.902Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-06-09T21:37:45.132Z | Compiling salty v0.3.0 |
| 2703 | 2026-06-09T21:37:45.669Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2704 | 2026-06-09T21:37:45.736Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2705 | 2026-06-09T21:37:45.830Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2706 | 2026-06-09T21:37:45.996Z | Compiling kstat-rs v0.2.4 |
| 2707 | 2026-06-09T21:37:46.154Z | Compiling arc-swap v1.8.2 |
| 2708 | 2026-06-09T21:37:46.488Z | Compiling fs-err v2.11.0 |
| 2709 | 2026-06-09T21:37:46.627Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-06-09T21:37:46.762Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-06-09T21:37:46.867Z | Compiling slog-scope v4.4.1 |
| 2712 | 2026-06-09T21:37:47.311Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2713 | 2026-06-09T21:37:47.349Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2714 | 2026-06-09T21:37:47.470Z | Compiling progenitor v0.13.0 |
| 2715 | 2026-06-09T21:37:47.660Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2716 | 2026-06-09T21:37:47.725Z | Compiling typify-macro v0.4.3 |
| 2717 | 2026-06-09T21:37:48.915Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2718 | 2026-06-09T21:37:49.027Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2719 | 2026-06-09T21:37:49.084Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2720 | 2026-06-09T21:37:49.222Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2721 | 2026-06-09T21:37:49.381Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2722 | 2026-06-09T21:37:49.647Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-06-09T21:37:49.822Z | Compiling darling_core v0.23.0 |
| 2724 | 2026-06-09T21:37:50.019Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2725 | 2026-06-09T21:37:50.346Z | Compiling parking_lot_core v0.8.6 |
| 2726 | 2026-06-09T21:37:50.713Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2727 | 2026-06-09T21:37:50.976Z | Compiling flume v0.11.1 |
| 2728 | 2026-06-09T21:37:51.362Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-06-09T21:37:51.988Z | Compiling darling_macro v0.23.0 |
| 2730 | 2026-06-09T21:37:52.018Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-06-09T21:37:52.210Z | Compiling slog-stdlog v4.1.1 |
| 2732 | 2026-06-09T21:37:52.658Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2733 | 2026-06-09T21:37:52.710Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2734 | 2026-06-09T21:37:53.798Z | Compiling primeorder v0.13.6 |
| 2735 | 2026-06-09T21:37:53.955Z | Compiling atty v0.2.14 |
| 2736 | 2026-06-09T21:37:54.107Z | Compiling parse-size v1.1.0 |
| 2737 | 2026-06-09T21:37:54.130Z | Compiling http-range v0.1.5 |
| 2738 | 2026-06-09T21:37:54.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2739 | 2026-06-09T21:37:54.457Z | Compiling strsim v0.10.0 |
| 2740 | 2026-06-09T21:37:54.523Z | Compiling instability v0.3.11 |
| 2741 | 2026-06-09T21:37:54.594Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2742 | 2026-06-09T21:37:54.771Z | Compiling darling_core v0.13.4 |
| 2743 | 2026-06-09T21:37:54.797Z | Compiling p384 v0.13.1 |
| 2744 | 2026-06-09T21:37:56.418Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2745 | 2026-06-09T21:37:57.657Z | Compiling oso v0.27.3 |
| 2746 | 2026-06-09T21:37:58.715Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2747 | 2026-06-09T21:37:58.861Z | Compiling async-bb8-diesel v0.2.1 |
| 2748 | 2026-06-09T21:37:59.193Z | Compiling diesel-dtrace v0.5.0 |
| 2749 | 2026-06-09T21:37:59.301Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2750 | 2026-06-09T21:37:59.747Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2751 | 2026-06-09T21:38:00.857Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-06-09T21:38:01.005Z | Compiling darling v0.23.0 |
| 2753 | 2026-06-09T21:38:01.123Z | Compiling slog-envlogger v2.2.0 |
| 2754 | 2026-06-09T21:38:02.305Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2755 | 2026-06-09T21:38:02.905Z | Compiling typify v0.4.3 |
| 2756 | 2026-06-09T21:38:03.051Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2757 | 2026-06-09T21:38:03.437Z | Compiling ignore v0.4.25 |
| 2758 | 2026-06-09T21:38:04.092Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-06-09T21:38:04.947Z | Compiling castaway v0.2.4 |
| 2760 | 2026-06-09T21:38:05.105Z | Compiling vergen-git2 v9.1.0 |
| 2761 | 2026-06-09T21:38:05.342Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-06-09T21:38:05.488Z | Compiling indoc v2.0.7 |
| 2763 | 2026-06-09T21:38:05.700Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-06-09T21:38:05.821Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-06-09T21:38:05.845Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-06-09T21:38:06.514Z | Compiling progenitor-impl v0.11.2 |
| 2767 | 2026-06-09T21:38:06.538Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-06-09T21:38:06.575Z | Compiling parking_lot v0.11.2 |
| 2769 | 2026-06-09T21:38:06.616Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2770 | 2026-06-09T21:38:06.828Z | Compiling hyper-staticfile v0.10.1 |
| 2771 | 2026-06-09T21:38:07.442Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2772 | 2026-06-09T21:38:07.504Z | Compiling darling_macro v0.13.4 |
| 2773 | 2026-06-09T21:38:08.047Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2774 | 2026-06-09T21:38:08.156Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2775 | 2026-06-09T21:38:08.310Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2776 | 2026-06-09T21:38:08.496Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2777 | 2026-06-09T21:38:08.676Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2778 | 2026-06-09T21:38:08.710Z | Compiling predicates-tree v1.0.13 |
| 2779 | 2026-06-09T21:38:08.779Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-06-09T21:38:08.926Z | Compiling unicode-truncate v1.1.0 |
| 2781 | 2026-06-09T21:38:09.012Z | Compiling lru v0.12.5 |
| 2782 | 2026-06-09T21:38:09.135Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2783 | 2026-06-09T21:38:09.173Z | Compiling rand_seeder v0.4.0 |
| 2784 | 2026-06-09T21:38:09.237Z | Compiling prefix-trie v0.7.0 |
| 2785 | 2026-06-09T21:38:09.425Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2786 | 2026-06-09T21:38:09.691Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2787 | 2026-06-09T21:38:09.743Z | Compiling rustls v0.21.12 |
| 2788 | 2026-06-09T21:38:09.889Z | Compiling cassowary v0.3.0 |
| 2789 | 2026-06-09T21:38:09.949Z | Compiling corncobs v0.1.4 |
| 2790 | 2026-06-09T21:38:09.971Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2791 | 2026-06-09T21:38:10.127Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2792 | 2026-06-09T21:38:10.149Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2793 | 2026-06-09T21:38:10.219Z | Compiling ratatui v0.29.0 |
| 2794 | 2026-06-09T21:38:10.308Z | Compiling hickory-server v0.25.2 |
| 2795 | 2026-06-09T21:38:10.461Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-06-09T21:38:10.562Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2797 | 2026-06-09T21:38:10.803Z | Compiling camino-tempfile-ext v0.3.3 |
| 2798 | 2026-06-09T21:38:10.864Z | Compiling progenitor-macro v0.11.2 |
| 2799 | 2026-06-09T21:38:10.894Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2800 | 2026-06-09T21:38:11.450Z | Compiling darling v0.13.4 |
| 2801 | 2026-06-09T21:38:11.561Z | Compiling sled v0.34.7 |
| 2802 | 2026-06-09T21:38:12.573Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2803 | 2026-06-09T21:38:14.023Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-06-09T21:38:14.839Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2805 | 2026-06-09T21:38:15.300Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2806 | 2026-06-09T21:38:15.346Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2807 | 2026-06-09T21:38:15.570Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2808 | 2026-06-09T21:38:15.653Z | Compiling progenitor-client v0.11.2 |
| 2809 | 2026-06-09T21:38:15.821Z | Compiling rustls-webpki v0.101.7 |
| 2810 | 2026-06-09T21:38:15.964Z | Compiling sct v0.7.1 |
| 2811 | 2026-06-09T21:38:16.102Z | Compiling git2 v0.20.4 |
| 2812 | 2026-06-09T21:38:16.201Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-06-09T21:38:16.235Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2814 | 2026-06-09T21:38:17.524Z | Compiling progenitor v0.11.2 |
| 2815 | 2026-06-09T21:38:17.782Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2816 | 2026-06-09T21:38:18.568Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2817 | 2026-06-09T21:38:18.976Z | Compiling serde_with_macros v1.5.2 |
| 2818 | 2026-06-09T21:38:19.224Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2819 | 2026-06-09T21:38:19.803Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2820 | 2026-06-09T21:38:19.949Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2821 | 2026-06-09T21:38:20.193Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2822 | 2026-06-09T21:38:21.474Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2823 | 2026-06-09T21:38:21.596Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2824 | 2026-06-09T21:38:21.761Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2825 | 2026-06-09T21:38:21.992Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2826 | 2026-06-09T21:38:22.214Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2827 | 2026-06-09T21:38:22.411Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2828 | 2026-06-09T21:38:22.462Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2829 | 2026-06-09T21:38:22.648Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2830 | 2026-06-09T21:38:22.711Z | Compiling void v1.0.2 |
| 2831 | 2026-06-09T21:38:22.927Z | Compiling lzss v0.8.2 |
| 2832 | 2026-06-09T21:38:23.396Z | Compiling illumos-nvpair v0.3.0 |
| 2833 | 2026-06-09T21:38:23.885Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2834 | 2026-06-09T21:38:24.680Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2835 | 2026-06-09T21:38:25.251Z | Compiling serde_with v1.14.0 |
| 2836 | 2026-06-09T21:38:25.994Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2837 | 2026-06-09T21:38:26.397Z | Compiling tokio-rustls v0.24.1 |
| 2838 | 2026-06-09T21:38:26.844Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2839 | 2026-06-09T21:38:26.972Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2840 | 2026-06-09T21:38:26.994Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2841 | 2026-06-09T21:38:27.134Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2842 | 2026-06-09T21:38:27.854Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2843 | 2026-06-09T21:38:28.092Z | Compiling tungstenite v0.23.0 |
| 2844 | 2026-06-09T21:38:28.771Z | Compiling rustls-pemfile v1.0.4 |
| 2845 | 2026-06-09T21:38:28.804Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2846 | 2026-06-09T21:38:29.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2847 | 2026-06-09T21:38:29.204Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2848 | 2026-06-09T21:38:29.269Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2849 | 2026-06-09T21:38:29.444Z | Compiling nix v0.27.1 |
| 2850 | 2026-06-09T21:38:30.428Z | Compiling twox-hash v2.1.2 |
| 2851 | 2026-06-09T21:38:30.646Z | Compiling serde_bytes v0.11.19 |
| 2852 | 2026-06-09T21:38:30.924Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2853 | 2026-06-09T21:38:30.949Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2854 | 2026-06-09T21:38:30.973Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-06-09T21:38:31.389Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2856 | 2026-06-09T21:38:31.441Z | Compiling tokio-tungstenite v0.23.1 |
| 2857 | 2026-06-09T21:38:31.810Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2858 | 2026-06-09T21:38:31.965Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2859 | 2026-06-09T21:38:33.838Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2860 | 2026-06-09T21:38:35.166Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2861 | 2026-06-09T21:38:35.287Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2862 | 2026-06-09T21:38:35.763Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2863 | 2026-06-09T21:38:35.847Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2864 | 2026-06-09T21:38:36.144Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2865 | 2026-06-09T21:38:36.212Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2866 | 2026-06-09T21:38:36.320Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2867 | 2026-06-09T21:38:37.170Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2868 | 2026-06-09T21:38:37.242Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2869 | 2026-06-09T21:38:39.007Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2870 | 2026-06-09T21:38:40.002Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2871 | 2026-06-09T21:38:40.504Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2872 | 2026-06-09T21:38:40.770Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2873 | 2026-06-09T21:38:41.791Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2874 | 2026-06-09T21:38:42.156Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2875 | 2026-06-09T21:38:42.574Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-06-09T21:38:42.831Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2877 | 2026-06-09T21:38:43.681Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2878 | 2026-06-09T21:38:43.776Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2879 | 2026-06-09T21:38:43.996Z | Compiling signal-hook-tokio v0.3.1 |
| 2880 | 2026-06-09T21:38:44.111Z | Compiling fatfs v0.3.6 |
| 2881 | 2026-06-09T21:38:44.192Z | Compiling yasna v0.5.2 |
| 2882 | 2026-06-09T21:38:44.374Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2883 | 2026-06-09T21:38:44.637Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-06-09T21:38:45.113Z | Compiling assert_matches v1.5.0 |
| 2885 | 2026-06-09T21:38:45.222Z | Compiling is_ci v1.2.0 |
| 2886 | 2026-06-09T21:38:45.285Z | Compiling rcgen v0.12.1 |
| 2887 | 2026-06-09T21:38:45.387Z | Compiling supports-color v3.0.2 |
| 2888 | 2026-06-09T21:38:45.434Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2889 | 2026-06-09T21:38:45.696Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2890 | 2026-06-09T21:38:46.126Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2891 | 2026-06-09T21:38:46.164Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2892 | 2026-06-09T21:38:46.401Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2893 | 2026-06-09T21:38:46.469Z | Compiling rtoolbox v0.0.3 |
| 2894 | 2026-06-09T21:38:46.644Z | Compiling subprocess v0.2.15 |
| 2895 | 2026-06-09T21:38:46.780Z | Compiling rpassword v7.4.0 |
| 2896 | 2026-06-09T21:38:47.063Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2897 | 2026-06-09T21:38:48.079Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2898 | 2026-06-09T21:38:49.280Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2899 | 2026-06-09T21:38:49.421Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2900 | 2026-06-09T21:38:49.643Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2901 | 2026-06-09T21:38:49.835Z | Compiling tui-tree-widget v0.23.1 |
| 2902 | 2026-06-09T21:38:50.119Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2903 | 2026-06-09T21:38:50.345Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2904 | 2026-06-09T21:38:50.885Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2905 | 2026-06-09T21:38:51.919Z | Compiling uzers v0.12.2 |
| 2906 | 2026-06-09T21:38:53.112Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2907 | 2026-06-09T21:38:53.390Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2908 | 2026-06-09T21:38:54.495Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2909 | 2026-06-09T21:38:55.982Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2910 | 2026-06-09T21:38:58.640Z | Compiling support-bundle-viewer v0.1.2 |
| 2911 | 2026-06-09T21:38:59.746Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2912 | 2026-06-09T21:39:00.545Z | Compiling multimap v0.10.1 |
| 2913 | 2026-06-09T21:39:08.739Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2914 | 2026-06-09T21:39:14.866Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2915 | 2026-06-09T21:39:21.320Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2916 | 2026-06-09T21:39:21.344Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2917 | 2026-06-09T21:39:24.155Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2918 | 2026-06-09T21:45:10.935Z | Finished `release` profile [optimized] target(s) in 8m 05s |
| 2919 | 2026-06-09T21:45:57.660Z | |
| 2920 | 2026-06-09T21:45:57.663Z | real 8:53.270206727 |
| 2921 | 2026-06-09T21:45:57.663Z | user 1:19:24.214280388 |
| 2922 | 2026-06-09T21:45:57.663Z | sys 3:35.165887080 |
| 2923 | 2026-06-09T21:45:57.663Z | trap 1.766230497 |
| 2924 | 2026-06-09T21:45:57.663Z | tflt 2.480174211 |
| 2925 | 2026-06-09T21:45:57.663Z | dflt 17.777466813 |
| 2926 | 2026-06-09T21:45:57.663Z | kflt 0.027536937 |
| 2927 | 2026-06-09T21:45:57.663Z | lock 6:40:45.005656465 |
| 2928 | 2026-06-09T21:45:57.663Z | slp 2:15:02.533637776 |
| 2929 | 2026-06-09T21:45:57.664Z | lat 2:32.682162082 |
| 2930 | 2026-06-09T21:45:57.664Z | stop 5:20.935335319 |
| 2931 | 2026-06-09T21:45:57.664Z | + mapfile -t packages |
| 2932 | 2026-06-09T21:45:57.664Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2933 | 2026-06-09T21:45:58.620Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 2934 | 2026-06-09T21:45:58.698Z | Running `target/release/omicron-package -t test list-outputs` |
| 2935 | 2026-06-09T21:45:58.762Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2936 | 2026-06-09T21:45:58.765Z | + ptime -m cargo build --locked --release -p xtask |
| 2937 | 2026-06-09T21:45:59.306Z | Compiling libc v0.2.185 |
| 2938 | 2026-06-09T21:45:59.306Z | Compiling serde v1.0.228 |
| 2939 | 2026-06-09T21:45:59.306Z | Compiling serde_core v1.0.228 |
| 2940 | 2026-06-09T21:45:59.311Z | Compiling rustix v1.1.3 |
| 2941 | 2026-06-09T21:45:59.311Z | Compiling serde_json v1.0.149 |
| 2942 | 2026-06-09T21:45:59.410Z | Compiling bitflags v2.11.0 |
| 2943 | 2026-06-09T21:45:59.459Z | Compiling num-traits v0.2.19 |
| 2944 | 2026-06-09T21:45:59.470Z | Compiling syn v2.0.117 |
| 2945 | 2026-06-09T21:45:59.489Z | Compiling smallvec v1.15.1 |
| 2946 | 2026-06-09T21:45:59.502Z | Compiling usdt-impl v0.5.0 |
| 2947 | 2026-06-09T21:45:59.505Z | Compiling indexmap v2.14.0 |
| 2948 | 2026-06-09T21:45:59.513Z | Compiling syn v1.0.109 |
| 2949 | 2026-06-09T21:45:59.540Z | Compiling getrandom v0.4.1 |
| 2950 | 2026-06-09T21:45:59.543Z | Compiling log v0.4.29 |
| 2951 | 2026-06-09T21:45:59.670Z | Compiling percent-encoding v2.3.2 |
| 2952 | 2026-06-09T21:45:59.815Z | Compiling form_urlencoded v1.2.2 |
| 2953 | 2026-06-09T21:45:59.853Z | Compiling fs-err v3.3.0 |
| 2954 | 2026-06-09T21:45:59.900Z | Compiling anyhow v1.0.102 |
| 2955 | 2026-06-09T21:45:59.931Z | Compiling heck v0.4.1 |
| 2956 | 2026-06-09T21:45:59.934Z | Compiling once_cell v1.21.3 |
| 2957 | 2026-06-09T21:46:00.156Z | Compiling thread-id v4.2.2 |
| 2958 | 2026-06-09T21:46:00.182Z | Compiling errno v0.3.14 |
| 2959 | 2026-06-09T21:46:00.217Z | Compiling memmap v0.7.0 |
| 2960 | 2026-06-09T21:46:00.491Z | Compiling ordered-float v2.10.1 |
| 2961 | 2026-06-09T21:46:01.029Z | Compiling proc-macro-error v1.0.4 |
| 2962 | 2026-06-09T21:46:01.192Z | Compiling terminal_size v0.4.3 |
| 2963 | 2026-06-09T21:46:01.192Z | Compiling tempfile v3.25.0 |
| 2964 | 2026-06-09T21:46:01.278Z | Compiling tabled_derive v0.7.0 |
| 2965 | 2026-06-09T21:46:01.294Z | Compiling clap_builder v4.6.0 |
| 2966 | 2026-06-09T21:46:01.294Z | Compiling textwrap v0.16.2 |
| 2967 | 2026-06-09T21:46:01.429Z | Compiling camino-tempfile v1.4.1 |
| 2968 | 2026-06-09T21:46:01.967Z | Compiling tabled v0.15.0 |
| 2969 | 2026-06-09T21:46:01.997Z | Compiling synstructure v0.13.2 |
| 2970 | 2026-06-09T21:46:01.997Z | Compiling pest_generator v2.8.6 |
| 2971 | 2026-06-09T21:46:02.397Z | Compiling serde_derive v1.0.228 |
| 2972 | 2026-06-09T21:46:02.397Z | Compiling zerofrom-derive v0.1.6 |
| 2973 | 2026-06-09T21:46:02.401Z | Compiling yoke-derive v0.8.1 |
| 2974 | 2026-06-09T21:46:02.401Z | Compiling zerovec-derive v0.11.2 |
| 2975 | 2026-06-09T21:46:02.401Z | Compiling displaydoc v0.2.5 |
| 2976 | 2026-06-09T21:46:02.401Z | Compiling thiserror-impl v1.0.69 |
| 2977 | 2026-06-09T21:46:02.401Z | Compiling zerocopy-derive v0.7.35 |
| 2978 | 2026-06-09T21:46:02.520Z | Compiling pest_derive v2.8.6 |
| 2979 | 2026-06-09T21:46:02.977Z | Compiling scroll_derive v0.12.1 |
| 2980 | 2026-06-09T21:46:03.134Z | Compiling thiserror-impl v2.0.18 |
| 2981 | 2026-06-09T21:46:03.149Z | Compiling clap_derive v4.6.1 |
| 2982 | 2026-06-09T21:46:03.246Z | Compiling zerocopy v0.7.35 |
| 2983 | 2026-06-09T21:46:03.547Z | Compiling zerofrom v0.1.6 |
| 2984 | 2026-06-09T21:46:03.569Z | Compiling thiserror v1.0.69 |
| 2985 | 2026-06-09T21:46:03.646Z | Compiling scroll v0.12.0 |
| 2986 | 2026-06-09T21:46:03.690Z | Compiling yoke v0.8.1 |
| 2987 | 2026-06-09T21:46:03.694Z | Compiling dtrace-parser v0.2.0 |
| 2988 | 2026-06-09T21:46:03.898Z | Compiling zerovec v0.11.5 |
| 2989 | 2026-06-09T21:46:03.915Z | Compiling zerotrie v0.2.3 |
| 2990 | 2026-06-09T21:46:03.927Z | Compiling goblin v0.8.2 |
| 2991 | 2026-06-09T21:46:04.339Z | Compiling thiserror v2.0.18 |
| 2992 | 2026-06-09T21:46:04.467Z | Compiling tinystr v0.8.2 |
| 2993 | 2026-06-09T21:46:04.512Z | Compiling potential_utf v0.1.4 |
| 2994 | 2026-06-09T21:46:04.721Z | Compiling icu_locale_core v2.1.1 |
| 2995 | 2026-06-09T21:46:04.733Z | Compiling icu_collections v2.1.1 |
| 2996 | 2026-06-09T21:46:04.821Z | Compiling clap v4.6.1 |
| 2997 | 2026-06-09T21:46:05.499Z | Compiling icu_provider v2.1.1 |
| 2998 | 2026-06-09T21:46:05.823Z | Compiling icu_properties v2.1.2 |
| 2999 | 2026-06-09T21:46:05.853Z | Compiling icu_normalizer v2.1.1 |
| 3000 | 2026-06-09T21:46:05.866Z | Compiling serde_spanned v0.6.9 |
| 3001 | 2026-06-09T21:46:05.926Z | Compiling toml_datetime v0.6.11 |
| 3002 | 2026-06-09T21:46:05.975Z | Compiling dof v0.3.0 |
| 3003 | 2026-06-09T21:46:05.999Z | Compiling serde_tokenstream v0.2.3 |
| 3004 | 2026-06-09T21:46:06.049Z | Compiling serde-value v0.7.0 |
| 3005 | 2026-06-09T21:46:06.062Z | Compiling cargo-platform v0.2.0 |
| 3006 | 2026-06-09T21:46:06.231Z | Compiling toml_edit v0.22.27 |
| 3007 | 2026-06-09T21:46:06.342Z | Compiling macaddr v1.0.1 |
| 3008 | 2026-06-09T21:46:06.714Z | Compiling idna_adapter v1.2.1 |
| 3009 | 2026-06-09T21:46:06.795Z | Compiling usdt-attr-macro v0.5.0 |
| 3010 | 2026-06-09T21:46:06.839Z | Compiling idna v1.1.0 |
| 3011 | 2026-06-09T21:46:06.880Z | Compiling usdt-macro v0.5.0 |
| 3012 | 2026-06-09T21:46:07.203Z | Compiling url v2.5.8 |
| 3013 | 2026-06-09T21:46:07.514Z | Compiling usdt v0.5.0 |
| 3014 | 2026-06-09T21:46:07.810Z | Compiling toml v0.8.23 |
| 3015 | 2026-06-09T21:46:08.263Z | Compiling cargo-util-schemas v0.8.2 |
| 3016 | 2026-06-09T21:46:08.263Z | Compiling cargo_toml v0.21.0 |
| 3017 | 2026-06-09T21:46:09.286Z | Compiling cargo_metadata v0.21.0 |
| 3018 | 2026-06-09T21:46:12.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3019 | 2026-06-09T21:46:15.330Z | Finished `release` profile [optimized] target(s) in 16.55s |
| 3020 | 2026-06-09T21:46:15.459Z | |
| 3021 | 2026-06-09T21:46:15.459Z | real 16.655026576 |
| 3022 | 2026-06-09T21:46:15.462Z | user 2:21.918602469 |
| 3023 | 2026-06-09T21:46:15.462Z | sys 16.778801912 |
| 3024 | 2026-06-09T21:46:15.462Z | trap 0.092703300 |
| 3025 | 2026-06-09T21:46:15.462Z | tflt 0.565411342 |
| 3026 | 2026-06-09T21:46:15.462Z | dflt 1.496273242 |
| 3027 | 2026-06-09T21:46:15.462Z | kflt 0.000075120 |
| 3028 | 2026-06-09T21:46:15.462Z | lock 5:14.352664543 |
| 3029 | 2026-06-09T21:46:15.462Z | slp 3:22.666378676 |
| 3030 | 2026-06-09T21:46:15.462Z | lat 6.386391504 |
| 3031 | 2026-06-09T21:46:15.462Z | stop 19.761692192 |
| 3032 | 2026-06-09T21:46:15.462Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3033 | 2026-06-09T21:46:15.462Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3034 | 2026-06-09T21:46:15.462Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3035 | 2026-06-09T21:46:15.462Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3036 | 2026-06-09T21:46:15.462Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3037 | 2026-06-09T21:46:16.415Z | Compiling progenitor-client v0.14.0 |
| 3038 | 2026-06-09T21:46:16.415Z | Compiling newtype-uuid-macros v0.1.0 |
| 3039 | 2026-06-09T21:46:16.419Z | Compiling structmeta-derive v0.3.0 |
| 3040 | 2026-06-09T21:46:16.419Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3041 | 2026-06-09T21:46:16.579Z | Compiling rustls v0.22.4 |
| 3042 | 2026-06-09T21:46:16.605Z | Compiling rustls-webpki v0.102.8 |
| 3043 | 2026-06-09T21:46:16.621Z | Compiling multer v3.1.0 |
| 3044 | 2026-06-09T21:46:16.624Z | Compiling compression-core v0.4.31 |
| 3045 | 2026-06-09T21:46:16.624Z | Compiling debug-ignore v1.0.5 |
| 3046 | 2026-06-09T21:46:16.624Z | Compiling match_cfg v0.1.0 |
| 3047 | 2026-06-09T21:46:16.639Z | Compiling slog-json v2.6.1 |
| 3048 | 2026-06-09T21:46:16.642Z | Compiling async-stream-impl v0.3.6 |
| 3049 | 2026-06-09T21:46:16.642Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3050 | 2026-06-09T21:46:16.642Z | Compiling serde_spanned v1.0.4 |
| 3051 | 2026-06-09T21:46:16.645Z | Compiling dropshot v0.17.0 |
| 3052 | 2026-06-09T21:46:16.645Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3053 | 2026-06-09T21:46:16.834Z | Compiling itertools v0.14.0 |
| 3054 | 2026-06-09T21:46:16.888Z | Compiling hostname v0.3.1 |
| 3055 | 2026-06-09T21:46:16.892Z | Compiling waitgroup v0.1.2 |
| 3056 | 2026-06-09T21:46:16.909Z | Compiling rustls-pemfile v2.2.0 |
| 3057 | 2026-06-09T21:46:16.912Z | Compiling dropshot_endpoint v0.17.0 |
| 3058 | 2026-06-09T21:46:16.960Z | Compiling compression-codecs v0.4.37 |
| 3059 | 2026-06-09T21:46:17.038Z | Compiling slog-bunyan v2.5.0 |
| 3060 | 2026-06-09T21:46:17.056Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3061 | 2026-06-09T21:46:17.101Z | Compiling hostname v0.4.2 |
| 3062 | 2026-06-09T21:46:17.120Z | Compiling serde_path_to_error v0.1.20 |
| 3063 | 2026-06-09T21:46:17.123Z | Compiling regress v0.10.5 |
| 3064 | 2026-06-09T21:46:17.173Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3065 | 2026-06-09T21:46:17.214Z | Compiling async-compression v0.4.41 |
| 3066 | 2026-06-09T21:46:17.234Z | Compiling macaddr v1.0.1 |
| 3067 | 2026-06-09T21:46:17.270Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3068 | 2026-06-09T21:46:17.286Z | Compiling instant v0.1.13 |
| 3069 | 2026-06-09T21:46:17.362Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3070 | 2026-06-09T21:46:17.391Z | Compiling backon v1.6.0 |
| 3071 | 2026-06-09T21:46:17.408Z | Compiling backoff v0.4.0 |
| 3072 | 2026-06-09T21:46:17.424Z | Compiling async-stream v0.3.6 |
| 3073 | 2026-06-09T21:46:17.427Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3074 | 2026-06-09T21:46:17.491Z | Compiling progenitor-client v0.10.0 |
| 3075 | 2026-06-09T21:46:17.521Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3076 | 2026-06-09T21:46:17.560Z | Compiling progenitor-extras v0.2.0 |
| 3077 | 2026-06-09T21:46:17.619Z | Compiling humantime v2.3.0 |
| 3078 | 2026-06-09T21:46:17.637Z | Compiling universal-hash v0.5.1 |
| 3079 | 2026-06-09T21:46:17.654Z | Compiling opaque-debug v0.3.1 |
| 3080 | 2026-06-09T21:46:17.670Z | Compiling half v2.7.1 |
| 3081 | 2026-06-09T21:46:17.688Z | Compiling structmeta v0.3.0 |
| 3082 | 2026-06-09T21:46:17.712Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3083 | 2026-06-09T21:46:17.745Z | Compiling crucible-workspace-hack v0.1.0 |
| 3084 | 2026-06-09T21:46:17.792Z | Compiling ciborium-io v0.2.2 |
| 3085 | 2026-06-09T21:46:17.815Z | Compiling convert_case v0.4.0 |
| 3086 | 2026-06-09T21:46:17.837Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3087 | 2026-06-09T21:46:17.866Z | Compiling aead v0.5.2 |
| 3088 | 2026-06-09T21:46:17.888Z | Compiling secrecy v0.10.3 |
| 3089 | 2026-06-09T21:46:17.913Z | Compiling poly1305 v0.8.0 |
| 3090 | 2026-06-09T21:46:17.932Z | Compiling ciborium-ll v0.2.2 |
| 3091 | 2026-06-09T21:46:17.932Z | Compiling derive-ex v0.1.8 |
| 3092 | 2026-06-09T21:46:17.965Z | Compiling parse-display-derive v0.10.0 |
| 3093 | 2026-06-09T21:46:18.040Z | Compiling chacha20 v0.9.1 |
| 3094 | 2026-06-09T21:46:18.072Z | Compiling regress v0.11.1 |
| 3095 | 2026-06-09T21:46:18.097Z | Compiling unsafe-libyaml v0.2.11 |
| 3096 | 2026-06-09T21:46:18.117Z | Compiling ciborium v0.2.2 |
| 3097 | 2026-06-09T21:46:18.134Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3098 | 2026-06-09T21:46:18.159Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3099 | 2026-06-09T21:46:18.177Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3100 | 2026-06-09T21:46:18.228Z | Compiling derive_more v0.99.20 |
| 3101 | 2026-06-09T21:46:18.329Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3102 | 2026-06-09T21:46:18.456Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3103 | 2026-06-09T21:46:18.473Z | Compiling byte-wrapper v0.1.0 |
| 3104 | 2026-06-09T21:46:18.527Z | Compiling blake2 v0.10.6 |
| 3105 | 2026-06-09T21:46:18.550Z | Compiling password-hash v0.5.0 |
| 3106 | 2026-06-09T21:46:18.693Z | Compiling serde_yaml v0.9.34+deprecated |
| 3107 | 2026-06-09T21:46:18.723Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3108 | 2026-06-09T21:46:18.742Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3109 | 2026-06-09T21:46:18.833Z | Compiling argon2 v0.5.3 |
| 3110 | 2026-06-09T21:46:18.857Z | Compiling tokio-rustls v0.25.0 |
| 3111 | 2026-06-09T21:46:18.874Z | Compiling chacha20poly1305 v0.10.1 |
| 3112 | 2026-06-09T21:46:18.988Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3113 | 2026-06-09T21:46:19.030Z | Compiling indent_write v2.2.0 |
| 3114 | 2026-06-09T21:46:19.060Z | Compiling heapless v0.8.0 |
| 3115 | 2026-06-09T21:46:19.133Z | Compiling ingot-macros v0.1.1 |
| 3116 | 2026-06-09T21:46:19.198Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3117 | 2026-06-09T21:46:19.499Z | Compiling tabwriter v1.4.1 |
| 3118 | 2026-06-09T21:46:19.578Z | Compiling proc-macro-crate v3.4.0 |
| 3119 | 2026-06-09T21:46:19.614Z | Compiling thiserror-no-std v2.0.2 |
| 3120 | 2026-06-09T21:46:19.733Z | Compiling typify-impl v0.6.2 |
| 3121 | 2026-06-09T21:46:19.751Z | Compiling test-strategy v0.4.5 |
| 3122 | 2026-06-09T21:46:19.771Z | Compiling parse-display v0.10.0 |
| 3123 | 2026-06-09T21:46:19.774Z | Compiling vsss-rs v3.3.4 |
| 3124 | 2026-06-09T21:46:20.090Z | Compiling hash32 v0.3.1 |
| 3125 | 2026-06-09T21:46:20.123Z | Compiling smoltcp v0.11.0 |
| 3126 | 2026-06-09T21:46:20.140Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3127 | 2026-06-09T21:46:20.174Z | Compiling num_enum_derive v0.7.6 |
| 3128 | 2026-06-09T21:46:20.278Z | Compiling num-rational v0.4.2 |
| 3129 | 2026-06-09T21:46:20.362Z | Compiling cobs v0.3.0 |
| 3130 | 2026-06-09T21:46:20.405Z | Compiling num-complex v0.4.6 |
| 3131 | 2026-06-09T21:46:20.460Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3132 | 2026-06-09T21:46:20.529Z | Compiling colored v3.1.1 |
| 3133 | 2026-06-09T21:46:20.587Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3134 | 2026-06-09T21:46:20.604Z | Compiling postcard v1.1.3 |
| 3135 | 2026-06-09T21:46:20.778Z | Compiling num v0.4.3 |
| 3136 | 2026-06-09T21:46:20.834Z | Compiling proc-macro-error v1.0.4 |
| 3137 | 2026-06-09T21:46:20.850Z | Compiling proc-macro-crate v1.3.1 |
| 3138 | 2026-06-09T21:46:20.886Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3139 | 2026-06-09T21:46:20.903Z | Compiling atomicwrites v0.4.4 |
| 3140 | 2026-06-09T21:46:20.906Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3141 | 2026-06-09T21:46:20.938Z | Compiling foreign-types-macros v0.2.3 |
| 3142 | 2026-06-09T21:46:20.984Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3143 | 2026-06-09T21:46:21.127Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3144 | 2026-06-09T21:46:21.182Z | Compiling foreign-types-shared v0.3.1 |
| 3145 | 2026-06-09T21:46:21.220Z | Compiling float-ord v0.3.2 |
| 3146 | 2026-06-09T21:46:21.241Z | Compiling rayon-core v1.13.0 |
| 3147 | 2026-06-09T21:46:21.291Z | Compiling cpufeatures v0.3.0 |
| 3148 | 2026-06-09T21:46:21.295Z | Compiling num_enum v0.7.6 |
| 3149 | 2026-06-09T21:46:21.326Z | Compiling num_enum_derive v0.5.11 |
| 3150 | 2026-06-09T21:46:21.364Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3151 | 2026-06-09T21:46:21.400Z | Compiling chacha20 v0.10.0 |
| 3152 | 2026-06-09T21:46:21.420Z | Compiling crossbeam-deque v0.8.6 |
| 3153 | 2026-06-09T21:46:21.455Z | Compiling camino-tempfile v1.4.1 |
| 3154 | 2026-06-09T21:46:21.458Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3155 | 2026-06-09T21:46:21.510Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3156 | 2026-06-09T21:46:21.528Z | Compiling cstr-argument v0.1.2 |
| 3157 | 2026-06-09T21:46:21.576Z | Compiling foreign-types v0.5.0 |
| 3158 | 2026-06-09T21:46:21.593Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3159 | 2026-06-09T21:46:21.640Z | Compiling rand v0.10.0 |
| 3160 | 2026-06-09T21:46:21.681Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3161 | 2026-06-09T21:46:21.732Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3162 | 2026-06-09T21:46:21.760Z | Compiling toml v0.8.23 |
| 3163 | 2026-06-09T21:46:21.843Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3164 | 2026-06-09T21:46:21.960Z | Compiling zone_cfg_derive v0.3.1 |
| 3165 | 2026-06-09T21:46:21.978Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3166 | 2026-06-09T21:46:21.979Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3167 | 2026-06-09T21:46:21.982Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3168 | 2026-06-09T21:46:22.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3169 | 2026-06-09T21:46:22.055Z | Compiling itertools v0.12.1 |
| 3170 | 2026-06-09T21:46:22.122Z | Compiling ingot-types v0.1.2 |
| 3171 | 2026-06-09T21:46:22.186Z | Compiling rayon v1.11.0 |
| 3172 | 2026-06-09T21:46:22.205Z | Compiling num-derive v0.4.2 |
| 3173 | 2026-06-09T21:46:22.251Z | Compiling sigpipe v0.1.3 |
| 3174 | 2026-06-09T21:46:22.287Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3175 | 2026-06-09T21:46:22.454Z | Compiling glob v0.3.3 |
| 3176 | 2026-06-09T21:46:22.487Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3177 | 2026-06-09T21:46:22.505Z | Compiling num_enum v0.5.11 |
| 3178 | 2026-06-09T21:46:22.551Z | Compiling ingot v0.1.1 |
| 3179 | 2026-06-09T21:46:22.568Z | Compiling smf v0.2.3 |
| 3180 | 2026-06-09T21:46:22.612Z | Compiling whoami v1.6.1 |
| 3181 | 2026-06-09T21:46:22.653Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3182 | 2026-06-09T21:46:22.671Z | Compiling prettyplease v0.2.37 |
| 3183 | 2026-06-09T21:46:22.732Z | Compiling usdt-macro v0.5.0 |
| 3184 | 2026-06-09T21:46:22.767Z | Compiling usdt-attr-macro v0.5.0 |
| 3185 | 2026-06-09T21:46:22.952Z | Compiling gethostname v0.5.0 |
| 3186 | 2026-06-09T21:46:22.995Z | Compiling memmap v0.7.0 |
| 3187 | 2026-06-09T21:46:23.103Z | Compiling derive-where v1.6.0 |
| 3188 | 2026-06-09T21:46:23.134Z | Compiling resolv-conf v0.7.6 |
| 3189 | 2026-06-09T21:46:23.177Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3190 | 2026-06-09T21:46:23.208Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3191 | 2026-06-09T21:46:23.225Z | Compiling cancel-safe-futures v0.1.5 |
| 3192 | 2026-06-09T21:46:23.346Z | Compiling zone v0.3.1 |
| 3193 | 2026-06-09T21:46:23.394Z | Compiling owo-colors v4.3.0 |
| 3194 | 2026-06-09T21:46:23.504Z | Compiling libsw-core v0.3.2 |
| 3195 | 2026-06-09T21:46:23.549Z | Compiling console v0.15.11 |
| 3196 | 2026-06-09T21:46:23.629Z | Compiling hickory-proto v0.24.4 |
| 3197 | 2026-06-09T21:46:23.646Z | Compiling usdt v0.5.0 |
| 3198 | 2026-06-09T21:46:23.713Z | Compiling libsw v3.5.0 |
| 3199 | 2026-06-09T21:46:23.876Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3200 | 2026-06-09T21:46:23.929Z | Compiling newline-converter v0.3.0 |
| 3201 | 2026-06-09T21:46:23.951Z | Compiling linear-map v1.2.0 |
| 3202 | 2026-06-09T21:46:23.976Z | Compiling linked-hash-map v0.5.6 |
| 3203 | 2026-06-09T21:46:24.030Z | Compiling libefi-sys v0.1.0 |
| 3204 | 2026-06-09T21:46:24.067Z | Compiling expectorate v1.2.0 |
| 3205 | 2026-06-09T21:46:24.082Z | Compiling git-stub v1.0.0 |
| 3206 | 2026-06-09T21:46:24.138Z | Compiling bitfield-struct v0.6.2 |
| 3207 | 2026-06-09T21:46:24.171Z | Compiling lru-cache v0.1.2 |
| 3208 | 2026-06-09T21:46:24.187Z | Compiling nom v8.0.0 |
| 3209 | 2026-06-09T21:46:24.205Z | Compiling semver v0.1.20 |
| 3210 | 2026-06-09T21:46:24.251Z | Compiling tokio-dtrace v0.1.1 |
| 3211 | 2026-06-09T21:46:24.326Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3212 | 2026-06-09T21:46:24.378Z | Compiling git-stub-vcs v0.1.0 |
| 3213 | 2026-06-09T21:46:24.378Z | Compiling typify-macro v0.6.2 |
| 3214 | 2026-06-09T21:46:24.499Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3215 | 2026-06-09T21:46:24.519Z | Compiling rustc_version v0.1.7 |
| 3216 | 2026-06-09T21:46:24.520Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3217 | 2026-06-09T21:46:24.554Z | Compiling slog-dtrace v0.3.0 |
| 3218 | 2026-06-09T21:46:24.569Z | Compiling minimal-lexical v0.2.1 |
| 3219 | 2026-06-09T21:46:24.590Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3220 | 2026-06-09T21:46:24.610Z | Compiling oxide-tokio-rt v0.1.4 |
| 3221 | 2026-06-09T21:46:24.702Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3222 | 2026-06-09T21:46:24.746Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-06-09T21:46:24.797Z | Compiling nom v7.1.3 |
| 3224 | 2026-06-09T21:46:24.816Z | Compiling newtype_derive v0.1.6 |
| 3225 | 2026-06-09T21:46:24.846Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3226 | 2026-06-09T21:46:24.849Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3227 | 2026-06-09T21:46:24.882Z | Compiling phf_shared v0.12.1 |
| 3228 | 2026-06-09T21:46:24.885Z | Compiling csv-core v0.1.13 |
| 3229 | 2026-06-09T21:46:24.942Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3230 | 2026-06-09T21:46:24.942Z | Compiling chrono-tz v0.10.4 |
| 3231 | 2026-06-09T21:46:25.038Z | Compiling xshell-macros v0.2.7 |
| 3232 | 2026-06-09T21:46:25.054Z | Compiling highway v1.3.0 |
| 3233 | 2026-06-09T21:46:25.107Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3234 | 2026-06-09T21:46:25.165Z | Compiling const_format_proc_macros v0.2.34 |
| 3235 | 2026-06-09T21:46:25.183Z | Compiling csv v1.4.0 |
| 3236 | 2026-06-09T21:46:25.455Z | Compiling phf v0.12.1 |
| 3237 | 2026-06-09T21:46:25.490Z | Compiling xshell v0.2.7 |
| 3238 | 2026-06-09T21:46:25.524Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-06-09T21:46:25.539Z | Compiling primeorder v0.13.6 |
| 3240 | 2026-06-09T21:46:25.655Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3241 | 2026-06-09T21:46:25.757Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3242 | 2026-06-09T21:46:25.827Z | Compiling hickory-resolver v0.24.4 |
| 3243 | 2026-06-09T21:46:25.958Z | Compiling tabled_derive v0.7.0 |
| 3244 | 2026-06-09T21:46:26.046Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3245 | 2026-06-09T21:46:26.064Z | Compiling const_format v0.2.35 |
| 3246 | 2026-06-09T21:46:26.154Z | Compiling bcs v0.1.6 |
| 3247 | 2026-06-09T21:46:26.157Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-06-09T21:46:26.215Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3249 | 2026-06-09T21:46:26.272Z | Compiling typify v0.6.2 |
| 3250 | 2026-06-09T21:46:26.342Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3251 | 2026-06-09T21:46:26.406Z | Compiling progenitor-impl v0.14.0 |
| 3252 | 2026-06-09T21:46:26.409Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3253 | 2026-06-09T21:46:26.499Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3254 | 2026-06-09T21:46:26.517Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3255 | 2026-06-09T21:46:26.610Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3256 | 2026-06-09T21:46:26.752Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3257 | 2026-06-09T21:46:26.931Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3258 | 2026-06-09T21:46:27.003Z | Compiling qorb v0.4.1 |
| 3259 | 2026-06-09T21:46:27.020Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3260 | 2026-06-09T21:46:27.111Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3261 | 2026-06-09T21:46:27.211Z | Compiling salty v0.3.0 |
| 3262 | 2026-06-09T21:46:27.263Z | Compiling termtree v0.5.1 |
| 3263 | 2026-06-09T21:46:27.336Z | Compiling textwrap v0.16.2 |
| 3264 | 2026-06-09T21:46:27.444Z | Compiling tabled v0.15.0 |
| 3265 | 2026-06-09T21:46:27.463Z | Compiling moka v0.12.13 |
| 3266 | 2026-06-09T21:46:27.517Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3267 | 2026-06-09T21:46:27.765Z | Compiling steno v0.4.1 |
| 3268 | 2026-06-09T21:46:27.847Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3269 | 2026-06-09T21:46:28.001Z | Compiling base64 v0.21.7 |
| 3270 | 2026-06-09T21:46:28.019Z | Compiling radium v0.7.0 |
| 3271 | 2026-06-09T21:46:28.148Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3272 | 2026-06-09T21:46:28.242Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3273 | 2026-06-09T21:46:28.291Z | Compiling hickory-resolver v0.25.2 |
| 3274 | 2026-06-09T21:46:28.353Z | Compiling p384 v0.13.1 |
| 3275 | 2026-06-09T21:46:28.370Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3276 | 2026-06-09T21:46:28.490Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3277 | 2026-06-09T21:46:28.576Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3278 | 2026-06-09T21:46:28.777Z | Compiling typify-impl v0.4.3 |
| 3279 | 2026-06-09T21:46:28.859Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3280 | 2026-06-09T21:46:28.946Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3281 | 2026-06-09T21:46:29.128Z | Compiling tap v1.0.1 |
| 3282 | 2026-06-09T21:46:29.147Z | Compiling maybe-uninit v2.0.0 |
| 3283 | 2026-06-09T21:46:29.174Z | Compiling progenitor-macro v0.14.0 |
| 3284 | 2026-06-09T21:46:29.279Z | Compiling wyz v0.5.1 |
| 3285 | 2026-06-09T21:46:29.368Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3286 | 2026-06-09T21:46:29.535Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3287 | 2026-06-09T21:46:29.720Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3288 | 2026-06-09T21:46:29.759Z | Compiling parking_lot_core v0.8.6 |
| 3289 | 2026-06-09T21:46:29.864Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3290 | 2026-06-09T21:46:29.897Z | Compiling funty v2.0.0 |
| 3291 | 2026-06-09T21:46:30.038Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3292 | 2026-06-09T21:46:30.061Z | Compiling packed_struct v0.10.1 |
| 3293 | 2026-06-09T21:46:30.103Z | Compiling utf-8 v0.7.6 |
| 3294 | 2026-06-09T21:46:30.166Z | Compiling proc-macro-error2 v2.0.1 |
| 3295 | 2026-06-09T21:46:30.257Z | Compiling bitvec v1.0.1 |
| 3296 | 2026-06-09T21:46:30.316Z | Compiling tungstenite v0.21.0 |
| 3297 | 2026-06-09T21:46:30.394Z | Compiling polyval v0.6.2 |
| 3298 | 2026-06-09T21:46:30.414Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3299 | 2026-06-09T21:46:30.481Z | Compiling packed_struct_codegen v0.10.1 |
| 3300 | 2026-06-09T21:46:30.522Z | Compiling num-derive v0.3.3 |
| 3301 | 2026-06-09T21:46:30.538Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3302 | 2026-06-09T21:46:30.554Z | Compiling bitfield-macros v0.19.4 |
| 3303 | 2026-06-09T21:46:30.660Z | Compiling zerocopy-derive v0.6.6 |
| 3304 | 2026-06-09T21:46:30.678Z | Compiling indexmap v1.9.3 |
| 3305 | 2026-06-09T21:46:30.794Z | Compiling crc-catalog v2.4.0 |
| 3306 | 2026-06-09T21:46:30.917Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3307 | 2026-06-09T21:46:30.917Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3308 | 2026-06-09T21:46:31.135Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3309 | 2026-06-09T21:46:31.166Z | Compiling nodrop v0.1.14 |
| 3310 | 2026-06-09T21:46:31.262Z | Compiling crc v3.4.0 |
| 3311 | 2026-06-09T21:46:31.287Z | Compiling array-init v0.0.4 |
| 3312 | 2026-06-09T21:46:31.304Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3313 | 2026-06-09T21:46:31.325Z | Compiling bitfield v0.19.4 |
| 3314 | 2026-06-09T21:46:31.494Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-06-09T21:46:31.520Z | Compiling tokio-tungstenite v0.21.0 |
| 3316 | 2026-06-09T21:46:31.596Z | Compiling zerocopy v0.6.6 |
| 3317 | 2026-06-09T21:46:31.636Z | Compiling ghash v0.5.1 |
| 3318 | 2026-06-09T21:46:31.692Z | Compiling tabled_derive v0.11.0 |
| 3319 | 2026-06-09T21:46:31.696Z | Compiling smallvec v0.6.14 |
| 3320 | 2026-06-09T21:46:31.808Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-06-09T21:46:31.875Z | Compiling papergrid v0.17.0 |
| 3322 | 2026-06-09T21:46:31.937Z | Compiling testing_table v0.3.0 |
| 3323 | 2026-06-09T21:46:31.961Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3324 | 2026-06-09T21:46:31.995Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3325 | 2026-06-09T21:46:32.069Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3326 | 2026-06-09T21:46:32.100Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3327 | 2026-06-09T21:46:32.169Z | Compiling ctr v0.9.2 |
| 3328 | 2026-06-09T21:46:32.237Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-06-09T21:46:32.381Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3330 | 2026-06-09T21:46:32.404Z | Compiling hashbrown v0.12.3 |
| 3331 | 2026-06-09T21:46:32.422Z | Compiling corncobs v0.1.4 |
| 3332 | 2026-06-09T21:46:32.557Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3333 | 2026-06-09T21:46:32.584Z | Compiling unicase v2.9.0 |
| 3334 | 2026-06-09T21:46:32.634Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3335 | 2026-06-09T21:46:32.704Z | Compiling aes-gcm v0.10.3 |
| 3336 | 2026-06-09T21:46:32.722Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-06-09T21:46:32.725Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3338 | 2026-06-09T21:46:32.816Z | Compiling parking_lot v0.11.2 |
| 3339 | 2026-06-09T21:46:32.832Z | Compiling mime_guess v2.0.5 |
| 3340 | 2026-06-09T21:46:32.933Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3341 | 2026-06-09T21:46:32.976Z | Compiling tabled v0.20.0 |
| 3342 | 2026-06-09T21:46:33.077Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3343 | 2026-06-09T21:46:33.095Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3344 | 2026-06-09T21:46:33.142Z | Compiling serde-hex v0.1.0 |
| 3345 | 2026-06-09T21:46:33.231Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3346 | 2026-06-09T21:46:33.377Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3347 | 2026-06-09T21:46:33.426Z | Compiling ron v0.8.1 |
| 3348 | 2026-06-09T21:46:33.443Z | Compiling typify-macro v0.4.3 |
| 3349 | 2026-06-09T21:46:33.518Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3350 | 2026-06-09T21:46:33.573Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3351 | 2026-06-09T21:46:33.650Z | Compiling progenitor-client v0.11.2 |
| 3352 | 2026-06-09T21:46:33.670Z | Compiling hashbrown v0.13.2 |
| 3353 | 2026-06-09T21:46:33.768Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-06-09T21:46:34.013Z | Compiling blowfish v0.9.1 |
| 3355 | 2026-06-09T21:46:34.083Z | Compiling ssh-encoding v0.2.0 |
| 3356 | 2026-06-09T21:46:34.200Z | Compiling fxhash v0.2.1 |
| 3357 | 2026-06-09T21:46:34.219Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-06-09T21:46:34.298Z | Compiling crc-any v2.5.0 |
| 3359 | 2026-06-09T21:46:34.380Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3360 | 2026-06-09T21:46:34.398Z | Compiling progenitor v0.14.0 |
| 3361 | 2026-06-09T21:46:34.415Z | Compiling sled v0.34.7 |
| 3362 | 2026-06-09T21:46:34.452Z | Compiling ssh-cipher v0.2.0 |
| 3363 | 2026-06-09T21:46:34.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3364 | 2026-06-09T21:46:34.583Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3365 | 2026-06-09T21:46:34.689Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3366 | 2026-06-09T21:46:34.741Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3367 | 2026-06-09T21:46:34.965Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3368 | 2026-06-09T21:46:35.082Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3369 | 2026-06-09T21:46:35.154Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3370 | 2026-06-09T21:46:35.274Z | Compiling typify v0.4.3 |
| 3371 | 2026-06-09T21:46:35.394Z | Compiling progenitor-impl v0.11.2 |
| 3372 | 2026-06-09T21:46:35.419Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3373 | 2026-06-09T21:46:35.437Z | Compiling hickory-server v0.25.2 |
| 3374 | 2026-06-09T21:46:35.480Z | Compiling object v0.30.4 |
| 3375 | 2026-06-09T21:46:35.556Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3376 | 2026-06-09T21:46:35.768Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3377 | 2026-06-09T21:46:35.841Z | Compiling password-hash v0.4.2 |
| 3378 | 2026-06-09T21:46:35.887Z | Compiling http-range v0.1.5 |
| 3379 | 2026-06-09T21:46:36.102Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3380 | 2026-06-09T21:46:36.268Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3381 | 2026-06-09T21:46:36.381Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3382 | 2026-06-09T21:46:36.553Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3383 | 2026-06-09T21:46:36.693Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3384 | 2026-06-09T21:46:37.337Z | Compiling half v1.8.3 |
| 3385 | 2026-06-09T21:46:37.363Z | Compiling path-slash v0.1.5 |
| 3386 | 2026-06-09T21:46:37.406Z | Compiling crc8 v0.1.1 |
| 3387 | 2026-06-09T21:46:37.512Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3388 | 2026-06-09T21:46:37.561Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-06-09T21:46:37.579Z | Compiling pbkdf2 v0.11.0 |
| 3390 | 2026-06-09T21:46:37.656Z | Compiling illumos-nvpair v0.3.0 |
| 3391 | 2026-06-09T21:46:37.830Z | Compiling ssh-key v0.6.7 |
| 3392 | 2026-06-09T21:46:37.940Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3393 | 2026-06-09T21:46:38.130Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3394 | 2026-06-09T21:46:38.197Z | Compiling progenitor-macro v0.11.2 |
| 3395 | 2026-06-09T21:46:38.267Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3396 | 2026-06-09T21:46:38.498Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3397 | 2026-06-09T21:46:38.520Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3398 | 2026-06-09T21:46:38.711Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3399 | 2026-06-09T21:46:38.728Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3400 | 2026-06-09T21:46:38.749Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3401 | 2026-06-09T21:46:39.020Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3402 | 2026-06-09T21:46:39.057Z | Compiling p256 v0.13.2 |
| 3403 | 2026-06-09T21:46:39.104Z | Compiling p521 v0.13.3 |
| 3404 | 2026-06-09T21:46:39.192Z | Compiling yasna v0.5.2 |
| 3405 | 2026-06-09T21:46:39.301Z | Compiling kstat-rs v0.2.4 |
| 3406 | 2026-06-09T21:46:39.319Z | Compiling headers-core v0.3.0 |
| 3407 | 2026-06-09T21:46:39.460Z | Compiling nanorand v0.7.0 |
| 3408 | 2026-06-09T21:46:39.478Z | Compiling atty v0.2.14 |
| 3409 | 2026-06-09T21:46:39.495Z | Compiling russh-cryptovec v0.7.3 |
| 3410 | 2026-06-09T21:46:39.589Z | Compiling home v0.5.12 |
| 3411 | 2026-06-09T21:46:39.620Z | Compiling md5 v0.7.0 |
| 3412 | 2026-06-09T21:46:39.636Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3413 | 2026-06-09T21:46:39.714Z | Compiling flume v0.11.1 |
| 3414 | 2026-06-09T21:46:39.748Z | Compiling rcgen v0.12.1 |
| 3415 | 2026-06-09T21:46:39.766Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3416 | 2026-06-09T21:46:39.790Z | Compiling headers v0.4.1 |
| 3417 | 2026-06-09T21:46:39.831Z | Compiling russh-keys v0.45.0 |
| 3418 | 2026-06-09T21:46:39.912Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3419 | 2026-06-09T21:46:39.930Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3420 | 2026-06-09T21:46:40.067Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3421 | 2026-06-09T21:46:40.119Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3422 | 2026-06-09T21:46:40.324Z | Compiling hyper-staticfile v0.10.1 |
| 3423 | 2026-06-09T21:46:40.473Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3424 | 2026-06-09T21:46:40.507Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3425 | 2026-06-09T21:46:40.603Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3426 | 2026-06-09T21:46:40.628Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3427 | 2026-06-09T21:46:40.698Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3428 | 2026-06-09T21:46:40.877Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3429 | 2026-06-09T21:46:40.895Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3430 | 2026-06-09T21:46:40.916Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3431 | 2026-06-09T21:46:40.972Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3432 | 2026-06-09T21:46:41.192Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3433 | 2026-06-09T21:46:41.215Z | Compiling num-bigint v0.4.6 |
| 3434 | 2026-06-09T21:46:41.284Z | Compiling des v0.8.1 |
| 3435 | 2026-06-09T21:46:41.330Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3436 | 2026-06-09T21:46:41.358Z | Compiling subprocess v0.2.15 |
| 3437 | 2026-06-09T21:46:41.412Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3438 | 2026-06-09T21:46:41.467Z | Compiling display-error-chain v0.2.2 |
| 3439 | 2026-06-09T21:46:41.514Z | Compiling hex-literal v0.4.1 |
| 3440 | 2026-06-09T21:46:41.629Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3441 | 2026-06-09T21:46:41.647Z | Compiling colored v2.2.0 |
| 3442 | 2026-06-09T21:46:41.666Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3443 | 2026-06-09T21:46:41.669Z | Compiling socket2 v0.5.10 |
| 3444 | 2026-06-09T21:46:41.740Z | Compiling internet-checksum v0.2.1 |
| 3445 | 2026-06-09T21:46:41.865Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-06-09T21:46:42.196Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3447 | 2026-06-09T21:46:42.539Z | Compiling russh v0.45.0 |
| 3448 | 2026-06-09T21:46:43.216Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3449 | 2026-06-09T21:46:43.241Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3450 | 2026-06-09T21:46:43.258Z | Compiling progenitor v0.11.2 |
| 3451 | 2026-06-09T21:46:43.443Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3452 | 2026-06-09T21:46:45.666Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3453 | 2026-06-09T21:46:46.321Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3454 | 2026-06-09T21:46:46.776Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3455 | 2026-06-09T21:46:48.418Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3456 | 2026-06-09T21:46:49.042Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3457 | 2026-06-09T21:46:56.517Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3458 | 2026-06-09T21:46:56.517Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3459 | 2026-06-09T21:46:56.521Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3460 | 2026-06-09T21:46:56.521Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3461 | 2026-06-09T21:46:58.214Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3462 | 2026-06-09T21:46:58.323Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3463 | 2026-06-09T21:47:02.542Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3464 | 2026-06-09T21:47:42.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3465 | 2026-06-09T21:47:42.360Z | |
| 3466 | 2026-06-09T21:47:42.360Z | real 1:26.834174151 |
| 3467 | 2026-06-09T21:47:42.361Z | user 8:12.764008284 |
| 3468 | 2026-06-09T21:47:42.361Z | sys 1:41.814447598 |
| 3469 | 2026-06-09T21:47:42.361Z | trap 0.251587941 |
| 3470 | 2026-06-09T21:47:42.361Z | tflt 0.582277399 |
| 3471 | 2026-06-09T21:47:42.361Z | dflt 1.639627462 |
| 3472 | 2026-06-09T21:47:42.364Z | kflt 0.000396570 |
| 3473 | 2026-06-09T21:47:42.364Z | lock 29:03.127275405 |
| 3474 | 2026-06-09T21:47:42.364Z | slp 18:48.070937140 |
| 3475 | 2026-06-09T21:47:42.364Z | lat 38.487110541 |
| 3476 | 2026-06-09T21:47:42.364Z | stop 2:55.004828614 |
| 3477 | 2026-06-09T21:47:42.364Z | + mkdir tests |
| 3478 | 2026-06-09T21:47:42.369Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3479 | 2026-06-09T21:47:42.369Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3480 | 2026-06-09T21:47:42.387Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/ |
| 3481 | 2026-06-09T21:47:42.408Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/ |
| 3482 | 2026-06-09T21:47:42.428Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/ |
| 3483 | 2026-06-09T21:47:42.450Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/ |
| 3484 | 2026-06-09T21:47:42.689Z | + 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/* tools/opte_version tools/opte_version_override) |
| 3485 | 2026-06-09T21:47:42.693Z | + 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 tools/opte_version tools/opte_version_override 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 |
| 3486 | 2026-06-09T21:49:05.387Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3487 | 2026-06-09T21:49:05.387Z | a .github/buildomat/ci-env.sh 1K |
| 3488 | 2026-06-09T21:49:05.387Z | a out/target/test 1K |
| 3489 | 2026-06-09T21:49:05.387Z | a out/npuzone/npuzone 27402K |
| 3490 | 2026-06-09T21:49:05.387Z | a package-manifest.toml 35K |
| 3491 | 2026-06-09T21:49:05.387Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3492 | 2026-06-09T21:49:05.387Z | a target/release/omicron-package 46205K |
| 3493 | 2026-06-09T21:49:05.387Z | a target/release/xtask 11453K |
| 3494 | 2026-06-09T21:49:05.387Z | a target/debug/bootstrap 354751K |
| 3495 | 2026-06-09T21:49:05.387Z | a tests/bootstrap-5cb81a4442024e3b 31215K |
| 3496 | 2026-06-09T21:49:05.387Z | a tests/commtest-0f6493148f0d4209 32300K |
| 3497 | 2026-06-09T21:49:05.387Z | a tests/dhcp_server-83ffc7a0a6dd3013 31215K |
| 3498 | 2026-06-09T21:49:05.387Z | a tests/end_to_end_tests-6c7bc3bbe97020e4 395826K |
| 3499 | 2026-06-09T21:49:05.387Z | a tools/opte_version 1K |
| 3500 | 2026-06-09T21:49:05.387Z | a tools/opte_version_override 2K |
| 3501 | 2026-06-09T21:49:05.387Z | a out/clickhouse.tar.gz 321897K |
| 3502 | 2026-06-09T21:49:05.387Z | a out/clickhouse_keeper.tar.gz 306962K |
| 3503 | 2026-06-09T21:49:05.387Z | a out/clickhouse_server.tar.gz 321895K |
| 3504 | 2026-06-09T21:49:05.387Z | a out/cockroachdb.tar.gz 166143K |
| 3505 | 2026-06-09T21:49:05.387Z | a out/crucible-pantry-zone.tar.gz 41125K |
| 3506 | 2026-06-09T21:49:05.387Z | a out/crucible-utils.tar 16478K |
| 3507 | 2026-06-09T21:49:05.387Z | a out/crucible-zone.tar.gz 56695K |
| 3508 | 2026-06-09T21:49:05.387Z | a out/external-dns.tar.gz 51260K |
| 3509 | 2026-06-09T21:49:05.387Z | a out/internal-dns.tar.gz 51259K |
| 3510 | 2026-06-09T21:49:05.387Z | a out/mg-ddm-gz.tar 97912K |
| 3511 | 2026-06-09T21:49:05.387Z | a out/nexus.tar.gz 281181K |
| 3512 | 2026-06-09T21:49:05.387Z | a out/ntp.tar.gz 32798K |
| 3513 | 2026-06-09T21:49:05.387Z | a out/omicron-gateway-softnpu.tar.gz 29800K |
| 3514 | 2026-06-09T21:49:05.387Z | a out/omicron-sled-agent.tar 206659K |
| 3515 | 2026-06-09T21:49:05.387Z | a out/overlay.tar.gz 3K |
| 3516 | 2026-06-09T21:49:05.387Z | a out/oximeter.tar.gz 68163K |
| 3517 | 2026-06-09T21:49:05.387Z | a out/oxlog.tar 3782K |
| 3518 | 2026-06-09T21:49:05.387Z | a out/probe.tar.gz 3037K |
| 3519 | 2026-06-09T21:49:05.388Z | a out/propolis-server.tar.gz 34918K |
| 3520 | 2026-06-09T21:49:05.388Z | a out/pumpkind-gz.tar 26647K |
| 3521 | 2026-06-09T21:49:05.388Z | a out/switch-softnpu.tar.gz 455407K |
| 3522 | 2026-06-09T21:49:05.391Z | |
| 3523 | 2026-06-09T21:49:05.392Z | real 1:22.695080527 |
| 3524 | 2026-06-09T21:49:05.392Z | user 1:19.873852498 |
| 3525 | 2026-06-09T21:49:05.392Z | sys 4.627624705 |
| 3526 | 2026-06-09T21:49:05.392Z | trap 0.006823802 |
| 3527 | 2026-06-09T21:49:05.392Z | tflt 0.000000000 |
| 3528 | 2026-06-09T21:49:05.392Z | dflt 0.000000000 |
| 3529 | 2026-06-09T21:49:05.392Z | kflt 0.000000000 |
| 3530 | 2026-06-09T21:49:05.392Z | lock 0.000000000 |
| 3531 | 2026-06-09T21:49:05.392Z | slp 1:19.822444679 |
| 3532 | 2026-06-09T21:49:05.392Z | lat 1.054442016 |
| 3533 | 2026-06-09T21:49:05.392Z | stop 0.000224860 |
| 3534 | 2026-06-09T21:49:05.392Z | process exited: duration 954533 ms, exit code 0 |
| |
| 3535 | 2026-06-09T21:49:05.407Z | found 1 output files |
| 3536 | 2026-06-09T21:49:05.407Z | uploading: /work/package.tar.gz (2568912332 bytes) |
| 3537 | 2026-06-09T21:49:35.024Z | uploaded: /work/package.tar.gz |