|
|
|
| 1 | 2026-03-18T10:42:27.603Z | job assigned to worker 01KM08HFZZEMCARBJRFP8GP899 [factory aws, i-09e0f13a8cf00b084] (queued for 1 m 36 s) |
| |
| 2 | 2026-03-18T10:42:36.459Z | starting task 0: "setup" |
| 3 | 2026-03-18T10:42:36.469Z | ++ uname -s |
| 4 | 2026-03-18T10:42:36.473Z | + kern=SunOS |
| 5 | 2026-03-18T10:42:36.473Z | + build_user=build |
| 6 | 2026-03-18T10:42:36.473Z | + build_uid=12345 |
| 7 | 2026-03-18T10:42:36.473Z | + work_dir=/work |
| 8 | 2026-03-18T10:42:36.473Z | + input_dir=/input |
| 9 | 2026-03-18T10:42:36.473Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T10:42:36.474Z | + case "$kern" in |
| 11 | 2026-03-18T10:42:36.474Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T10:42:36.474Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T10:42:38.482Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T10:42:38.557Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T10:42:38.561Z | + home_fs=zfs |
| 16 | 2026-03-18T10:42:38.561Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T10:42:38.561Z | + mkdir -p /home/build |
| 18 | 2026-03-18T10:42:38.567Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T10:42:40.565Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T10:42:40.568Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-03-18T10:42:40.575Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T10:42:40.581Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T10:42:40.581Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-18T10:42:40.581Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-03-18T10:42:40.581Z | * rust toolchain profile = "default" |
| 26 | 2026-03-18T10:42:40.581Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T10:42:40.581Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T10:42:40.585Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T10:42:40.585Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T10:42:40.679Z | info: downloading installer |
| 31 | 2026-03-18T10:42:42.167Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-03-18T10:42:42.167Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-03-18T10:42:42.167Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-03-18T10:42:42.167Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-03-18T10:42:42.178Z | info: profile set to default |
| 36 | 2026-03-18T10:42:42.178Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-03-18T10:42:42.184Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-03-18T10:42:42.351Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-03-18T10:42:42.354Z | info: downloading 6 components |
| 40 | 2026-03-18T10:42:57.280Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-03-18T10:42:57.280Z | |
| 42 | 2026-03-18T10:42:57.317Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-03-18T10:42:57.318Z | |
| 44 | 2026-03-18T10:42:57.318Z | |
| 45 | 2026-03-18T10:42:57.324Z | Rust is installed now. Great! |
| 46 | 2026-03-18T10:42:57.324Z | |
| 47 | 2026-03-18T10:42:57.324Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-03-18T10:42:57.324Z | environment variable. This has not been done automatically. |
| 49 | 2026-03-18T10:42:57.324Z | |
| 50 | 2026-03-18T10:42:57.324Z | To configure your current shell, you need to source |
| 51 | 2026-03-18T10:42:57.324Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-03-18T10:42:57.324Z | |
| 53 | 2026-03-18T10:42:57.325Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-03-18T10:42:57.325Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-03-18T10:42:57.325Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-03-18T10:42:57.325Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-03-18T10:42:57.325Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-03-18T10:42:57.325Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-03-18T10:42:57.325Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-03-18T10:42:57.325Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-03-18T10:42:57.325Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-03-18T10:42:57.418Z | + rustup --version |
| 63 | 2026-03-18T10:42:57.427Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-03-18T10:42:57.433Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-03-18T10:42:57.455Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-03-18T10:42:57.465Z | + cargo --version |
| 67 | 2026-03-18T10:42:57.472Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-03-18T10:42:57.472Z | + rustc --version |
| 69 | 2026-03-18T10:42:57.497Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-03-18T10:42:57.509Z | process exited: duration 16917 ms, exit code 0 |
| |
| 71 | 2026-03-18T10:42:57.519Z | starting task 2: "authentication" |
| 72 | 2026-03-18T10:42:57.541Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-03-18T10:42:57.550Z | starting task 3: "clone repository" |
| 74 | 2026-03-18T10:42:57.556Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-03-18T10:42:57.560Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-03-18T10:42:57.592Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-03-18T10:43:07.349Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-03-18T10:43:07.349Z | + git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 79 | 2026-03-18T10:43:07.669Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-03-18T10:43:07.669Z | * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD |
| 81 | 2026-03-18T10:43:07.681Z | + [[ -n helios3 ]] |
| 82 | 2026-03-18T10:43:07.686Z | ++ git branch --show-current |
| 83 | 2026-03-18T10:43:07.689Z | + current=main |
| 84 | 2026-03-18T10:43:07.689Z | + [[ main != helios3 ]] |
| 85 | 2026-03-18T10:43:07.689Z | + git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 86 | 2026-03-18T10:43:07.692Z | + git checkout -f helios3 |
| 87 | 2026-03-18T10:43:08.018Z | Switched to branch 'helios3' |
| 88 | 2026-03-18T10:43:08.028Z | + git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 89 | 2026-03-18T10:43:08.042Z | HEAD is now at 78e92b69f WIP - move to Helios v3 |
| 90 | 2026-03-18T10:43:08.052Z | process exited: duration 10485 ms, exit code 0 |
| |
| 91 | 2026-03-18T10:43:08.061Z | starting task 4: "build" |
| 92 | 2026-03-18T10:43:08.066Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-03-18T10:43:08.069Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-03-18T10:43:08.069Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-03-18T10:43:08.069Z | + cargo --version |
| 96 | 2026-03-18T10:43:08.078Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-03-18T10:43:08.081Z | + rustc --version |
| 98 | 2026-03-18T10:43:08.107Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-03-18T10:43:08.110Z | + cargo tree --locked |
| 100 | 2026-03-18T10:43:08.329Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-03-18T10:43:08.641Z | Updating crates.io index |
| 102 | 2026-03-18T10:43:08.684Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-03-18T10:43:09.499Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-03-18T10:43:09.934Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 105 | 2026-03-18T10:43:10.183Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 106 | 2026-03-18T10:43:10.756Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 107 | 2026-03-18T10:43:11.787Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 108 | 2026-03-18T10:43:12.287Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 109 | 2026-03-18T10:43:13.905Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 110 | 2026-03-18T10:43:16.177Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 111 | 2026-03-18T10:43:17.085Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 112 | 2026-03-18T10:43:17.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 113 | 2026-03-18T10:43:18.378Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 114 | 2026-03-18T10:43:18.624Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 115 | 2026-03-18T10:43:19.058Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 116 | 2026-03-18T10:43:19.401Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 117 | 2026-03-18T10:43:20.412Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 118 | 2026-03-18T10:43:21.094Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-03-18T10:43:21.350Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 120 | 2026-03-18T10:43:21.718Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 121 | 2026-03-18T10:43:22.030Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 122 | 2026-03-18T10:43:22.391Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 123 | 2026-03-18T10:43:22.615Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 124 | 2026-03-18T10:43:22.944Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 125 | 2026-03-18T10:43:23.389Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 126 | 2026-03-18T10:43:23.739Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 127 | 2026-03-18T10:43:24.480Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 128 | 2026-03-18T10:43:24.936Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 129 | 2026-03-18T10:43:25.265Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 130 | 2026-03-18T10:43:25.541Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-03-18T10:43:26.956Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-03-18T10:43:27.281Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-03-18T10:43:27.775Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-03-18T10:43:28.114Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-03-18T10:43:28.637Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 136 | 2026-03-18T10:43:28.914Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 137 | 2026-03-18T10:43:29.199Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 138 | 2026-03-18T10:43:29.437Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 139 | 2026-03-18T10:43:29.906Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 140 | 2026-03-18T10:43:44.008Z | Downloading crates ... |
| 141 | 2026-03-18T10:43:44.097Z | Downloaded addr2line v0.25.1 |
| 142 | 2026-03-18T10:43:44.101Z | Downloaded anstream v0.6.21 |
| 143 | 2026-03-18T10:43:44.101Z | Downloaded arrayvec v0.7.6 |
| 144 | 2026-03-18T10:43:44.105Z | Downloaded anstyle-parse v0.2.7 |
| 145 | 2026-03-18T10:43:44.108Z | Downloaded ciborium-io v0.2.2 |
| 146 | 2026-03-18T10:43:44.108Z | Downloaded ciborium-ll v0.2.2 |
| 147 | 2026-03-18T10:43:44.111Z | Downloaded atomic-waker v1.1.2 |
| 148 | 2026-03-18T10:43:44.111Z | Downloaded backon v1.6.0 |
| 149 | 2026-03-18T10:43:44.115Z | Downloaded atty v0.2.14 |
| 150 | 2026-03-18T10:43:44.115Z | Downloaded async-stream-impl v0.3.6 |
| 151 | 2026-03-18T10:43:44.115Z | Downloaded anstyle-query v1.1.5 |
| 152 | 2026-03-18T10:43:44.120Z | Downloaded atomicwrites v0.4.4 |
| 153 | 2026-03-18T10:43:44.120Z | Downloaded assert_matches v1.5.0 |
| 154 | 2026-03-18T10:43:44.120Z | Downloaded anes v0.1.6 |
| 155 | 2026-03-18T10:43:44.123Z | Downloaded cpufeatures v0.2.17 |
| 156 | 2026-03-18T10:43:44.123Z | Downloaded cfg-if v1.0.4 |
| 157 | 2026-03-18T10:43:44.123Z | Downloaded cpufeatures v0.3.0 |
| 158 | 2026-03-18T10:43:44.129Z | Downloaded chacha20poly1305 v0.10.1 |
| 159 | 2026-03-18T10:43:44.129Z | Downloaded cargo-platform v0.1.9 |
| 160 | 2026-03-18T10:43:44.132Z | Downloaded corncobs v0.1.4 |
| 161 | 2026-03-18T10:43:44.132Z | Downloaded colorchoice v1.0.4 |
| 162 | 2026-03-18T10:43:44.132Z | Downloaded crc v3.4.0 |
| 163 | 2026-03-18T10:43:44.132Z | Downloaded bb8 v0.8.6 |
| 164 | 2026-03-18T10:43:44.132Z | Downloaded colored v2.2.0 |
| 165 | 2026-03-18T10:43:44.136Z | Downloaded cargo-platform v0.2.0 |
| 166 | 2026-03-18T10:43:44.136Z | Downloaded arrayref v0.3.9 |
| 167 | 2026-03-18T10:43:44.139Z | Downloaded array-init v0.0.4 |
| 168 | 2026-03-18T10:43:44.139Z | Downloaded der_derive v0.7.3 |
| 169 | 2026-03-18T10:43:44.139Z | Downloaded autocfg v1.5.0 |
| 170 | 2026-03-18T10:43:44.143Z | Downloaded async-trait v0.1.89 |
| 171 | 2026-03-18T10:43:44.148Z | Downloaded convert_case v0.4.0 |
| 172 | 2026-03-18T10:43:44.148Z | Downloaded dirs-next v2.0.0 |
| 173 | 2026-03-18T10:43:44.148Z | Downloaded defmt-parser v1.0.0 |
| 174 | 2026-03-18T10:43:44.151Z | Downloaded block-buffer v0.10.4 |
| 175 | 2026-03-18T10:43:44.151Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 176 | 2026-03-18T10:43:44.151Z | Downloaded constant_time_eq v0.3.1 |
| 177 | 2026-03-18T10:43:44.151Z | Downloaded crc-any v2.5.0 |
| 178 | 2026-03-18T10:43:44.155Z | Downloaded cstr-argument v0.1.2 |
| 179 | 2026-03-18T10:43:44.155Z | Downloaded cookie_store v0.22.1 |
| 180 | 2026-03-18T10:43:44.158Z | Downloaded document-features v0.2.12 |
| 181 | 2026-03-18T10:43:44.158Z | Downloaded darling_macro v0.20.11 |
| 182 | 2026-03-18T10:43:44.159Z | Downloaded crunchy v0.2.4 |
| 183 | 2026-03-18T10:43:44.159Z | Downloaded crc-catalog v2.4.0 |
| 184 | 2026-03-18T10:43:44.164Z | Downloaded cargo-platform v0.3.2 |
| 185 | 2026-03-18T10:43:44.164Z | Downloaded crucible-workspace-hack v0.1.0 |
| 186 | 2026-03-18T10:43:44.164Z | Downloaded bit-set v0.8.0 |
| 187 | 2026-03-18T10:43:44.170Z | Downloaded base16ct v1.0.0 |
| 188 | 2026-03-18T10:43:44.170Z | Downloaded async-recursion v1.1.1 |
| 189 | 2026-03-18T10:43:44.170Z | Downloaded base16ct v0.2.0 |
| 190 | 2026-03-18T10:43:44.173Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 191 | 2026-03-18T10:43:44.173Z | Downloaded bit-vec v0.8.0 |
| 192 | 2026-03-18T10:43:44.173Z | Downloaded constant_time_eq v0.4.2 |
| 193 | 2026-03-18T10:43:44.173Z | Downloaded backtrace-ext v0.2.1 |
| 194 | 2026-03-18T10:43:44.177Z | Downloaded backoff v0.4.0 |
| 195 | 2026-03-18T10:43:44.177Z | Downloaded approx v0.5.1 |
| 196 | 2026-03-18T10:43:44.183Z | Downloaded bytecount v0.6.9 |
| 197 | 2026-03-18T10:43:44.183Z | Downloaded argon2 v0.5.3 |
| 198 | 2026-03-18T10:43:44.183Z | Downloaded defmt v0.3.100 |
| 199 | 2026-03-18T10:43:44.183Z | Downloaded darling_macro v0.21.3 |
| 200 | 2026-03-18T10:43:44.188Z | Downloaded cfg_aliases v0.2.1 |
| 201 | 2026-03-18T10:43:44.188Z | Downloaded dirs-sys-next v0.1.2 |
| 202 | 2026-03-18T10:43:44.188Z | Downloaded derive_builder_macro v0.20.2 |
| 203 | 2026-03-18T10:43:44.188Z | Downloaded block-padding v0.3.3 |
| 204 | 2026-03-18T10:43:44.188Z | Downloaded cookie v0.18.1 |
| 205 | 2026-03-18T10:43:44.191Z | Downloaded cast v0.3.0 |
| 206 | 2026-03-18T10:43:44.192Z | Downloaded debug-ignore v1.0.5 |
| 207 | 2026-03-18T10:43:44.192Z | Downloaded display-error-chain v0.2.2 |
| 208 | 2026-03-18T10:43:44.195Z | Downloaded assert-json-diff v2.0.2 |
| 209 | 2026-03-18T10:43:44.195Z | Downloaded cobs v0.3.0 |
| 210 | 2026-03-18T10:43:44.195Z | Downloaded bitfield-struct v0.6.2 |
| 211 | 2026-03-18T10:43:44.201Z | Downloaded async-stream v0.3.6 |
| 212 | 2026-03-18T10:43:44.201Z | Downloaded crc8 v0.1.1 |
| 213 | 2026-03-18T10:43:44.201Z | Downloaded bitfield-macros v0.19.4 |
| 214 | 2026-03-18T10:43:44.201Z | Downloaded ascii-canvas v3.0.0 |
| 215 | 2026-03-18T10:43:44.201Z | Downloaded cfg_aliases v0.1.1 |
| 216 | 2026-03-18T10:43:44.207Z | Downloaded castaway v0.2.4 |
| 217 | 2026-03-18T10:43:44.207Z | Downloaded anstyle v1.0.13 |
| 218 | 2026-03-18T10:43:44.207Z | Downloaded dof v0.3.0 |
| 219 | 2026-03-18T10:43:44.207Z | Downloaded difflib v0.4.0 |
| 220 | 2026-03-18T10:43:44.214Z | Downloaded clap_lex v1.0.0 |
| 221 | 2026-03-18T10:43:44.214Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 222 | 2026-03-18T10:43:44.214Z | Downloaded downcast-rs v2.0.2 |
| 223 | 2026-03-18T10:43:44.214Z | Downloaded crypto-common v0.1.7 |
| 224 | 2026-03-18T10:43:44.214Z | Downloaded darling_macro v0.23.0 |
| 225 | 2026-03-18T10:43:44.217Z | Downloaded aead v0.5.2 |
| 226 | 2026-03-18T10:43:44.217Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 227 | 2026-03-18T10:43:44.217Z | Downloaded dunce v1.0.5 |
| 228 | 2026-03-18T10:43:44.218Z | Downloaded dsl_auto_type v0.2.0 |
| 229 | 2026-03-18T10:43:44.218Z | Downloaded dyn-clone v1.0.20 |
| 230 | 2026-03-18T10:43:44.226Z | Downloaded dtrace-parser v0.2.0 |
| 231 | 2026-03-18T10:43:44.226Z | Downloaded convert_case v0.10.0 |
| 232 | 2026-03-18T10:43:44.226Z | Downloaded endian-type v0.1.2 |
| 233 | 2026-03-18T10:43:44.226Z | Downloaded embedded-io v0.4.0 |
| 234 | 2026-03-18T10:43:44.226Z | Downloaded derive_builder_core v0.20.2 |
| 235 | 2026-03-18T10:43:44.234Z | Downloaded camino-tempfile-ext v0.3.3 |
| 236 | 2026-03-18T10:43:44.234Z | Downloaded cargo_metadata v0.19.2 |
| 237 | 2026-03-18T10:43:44.234Z | Downloaded data-encoding v2.10.0 |
| 238 | 2026-03-18T10:43:44.234Z | Downloaded bit-set v0.5.3 |
| 239 | 2026-03-18T10:43:44.234Z | Downloaded bcs v0.1.6 |
| 240 | 2026-03-18T10:43:44.237Z | Downloaded ciborium v0.2.2 |
| 241 | 2026-03-18T10:43:44.237Z | Downloaded chumsky v0.9.3 |
| 242 | 2026-03-18T10:43:44.237Z | Downloaded bzip2 v0.4.4 |
| 243 | 2026-03-18T10:43:44.237Z | Downloaded cbc v0.1.2 |
| 244 | 2026-03-18T10:43:44.241Z | Downloaded cexpr v0.6.0 |
| 245 | 2026-03-18T10:43:44.241Z | Downloaded equivalent v1.0.2 |
| 246 | 2026-03-18T10:43:44.244Z | Downloaded fd-lock v4.0.4 |
| 247 | 2026-03-18T10:43:44.244Z | Downloaded enum-as-inner v0.6.1 |
| 248 | 2026-03-18T10:43:44.247Z | Downloaded env_filter v1.0.0 |
| 249 | 2026-03-18T10:43:44.247Z | Downloaded embedded-io v0.6.1 |
| 250 | 2026-03-18T10:43:44.250Z | Downloaded errno v0.3.14 |
| 251 | 2026-03-18T10:43:44.250Z | Downloaded fixedbitset v0.4.2 |
| 252 | 2026-03-18T10:43:44.250Z | Downloaded blake2b_simd v1.0.4 |
| 253 | 2026-03-18T10:43:44.253Z | Downloaded foreign-types-macros v0.2.3 |
| 254 | 2026-03-18T10:43:44.253Z | Downloaded foreign-types v0.5.0 |
| 255 | 2026-03-18T10:43:44.253Z | Downloaded foreign-types v0.3.2 |
| 256 | 2026-03-18T10:43:44.256Z | Downloaded float-ord v0.3.2 |
| 257 | 2026-03-18T10:43:44.256Z | Downloaded form_urlencoded v1.2.2 |
| 258 | 2026-03-18T10:43:44.256Z | Downloaded fnv v1.0.7 |
| 259 | 2026-03-18T10:43:44.260Z | Downloaded float-cmp v0.10.0 |
| 260 | 2026-03-18T10:43:44.260Z | Downloaded escape8259 v0.5.3 |
| 261 | 2026-03-18T10:43:44.260Z | Downloaded async-lock v3.4.2 |
| 262 | 2026-03-18T10:43:44.263Z | Downloaded derive-ex v0.1.8 |
| 263 | 2026-03-18T10:43:44.263Z | Downloaded defmt-macros v1.0.1 |
| 264 | 2026-03-18T10:43:44.266Z | Downloaded ctr v0.9.2 |
| 265 | 2026-03-18T10:43:44.270Z | Downloaded cargo_metadata v0.21.0 |
| 266 | 2026-03-18T10:43:44.270Z | Downloaded dof v0.4.0 |
| 267 | 2026-03-18T10:43:44.274Z | Downloaded dtrace-parser v0.3.0 |
| 268 | 2026-03-18T10:43:44.275Z | Downloaded chacha20 v0.9.1 |
| 269 | 2026-03-18T10:43:44.275Z | Downloaded camino-tempfile v1.4.1 |
| 270 | 2026-03-18T10:43:44.278Z | Downloaded ecdsa v0.16.9 |
| 271 | 2026-03-18T10:43:44.279Z | Downloaded deranged v0.5.8 |
| 272 | 2026-03-18T10:43:44.279Z | Downloaded funty v2.0.0 |
| 273 | 2026-03-18T10:43:44.283Z | Downloaded foreign-types-shared v0.1.1 |
| 274 | 2026-03-18T10:43:44.283Z | Downloaded digest v0.10.7 |
| 275 | 2026-03-18T10:43:44.283Z | Downloaded futures-core v0.3.32 |
| 276 | 2026-03-18T10:43:44.290Z | Downloaded displaydoc v0.2.5 |
| 277 | 2026-03-18T10:43:44.290Z | Downloaded csv-core v0.1.13 |
| 278 | 2026-03-18T10:43:44.290Z | Downloaded critical-section v1.2.0 |
| 279 | 2026-03-18T10:43:44.290Z | Downloaded cfg-expr v0.20.6 |
| 280 | 2026-03-18T10:43:44.295Z | Downloaded futures-macro v0.3.32 |
| 281 | 2026-03-18T10:43:44.295Z | Downloaded clang-sys v1.8.1 |
| 282 | 2026-03-18T10:43:44.295Z | Downloaded futures-io v0.3.32 |
| 283 | 2026-03-18T10:43:44.303Z | Downloaded diff v0.1.13 |
| 284 | 2026-03-18T10:43:44.303Z | Downloaded blake2 v0.10.6 |
| 285 | 2026-03-18T10:43:44.307Z | Downloaded generic-array v0.14.7 |
| 286 | 2026-03-18T10:43:44.307Z | Downloaded ghash v0.5.1 |
| 287 | 2026-03-18T10:43:44.307Z | Downloaded darling_core v0.20.11 |
| 288 | 2026-03-18T10:43:44.307Z | Downloaded git-stub v1.0.0 |
| 289 | 2026-03-18T10:43:44.308Z | Downloaded ena v0.14.4 |
| 290 | 2026-03-18T10:43:44.311Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-03-18T10:43:44.311Z | Downloaded fallible-iterator v0.2.0 |
| 292 | 2026-03-18T10:43:44.314Z | Downloaded flagset v0.4.7 |
| 293 | 2026-03-18T10:43:44.314Z | Downloaded fs-err v2.11.0 |
| 294 | 2026-03-18T10:43:44.319Z | Downloaded find-msvc-tools v0.1.9 |
| 295 | 2026-03-18T10:43:44.319Z | Downloaded filetime v0.2.27 |
| 296 | 2026-03-18T10:43:44.319Z | Downloaded hash32 v0.2.1 |
| 297 | 2026-03-18T10:43:44.319Z | Downloaded hash32 v0.3.1 |
| 298 | 2026-03-18T10:43:44.324Z | Downloaded guppy-workspace-hack v0.1.0 |
| 299 | 2026-03-18T10:43:44.324Z | Downloaded foldhash v0.1.5 |
| 300 | 2026-03-18T10:43:44.324Z | Downloaded hex v0.4.3 |
| 301 | 2026-03-18T10:43:44.324Z | Downloaded heck v0.4.1 |
| 302 | 2026-03-18T10:43:44.328Z | Downloaded heck v0.5.0 |
| 303 | 2026-03-18T10:43:44.328Z | Downloaded foldhash v0.2.0 |
| 304 | 2026-03-18T10:43:44.328Z | Downloaded headers-core v0.3.0 |
| 305 | 2026-03-18T10:43:44.331Z | Downloaded cancel-safe-futures v0.1.5 |
| 306 | 2026-03-18T10:43:44.331Z | Downloaded des v0.8.1 |
| 307 | 2026-03-18T10:43:44.335Z | Downloaded colored v3.1.1 |
| 308 | 2026-03-18T10:43:44.335Z | Downloaded fixedbitset v0.5.7 |
| 309 | 2026-03-18T10:43:44.338Z | Downloaded darling v0.21.3 |
| 310 | 2026-03-18T10:43:44.342Z | Downloaded hex-literal v0.4.1 |
| 311 | 2026-03-18T10:43:44.342Z | Downloaded darling v0.23.0 |
| 312 | 2026-03-18T10:43:44.345Z | Downloaded console v0.15.11 |
| 313 | 2026-03-18T10:43:44.349Z | Downloaded futures-executor v0.3.32 |
| 314 | 2026-03-18T10:43:44.353Z | Downloaded chacha20 v0.10.0 |
| 315 | 2026-03-18T10:43:44.353Z | Downloaded hostname v0.3.1 |
| 316 | 2026-03-18T10:43:44.353Z | Downloaded home v0.5.12 |
| 317 | 2026-03-18T10:43:44.357Z | Downloaded crossbeam-deque v0.8.6 |
| 318 | 2026-03-18T10:43:44.358Z | Downloaded hostname v0.4.2 |
| 319 | 2026-03-18T10:43:44.361Z | Downloaded http-body v1.0.1 |
| 320 | 2026-03-18T10:43:44.361Z | Downloaded allocator-api2 v0.2.21 |
| 321 | 2026-03-18T10:43:44.361Z | Downloaded futures-timer v3.0.3 |
| 322 | 2026-03-18T10:43:44.364Z | Downloaded hubpack_derive v0.1.1 |
| 323 | 2026-03-18T10:43:44.364Z | Downloaded httpdate v1.0.3 |
| 324 | 2026-03-18T10:43:44.364Z | Downloaded const-oid v0.9.6 |
| 325 | 2026-03-18T10:43:44.368Z | Downloaded hubpack v0.1.2 |
| 326 | 2026-03-18T10:43:44.368Z | Downloaded der v0.7.10 |
| 327 | 2026-03-18T10:43:44.372Z | Downloaded hyper-tls v0.6.0 |
| 328 | 2026-03-18T10:43:44.372Z | Downloaded erased-serde v0.3.31 |
| 329 | 2026-03-18T10:43:44.381Z | Downloaded env_logger v0.11.9 |
| 330 | 2026-03-18T10:43:44.386Z | Downloaded globset v0.4.18 |
| 331 | 2026-03-18T10:43:44.386Z | Downloaded git-stub-vcs v0.1.0 |
| 332 | 2026-03-18T10:43:44.386Z | Downloaded glob v0.3.3 |
| 333 | 2026-03-18T10:43:44.386Z | Downloaded bitflags v2.11.0 |
| 334 | 2026-03-18T10:43:44.386Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-03-18T10:43:44.386Z | Downloaded fs-err v3.3.0 |
| 336 | 2026-03-18T10:43:44.391Z | Downloaded ident_case v1.0.1 |
| 337 | 2026-03-18T10:43:44.391Z | Downloaded anyhow v1.0.102 |
| 338 | 2026-03-18T10:43:44.391Z | Downloaded is-terminal v0.4.17 |
| 339 | 2026-03-18T10:43:44.399Z | Downloaded instant v0.1.13 |
| 340 | 2026-03-18T10:43:44.399Z | Downloaded instability v0.3.11 |
| 341 | 2026-03-18T10:43:44.400Z | Downloaded group v0.13.0 |
| 342 | 2026-03-18T10:43:44.400Z | Downloaded clap v4.5.60 |
| 343 | 2026-03-18T10:43:44.406Z | Downloaded futures-channel v0.3.32 |
| 344 | 2026-03-18T10:43:44.413Z | Downloaded crc32fast v1.5.0 |
| 345 | 2026-03-18T10:43:44.413Z | Downloaded fs_extra v1.3.0 |
| 346 | 2026-03-18T10:43:44.413Z | Downloaded datatest-stable v0.3.3 |
| 347 | 2026-03-18T10:43:44.413Z | Downloaded is_terminal_polyfill v1.70.2 |
| 348 | 2026-03-18T10:43:44.414Z | Downloaded internet-checksum v0.2.1 |
| 349 | 2026-03-18T10:43:44.414Z | Downloaded inout v0.1.4 |
| 350 | 2026-03-18T10:43:44.420Z | Downloaded itoa v1.0.17 |
| 351 | 2026-03-18T10:43:44.420Z | Downloaded is_ci v1.2.0 |
| 352 | 2026-03-18T10:43:44.420Z | Downloaded keccak v0.1.6 |
| 353 | 2026-03-18T10:43:44.420Z | Downloaded highway v1.3.0 |
| 354 | 2026-03-18T10:43:44.430Z | Downloaded derive_more v0.99.20 |
| 355 | 2026-03-18T10:43:44.430Z | Downloaded compact_str v0.8.1 |
| 356 | 2026-03-18T10:43:44.430Z | Downloaded kstat-rs v0.2.4 |
| 357 | 2026-03-18T10:43:44.430Z | Downloaded derive-where v1.6.0 |
| 358 | 2026-03-18T10:43:44.438Z | Downloaded lalrpop-util v0.19.12 |
| 359 | 2026-03-18T10:43:44.438Z | Downloaded http-range v0.1.5 |
| 360 | 2026-03-18T10:43:44.438Z | Downloaded getrandom v0.2.17 |
| 361 | 2026-03-18T10:43:44.438Z | Downloaded bytes v1.11.1 |
| 362 | 2026-03-18T10:43:44.442Z | Downloaded libscf-sys v1.1.0 |
| 363 | 2026-03-18T10:43:44.442Z | Downloaded base64 v0.22.1 |
| 364 | 2026-03-18T10:43:44.442Z | Downloaded http-body-util v0.1.3 |
| 365 | 2026-03-18T10:43:44.447Z | Downloaded lru v0.12.5 |
| 366 | 2026-03-18T10:43:44.447Z | Downloaded indent_write v2.2.0 |
| 367 | 2026-03-18T10:43:44.447Z | Downloaded macaddr v1.0.1 |
| 368 | 2026-03-18T10:43:44.452Z | Downloaded linked-hash-map v0.5.6 |
| 369 | 2026-03-18T10:43:44.452Z | Downloaded linkme-impl v0.3.35 |
| 370 | 2026-03-18T10:43:44.452Z | Downloaded lru-cache v0.1.2 |
| 371 | 2026-03-18T10:43:44.452Z | Downloaded fatfs v0.3.6 |
| 372 | 2026-03-18T10:43:44.452Z | Downloaded globwalk v0.9.1 |
| 373 | 2026-03-18T10:43:44.456Z | Downloaded event-listener v5.4.1 |
| 374 | 2026-03-18T10:43:44.456Z | Downloaded elliptic-curve v0.13.8 |
| 375 | 2026-03-18T10:43:44.459Z | Downloaded indoc v1.0.9 |
| 376 | 2026-03-18T10:43:44.463Z | Downloaded ipnetwork v0.21.1 |
| 377 | 2026-03-18T10:43:44.463Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 378 | 2026-03-18T10:43:44.468Z | Downloaded maybe-uninit v2.0.0 |
| 379 | 2026-03-18T10:43:44.468Z | Downloaded md-5 v0.10.6 |
| 380 | 2026-03-18T10:43:44.468Z | Downloaded memoffset v0.9.1 |
| 381 | 2026-03-18T10:43:44.472Z | Downloaded md5 v0.7.0 |
| 382 | 2026-03-18T10:43:44.472Z | Downloaded mime v0.3.17 |
| 383 | 2026-03-18T10:43:44.472Z | Downloaded miette-derive v5.10.0 |
| 384 | 2026-03-18T10:43:44.475Z | Downloaded futures v0.3.32 |
| 385 | 2026-03-18T10:43:44.483Z | Downloaded const_format v0.2.35 |
| 386 | 2026-03-18T10:43:44.483Z | Downloaded arc-swap v1.8.2 |
| 387 | 2026-03-18T10:43:44.488Z | Downloaded lzss v0.8.2 |
| 388 | 2026-03-18T10:43:44.488Z | Downloaded match_cfg v0.1.0 |
| 389 | 2026-03-18T10:43:44.488Z | Downloaded managed v0.8.0 |
| 390 | 2026-03-18T10:43:44.488Z | Downloaded lru-slab v0.1.2 |
| 391 | 2026-03-18T10:43:44.488Z | Downloaded half v1.8.3 |
| 392 | 2026-03-18T10:43:44.492Z | Downloaded dropshot_endpoint v0.16.7 |
| 393 | 2026-03-18T10:43:44.492Z | Downloaded ipnet v2.11.0 |
| 394 | 2026-03-18T10:43:44.495Z | Downloaded ingot-types v0.1.2 |
| 395 | 2026-03-18T10:43:44.495Z | Downloaded ingot v0.1.1 |
| 396 | 2026-03-18T10:43:44.511Z | Downloaded newtype-uuid-macros v0.1.0 |
| 397 | 2026-03-18T10:43:44.512Z | Downloaded backtrace v0.3.76 |
| 398 | 2026-03-18T10:43:44.522Z | Downloaded new_debug_unreachable v1.0.6 |
| 399 | 2026-03-18T10:43:44.522Z | Downloaded newline-converter v0.3.0 |
| 400 | 2026-03-18T10:43:44.522Z | Downloaded nested v0.1.1 |
| 401 | 2026-03-18T10:43:44.522Z | Downloaded libtest-mimic v0.8.1 |
| 402 | 2026-03-18T10:43:44.522Z | Downloaded nodrop v0.1.14 |
| 403 | 2026-03-18T10:43:44.522Z | Downloaded nibble_vec v0.1.0 |
| 404 | 2026-03-18T10:43:44.522Z | Downloaded libloading v0.8.9 |
| 405 | 2026-03-18T10:43:44.522Z | Downloaded hyper-staticfile v0.10.1 |
| 406 | 2026-03-18T10:43:44.522Z | Downloaded libsw v3.5.0 |
| 407 | 2026-03-18T10:43:44.522Z | Downloaded libefi-sys v0.1.0 |
| 408 | 2026-03-18T10:43:44.522Z | Downloaded lock_api v0.4.14 |
| 409 | 2026-03-18T10:43:44.522Z | Downloaded linear-map v1.2.0 |
| 410 | 2026-03-18T10:43:44.526Z | Downloaded num-iter v0.1.45 |
| 411 | 2026-03-18T10:43:44.526Z | Downloaded num-derive v0.3.3 |
| 412 | 2026-03-18T10:43:44.526Z | Downloaded num-conv v0.2.0 |
| 413 | 2026-03-18T10:43:44.526Z | Downloaded num v0.4.3 |
| 414 | 2026-03-18T10:43:44.526Z | Downloaded num-derive v0.4.2 |
| 415 | 2026-03-18T10:43:44.526Z | Downloaded normalize-line-endings v0.3.0 |
| 416 | 2026-03-18T10:43:44.526Z | Downloaded linkme v0.3.35 |
| 417 | 2026-03-18T10:43:44.529Z | Downloaded flume v0.11.1 |
| 418 | 2026-03-18T10:43:44.529Z | Downloaded half v2.7.1 |
| 419 | 2026-03-18T10:43:44.532Z | Downloaded iana-time-zone v0.1.65 |
| 420 | 2026-03-18T10:43:44.537Z | Downloaded hyper-rustls v0.27.7 |
| 421 | 2026-03-18T10:43:44.542Z | Downloaded memmap v0.7.0 |
| 422 | 2026-03-18T10:43:44.542Z | Downloaded humantime v2.3.0 |
| 423 | 2026-03-18T10:43:44.542Z | Downloaded maplit v1.0.2 |
| 424 | 2026-03-18T10:43:44.542Z | Downloaded httptest v0.16.4 |
| 425 | 2026-03-18T10:43:44.545Z | Downloaded mime_guess v2.0.5 |
| 426 | 2026-03-18T10:43:44.545Z | Downloaded getrandom v0.3.4 |
| 427 | 2026-03-18T10:43:44.548Z | Downloaded num_enum_derive v0.5.11 |
| 428 | 2026-03-18T10:43:44.548Z | Downloaded base64 v0.21.7 |
| 429 | 2026-03-18T10:43:44.553Z | Downloaded num_threads v0.1.7 |
| 430 | 2026-03-18T10:43:44.553Z | Downloaded multer v3.1.0 |
| 431 | 2026-03-18T10:43:44.557Z | Downloaded derive_more v2.1.1 |
| 432 | 2026-03-18T10:43:44.562Z | Downloaded openssl-probe v0.2.1 |
| 433 | 2026-03-18T10:43:44.565Z | Downloaded olpc-cjson v0.1.4 |
| 434 | 2026-03-18T10:43:44.565Z | Downloaded nanorand v0.7.0 |
| 435 | 2026-03-18T10:43:44.569Z | Downloaded opaque-debug v0.3.1 |
| 436 | 2026-03-18T10:43:44.569Z | Downloaded cc v1.2.56 |
| 437 | 2026-03-18T10:43:44.572Z | Downloaded derive_more-impl v2.1.1 |
| 438 | 2026-03-18T10:43:44.576Z | Downloaded oso-derive v0.27.3 |
| 439 | 2026-03-18T10:43:44.576Z | Downloaded newtype-uuid v1.3.2 |
| 440 | 2026-03-18T10:43:44.580Z | Downloaded packed_struct_codegen v0.10.1 |
| 441 | 2026-03-18T10:43:44.580Z | Downloaded ordered-float v2.10.1 |
| 442 | 2026-03-18T10:43:44.580Z | Downloaded litemap v0.8.1 |
| 443 | 2026-03-18T10:43:44.583Z | Downloaded nu-ansi-term v0.50.3 |
| 444 | 2026-03-18T10:43:44.583Z | Downloaded getrandom v0.4.1 |
| 445 | 2026-03-18T10:43:44.587Z | Downloaded parking v2.2.1 |
| 446 | 2026-03-18T10:43:44.590Z | Downloaded num-integer v0.1.46 |
| 447 | 2026-03-18T10:43:44.590Z | Downloaded openssl-probe v0.1.6 |
| 448 | 2026-03-18T10:43:44.590Z | Downloaded openssl-macros v0.1.1 |
| 449 | 2026-03-18T10:43:44.594Z | Downloaded nonempty v0.12.0 |
| 450 | 2026-03-18T10:43:44.594Z | Downloaded native-tls v0.2.18 |
| 451 | 2026-03-18T10:43:44.594Z | Downloaded num-complex v0.4.6 |
| 452 | 2026-03-18T10:43:44.597Z | Downloaded fancy-regex v0.14.0 |
| 453 | 2026-03-18T10:43:44.597Z | Downloaded multimap v0.10.1 |
| 454 | 2026-03-18T10:43:44.605Z | Downloaded icu_provider v2.1.1 |
| 455 | 2026-03-18T10:43:44.606Z | Downloaded jobserver v0.1.34 |
| 456 | 2026-03-18T10:43:44.606Z | Downloaded ingot-macros v0.1.1 |
| 457 | 2026-03-18T10:43:44.616Z | Downloaded num_enum v0.5.11 |
| 458 | 2026-03-18T10:43:44.616Z | Downloaded num_enum v0.7.5 |
| 459 | 2026-03-18T10:43:44.622Z | Downloaded pbkdf2 v0.12.2 |
| 460 | 2026-03-18T10:43:44.622Z | Downloaded pathdiff v0.2.3 |
| 461 | 2026-03-18T10:43:44.622Z | Downloaded indexmap v1.9.3 |
| 462 | 2026-03-18T10:43:44.622Z | Downloaded pbkdf2 v0.11.0 |
| 463 | 2026-03-18T10:43:44.622Z | Downloaded num_enum_derive v0.7.5 |
| 464 | 2026-03-18T10:43:44.628Z | Downloaded num-rational v0.4.2 |
| 465 | 2026-03-18T10:43:44.629Z | Downloaded percent-encoding v2.3.2 |
| 466 | 2026-03-18T10:43:44.629Z | Downloaded memmap2 v0.9.10 |
| 467 | 2026-03-18T10:43:44.629Z | Downloaded dropshot-api-manager v0.6.0 |
| 468 | 2026-03-18T10:43:44.634Z | Downloaded ignore v0.4.25 |
| 469 | 2026-03-18T10:43:44.634Z | Downloaded heapless v0.8.0 |
| 470 | 2026-03-18T10:43:44.634Z | Downloaded peg-runtime v0.8.5 |
| 471 | 2026-03-18T10:43:44.635Z | Downloaded crypto-bigint v0.5.5 |
| 472 | 2026-03-18T10:43:44.639Z | Downloaded phf_shared v0.13.1 |
| 473 | 2026-03-18T10:43:44.644Z | Downloaded phf_shared v0.12.1 |
| 474 | 2026-03-18T10:43:44.644Z | Downloaded phf_shared v0.11.3 |
| 475 | 2026-03-18T10:43:44.644Z | Downloaded oorandom v11.1.5 |
| 476 | 2026-03-18T10:43:44.647Z | Downloaded pin-utils v0.1.0 |
| 477 | 2026-03-18T10:43:44.648Z | Downloaded heapless v0.7.17 |
| 478 | 2026-03-18T10:43:44.648Z | Downloaded crossbeam-channel v0.5.15 |
| 479 | 2026-03-18T10:43:44.651Z | Downloaded libbz2-rs-sys v0.2.2 |
| 480 | 2026-03-18T10:43:44.657Z | Downloaded owo-colors v3.5.0 |
| 481 | 2026-03-18T10:43:44.664Z | Downloaded plotters-backend v0.3.7 |
| 482 | 2026-03-18T10:43:44.664Z | Downloaded owo-colors v4.3.0 |
| 483 | 2026-03-18T10:43:44.664Z | Downloaded plain v0.2.3 |
| 484 | 2026-03-18T10:43:44.664Z | Downloaded ed25519-dalek v2.2.0 |
| 485 | 2026-03-18T10:43:44.675Z | Downloaded icu_locale_core v2.1.1 |
| 486 | 2026-03-18T10:43:44.675Z | Downloaded plotters-svg v0.3.7 |
| 487 | 2026-03-18T10:43:44.675Z | Downloaded parse-size v1.1.0 |
| 488 | 2026-03-18T10:43:44.675Z | Downloaded log v0.4.29 |
| 489 | 2026-03-18T10:43:44.682Z | Downloaded potential_utf v0.1.4 |
| 490 | 2026-03-18T10:43:44.682Z | Downloaded powerfmt v0.2.0 |
| 491 | 2026-03-18T10:43:44.682Z | Downloaded path-slash v0.1.5 |
| 492 | 2026-03-18T10:43:44.682Z | Downloaded paste v1.0.15 |
| 493 | 2026-03-18T10:43:44.682Z | Downloaded icu_normalizer v2.1.1 |
| 494 | 2026-03-18T10:43:44.682Z | Downloaded predicates-tree v1.0.13 |
| 495 | 2026-03-18T10:43:44.686Z | Downloaded pretty-hex v0.4.1 |
| 496 | 2026-03-18T10:43:44.686Z | Downloaded icu_normalizer_data v2.1.1 |
| 497 | 2026-03-18T10:43:44.686Z | Downloaded proc-macro-crate v3.4.0 |
| 498 | 2026-03-18T10:43:44.686Z | Downloaded predicates-core v1.0.10 |
| 499 | 2026-03-18T10:43:44.689Z | Downloaded parking_lot_core v0.8.6 |
| 500 | 2026-03-18T10:43:44.690Z | Downloaded packed_struct v0.10.1 |
| 501 | 2026-03-18T10:43:44.694Z | Downloaded password-hash v0.4.2 |
| 502 | 2026-03-18T10:43:44.694Z | Downloaded parse-display-derive v0.10.0 |
| 503 | 2026-03-18T10:43:44.694Z | Downloaded password-hash v0.5.0 |
| 504 | 2026-03-18T10:43:44.698Z | Downloaded proc-macro-crate v1.3.1 |
| 505 | 2026-03-18T10:43:44.698Z | Downloaded precomputed-hash v0.1.1 |
| 506 | 2026-03-18T10:43:44.698Z | Downloaded indicatif v0.18.4 |
| 507 | 2026-03-18T10:43:44.703Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 508 | 2026-03-18T10:43:44.704Z | Downloaded partial-io v0.5.4 |
| 509 | 2026-03-18T10:43:44.707Z | Downloaded proc-macro-error-attr v1.0.4 |
| 510 | 2026-03-18T10:43:44.708Z | Downloaded pem-rfc7468 v0.7.0 |
| 511 | 2026-03-18T10:43:44.708Z | Downloaded pem v3.0.6 |
| 512 | 2026-03-18T10:43:44.708Z | Downloaded peg-macros v0.8.5 |
| 513 | 2026-03-18T10:43:44.725Z | Downloaded diesel_derives v2.3.7 |
| 514 | 2026-03-18T10:43:44.737Z | Downloaded pin-project-lite v0.2.17 |
| 515 | 2026-03-18T10:43:44.737Z | Downloaded progenitor-client v0.11.2 |
| 516 | 2026-03-18T10:43:44.737Z | Downloaded pin-project-internal v1.1.11 |
| 517 | 2026-03-18T10:43:44.738Z | Downloaded progenitor-client v0.10.0 |
| 518 | 2026-03-18T10:43:44.738Z | Downloaded phf v0.13.1 |
| 519 | 2026-03-18T10:43:44.738Z | Downloaded phf v0.12.1 |
| 520 | 2026-03-18T10:43:44.738Z | Downloaded knuffel v3.2.0 |
| 521 | 2026-03-18T10:43:44.738Z | Downloaded hickory-resolver v0.25.2 |
| 522 | 2026-03-18T10:43:44.750Z | Downloaded quick-error v1.2.3 |
| 523 | 2026-03-18T10:43:44.750Z | Downloaded psl-types v2.0.11 |
| 524 | 2026-03-18T10:43:44.750Z | Downloaded progenitor-macro v0.13.0 |
| 525 | 2026-03-18T10:43:44.751Z | Downloaded progenitor-macro v0.10.0 |
| 526 | 2026-03-18T10:43:44.753Z | Downloaded progenitor-macro v0.11.2 |
| 527 | 2026-03-18T10:43:44.753Z | Downloaded pkg-config v0.3.32 |
| 528 | 2026-03-18T10:43:44.753Z | Downloaded icu_collections v2.1.1 |
| 529 | 2026-03-18T10:43:44.753Z | Downloaded pkcs8 v0.10.2 |
| 530 | 2026-03-18T10:43:44.764Z | Downloaded polyval v0.6.2 |
| 531 | 2026-03-18T10:43:44.764Z | Downloaded parking_lot_core v0.9.12 |
| 532 | 2026-03-18T10:43:44.765Z | Downloaded parking_lot v0.12.5 |
| 533 | 2026-03-18T10:43:44.765Z | Downloaded radium v0.7.0 |
| 534 | 2026-03-18T10:43:44.765Z | Downloaded ppv-lite86 v0.2.21 |
| 535 | 2026-03-18T10:43:44.765Z | Downloaded predicates v3.1.4 |
| 536 | 2026-03-18T10:43:44.765Z | Downloaded icu_properties v2.1.2 |
| 537 | 2026-03-18T10:43:44.765Z | Downloaded num-traits v0.2.19 |
| 538 | 2026-03-18T10:43:44.775Z | Downloaded pest_derive v2.8.6 |
| 539 | 2026-03-18T10:43:44.775Z | Downloaded primeorder v0.13.6 |
| 540 | 2026-03-18T10:43:44.775Z | Downloaded expectorate v1.2.0 |
| 541 | 2026-03-18T10:43:44.775Z | Downloaded progenitor v0.13.0 |
| 542 | 2026-03-18T10:43:44.775Z | Downloaded recursive v0.1.1 |
| 543 | 2026-03-18T10:43:44.775Z | Downloaded proc-macro-error v1.0.4 |
| 544 | 2026-03-18T10:43:44.780Z | Downloaded rand_xorshift v0.4.0 |
| 545 | 2026-03-18T10:43:44.780Z | Downloaded jiff-static v0.2.21 |
| 546 | 2026-03-18T10:43:44.780Z | Downloaded criterion v0.7.0 |
| 547 | 2026-03-18T10:43:44.789Z | Downloaded ref-cast-impl v1.0.25 |
| 548 | 2026-03-18T10:43:44.789Z | Downloaded ref-cast v1.0.25 |
| 549 | 2026-03-18T10:43:44.789Z | Downloaded progenitor-extras v0.1.1 |
| 550 | 2026-03-18T10:43:44.789Z | Downloaded pest_generator v2.8.6 |
| 551 | 2026-03-18T10:43:44.793Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 552 | 2026-03-18T10:43:44.793Z | Downloaded oso v0.27.3 |
| 553 | 2026-03-18T10:43:44.793Z | Downloaded postgres-protocol v0.6.10 |
| 554 | 2026-03-18T10:43:44.793Z | Downloaded progenitor v0.10.0 |
| 555 | 2026-03-18T10:43:44.793Z | Downloaded omicron-zone-package v0.12.2 |
| 556 | 2026-03-18T10:43:44.796Z | Downloaded proc-macro-error2 v2.0.1 |
| 557 | 2026-03-18T10:43:44.803Z | Downloaded progenitor-client v0.13.0 |
| 558 | 2026-03-18T10:43:44.803Z | Downloaded pkcs1 v0.7.5 |
| 559 | 2026-03-18T10:43:44.810Z | Downloaded rfc6979 v0.4.0 |
| 560 | 2026-03-18T10:43:44.810Z | Downloaded hashbrown v0.13.2 |
| 561 | 2026-03-18T10:43:44.810Z | Downloaded p256 v0.13.2 |
| 562 | 2026-03-18T10:43:44.817Z | Downloaded bumpalo v3.20.2 |
| 563 | 2026-03-18T10:43:44.817Z | Downloaded parking_lot v0.11.2 |
| 564 | 2026-03-18T10:43:44.817Z | Downloaded psm v0.1.30 |
| 565 | 2026-03-18T10:43:44.828Z | Downloaded r2d2 v0.8.10 |
| 566 | 2026-03-18T10:43:44.828Z | Downloaded quote v1.0.44 |
| 567 | 2026-03-18T10:43:44.828Z | Downloaded postcard v1.1.3 |
| 568 | 2026-03-18T10:43:44.828Z | Downloaded rustc_version v0.4.1 |
| 569 | 2026-03-18T10:43:44.828Z | Downloaded rustc-hash v2.1.1 |
| 570 | 2026-03-18T10:43:44.838Z | Downloaded rustc_version v0.1.7 |
| 571 | 2026-03-18T10:43:44.838Z | Downloaded russh-cryptovec v0.7.3 |
| 572 | 2026-03-18T10:43:44.838Z | Downloaded papergrid v0.11.0 |
| 573 | 2026-03-18T10:43:44.838Z | Downloaded rand_core v0.10.0 |
| 574 | 2026-03-18T10:43:44.838Z | Downloaded indexmap v2.13.0 |
| 575 | 2026-03-18T10:43:44.845Z | Downloaded miniz_oxide v0.8.9 |
| 576 | 2026-03-18T10:43:44.846Z | Downloaded rand_core v0.9.5 |
| 577 | 2026-03-18T10:43:44.846Z | Downloaded rand_core v0.6.4 |
| 578 | 2026-03-18T10:43:44.846Z | Downloaded rand_chacha v0.9.0 |
| 579 | 2026-03-18T10:43:44.846Z | Downloaded minimal-lexical v0.2.1 |
| 580 | 2026-03-18T10:43:44.853Z | Downloaded rand_seeder v0.4.0 |
| 581 | 2026-03-18T10:43:44.853Z | Downloaded miette v5.10.0 |
| 582 | 2026-03-18T10:43:44.853Z | Downloaded memchr v2.8.0 |
| 583 | 2026-03-18T10:43:44.858Z | Downloaded crossterm v0.29.0 |
| 584 | 2026-03-18T10:43:44.867Z | Downloaded pkcs5 v0.7.1 |
| 585 | 2026-03-18T10:43:44.867Z | Downloaded sapling-renderdag v0.1.0 |
| 586 | 2026-03-18T10:43:44.874Z | Downloaded progenitor v0.11.2 |
| 587 | 2026-03-18T10:43:44.874Z | Downloaded pin-project v1.1.11 |
| 588 | 2026-03-18T10:43:44.877Z | Downloaded scheduled-thread-pool v0.2.7 |
| 589 | 2026-03-18T10:43:44.877Z | Downloaded relative-path v1.9.3 |
| 590 | 2026-03-18T10:43:44.877Z | Downloaded resolv-conf v0.7.6 |
| 591 | 2026-03-18T10:43:44.877Z | Downloaded scopeguard v1.2.0 |
| 592 | 2026-03-18T10:43:44.877Z | Downloaded scroll_derive v0.12.1 |
| 593 | 2026-03-18T10:43:44.882Z | Downloaded scrypt v0.11.0 |
| 594 | 2026-03-18T10:43:44.882Z | Downloaded http v1.4.0 |
| 595 | 2026-03-18T10:43:44.885Z | Downloaded salsa20 v0.10.2 |
| 596 | 2026-03-18T10:43:44.885Z | Downloaded poly1305 v0.8.0 |
| 597 | 2026-03-18T10:43:44.890Z | Downloaded openssl-sys v0.9.111 |
| 598 | 2026-03-18T10:43:44.895Z | Downloaded scroll_derive v0.13.1 |
| 599 | 2026-03-18T10:43:44.895Z | Downloaded rand_chacha v0.3.1 |
| 600 | 2026-03-18T10:43:44.895Z | Downloaded rustc-demangle v0.1.27 |
| 601 | 2026-03-18T10:43:44.900Z | Downloaded serde-big-array v0.5.1 |
| 602 | 2026-03-18T10:43:44.900Z | Downloaded quinn-udp v0.5.14 |
| 603 | 2026-03-18T10:43:44.900Z | Downloaded seq-macro v0.3.6 |
| 604 | 2026-03-18T10:43:44.900Z | Downloaded secrecy v0.8.0 |
| 605 | 2026-03-18T10:43:44.905Z | Downloaded papergrid v0.17.0 |
| 606 | 2026-03-18T10:43:44.909Z | Downloaded rustls-pemfile v2.2.0 |
| 607 | 2026-03-18T10:43:44.909Z | Downloaded rustls-pemfile v1.0.4 |
| 608 | 2026-03-18T10:43:44.909Z | Downloaded rtoolbox v0.0.3 |
| 609 | 2026-03-18T10:43:44.913Z | Downloaded serde-value v0.7.0 |
| 610 | 2026-03-18T10:43:44.914Z | Downloaded semver v0.1.20 |
| 611 | 2026-03-18T10:43:44.914Z | Downloaded serde_bytes v0.11.19 |
| 612 | 2026-03-18T10:43:44.914Z | Downloaded hyper-util v0.1.20 |
| 613 | 2026-03-18T10:43:44.917Z | Downloaded rustls-native-certs v0.8.3 |
| 614 | 2026-03-18T10:43:44.923Z | Downloaded aho-corasick v1.1.4 |
| 615 | 2026-03-18T10:43:44.933Z | Downloaded rusty-fork v0.3.1 |
| 616 | 2026-03-18T10:43:44.933Z | Downloaded rustversion v1.0.22 |
| 617 | 2026-03-18T10:43:44.945Z | Downloaded proc-macro2 v1.0.106 |
| 618 | 2026-03-18T10:43:44.945Z | Downloaded postgres-types v0.2.12 |
| 619 | 2026-03-18T10:43:44.945Z | Downloaded itertools v0.10.5 |
| 620 | 2026-03-18T10:43:44.957Z | Downloaded serde_spanned v0.6.9 |
| 621 | 2026-03-18T10:43:44.957Z | Downloaded serde_urlencoded v0.7.1 |
| 622 | 2026-03-18T10:43:44.957Z | Downloaded pest_meta v2.8.6 |
| 623 | 2026-03-18T10:43:44.957Z | Downloaded serde_regex v1.1.0 |
| 624 | 2026-03-18T10:43:44.957Z | Downloaded schemars_derive v0.8.22 |
| 625 | 2026-03-18T10:43:44.957Z | Downloaded serde_plain v1.0.2 |
| 626 | 2026-03-18T10:43:44.957Z | Downloaded secrecy v0.10.3 |
| 627 | 2026-03-18T10:43:44.957Z | Downloaded rust-argon2 v2.1.0 |
| 628 | 2026-03-18T10:43:44.963Z | Downloaded prefix-trie v0.7.0 |
| 629 | 2026-03-18T10:43:44.963Z | Downloaded scroll v0.13.0 |
| 630 | 2026-03-18T10:43:44.963Z | Downloaded signal-hook-tokio v0.3.1 |
| 631 | 2026-03-18T10:43:44.963Z | Downloaded aes-gcm v0.10.3 |
| 632 | 2026-03-18T10:43:44.963Z | Downloaded progenitor-impl v0.13.0 |
| 633 | 2026-03-18T10:43:44.963Z | Downloaded progenitor-impl v0.10.0 |
| 634 | 2026-03-18T10:43:44.972Z | Downloaded pretty_assertions v1.4.1 |
| 635 | 2026-03-18T10:43:44.972Z | Downloaded scroll v0.12.0 |
| 636 | 2026-03-18T10:43:44.972Z | Downloaded sha1 v0.10.6 |
| 637 | 2026-03-18T10:43:44.972Z | Downloaded signature v2.2.0 |
| 638 | 2026-03-18T10:43:44.978Z | Downloaded sigpipe v0.1.3 |
| 639 | 2026-03-18T10:43:44.978Z | Downloaded shell-words v1.1.1 |
| 640 | 2026-03-18T10:43:44.978Z | Downloaded serde-hex v0.1.0 |
| 641 | 2026-03-18T10:43:44.978Z | Downloaded signal-hook-mio v0.2.5 |
| 642 | 2026-03-18T10:43:44.978Z | Downloaded slog-bunyan v2.5.0 |
| 643 | 2026-03-18T10:43:44.978Z | Downloaded similar-asserts v1.7.0 |
| 644 | 2026-03-18T10:43:44.978Z | Downloaded hickory-server v0.25.2 |
| 645 | 2026-03-18T10:43:44.984Z | Downloaded same-file v1.0.6 |
| 646 | 2026-03-18T10:43:44.984Z | Downloaded hashbrown v0.12.3 |
| 647 | 2026-03-18T10:43:44.989Z | Downloaded serde-untagged v0.1.9 |
| 648 | 2026-03-18T10:43:44.989Z | Downloaded semver v1.0.27 |
| 649 | 2026-03-18T10:43:44.989Z | Downloaded sec1 v0.7.3 |
| 650 | 2026-03-18T10:43:44.993Z | Downloaded hashbrown v0.16.1 |
| 651 | 2026-03-18T10:43:44.998Z | Downloaded rcgen v0.12.1 |
| 652 | 2026-03-18T10:43:44.998Z | Downloaded prettyplease v0.2.37 |
| 653 | 2026-03-18T10:43:45.001Z | Downloaded serde_repr v0.1.20 |
| 654 | 2026-03-18T10:43:45.001Z | Downloaded rustls-pki-types v1.14.0 |
| 655 | 2026-03-18T10:43:45.008Z | Downloaded serde_path_to_error v0.1.20 |
| 656 | 2026-03-18T10:43:45.008Z | Downloaded serde_derive_internals v0.29.1 |
| 657 | 2026-03-18T10:43:45.012Z | Downloaded iddqd v0.3.17 |
| 658 | 2026-03-18T10:43:45.013Z | Downloaded serde_spanned v1.0.4 |
| 659 | 2026-03-18T10:43:45.016Z | Downloaded smawk v0.3.2 |
| 660 | 2026-03-18T10:43:45.016Z | Downloaded serde_tokenstream v0.2.3 |
| 661 | 2026-03-18T10:43:45.016Z | Downloaded hashbrown v0.15.5 |
| 662 | 2026-03-18T10:43:45.021Z | Downloaded aes v0.8.4 |
| 663 | 2026-03-18T10:43:45.028Z | Downloaded ssh-cipher v0.2.0 |
| 664 | 2026-03-18T10:43:45.028Z | Downloaded hickory-resolver v0.24.4 |
| 665 | 2026-03-18T10:43:45.040Z | Downloaded stable_deref_trait v1.2.1 |
| 666 | 2026-03-18T10:43:45.040Z | Downloaded ssh-encoding v0.2.0 |
| 667 | 2026-03-18T10:43:45.040Z | Downloaded rstest v0.25.0 |
| 668 | 2026-03-18T10:43:45.050Z | Downloaded signal-hook-registry v1.4.8 |
| 669 | 2026-03-18T10:43:45.050Z | Downloaded sha2 v0.10.9 |
| 670 | 2026-03-18T10:43:45.050Z | Downloaded progenitor-impl v0.11.2 |
| 671 | 2026-03-18T10:43:45.050Z | Downloaded crossterm v0.28.1 |
| 672 | 2026-03-18T10:43:45.056Z | Downloaded strsim v0.11.1 |
| 673 | 2026-03-18T10:43:45.056Z | Downloaded sct v0.7.1 |
| 674 | 2026-03-18T10:43:45.056Z | Downloaded num-bigint v0.4.6 |
| 675 | 2026-03-18T10:43:45.056Z | Downloaded strip-ansi-escapes v0.2.1 |
| 676 | 2026-03-18T10:43:45.061Z | Downloaded slog-json v2.6.1 |
| 677 | 2026-03-18T10:43:45.061Z | Downloaded strum v0.26.3 |
| 678 | 2026-03-18T10:43:45.061Z | Downloaded structmeta-derive v0.3.0 |
| 679 | 2026-03-18T10:43:45.062Z | Downloaded structmeta v0.3.0 |
| 680 | 2026-03-18T10:43:45.070Z | Downloaded guppy v0.17.25 |
| 681 | 2026-03-18T10:43:45.070Z | Downloaded supports-color v2.1.0 |
| 682 | 2026-03-18T10:43:45.081Z | Downloaded mio v1.1.1 |
| 683 | 2026-03-18T10:43:45.081Z | Downloaded strum v0.27.2 |
| 684 | 2026-03-18T10:43:45.081Z | Downloaded smallvec v0.6.14 |
| 685 | 2026-03-18T10:43:45.081Z | Downloaded slog-stdlog v4.1.1 |
| 686 | 2026-03-18T10:43:45.081Z | Downloaded slog-scope v4.4.1 |
| 687 | 2026-03-18T10:43:45.088Z | Downloaded rand_distr v0.5.1 |
| 688 | 2026-03-18T10:43:45.088Z | Downloaded swrite v0.1.0 |
| 689 | 2026-03-18T10:43:45.088Z | Downloaded supports-color v3.0.2 |
| 690 | 2026-03-18T10:43:45.088Z | Downloaded slab v0.4.12 |
| 691 | 2026-03-18T10:43:45.088Z | Downloaded ryu v1.0.23 |
| 692 | 2026-03-18T10:43:45.088Z | Downloaded supports-unicode v2.1.0 |
| 693 | 2026-03-18T10:43:45.091Z | Downloaded itertools v0.13.0 |
| 694 | 2026-03-18T10:43:46.102Z | Downloaded smf v0.2.3 |
| 695 | 2026-03-18T10:43:46.102Z | Downloaded sync_wrapper v1.0.2 |
| 696 | 2026-03-18T10:43:46.102Z | Downloaded sync-ptr v0.1.4 |
| 697 | 2026-03-18T10:43:46.118Z | Downloaded snafu-derive v0.8.9 |
| 698 | 2026-03-18T10:43:46.118Z | Downloaded hashbrown v0.14.5 |
| 699 | 2026-03-18T10:43:46.119Z | Downloaded stacker v0.1.23 |
| 700 | 2026-03-18T10:43:46.119Z | Downloaded sqlparser_derive v0.5.0 |
| 701 | 2026-03-18T10:43:46.119Z | Downloaded tabled_derive v0.11.0 |
| 702 | 2026-03-18T10:43:46.119Z | Downloaded tabwriter v1.4.1 |
| 703 | 2026-03-18T10:43:46.119Z | Downloaded tabled_derive v0.7.0 |
| 704 | 2026-03-18T10:43:46.119Z | Downloaded tagptr v0.2.0 |
| 705 | 2026-03-18T10:43:46.119Z | Downloaded stringprep v0.1.5 |
| 706 | 2026-03-18T10:43:46.119Z | Downloaded stringmetrics v2.2.2 |
| 707 | 2026-03-18T10:43:46.119Z | Downloaded futures-util v0.3.32 |
| 708 | 2026-03-18T10:43:46.119Z | Downloaded tap v1.0.1 |
| 709 | 2026-03-18T10:43:46.119Z | Downloaded num-bigint-dig v0.8.6 |
| 710 | 2026-03-18T10:43:46.119Z | Downloaded rand v0.8.5 |
| 711 | 2026-03-18T10:43:46.119Z | Downloaded idna v1.1.0 |
| 712 | 2026-03-18T10:43:46.120Z | Downloaded rstest_macros v0.25.0 |
| 713 | 2026-03-18T10:43:46.120Z | Downloaded target-triple v1.0.0 |
| 714 | 2026-03-18T10:43:46.120Z | Downloaded strum_macros v0.27.2 |
| 715 | 2026-03-18T10:43:46.120Z | Downloaded terminal_size v0.4.3 |
| 716 | 2026-03-18T10:43:46.120Z | Downloaded strum_macros v0.26.4 |
| 717 | 2026-03-18T10:43:46.120Z | Downloaded strum_macros v0.24.3 |
| 718 | 2026-03-18T10:43:46.120Z | Downloaded h2 v0.4.13 |
| 719 | 2026-03-18T10:43:46.120Z | Downloaded rayon-core v1.13.0 |
| 720 | 2026-03-18T10:43:46.120Z | Downloaded testing_table v0.3.0 |
| 721 | 2026-03-18T10:43:46.120Z | Downloaded support-bundle-viewer v0.1.2 |
| 722 | 2026-03-18T10:43:46.120Z | Downloaded schemars v0.9.0 |
| 723 | 2026-03-18T10:43:46.120Z | Downloaded tinyvec_macros v0.1.1 |
| 724 | 2026-03-18T10:43:46.120Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 725 | 2026-03-18T10:43:46.120Z | Downloaded synstructure v0.13.2 |
| 726 | 2026-03-18T10:43:46.121Z | Downloaded publicsuffix v2.3.0 |
| 727 | 2026-03-18T10:43:46.121Z | Downloaded thread-id v5.1.0 |
| 728 | 2026-03-18T10:43:46.121Z | Downloaded time-core v0.1.8 |
| 729 | 2026-03-18T10:43:46.121Z | Downloaded spin v0.9.8 |
| 730 | 2026-03-18T10:43:46.121Z | Downloaded thread-id v4.2.2 |
| 731 | 2026-03-18T10:43:46.121Z | Downloaded smallvec v1.15.1 |
| 732 | 2026-03-18T10:43:46.121Z | Downloaded signal-hook v0.3.18 |
| 733 | 2026-03-18T10:43:46.121Z | Downloaded schemars v0.8.22 |
| 734 | 2026-03-18T10:43:46.121Z | Downloaded target-lexicon v0.13.3 |
| 735 | 2026-03-18T10:43:46.121Z | Downloaded toml_datetime v0.6.11 |
| 736 | 2026-03-18T10:43:46.121Z | Downloaded target-spec v3.5.7 |
| 737 | 2026-03-18T10:43:46.121Z | Downloaded similar v2.7.0 |
| 738 | 2026-03-18T10:43:46.122Z | Downloaded serde_derive v1.0.228 |
| 739 | 2026-03-18T10:43:46.122Z | Downloaded rand v0.9.2 |
| 740 | 2026-03-18T10:43:46.122Z | Downloaded rsa v0.9.10 |
| 741 | 2026-03-18T10:43:46.122Z | Downloaded tower-layer v0.3.3 |
| 742 | 2026-03-18T10:43:46.122Z | Downloaded termtree v0.5.1 |
| 743 | 2026-03-18T10:43:46.122Z | Downloaded termios v0.3.3 |
| 744 | 2026-03-18T10:43:46.122Z | Downloaded topological-sort v0.2.2 |
| 745 | 2026-03-18T10:43:46.122Z | Downloaded terminal_size v0.1.17 |
| 746 | 2026-03-18T10:43:46.122Z | Downloaded toml_write v0.1.2 |
| 747 | 2026-03-18T10:43:46.122Z | Downloaded thiserror-impl v1.0.69 |
| 748 | 2026-03-18T10:43:46.122Z | Downloaded try-lock v0.2.5 |
| 749 | 2026-03-18T10:43:46.122Z | Downloaded itertools v0.14.0 |
| 750 | 2026-03-18T10:43:46.122Z | Downloaded socket2 v0.6.2 |
| 751 | 2026-03-18T10:43:46.122Z | Downloaded trait-variant v0.1.2 |
| 752 | 2026-03-18T10:43:46.123Z | Downloaded tower-service v0.3.3 |
| 753 | 2026-03-18T10:43:46.123Z | Downloaded thiserror v1.0.69 |
| 754 | 2026-03-18T10:43:46.123Z | Downloaded tiny-keccak v2.0.2 |
| 755 | 2026-03-18T10:43:46.123Z | Downloaded thread_local v1.1.9 |
| 756 | 2026-03-18T10:43:46.123Z | Downloaded thiserror-impl v2.0.18 |
| 757 | 2026-03-18T10:43:46.123Z | Downloaded time-macros v0.2.27 |
| 758 | 2026-03-18T10:43:46.123Z | Downloaded thiserror-no-std v2.0.2 |
| 759 | 2026-03-18T10:43:46.123Z | Downloaded tinystr v0.8.2 |
| 760 | 2026-03-18T10:43:46.123Z | Downloaded unarray v0.1.4 |
| 761 | 2026-03-18T10:43:46.123Z | Downloaded typify-macro v0.6.1 |
| 762 | 2026-03-18T10:43:46.123Z | Downloaded tokio-rustls v0.25.0 |
| 763 | 2026-03-18T10:43:46.123Z | Downloaded tls_codec v0.4.2 |
| 764 | 2026-03-18T10:43:46.123Z | Downloaded samael v0.0.19 |
| 765 | 2026-03-18T10:43:46.123Z | Downloaded typify-macro v0.4.3 |
| 766 | 2026-03-18T10:43:46.123Z | Downloaded serde v1.0.228 |
| 767 | 2026-03-18T10:43:46.123Z | Downloaded unicode-xid v0.2.6 |
| 768 | 2026-03-18T10:43:46.124Z | Downloaded tokio-native-tls v0.3.1 |
| 769 | 2026-03-18T10:43:46.124Z | Downloaded tokio-dtrace v0.1.1 |
| 770 | 2026-03-18T10:43:46.124Z | Downloaded unicode-truncate v1.1.0 |
| 771 | 2026-03-18T10:43:46.124Z | Downloaded goblin v0.8.2 |
| 772 | 2026-03-18T10:43:46.124Z | Downloaded tokio-macros v2.6.0 |
| 773 | 2026-03-18T10:43:46.124Z | Downloaded tls_codec_derive v0.4.2 |
| 774 | 2026-03-18T10:43:46.124Z | Downloaded subprocess v0.2.15 |
| 775 | 2026-03-18T10:43:46.124Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 776 | 2026-03-18T10:43:46.124Z | Downloaded pest v2.8.6 |
| 777 | 2026-03-18T10:43:46.124Z | Downloaded untrusted v0.7.1 |
| 778 | 2026-03-18T10:43:46.124Z | Downloaded p521 v0.13.3 |
| 779 | 2026-03-18T10:43:46.124Z | Downloaded unicode-linebreak v0.1.5 |
| 780 | 2026-03-18T10:43:46.124Z | Downloaded typeid v1.0.3 |
| 781 | 2026-03-18T10:43:46.124Z | Downloaded tempfile v3.25.0 |
| 782 | 2026-03-18T10:43:46.125Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 783 | 2026-03-18T10:43:46.125Z | Downloaded socket2 v0.5.10 |
| 784 | 2026-03-18T10:43:46.125Z | Downloaded usdt-macro v0.6.0 |
| 785 | 2026-03-18T10:43:46.125Z | Downloaded rand v0.10.0 |
| 786 | 2026-03-18T10:43:46.125Z | Downloaded usdt-attr-macro v0.6.0 |
| 787 | 2026-03-18T10:43:46.125Z | Downloaded universal-hash v0.5.1 |
| 788 | 2026-03-18T10:43:46.125Z | Downloaded unit-prefix v0.5.2 |
| 789 | 2026-03-18T10:43:46.125Z | Downloaded utf8parse v0.2.2 |
| 790 | 2026-03-18T10:43:46.125Z | Downloaded utf8_iter v1.0.4 |
| 791 | 2026-03-18T10:43:46.125Z | Downloaded tokio-rustls v0.24.1 |
| 792 | 2026-03-18T10:43:46.125Z | Downloaded usdt v0.6.0 |
| 793 | 2026-03-18T10:43:46.126Z | Downloaded usdt v0.5.0 |
| 794 | 2026-03-18T10:43:46.126Z | Downloaded tinytemplate v1.2.1 |
| 795 | 2026-03-18T10:43:46.126Z | Downloaded usdt-macro v0.5.0 |
| 796 | 2026-03-18T10:43:46.126Z | Downloaded usdt-attr-macro v0.5.0 |
| 797 | 2026-03-18T10:43:46.161Z | Downloaded tokio-tungstenite v0.23.1 |
| 798 | 2026-03-18T10:43:46.161Z | Downloaded tokio-rustls v0.26.4 |
| 799 | 2026-03-18T10:43:46.162Z | Downloaded tar v0.4.44 |
| 800 | 2026-03-18T10:43:46.162Z | Downloaded version_check v0.9.5 |
| 801 | 2026-03-18T10:43:46.162Z | Downloaded snafu v0.8.9 |
| 802 | 2026-03-18T10:43:46.162Z | Downloaded waitgroup v0.1.2 |
| 803 | 2026-03-18T10:43:46.162Z | Downloaded wait-timeout v0.2.1 |
| 804 | 2026-03-18T10:43:46.162Z | Downloaded tui-tree-widget v0.23.1 |
| 805 | 2026-03-18T10:43:46.162Z | Downloaded term v1.2.1 |
| 806 | 2026-03-18T10:43:46.162Z | Downloaded test-strategy v0.4.5 |
| 807 | 2026-03-18T10:43:46.162Z | Downloaded void v1.0.2 |
| 808 | 2026-03-18T10:43:46.163Z | Downloaded rustyline v14.0.0 |
| 809 | 2026-03-18T10:43:46.163Z | Downloaded tracing-attributes v0.1.31 |
| 810 | 2026-03-18T10:43:46.163Z | Downloaded unicase v2.9.0 |
| 811 | 2026-03-18T10:43:46.163Z | Downloaded schemars v1.2.1 |
| 812 | 2026-03-18T10:43:46.163Z | Downloaded xattr v1.6.1 |
| 813 | 2026-03-18T10:43:46.163Z | Downloaded toml v0.8.23 |
| 814 | 2026-03-18T10:43:46.163Z | Downloaded tokio-stream v0.1.18 |
| 815 | 2026-03-18T10:43:46.163Z | Downloaded twox-hash v2.1.2 |
| 816 | 2026-03-18T10:43:46.163Z | Downloaded chrono v0.4.44 |
| 817 | 2026-03-18T10:43:46.163Z | Downloaded xshell-macros v0.2.7 |
| 818 | 2026-03-18T10:43:46.164Z | Downloaded usdt-impl v0.6.0 |
| 819 | 2026-03-18T10:43:46.164Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 820 | 2026-03-18T10:43:46.164Z | Downloaded russh v0.45.0 |
| 821 | 2026-03-18T10:43:46.164Z | Downloaded untrusted v0.9.0 |
| 822 | 2026-03-18T10:43:46.164Z | Downloaded tinyvec v1.10.0 |
| 823 | 2026-03-18T10:43:46.164Z | Downloaded bindgen v0.71.1 |
| 824 | 2026-03-18T10:43:46.164Z | Downloaded zeroize_derive v1.4.3 |
| 825 | 2026-03-18T10:43:46.165Z | Downloaded zerofrom-derive v0.1.6 |
| 826 | 2026-03-18T10:43:46.165Z | Downloaded zerofrom v0.1.6 |
| 827 | 2026-03-18T10:43:46.165Z | Downloaded yoke-derive v0.8.1 |
| 828 | 2026-03-18T10:43:46.165Z | Downloaded bitvec v1.0.1 |
| 829 | 2026-03-18T10:43:46.165Z | Downloaded zone v0.3.1 |
| 830 | 2026-03-18T10:43:46.165Z | Downloaded vergen-gitcl v1.0.8 |
| 831 | 2026-03-18T10:43:46.165Z | Downloaded vergen-git2 v1.0.7 |
| 832 | 2026-03-18T10:43:46.165Z | Downloaded want v0.3.1 |
| 833 | 2026-03-18T10:43:46.165Z | Downloaded vergen-lib v0.1.6 |
| 834 | 2026-03-18T10:43:46.165Z | Downloaded uzers v0.12.2 |
| 835 | 2026-03-18T10:43:46.166Z | Downloaded zone_cfg_derive v0.3.1 |
| 836 | 2026-03-18T10:43:46.166Z | Downloaded utf-8 v0.7.6 |
| 837 | 2026-03-18T10:43:46.166Z | Downloaded trybuild v1.0.116 |
| 838 | 2026-03-18T10:43:46.166Z | Downloaded vsss-rs v3.3.4 |
| 839 | 2026-03-18T10:43:46.166Z | Downloaded tracing-core v0.1.36 |
| 840 | 2026-03-18T10:43:46.166Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 841 | 2026-03-18T10:43:46.166Z | Downloaded walkdir v2.5.0 |
| 842 | 2026-03-18T10:43:46.166Z | Downloaded whoami v1.6.1 |
| 843 | 2026-03-18T10:43:46.166Z | Downloaded unicode-properties v0.1.4 |
| 844 | 2026-03-18T10:43:46.167Z | Downloaded writeable v0.6.2 |
| 845 | 2026-03-18T10:43:46.167Z | Downloaded toml v0.7.8 |
| 846 | 2026-03-18T10:43:46.167Z | Downloaded xz2 v0.1.7 |
| 847 | 2026-03-18T10:43:46.167Z | Downloaded rpassword v7.4.0 |
| 848 | 2026-03-18T10:43:46.167Z | Downloaded steno v0.4.1 |
| 849 | 2026-03-18T10:43:46.167Z | Downloaded yoke v0.8.1 |
| 850 | 2026-03-18T10:43:46.167Z | Downloaded plotters v0.3.7 |
| 851 | 2026-03-18T10:43:46.167Z | Downloaded ucd-trie v0.1.7 |
| 852 | 2026-03-18T10:43:46.168Z | Downloaded zeroize v1.8.2 |
| 853 | 2026-03-18T10:43:46.168Z | Downloaded zerovec-derive v0.11.2 |
| 854 | 2026-03-18T10:43:46.168Z | Downloaded tungstenite v0.23.0 |
| 855 | 2026-03-18T10:43:46.168Z | Downloaded textwrap v0.16.2 |
| 856 | 2026-03-18T10:43:46.168Z | Downloaded xshell v0.2.7 |
| 857 | 2026-03-18T10:43:46.168Z | Downloaded typify v0.4.3 |
| 858 | 2026-03-18T10:43:46.168Z | Downloaded unicode-ident v1.0.24 |
| 859 | 2026-03-18T10:43:46.169Z | Downloaded vergen v9.0.6 |
| 860 | 2026-03-18T10:43:46.169Z | Downloaded zstd-safe v7.2.4 |
| 861 | 2026-03-18T10:43:46.169Z | Downloaded zstd v0.13.3 |
| 862 | 2026-03-18T10:43:46.169Z | Downloaded unicode-bidi v0.3.18 |
| 863 | 2026-03-18T10:43:46.169Z | Downloaded zmij v1.0.21 |
| 864 | 2026-03-18T10:43:46.169Z | Downloaded p384 v0.13.1 |
| 865 | 2026-03-18T10:43:46.169Z | Downloaded toml_edit v0.22.27 |
| 866 | 2026-03-18T10:43:46.169Z | Downloaded unsafe-libyaml v0.2.11 |
| 867 | 2026-03-18T10:43:46.170Z | Downloaded whoami v2.1.0 |
| 868 | 2026-03-18T10:43:46.170Z | Downloaded git2 v0.20.4 |
| 869 | 2026-03-18T10:43:46.170Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 870 | 2026-03-18T10:43:46.170Z | Downloaded regex v1.12.3 |
| 871 | 2026-03-18T10:43:46.170Z | Downloaded yasna v0.5.2 |
| 872 | 2026-03-18T10:43:46.170Z | Downloaded zerocopy-derive v0.7.35 |
| 873 | 2026-03-18T10:43:46.170Z | Downloaded typify v0.6.1 |
| 874 | 2026-03-18T10:43:46.170Z | Downloaded uuid v1.21.0 |
| 875 | 2026-03-18T10:43:46.170Z | Downloaded zerocopy v0.6.6 |
| 876 | 2026-03-18T10:43:46.170Z | Downloaded typenum v1.19.0 |
| 877 | 2026-03-18T10:43:46.171Z | Downloaded ssh-key v0.6.7 |
| 878 | 2026-03-18T10:43:46.171Z | Downloaded lalrpop v0.19.12 |
| 879 | 2026-03-18T10:43:46.171Z | Downloaded reedline v0.40.0 |
| 880 | 2026-03-18T10:43:46.171Z | Downloaded tungstenite v0.21.0 |
| 881 | 2026-03-18T10:43:46.171Z | Downloaded wyz v0.5.1 |
| 882 | 2026-03-18T10:43:46.171Z | Downloaded usdt-impl v0.5.0 |
| 883 | 2026-03-18T10:43:46.171Z | Downloaded ron v0.12.0 |
| 884 | 2026-03-18T10:43:46.171Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 885 | 2026-03-18T10:43:46.171Z | Downloaded rayon v1.11.0 |
| 886 | 2026-03-18T10:43:46.172Z | Downloaded quick-xml v0.37.5 |
| 887 | 2026-03-18T10:43:46.172Z | Downloaded moka v0.12.13 |
| 888 | 2026-03-18T10:43:46.172Z | Downloaded unicode_categories v0.1.1 |
| 889 | 2026-03-18T10:43:46.172Z | Downloaded textwrap v0.15.2 |
| 890 | 2026-03-18T10:43:46.172Z | Downloaded zopfli v0.8.3 |
| 891 | 2026-03-18T10:43:46.172Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 892 | 2026-03-18T10:43:46.172Z | Downloaded tokio-tungstenite v0.21.0 |
| 893 | 2026-03-18T10:43:46.172Z | Downloaded term v0.7.0 |
| 894 | 2026-03-18T10:43:46.173Z | Downloaded libm v0.2.16 |
| 895 | 2026-03-18T10:43:46.173Z | Downloaded vte v0.14.1 |
| 896 | 2026-03-18T10:43:46.173Z | Downloaded toml_edit v0.19.15 |
| 897 | 2026-03-18T10:43:46.192Z | Downloaded url v2.5.8 |
| 898 | 2026-03-18T10:43:46.192Z | Downloaded serde_json v1.0.149 |
| 899 | 2026-03-18T10:43:46.192Z | Downloaded typed-path v0.9.3 |
| 900 | 2026-03-18T10:43:46.192Z | Downloaded zip v0.6.6 |
| 901 | 2026-03-18T10:43:46.192Z | Downloaded tower v0.5.3 |
| 902 | 2026-03-18T10:43:46.192Z | Downloaded yansi v1.0.1 |
| 903 | 2026-03-18T10:43:46.192Z | Downloaded rustls-webpki v0.101.7 |
| 904 | 2026-03-18T10:43:46.192Z | Downloaded proptest v1.10.0 |
| 905 | 2026-03-18T10:43:46.192Z | Downloaded gimli v0.32.3 |
| 906 | 2026-03-18T10:43:46.193Z | Downloaded x509-cert v0.2.5 |
| 907 | 2026-03-18T10:43:46.193Z | Downloaded serde_with v3.17.0 |
| 908 | 2026-03-18T10:43:46.193Z | Downloaded zerocopy-derive v0.8.40 |
| 909 | 2026-03-18T10:43:46.193Z | Downloaded petname v2.0.2 |
| 910 | 2026-03-18T10:43:46.193Z | Downloaded unicode-segmentation v1.12.0 |
| 911 | 2026-03-18T10:43:46.193Z | Downloaded unicode-normalization v0.1.25 |
| 912 | 2026-03-18T10:43:46.193Z | Downloaded tokio-util v0.7.18 |
| 913 | 2026-03-18T10:43:46.193Z | Downloaded tough v0.20.0 |
| 914 | 2026-03-18T10:43:46.193Z | Downloaded rustls-webpki v0.102.8 |
| 915 | 2026-03-18T10:43:46.193Z | Downloaded dropshot v0.16.7 |
| 916 | 2026-03-18T10:43:46.193Z | Downloaded tower-http v0.6.8 |
| 917 | 2026-03-18T10:43:46.193Z | Downloaded bstr v1.12.1 |
| 918 | 2026-03-18T10:43:46.194Z | Downloaded nix v0.27.1 |
| 919 | 2026-03-18T10:43:46.194Z | Downloaded zerovec v0.11.5 |
| 920 | 2026-03-18T10:43:46.194Z | Downloaded zip v4.6.1 |
| 921 | 2026-03-18T10:43:46.194Z | Downloaded radix_trie v0.2.1 |
| 922 | 2026-03-18T10:43:46.194Z | Downloaded quinn-proto v0.11.13 |
| 923 | 2026-03-18T10:43:46.194Z | Downloaded polar-core v0.27.3 |
| 924 | 2026-03-18T10:43:46.194Z | Downloaded nix v0.28.0 |
| 925 | 2026-03-18T10:43:46.194Z | Downloaded winnow v0.5.40 |
| 926 | 2026-03-18T10:43:46.194Z | Downloaded winnow v0.6.26 |
| 927 | 2026-03-18T10:43:46.194Z | Downloaded tabled v0.15.0 |
| 928 | 2026-03-18T10:43:46.194Z | Downloaded zerocopy v0.7.35 |
| 929 | 2026-03-18T10:43:46.194Z | Downloaded regex-syntax v0.6.29 |
| 930 | 2026-03-18T10:43:46.194Z | Downloaded openssl v0.10.75 |
| 931 | 2026-03-18T10:43:46.194Z | Downloaded rustls v0.21.12 |
| 932 | 2026-03-18T10:43:46.194Z | Downloaded syn v1.0.109 |
| 933 | 2026-03-18T10:43:46.195Z | Downloaded winnow v0.7.14 |
| 934 | 2026-03-18T10:43:46.195Z | Downloaded time v0.3.47 |
| 935 | 2026-03-18T10:43:46.195Z | Downloaded smoltcp v0.9.1 |
| 936 | 2026-03-18T10:43:46.195Z | Downloaded object v0.37.3 |
| 937 | 2026-03-18T10:43:46.195Z | Downloaded vcpkg v0.2.15 |
| 938 | 2026-03-18T10:43:46.195Z | Downloaded zlib-rs v0.6.2 |
| 939 | 2026-03-18T10:43:46.195Z | Downloaded webpki-roots v1.0.6 |
| 940 | 2026-03-18T10:43:46.195Z | Downloaded syn v2.0.117 |
| 941 | 2026-03-18T10:43:46.195Z | Downloaded regex-syntax v0.8.10 |
| 942 | 2026-03-18T10:43:46.195Z | Downloaded regress v0.10.5 |
| 943 | 2026-03-18T10:43:46.195Z | Downloaded unicode-width v0.2.0 |
| 944 | 2026-03-18T10:43:46.195Z | Downloaded rustls v0.23.37 |
| 945 | 2026-03-18T10:43:46.195Z | Downloaded zerocopy v0.8.40 |
| 946 | 2026-03-18T10:43:46.195Z | Downloaded unicode-width v0.1.14 |
| 947 | 2026-03-18T10:43:46.195Z | Downloaded rustix v0.38.44 |
| 948 | 2026-03-18T10:43:46.195Z | Downloaded openapiv3 v2.2.0 |
| 949 | 2026-03-18T10:43:46.196Z | Downloaded smoltcp v0.11.0 |
| 950 | 2026-03-18T10:43:46.196Z | Downloaded rustix v1.1.3 |
| 951 | 2026-03-18T10:43:46.196Z | Downloaded hickory-proto v0.25.2 |
| 952 | 2026-03-18T10:43:46.196Z | Downloaded diesel v2.3.7 |
| 953 | 2026-03-18T10:43:46.196Z | Downloaded rustls v0.22.4 |
| 954 | 2026-03-18T10:43:46.196Z | Downloaded nix v0.31.1 |
| 955 | 2026-03-18T10:43:46.196Z | Downloaded sqlparser v0.61.0 |
| 956 | 2026-03-18T10:43:46.196Z | Downloaded hickory-proto v0.24.4 |
| 957 | 2026-03-18T10:43:46.196Z | Downloaded tabled v0.20.0 |
| 958 | 2026-03-18T10:43:46.196Z | Downloaded sled v0.34.7 |
| 959 | 2026-03-18T10:43:46.196Z | Downloaded typify-impl v0.6.1 |
| 960 | 2026-03-18T10:43:46.196Z | Downloaded tracing v0.1.44 |
| 961 | 2026-03-18T10:43:46.196Z | Downloaded typify-impl v0.4.3 |
| 962 | 2026-03-18T10:43:46.196Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 963 | 2026-03-18T10:43:46.197Z | Downloaded ratatui v0.29.0 |
| 964 | 2026-03-18T10:43:46.197Z | Downloaded nix v0.29.0 |
| 965 | 2026-03-18T10:43:46.197Z | Downloaded regex-automata v0.4.14 |
| 966 | 2026-03-18T10:43:46.266Z | Downloaded zerocopy-derive v0.6.6 |
| 967 | 2026-03-18T10:43:46.266Z | Downloaded object v0.30.4 |
| 968 | 2026-03-18T10:43:46.266Z | Downloaded tokio-postgres v0.7.16 |
| 969 | 2026-03-18T10:43:46.267Z | Downloaded jiff v0.2.21 |
| 970 | 2026-03-18T10:43:46.289Z | Downloaded petgraph v0.6.5 |
| 971 | 2026-03-18T10:43:46.289Z | Downloaded lzma-sys v0.1.20 |
| 972 | 2026-03-18T10:43:46.289Z | Downloaded chrono-tz v0.10.4 |
| 973 | 2026-03-18T10:43:46.289Z | Downloaded salty v0.3.0 |
| 974 | 2026-03-18T10:43:46.289Z | Downloaded libc v0.2.180 |
| 975 | 2026-03-18T10:43:46.306Z | Downloaded portable-atomic v1.13.1 |
| 976 | 2026-03-18T10:43:46.313Z | Downloaded petgraph v0.8.3 |
| 977 | 2026-03-18T10:43:46.327Z | Downloaded csv v1.4.0 |
| 978 | 2026-03-18T10:43:46.338Z | Downloaded zerotrie v0.2.3 |
| 979 | 2026-03-18T10:43:46.339Z | Downloaded libz-sys v1.1.24 |
| 980 | 2026-03-18T10:43:46.353Z | Downloaded reqwest v0.13.2 |
| 981 | 2026-03-18T10:43:46.380Z | Downloaded goblin v0.10.5 |
| 982 | 2026-03-18T10:43:46.380Z | Downloaded sha3 v0.10.8 |
| 983 | 2026-03-18T10:43:46.380Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 984 | 2026-03-18T10:43:46.414Z | Downloaded curve25519-dalek v4.1.3 |
| 985 | 2026-03-18T10:43:46.414Z | Downloaded tokio v1.49.0 |
| 986 | 2026-03-18T10:43:46.457Z | Downloaded reqwest v0.12.28 |
| 987 | 2026-03-18T10:43:46.458Z | Downloaded serde_yaml v0.9.34+deprecated |
| 988 | 2026-03-18T10:43:46.458Z | Downloaded thiserror v2.0.18 |
| 989 | 2026-03-18T10:43:46.458Z | Downloaded slog v2.8.2 |
| 990 | 2026-03-18T10:43:46.527Z | Downloaded icu_properties_data v2.1.2 |
| 991 | 2026-03-18T10:43:46.528Z | Downloaded termcolor v1.4.1 |
| 992 | 2026-03-18T10:43:46.528Z | Downloaded rustls-webpki v0.103.9 |
| 993 | 2026-03-18T10:43:46.528Z | Downloaded hkdf v0.12.4 |
| 994 | 2026-03-18T10:43:46.528Z | Downloaded rustls-platform-verifier v0.6.2 |
| 995 | 2026-03-18T10:43:46.528Z | Downloaded slog-term v2.9.2 |
| 996 | 2026-03-18T10:43:46.528Z | Downloaded aws-lc-rs v1.16.0 |
| 997 | 2026-03-18T10:43:46.528Z | Downloaded quinn v0.11.9 |
| 998 | 2026-03-18T10:43:46.528Z | Downloaded take_mut v0.2.2 |
| 999 | 2026-03-18T10:43:46.529Z | Downloaded string_cache v0.8.9 |
| 1000 | 2026-03-18T10:43:46.529Z | Downloaded serde_core v1.0.228 |
| 1001 | 2026-03-18T10:43:46.529Z | Downloaded ron v0.8.1 |
| 1002 | 2026-03-18T10:43:46.529Z | Downloaded hyper v1.8.1 |
| 1003 | 2026-03-18T10:43:46.552Z | Downloaded static_assertions v1.1.0 |
| 1004 | 2026-03-18T10:43:46.552Z | Downloaded sqlformat v0.3.5 |
| 1005 | 2026-03-18T10:43:46.552Z | Downloaded spki v0.7.3 |
| 1006 | 2026-03-18T10:43:46.552Z | Downloaded serde_with_macros v3.17.0 |
| 1007 | 2026-03-18T10:43:46.552Z | Downloaded qorb v0.4.1 |
| 1008 | 2026-03-18T10:43:46.552Z | Downloaded itertools v0.12.1 |
| 1009 | 2026-03-18T10:43:46.552Z | Downloaded supports-hyperlinks v2.1.0 |
| 1010 | 2026-03-18T10:43:46.552Z | Downloaded encoding_rs v0.8.35 |
| 1011 | 2026-03-18T10:43:46.576Z | Downloaded subtle v2.6.1 |
| 1012 | 2026-03-18T10:43:46.577Z | Downloaded serde_cbor v0.11.2 |
| 1013 | 2026-03-18T10:43:46.577Z | Downloaded iri-string v0.7.10 |
| 1014 | 2026-03-18T10:43:46.577Z | Downloaded clap_builder v4.5.60 |
| 1015 | 2026-03-18T10:43:46.577Z | Downloaded slog-envlogger v2.2.0 |
| 1016 | 2026-03-18T10:43:46.577Z | Downloaded slog-dtrace v0.3.0 |
| 1017 | 2026-03-18T10:43:46.577Z | Downloaded slog-async v2.8.0 |
| 1018 | 2026-03-18T10:43:46.577Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-03-18T10:43:46.577Z | Downloaded blake3 v1.8.3 |
| 1020 | 2026-03-18T10:43:46.577Z | Downloaded nom v7.1.3 |
| 1021 | 2026-03-18T10:43:46.577Z | Downloaded russh-keys v0.45.0 |
| 1022 | 2026-03-18T10:43:46.577Z | Downloaded siphasher v1.0.2 |
| 1023 | 2026-03-18T10:43:46.577Z | Downloaded shlex v1.3.0 |
| 1024 | 2026-03-18T10:43:46.578Z | Downloaded libxml v0.3.3 |
| 1025 | 2026-03-18T10:43:46.578Z | Downloaded once_cell v1.21.3 |
| 1026 | 2026-03-18T10:43:46.578Z | Downloaded peg v0.8.5 |
| 1027 | 2026-03-18T10:43:46.578Z | Downloaded path-tree v0.8.3 |
| 1028 | 2026-03-18T10:43:46.578Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1029 | 2026-03-18T10:43:46.578Z | Downloaded litrs v1.0.0 |
| 1030 | 2026-03-18T10:43:46.578Z | Downloaded oxnet v0.1.4 |
| 1031 | 2026-03-18T10:43:46.578Z | Downloaded parse-display v0.10.0 |
| 1032 | 2026-03-18T10:43:46.579Z | Downloaded headers v0.4.1 |
| 1033 | 2026-03-18T10:43:46.579Z | Downloaded flate2 v1.1.9 |
| 1034 | 2026-03-18T10:43:46.579Z | Downloaded ring v0.17.14 |
| 1035 | 2026-03-18T10:43:46.596Z | Downloaded hickory-client v0.25.2 |
| 1036 | 2026-03-18T10:43:46.597Z | Downloaded darling_core v0.23.0 |
| 1037 | 2026-03-18T10:43:46.640Z | Downloaded darling_core v0.21.3 |
| 1038 | 2026-03-18T10:43:46.640Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1039 | 2026-03-18T10:43:46.663Z | Downloaded newtype_derive v0.1.6 |
| 1040 | 2026-03-18T10:43:46.663Z | Downloaded httparse v1.10.1 |
| 1041 | 2026-03-18T10:43:46.663Z | Downloaded libsw-core v0.3.2 |
| 1042 | 2026-03-18T10:43:46.663Z | Downloaded lazy_static v1.5.0 |
| 1043 | 2026-03-18T10:43:46.663Z | Downloaded knuffel-derive v3.2.0 |
| 1044 | 2026-03-18T10:43:46.663Z | Downloaded hmac v0.12.1 |
| 1045 | 2026-03-18T10:43:46.687Z | Downloaded ar_archive_writer v0.5.1 |
| 1046 | 2026-03-18T10:43:46.687Z | Downloaded indoc v2.0.7 |
| 1047 | 2026-03-18T10:43:46.687Z | Downloaded console v0.16.2 |
| 1048 | 2026-03-18T10:43:46.687Z | Downloaded concurrent-queue v2.5.0 |
| 1049 | 2026-03-18T10:43:46.687Z | Downloaded cmake v0.1.57 |
| 1050 | 2026-03-18T10:43:46.687Z | Downloaded clap_derive v4.5.55 |
| 1051 | 2026-03-18T10:43:46.687Z | Downloaded httpmock v0.8.3 |
| 1052 | 2026-03-18T10:43:46.702Z | Downloaded darling v0.20.11 |
| 1053 | 2026-03-18T10:43:46.702Z | Downloaded crossbeam-utils v0.8.21 |
| 1054 | 2026-03-18T10:43:46.702Z | Downloaded ff v0.13.1 |
| 1055 | 2026-03-18T10:43:46.702Z | Downloaded gethostname v0.5.0 |
| 1056 | 2026-03-18T10:43:46.702Z | Downloaded ed25519 v2.2.3 |
| 1057 | 2026-03-18T10:43:46.702Z | Downloaded fxhash v0.2.1 |
| 1058 | 2026-03-18T10:43:46.702Z | Downloaded futures-task v0.3.32 |
| 1059 | 2026-03-18T10:43:46.702Z | Downloaded futures-sink v0.3.32 |
| 1060 | 2026-03-18T10:43:46.702Z | Downloaded ahash v0.8.12 |
| 1061 | 2026-03-18T10:43:46.702Z | Downloaded derive_builder v0.20.2 |
| 1062 | 2026-03-18T10:43:46.703Z | Downloaded crossbeam-epoch v0.9.18 |
| 1063 | 2026-03-18T10:43:46.703Z | Downloaded either v1.15.0 |
| 1064 | 2026-03-18T10:43:46.703Z | Downloaded defmt v1.0.1 |
| 1065 | 2026-03-18T10:43:46.703Z | Downloaded foreign-types-shared v0.3.1 |
| 1066 | 2026-03-18T10:43:46.703Z | Downloaded diesel-dtrace v0.5.0 |
| 1067 | 2026-03-18T10:43:46.753Z | Downloaded bzip2 v0.6.1 |
| 1068 | 2026-03-18T10:43:46.753Z | Downloaded cargo_toml v0.22.3 |
| 1069 | 2026-03-18T10:43:46.753Z | Downloaded cargo_metadata v0.23.1 |
| 1070 | 2026-03-18T10:43:46.753Z | Downloaded cargo-util-schemas v0.8.2 |
| 1071 | 2026-03-18T10:43:46.753Z | Downloaded camino v1.2.2 |
| 1072 | 2026-03-18T10:43:46.753Z | Downloaded daft v0.1.5 |
| 1073 | 2026-03-18T10:43:46.753Z | Downloaded drift v0.1.3 |
| 1074 | 2026-03-18T10:43:46.759Z | Downloaded daft-derive v0.1.5 |
| 1075 | 2026-03-18T10:43:46.782Z | Downloaded const_format_proc_macros v0.2.34 |
| 1076 | 2026-03-18T10:43:46.783Z | Downloaded byteorder v1.5.0 |
| 1077 | 2026-03-18T10:43:46.783Z | Downloaded buf-list v1.1.2 |
| 1078 | 2026-03-18T10:43:46.783Z | Downloaded bitflags v1.3.2 |
| 1079 | 2026-03-18T10:43:46.784Z | Downloaded bitfield v0.19.4 |
| 1080 | 2026-03-18T10:43:46.784Z | Downloaded assert_cmd v2.1.2 |
| 1081 | 2026-03-18T10:43:46.784Z | Downloaded blowfish v0.9.1 |
| 1082 | 2026-03-18T10:43:46.784Z | Downloaded fastrand v2.3.0 |
| 1083 | 2026-03-18T10:43:46.784Z | Downloaded event-listener-strategy v0.5.4 |
| 1084 | 2026-03-18T10:43:46.784Z | Downloaded bit-vec v0.6.3 |
| 1085 | 2026-03-18T10:43:46.785Z | Downloaded async-bb8-diesel v0.2.1 |
| 1086 | 2026-03-18T10:43:46.785Z | Downloaded cassowary v0.3.0 |
| 1087 | 2026-03-18T10:43:46.785Z | Downloaded criterion-plot v0.6.0 |
| 1088 | 2026-03-18T10:43:46.785Z | Downloaded base64ct v1.8.3 |
| 1089 | 2026-03-18T10:43:46.785Z | Downloaded cipher v0.4.4 |
| 1090 | 2026-03-18T10:43:46.785Z | Downloaded async-object-pool v0.2.0 |
| 1091 | 2026-03-18T10:43:46.785Z | Downloaded adler2 v2.0.1 |
| 1092 | 2026-03-18T10:43:47.196Z | Downloaded aws-lc-sys v0.37.1 |
| 1093 | 2026-03-18T10:43:47.686Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1094 | 2026-03-18T10:43:49.378Z | Startup: Refreshing catalog 'helios' ... Done |
| 1095 | 2026-03-18T10:43:49.515Z | Planning: Solver setup ... Done (0.132s) |
| 1096 | 2026-03-18T10:43:49.528Z | Planning: Running solver ... Done (0.013s) |
| 1097 | 2026-03-18T10:43:49.528Z | Planning: Finding local manifests ... Done (0.002s) |
| 1098 | 2026-03-18T10:43:49.528Z | Planning: Fetching manifests: 0/2 0% complete |
| 1099 | 2026-03-18T10:43:49.528Z | Planning: Fetching manifests: 2/2 100% complete |
| 1100 | 2026-03-18T10:43:49.544Z | Planning: Package planning ... Done (0.018s) |
| 1101 | 2026-03-18T10:43:49.554Z | Planning: Merging actions ... Done (0.002s) |
| 1102 | 2026-03-18T10:43:49.794Z | Planning: Checking for conflicting actions ... Done (0.255s) |
| 1103 | 2026-03-18T10:43:49.798Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1104 | 2026-03-18T10:43:50.775Z | Planning: Evaluating mediators ... Done (0.967s) |
| 1105 | 2026-03-18T10:43:50.785Z | Planning: Planning completed in 1.44 seconds |
| 1106 | 2026-03-18T10:43:51.010Z | Packages to install: 2 |
| 1107 | 2026-03-18T10:43:51.010Z | Estimated space available: 155.80 GB |
| 1108 | 2026-03-18T10:43:51.010Z | Estimated space to be consumed: 14.17 MB |
| 1109 | 2026-03-18T10:43:51.010Z | Create boot environment: No |
| 1110 | 2026-03-18T10:43:51.010Z | Create backup boot environment: No |
| 1111 | 2026-03-18T10:43:51.010Z | Rebuild boot archive: No |
| 1112 | 2026-03-18T10:43:51.014Z | |
| 1113 | 2026-03-18T10:43:51.014Z | Changed packages: |
| 1114 | 2026-03-18T10:43:51.014Z | helios |
| 1115 | 2026-03-18T10:43:51.014Z | developer/build-essential |
| 1116 | 2026-03-18T10:43:51.014Z | None -> 11-3.0 |
| 1117 | 2026-03-18T10:43:51.014Z | library/libxmlsec1 |
| 1118 | 2026-03-18T10:43:51.014Z | None -> 1.2.35-3.0 |
| 1119 | 2026-03-18T10:43:51.045Z | |
| 1120 | 2026-03-18T10:43:51.045Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1121 | 2026-03-18T10:43:51.770Z | Download: Completed 1.28 MB in 0.72 seconds (1.8M/s) |
| 1122 | 2026-03-18T10:43:51.866Z | Actions: 1/268 actions (Installing new actions) |
| 1123 | 2026-03-18T10:43:51.921Z | Actions: Completed 268 actions in 0.06 seconds. |
| 1124 | 2026-03-18T10:43:51.928Z | Finalize: Updating package state database ... Done (0.007s) |
| 1125 | 2026-03-18T10:43:51.928Z | Finalize: Updating package cache ... Done (0.000s) |
| 1126 | 2026-03-18T10:43:51.936Z | Finalize: Updating image state ... Done (0.011s) |
| 1127 | 2026-03-18T10:43:55.308Z | Finalize: Creating fast lookup database ... Done (3.337s) |
| 1128 | 2026-03-18T10:43:55.388Z | Finalize: Reading search index ... Done (0.014s) |
| 1129 | 2026-03-18T10:43:55.399Z | Finalize: Updating search index ... Done (0.000s) |
| 1130 | 2026-03-18T10:43:55.503Z | Finalize: Updating package cache ... Done (0.000s) |
| 1131 | 2026-03-18T10:43:55.877Z | Planning: Evaluating mediator changes ... Done |
| 1132 | 2026-03-18T10:43:56.030Z | Planning: Checking for conflicting actions ... Done |
| 1133 | 2026-03-18T10:43:56.062Z | Planning: Consolidating action changes ... Done |
| 1134 | 2026-03-18T10:43:56.247Z | Planning: Evaluating mediators ... Done |
| 1135 | 2026-03-18T10:43:56.264Z | Planning: Planning completed in 0.38 seconds |
| 1136 | 2026-03-18T10:43:56.290Z | Mediators to change: 2 |
| 1137 | 2026-03-18T10:43:56.290Z | Create boot environment: No |
| 1138 | 2026-03-18T10:43:56.291Z | Create backup boot environment: No |
| 1139 | 2026-03-18T10:43:56.372Z | Finalize: Updating package state database ... Done |
| 1140 | 2026-03-18T10:43:56.372Z | Finalize: Updating package cache ... Done |
| 1141 | 2026-03-18T10:43:56.384Z | Finalize: Updating image state ... Done |
| 1142 | 2026-03-18T10:43:59.131Z | Finalize: Creating fast lookup database ... Done |
| 1143 | 2026-03-18T10:43:59.206Z | Finalize: Reading search index ... Done |
| 1144 | 2026-03-18T10:43:59.214Z | Finalize: Updating search index ... Done |
| 1145 | 2026-03-18T10:43:59.306Z | Finalize: Updating package cache ... Done |
| 1146 | 2026-03-18T10:43:59.679Z | Planning: Evaluating mediator changes ... Done |
| 1147 | 2026-03-18T10:43:59.817Z | Planning: Checking for conflicting actions ... Done |
| 1148 | 2026-03-18T10:43:59.825Z | Planning: Consolidating action changes ... Done |
| 1149 | 2026-03-18T10:44:00.055Z | Planning: Evaluating mediators ... Done |
| 1150 | 2026-03-18T10:44:00.059Z | Planning: Planning completed in 0.38 seconds |
| 1151 | 2026-03-18T10:44:00.086Z | Mediators to change: 1 |
| 1152 | 2026-03-18T10:44:00.086Z | Create boot environment: No |
| 1153 | 2026-03-18T10:44:00.091Z | Create backup boot environment: No |
| 1154 | 2026-03-18T10:44:00.163Z | Finalize: Updating package state database ... Done |
| 1155 | 2026-03-18T10:44:00.163Z | Finalize: Updating package cache ... Done |
| 1156 | 2026-03-18T10:44:00.173Z | Finalize: Updating image state ... Done |
| 1157 | 2026-03-18T10:44:02.934Z | Finalize: Creating fast lookup database ... Done |
| 1158 | 2026-03-18T10:44:03.007Z | Finalize: Reading search index ... Done |
| 1159 | 2026-03-18T10:44:03.011Z | Finalize: Updating search index ... Done |
| 1160 | 2026-03-18T10:44:03.105Z | Finalize: Updating package cache ... Done |
| 1161 | 2026-03-18T10:44:03.521Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1162 | 2026-03-18T10:44:03.521Z | apache system 2.4 system |
| 1163 | 2026-03-18T10:44:03.521Z | clang system 15 system |
| 1164 | 2026-03-18T10:44:03.522Z | csh system system illumos |
| 1165 | 2026-03-18T10:44:03.522Z | ctags system system illumos |
| 1166 | 2026-03-18T10:44:03.522Z | file vendor vendor darwinsys |
| 1167 | 2026-03-18T10:44:03.522Z | file system system illumos |
| 1168 | 2026-03-18T10:44:03.522Z | gcc vendor 14 vendor |
| 1169 | 2026-03-18T10:44:03.522Z | gcc system 13 system |
| 1170 | 2026-03-18T10:44:03.522Z | gcc system 10 system |
| 1171 | 2026-03-18T10:44:03.522Z | go system 1.25 system |
| 1172 | 2026-03-18T10:44:03.522Z | llvm system 15 system |
| 1173 | 2026-03-18T10:44:03.522Z | mariadb system 11.4 system |
| 1174 | 2026-03-18T10:44:03.522Z | mta vendor vendor dma |
| 1175 | 2026-03-18T10:44:03.522Z | openjdk system 17 system |
| 1176 | 2026-03-18T10:44:03.522Z | openjdk system 11 system |
| 1177 | 2026-03-18T10:44:03.522Z | openssl vendor 3 vendor |
| 1178 | 2026-03-18T10:44:03.522Z | perl system 5.40 system |
| 1179 | 2026-03-18T10:44:03.522Z | postgresql system 18 system |
| 1180 | 2026-03-18T10:44:03.522Z | postgresql system 17 system |
| 1181 | 2026-03-18T10:44:03.522Z | python vendor 3 vendor |
| 1182 | 2026-03-18T10:44:03.522Z | python system 2 system |
| 1183 | 2026-03-18T10:44:03.522Z | python3 vendor 3.13 vendor |
| 1184 | 2026-03-18T10:44:03.522Z | ruby system 3.4 system |
| 1185 | 2026-03-18T10:44:03.522Z | ruby system 3.0 system |
| 1186 | 2026-03-18T10:44:03.523Z | words vendor vendor american-english |
| 1187 | 2026-03-18T10:44:03.523Z | words system system australian-english |
| 1188 | 2026-03-18T10:44:03.523Z | words system system british-english |
| 1189 | 2026-03-18T10:44:03.523Z | words system system canadian-english |
| 1190 | 2026-03-18T10:44:03.523Z | words system system french |
| 1191 | 2026-03-18T10:44:03.523Z | words system system italian |
| 1192 | 2026-03-18T10:44:03.523Z | words system system ngerman |
| 1193 | 2026-03-18T10:44:03.523Z | words system system ogerman |
| 1194 | 2026-03-18T10:44:03.523Z | words system system spanish |
| 1195 | 2026-03-18T10:44:03.859Z | PUBLISHER TYPE STATUS P LOCATION |
| 1196 | 2026-03-18T10:44:03.859Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1197 | 2026-03-18T10:44:04.201Z | FMRI IFO |
| 1198 | 2026-03-18T10:44:04.201Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1199 | 2026-03-18T10:44:04.201Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1200 | 2026-03-18T10:44:04.201Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1201 | 2026-03-18T10:44:04.201Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1202 | 2026-03-18T10:44:04.201Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1203 | 2026-03-18T10:44:04.201Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1204 | 2026-03-18T10:44:04.201Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1205 | 2026-03-18T10:44:04.201Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1206 | 2026-03-18T10:44:04.201Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1207 | 2026-03-18T10:44:04.934Z | Downloading crates ... |
| 1208 | 2026-03-18T10:44:05.002Z | Downloaded cargo_toml v0.21.0 |
| 1209 | 2026-03-18T10:44:05.069Z | Compiling proc-macro2 v1.0.106 |
| 1210 | 2026-03-18T10:44:05.069Z | Compiling unicode-ident v1.0.24 |
| 1211 | 2026-03-18T10:44:05.072Z | Compiling quote v1.0.44 |
| 1212 | 2026-03-18T10:44:05.072Z | Compiling serde_core v1.0.228 |
| 1213 | 2026-03-18T10:44:05.072Z | Compiling libc v0.2.180 |
| 1214 | 2026-03-18T10:44:05.072Z | Compiling version_check v0.9.5 |
| 1215 | 2026-03-18T10:44:05.072Z | Compiling memchr v2.8.0 |
| 1216 | 2026-03-18T10:44:05.073Z | Compiling stable_deref_trait v1.2.1 |
| 1217 | 2026-03-18T10:44:05.073Z | Compiling serde v1.0.228 |
| 1218 | 2026-03-18T10:44:05.073Z | Compiling zmij v1.0.21 |
| 1219 | 2026-03-18T10:44:05.169Z | Compiling ucd-trie v0.1.7 |
| 1220 | 2026-03-18T10:44:05.174Z | Compiling itoa v1.0.17 |
| 1221 | 2026-03-18T10:44:05.174Z | Compiling autocfg v1.5.0 |
| 1222 | 2026-03-18T10:44:05.174Z | Compiling thiserror v1.0.69 |
| 1223 | 2026-03-18T10:44:05.174Z | Compiling writeable v0.6.2 |
| 1224 | 2026-03-18T10:44:05.361Z | Compiling litemap v0.8.1 |
| 1225 | 2026-03-18T10:44:05.523Z | Compiling rustix v1.1.3 |
| 1226 | 2026-03-18T10:44:05.555Z | Compiling byteorder v1.5.0 |
| 1227 | 2026-03-18T10:44:05.637Z | Compiling icu_properties_data v2.1.2 |
| 1228 | 2026-03-18T10:44:05.650Z | Compiling icu_normalizer_data v2.1.1 |
| 1229 | 2026-03-18T10:44:05.725Z | Compiling serde_json v1.0.149 |
| 1230 | 2026-03-18T10:44:05.739Z | Compiling pest v2.8.6 |
| 1231 | 2026-03-18T10:44:05.879Z | Compiling bitflags v2.11.0 |
| 1232 | 2026-03-18T10:44:05.882Z | Compiling num-traits v0.2.19 |
| 1233 | 2026-03-18T10:44:05.945Z | Compiling hashbrown v0.16.1 |
| 1234 | 2026-03-18T10:44:06.049Z | Compiling typeid v1.0.3 |
| 1235 | 2026-03-18T10:44:06.109Z | Compiling smallvec v1.15.1 |
| 1236 | 2026-03-18T10:44:06.205Z | Compiling equivalent v1.0.2 |
| 1237 | 2026-03-18T10:44:06.223Z | Compiling proc-macro-error-attr v1.0.4 |
| 1238 | 2026-03-18T10:44:06.224Z | Compiling usdt-impl v0.5.0 |
| 1239 | 2026-03-18T10:44:06.244Z | Compiling winnow v0.7.14 |
| 1240 | 2026-03-18T10:44:06.244Z | Compiling toml_write v0.1.2 |
| 1241 | 2026-03-18T10:44:06.271Z | Compiling syn v1.0.109 |
| 1242 | 2026-03-18T10:44:06.289Z | Compiling erased-serde v0.4.9 |
| 1243 | 2026-03-18T10:44:06.317Z | Compiling proc-macro-error v1.0.4 |
| 1244 | 2026-03-18T10:44:06.363Z | Compiling errno v0.3.14 |
| 1245 | 2026-03-18T10:44:06.380Z | Compiling thread-id v4.2.2 |
| 1246 | 2026-03-18T10:44:06.472Z | Compiling plain v0.2.3 |
| 1247 | 2026-03-18T10:44:06.490Z | Compiling thiserror v2.0.18 |
| 1248 | 2026-03-18T10:44:06.554Z | Compiling utf8parse v0.2.2 |
| 1249 | 2026-03-18T10:44:06.560Z | Compiling getrandom v0.4.1 |
| 1250 | 2026-03-18T10:44:06.609Z | Compiling indexmap v2.13.0 |
| 1251 | 2026-03-18T10:44:06.694Z | Compiling percent-encoding v2.3.2 |
| 1252 | 2026-03-18T10:44:06.712Z | Compiling utf8_iter v1.0.4 |
| 1253 | 2026-03-18T10:44:06.731Z | Compiling camino v1.2.2 |
| 1254 | 2026-03-18T10:44:06.743Z | Compiling log v0.4.29 |
| 1255 | 2026-03-18T10:44:06.747Z | Compiling anstyle-parse v0.2.7 |
| 1256 | 2026-03-18T10:44:06.941Z | Compiling syn v2.0.117 |
| 1257 | 2026-03-18T10:44:07.024Z | Compiling form_urlencoded v1.2.2 |
| 1258 | 2026-03-18T10:44:07.109Z | Compiling colorchoice v1.0.4 |
| 1259 | 2026-03-18T10:44:07.212Z | Compiling anstyle-query v1.1.5 |
| 1260 | 2026-03-18T10:44:07.244Z | Compiling is_terminal_polyfill v1.70.2 |
| 1261 | 2026-03-18T10:44:07.259Z | Compiling pretty-hex v0.4.1 |
| 1262 | 2026-03-18T10:44:07.277Z | Compiling cfg-if v1.0.4 |
| 1263 | 2026-03-18T10:44:07.284Z | Compiling anstyle v1.0.13 |
| 1264 | 2026-03-18T10:44:07.343Z | Compiling pest_meta v2.8.6 |
| 1265 | 2026-03-18T10:44:07.356Z | Compiling ordered-float v2.10.1 |
| 1266 | 2026-03-18T10:44:07.448Z | Compiling fs-err v3.3.0 |
| 1267 | 2026-03-18T10:44:07.501Z | Compiling bytecount v0.6.9 |
| 1268 | 2026-03-18T10:44:07.508Z | Compiling anstream v0.6.21 |
| 1269 | 2026-03-18T10:44:07.597Z | Compiling heck v0.4.1 |
| 1270 | 2026-03-18T10:44:07.616Z | Compiling strsim v0.11.1 |
| 1271 | 2026-03-18T10:44:07.628Z | Compiling heck v0.5.0 |
| 1272 | 2026-03-18T10:44:07.641Z | Compiling fnv v1.0.7 |
| 1273 | 2026-03-18T10:44:07.665Z | Compiling anyhow v1.0.102 |
| 1274 | 2026-03-18T10:44:07.698Z | Compiling fastrand v2.3.0 |
| 1275 | 2026-03-18T10:44:07.721Z | Compiling once_cell v1.21.3 |
| 1276 | 2026-03-18T10:44:07.790Z | Compiling terminal_size v0.4.3 |
| 1277 | 2026-03-18T10:44:07.884Z | Compiling unicode-xid v0.2.6 |
| 1278 | 2026-03-18T10:44:07.924Z | Compiling clap_lex v1.0.0 |
| 1279 | 2026-03-18T10:44:07.947Z | Compiling unicode-width v0.1.14 |
| 1280 | 2026-03-18T10:44:07.958Z | Compiling tempfile v3.25.0 |
| 1281 | 2026-03-18T10:44:08.048Z | Compiling memmap v0.7.0 |
| 1282 | 2026-03-18T10:44:08.094Z | Compiling unicode-width v0.2.0 |
| 1283 | 2026-03-18T10:44:08.135Z | Compiling smawk v0.3.2 |
| 1284 | 2026-03-18T10:44:08.150Z | Compiling unicode-linebreak v0.1.5 |
| 1285 | 2026-03-18T10:44:08.192Z | Compiling clap_builder v4.5.60 |
| 1286 | 2026-03-18T10:44:08.339Z | Compiling semver v1.0.27 |
| 1287 | 2026-03-18T10:44:08.407Z | Compiling papergrid v0.11.0 |
| 1288 | 2026-03-18T10:44:08.493Z | Compiling textwrap v0.16.2 |
| 1289 | 2026-03-18T10:44:08.547Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1290 | 2026-03-18T10:44:08.767Z | Compiling camino-tempfile v1.4.1 |
| 1291 | 2026-03-18T10:44:08.861Z | Compiling swrite v0.1.0 |
| 1292 | 2026-03-18T10:44:08.890Z | Compiling serde-untagged v0.1.9 |
| 1293 | 2026-03-18T10:44:09.316Z | Compiling tabled_derive v0.7.0 |
| 1294 | 2026-03-18T10:44:10.181Z | Compiling tabled v0.15.0 |
| 1295 | 2026-03-18T10:44:10.537Z | Compiling synstructure v0.13.2 |
| 1296 | 2026-03-18T10:44:10.537Z | Compiling pest_generator v2.8.6 |
| 1297 | 2026-03-18T10:44:11.327Z | Compiling serde_derive v1.0.228 |
| 1298 | 2026-03-18T10:44:11.330Z | Compiling zerofrom-derive v0.1.6 |
| 1299 | 2026-03-18T10:44:11.330Z | Compiling yoke-derive v0.8.1 |
| 1300 | 2026-03-18T10:44:11.330Z | Compiling zerovec-derive v0.11.2 |
| 1301 | 2026-03-18T10:44:11.330Z | Compiling displaydoc v0.2.5 |
| 1302 | 2026-03-18T10:44:11.330Z | Compiling thiserror-impl v1.0.69 |
| 1303 | 2026-03-18T10:44:11.330Z | Compiling zerocopy-derive v0.7.35 |
| 1304 | 2026-03-18T10:44:11.330Z | Compiling pest_derive v2.8.6 |
| 1305 | 2026-03-18T10:44:11.330Z | Compiling scroll_derive v0.12.1 |
| 1306 | 2026-03-18T10:44:11.330Z | Compiling thiserror-impl v2.0.18 |
| 1307 | 2026-03-18T10:44:11.330Z | Compiling clap_derive v4.5.55 |
| 1308 | 2026-03-18T10:44:12.124Z | Compiling scroll v0.12.0 |
| 1309 | 2026-03-18T10:44:12.272Z | Compiling zerocopy v0.7.35 |
| 1310 | 2026-03-18T10:44:12.418Z | Compiling goblin v0.8.2 |
| 1311 | 2026-03-18T10:44:12.696Z | Compiling zerofrom v0.1.6 |
| 1312 | 2026-03-18T10:44:12.837Z | Compiling yoke v0.8.1 |
| 1313 | 2026-03-18T10:44:12.916Z | Compiling dtrace-parser v0.2.0 |
| 1314 | 2026-03-18T10:44:13.021Z | Compiling zerovec v0.11.5 |
| 1315 | 2026-03-18T10:44:13.021Z | Compiling zerotrie v0.2.3 |
| 1316 | 2026-03-18T10:44:13.166Z | Compiling clap v4.5.60 |
| 1317 | 2026-03-18T10:44:13.634Z | Compiling tinystr v0.8.2 |
| 1318 | 2026-03-18T10:44:13.634Z | Compiling potential_utf v0.1.4 |
| 1319 | 2026-03-18T10:44:13.764Z | Compiling icu_collections v2.1.1 |
| 1320 | 2026-03-18T10:44:13.838Z | Compiling icu_locale_core v2.1.1 |
| 1321 | 2026-03-18T10:44:14.596Z | Compiling icu_provider v2.1.1 |
| 1322 | 2026-03-18T10:44:14.610Z | Compiling toml_datetime v0.6.11 |
| 1323 | 2026-03-18T10:44:14.611Z | Compiling serde_spanned v0.6.9 |
| 1324 | 2026-03-18T10:44:14.615Z | Compiling serde-value v0.7.0 |
| 1325 | 2026-03-18T10:44:14.615Z | Compiling cargo-platform v0.2.0 |
| 1326 | 2026-03-18T10:44:14.615Z | Compiling macaddr v1.0.1 |
| 1327 | 2026-03-18T10:44:14.624Z | Compiling dof v0.3.0 |
| 1328 | 2026-03-18T10:44:14.627Z | Compiling serde_tokenstream v0.2.3 |
| 1329 | 2026-03-18T10:44:14.836Z | Compiling toml_edit v0.22.27 |
| 1330 | 2026-03-18T10:44:14.880Z | Compiling icu_properties v2.1.2 |
| 1331 | 2026-03-18T10:44:14.880Z | Compiling icu_normalizer v2.1.1 |
| 1332 | 2026-03-18T10:44:15.511Z | Compiling usdt-attr-macro v0.5.0 |
| 1333 | 2026-03-18T10:44:15.511Z | Compiling usdt-macro v0.5.0 |
| 1334 | 2026-03-18T10:44:16.026Z | Compiling idna_adapter v1.2.1 |
| 1335 | 2026-03-18T10:44:16.149Z | Compiling idna v1.1.0 |
| 1336 | 2026-03-18T10:44:16.239Z | Compiling usdt v0.5.0 |
| 1337 | 2026-03-18T10:44:16.474Z | Compiling url v2.5.8 |
| 1338 | 2026-03-18T10:44:16.571Z | Compiling toml v0.8.23 |
| 1339 | 2026-03-18T10:44:17.020Z | Compiling cargo-util-schemas v0.8.2 |
| 1340 | 2026-03-18T10:44:17.020Z | Compiling cargo_toml v0.21.0 |
| 1341 | 2026-03-18T10:44:18.146Z | Compiling cargo_metadata v0.21.0 |
| 1342 | 2026-03-18T10:44:19.404Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1343 | 2026-03-18T10:44:22.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s |
| 1344 | 2026-03-18T10:44:22.300Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1345 | 2026-03-18T10:44:23.331Z | Compiling libc v0.2.180 |
| 1346 | 2026-03-18T10:44:23.336Z | Compiling serde v1.0.228 |
| 1347 | 2026-03-18T10:44:23.336Z | Compiling log v0.4.29 |
| 1348 | 2026-03-18T10:44:23.336Z | Compiling shlex v1.3.0 |
| 1349 | 2026-03-18T10:44:23.336Z | Compiling find-msvc-tools v0.1.9 |
| 1350 | 2026-03-18T10:44:23.336Z | Compiling smallvec v1.15.1 |
| 1351 | 2026-03-18T10:44:23.336Z | Compiling typenum v1.19.0 |
| 1352 | 2026-03-18T10:44:23.336Z | Compiling subtle v2.6.1 |
| 1353 | 2026-03-18T10:44:23.473Z | Compiling generic-array v0.14.7 |
| 1354 | 2026-03-18T10:44:23.476Z | Compiling scopeguard v1.2.0 |
| 1355 | 2026-03-18T10:44:23.476Z | Compiling portable-atomic v1.13.1 |
| 1356 | 2026-03-18T10:44:23.476Z | Compiling const-oid v0.9.6 |
| 1357 | 2026-03-18T10:44:23.476Z | Compiling critical-section v1.2.0 |
| 1358 | 2026-03-18T10:44:23.477Z | Compiling zerocopy v0.8.40 |
| 1359 | 2026-03-18T10:44:23.477Z | Compiling syn v2.0.117 |
| 1360 | 2026-03-18T10:44:23.482Z | Compiling pin-project-lite v0.2.17 |
| 1361 | 2026-03-18T10:44:23.754Z | Compiling parking_lot_core v0.9.12 |
| 1362 | 2026-03-18T10:44:23.777Z | Compiling lock_api v0.4.14 |
| 1363 | 2026-03-18T10:44:23.797Z | Compiling serde_json v1.0.149 |
| 1364 | 2026-03-18T10:44:23.821Z | Compiling pkg-config v0.3.32 |
| 1365 | 2026-03-18T10:44:23.951Z | Compiling bitflags v2.11.0 |
| 1366 | 2026-03-18T10:44:23.973Z | Compiling libm v0.2.16 |
| 1367 | 2026-03-18T10:44:23.976Z | Compiling num-traits v0.2.19 |
| 1368 | 2026-03-18T10:44:23.997Z | Compiling futures-core v0.3.32 |
| 1369 | 2026-03-18T10:44:24.101Z | Compiling percent-encoding v2.3.2 |
| 1370 | 2026-03-18T10:44:24.122Z | Compiling allocator-api2 v0.2.21 |
| 1371 | 2026-03-18T10:44:24.190Z | Compiling cpufeatures v0.2.17 |
| 1372 | 2026-03-18T10:44:24.232Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-03-18T10:44:24.313Z | Compiling foldhash v0.2.0 |
| 1374 | 2026-03-18T10:44:24.355Z | Compiling slab v0.4.12 |
| 1375 | 2026-03-18T10:44:24.376Z | Compiling futures-io v0.3.32 |
| 1376 | 2026-03-18T10:44:24.379Z | Compiling futures-task v0.3.32 |
| 1377 | 2026-03-18T10:44:24.420Z | Compiling futures-channel v0.3.32 |
| 1378 | 2026-03-18T10:44:24.480Z | Compiling getrandom v0.4.1 |
| 1379 | 2026-03-18T10:44:24.556Z | Compiling hashbrown v0.16.1 |
| 1380 | 2026-03-18T10:44:24.575Z | Compiling rustversion v1.0.22 |
| 1381 | 2026-03-18T10:44:24.603Z | Compiling rand_core v0.10.0 |
| 1382 | 2026-03-18T10:44:24.623Z | Compiling getrandom v0.3.4 |
| 1383 | 2026-03-18T10:44:24.644Z | Compiling form_urlencoded v1.2.2 |
| 1384 | 2026-03-18T10:44:24.668Z | Compiling getrandom v0.2.17 |
| 1385 | 2026-03-18T10:44:24.689Z | Compiling jobserver v0.1.34 |
| 1386 | 2026-03-18T10:44:24.712Z | Compiling errno v0.3.14 |
| 1387 | 2026-03-18T10:44:24.784Z | Compiling mio v1.1.1 |
| 1388 | 2026-03-18T10:44:24.823Z | Compiling socket2 v0.6.2 |
| 1389 | 2026-03-18T10:44:24.884Z | Compiling rand_core v0.6.4 |
| 1390 | 2026-03-18T10:44:24.916Z | Compiling once_cell v1.21.3 |
| 1391 | 2026-03-18T10:44:24.936Z | Compiling signal-hook-registry v1.4.8 |
| 1392 | 2026-03-18T10:44:24.965Z | Compiling cc v1.2.56 |
| 1393 | 2026-03-18T10:44:25.024Z | Compiling parking_lot v0.12.5 |
| 1394 | 2026-03-18T10:44:25.201Z | Compiling ident_case v1.0.1 |
| 1395 | 2026-03-18T10:44:25.225Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-03-18T10:44:25.228Z | Compiling dunce v1.0.5 |
| 1397 | 2026-03-18T10:44:25.291Z | Compiling indexmap v2.13.0 |
| 1398 | 2026-03-18T10:44:25.311Z | Compiling base64ct v1.8.3 |
| 1399 | 2026-03-18T10:44:25.343Z | Compiling flagset v0.4.7 |
| 1400 | 2026-03-18T10:44:25.368Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-03-18T10:44:25.386Z | Compiling rustix v1.1.3 |
| 1402 | 2026-03-18T10:44:25.411Z | Compiling uuid v1.21.0 |
| 1403 | 2026-03-18T10:44:25.411Z | Compiling rustc_version v0.4.1 |
| 1404 | 2026-03-18T10:44:25.452Z | Compiling vcpkg v0.2.15 |
| 1405 | 2026-03-18T10:44:25.519Z | Compiling regex-syntax v0.8.10 |
| 1406 | 2026-03-18T10:44:25.546Z | Compiling aws-lc-rs v1.16.0 |
| 1407 | 2026-03-18T10:44:25.588Z | Compiling tracing-core v0.1.36 |
| 1408 | 2026-03-18T10:44:25.705Z | Compiling pem-rfc7468 v0.7.0 |
| 1409 | 2026-03-18T10:44:25.814Z | Compiling rand_core v0.9.5 |
| 1410 | 2026-03-18T10:44:25.862Z | Compiling crossbeam-utils v0.8.21 |
| 1411 | 2026-03-18T10:44:25.924Z | Compiling cmake v0.1.57 |
| 1412 | 2026-03-18T10:44:25.944Z | Compiling base64 v0.22.1 |
| 1413 | 2026-03-18T10:44:26.054Z | Compiling untrusted v0.9.0 |
| 1414 | 2026-03-18T10:44:26.124Z | Compiling openssl-probe v0.2.1 |
| 1415 | 2026-03-18T10:44:26.128Z | Compiling httparse v1.10.1 |
| 1416 | 2026-03-18T10:44:26.204Z | Compiling syn v1.0.109 |
| 1417 | 2026-03-18T10:44:26.210Z | Compiling schemars v0.8.22 |
| 1418 | 2026-03-18T10:44:26.225Z | Compiling untrusted v0.7.1 |
| 1419 | 2026-03-18T10:44:26.340Z | Compiling dyn-clone v1.0.20 |
| 1420 | 2026-03-18T10:44:26.360Z | Compiling rustls v0.23.37 |
| 1421 | 2026-03-18T10:44:26.380Z | Compiling tinyvec_macros v0.1.1 |
| 1422 | 2026-03-18T10:44:26.399Z | Compiling tower-layer v0.3.3 |
| 1423 | 2026-03-18T10:44:26.424Z | Compiling tower-service v0.3.3 |
| 1424 | 2026-03-18T10:44:26.462Z | Compiling atomic-waker v1.1.2 |
| 1425 | 2026-03-18T10:44:26.485Z | Compiling try-lock v0.2.5 |
| 1426 | 2026-03-18T10:44:26.485Z | Compiling tinyvec v1.10.0 |
| 1427 | 2026-03-18T10:44:26.528Z | Compiling spin v0.9.8 |
| 1428 | 2026-03-18T10:44:26.571Z | Compiling aho-corasick v1.1.4 |
| 1429 | 2026-03-18T10:44:26.596Z | Compiling crc32fast v1.5.0 |
| 1430 | 2026-03-18T10:44:26.639Z | Compiling want v0.3.1 |
| 1431 | 2026-03-18T10:44:26.644Z | Compiling num-conv v0.2.0 |
| 1432 | 2026-03-18T10:44:26.644Z | Compiling httpdate v1.0.3 |
| 1433 | 2026-03-18T10:44:26.644Z | Compiling openssl v0.10.75 |
| 1434 | 2026-03-18T10:44:26.644Z | Compiling foreign-types-shared v0.1.1 |
| 1435 | 2026-03-18T10:44:26.808Z | Compiling time-core v0.1.8 |
| 1436 | 2026-03-18T10:44:26.830Z | Compiling powerfmt v0.2.0 |
| 1437 | 2026-03-18T10:44:26.850Z | Compiling pin-utils v0.1.0 |
| 1438 | 2026-03-18T10:44:26.874Z | Compiling foreign-types v0.3.2 |
| 1439 | 2026-03-18T10:44:26.952Z | Compiling wait-timeout v0.2.1 |
| 1440 | 2026-03-18T10:44:26.976Z | Compiling usdt-impl v0.6.0 |
| 1441 | 2026-03-18T10:44:26.979Z | Compiling num_threads v0.1.7 |
| 1442 | 2026-03-18T10:44:27.039Z | Compiling deranged v0.5.8 |
| 1443 | 2026-03-18T10:44:27.041Z | Compiling time-macros v0.2.27 |
| 1444 | 2026-03-18T10:44:27.041Z | Compiling simd-adler32 v0.3.8 |
| 1445 | 2026-03-18T10:44:27.078Z | Compiling bit-vec v0.8.0 |
| 1446 | 2026-03-18T10:44:27.103Z | Compiling siphasher v1.0.2 |
| 1447 | 2026-03-18T10:44:27.144Z | Compiling aws-lc-sys v0.37.1 |
| 1448 | 2026-03-18T10:44:27.148Z | Compiling ring v0.17.14 |
| 1449 | 2026-03-18T10:44:27.148Z | Compiling openssl-sys v0.9.111 |
| 1450 | 2026-03-18T10:44:27.209Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1451 | 2026-03-18T10:44:27.294Z | Compiling either v1.15.0 |
| 1452 | 2026-03-18T10:44:27.317Z | Compiling native-tls v0.2.18 |
| 1453 | 2026-03-18T10:44:27.385Z | Compiling quick-error v1.2.3 |
| 1454 | 2026-03-18T10:44:27.407Z | Compiling bit-set v0.8.0 |
| 1455 | 2026-03-18T10:44:27.471Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1456 | 2026-03-18T10:44:27.558Z | Compiling synstructure v0.13.2 |
| 1457 | 2026-03-18T10:44:27.616Z | Compiling serde_derive_internals v0.29.1 |
| 1458 | 2026-03-18T10:44:27.637Z | Compiling pest_generator v2.8.6 |
| 1459 | 2026-03-18T10:44:27.660Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-03-18T10:44:27.840Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-03-18T10:44:27.873Z | Compiling tempfile v3.25.0 |
| 1462 | 2026-03-18T10:44:28.437Z | Compiling rusty-fork v0.3.1 |
| 1463 | 2026-03-18T10:44:28.489Z | Compiling darling_core v0.21.3 |
| 1464 | 2026-03-18T10:44:28.584Z | Compiling time v0.3.47 |
| 1465 | 2026-03-18T10:44:28.646Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-03-18T10:44:28.782Z | Compiling crossbeam-epoch v0.9.18 |
| 1467 | 2026-03-18T10:44:28.825Z | Compiling slog v2.8.2 |
| 1468 | 2026-03-18T10:44:28.848Z | Compiling rand_xorshift v0.4.0 |
| 1469 | 2026-03-18T10:44:28.871Z | Compiling heapless v0.7.17 |
| 1470 | 2026-03-18T10:44:28.908Z | Compiling thread-id v5.1.0 |
| 1471 | 2026-03-18T10:44:29.016Z | Compiling sync_wrapper v1.0.2 |
| 1472 | 2026-03-18T10:44:29.037Z | Compiling cookie v0.18.1 |
| 1473 | 2026-03-18T10:44:29.063Z | Compiling adler2 v2.0.1 |
| 1474 | 2026-03-18T10:44:29.084Z | Compiling anyhow v1.0.102 |
| 1475 | 2026-03-18T10:44:29.160Z | Compiling rayon-core v1.13.0 |
| 1476 | 2026-03-18T10:44:29.197Z | Compiling unicode-properties v0.1.4 |
| 1477 | 2026-03-18T10:44:29.245Z | Compiling unicode-segmentation v1.12.0 |
| 1478 | 2026-03-18T10:44:29.267Z | Compiling unarray v0.1.4 |
| 1479 | 2026-03-18T10:44:29.290Z | Compiling unicode-bidi v0.3.18 |
| 1480 | 2026-03-18T10:44:29.293Z | Compiling paste v1.0.15 |
| 1481 | 2026-03-18T10:44:29.398Z | Compiling zstd-safe v7.2.4 |
| 1482 | 2026-03-18T10:44:29.426Z | Compiling signal-hook v0.3.18 |
| 1483 | 2026-03-18T10:44:29.682Z | Compiling miniz_oxide v0.8.9 |
| 1484 | 2026-03-18T10:44:29.685Z | Compiling crossbeam-deque v0.8.6 |
| 1485 | 2026-03-18T10:44:29.775Z | Compiling stringprep v0.1.5 |
| 1486 | 2026-03-18T10:44:29.795Z | Compiling num-integer v0.1.46 |
| 1487 | 2026-03-18T10:44:29.835Z | Compiling vergen-lib v0.1.6 |
| 1488 | 2026-03-18T10:44:29.962Z | Compiling curve25519-dalek v4.1.3 |
| 1489 | 2026-03-18T10:44:30.054Z | Compiling ff v0.13.1 |
| 1490 | 2026-03-18T10:44:30.080Z | Compiling hash32 v0.2.1 |
| 1491 | 2026-03-18T10:44:30.144Z | Compiling serde_derive v1.0.228 |
| 1492 | 2026-03-18T10:44:30.238Z | Compiling zeroize_derive v1.4.3 |
| 1493 | 2026-03-18T10:44:30.263Z | Compiling zerofrom-derive v0.1.6 |
| 1494 | 2026-03-18T10:44:30.343Z | Compiling yoke-derive v0.8.1 |
| 1495 | 2026-03-18T10:44:30.383Z | Compiling zerocopy-derive v0.8.40 |
| 1496 | 2026-03-18T10:44:30.403Z | Compiling zerovec-derive v0.11.2 |
| 1497 | 2026-03-18T10:44:30.530Z | Compiling displaydoc v0.2.5 |
| 1498 | 2026-03-18T10:44:30.780Z | Compiling tokio-macros v2.6.0 |
| 1499 | 2026-03-18T10:44:30.823Z | Compiling futures-macro v0.3.32 |
| 1500 | 2026-03-18T10:44:31.021Z | Compiling der_derive v0.7.3 |
| 1501 | 2026-03-18T10:44:31.104Z | Compiling zeroize v1.8.2 |
| 1502 | 2026-03-18T10:44:31.525Z | Compiling thiserror-impl v2.0.18 |
| 1503 | 2026-03-18T10:44:31.753Z | Compiling rustls-pki-types v1.14.0 |
| 1504 | 2026-03-18T10:44:31.910Z | Compiling tracing-attributes v0.1.31 |
| 1505 | 2026-03-18T10:44:31.956Z | Compiling futures-util v0.3.32 |
| 1506 | 2026-03-18T10:44:31.967Z | Compiling pest_derive v2.8.6 |
| 1507 | 2026-03-18T10:44:32.108Z | Compiling crypto-common v0.1.7 |
| 1508 | 2026-03-18T10:44:32.172Z | Compiling block-buffer v0.10.4 |
| 1509 | 2026-03-18T10:44:32.216Z | Compiling zerofrom v0.1.6 |
| 1510 | 2026-03-18T10:44:32.303Z | Compiling block-padding v0.3.3 |
| 1511 | 2026-03-18T10:44:32.341Z | Compiling der v0.7.10 |
| 1512 | 2026-03-18T10:44:32.363Z | Compiling yoke v0.8.1 |
| 1513 | 2026-03-18T10:44:32.382Z | Compiling digest v0.10.7 |
| 1514 | 2026-03-18T10:44:32.408Z | Compiling schemars_derive v0.8.22 |
| 1515 | 2026-03-18T10:44:32.519Z | Compiling inout v0.1.4 |
| 1516 | 2026-03-18T10:44:32.541Z | Compiling scroll_derive v0.13.1 |
| 1517 | 2026-03-18T10:44:32.564Z | Compiling darling_macro v0.20.11 |
| 1518 | 2026-03-18T10:44:32.623Z | Compiling zerovec v0.11.5 |
| 1519 | 2026-03-18T10:44:32.735Z | Compiling zerotrie v0.2.3 |
| 1520 | 2026-03-18T10:44:32.755Z | Compiling hmac v0.12.1 |
| 1521 | 2026-03-18T10:44:32.968Z | Compiling cipher v0.4.4 |
| 1522 | 2026-03-18T10:44:33.198Z | Compiling sha2 v0.10.9 |
| 1523 | 2026-03-18T10:44:33.219Z | Compiling pbkdf2 v0.12.2 |
| 1524 | 2026-03-18T10:44:33.379Z | Compiling tinystr v0.8.2 |
| 1525 | 2026-03-18T10:44:33.403Z | Compiling potential_utf v0.1.4 |
| 1526 | 2026-03-18T10:44:33.403Z | Compiling salsa20 v0.10.2 |
| 1527 | 2026-03-18T10:44:33.441Z | Compiling thiserror v2.0.18 |
| 1528 | 2026-03-18T10:44:33.586Z | Compiling icu_collections v2.1.1 |
| 1529 | 2026-03-18T10:44:33.611Z | Compiling icu_locale_core v2.1.1 |
| 1530 | 2026-03-18T10:44:33.636Z | Compiling spki v0.7.3 |
| 1531 | 2026-03-18T10:44:33.660Z | Compiling scrypt v0.11.0 |
| 1532 | 2026-03-18T10:44:33.687Z | Compiling aes v0.8.4 |
| 1533 | 2026-03-18T10:44:33.735Z | Compiling cbc v0.1.2 |
| 1534 | 2026-03-18T10:44:33.857Z | Compiling tracing v0.1.44 |
| 1535 | 2026-03-18T10:44:33.927Z | Compiling scroll v0.13.0 |
| 1536 | 2026-03-18T10:44:33.952Z | Compiling darling v0.20.11 |
| 1537 | 2026-03-18T10:44:34.019Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2026-03-18T10:44:34.070Z | Compiling thiserror-impl v1.0.69 |
| 1539 | 2026-03-18T10:44:34.128Z | Compiling derive_builder_core v0.20.2 |
| 1540 | 2026-03-18T10:44:34.239Z | Compiling goblin v0.10.5 |
| 1541 | 2026-03-18T10:44:34.242Z | Compiling dtrace-parser v0.3.0 |
| 1542 | 2026-03-18T10:44:34.281Z | Compiling pkcs5 v0.7.1 |
| 1543 | 2026-03-18T10:44:34.305Z | Compiling signature v2.2.0 |
| 1544 | 2026-03-18T10:44:34.547Z | Compiling icu_provider v2.1.1 |
| 1545 | 2026-03-18T10:44:34.879Z | Compiling bytes v1.11.1 |
| 1546 | 2026-03-18T10:44:34.951Z | Compiling icu_normalizer v2.1.1 |
| 1547 | 2026-03-18T10:44:34.979Z | Compiling icu_properties v2.1.2 |
| 1548 | 2026-03-18T10:44:34.985Z | Compiling chrono v0.4.44 |
| 1549 | 2026-03-18T10:44:35.017Z | Compiling pkcs8 v0.10.2 |
| 1550 | 2026-03-18T10:44:35.096Z | Compiling ipnet v2.11.0 |
| 1551 | 2026-03-18T10:44:35.174Z | Compiling rustls-native-certs v0.8.3 |
| 1552 | 2026-03-18T10:44:35.203Z | Compiling scroll_derive v0.12.1 |
| 1553 | 2026-03-18T10:44:35.333Z | Compiling toml_datetime v0.6.11 |
| 1554 | 2026-03-18T10:44:35.354Z | Compiling derive_builder_macro v0.20.2 |
| 1555 | 2026-03-18T10:44:35.448Z | Compiling serde_tokenstream v0.2.3 |
| 1556 | 2026-03-18T10:44:35.522Z | Compiling serde_spanned v0.6.9 |
| 1557 | 2026-03-18T10:44:35.679Z | Compiling tokio v1.49.0 |
| 1558 | 2026-03-18T10:44:35.701Z | Compiling http v1.4.0 |
| 1559 | 2026-03-18T10:44:35.723Z | Compiling erased-serde v0.3.31 |
| 1560 | 2026-03-18T10:44:35.750Z | Compiling md-5 v0.10.6 |
| 1561 | 2026-03-18T10:44:35.803Z | Compiling webpki-roots v1.0.6 |
| 1562 | 2026-03-18T10:44:35.826Z | Compiling thiserror v1.0.69 |
| 1563 | 2026-03-18T10:44:35.867Z | Compiling darling_macro v0.21.3 |
| 1564 | 2026-03-18T10:44:35.973Z | Compiling zerocopy-derive v0.7.35 |
| 1565 | 2026-03-18T10:44:36.002Z | Compiling memoffset v0.9.1 |
| 1566 | 2026-03-18T10:44:36.002Z | Compiling fallible-iterator v0.2.0 |
| 1567 | 2026-03-18T10:44:36.002Z | Compiling smoltcp v0.9.1 |
| 1568 | 2026-03-18T10:44:36.091Z | Compiling scroll v0.12.0 |
| 1569 | 2026-03-18T10:44:36.238Z | Compiling idna_adapter v1.2.1 |
| 1570 | 2026-03-18T10:44:36.424Z | Compiling idna v1.1.0 |
| 1571 | 2026-03-18T10:44:36.451Z | Compiling base16ct v0.2.0 |
| 1572 | 2026-03-18T10:44:36.470Z | Compiling cfg_aliases v0.2.1 |
| 1573 | 2026-03-18T10:44:36.491Z | Compiling rustix v0.38.44 |
| 1574 | 2026-03-18T10:44:36.492Z | Compiling ref-cast v1.0.25 |
| 1575 | 2026-03-18T10:44:36.539Z | Compiling iri-string v0.7.10 |
| 1576 | 2026-03-18T10:44:36.561Z | Compiling psl-types v2.0.11 |
| 1577 | 2026-03-18T10:44:36.581Z | Compiling http-body v1.0.1 |
| 1578 | 2026-03-18T10:44:36.686Z | Compiling ppv-lite86 v0.2.21 |
| 1579 | 2026-03-18T10:44:36.733Z | Compiling num-bigint-dig v0.8.6 |
| 1580 | 2026-03-18T10:44:36.793Z | Compiling http-body-util v0.1.3 |
| 1581 | 2026-03-18T10:44:36.911Z | Compiling url v2.5.8 |
| 1582 | 2026-03-18T10:44:36.959Z | Compiling ryu v1.0.23 |
| 1583 | 2026-03-18T10:44:36.963Z | Compiling zlib-rs v0.6.2 |
| 1584 | 2026-03-18T10:44:37.003Z | Compiling litrs v1.0.0 |
| 1585 | 2026-03-18T10:44:37.126Z | Compiling rand_chacha v0.9.0 |
| 1586 | 2026-03-18T10:44:37.148Z | Compiling rand_chacha v0.3.1 |
| 1587 | 2026-03-18T10:44:37.169Z | Compiling zerocopy v0.7.35 |
| 1588 | 2026-03-18T10:44:37.169Z | Compiling serde_urlencoded v0.7.1 |
| 1589 | 2026-03-18T10:44:37.213Z | Compiling publicsuffix v2.3.0 |
| 1590 | 2026-03-18T10:44:37.216Z | Compiling sec1 v0.7.3 |
| 1591 | 2026-03-18T10:44:37.326Z | Compiling nix v0.31.1 |
| 1592 | 2026-03-18T10:44:37.441Z | Compiling rand v0.9.2 |
| 1593 | 2026-03-18T10:44:37.548Z | Compiling rand v0.8.5 |
| 1594 | 2026-03-18T10:44:37.716Z | Compiling document-features v0.2.12 |
| 1595 | 2026-03-18T10:44:37.995Z | Compiling dof v0.4.0 |
| 1596 | 2026-03-18T10:44:38.014Z | Compiling darling v0.21.3 |
| 1597 | 2026-03-18T10:44:38.064Z | Compiling goblin v0.8.2 |
| 1598 | 2026-03-18T10:44:38.187Z | Compiling derive_builder v0.20.2 |
| 1599 | 2026-03-18T10:44:38.241Z | Compiling proptest v1.10.0 |
| 1600 | 2026-03-18T10:44:38.329Z | Compiling postgres-protocol v0.6.10 |
| 1601 | 2026-03-18T10:44:38.384Z | Compiling cargo-platform v0.1.9 |
| 1602 | 2026-03-18T10:44:38.559Z | Compiling hkdf v0.12.4 |
| 1603 | 2026-03-18T10:44:38.579Z | Compiling hubpack_derive v0.1.1 |
| 1604 | 2026-03-18T10:44:38.717Z | Compiling crypto-bigint v0.5.5 |
| 1605 | 2026-03-18T10:44:38.720Z | Compiling regex v1.12.3 |
| 1606 | 2026-03-18T10:44:38.763Z | Compiling ipnetwork v0.21.1 |
| 1607 | 2026-03-18T10:44:38.933Z | Compiling group v0.13.0 |
| 1608 | 2026-03-18T10:44:39.176Z | Compiling oxnet v0.1.4 |
| 1609 | 2026-03-18T10:44:39.179Z | Compiling async-trait v0.1.89 |
| 1610 | 2026-03-18T10:44:39.298Z | Compiling daft-derive v0.1.5 |
| 1611 | 2026-03-18T10:44:39.359Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1612 | 2026-03-18T10:44:39.487Z | Compiling ref-cast-impl v1.0.25 |
| 1613 | 2026-03-18T10:44:39.569Z | Compiling strum_macros v0.27.2 |
| 1614 | 2026-03-18T10:44:39.593Z | Compiling num-iter v0.1.45 |
| 1615 | 2026-03-18T10:44:39.755Z | Compiling proc-macro-error v1.0.4 |
| 1616 | 2026-03-18T10:44:40.215Z | Compiling heck v0.4.1 |
| 1617 | 2026-03-18T10:44:40.239Z | Compiling terminal_size v0.4.3 |
| 1618 | 2026-03-18T10:44:40.262Z | Compiling phf_shared v0.13.1 |
| 1619 | 2026-03-18T10:44:40.289Z | Compiling lazy_static v1.5.0 |
| 1620 | 2026-03-18T10:44:40.310Z | Compiling vergen v9.0.6 |
| 1621 | 2026-03-18T10:44:40.421Z | Compiling fs-err v3.3.0 |
| 1622 | 2026-03-18T10:44:40.445Z | Compiling ahash v0.8.12 |
| 1623 | 2026-03-18T10:44:40.534Z | Compiling bumpalo v3.20.2 |
| 1624 | 2026-03-18T10:44:40.564Z | Compiling managed v0.8.0 |
| 1625 | 2026-03-18T10:44:40.587Z | Compiling object v0.37.3 |
| 1626 | 2026-03-18T10:44:40.609Z | Compiling bitflags v1.3.2 |
| 1627 | 2026-03-18T10:44:40.632Z | Compiling foldhash v0.1.5 |
| 1628 | 2026-03-18T10:44:40.671Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-18T10:44:40.675Z | Compiling libbz2-rs-sys v0.2.2 |
| 1630 | 2026-03-18T10:44:40.716Z | Compiling clap_builder v4.5.60 |
| 1631 | 2026-03-18T10:44:40.827Z | Compiling tokio-util v0.7.18 |
| 1632 | 2026-03-18T10:44:40.859Z | Compiling tower v0.5.3 |
| 1633 | 2026-03-18T10:44:40.880Z | Compiling tokio-native-tls v0.3.1 |
| 1634 | 2026-03-18T10:44:40.883Z | Compiling zopfli v0.8.3 |
| 1635 | 2026-03-18T10:44:41.016Z | Compiling hashbrown v0.15.5 |
| 1636 | 2026-03-18T10:44:41.121Z | Compiling console v0.16.2 |
| 1637 | 2026-03-18T10:44:41.523Z | Compiling newtype-uuid v1.3.2 |
| 1638 | 2026-03-18T10:44:41.627Z | Compiling tower-http v0.6.8 |
| 1639 | 2026-03-18T10:44:41.648Z | Compiling flate2 v1.1.9 |
| 1640 | 2026-03-18T10:44:41.667Z | Compiling bzip2 v0.6.1 |
| 1641 | 2026-03-18T10:44:41.759Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-18T10:44:41.822Z | Compiling h2 v0.4.13 |
| 1643 | 2026-03-18T10:44:41.885Z | Compiling daft v0.1.5 |
| 1644 | 2026-03-18T10:44:41.974Z | Compiling zone_cfg_derive v0.3.1 |
| 1645 | 2026-03-18T10:44:42.002Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-18T10:44:42.036Z | Compiling signal-hook-mio v0.2.5 |
| 1647 | 2026-03-18T10:44:42.223Z | Compiling rayon v1.11.0 |
| 1648 | 2026-03-18T10:44:42.226Z | Compiling usdt-macro v0.6.0 |
| 1649 | 2026-03-18T10:44:42.269Z | Compiling usdt-attr-macro v0.6.0 |
| 1650 | 2026-03-18T10:44:42.297Z | Compiling cargo_metadata v0.19.2 |
| 1651 | 2026-03-18T10:44:42.341Z | Compiling strum v0.27.2 |
| 1652 | 2026-03-18T10:44:42.519Z | Compiling toml_edit v0.19.15 |
| 1653 | 2026-03-18T10:44:42.786Z | Compiling elliptic-curve v0.13.8 |
| 1654 | 2026-03-18T10:44:42.833Z | Compiling cookie_store v0.22.1 |
| 1655 | 2026-03-18T10:44:43.114Z | Compiling hubpack v0.1.2 |
| 1656 | 2026-03-18T10:44:43.273Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-03-18T10:44:43.334Z | Compiling postgres-types v0.2.12 |
| 1658 | 2026-03-18T10:44:43.382Z | Compiling serde_with_macros v3.17.0 |
| 1659 | 2026-03-18T10:44:43.429Z | Compiling zstd v0.13.3 |
| 1660 | 2026-03-18T10:44:43.558Z | Compiling dtrace-parser v0.2.0 |
| 1661 | 2026-03-18T10:44:43.712Z | Compiling ed25519 v2.2.3 |
| 1662 | 2026-03-18T10:44:43.781Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-18T10:44:43.819Z | Compiling serde-big-array v0.5.1 |
| 1664 | 2026-03-18T10:44:44.023Z | Compiling hex v0.4.3 |
| 1665 | 2026-03-18T10:44:44.134Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-18T10:44:44.252Z | Compiling bstr v1.12.1 |
| 1667 | 2026-03-18T10:44:44.305Z | Compiling strum_macros v0.26.4 |
| 1668 | 2026-03-18T10:44:44.382Z | Compiling serde_repr v0.1.20 |
| 1669 | 2026-03-18T10:44:44.414Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-03-18T10:44:44.650Z | Compiling clap_derive v4.5.55 |
| 1671 | 2026-03-18T10:44:44.744Z | Compiling itertools v0.12.1 |
| 1672 | 2026-03-18T10:44:44.919Z | Compiling phf_shared v0.11.3 |
| 1673 | 2026-03-18T10:44:44.984Z | Compiling float-cmp v0.10.0 |
| 1674 | 2026-03-18T10:44:45.071Z | Compiling thread-id v4.2.2 |
| 1675 | 2026-03-18T10:44:45.098Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-03-18T10:44:45.120Z | Compiling env_filter v1.0.0 |
| 1677 | 2026-03-18T10:44:45.150Z | Compiling encoding_rs v0.8.35 |
| 1678 | 2026-03-18T10:44:45.174Z | Compiling new_debug_unreachable v1.0.6 |
| 1679 | 2026-03-18T10:44:45.177Z | Compiling rustc-hash v2.1.1 |
| 1680 | 2026-03-18T10:44:45.218Z | Compiling predicates-core v1.0.10 |
| 1681 | 2026-03-18T10:44:45.221Z | Compiling fixedbitset v0.5.7 |
| 1682 | 2026-03-18T10:44:45.279Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-03-18T10:44:45.366Z | Compiling mime v0.3.17 |
| 1684 | 2026-03-18T10:44:45.397Z | Compiling difflib v0.4.0 |
| 1685 | 2026-03-18T10:44:45.417Z | Compiling unit-prefix v0.5.2 |
| 1686 | 2026-03-18T10:44:45.462Z | Compiling static_assertions v1.1.0 |
| 1687 | 2026-03-18T10:44:45.538Z | Compiling data-encoding v2.10.0 |
| 1688 | 2026-03-18T10:44:45.567Z | Compiling precomputed-hash v0.1.1 |
| 1689 | 2026-03-18T10:44:45.625Z | Compiling jiff v0.2.21 |
| 1690 | 2026-03-18T10:44:45.670Z | Compiling whoami v2.1.0 |
| 1691 | 2026-03-18T10:44:45.693Z | Compiling fixedbitset v0.4.2 |
| 1692 | 2026-03-18T10:44:45.721Z | Compiling keccak v0.1.6 |
| 1693 | 2026-03-18T10:44:46.031Z | Compiling hyper v1.8.1 |
| 1694 | 2026-03-18T10:44:46.179Z | Compiling tokio-postgres v0.7.16 |
| 1695 | 2026-03-18T10:44:46.199Z | Compiling hickory-proto v0.25.2 |
| 1696 | 2026-03-18T10:44:46.260Z | Compiling sha3 v0.10.8 |
| 1697 | 2026-03-18T10:44:46.401Z | Compiling zone v0.3.1 |
| 1698 | 2026-03-18T10:44:46.432Z | Compiling petgraph v0.6.5 |
| 1699 | 2026-03-18T10:44:46.529Z | Compiling predicates v3.1.4 |
| 1700 | 2026-03-18T10:44:46.786Z | Compiling strum v0.26.3 |
| 1701 | 2026-03-18T10:44:46.838Z | Compiling string_cache v0.8.9 |
| 1702 | 2026-03-18T10:44:46.865Z | Compiling indicatif v0.18.4 |
| 1703 | 2026-03-18T10:44:46.974Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1704 | 2026-03-18T10:44:47.086Z | Compiling clap v4.5.60 |
| 1705 | 2026-03-18T10:44:47.159Z | Compiling petgraph v0.8.3 |
| 1706 | 2026-03-18T10:44:47.198Z | Compiling env_logger v0.11.9 |
| 1707 | 2026-03-18T10:44:47.248Z | Compiling iddqd v0.3.17 |
| 1708 | 2026-03-18T10:44:47.340Z | Compiling usdt v0.6.0 |
| 1709 | 2026-03-18T10:44:47.360Z | Compiling toml_edit v0.22.27 |
| 1710 | 2026-03-18T10:44:47.430Z | Compiling usdt-impl v0.5.0 |
| 1711 | 2026-03-18T10:44:47.696Z | Compiling hyper-util v0.1.20 |
| 1712 | 2026-03-18T10:44:47.712Z | Compiling serde_with v3.17.0 |
| 1713 | 2026-03-18T10:44:48.050Z | Compiling similar v2.7.0 |
| 1714 | 2026-03-18T10:44:48.241Z | Compiling crossterm v0.28.1 |
| 1715 | 2026-03-18T10:44:48.267Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-18T10:44:48.550Z | Compiling ecdsa v0.16.9 |
| 1717 | 2026-03-18T10:44:48.850Z | Compiling rsa v0.9.10 |
| 1718 | 2026-03-18T10:44:49.088Z | Compiling ed25519-dalek v2.2.0 |
| 1719 | 2026-03-18T10:44:49.286Z | Compiling zip v4.6.1 |
| 1720 | 2026-03-18T10:44:49.587Z | Compiling hyper-tls v0.6.0 |
| 1721 | 2026-03-18T10:44:49.821Z | Compiling zip v0.6.6 |
| 1722 | 2026-03-18T10:44:49.905Z | Compiling tokio-stream v0.1.18 |
| 1723 | 2026-03-18T10:44:50.124Z | Compiling buf-list v1.1.2 |
| 1724 | 2026-03-18T10:44:50.174Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1725 | 2026-03-18T10:44:50.395Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1726 | 2026-03-18T10:44:50.505Z | Compiling openapiv3 v2.2.0 |
| 1727 | 2026-03-18T10:44:50.508Z | Compiling x509-cert v0.2.5 |
| 1728 | 2026-03-18T10:44:50.545Z | Compiling sha1 v0.10.6 |
| 1729 | 2026-03-18T10:44:50.607Z | Compiling itertools v0.13.0 |
| 1730 | 2026-03-18T10:44:50.628Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1731 | 2026-03-18T10:44:50.817Z | Compiling lalrpop-util v0.19.12 |
| 1732 | 2026-03-18T10:44:50.840Z | Compiling peg-runtime v0.8.5 |
| 1733 | 2026-03-18T10:44:50.840Z | Compiling thread_local v1.1.9 |
| 1734 | 2026-03-18T10:44:51.040Z | Compiling slog-async v2.8.0 |
| 1735 | 2026-03-18T10:44:51.077Z | Compiling futures-executor v0.3.32 |
| 1736 | 2026-03-18T10:44:51.096Z | Compiling crossbeam-channel v0.5.15 |
| 1737 | 2026-03-18T10:44:51.184Z | Compiling is-terminal v0.4.17 |
| 1738 | 2026-03-18T10:44:51.207Z | Compiling filetime v0.2.27 |
| 1739 | 2026-03-18T10:44:51.227Z | Compiling term v1.2.1 |
| 1740 | 2026-03-18T10:44:51.319Z | Compiling take_mut v0.2.2 |
| 1741 | 2026-03-18T10:44:51.358Z | Compiling xattr v1.6.1 |
| 1742 | 2026-03-18T10:44:51.423Z | Compiling futures v0.3.32 |
| 1743 | 2026-03-18T10:44:51.538Z | Compiling tar v0.4.44 |
| 1744 | 2026-03-18T10:44:51.586Z | Compiling slog-term v2.9.2 |
| 1745 | 2026-03-18T10:45:14.548Z | Compiling rustls-webpki v0.103.9 |
| 1746 | 2026-03-18T10:45:18.563Z | Compiling tokio-rustls v0.26.4 |
| 1747 | 2026-03-18T10:45:18.563Z | Compiling rustls-platform-verifier v0.6.2 |
| 1748 | 2026-03-18T10:45:18.814Z | Compiling hyper-rustls v0.27.7 |
| 1749 | 2026-03-18T10:45:19.068Z | Compiling reqwest v0.12.28 |
| 1750 | 2026-03-18T10:45:19.068Z | Compiling reqwest v0.13.2 |
| 1751 | 2026-03-18T10:45:21.859Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1752 | 2026-03-18T10:45:22.151Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1753 | 2026-03-18T10:45:25.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1754 | 2026-03-18T10:45:26.074Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1755 | 2026-03-18T10:45:26.131Z | Mar 18 10:45:25.399 INFO Starting download, target: Cockroach |
| 1756 | 2026-03-18T10:45:26.131Z | Mar 18 10:45:25.400 INFO Starting download, target: Clickhouse |
| 1757 | 2026-03-18T10:45:26.131Z | Mar 18 10:45:25.400 INFO Starting download, target: Console |
| 1758 | 2026-03-18T10:45:26.132Z | Mar 18 10:45:25.400 INFO Starting download, target: MaghemiteMgd |
| 1759 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Starting download, target: DendriteStub |
| 1760 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Starting download, target: TransceiverControl |
| 1761 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1762 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1763 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1764 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1766 | 2026-03-18T10:45:26.135Z | Mar 18 10:45:25.400 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1767 | 2026-03-18T10:45:26.563Z | Mar 18 10:45:25.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1768 | 2026-03-18T10:45:26.898Z | Mar 18 10:45:26.163 INFO Download complete, target: TransceiverControl |
| 1769 | 2026-03-18T10:45:27.273Z | Mar 18 10:45:26.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-03-18T10:45:27.650Z | Mar 18 10:45:26.918 INFO Download complete, target: Console |
| 1771 | 2026-03-18T10:45:27.698Z | Mar 18 10:45:26.960 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-03-18T10:45:27.935Z | Mar 18 10:45:27.203 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1773 | 2026-03-18T10:45:28.285Z | Mar 18 10:45:27.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1774 | 2026-03-18T10:45:28.741Z | Mar 18 10:45:28.009 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-03-18T10:45:28.741Z | Mar 18 10:45:28.009 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-03-18T10:45:31.372Z | Mar 18 10:45:30.638 INFO Download complete, target: DendriteStub |
| 1777 | 2026-03-18T10:45:31.608Z | Mar 18 10:45:30.874 INFO Download complete, target: MaghemiteMgd |
| 1778 | 2026-03-18T10:45:36.556Z | Mar 18 10:45:35.820 INFO Checking that binary works, target: Cockroach |
| 1779 | 2026-03-18T10:45:36.697Z | Mar 18 10:45:35.956 INFO Download complete, target: Cockroach |
| 1780 | 2026-03-18T10:45:39.573Z | Mar 18 10:45:38.836 INFO Checking that binary works, target: Clickhouse |
| 1781 | 2026-03-18T10:45:39.682Z | Mar 18 10:45:38.945 INFO Download complete, target: Clickhouse |
| 1782 | 2026-03-18T10:45:39.691Z | All prerequisites installed successfully |
| 1783 | 2026-03-18T10:45:39.734Z | |
| 1784 | 2026-03-18T10:45:39.734Z | real 1:51.953716078 |
| 1785 | 2026-03-18T10:45:39.734Z | user 9:17.703566732 |
| 1786 | 2026-03-18T10:45:39.734Z | sys 1:56.172187218 |
| 1787 | 2026-03-18T10:45:39.734Z | trap 0.284346175 |
| 1788 | 2026-03-18T10:45:39.734Z | tflt 1.298274654 |
| 1789 | 2026-03-18T10:45:39.734Z | dflt 1.774323981 |
| 1790 | 2026-03-18T10:45:39.734Z | kflt 0.025049752 |
| 1791 | 2026-03-18T10:45:39.734Z | lock 32:47.083510630 |
| 1792 | 2026-03-18T10:45:39.734Z | slp 23:29.117565417 |
| 1793 | 2026-03-18T10:45:39.735Z | lat 30.395516136 |
| 1794 | 2026-03-18T10:45:39.735Z | stop 3:57.442207251 |
| 1795 | 2026-03-18T10:45:39.735Z | + source ./tools/include/force-git-over-https.sh |
| 1796 | 2026-03-18T10:45:39.735Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1797 | 2026-03-18T10:45:39.735Z | ++ (( i = 0 )) |
| 1798 | 2026-03-18T10:45:39.735Z | ++ (( i < 5 )) |
| 1799 | 2026-03-18T10:45:39.735Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1800 | 2026-03-18T10:45:39.746Z | ++ (( i++ )) |
| 1801 | 2026-03-18T10:45:39.746Z | ++ (( i < 5 )) |
| 1802 | 2026-03-18T10:45:39.747Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1803 | 2026-03-18T10:45:39.747Z | ++ (( i++ )) |
| 1804 | 2026-03-18T10:45:39.747Z | ++ (( i < 5 )) |
| 1805 | 2026-03-18T10:45:39.747Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1806 | 2026-03-18T10:45:39.747Z | ++ (( i++ )) |
| 1807 | 2026-03-18T10:45:39.747Z | ++ (( i < 5 )) |
| 1808 | 2026-03-18T10:45:39.748Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1809 | 2026-03-18T10:45:39.748Z | ++ (( i++ )) |
| 1810 | 2026-03-18T10:45:39.748Z | ++ (( i < 5 )) |
| 1811 | 2026-03-18T10:45:39.748Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1812 | 2026-03-18T10:45:39.748Z | ++ (( i++ )) |
| 1813 | 2026-03-18T10:45:39.748Z | ++ (( i < 5 )) |
| 1814 | 2026-03-18T10:45:39.748Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1815 | 2026-03-18T10:45:39.749Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1816 | 2026-03-18T10:45:39.749Z | + rc=0 |
| 1817 | 2026-03-18T10:45:39.749Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1818 | 2026-03-18T10:45:47.751Z | + case $rc in |
| 1819 | 2026-03-18T10:45:47.751Z | + pfexec zfs create -p rpool/images/build/host |
| 1820 | 2026-03-18T10:45:47.953Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1821 | 2026-03-18T10:45:48.021Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1822 | 2026-03-18T10:45:48.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1823 | 2026-03-18T10:45:48.721Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1824 | 2026-03-18T10:45:49.900Z | Compiling proc-macro2 v1.0.106 |
| 1825 | 2026-03-18T10:45:49.900Z | Compiling quote v1.0.44 |
| 1826 | 2026-03-18T10:45:49.904Z | Compiling unicode-ident v1.0.24 |
| 1827 | 2026-03-18T10:45:49.904Z | Compiling libc v0.2.180 |
| 1828 | 2026-03-18T10:45:49.904Z | Compiling serde_core v1.0.228 |
| 1829 | 2026-03-18T10:45:49.904Z | Compiling serde v1.0.228 |
| 1830 | 2026-03-18T10:45:49.904Z | Compiling cfg-if v1.0.4 |
| 1831 | 2026-03-18T10:45:49.904Z | Compiling version_check v0.9.5 |
| 1832 | 2026-03-18T10:45:49.904Z | Compiling shlex v1.3.0 |
| 1833 | 2026-03-18T10:45:49.904Z | Compiling find-msvc-tools v0.1.9 |
| 1834 | 2026-03-18T10:45:49.904Z | Compiling typenum v1.19.0 |
| 1835 | 2026-03-18T10:45:49.904Z | Compiling autocfg v1.5.0 |
| 1836 | 2026-03-18T10:45:49.904Z | Compiling portable-atomic v1.13.1 |
| 1837 | 2026-03-18T10:45:50.060Z | Compiling zerocopy v0.8.40 |
| 1838 | 2026-03-18T10:45:50.064Z | Compiling zmij v1.0.21 |
| 1839 | 2026-03-18T10:45:50.280Z | Compiling memchr v2.8.0 |
| 1840 | 2026-03-18T10:45:50.302Z | Compiling serde_json v1.0.149 |
| 1841 | 2026-03-18T10:45:50.325Z | Compiling libm v0.2.16 |
| 1842 | 2026-03-18T10:45:50.584Z | Compiling parking_lot_core v0.9.12 |
| 1843 | 2026-03-18T10:45:50.663Z | Compiling num-traits v0.2.19 |
| 1844 | 2026-03-18T10:45:50.689Z | Compiling smallvec v1.15.1 |
| 1845 | 2026-03-18T10:45:50.832Z | Compiling generic-array v0.14.7 |
| 1846 | 2026-03-18T10:45:50.856Z | Compiling icu_normalizer_data v2.1.1 |
| 1847 | 2026-03-18T10:45:50.859Z | Compiling icu_properties_data v2.1.2 |
| 1848 | 2026-03-18T10:45:50.859Z | Compiling log v0.4.29 |
| 1849 | 2026-03-18T10:45:50.859Z | Compiling pkg-config v0.3.32 |
| 1850 | 2026-03-18T10:45:50.881Z | Compiling itoa v1.0.17 |
| 1851 | 2026-03-18T10:45:50.976Z | Compiling getrandom v0.4.1 |
| 1852 | 2026-03-18T10:45:51.085Z | Compiling subtle v2.6.1 |
| 1853 | 2026-03-18T10:45:51.140Z | Compiling scopeguard v1.2.0 |
| 1854 | 2026-03-18T10:45:51.170Z | Compiling getrandom v0.3.4 |
| 1855 | 2026-03-18T10:45:51.287Z | Compiling lock_api v0.4.14 |
| 1856 | 2026-03-18T10:45:51.339Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-03-18T10:45:51.342Z | Compiling critical-section v1.2.0 |
| 1858 | 2026-03-18T10:45:51.449Z | Compiling jobserver v0.1.34 |
| 1859 | 2026-03-18T10:45:51.472Z | Compiling getrandom v0.2.17 |
| 1860 | 2026-03-18T10:45:51.498Z | Compiling errno v0.3.14 |
| 1861 | 2026-03-18T10:45:51.643Z | Compiling rustix v1.1.3 |
| 1862 | 2026-03-18T10:45:51.666Z | Compiling rand_core v0.6.4 |
| 1863 | 2026-03-18T10:45:51.738Z | Compiling cc v1.2.56 |
| 1864 | 2026-03-18T10:45:51.816Z | Compiling syn v2.0.117 |
| 1865 | 2026-03-18T10:45:51.916Z | Compiling dunce v1.0.5 |
| 1866 | 2026-03-18T10:45:51.940Z | Compiling fs_extra v1.3.0 |
| 1867 | 2026-03-18T10:45:52.053Z | Compiling once_cell v1.21.3 |
| 1868 | 2026-03-18T10:45:52.056Z | Compiling pin-project-lite v0.2.17 |
| 1869 | 2026-03-18T10:45:52.129Z | Compiling heck v0.5.0 |
| 1870 | 2026-03-18T10:45:52.221Z | Compiling const-oid v0.9.6 |
| 1871 | 2026-03-18T10:45:52.269Z | Compiling thiserror v2.0.18 |
| 1872 | 2026-03-18T10:45:52.319Z | Compiling writeable v0.6.2 |
| 1873 | 2026-03-18T10:45:52.349Z | Compiling percent-encoding v2.3.2 |
| 1874 | 2026-03-18T10:45:52.390Z | Compiling litemap v0.8.1 |
| 1875 | 2026-03-18T10:45:52.481Z | Compiling fnv v1.0.7 |
| 1876 | 2026-03-18T10:45:52.504Z | Compiling rustversion v1.0.22 |
| 1877 | 2026-03-18T10:45:52.625Z | Compiling signal-hook-registry v1.4.8 |
| 1878 | 2026-03-18T10:45:52.735Z | Compiling cmake v0.1.57 |
| 1879 | 2026-03-18T10:45:52.782Z | Compiling allocator-api2 v0.2.21 |
| 1880 | 2026-03-18T10:45:52.805Z | Compiling futures-core v0.3.32 |
| 1881 | 2026-03-18T10:45:52.831Z | Compiling equivalent v1.0.2 |
| 1882 | 2026-03-18T10:45:52.991Z | Compiling aws-lc-rs v1.16.0 |
| 1883 | 2026-03-18T10:45:53.115Z | Compiling parking_lot v0.12.5 |
| 1884 | 2026-03-18T10:45:53.235Z | Compiling semver v1.0.27 |
| 1885 | 2026-03-18T10:45:53.309Z | Compiling bitflags v2.11.0 |
| 1886 | 2026-03-18T10:45:53.427Z | Compiling mio v1.1.1 |
| 1887 | 2026-03-18T10:45:53.577Z | Compiling foldhash v0.2.0 |
| 1888 | 2026-03-18T10:45:53.580Z | Compiling ring v0.17.14 |
| 1889 | 2026-03-18T10:45:53.626Z | Compiling aws-lc-sys v0.37.1 |
| 1890 | 2026-03-18T10:45:53.629Z | Compiling httparse v1.10.1 |
| 1891 | 2026-03-18T10:45:53.629Z | Compiling socket2 v0.6.2 |
| 1892 | 2026-03-18T10:45:53.755Z | Compiling schemars v0.8.22 |
| 1893 | 2026-03-18T10:45:53.795Z | Compiling utf8_iter v1.0.4 |
| 1894 | 2026-03-18T10:45:53.828Z | Compiling hashbrown v0.16.1 |
| 1895 | 2026-03-18T10:45:53.871Z | Compiling vcpkg v0.2.15 |
| 1896 | 2026-03-18T10:45:54.042Z | Compiling form_urlencoded v1.2.2 |
| 1897 | 2026-03-18T10:45:54.410Z | Compiling rustls v0.23.37 |
| 1898 | 2026-03-18T10:45:54.435Z | Compiling futures-sink v0.3.32 |
| 1899 | 2026-03-18T10:45:54.438Z | Compiling rand_core v0.10.0 |
| 1900 | 2026-03-18T10:45:54.554Z | Compiling futures-io v0.3.32 |
| 1901 | 2026-03-18T10:45:54.608Z | Compiling futures-channel v0.3.32 |
| 1902 | 2026-03-18T10:45:54.635Z | Compiling futures-task v0.3.32 |
| 1903 | 2026-03-18T10:45:54.685Z | Compiling openssl-sys v0.9.111 |
| 1904 | 2026-03-18T10:45:54.733Z | Compiling slab v0.4.12 |
| 1905 | 2026-03-18T10:45:54.764Z | Compiling crossbeam-utils v0.8.21 |
| 1906 | 2026-03-18T10:45:54.830Z | Compiling indexmap v2.13.0 |
| 1907 | 2026-03-18T10:45:54.861Z | Compiling cpufeatures v0.2.17 |
| 1908 | 2026-03-18T10:45:54.942Z | Compiling syn v1.0.109 |
| 1909 | 2026-03-18T10:45:54.993Z | Compiling rustc_version v0.4.1 |
| 1910 | 2026-03-18T10:45:55.196Z | Compiling thiserror v1.0.69 |
| 1911 | 2026-03-18T10:45:55.217Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-03-18T10:45:55.267Z | Compiling strsim v0.11.1 |
| 1913 | 2026-03-18T10:45:55.271Z | Compiling ucd-trie v0.1.7 |
| 1914 | 2026-03-18T10:45:55.344Z | Compiling byteorder v1.5.0 |
| 1915 | 2026-03-18T10:45:55.547Z | Compiling pest v2.8.6 |
| 1916 | 2026-03-18T10:45:55.609Z | Compiling openssl v0.10.75 |
| 1917 | 2026-03-18T10:45:55.718Z | Compiling time-core v0.1.8 |
| 1918 | 2026-03-18T10:45:55.733Z | Compiling synstructure v0.13.2 |
| 1919 | 2026-03-18T10:45:55.766Z | Compiling serde_derive_internals v0.29.1 |
| 1920 | 2026-03-18T10:45:55.820Z | Compiling iana-time-zone v0.1.65 |
| 1921 | 2026-03-18T10:45:55.909Z | Compiling num-conv v0.2.0 |
| 1922 | 2026-03-18T10:45:55.939Z | Compiling ident_case v1.0.1 |
| 1923 | 2026-03-18T10:45:56.123Z | Compiling time-macros v0.2.27 |
| 1924 | 2026-03-18T10:45:56.314Z | Compiling native-tls v0.2.18 |
| 1925 | 2026-03-18T10:45:56.435Z | Compiling base64 v0.22.1 |
| 1926 | 2026-03-18T10:45:56.679Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1927 | 2026-03-18T10:45:56.679Z | Compiling base64ct v1.8.3 |
| 1928 | 2026-03-18T10:45:56.786Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-03-18T10:45:56.818Z | Compiling uuid v1.21.0 |
| 1930 | 2026-03-18T10:45:56.818Z | Compiling slog v2.8.2 |
| 1931 | 2026-03-18T10:45:57.030Z | Compiling flagset v0.4.7 |
| 1932 | 2026-03-18T10:45:57.099Z | Compiling pem-rfc7468 v0.7.0 |
| 1933 | 2026-03-18T10:45:57.143Z | Compiling pest_meta v2.8.6 |
| 1934 | 2026-03-18T10:45:57.189Z | Compiling regex-syntax v0.8.10 |
| 1935 | 2026-03-18T10:45:57.215Z | Compiling rand_core v0.9.5 |
| 1936 | 2026-03-18T10:45:57.314Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1937 | 2026-03-18T10:45:57.452Z | Compiling tracing-core v0.1.36 |
| 1938 | 2026-03-18T10:45:57.489Z | Compiling camino v1.2.2 |
| 1939 | 2026-03-18T10:45:57.620Z | Compiling plain v0.2.3 |
| 1940 | 2026-03-18T10:45:57.669Z | Compiling paste v1.0.15 |
| 1941 | 2026-03-18T10:45:57.696Z | Compiling serde_derive v1.0.228 |
| 1942 | 2026-03-18T10:45:57.722Z | Compiling zeroize_derive v1.4.3 |
| 1943 | 2026-03-18T10:45:57.773Z | Compiling zerofrom-derive v0.1.6 |
| 1944 | 2026-03-18T10:45:57.796Z | Compiling yoke-derive v0.8.1 |
| 1945 | 2026-03-18T10:45:57.842Z | Compiling zerocopy-derive v0.8.40 |
| 1946 | 2026-03-18T10:45:57.885Z | Compiling zerovec-derive v0.11.2 |
| 1947 | 2026-03-18T10:45:58.042Z | Compiling displaydoc v0.2.5 |
| 1948 | 2026-03-18T10:45:58.064Z | Compiling tokio-macros v2.6.0 |
| 1949 | 2026-03-18T10:45:58.422Z | Compiling futures-macro v0.3.32 |
| 1950 | 2026-03-18T10:45:58.563Z | Compiling zeroize v1.8.2 |
| 1951 | 2026-03-18T10:45:58.941Z | Compiling der_derive v0.7.3 |
| 1952 | 2026-03-18T10:45:58.963Z | Compiling thiserror-impl v2.0.18 |
| 1953 | 2026-03-18T10:45:59.035Z | Compiling tracing-attributes v0.1.31 |
| 1954 | 2026-03-18T10:45:59.145Z | Compiling schemars_derive v0.8.22 |
| 1955 | 2026-03-18T10:45:59.288Z | Compiling rustls-pki-types v1.14.0 |
| 1956 | 2026-03-18T10:45:59.381Z | Compiling zerofrom v0.1.6 |
| 1957 | 2026-03-18T10:45:59.564Z | Compiling yoke v0.8.1 |
| 1958 | 2026-03-18T10:45:59.600Z | Compiling crypto-common v0.1.7 |
| 1959 | 2026-03-18T10:45:59.663Z | Compiling block-buffer v0.10.4 |
| 1960 | 2026-03-18T10:45:59.799Z | Compiling zerovec v0.11.5 |
| 1961 | 2026-03-18T10:45:59.851Z | Compiling zerotrie v0.2.3 |
| 1962 | 2026-03-18T10:46:00.016Z | Compiling digest v0.10.7 |
| 1963 | 2026-03-18T10:46:00.422Z | Compiling futures-util v0.3.32 |
| 1964 | 2026-03-18T10:46:00.448Z | Compiling hmac v0.12.1 |
| 1965 | 2026-03-18T10:46:00.473Z | Compiling block-padding v0.3.3 |
| 1966 | 2026-03-18T10:46:00.527Z | Compiling tinystr v0.8.2 |
| 1967 | 2026-03-18T10:46:00.603Z | Compiling potential_utf v0.1.4 |
| 1968 | 2026-03-18T10:46:00.653Z | Compiling thiserror-impl v1.0.69 |
| 1969 | 2026-03-18T10:46:00.680Z | Compiling inout v0.1.4 |
| 1970 | 2026-03-18T10:46:00.684Z | Compiling pest_generator v2.8.6 |
| 1971 | 2026-03-18T10:46:00.762Z | Compiling icu_locale_core v2.1.1 |
| 1972 | 2026-03-18T10:46:00.798Z | Compiling icu_collections v2.1.1 |
| 1973 | 2026-03-18T10:46:00.824Z | Compiling openssl-macros v0.1.1 |
| 1974 | 2026-03-18T10:46:00.878Z | Compiling cipher v0.4.4 |
| 1975 | 2026-03-18T10:46:00.948Z | Compiling sha2 v0.10.9 |
| 1976 | 2026-03-18T10:46:01.563Z | Compiling pest_derive v2.8.6 |
| 1977 | 2026-03-18T10:46:01.722Z | Compiling icu_provider v2.1.1 |
| 1978 | 2026-03-18T10:46:01.966Z | Compiling bytes v1.11.1 |
| 1979 | 2026-03-18T10:46:02.102Z | Compiling icu_normalizer v2.1.1 |
| 1980 | 2026-03-18T10:46:02.125Z | Compiling icu_properties v2.1.2 |
| 1981 | 2026-03-18T10:46:02.152Z | Compiling chrono v0.4.44 |
| 1982 | 2026-03-18T10:46:02.501Z | Compiling scroll_derive v0.13.1 |
| 1983 | 2026-03-18T10:46:02.652Z | Compiling tokio v1.49.0 |
| 1984 | 2026-03-18T10:46:03.466Z | Compiling idna_adapter v1.2.1 |
| 1985 | 2026-03-18T10:46:03.592Z | Compiling http v1.4.0 |
| 1986 | 2026-03-18T10:46:03.673Z | Compiling idna v1.1.0 |
| 1987 | 2026-03-18T10:46:03.964Z | Compiling der v0.7.10 |
| 1988 | 2026-03-18T10:46:04.075Z | Compiling ppv-lite86 v0.2.21 |
| 1989 | 2026-03-18T10:46:04.098Z | Compiling rayon-core v1.13.0 |
| 1990 | 2026-03-18T10:46:04.224Z | Compiling url v2.5.8 |
| 1991 | 2026-03-18T10:46:04.576Z | Compiling salsa20 v0.10.2 |
| 1992 | 2026-03-18T10:46:04.769Z | Compiling http-body v1.0.1 |
| 1993 | 2026-03-18T10:46:04.815Z | Compiling pbkdf2 v0.12.2 |
| 1994 | 2026-03-18T10:46:04.840Z | Compiling tracing v0.1.44 |
| 1995 | 2026-03-18T10:46:05.154Z | Compiling spki v0.7.3 |
| 1996 | 2026-03-18T10:46:05.686Z | Compiling cookie v0.18.1 |
| 1997 | 2026-03-18T10:46:05.941Z | Compiling dyn-clone v1.0.20 |
| 1998 | 2026-03-18T10:46:05.970Z | Compiling atomic-waker v1.1.2 |
| 1999 | 2026-03-18T10:46:05.992Z | Compiling num-bigint-dig v0.8.6 |
| 2000 | 2026-03-18T10:46:06.059Z | Compiling fastrand v2.3.0 |
| 2001 | 2026-03-18T10:46:06.308Z | Compiling scrypt v0.11.0 |
| 2002 | 2026-03-18T10:46:06.553Z | Compiling rand_chacha v0.9.0 |
| 2003 | 2026-03-18T10:46:06.709Z | Compiling cbc v0.1.2 |
| 2004 | 2026-03-18T10:46:06.845Z | Compiling aes v0.8.4 |
| 2005 | 2026-03-18T10:46:07.058Z | Compiling ahash v0.8.12 |
| 2006 | 2026-03-18T10:46:07.100Z | Compiling tower-layer v0.3.3 |
| 2007 | 2026-03-18T10:46:07.373Z | Compiling zstd-safe v7.2.4 |
| 2008 | 2026-03-18T10:46:07.396Z | Compiling pretty-hex v0.4.1 |
| 2009 | 2026-03-18T10:46:07.450Z | Compiling usdt-impl v0.6.0 |
| 2010 | 2026-03-18T10:46:07.474Z | Compiling tower-service v0.3.3 |
| 2011 | 2026-03-18T10:46:07.537Z | Compiling openssl-probe v0.2.1 |
| 2012 | 2026-03-18T10:46:07.591Z | Compiling try-lock v0.2.5 |
| 2013 | 2026-03-18T10:46:07.622Z | Compiling anyhow v1.0.102 |
| 2014 | 2026-03-18T10:46:07.677Z | Compiling untrusted v0.7.1 |
| 2015 | 2026-03-18T10:46:07.746Z | Compiling want v0.3.1 |
| 2016 | 2026-03-18T10:46:07.769Z | Compiling pkcs5 v0.7.1 |
| 2017 | 2026-03-18T10:46:07.844Z | Compiling tokio-util v0.7.18 |
| 2018 | 2026-03-18T10:46:07.958Z | Compiling rand v0.9.2 |
| 2019 | 2026-03-18T10:46:08.329Z | Compiling scroll v0.13.0 |
| 2020 | 2026-03-18T10:46:08.350Z | Compiling ipnet v2.11.0 |
| 2021 | 2026-03-18T10:46:08.424Z | Compiling serde_tokenstream v0.2.3 |
| 2022 | 2026-03-18T10:46:08.784Z | Compiling daft-derive v0.1.5 |
| 2023 | 2026-03-18T10:46:08.802Z | Compiling async-trait v0.1.89 |
| 2024 | 2026-03-18T10:46:08.835Z | Compiling scroll_derive v0.12.1 |
| 2025 | 2026-03-18T10:46:08.860Z | Compiling clap_derive v4.5.55 |
| 2026 | 2026-03-18T10:46:09.206Z | Compiling heapless v0.7.17 |
| 2027 | 2026-03-18T10:46:09.596Z | Compiling aho-corasick v1.1.4 |
| 2028 | 2026-03-18T10:46:09.676Z | Compiling pin-utils v0.1.0 |
| 2029 | 2026-03-18T10:46:09.789Z | Compiling h2 v0.4.13 |
| 2030 | 2026-03-18T10:46:09.900Z | Compiling signal-hook v0.3.18 |
| 2031 | 2026-03-18T10:46:09.961Z | Compiling httpdate v1.0.3 |
| 2032 | 2026-03-18T10:46:10.097Z | Compiling goblin v0.10.5 |
| 2033 | 2026-03-18T10:46:10.144Z | Compiling pkcs8 v0.10.2 |
| 2034 | 2026-03-18T10:46:10.271Z | Compiling tempfile v3.25.0 |
| 2035 | 2026-03-18T10:46:10.466Z | Compiling darling_core v0.20.11 |
| 2036 | 2026-03-18T10:46:10.727Z | Compiling spin v0.9.8 |
| 2037 | 2026-03-18T10:46:11.039Z | Compiling regex-automata v0.4.14 |
| 2038 | 2026-03-18T10:46:11.117Z | Compiling litrs v1.0.0 |
| 2039 | 2026-03-18T10:46:11.471Z | Compiling tinyvec_macros v0.1.1 |
| 2040 | 2026-03-18T10:46:11.597Z | Compiling tinyvec v1.10.0 |
| 2041 | 2026-03-18T10:46:11.776Z | Compiling document-features v0.2.12 |
| 2042 | 2026-03-18T10:46:12.114Z | Compiling dtrace-parser v0.3.0 |
| 2043 | 2026-03-18T10:46:12.144Z | Compiling hex v0.4.3 |
| 2044 | 2026-03-18T10:46:12.594Z | Compiling zerocopy-derive v0.7.35 |
| 2045 | 2026-03-18T10:46:12.960Z | Compiling strum_macros v0.26.4 |
| 2046 | 2026-03-18T10:46:13.132Z | Compiling darling_core v0.21.3 |
| 2047 | 2026-03-18T10:46:13.193Z | Compiling curve25519-dalek v4.1.3 |
| 2048 | 2026-03-18T10:46:13.373Z | Compiling thread-id v5.1.0 |
| 2049 | 2026-03-18T10:46:13.400Z | Compiling proc-macro-error-attr v1.0.4 |
| 2050 | 2026-03-18T10:46:13.403Z | Compiling memoffset v0.9.1 |
| 2051 | 2026-03-18T10:46:13.453Z | Compiling darling_macro v0.20.11 |
| 2052 | 2026-03-18T10:46:13.673Z | Compiling powerfmt v0.2.0 |
| 2053 | 2026-03-18T10:46:13.721Z | Compiling utf8parse v0.2.2 |
| 2054 | 2026-03-18T10:46:13.724Z | Compiling ref-cast v1.0.25 |
| 2055 | 2026-03-18T10:46:13.724Z | Compiling foreign-types-shared v0.1.1 |
| 2056 | 2026-03-18T10:46:13.864Z | Compiling smoltcp v0.9.1 |
| 2057 | 2026-03-18T10:46:13.888Z | Compiling rustix v0.38.44 |
| 2058 | 2026-03-18T10:46:13.918Z | Compiling dof v0.4.0 |
| 2059 | 2026-03-18T10:46:13.989Z | Compiling anstyle v1.0.13 |
| 2060 | 2026-03-18T10:46:14.051Z | Compiling foreign-types v0.3.2 |
| 2061 | 2026-03-18T10:46:14.075Z | Compiling darling v0.20.11 |
| 2062 | 2026-03-18T10:46:14.151Z | Compiling deranged v0.5.8 |
| 2063 | 2026-03-18T10:46:14.175Z | Compiling anstyle-parse v0.2.7 |
| 2064 | 2026-03-18T10:46:14.537Z | Compiling hyper v1.8.1 |
| 2065 | 2026-03-18T10:46:14.687Z | Compiling rustls-native-certs v0.8.3 |
| 2066 | 2026-03-18T10:46:15.199Z | Compiling http-body-util v0.1.3 |
| 2067 | 2026-03-18T10:46:15.285Z | Compiling serde_spanned v0.6.9 |
| 2068 | 2026-03-18T10:46:15.315Z | Compiling toml_datetime v0.6.11 |
| 2069 | 2026-03-18T10:46:15.638Z | Compiling sync_wrapper v1.0.2 |
| 2070 | 2026-03-18T10:46:15.661Z | Compiling wait-timeout v0.2.1 |
| 2071 | 2026-03-18T10:46:15.686Z | Compiling proc-macro-error v1.0.4 |
| 2072 | 2026-03-18T10:46:15.821Z | Compiling simd-adler32 v0.3.8 |
| 2073 | 2026-03-18T10:46:15.847Z | Compiling ryu v1.0.23 |
| 2074 | 2026-03-18T10:46:15.890Z | Compiling num_threads v0.1.7 |
| 2075 | 2026-03-18T10:46:15.948Z | Compiling quick-error v1.2.3 |
| 2076 | 2026-03-18T10:46:15.979Z | Compiling anstyle-query v1.1.5 |
| 2077 | 2026-03-18T10:46:16.027Z | Compiling either v1.15.0 |
| 2078 | 2026-03-18T10:46:16.090Z | Compiling cfg_aliases v0.2.1 |
| 2079 | 2026-03-18T10:46:16.166Z | Compiling is_terminal_polyfill v1.70.2 |
| 2080 | 2026-03-18T10:46:16.202Z | Compiling bit-vec v0.8.0 |
| 2081 | 2026-03-18T10:46:16.266Z | Compiling unicode-segmentation v1.12.0 |
| 2082 | 2026-03-18T10:46:16.318Z | Compiling colorchoice v1.0.4 |
| 2083 | 2026-03-18T10:46:16.322Z | Compiling siphasher v1.0.2 |
| 2084 | 2026-03-18T10:46:16.323Z | Compiling darling_macro v0.21.3 |
| 2085 | 2026-03-18T10:46:16.418Z | Compiling hyper-util v0.1.20 |
| 2086 | 2026-03-18T10:46:16.450Z | Compiling bit-set v0.8.0 |
| 2087 | 2026-03-18T10:46:16.494Z | Compiling anstream v0.6.21 |
| 2088 | 2026-03-18T10:46:16.518Z | Compiling time v0.3.47 |
| 2089 | 2026-03-18T10:46:16.754Z | Compiling nix v0.31.1 |
| 2090 | 2026-03-18T10:46:16.834Z | Compiling rusty-fork v0.3.1 |
| 2091 | 2026-03-18T10:46:16.933Z | Compiling serde_urlencoded v0.7.1 |
| 2092 | 2026-03-18T10:46:17.029Z | Compiling darling v0.21.3 |
| 2093 | 2026-03-18T10:46:17.276Z | Compiling tower v0.5.3 |
| 2094 | 2026-03-18T10:46:17.393Z | Compiling crossbeam-epoch v0.9.18 |
| 2095 | 2026-03-18T10:46:17.627Z | Compiling regex v1.12.3 |
| 2096 | 2026-03-18T10:46:17.735Z | Compiling derive_builder_core v0.20.2 |
| 2097 | 2026-03-18T10:46:17.815Z | Compiling unicode-normalization v0.1.25 |
| 2098 | 2026-03-18T10:46:18.250Z | Compiling erased-serde v0.3.31 |
| 2099 | 2026-03-18T10:46:18.279Z | Compiling signature v2.2.0 |
| 2100 | 2026-03-18T10:46:18.461Z | Compiling hubpack_derive v0.1.1 |
| 2101 | 2026-03-18T10:46:18.484Z | Compiling webpki-roots v1.0.6 |
| 2102 | 2026-03-18T10:46:18.505Z | Compiling strum_macros v0.27.2 |
| 2103 | 2026-03-18T10:46:18.658Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2104 | 2026-03-18T10:46:18.900Z | Compiling ref-cast-impl v1.0.25 |
| 2105 | 2026-03-18T10:46:18.924Z | Compiling rand_xorshift v0.4.0 |
| 2106 | 2026-03-18T10:46:19.168Z | Compiling usdt-impl v0.5.0 |
| 2107 | 2026-03-18T10:46:19.250Z | Compiling fs-err v3.3.0 |
| 2108 | 2026-03-18T10:46:19.503Z | Compiling object v0.37.3 |
| 2109 | 2026-03-18T10:46:19.645Z | Compiling unarray v0.1.4 |
| 2110 | 2026-03-18T10:46:19.681Z | Compiling adler2 v2.0.1 |
| 2111 | 2026-03-18T10:46:19.801Z | Compiling unicode-properties v0.1.4 |
| 2112 | 2026-03-18T10:46:19.871Z | Compiling unicode-bidi v0.3.18 |
| 2113 | 2026-03-18T10:46:19.927Z | Compiling iri-string v0.7.10 |
| 2114 | 2026-03-18T10:46:20.088Z | Compiling miniz_oxide v0.8.9 |
| 2115 | 2026-03-18T10:46:20.242Z | Compiling proptest v1.10.0 |
| 2116 | 2026-03-18T10:46:20.355Z | Compiling stringprep v0.1.5 |
| 2117 | 2026-03-18T10:46:20.522Z | Compiling derive_builder_macro v0.20.2 |
| 2118 | 2026-03-18T10:46:20.992Z | Compiling crossbeam-deque v0.8.6 |
| 2119 | 2026-03-18T10:46:21.108Z | Compiling serde_with_macros v3.17.0 |
| 2120 | 2026-03-18T10:46:21.136Z | Compiling heck v0.4.1 |
| 2121 | 2026-03-18T10:46:21.212Z | Compiling usdt-attr-macro v0.6.0 |
| 2122 | 2026-03-18T10:46:21.243Z | Compiling usdt-macro v0.6.0 |
| 2123 | 2026-03-18T10:46:21.267Z | Compiling ipnetwork v0.21.1 |
| 2124 | 2026-03-18T10:46:21.365Z | Compiling scroll v0.12.0 |
| 2125 | 2026-03-18T10:46:21.780Z | Compiling rand_chacha v0.3.1 |
| 2126 | 2026-03-18T10:46:21.853Z | Compiling tower-http v0.6.8 |
| 2127 | 2026-03-18T10:46:22.153Z | Compiling md-5 v0.10.6 |
| 2128 | 2026-03-18T10:46:22.352Z | Compiling num-integer v0.1.46 |
| 2129 | 2026-03-18T10:46:22.377Z | Compiling terminal_size v0.4.3 |
| 2130 | 2026-03-18T10:46:22.408Z | Compiling hash32 v0.2.1 |
| 2131 | 2026-03-18T10:46:22.431Z | Compiling vergen-lib v0.1.6 |
| 2132 | 2026-03-18T10:46:22.487Z | Compiling ff v0.13.1 |
| 2133 | 2026-03-18T10:46:22.675Z | Compiling psl-types v2.0.11 |
| 2134 | 2026-03-18T10:46:22.700Z | Compiling fallible-iterator v0.2.0 |
| 2135 | 2026-03-18T10:46:22.771Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-18T10:46:22.825Z | Compiling winnow v0.7.14 |
| 2137 | 2026-03-18T10:46:22.852Z | Compiling base16ct v0.2.0 |
| 2138 | 2026-03-18T10:46:22.926Z | Compiling zlib-rs v0.6.2 |
| 2139 | 2026-03-18T10:46:23.151Z | Compiling postgres-protocol v0.6.10 |
| 2140 | 2026-03-18T10:46:23.198Z | Compiling sec1 v0.7.3 |
| 2141 | 2026-03-18T10:46:23.223Z | Compiling newtype-uuid v1.3.2 |
| 2142 | 2026-03-18T10:46:23.571Z | Compiling clap_builder v4.5.60 |
| 2143 | 2026-03-18T10:46:23.651Z | Compiling publicsuffix v2.3.0 |
| 2144 | 2026-03-18T10:46:23.867Z | Compiling num-iter v0.1.45 |
| 2145 | 2026-03-18T10:46:23.890Z | Compiling group v0.13.0 |
| 2146 | 2026-03-18T10:46:24.131Z | Compiling rand v0.8.5 |
| 2147 | 2026-03-18T10:46:25.107Z | Compiling goblin v0.8.2 |
| 2148 | 2026-03-18T10:46:25.157Z | Compiling oxnet v0.1.4 |
| 2149 | 2026-03-18T10:46:25.271Z | Compiling zone_cfg_derive v0.3.1 |
| 2150 | 2026-03-18T10:46:25.399Z | Compiling derive_builder v0.20.2 |
| 2151 | 2026-03-18T10:46:25.421Z | Compiling tokio-native-tls v0.3.1 |
| 2152 | 2026-03-18T10:46:25.546Z | Compiling phf_shared v0.13.1 |
| 2153 | 2026-03-18T10:46:25.705Z | Compiling zerocopy v0.7.35 |
| 2154 | 2026-03-18T10:46:25.751Z | Compiling lazy_static v1.5.0 |
| 2155 | 2026-03-18T10:46:25.872Z | Compiling flate2 v1.1.9 |
| 2156 | 2026-03-18T10:46:25.978Z | Compiling cargo-platform v0.1.9 |
| 2157 | 2026-03-18T10:46:26.003Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-03-18T10:46:26.057Z | Compiling crypto-bigint v0.5.5 |
| 2159 | 2026-03-18T10:46:26.117Z | Compiling serde_repr v0.1.20 |
| 2160 | 2026-03-18T10:46:26.204Z | Compiling enum-as-inner v0.6.1 |
| 2161 | 2026-03-18T10:46:26.268Z | Compiling vergen v9.0.6 |
| 2162 | 2026-03-18T10:46:26.415Z | Compiling encoding_rs v0.8.35 |
| 2163 | 2026-03-18T10:46:26.506Z | Compiling foldhash v0.1.5 |
| 2164 | 2026-03-18T10:46:26.738Z | Compiling mime v0.3.17 |
| 2165 | 2026-03-18T10:46:26.841Z | Compiling managed v0.8.0 |
| 2166 | 2026-03-18T10:46:26.890Z | Compiling bitflags v1.3.2 |
| 2167 | 2026-03-18T10:46:27.001Z | Compiling bumpalo v3.20.2 |
| 2168 | 2026-03-18T10:46:27.142Z | Compiling unicode-width v0.2.0 |
| 2169 | 2026-03-18T10:46:27.332Z | Compiling libbz2-rs-sys v0.2.2 |
| 2170 | 2026-03-18T10:46:27.648Z | Compiling winnow v0.5.40 |
| 2171 | 2026-03-18T10:46:27.692Z | Compiling console v0.16.2 |
| 2172 | 2026-03-18T10:46:27.883Z | Compiling bzip2 v0.6.1 |
| 2173 | 2026-03-18T10:46:28.113Z | Compiling elliptic-curve v0.13.8 |
| 2174 | 2026-03-18T10:46:28.170Z | Compiling dof v0.3.0 |
| 2175 | 2026-03-18T10:46:28.407Z | Compiling zopfli v0.8.3 |
| 2176 | 2026-03-18T10:46:29.014Z | Compiling hashbrown v0.15.5 |
| 2177 | 2026-03-18T10:46:29.463Z | Compiling toml_edit v0.19.15 |
| 2178 | 2026-03-18T10:46:29.607Z | Compiling cargo_metadata v0.19.2 |
| 2179 | 2026-03-18T10:46:29.628Z | Compiling clap v4.5.60 |
| 2180 | 2026-03-18T10:46:30.508Z | Compiling phf v0.13.1 |
| 2181 | 2026-03-18T10:46:30.737Z | Compiling hyper-tls v0.6.0 |
| 2182 | 2026-03-18T10:46:30.885Z | Compiling signal-hook-mio v0.2.5 |
| 2183 | 2026-03-18T10:46:31.061Z | Compiling daft v0.1.5 |
| 2184 | 2026-03-18T10:46:31.214Z | Compiling cookie_store v0.22.1 |
| 2185 | 2026-03-18T10:46:31.306Z | Compiling rayon v1.11.0 |
| 2186 | 2026-03-18T10:46:31.330Z | Compiling zstd v0.13.3 |
| 2187 | 2026-03-18T10:46:31.434Z | Compiling postgres-types v0.2.12 |
| 2188 | 2026-03-18T10:46:31.458Z | Compiling bzip2 v0.4.4 |
| 2189 | 2026-03-18T10:46:31.521Z | Compiling strum v0.27.2 |
| 2190 | 2026-03-18T10:46:31.733Z | Compiling hubpack v0.1.2 |
| 2191 | 2026-03-18T10:46:31.736Z | Compiling ed25519 v2.2.3 |
| 2192 | 2026-03-18T10:46:31.828Z | Compiling dtrace-parser v0.2.0 |
| 2193 | 2026-03-18T10:46:31.893Z | Compiling phf_shared v0.11.3 |
| 2194 | 2026-03-18T10:46:32.003Z | Compiling itertools v0.12.1 |
| 2195 | 2026-03-18T10:46:32.047Z | Compiling bstr v1.12.1 |
| 2196 | 2026-03-18T10:46:32.149Z | Compiling pkcs1 v0.7.5 |
| 2197 | 2026-03-18T10:46:32.341Z | Compiling serde-big-array v0.5.1 |
| 2198 | 2026-03-18T10:46:32.421Z | Compiling rfc6979 v0.4.0 |
| 2199 | 2026-03-18T10:46:32.684Z | Compiling float-cmp v0.10.0 |
| 2200 | 2026-03-18T10:46:32.688Z | Compiling memmap2 v0.9.10 |
| 2201 | 2026-03-18T10:46:32.731Z | Compiling thread-id v4.2.2 |
| 2202 | 2026-03-18T10:46:32.734Z | Compiling env_filter v1.0.0 |
| 2203 | 2026-03-18T10:46:32.875Z | Compiling precomputed-hash v0.1.1 |
| 2204 | 2026-03-18T10:46:32.922Z | Compiling rustc-hash v2.1.1 |
| 2205 | 2026-03-18T10:46:33.002Z | Compiling whoami v2.1.0 |
| 2206 | 2026-03-18T10:46:33.028Z | Compiling toml_write v0.1.2 |
| 2207 | 2026-03-18T10:46:33.052Z | Compiling fixedbitset v0.4.2 |
| 2208 | 2026-03-18T10:46:33.123Z | Compiling fixedbitset v0.5.7 |
| 2209 | 2026-03-18T10:46:33.126Z | Compiling normalize-line-endings v0.3.0 |
| 2210 | 2026-03-18T10:46:33.229Z | Compiling new_debug_unreachable v1.0.6 |
| 2211 | 2026-03-18T10:46:33.262Z | Compiling keccak v0.1.6 |
| 2212 | 2026-03-18T10:46:33.302Z | Compiling data-encoding v2.10.0 |
| 2213 | 2026-03-18T10:46:33.334Z | Compiling unit-prefix v0.5.2 |
| 2214 | 2026-03-18T10:46:33.357Z | Compiling static_assertions v1.1.0 |
| 2215 | 2026-03-18T10:46:33.535Z | Compiling jiff v0.2.21 |
| 2216 | 2026-03-18T10:46:33.559Z | Compiling difflib v0.4.0 |
| 2217 | 2026-03-18T10:46:33.562Z | Compiling predicates-core v1.0.10 |
| 2218 | 2026-03-18T10:46:33.627Z | Compiling indicatif v0.18.4 |
| 2219 | 2026-03-18T10:46:33.681Z | Compiling zone v0.3.1 |
| 2220 | 2026-03-18T10:46:33.715Z | Compiling hickory-proto v0.25.2 |
| 2221 | 2026-03-18T10:46:33.740Z | Compiling sha3 v0.10.8 |
| 2222 | 2026-03-18T10:46:33.814Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2223 | 2026-03-18T10:46:34.058Z | Compiling predicates v3.1.4 |
| 2224 | 2026-03-18T10:46:34.107Z | Compiling petgraph v0.8.3 |
| 2225 | 2026-03-18T10:46:34.182Z | Compiling string_cache v0.8.9 |
| 2226 | 2026-03-18T10:46:34.476Z | Compiling tokio-postgres v0.7.16 |
| 2227 | 2026-03-18T10:46:34.511Z | Compiling petgraph v0.6.5 |
| 2228 | 2026-03-18T10:46:34.652Z | Compiling toml_edit v0.22.27 |
| 2229 | 2026-03-18T10:46:34.675Z | Compiling iddqd v0.3.17 |
| 2230 | 2026-03-18T10:46:34.849Z | Compiling env_logger v0.11.9 |
| 2231 | 2026-03-18T10:46:35.292Z | Compiling usdt v0.6.0 |
| 2232 | 2026-03-18T10:46:36.254Z | Compiling similar v2.7.0 |
| 2233 | 2026-03-18T10:46:36.455Z | Compiling serde_with v3.17.0 |
| 2234 | 2026-03-18T10:46:36.687Z | Compiling ecdsa v0.16.9 |
| 2235 | 2026-03-18T10:46:36.899Z | Compiling rsa v0.9.10 |
| 2236 | 2026-03-18T10:46:37.101Z | Compiling zip v4.6.1 |
| 2237 | 2026-03-18T10:46:37.438Z | Compiling ed25519-dalek v2.2.0 |
| 2238 | 2026-03-18T10:46:37.512Z | Compiling crossterm v0.28.1 |
| 2239 | 2026-03-18T10:46:37.815Z | Compiling zip v0.6.6 |
| 2240 | 2026-03-18T10:46:38.189Z | Compiling toml v0.7.8 |
| 2241 | 2026-03-18T10:46:38.527Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2242 | 2026-03-18T10:46:38.713Z | Compiling itertools v0.13.0 |
| 2243 | 2026-03-18T10:46:38.790Z | Compiling strum v0.26.3 |
| 2244 | 2026-03-18T10:46:38.855Z | Compiling tokio-stream v0.1.18 |
| 2245 | 2026-03-18T10:46:38.959Z | Compiling buf-list v1.1.2 |
| 2246 | 2026-03-18T10:46:39.007Z | Compiling x509-cert v0.2.5 |
| 2247 | 2026-03-18T10:46:39.056Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2248 | 2026-03-18T10:46:39.304Z | Compiling openapiv3 v2.2.0 |
| 2249 | 2026-03-18T10:46:39.326Z | Compiling sha1 v0.10.6 |
| 2250 | 2026-03-18T10:46:39.465Z | Compiling structmeta-derive v0.3.0 |
| 2251 | 2026-03-18T10:46:39.490Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2252 | 2026-03-18T10:46:39.573Z | Compiling peg-runtime v0.8.5 |
| 2253 | 2026-03-18T10:46:39.870Z | Compiling lalrpop-util v0.19.12 |
| 2254 | 2026-03-18T10:46:39.897Z | Compiling radium v0.7.0 |
| 2255 | 2026-03-18T10:46:40.796Z | Compiling structmeta v0.3.0 |
| 2256 | 2026-03-18T10:46:41.786Z | Compiling maybe-uninit v2.0.0 |
| 2257 | 2026-03-18T10:46:42.119Z | Compiling tap v1.0.1 |
| 2258 | 2026-03-18T10:46:42.285Z | Compiling wyz v0.5.1 |
| 2259 | 2026-03-18T10:46:43.813Z | Compiling packed_struct v0.10.1 |
| 2260 | 2026-03-18T10:46:44.130Z | Compiling funty v2.0.0 |
| 2261 | 2026-03-18T10:46:45.329Z | Compiling bitvec v1.0.1 |
| 2262 | 2026-03-18T10:46:47.140Z | Compiling futures-executor v0.3.32 |
| 2263 | 2026-03-18T10:46:47.400Z | Compiling packed_struct_codegen v0.10.1 |
| 2264 | 2026-03-18T10:46:47.755Z | Compiling bitfield-macros v0.19.4 |
| 2265 | 2026-03-18T10:46:47.842Z | Compiling zerocopy-derive v0.6.6 |
| 2266 | 2026-03-18T10:46:47.993Z | Compiling indexmap v1.9.3 |
| 2267 | 2026-03-18T10:46:48.268Z | Compiling crc-catalog v2.4.0 |
| 2268 | 2026-03-18T10:46:48.380Z | Compiling typeid v1.0.3 |
| 2269 | 2026-03-18T10:46:48.515Z | Compiling nodrop v0.1.14 |
| 2270 | 2026-03-18T10:46:48.850Z | Compiling bitfield v0.19.4 |
| 2271 | 2026-03-18T10:46:48.850Z | Compiling array-init v0.0.4 |
| 2272 | 2026-03-18T10:46:48.897Z | Compiling zerocopy v0.6.6 |
| 2273 | 2026-03-18T10:46:49.439Z | Compiling crc v3.4.0 |
| 2274 | 2026-03-18T10:46:49.875Z | Compiling futures v0.3.32 |
| 2275 | 2026-03-18T10:46:50.473Z | Compiling smallvec v0.6.14 |
| 2276 | 2026-03-18T10:46:50.688Z | Compiling derive-ex v0.1.8 |
| 2277 | 2026-03-18T10:46:53.655Z | Compiling rustls v0.22.4 |
| 2278 | 2026-03-18T10:46:53.701Z | Compiling hashbrown v0.12.3 |
| 2279 | 2026-03-18T10:46:53.751Z | Compiling erased-serde v0.4.9 |
| 2280 | 2026-03-18T10:46:53.798Z | Compiling base64 v0.21.7 |
| 2281 | 2026-03-18T10:46:56.870Z | Compiling ron v0.8.1 |
| 2282 | 2026-03-18T10:46:57.326Z | Compiling rustls-webpki v0.103.9 |
| 2283 | 2026-03-18T10:46:59.704Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-03-18T10:46:59.908Z | Compiling serde-hex v0.1.0 |
| 2285 | 2026-03-18T10:47:00.265Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2286 | 2026-03-18T10:47:00.299Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2287 | 2026-03-18T10:47:00.742Z | Compiling toml v0.8.23 |
| 2288 | 2026-03-18T10:47:01.436Z | Compiling hashbrown v0.13.2 |
| 2289 | 2026-03-18T10:47:01.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2290 | 2026-03-18T10:47:01.900Z | Compiling rustls-webpki v0.102.8 |
| 2291 | 2026-03-18T10:47:02.217Z | Compiling tokio-rustls v0.26.4 |
| 2292 | 2026-03-18T10:47:02.284Z | Compiling rustls-platform-verifier v0.6.2 |
| 2293 | 2026-03-18T10:47:02.546Z | Compiling hyper-rustls v0.27.7 |
| 2294 | 2026-03-18T10:47:02.570Z | Compiling pin-project-internal v1.1.11 |
| 2295 | 2026-03-18T10:47:02.595Z | Compiling filetime v0.2.27 |
| 2296 | 2026-03-18T10:47:02.721Z | Compiling multer v3.1.0 |
| 2297 | 2026-03-18T10:47:02.818Z | Compiling thread_local v1.1.9 |
| 2298 | 2026-03-18T10:47:02.870Z | Compiling reqwest v0.12.28 |
| 2299 | 2026-03-18T10:47:02.975Z | Compiling reqwest v0.13.2 |
| 2300 | 2026-03-18T10:47:03.013Z | Compiling same-file v1.0.6 |
| 2301 | 2026-03-18T10:47:03.286Z | Compiling match_cfg v0.1.0 |
| 2302 | 2026-03-18T10:47:03.397Z | Compiling xattr v1.6.1 |
| 2303 | 2026-03-18T10:47:03.568Z | Compiling crc-any v2.5.0 |
| 2304 | 2026-03-18T10:47:03.671Z | Compiling slog-async v2.8.0 |
| 2305 | 2026-03-18T10:47:03.804Z | Compiling tar v0.4.44 |
| 2306 | 2026-03-18T10:47:03.900Z | Compiling hostname v0.3.1 |
| 2307 | 2026-03-18T10:47:03.924Z | Compiling walkdir v2.5.0 |
| 2308 | 2026-03-18T10:47:03.982Z | Compiling pin-project v1.1.11 |
| 2309 | 2026-03-18T10:47:04.148Z | Compiling object v0.30.4 |
| 2310 | 2026-03-18T10:47:04.148Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2311 | 2026-03-18T10:47:04.231Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2312 | 2026-03-18T10:47:04.258Z | Compiling slog-json v2.6.1 |
| 2313 | 2026-03-18T10:47:04.613Z | Compiling crossbeam-channel v0.5.15 |
| 2314 | 2026-03-18T10:47:04.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2315 | 2026-03-18T10:47:04.870Z | Compiling async-stream-impl v0.3.6 |
| 2316 | 2026-03-18T10:47:04.905Z | Compiling snafu-derive v0.8.9 |
| 2317 | 2026-03-18T10:47:05.040Z | Compiling ordered-float v2.10.1 |
| 2318 | 2026-03-18T10:47:05.067Z | Compiling serde_spanned v1.0.4 |
| 2319 | 2026-03-18T10:47:05.226Z | Compiling serde_path_to_error v0.1.20 |
| 2320 | 2026-03-18T10:47:05.301Z | Compiling is-terminal v0.4.17 |
| 2321 | 2026-03-18T10:47:05.447Z | Compiling dropshot v0.16.7 |
| 2322 | 2026-03-18T10:47:05.469Z | Compiling fs-err v2.11.0 |
| 2323 | 2026-03-18T10:47:05.549Z | Compiling path-slash v0.1.5 |
| 2324 | 2026-03-18T10:47:05.637Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2325 | 2026-03-18T10:47:05.733Z | Compiling debug-ignore v1.0.5 |
| 2326 | 2026-03-18T10:47:05.758Z | Compiling take_mut v0.2.2 |
| 2327 | 2026-03-18T10:47:05.782Z | Compiling term v1.2.1 |
| 2328 | 2026-03-18T10:47:05.902Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2329 | 2026-03-18T10:47:06.013Z | Compiling async-stream v0.3.6 |
| 2330 | 2026-03-18T10:47:06.040Z | Compiling serde-value v0.7.0 |
| 2331 | 2026-03-18T10:47:06.065Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2332 | 2026-03-18T10:47:06.276Z | Compiling slog-term v2.9.2 |
| 2333 | 2026-03-18T10:47:06.299Z | Compiling serde-untagged v0.1.9 |
| 2334 | 2026-03-18T10:47:06.779Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2335 | 2026-03-18T10:47:06.930Z | Compiling tokio-rustls v0.25.0 |
| 2336 | 2026-03-18T10:47:06.957Z | Compiling slog-bunyan v2.5.0 |
| 2337 | 2026-03-18T10:47:07.230Z | Compiling snafu v0.8.9 |
| 2338 | 2026-03-18T10:47:07.272Z | Compiling globset v0.4.18 |
| 2339 | 2026-03-18T10:47:07.500Z | Compiling parse-display-derive v0.10.0 |
| 2340 | 2026-03-18T10:47:07.691Z | Compiling camino-tempfile v1.4.1 |
| 2341 | 2026-03-18T10:47:07.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2342 | 2026-03-18T10:47:07.850Z | Compiling olpc-cjson v0.1.4 |
| 2343 | 2026-03-18T10:47:07.955Z | Compiling newtype-uuid-macros v0.1.0 |
| 2344 | 2026-03-18T10:47:08.036Z | Compiling dropshot_endpoint v0.16.7 |
| 2345 | 2026-03-18T10:47:08.170Z | Compiling backon v1.6.0 |
| 2346 | 2026-03-18T10:47:08.253Z | Compiling waitgroup v0.1.2 |
| 2347 | 2026-03-18T10:47:08.276Z | Compiling half v2.7.1 |
| 2348 | 2026-03-18T10:47:08.474Z | Compiling serde_plain v1.0.2 |
| 2349 | 2026-03-18T10:47:08.550Z | Compiling rustls-pemfile v2.2.0 |
| 2350 | 2026-03-18T10:47:08.679Z | Compiling async-recursion v1.1.1 |
| 2351 | 2026-03-18T10:47:08.702Z | Compiling pem v3.0.6 |
| 2352 | 2026-03-18T10:47:08.788Z | Compiling blake3 v1.8.3 |
| 2353 | 2026-03-18T10:47:08.857Z | Compiling hostname v0.4.2 |
| 2354 | 2026-03-18T10:47:08.930Z | Compiling instant v0.1.13 |
| 2355 | 2026-03-18T10:47:08.972Z | Compiling unicode-xid v0.2.6 |
| 2356 | 2026-03-18T10:47:09.100Z | Compiling typed-path v0.9.3 |
| 2357 | 2026-03-18T10:47:09.123Z | Compiling ciborium-io v0.2.2 |
| 2358 | 2026-03-18T10:47:09.192Z | Compiling cargo-util-schemas v0.8.2 |
| 2359 | 2026-03-18T10:47:09.285Z | Compiling ciborium-ll v0.2.2 |
| 2360 | 2026-03-18T10:47:09.516Z | Compiling backoff v0.4.0 |
| 2361 | 2026-03-18T10:47:09.519Z | Compiling parse-display v0.10.0 |
| 2362 | 2026-03-18T10:47:09.591Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2363 | 2026-03-18T10:47:09.647Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2364 | 2026-03-18T10:47:09.812Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2365 | 2026-03-18T10:47:10.330Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2366 | 2026-03-18T10:47:10.352Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2367 | 2026-03-18T10:47:10.617Z | Compiling itertools v0.14.0 |
| 2368 | 2026-03-18T10:47:10.643Z | Compiling macaddr v1.0.1 |
| 2369 | 2026-03-18T10:47:10.668Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-03-18T10:47:10.692Z | Compiling regress v0.10.5 |
| 2371 | 2026-03-18T10:47:10.717Z | Compiling indent_write v2.2.0 |
| 2372 | 2026-03-18T10:47:10.947Z | Compiling arrayvec v0.7.6 |
| 2373 | 2026-03-18T10:47:11.022Z | Compiling parse-size v1.1.0 |
| 2374 | 2026-03-18T10:47:11.228Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-03-18T10:47:11.266Z | Compiling constant_time_eq v0.4.2 |
| 2376 | 2026-03-18T10:47:11.269Z | Compiling cargo_metadata v0.21.0 |
| 2377 | 2026-03-18T10:47:11.338Z | Compiling ciborium v0.2.2 |
| 2378 | 2026-03-18T10:47:11.409Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2379 | 2026-03-18T10:47:11.987Z | Compiling display-error-chain v0.2.2 |
| 2380 | 2026-03-18T10:47:12.182Z | Compiling topological-sort v0.2.2 |
| 2381 | 2026-03-18T10:47:12.251Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2382 | 2026-03-18T10:47:12.422Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-03-18T10:47:26.128Z | Compiling progenitor-client v0.13.0 |
| 2384 | 2026-03-18T10:47:26.148Z | Compiling tough v0.20.0 |
| 2385 | 2026-03-18T10:47:26.148Z | Compiling progenitor-client v0.10.0 |
| 2386 | 2026-03-18T10:47:26.151Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-03-18T10:47:26.295Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2388 | 2026-03-18T10:47:26.295Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2389 | 2026-03-18T10:47:26.698Z | Compiling progenitor-extras v0.1.1 |
| 2390 | 2026-03-18T10:47:27.021Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2391 | 2026-03-18T10:47:29.745Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2392 | 2026-03-18T10:47:33.855Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2393 | 2026-03-18T10:47:39.170Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2394 | 2026-03-18T10:47:49.571Z | Finished `release` profile [optimized] target(s) in 2m 00s |
| 2395 | 2026-03-18T10:47:49.757Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2396 | 2026-03-18T10:47:49.825Z | Mar 18 10:47:49.034 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2397 | 2026-03-18T10:47:49.948Z | Mar 18 10:47:49.158 DEBG running: git rev-parse HEAD |
| 2398 | 2026-03-18T10:47:49.951Z | Mar 18 10:47:49.161 DEBG process exited with exit status: 0 (3.25612ms) |
| 2399 | 2026-03-18T10:47:49.951Z | Mar 18 10:47:49.161 INFO version: 19.0.0-0.ci+git78e92b69fec |
| 2400 | 2026-03-18T10:47:49.962Z | Mar 18 10:47:49.172 INFO cloning helios to /work/oxidecomputer/helios |
| 2401 | 2026-03-18T10:47:49.962Z | Mar 18 10:47:49.172 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2402 | 2026-03-18T10:47:49.964Z | Cloning into '/work/oxidecomputer/helios'... |
| 2403 | 2026-03-18T10:47:50.452Z | Mar 18 10:47:49.661 DEBG process exited with exit status: 0 (489.376505ms) |
| 2404 | 2026-03-18T10:47:50.452Z | Mar 18 10:47:49.661 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2405 | 2026-03-18T10:47:50.455Z | Mar 18 10:47:49.664 DEBG process exited with exit status: 0 (3.25384ms) |
| 2406 | 2026-03-18T10:47:50.455Z | Mar 18 10:47:49.664 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2407 | 2026-03-18T10:47:50.876Z | Mar 18 10:47:50.085 DEBG process exited with exit status: 0 (420.882957ms) |
| 2408 | 2026-03-18T10:47:50.876Z | Mar 18 10:47:50.085 DEBG running: zfs list rpool/images/build/host |
| 2409 | 2026-03-18T10:47:50.883Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2410 | 2026-03-18T10:47:50.883Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2411 | 2026-03-18T10:47:50.887Z | Mar 18 10:47:50.092 DEBG process exited with exit status: 0 (6.251155ms) |
| 2412 | 2026-03-18T10:47:50.887Z | Mar 18 10:47:50.092 DEBG running: zfs list rpool/images/build/recovery |
| 2413 | 2026-03-18T10:47:50.890Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2414 | 2026-03-18T10:47:50.890Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2415 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.096 DEBG process exited with exit status: 0 (4.837123ms) |
| 2416 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.097 INFO [hubris-staging] running task |
| 2417 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.097 INFO [hubris-production] running task |
| 2418 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.097 INFO [incorp-manifest] running task |
| 2419 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.097 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2420 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.098 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2421 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.098 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2422 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.099 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2423 | 2026-03-18T10:47:50.890Z | Mar 18 10:47:50.099 INFO [switch-branch] running: git switch helios3 |
| 2424 | 2026-03-18T10:47:50.899Z | [ switch-branch] Switched to a new branch 'helios3' |
| 2425 | 2026-03-18T10:47:50.903Z | [ switch-branch] branch 'helios3' set up to track 'origin/helios3'. |
| 2426 | 2026-03-18T10:47:50.903Z | Mar 18 10:47:50.110 INFO [switch-branch] process exited with exit status: 0 (10.724777ms) |
| 2427 | 2026-03-18T10:47:50.941Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2428 | 2026-03-18T10:47:51.197Z | Mar 18 10:47:50.407 INFO [incorp-create] process exited with exit status: 0 (308.774325ms) |
| 2429 | 2026-03-18T10:47:51.200Z | Mar 18 10:47:50.407 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2430 | 2026-03-18T10:47:51.402Z | Mar 18 10:47:50.611 DEBG process exited with exit status: 0 (513.903821ms) |
| 2431 | 2026-03-18T10:47:51.405Z | Mar 18 10:47:50.612 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2432 | 2026-03-18T10:47:51.523Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2433 | 2026-03-18T10:47:51.523Z | Mar 18 10:47:50.732 INFO [incorp-publisher] process exited with exit status: 0 (325.452839ms) |
| 2434 | 2026-03-18T10:47:51.960Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2435 | 2026-03-18T10:47:51.980Z | Mar 18 10:47:51.189 DEBG process exited with exit status: 0 (577.47351ms) |
| 2436 | 2026-03-18T10:47:51.983Z | Mar 18 10:47:51.190 INFO [incorp-manifest] task succeeded (1.092753767s) |
| 2437 | 2026-03-18T10:47:51.983Z | Mar 18 10:47:51.190 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2438 | 2026-03-18T10:47:52.165Z | Mar 18 10:47:51.375 INFO [hubris-production] task succeeded (1.277363498s) |
| 2439 | 2026-03-18T10:47:52.209Z | Mar 18 10:47:51.418 INFO [incorp-fmt] process exited with exit status: 0 (228.079185ms) |
| 2440 | 2026-03-18T10:47:52.212Z | Mar 18 10:47:51.418 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2441 | 2026-03-18T10:47:52.526Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T104751Z |
| 2442 | 2026-03-18T10:47:52.526Z | [ incorp-pkgsend] PUBLISHED |
| 2443 | 2026-03-18T10:47:52.546Z | Mar 18 10:47:51.755 INFO [incorp-pkgsend] process exited with exit status: 0 (336.904039ms) |
| 2444 | 2026-03-18T10:47:52.550Z | Mar 18 10:47:51.755 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2445 | 2026-03-18T10:47:52.803Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2446 | 2026-03-18T10:47:52.808Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2447 | 2026-03-18T10:47:52.840Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2448 | 2026-03-18T10:47:52.840Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2449 | 2026-03-18T10:47:52.843Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2450 | 2026-03-18T10:47:52.846Z | [ helios-incorp] |
| 2451 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Archiving packages ... |
| 2452 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Packages to add: 1 |
| 2453 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Files to retrieve: 0 |
| 2454 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2455 | 2026-03-18T10:47:52.846Z | [ helios-incorp] |
| 2456 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Packages to archive: |
| 2457 | 2026-03-18T10:47:52.846Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T104751Z |
| 2458 | 2026-03-18T10:47:52.846Z | [ helios-incorp] |
| 2459 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2460 | 2026-03-18T10:47:52.846Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2461 | 2026-03-18T10:47:52.903Z | Mar 18 10:47:52.112 INFO [helios-incorp] process exited with exit status: 0 (356.785953ms) |
| 2462 | 2026-03-18T10:47:53.170Z | [ omicron-package] Compiling ring v0.17.14 |
| 2463 | 2026-03-18T10:47:53.438Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2464 | 2026-03-18T10:47:53.442Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2465 | 2026-03-18T10:47:53.570Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2466 | 2026-03-18T10:47:53.574Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2467 | 2026-03-18T10:47:53.584Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2468 | 2026-03-18T10:47:53.600Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2469 | 2026-03-18T10:47:53.601Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2470 | 2026-03-18T10:47:53.601Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2471 | 2026-03-18T10:47:53.604Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2472 | 2026-03-18T10:47:53.616Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2473 | 2026-03-18T10:47:53.622Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2474 | 2026-03-18T10:47:53.625Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2475 | 2026-03-18T10:47:53.625Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2476 | 2026-03-18T10:47:53.625Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2477 | 2026-03-18T10:47:54.976Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2478 | 2026-03-18T10:47:54.979Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2479 | 2026-03-18T10:47:55.020Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2480 | 2026-03-18T10:47:55.285Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2481 | 2026-03-18T10:47:55.422Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2482 | 2026-03-18T10:47:55.425Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2483 | 2026-03-18T10:47:55.425Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2484 | 2026-03-18T10:47:55.425Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2485 | 2026-03-18T10:47:55.425Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2486 | 2026-03-18T10:47:55.696Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2487 | 2026-03-18T10:47:55.845Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2488 | 2026-03-18T10:47:55.846Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2489 | 2026-03-18T10:47:55.850Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2490 | 2026-03-18T10:47:55.905Z | [ omicron-package] Compiling rand v0.10.0 |
| 2491 | 2026-03-18T10:47:55.905Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2492 | 2026-03-18T10:47:55.963Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2493 | 2026-03-18T10:47:56.049Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2494 | 2026-03-18T10:47:56.049Z | [ omicron-package] Compiling colored v3.1.1 |
| 2495 | 2026-03-18T10:47:56.267Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2496 | 2026-03-18T10:47:56.320Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2497 | 2026-03-18T10:47:56.360Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2498 | 2026-03-18T10:47:56.400Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2499 | 2026-03-18T10:47:56.557Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2500 | 2026-03-18T10:47:56.615Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2501 | 2026-03-18T10:47:56.654Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2502 | 2026-03-18T10:47:56.695Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2503 | 2026-03-18T10:47:56.695Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2504 | 2026-03-18T10:47:56.844Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2505 | 2026-03-18T10:47:56.926Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2506 | 2026-03-18T10:47:56.929Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2507 | 2026-03-18T10:47:57.038Z | [ omicron-package] Compiling glob v0.3.3 |
| 2508 | 2026-03-18T10:47:57.235Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2509 | 2026-03-18T10:47:57.240Z | [ omicron-package] Compiling smf v0.2.3 |
| 2510 | 2026-03-18T10:47:57.356Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-03-18T10:47:57.401Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2512 | 2026-03-18T10:47:57.458Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2513 | 2026-03-18T10:47:57.500Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2514 | 2026-03-18T10:47:57.500Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2515 | 2026-03-18T10:47:57.591Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2516 | 2026-03-18T10:47:57.629Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2517 | 2026-03-18T10:47:57.667Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2518 | 2026-03-18T10:47:57.715Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2519 | 2026-03-18T10:47:57.934Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2520 | 2026-03-18T10:47:58.078Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2521 | 2026-03-18T10:47:58.212Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2522 | 2026-03-18T10:47:58.272Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2523 | 2026-03-18T10:47:58.389Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.3 |
| 2524 | 2026-03-18T10:47:59.309Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2525 | 2026-03-18T10:47:59.310Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2526 | 2026-03-18T10:47:59.505Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2527 | 2026-03-18T10:47:59.746Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2528 | 2026-03-18T10:48:01.190Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2529 | 2026-03-18T10:48:02.205Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2530 | 2026-03-18T10:48:03.769Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2531 | 2026-03-18T10:48:03.769Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2532 | 2026-03-18T10:48:03.850Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2533 | 2026-03-18T10:48:04.099Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2534 | 2026-03-18T10:48:04.382Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2535 | 2026-03-18T10:48:04.382Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2536 | 2026-03-18T10:48:04.404Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2537 | 2026-03-18T10:48:04.709Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2538 | 2026-03-18T10:48:05.690Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2539 | 2026-03-18T10:48:07.928Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2540 | 2026-03-18T10:48:08.492Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2541 | 2026-03-18T10:48:10.021Z | [ omicron-package] Compiling progenitor-client v0.13.0 |
| 2542 | 2026-03-18T10:48:10.043Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2543 | 2026-03-18T10:48:10.046Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2544 | 2026-03-18T10:48:10.195Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2545 | 2026-03-18T10:48:10.312Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2546 | 2026-03-18T10:48:10.330Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2547 | 2026-03-18T10:48:10.417Z | [ omicron-package] Compiling progenitor-extras v0.1.1 |
| 2548 | 2026-03-18T10:48:10.455Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2549 | 2026-03-18T10:48:10.711Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2550 | 2026-03-18T10:48:10.868Z | [ helios-setup] Mar 18 10:48:10.052 INFO helios repository root is: /work/oxidecomputer/helios |
| 2551 | 2026-03-18T10:48:10.871Z | [ helios-setup] Mar 18 10:48:10.053 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
| 2552 | 2026-03-18T10:48:10.872Z | [ helios-setup] Mar 18 10:48:10.053 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2553 | 2026-03-18T10:48:10.872Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2554 | 2026-03-18T10:48:11.195Z | Mar 18 10:48:10.396 INFO [hubris-staging] task succeeded (20.298397562s) |
| 2555 | 2026-03-18T10:48:11.480Z | [ helios-setup] Mar 18 10:48:10.681 INFO clone ok!, project: bootserver |
| 2556 | 2026-03-18T10:48:11.484Z | [ helios-setup] Mar 18 10:48:10.681 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2557 | 2026-03-18T10:48:11.484Z | [ helios-setup] Mar 18 10:48:10.681 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2558 | 2026-03-18T10:48:11.484Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2559 | 2026-03-18T10:48:12.108Z | [ helios-setup] Mar 18 10:48:11.308 INFO clone ok!, project: pinprick |
| 2560 | 2026-03-18T10:48:12.111Z | [ helios-setup] Mar 18 10:48:11.309 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2561 | 2026-03-18T10:48:12.111Z | [ helios-setup] Mar 18 10:48:11.309 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2562 | 2026-03-18T10:48:12.112Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2563 | 2026-03-18T10:48:12.998Z | [ helios-setup] Mar 18 10:48:12.199 INFO clone ok!, project: pilot |
| 2564 | 2026-03-18T10:48:12.998Z | [ helios-setup] Mar 18 10:48:12.199 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2565 | 2026-03-18T10:48:12.998Z | [ helios-setup] Mar 18 10:48:12.199 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2566 | 2026-03-18T10:48:13.002Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2567 | 2026-03-18T10:48:13.823Z | [ helios-setup] Mar 18 10:48:13.023 INFO clone ok!, project: dmar-report |
| 2568 | 2026-03-18T10:48:13.826Z | [ helios-setup] Mar 18 10:48:13.023 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2569 | 2026-03-18T10:48:13.826Z | [ helios-setup] Mar 18 10:48:13.023 INFO cloning https://github.com/oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
| 2570 | 2026-03-18T10:48:13.826Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2571 | 2026-03-18T10:48:14.571Z | [ helios-setup] Mar 18 10:48:13.771 INFO clone ok!, project: amd-host-image-builder |
| 2572 | 2026-03-18T10:48:14.571Z | [ helios-setup] Mar 18 10:48:13.771 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2573 | 2026-03-18T10:48:14.574Z | [ helios-setup] Mar 18 10:48:13.771 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2574 | 2026-03-18T10:48:14.574Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2575 | 2026-03-18T10:48:20.475Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2576 | 2026-03-18T10:48:20.928Z | [ helios-setup] Mar 18 10:48:20.125 INFO clone ok!, project: amd-firmware |
| 2577 | 2026-03-18T10:48:20.931Z | [ helios-setup] Mar 18 10:48:20.126 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2578 | 2026-03-18T10:48:20.931Z | [ helios-setup] Mar 18 10:48:20.126 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2579 | 2026-03-18T10:48:20.932Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2580 | 2026-03-18T10:48:21.738Z | [ helios-setup] Mar 18 10:48:20.934 INFO clone ok!, project: chelsio-t6-roms |
| 2581 | 2026-03-18T10:48:21.743Z | [ helios-setup] Mar 18 10:48:20.935 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2582 | 2026-03-18T10:48:21.743Z | [ helios-setup] Mar 18 10:48:20.935 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2583 | 2026-03-18T10:48:21.743Z | [ helios-setup] Mar 18 10:48:20.935 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2584 | 2026-03-18T10:48:21.743Z | [ helios-setup] Mar 18 10:48:20.935 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
| 2585 | 2026-03-18T10:48:21.743Z | [ helios-setup] Mar 18 10:48:20.935 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2586 | 2026-03-18T10:48:21.743Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2587 | 2026-03-18T10:48:21.757Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2588 | 2026-03-18T10:48:22.244Z | [ helios-setup] Mar 18 10:48:21.441 INFO clone ok!, project: phbl |
| 2589 | 2026-03-18T10:48:22.247Z | [ helios-setup] Mar 18 10:48:21.441 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
| 2590 | 2026-03-18T10:48:22.247Z | [ helios-setup] Mar 18 10:48:21.441 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2591 | 2026-03-18T10:48:22.247Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2592 | 2026-03-18T10:48:22.732Z | [ helios-setup] Mar 18 10:48:21.929 INFO clone ok!, project: image-builder |
| 2593 | 2026-03-18T10:48:22.735Z | [ helios-setup] Mar 18 10:48:21.929 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2594 | 2026-03-18T10:48:23.063Z | [ helios-setup] Mar 18 10:48:22.259 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2595 | 2026-03-18T10:48:23.381Z | [ helios-setup] Mar 18 10:48:22.577 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2596 | 2026-03-18T10:48:23.381Z | [ helios-setup] Mar 18 10:48:22.577 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2597 | 2026-03-18T10:48:23.743Z | [ helios-setup] Mar 18 10:48:22.939 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2598 | 2026-03-18T10:48:24.088Z | [ helios-setup] Mar 18 10:48:23.284 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2599 | 2026-03-18T10:48:24.089Z | [ helios-setup] Mar 18 10:48:23.284 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2600 | 2026-03-18T10:48:24.394Z | [ helios-setup] Mar 18 10:48:23.589 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2601 | 2026-03-18T10:48:24.687Z | [ helios-setup] Mar 18 10:48:23.882 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2602 | 2026-03-18T10:48:24.687Z | [ helios-setup] Mar 18 10:48:23.883 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2603 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2604 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO ok! |
| 2605 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2606 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2607 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO ok! |
| 2608 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2609 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2610 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO ok! |
| 2611 | 2026-03-18T10:48:24.691Z | [ helios-setup] Mar 18 10:48:23.883 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2612 | 2026-03-18T10:48:24.697Z | [ helios-setup] Mar 18 10:48:23.893 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 2613 | 2026-03-18T10:48:24.697Z | [ helios-setup] Mar 18 10:48:23.893 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2614 | 2026-03-18T10:48:24.702Z | [ helios-setup] Mar 18 10:48:23.893 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2615 | 2026-03-18T10:48:24.789Z | [ helios-setup] Mar 18 10:48:23.984 INFO E| Downloading crates ... |
| 2616 | 2026-03-18T10:48:24.844Z | [ helios-setup] Mar 18 10:48:24.039 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2617 | 2026-03-18T10:48:24.847Z | [ helios-setup] Mar 18 10:48:24.041 INFO E| Downloaded cpufeatures v0.2.5 |
| 2618 | 2026-03-18T10:48:24.847Z | [ helios-setup] Mar 18 10:48:24.042 INFO E| Downloaded block-buffer v0.10.3 |
| 2619 | 2026-03-18T10:48:24.850Z | [ helios-setup] Mar 18 10:48:24.046 INFO E| Downloaded generic-array v0.14.6 |
| 2620 | 2026-03-18T10:48:24.853Z | [ helios-setup] Mar 18 10:48:24.047 INFO E| Downloaded sha2 v0.10.5 |
| 2621 | 2026-03-18T10:48:24.859Z | [ helios-setup] Mar 18 10:48:24.054 INFO E| Downloaded unicode-width v0.1.10 |
| 2622 | 2026-03-18T10:48:24.862Z | [ helios-setup] Mar 18 10:48:24.055 INFO E| Downloaded typenum v1.15.0 |
| 2623 | 2026-03-18T10:48:24.862Z | [ helios-setup] Mar 18 10:48:24.057 INFO E| Downloaded anyhow v1.0.62 |
| 2624 | 2026-03-18T10:48:24.865Z | [ helios-setup] Mar 18 10:48:24.059 INFO E| Downloaded bytes v1.2.1 |
| 2625 | 2026-03-18T10:48:24.868Z | [ helios-setup] Mar 18 10:48:24.062 INFO E| Downloaded flate2 v1.0.25 |
| 2626 | 2026-03-18T10:48:24.871Z | [ helios-setup] Mar 18 10:48:24.065 INFO E| Downloaded digest v0.10.3 |
| 2627 | 2026-03-18T10:48:24.904Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling typenum v1.15.0 |
| 2628 | 2026-03-18T10:48:24.904Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling version_check v0.9.4 |
| 2629 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling cfg-if v1.0.0 |
| 2630 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling crc32fast v1.3.2 |
| 2631 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling adler v1.0.2 |
| 2632 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling anyhow v1.0.62 |
| 2633 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling unicode-width v0.1.10 |
| 2634 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling cpufeatures v0.2.5 |
| 2635 | 2026-03-18T10:48:24.908Z | [ helios-setup] Mar 18 10:48:24.100 INFO E| Compiling bytes v1.2.1 |
| 2636 | 2026-03-18T10:48:24.911Z | [ helios-setup] Mar 18 10:48:24.106 INFO E| Compiling bitflags v1.3.2 |
| 2637 | 2026-03-18T10:48:25.011Z | [ helios-setup] Mar 18 10:48:24.207 INFO E| Compiling miniz_oxide v0.6.2 |
| 2638 | 2026-03-18T10:48:25.017Z | [ helios-setup] Mar 18 10:48:24.212 INFO E| Compiling getopts v0.2.21 |
| 2639 | 2026-03-18T10:48:25.189Z | [ helios-setup] Mar 18 10:48:24.385 INFO E| Compiling generic-array v0.14.6 |
| 2640 | 2026-03-18T10:48:25.454Z | [ helios-setup] Mar 18 10:48:24.649 INFO E| Compiling flate2 v1.0.25 |
| 2641 | 2026-03-18T10:48:26.696Z | [ helios-setup] Mar 18 10:48:25.890 INFO E| Compiling crypto-common v0.1.6 |
| 2642 | 2026-03-18T10:48:26.696Z | [ helios-setup] Mar 18 10:48:25.890 INFO E| Compiling block-buffer v0.10.3 |
| 2643 | 2026-03-18T10:48:26.824Z | [ helios-setup] Mar 18 10:48:26.019 INFO E| Compiling digest v0.10.3 |
| 2644 | 2026-03-18T10:48:27.017Z | [ helios-setup] Mar 18 10:48:26.212 INFO E| Compiling sha2 v0.10.5 |
| 2645 | 2026-03-18T10:48:27.284Z | [ helios-setup] Mar 18 10:48:26.478 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2646 | 2026-03-18T10:48:28.945Z | [ helios-setup] Mar 18 10:48:28.139 INFO E| Finished `release` profile [optimized] target(s) in 4.23s |
| 2647 | 2026-03-18T10:48:28.956Z | [ helios-setup] Mar 18 10:48:28.150 INFO building project "bootserver" ok (4 seconds) |
| 2648 | 2026-03-18T10:48:28.959Z | [ helios-setup] Mar 18 10:48:28.150 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2649 | 2026-03-18T10:48:28.965Z | [ helios-setup] Mar 18 10:48:28.159 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 2650 | 2026-03-18T10:48:28.965Z | [ helios-setup] Mar 18 10:48:28.159 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2651 | 2026-03-18T10:48:28.968Z | [ helios-setup] Mar 18 10:48:28.159 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2652 | 2026-03-18T10:48:29.108Z | [ helios-setup] Mar 18 10:48:28.301 INFO E| Downloading crates ... |
| 2653 | 2026-03-18T10:48:29.148Z | [ helios-setup] Mar 18 10:48:28.341 INFO E| Downloaded adler2 v2.0.0 |
| 2654 | 2026-03-18T10:48:29.157Z | [ helios-setup] Mar 18 10:48:28.349 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2655 | 2026-03-18T10:48:29.192Z | [ helios-setup] Mar 18 10:48:28.386 INFO E| Compiling adler2 v2.0.0 |
| 2656 | 2026-03-18T10:48:29.281Z | [ helios-setup] Mar 18 10:48:28.474 INFO E| Compiling miniz_oxide v0.8.8 |
| 2657 | 2026-03-18T10:48:30.339Z | [ helios-setup] Mar 18 10:48:29.532 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2658 | 2026-03-18T10:48:30.391Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 39.48s |
| 2659 | 2026-03-18T10:48:30.673Z | [ omicron-package] |
| 2660 | 2026-03-18T10:48:30.673Z | [ omicron-package] real 39.702552403 |
| 2661 | 2026-03-18T10:48:30.676Z | [ omicron-package] user 4:52.802032560 |
| 2662 | 2026-03-18T10:48:30.676Z | [ omicron-package] sys 26.301158969 |
| 2663 | 2026-03-18T10:48:30.676Z | [ omicron-package] trap 0.361316395 |
| 2664 | 2026-03-18T10:48:30.677Z | [ omicron-package] tflt 0.723811438 |
| 2665 | 2026-03-18T10:48:30.677Z | [ omicron-package] dflt 2.594796226 |
| 2666 | 2026-03-18T10:48:30.677Z | [ omicron-package] kflt 0.001633226 |
| 2667 | 2026-03-18T10:48:30.677Z | [ omicron-package] lock 9:33.368364581 |
| 2668 | 2026-03-18T10:48:30.677Z | [ omicron-package] slp 5:39.552320068 |
| 2669 | 2026-03-18T10:48:30.677Z | [ omicron-package] lat 32.764936631 |
| 2670 | 2026-03-18T10:48:30.677Z | [ omicron-package] stop 1:09.494802710 |
| 2671 | 2026-03-18T10:48:30.677Z | Mar 18 10:48:29.867 INFO [omicron-package] process exited with exit status: 0 (39.769467965s) |
| 2672 | 2026-03-18T10:48:30.677Z | Mar 18 10:48:29.867 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2673 | 2026-03-18T10:48:30.677Z | Mar 18 10:48:29.867 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2674 | 2026-03-18T10:48:30.689Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2675 | 2026-03-18T10:48:30.689Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2676 | 2026-03-18T10:48:30.692Z | [ host-target] Created new build target 'host' and set it as active |
| 2677 | 2026-03-18T10:48:30.692Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2678 | 2026-03-18T10:48:30.695Z | Mar 18 10:48:29.886 INFO [host-target] process exited with exit status: 0 (19.193176ms) |
| 2679 | 2026-03-18T10:48:30.695Z | Mar 18 10:48:29.886 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2680 | 2026-03-18T10:48:30.695Z | Mar 18 10:48:29.887 INFO [recovery-target] process exited with exit status: 0 (19.513335ms) |
| 2681 | 2026-03-18T10:48:30.703Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2682 | 2026-03-18T10:48:30.800Z | [ helios-setup] Mar 18 10:48:29.993 INFO E| Finished `release` profile [optimized] target(s) in 1.82s |
| 2683 | 2026-03-18T10:48:30.808Z | [ helios-setup] Mar 18 10:48:30.001 INFO building project "pinprick" ok (1 seconds) |
| 2684 | 2026-03-18T10:48:30.808Z | [ helios-setup] Mar 18 10:48:30.001 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2685 | 2026-03-18T10:48:30.817Z | [ helios-setup] Mar 18 10:48:30.010 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 2686 | 2026-03-18T10:48:30.817Z | [ helios-setup] Mar 18 10:48:30.010 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2687 | 2026-03-18T10:48:30.821Z | [ helios-setup] Mar 18 10:48:30.010 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2688 | 2026-03-18T10:48:30.913Z | [ helios-setup] Mar 18 10:48:30.106 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2689 | 2026-03-18T10:48:30.964Z | [ host-package] Blocking waiting for file lock on package cache |
| 2690 | 2026-03-18T10:48:31.214Z | [ helios-setup] Mar 18 10:48:30.407 INFO E| From https://github.com/jclulow/hiercmd |
| 2691 | 2026-03-18T10:48:31.214Z | [ helios-setup] Mar 18 10:48:30.407 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2692 | 2026-03-18T10:48:31.226Z | [ helios-setup] Mar 18 10:48:30.419 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2693 | 2026-03-18T10:48:31.504Z | [ helios-setup] Mar 18 10:48:30.697 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2694 | 2026-03-18T10:48:31.505Z | [ helios-setup] Mar 18 10:48:30.697 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2695 | 2026-03-18T10:48:31.517Z | [ helios-setup] Mar 18 10:48:30.709 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2696 | 2026-03-18T10:48:31.774Z | [ helios-setup] Mar 18 10:48:30.966 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2697 | 2026-03-18T10:48:31.774Z | [ helios-setup] Mar 18 10:48:30.966 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2698 | 2026-03-18T10:48:31.793Z | [ helios-setup] Mar 18 10:48:30.985 INFO E| Updating crates.io index |
| 2699 | 2026-03-18T10:48:31.899Z | [ helios-setup] Mar 18 10:48:31.091 INFO E| Blocking waiting for file lock on package cache |
| 2700 | 2026-03-18T10:48:32.316Z | [ helios-setup] Mar 18 10:48:31.508 INFO E| Downloading crates ... |
| 2701 | 2026-03-18T10:48:32.327Z | [ host-package] Blocking waiting for file lock on package cache |
| 2702 | 2026-03-18T10:48:32.397Z | [ helios-setup] Mar 18 10:48:31.590 INFO E| Downloaded anstyle-query v1.1.4 |
| 2703 | 2026-03-18T10:48:32.403Z | [ helios-setup] Mar 18 10:48:31.596 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2704 | 2026-03-18T10:48:32.407Z | [ helios-setup] Mar 18 10:48:31.599 INFO E| Downloaded anyhow v1.0.100 |
| 2705 | 2026-03-18T10:48:32.410Z | [ helios-setup] Mar 18 10:48:31.603 INFO E| Downloaded env_filter v0.1.4 |
| 2706 | 2026-03-18T10:48:32.413Z | [ helios-setup] Mar 18 10:48:31.604 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2707 | 2026-03-18T10:48:32.419Z | [ helios-setup] Mar 18 10:48:31.611 INFO E| Downloaded futures-sink v0.3.31 |
| 2708 | 2026-03-18T10:48:32.421Z | [ helios-setup] Mar 18 10:48:31.613 INFO E| Downloaded futures-task v0.3.31 |
| 2709 | 2026-03-18T10:48:32.424Z | [ helios-setup] Mar 18 10:48:31.614 INFO E| Downloaded futures-io v0.3.31 |
| 2710 | 2026-03-18T10:48:32.424Z | [ helios-setup] Mar 18 10:48:31.615 INFO E| Downloaded clap_lex v0.7.6 |
| 2711 | 2026-03-18T10:48:32.435Z | [ helios-setup] Mar 18 10:48:31.628 INFO E| Downloaded term v1.2.0 |
| 2712 | 2026-03-18T10:48:32.438Z | [ helios-setup] Mar 18 10:48:31.631 INFO E| Downloaded futures-core v0.3.31 |
| 2713 | 2026-03-18T10:48:32.441Z | [ helios-setup] Mar 18 10:48:31.632 INFO E| Downloaded bytes v1.10.1 |
| 2714 | 2026-03-18T10:48:32.444Z | [ helios-setup] Mar 18 10:48:31.635 INFO E| Downloaded serde_spanned v1.0.3 |
| 2715 | 2026-03-18T10:48:32.444Z | [ helios-setup] Mar 18 10:48:31.637 INFO E| Downloaded futures-macro v0.3.31 |
| 2716 | 2026-03-18T10:48:32.448Z | [ helios-setup] Mar 18 10:48:31.638 INFO E| Downloaded crc v3.3.0 |
| 2717 | 2026-03-18T10:48:32.452Z | [ helios-setup] Mar 18 10:48:31.645 INFO E| Downloaded devinfo v0.1.0 |
| 2718 | 2026-03-18T10:48:32.457Z | [ helios-setup] Mar 18 10:48:31.650 INFO E| Downloaded time-core v0.1.6 |
| 2719 | 2026-03-18T10:48:32.468Z | [ helios-setup] Mar 18 10:48:31.660 INFO E| Downloaded getopts v0.2.24 |
| 2720 | 2026-03-18T10:48:32.471Z | [ helios-setup] Mar 18 10:48:31.662 INFO E| Downloaded generic-array v0.14.9 |
| 2721 | 2026-03-18T10:48:32.474Z | [ helios-setup] Mar 18 10:48:31.663 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2722 | 2026-03-18T10:48:32.474Z | [ helios-setup] Mar 18 10:48:31.665 INFO E| Downloaded itoa v1.0.15 |
| 2723 | 2026-03-18T10:48:32.474Z | [ helios-setup] Mar 18 10:48:31.666 INFO E| Downloaded futures-channel v0.3.31 |
| 2724 | 2026-03-18T10:48:32.482Z | [ helios-setup] Mar 18 10:48:31.674 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2725 | 2026-03-18T10:48:32.486Z | [ helios-setup] Mar 18 10:48:31.678 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2726 | 2026-03-18T10:48:32.489Z | [ helios-setup] Mar 18 10:48:31.681 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2727 | 2026-03-18T10:48:32.492Z | [ helios-setup] Mar 18 10:48:31.685 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2728 | 2026-03-18T10:48:32.495Z | [ helios-setup] Mar 18 10:48:31.686 INFO E| Downloaded futures-executor v0.3.31 |
| 2729 | 2026-03-18T10:48:32.498Z | [ helios-setup] Mar 18 10:48:31.690 INFO E| Downloaded toml_datetime v0.7.3 |
| 2730 | 2026-03-18T10:48:32.501Z | [ helios-setup] Mar 18 10:48:31.691 INFO E| Downloaded time-macros v0.2.24 |
| 2731 | 2026-03-18T10:48:32.504Z | [ helios-setup] Mar 18 10:48:31.697 INFO E| Downloaded toml_writer v1.0.4 |
| 2732 | 2026-03-18T10:48:32.507Z | [ helios-setup] Mar 18 10:48:31.698 INFO E| Downloaded deranged v0.5.5 |
| 2733 | 2026-03-18T10:48:32.507Z | [ helios-setup] Mar 18 10:48:31.700 INFO E| Downloaded thiserror v2.0.17 |
| 2734 | 2026-03-18T10:48:32.512Z | [ helios-setup] Mar 18 10:48:31.704 INFO E| Downloaded base64ct v1.8.0 |
| 2735 | 2026-03-18T10:48:32.515Z | [ helios-setup] Mar 18 10:48:31.707 INFO E| Downloaded ryu v1.0.20 |
| 2736 | 2026-03-18T10:48:32.519Z | [ helios-setup] Mar 18 10:48:31.710 INFO E| Downloaded clap_derive v4.5.49 |
| 2737 | 2026-03-18T10:48:32.521Z | [ helios-setup] Mar 18 10:48:31.711 INFO E| Downloaded getrandom v0.2.16 |
| 2738 | 2026-03-18T10:48:32.521Z | [ helios-setup] Mar 18 10:48:31.714 INFO E| Downloaded bitfield v0.19.3 |
| 2739 | 2026-03-18T10:48:32.525Z | [ helios-setup] Mar 18 10:48:31.718 INFO E| Downloaded unicode-ident v1.0.22 |
| 2740 | 2026-03-18T10:48:32.531Z | [ helios-setup] Mar 18 10:48:31.723 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2741 | 2026-03-18T10:48:32.534Z | [ helios-setup] Mar 18 10:48:31.727 INFO E| Downloaded slab v0.4.11 |
| 2742 | 2026-03-18T10:48:32.543Z | [ helios-setup] Mar 18 10:48:31.734 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2743 | 2026-03-18T10:48:32.546Z | [ helios-setup] Mar 18 10:48:31.739 INFO E| Downloaded quote v1.0.41 |
| 2744 | 2026-03-18T10:48:32.556Z | [ helios-setup] Mar 18 10:48:31.749 INFO E| Downloaded socket2 v0.6.1 |
| 2745 | 2026-03-18T10:48:32.559Z | [ helios-setup] Mar 18 10:48:31.751 INFO E| Downloaded bitflags v2.10.0 |
| 2746 | 2026-03-18T10:48:32.562Z | [ helios-setup] Mar 18 10:48:31.754 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2747 | 2026-03-18T10:48:32.565Z | [ helios-setup] Mar 18 10:48:31.756 INFO E| Downloaded toml_parser v1.0.4 |
| 2748 | 2026-03-18T10:48:32.568Z | [ helios-setup] Mar 18 10:48:31.758 INFO E| Downloaded env_logger v0.11.8 |
| 2749 | 2026-03-18T10:48:32.568Z | [ helios-setup] Mar 18 10:48:31.760 INFO E| Downloaded uuid v1.18.1 |
| 2750 | 2026-03-18T10:48:32.571Z | [ helios-setup] Mar 18 10:48:31.763 INFO E| Downloaded log v0.4.28 |
| 2751 | 2026-03-18T10:48:32.594Z | [ helios-setup] Mar 18 10:48:31.786 INFO E| Downloaded futures v0.3.31 |
| 2752 | 2026-03-18T10:48:32.599Z | [ helios-setup] Mar 18 10:48:31.791 INFO E| Downloaded clap v4.5.51 |
| 2753 | 2026-03-18T10:48:32.606Z | [ helios-setup] Mar 18 10:48:31.799 INFO E| Downloaded toml_edit v0.23.7 |
| 2754 | 2026-03-18T10:48:32.609Z | [ helios-setup] Mar 18 10:48:31.802 INFO E| Downloaded toml v0.9.8 |
| 2755 | 2026-03-18T10:48:32.620Z | [ helios-setup] Mar 18 10:48:31.812 INFO E| Downloaded cc v1.2.44 |
| 2756 | 2026-03-18T10:48:32.624Z | [ helios-setup] Mar 18 10:48:31.816 INFO E| Downloaded rsa v0.9.8 |
| 2757 | 2026-03-18T10:48:32.638Z | [ helios-setup] Mar 18 10:48:31.831 INFO E| Downloaded indexmap v2.12.0 |
| 2758 | 2026-03-18T10:48:32.642Z | [ helios-setup] Mar 18 10:48:31.834 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2759 | 2026-03-18T10:48:32.646Z | [ helios-setup] Mar 18 10:48:31.839 INFO E| Downloaded mio v1.1.0 |
| 2760 | 2026-03-18T10:48:32.650Z | [ helios-setup] Mar 18 10:48:31.843 INFO E| Downloaded memchr v2.7.6 |
| 2761 | 2026-03-18T10:48:32.654Z | [ helios-setup] Mar 18 10:48:31.847 INFO E| Downloaded iddqd v0.3.14 |
| 2762 | 2026-03-18T10:48:32.659Z | [ helios-setup] Mar 18 10:48:31.851 INFO E| Downloaded flate2 v1.1.5 |
| 2763 | 2026-03-18T10:48:32.680Z | [ helios-setup] Mar 18 10:48:31.873 INFO E| Downloaded hashbrown v0.16.0 |
| 2764 | 2026-03-18T10:48:32.685Z | [ helios-setup] Mar 18 10:48:31.877 INFO E| Downloaded serde_json v1.0.145 |
| 2765 | 2026-03-18T10:48:32.690Z | [ helios-setup] Mar 18 10:48:31.882 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2766 | 2026-03-18T10:48:32.693Z | [ helios-setup] Mar 18 10:48:31.886 INFO E| Downloaded futures-util v0.3.31 |
| 2767 | 2026-03-18T10:48:32.703Z | [ helios-setup] Mar 18 10:48:31.894 INFO E| Downloaded time v0.3.44 |
| 2768 | 2026-03-18T10:48:32.708Z | [ helios-setup] Mar 18 10:48:31.900 INFO E| Downloaded clap_builder v4.5.51 |
| 2769 | 2026-03-18T10:48:32.713Z | [ helios-setup] Mar 18 10:48:31.905 INFO E| Downloaded winnow v0.7.13 |
| 2770 | 2026-03-18T10:48:32.720Z | [ helios-setup] Mar 18 10:48:31.912 INFO E| Downloaded libm v0.2.15 |
| 2771 | 2026-03-18T10:48:32.743Z | [ helios-setup] Mar 18 10:48:31.936 INFO E| Downloaded zerocopy v0.8.27 |
| 2772 | 2026-03-18T10:48:32.760Z | [ helios-setup] Mar 18 10:48:31.953 INFO E| Downloaded unicode-width v0.2.2 |
| 2773 | 2026-03-18T10:48:32.765Z | [ helios-setup] Mar 18 10:48:31.957 INFO E| Downloaded syn v2.0.108 |
| 2774 | 2026-03-18T10:48:32.773Z | [ helios-setup] Mar 18 10:48:31.966 INFO E| Downloaded chrono v0.4.42 |
| 2775 | 2026-03-18T10:48:32.796Z | [ helios-setup] Mar 18 10:48:31.989 INFO E| Downloaded rustix v1.1.2 |
| 2776 | 2026-03-18T10:48:32.837Z | [ helios-setup] Mar 18 10:48:32.030 INFO E| Downloaded libc v0.2.177 |
| 2777 | 2026-03-18T10:48:32.857Z | [ helios-setup] Mar 18 10:48:32.049 INFO E| Downloaded tokio v1.48.0 |
| 2778 | 2026-03-18T10:48:32.888Z | [ helios-setup] Mar 18 10:48:32.080 INFO E| Blocking waiting for file lock on package cache |
| 2779 | 2026-03-18T10:48:33.056Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling proc-macro2 v1.0.103 |
| 2780 | 2026-03-18T10:48:33.056Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling unicode-ident v1.0.22 |
| 2781 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling quote v1.0.41 |
| 2782 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling libc v0.2.177 |
| 2783 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling serde_core v1.0.228 |
| 2784 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling cfg-if v1.0.4 |
| 2785 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling serde v1.0.228 |
| 2786 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.248 INFO E| Compiling version_check v0.9.5 |
| 2787 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.249 INFO E| Compiling autocfg v1.5.0 |
| 2788 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.249 INFO E| Compiling const-oid v0.9.6 |
| 2789 | 2026-03-18T10:48:33.059Z | [ helios-setup] Mar 18 10:48:32.249 INFO E| Compiling typenum v1.19.0 |
| 2790 | 2026-03-18T10:48:33.095Z | [ helios-setup] Mar 18 10:48:32.287 INFO E| Compiling libm v0.2.15 |
| 2791 | 2026-03-18T10:48:33.098Z | [ helios-setup] Mar 18 10:48:32.288 INFO E| Compiling zerocopy v0.8.27 |
| 2792 | 2026-03-18T10:48:33.098Z | [ helios-setup] Mar 18 10:48:32.288 INFO E| Compiling rustversion v1.0.22 |
| 2793 | 2026-03-18T10:48:33.098Z | [ helios-setup] Mar 18 10:48:32.288 INFO E| Compiling base64ct v1.8.0 |
| 2794 | 2026-03-18T10:48:33.098Z | [ helios-setup] Mar 18 10:48:32.288 INFO E| Compiling smallvec v1.15.1 |
| 2795 | 2026-03-18T10:48:33.265Z | [ helios-setup] Mar 18 10:48:32.456 INFO E| Compiling zeroize v1.8.2 |
| 2796 | 2026-03-18T10:48:33.311Z | [ helios-setup] Mar 18 10:48:32.502 INFO E| Compiling memchr v2.7.6 |
| 2797 | 2026-03-18T10:48:33.458Z | [ helios-setup] Mar 18 10:48:32.650 INFO E| Compiling flagset v0.4.7 |
| 2798 | 2026-03-18T10:48:33.529Z | [ helios-setup] Mar 18 10:48:32.721 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2799 | 2026-03-18T10:48:33.570Z | [ helios-setup] Mar 18 10:48:32.762 INFO E| Compiling rustix v1.1.2 |
| 2800 | 2026-03-18T10:48:33.604Z | [ helios-setup] Mar 18 10:48:32.795 INFO E| Compiling generic-array v0.14.9 |
| 2801 | 2026-03-18T10:48:33.614Z | [ helios-setup] Mar 18 10:48:32.806 INFO E| Compiling equivalent v1.0.2 |
| 2802 | 2026-03-18T10:48:33.666Z | [ helios-setup] Mar 18 10:48:32.857 INFO E| Compiling hashbrown v0.16.0 |
| 2803 | 2026-03-18T10:48:33.704Z | [ helios-setup] Mar 18 10:48:32.896 INFO E| Compiling num-traits v0.2.19 |
| 2804 | 2026-03-18T10:48:33.707Z | [ helios-setup] Mar 18 10:48:32.897 INFO E| Compiling winnow v0.7.13 |
| 2805 | 2026-03-18T10:48:33.735Z | [ helios-setup] Mar 18 10:48:32.925 INFO E| Compiling anyhow v1.0.100 |
| 2806 | 2026-03-18T10:48:33.768Z | [ helios-setup] Mar 18 10:48:32.959 INFO E| Compiling crc32fast v1.5.0 |
| 2807 | 2026-03-18T10:48:34.047Z | [ helios-setup] Mar 18 10:48:33.237 INFO E| Compiling utf8parse v0.2.2 |
| 2808 | 2026-03-18T10:48:34.062Z | [ helios-setup] Mar 18 10:48:33.253 INFO E| Compiling byteorder v1.5.0 |
| 2809 | 2026-03-18T10:48:34.183Z | [ helios-setup] Mar 18 10:48:33.375 INFO E| Compiling getrandom v0.2.16 |
| 2810 | 2026-03-18T10:48:34.199Z | [ helios-setup] Mar 18 10:48:33.391 INFO E| Compiling anstyle-parse v0.2.7 |
| 2811 | 2026-03-18T10:48:34.270Z | [ helios-setup] Mar 18 10:48:33.461 INFO E| Compiling errno v0.3.14 |
| 2812 | 2026-03-18T10:48:34.400Z | [ helios-setup] Mar 18 10:48:33.591 INFO E| Compiling rand_core v0.6.4 |
| 2813 | 2026-03-18T10:48:34.421Z | [ helios-setup] Mar 18 10:48:33.613 INFO E| Compiling indexmap v2.12.0 |
| 2814 | 2026-03-18T10:48:34.448Z | [ helios-setup] Mar 18 10:48:33.640 INFO E| Compiling radium v0.7.0 |
| 2815 | 2026-03-18T10:48:34.457Z | [ helios-setup] Mar 18 10:48:33.649 INFO E| Compiling toml_datetime v0.7.3 |
| 2816 | 2026-03-18T10:48:34.463Z | [ host-package] Compiling ring v0.17.14 |
| 2817 | 2026-03-18T10:48:34.467Z | [ helios-setup] Mar 18 10:48:33.658 INFO E| Compiling allocator-api2 v0.2.21 |
| 2818 | 2026-03-18T10:48:34.490Z | [ helios-setup] Mar 18 10:48:33.681 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2819 | 2026-03-18T10:48:34.490Z | [ helios-setup] Mar 18 10:48:33.681 INFO E| Compiling syn v1.0.109 |
| 2820 | 2026-03-18T10:48:34.506Z | [ helios-setup] Mar 18 10:48:33.698 INFO E| Compiling anstyle-query v1.1.4 |
| 2821 | 2026-03-18T10:48:34.619Z | [ helios-setup] Mar 18 10:48:33.809 INFO E| Compiling cpufeatures v0.2.17 |
| 2822 | 2026-03-18T10:48:34.643Z | [ helios-setup] Mar 18 10:48:33.834 INFO E| Compiling colorchoice v1.0.4 |
| 2823 | 2026-03-18T10:48:34.657Z | [ helios-setup] Mar 18 10:48:33.848 INFO E| Compiling anstyle v1.0.13 |
| 2824 | 2026-03-18T10:48:34.727Z | [ helios-setup] Mar 18 10:48:33.918 INFO E| Compiling shlex v1.3.0 |
| 2825 | 2026-03-18T10:48:34.775Z | [ helios-setup] Mar 18 10:48:33.966 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2826 | 2026-03-18T10:48:34.845Z | [ helios-setup] Mar 18 10:48:34.036 INFO E| Compiling syn v2.0.108 |
| 2827 | 2026-03-18T10:48:34.865Z | [ host-package] Compiling regress v0.10.5 |
| 2828 | 2026-03-18T10:48:34.865Z | [ host-package] Compiling heck v0.5.0 |
| 2829 | 2026-03-18T10:48:34.865Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2830 | 2026-03-18T10:48:34.865Z | [ host-package] Compiling convert_case v0.4.0 |
| 2831 | 2026-03-18T10:48:34.905Z | [ helios-setup] Mar 18 10:48:34.096 INFO E| Compiling slog v2.8.2 |
| 2832 | 2026-03-18T10:48:34.938Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2833 | 2026-03-18T10:48:34.938Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2834 | 2026-03-18T10:48:34.945Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2835 | 2026-03-18T10:48:34.980Z | [ helios-setup] Mar 18 10:48:34.171 INFO E| Compiling anstream v0.6.21 |
| 2836 | 2026-03-18T10:48:35.024Z | [ helios-setup] Mar 18 10:48:34.215 INFO E| Compiling cc v1.2.44 |
| 2837 | 2026-03-18T10:48:35.030Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2838 | 2026-03-18T10:48:35.033Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2839 | 2026-03-18T10:48:35.033Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2840 | 2026-03-18T10:48:35.033Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2841 | 2026-03-18T10:48:35.033Z | [ helios-setup] Mar 18 10:48:34.224 INFO E| Compiling tap v1.0.1 |
| 2842 | 2026-03-18T10:48:35.143Z | [ helios-setup] Mar 18 10:48:34.334 INFO E| Compiling parking_lot_core v0.9.12 |
| 2843 | 2026-03-18T10:48:35.193Z | [ helios-setup] Mar 18 10:48:34.384 INFO E| Compiling pkg-config v0.3.32 |
| 2844 | 2026-03-18T10:48:35.217Z | [ helios-setup] Mar 18 10:48:34.408 INFO E| Compiling pin-project-lite v0.2.16 |
| 2845 | 2026-03-18T10:48:35.360Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2846 | 2026-03-18T10:48:35.360Z | [ host-package] Compiling password-hash v0.5.0 |
| 2847 | 2026-03-18T10:48:35.403Z | [ helios-setup] Mar 18 10:48:34.593 INFO E| Compiling crypto-common v0.1.6 |
| 2848 | 2026-03-18T10:48:35.428Z | [ helios-setup] Mar 18 10:48:34.619 INFO E| Compiling block-buffer v0.10.4 |
| 2849 | 2026-03-18T10:48:35.432Z | [ host-package] Compiling blake2 v0.10.6 |
| 2850 | 2026-03-18T10:48:35.507Z | [ helios-setup] Mar 18 10:48:34.697 INFO E| Compiling maybe-uninit v2.0.0 |
| 2851 | 2026-03-18T10:48:35.516Z | [ helios-setup] Mar 18 10:48:34.707 INFO E| Compiling unicode-width v0.2.2 |
| 2852 | 2026-03-18T10:48:35.621Z | [ helios-setup] Mar 18 10:48:34.811 INFO E| Compiling digest v0.10.7 |
| 2853 | 2026-03-18T10:48:35.666Z | [ helios-setup] Mar 18 10:48:34.856 INFO E| Compiling futures-sink v0.3.31 |
| 2854 | 2026-03-18T10:48:35.779Z | [ helios-setup] Mar 18 10:48:34.970 INFO E| Compiling toml_parser v1.0.4 |
| 2855 | 2026-03-18T10:48:35.813Z | [ helios-setup] Mar 18 10:48:35.001 INFO E| Compiling futures-core v0.3.31 |
| 2856 | 2026-03-18T10:48:35.880Z | [ helios-setup] Mar 18 10:48:35.071 INFO E| Compiling sha2 v0.10.9 |
| 2857 | 2026-03-18T10:48:35.915Z | [ host-package] Compiling typify-impl v0.6.1 |
| 2858 | 2026-03-18T10:48:35.919Z | [ host-package] Compiling derive_more v0.99.20 |
| 2859 | 2026-03-18T10:48:35.945Z | [ helios-setup] Mar 18 10:48:35.136 INFO E| Compiling getopts v0.2.24 |
| 2860 | 2026-03-18T10:48:36.015Z | [ helios-setup] Mar 18 10:48:35.205 INFO E| Compiling futures-channel v0.3.31 |
| 2861 | 2026-03-18T10:48:36.038Z | [ helios-setup] Mar 18 10:48:35.218 INFO E| Compiling num-integer v0.1.46 |
| 2862 | 2026-03-18T10:48:36.041Z | [ helios-setup] Mar 18 10:48:35.230 INFO E| Compiling wyz v0.5.1 |
| 2863 | 2026-03-18T10:48:36.125Z | [ helios-setup] Mar 18 10:48:35.316 INFO E| Compiling ahash v0.8.12 |
| 2864 | 2026-03-18T10:48:36.158Z | [ helios-setup] Mar 18 10:48:35.342 INFO E| Compiling strsim v0.11.1 |
| 2865 | 2026-03-18T10:48:36.227Z | [ helios-setup] Mar 18 10:48:35.418 INFO E| Compiling num-conv v0.1.0 |
| 2866 | 2026-03-18T10:48:36.252Z | [ helios-setup] Mar 18 10:48:35.442 INFO E| Compiling slab v0.4.11 |
| 2867 | 2026-03-18T10:48:36.362Z | [ helios-setup] Mar 18 10:48:35.553 INFO E| Compiling getrandom v0.3.4 |
| 2868 | 2026-03-18T10:48:36.387Z | [ helios-setup] Mar 18 10:48:35.578 INFO E| Compiling thiserror v1.0.69 |
| 2869 | 2026-03-18T10:48:36.507Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2870 | 2026-03-18T10:48:36.511Z | [ host-package] Compiling aead v0.5.2 |
| 2871 | 2026-03-18T10:48:36.511Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2872 | 2026-03-18T10:48:36.585Z | [ helios-setup] Mar 18 10:48:35.775 INFO E| Compiling toml_edit v0.23.7 |
| 2873 | 2026-03-18T10:48:36.613Z | [ helios-setup] Mar 18 10:48:35.802 INFO E| Compiling scopeguard v1.2.0 |
| 2874 | 2026-03-18T10:48:36.698Z | [ helios-setup] Mar 18 10:48:35.889 INFO E| Compiling pin-utils v0.1.0 |
| 2875 | 2026-03-18T10:48:36.740Z | [ helios-setup] Mar 18 10:48:35.926 INFO E| Compiling futures-io v0.3.31 |
| 2876 | 2026-03-18T10:48:36.810Z | [ helios-setup] Mar 18 10:48:36.000 INFO E| Compiling funty v2.0.0 |
| 2877 | 2026-03-18T10:48:36.905Z | [ helios-setup] Mar 18 10:48:36.096 INFO E| Compiling spin v0.9.8 |
| 2878 | 2026-03-18T10:48:36.928Z | [ helios-setup] Mar 18 10:48:36.118 INFO E| Compiling bytes v1.10.1 |
| 2879 | 2026-03-18T10:48:36.999Z | [ helios-setup] Mar 18 10:48:36.189 INFO E| Compiling packed_struct v0.10.1 |
| 2880 | 2026-03-18T10:48:37.051Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2881 | 2026-03-18T10:48:37.051Z | [ host-package] Compiling swrite v0.1.0 |
| 2882 | 2026-03-18T10:48:37.054Z | [ host-package] Compiling argon2 v0.5.3 |
| 2883 | 2026-03-18T10:48:37.069Z | [ helios-setup] Mar 18 10:48:36.259 INFO E| Compiling heck v0.5.0 |
| 2884 | 2026-03-18T10:48:37.129Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2885 | 2026-03-18T10:48:37.156Z | [ helios-setup] Mar 18 10:48:36.346 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2886 | 2026-03-18T10:48:37.166Z | [ helios-setup] Mar 18 10:48:36.356 INFO E| Compiling time-core v0.1.6 |
| 2887 | 2026-03-18T10:48:37.203Z | [ helios-setup] Mar 18 10:48:36.393 INFO E| Compiling futures-task v0.3.31 |
| 2888 | 2026-03-18T10:48:37.213Z | [ helios-setup] Mar 18 10:48:36.403 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2889 | 2026-03-18T10:48:37.266Z | [ helios-setup] Mar 18 10:48:36.456 INFO E| Compiling clap_lex v0.7.6 |
| 2890 | 2026-03-18T10:48:37.422Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2891 | 2026-03-18T10:48:37.535Z | [ helios-setup] Mar 18 10:48:36.726 INFO E| Compiling bitflags v2.10.0 |
| 2892 | 2026-03-18T10:48:37.586Z | [ helios-setup] Mar 18 10:48:36.776 INFO E| Compiling itoa v1.0.15 |
| 2893 | 2026-03-18T10:48:37.711Z | [ helios-setup] Mar 18 10:48:36.901 INFO E| Compiling powerfmt v0.2.0 |
| 2894 | 2026-03-18T10:48:37.765Z | [ helios-setup] Mar 18 10:48:36.955 INFO E| Compiling bitvec v1.0.1 |
| 2895 | 2026-03-18T10:48:37.808Z | [ helios-setup] Mar 18 10:48:36.998 INFO E| Compiling time-macros v0.2.24 |
| 2896 | 2026-03-18T10:48:37.828Z | [ helios-setup] Mar 18 10:48:37.018 INFO E| Compiling lazy_static v1.5.0 |
| 2897 | 2026-03-18T10:48:37.960Z | [ helios-setup] Mar 18 10:48:37.149 INFO E| Compiling lock_api v0.4.14 |
| 2898 | 2026-03-18T10:48:38.129Z | [ helios-setup] Mar 18 10:48:37.319 INFO E| Compiling proc-macro-crate v3.4.0 |
| 2899 | 2026-03-18T10:48:38.162Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2900 | 2026-03-18T10:48:38.162Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2901 | 2026-03-18T10:48:38.162Z | [ helios-setup] Mar 18 10:48:37.352 INFO E| Compiling deranged v0.5.5 |
| 2902 | 2026-03-18T10:48:38.165Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2903 | 2026-03-18T10:48:38.165Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 2904 | 2026-03-18T10:48:38.178Z | [ helios-setup] Mar 18 10:48:37.368 INFO E| Compiling num-iter v0.1.45 |
| 2905 | 2026-03-18T10:48:38.392Z | [ helios-setup] Mar 18 10:48:37.582 INFO E| Compiling indexmap v1.9.3 |
| 2906 | 2026-03-18T10:48:38.558Z | [ helios-setup] Mar 18 10:48:37.746 INFO E| Compiling iana-time-zone v0.1.64 |
| 2907 | 2026-03-18T10:48:38.703Z | [ helios-setup] Mar 18 10:48:37.892 INFO E| Compiling crc-catalog v2.4.0 |
| 2908 | 2026-03-18T10:48:38.723Z | [ helios-setup] Mar 18 10:48:37.913 INFO E| Compiling log v0.4.28 |
| 2909 | 2026-03-18T10:48:38.913Z | [ helios-setup] Mar 18 10:48:38.103 INFO E| Compiling once_cell v1.21.3 |
| 2910 | 2026-03-18T10:48:38.929Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2911 | 2026-03-18T10:48:38.932Z | [ host-package] Compiling bytecount v0.6.9 |
| 2912 | 2026-03-18T10:48:38.932Z | [ host-package] Compiling thread_local v1.1.9 |
| 2913 | 2026-03-18T10:48:38.956Z | [ helios-setup] Mar 18 10:48:38.146 INFO E| Compiling simd-adler32 v0.3.7 |
| 2914 | 2026-03-18T10:48:38.966Z | [ helios-setup] Mar 18 10:48:38.155 INFO E| Compiling nodrop v0.1.14 |
| 2915 | 2026-03-18T10:48:38.980Z | [ host-package] Compiling derive-where v1.6.0 |
| 2916 | 2026-03-18T10:48:39.118Z | [ helios-setup] Mar 18 10:48:38.307 INFO E| Compiling thiserror v2.0.17 |
| 2917 | 2026-03-18T10:48:39.140Z | [ helios-setup] Mar 18 10:48:38.330 INFO E| Compiling serde_json v1.0.145 |
| 2918 | 2026-03-18T10:48:39.334Z | [ helios-setup] Mar 18 10:48:38.521 INFO E| Compiling adler2 v2.0.1 |
| 2919 | 2026-03-18T10:48:39.403Z | [ helios-setup] Mar 18 10:48:38.583 INFO E| Compiling array-init v0.0.4 |
| 2920 | 2026-03-18T10:48:39.428Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2921 | 2026-03-18T10:48:39.510Z | [ helios-setup] Mar 18 10:48:38.699 INFO E| Compiling env_filter v0.1.4 |
| 2922 | 2026-03-18T10:48:39.682Z | [ helios-setup] Mar 18 10:48:38.871 INFO E| Compiling terminal_size v0.4.3 |
| 2923 | 2026-03-18T10:48:39.695Z | [ host-package] Compiling rustls v0.23.37 |
| 2924 | 2026-03-18T10:48:39.786Z | [ host-package] Compiling rustls v0.22.4 |
| 2925 | 2026-03-18T10:48:39.828Z | [ helios-setup] Mar 18 10:48:39.017 INFO E| Compiling clap_builder v4.5.51 |
| 2926 | 2026-03-18T10:48:39.885Z | [ helios-setup] Mar 18 10:48:39.074 INFO E| Compiling miniz_oxide v0.8.9 |
| 2927 | 2026-03-18T10:48:39.891Z | [ host-package] Compiling multer v3.1.0 |
| 2928 | 2026-03-18T10:48:39.939Z | [ helios-setup] Mar 18 10:48:39.128 INFO E| Compiling crc v3.3.0 |
| 2929 | 2026-03-18T10:48:39.959Z | [ helios-setup] Mar 18 10:48:39.148 INFO E| Compiling parking_lot v0.12.5 |
| 2930 | 2026-03-18T10:48:40.016Z | [ host-package] Compiling hostname v0.3.1 |
| 2931 | 2026-03-18T10:48:40.021Z | [ host-package] Compiling slog-async v2.8.0 |
| 2932 | 2026-03-18T10:48:40.021Z | [ host-package] Compiling slog-json v2.6.1 |
| 2933 | 2026-03-18T10:48:40.021Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2934 | 2026-03-18T10:48:40.376Z | [ helios-setup] Mar 18 10:48:39.565 INFO E| Compiling chrono v0.4.42 |
| 2935 | 2026-03-18T10:48:40.410Z | [ host-package] Compiling futures-executor v0.3.32 |
| 2936 | 2026-03-18T10:48:40.452Z | [ helios-setup] Mar 18 10:48:39.640 INFO E| Compiling smallvec v0.6.14 |
| 2937 | 2026-03-18T10:48:40.667Z | [ host-package] Compiling term v1.2.1 |
| 2938 | 2026-03-18T10:48:40.745Z | [ helios-setup] Mar 18 10:48:39.934 INFO E| Compiling serde_spanned v1.0.3 |
| 2939 | 2026-03-18T10:48:40.832Z | [ host-package] Compiling take_mut v0.2.2 |
| 2940 | 2026-03-18T10:48:40.929Z | [ helios-setup] Mar 18 10:48:40.118 INFO E| Compiling signature v2.2.0 |
| 2941 | 2026-03-18T10:48:40.941Z | [ helios-setup] Mar 18 10:48:40.130 INFO E| Compiling mio v1.1.0 |
| 2942 | 2026-03-18T10:48:41.016Z | [ host-package] Compiling futures v0.3.32 |
| 2943 | 2026-03-18T10:48:41.021Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2944 | 2026-03-18T10:48:41.066Z | [ helios-setup] Mar 18 10:48:40.254 INFO E| Compiling socket2 v0.6.1 |
| 2945 | 2026-03-18T10:48:41.174Z | [ helios-setup] Mar 18 10:48:40.362 INFO E| Compiling signal-hook-registry v1.4.6 |
| 2946 | 2026-03-18T10:48:41.184Z | [ helios-setup] Mar 18 10:48:40.372 INFO E| Compiling is-terminal v0.4.17 |
| 2947 | 2026-03-18T10:48:41.329Z | [ helios-setup] Mar 18 10:48:40.517 INFO E| Compiling thread_local v1.1.9 |
| 2948 | 2026-03-18T10:48:41.560Z | [ helios-setup] Mar 18 10:48:40.748 INFO E| Compiling time v0.3.44 |
| 2949 | 2026-03-18T10:48:41.724Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2950 | 2026-03-18T10:48:41.736Z | [ helios-setup] Mar 18 10:48:40.924 INFO E| Compiling winnow v0.5.40 |
| 2951 | 2026-03-18T10:48:41.797Z | [ helios-setup] Mar 18 10:48:40.986 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 2952 | 2026-03-18T10:48:41.912Z | [ host-package] Compiling slog-term v2.9.2 |
| 2953 | 2026-03-18T10:48:41.915Z | [ host-package] Compiling dropshot v0.16.7 |
| 2954 | 2026-03-18T10:48:41.966Z | [ helios-setup] Mar 18 10:48:41.155 INFO E| Compiling ryu v1.0.20 |
| 2955 | 2026-03-18T10:48:42.046Z | [ helios-setup] Mar 18 10:48:41.234 INFO E| Compiling term v1.2.0 |
| 2956 | 2026-03-18T10:48:42.069Z | [ host-package] Compiling async-stream v0.3.6 |
| 2957 | 2026-03-18T10:48:42.072Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2958 | 2026-03-18T10:48:42.072Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2959 | 2026-03-18T10:48:42.113Z | [ helios-setup] Mar 18 10:48:41.301 INFO E| Compiling subtle v2.6.1 |
| 2960 | 2026-03-18T10:48:42.260Z | [ host-package] Compiling backon v1.6.0 |
| 2961 | 2026-03-18T10:48:42.263Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2962 | 2026-03-18T10:48:42.383Z | [ helios-setup] Mar 18 10:48:41.570 INFO E| Compiling hashbrown v0.12.3 |
| 2963 | 2026-03-18T10:48:42.388Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2964 | 2026-03-18T10:48:42.391Z | [ host-package] Compiling hostname v0.4.2 |
| 2965 | 2026-03-18T10:48:42.391Z | [ host-package] Compiling instant v0.1.13 |
| 2966 | 2026-03-18T10:48:42.447Z | [ helios-setup] Mar 18 10:48:41.635 INFO E| Compiling toml_writer v1.0.4 |
| 2967 | 2026-03-18T10:48:42.668Z | [ helios-setup] Mar 18 10:48:41.856 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2968 | 2026-03-18T10:48:42.703Z | [ helios-setup] Mar 18 10:48:41.891 INFO E| Compiling base64 v0.21.7 |
| 2969 | 2026-03-18T10:48:42.844Z | [ helios-setup] Mar 18 10:48:42.031 INFO E| Compiling flate2 v1.1.5 |
| 2970 | 2026-03-18T10:48:42.858Z | [ helios-setup] Mar 18 10:48:42.042 INFO E| Compiling uuid v1.18.1 |
| 2971 | 2026-03-18T10:48:42.932Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2972 | 2026-03-18T10:48:42.935Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2973 | 2026-03-18T10:48:42.935Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2974 | 2026-03-18T10:48:43.032Z | [ helios-setup] Mar 18 10:48:42.220 INFO E| Compiling env_logger v0.11.8 |
| 2975 | 2026-03-18T10:48:43.067Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2976 | 2026-03-18T10:48:43.254Z | [ helios-setup] Mar 18 10:48:42.442 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 2977 | 2026-03-18T10:48:43.288Z | [ host-package] Compiling backoff v0.4.0 |
| 2978 | 2026-03-18T10:48:43.288Z | [ host-package] Compiling parse-display v0.10.0 |
| 2979 | 2026-03-18T10:48:43.292Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2980 | 2026-03-18T10:48:43.308Z | [ helios-setup] Mar 18 10:48:42.495 INFO E| Compiling bzip2 v0.4.4 |
| 2981 | 2026-03-18T10:48:43.313Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2982 | 2026-03-18T10:48:43.562Z | [ host-package] Compiling macaddr v1.0.1 |
| 2983 | 2026-03-18T10:48:43.610Z | [ helios-setup] Mar 18 10:48:42.797 INFO E| Compiling serde_derive v1.0.228 |
| 2984 | 2026-03-18T10:48:43.728Z | [ helios-setup] Mar 18 10:48:42.915 INFO E| Compiling zerocopy-derive v0.8.27 |
| 2985 | 2026-03-18T10:48:43.772Z | [ helios-setup] Mar 18 10:48:42.960 INFO E| Compiling der_derive v0.7.3 |
| 2986 | 2026-03-18T10:48:43.806Z | [ helios-setup] Mar 18 10:48:42.993 INFO E| Compiling futures-macro v0.3.31 |
| 2987 | 2026-03-18T10:48:43.940Z | [ helios-setup] Mar 18 10:48:43.128 INFO E| Compiling bitfield-macros v0.19.3 |
| 2988 | 2026-03-18T10:48:44.057Z | [ helios-setup] Mar 18 10:48:43.245 INFO E| Compiling thiserror-impl v1.0.69 |
| 2989 | 2026-03-18T10:48:44.269Z | [ helios-setup] Mar 18 10:48:43.456 INFO E| Compiling clap_derive v4.5.49 |
| 2990 | 2026-03-18T10:48:44.405Z | [ host-package] Compiling console v0.15.11 |
| 2991 | 2026-03-18T10:48:44.507Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2992 | 2026-03-18T10:48:44.508Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2993 | 2026-03-18T10:48:44.516Z | [ host-package] Compiling num-rational v0.4.2 |
| 2994 | 2026-03-18T10:48:44.553Z | [ helios-setup] Mar 18 10:48:43.741 INFO E| Compiling num_enum_derive v0.7.5 |
| 2995 | 2026-03-18T10:48:44.848Z | [ helios-setup] Mar 18 10:48:44.035 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2996 | 2026-03-18T10:48:45.167Z | [ host-package] Compiling num-complex v0.4.6 |
| 2997 | 2026-03-18T10:48:45.493Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2998 | 2026-03-18T10:48:45.740Z | [ host-package] Compiling float-ord v0.3.2 |
| 2999 | 2026-03-18T10:48:45.925Z | [ helios-setup] Mar 18 10:48:45.112 INFO E| Compiling bitfield v0.19.3 |
| 3000 | 2026-03-18T10:48:45.979Z | [ host-package] Compiling expectorate v1.2.0 |
| 3001 | 2026-03-18T10:48:46.011Z | [ helios-setup] Mar 18 10:48:45.197 INFO E| Compiling tokio-macros v2.6.0 |
| 3002 | 2026-03-18T10:48:46.033Z | [ helios-setup] Mar 18 10:48:45.220 INFO E| Compiling der v0.7.10 |
| 3003 | 2026-03-18T10:48:46.121Z | [ helios-setup] Mar 18 10:48:45.308 INFO E| Compiling futures-util v0.3.31 |
| 3004 | 2026-03-18T10:48:46.141Z | [ helios-setup] Mar 18 10:48:45.328 INFO E| Compiling thiserror-impl v2.0.17 |
| 3005 | 2026-03-18T10:48:46.161Z | [ helios-setup] Mar 18 10:48:45.348 INFO E| Compiling bitflags v1.3.2 |
| 3006 | 2026-03-18T10:48:46.245Z | [ host-package] Compiling owo-colors v4.3.0 |
| 3007 | 2026-03-18T10:48:46.259Z | [ helios-setup] Mar 18 10:48:45.446 INFO E| Compiling crc-any v2.5.0 |
| 3008 | 2026-03-18T10:48:46.485Z | [ host-package] Compiling num v0.4.3 |
| 3009 | 2026-03-18T10:48:46.597Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3010 | 2026-03-18T10:48:46.933Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3011 | 2026-03-18T10:48:46.961Z | [ helios-setup] Mar 18 10:48:46.147 INFO E| Compiling toml v0.9.8 |
| 3012 | 2026-03-18T10:48:46.987Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 3013 | 2026-03-18T10:48:47.027Z | [ host-package] Compiling toml v0.8.23 |
| 3014 | 2026-03-18T10:48:47.030Z | [ host-package] Compiling linear-map v1.2.0 |
| 3015 | 2026-03-18T10:48:47.205Z | [ helios-setup] Mar 18 10:48:46.391 INFO E| Compiling num_enum v0.7.5 |
| 3016 | 2026-03-18T10:48:47.384Z | [ helios-setup] Mar 18 10:48:46.570 INFO E| Compiling zerocopy v0.6.6 |
| 3017 | 2026-03-18T10:48:47.387Z | [ helios-setup] Mar 18 10:48:46.571 INFO E| Compiling rustc-hash v2.1.1 |
| 3018 | 2026-03-18T10:48:47.496Z | [ helios-setup] Mar 18 10:48:46.682 INFO E| Compiling foldhash v0.2.0 |
| 3019 | 2026-03-18T10:48:47.662Z | [ helios-setup] Mar 18 10:48:46.847 INFO E| Compiling devinfo v0.1.0 |
| 3020 | 2026-03-18T10:48:47.665Z | [ helios-setup] Mar 18 10:48:46.848 INFO E| Compiling hex v0.4.3 |
| 3021 | 2026-03-18T10:48:47.682Z | [ host-package] Compiling libsw v3.5.0 |
| 3022 | 2026-03-18T10:48:47.685Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3023 | 2026-03-18T10:48:47.947Z | [ helios-setup] Mar 18 10:48:47.133 INFO E| Compiling tokio v1.48.0 |
| 3024 | 2026-03-18T10:48:47.971Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3025 | 2026-03-18T10:48:47.977Z | [ host-package] Compiling typify-macro v0.6.1 |
| 3026 | 2026-03-18T10:48:47.996Z | [ helios-setup] Mar 18 10:48:47.181 INFO E| Compiling spki v0.7.3 |
| 3027 | 2026-03-18T10:48:48.030Z | [ helios-setup] Mar 18 10:48:47.216 INFO E| Compiling clap v4.5.51 |
| 3028 | 2026-03-18T10:48:48.102Z | [ helios-setup] Mar 18 10:48:47.288 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3029 | 2026-03-18T10:48:48.145Z | [ helios-setup] Mar 18 10:48:47.330 INFO E| Compiling iddqd v0.3.14 |
| 3030 | 2026-03-18T10:48:48.428Z | [ helios-setup] Mar 18 10:48:47.614 INFO E| Compiling pkcs8 v0.10.2 |
| 3031 | 2026-03-18T10:48:48.617Z | [ helios-setup] Mar 18 10:48:47.802 INFO E| Compiling x509-cert v0.2.5 |
| 3032 | 2026-03-18T10:48:48.633Z | [ host-package] Compiling nom v7.1.3 |
| 3033 | 2026-03-18T10:48:48.719Z | [ helios-setup] Mar 18 10:48:47.904 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3034 | 2026-03-18T10:48:48.737Z | [ helios-setup] Mar 18 10:48:47.922 INFO E| Compiling zip v0.6.6 |
| 3035 | 2026-03-18T10:48:48.870Z | [ helios-setup] Mar 18 10:48:48.055 INFO E| Compiling pkcs1 v0.7.5 |
| 3036 | 2026-03-18T10:48:48.979Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3037 | 2026-03-18T10:48:48.982Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3038 | 2026-03-18T10:48:48.985Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3039 | 2026-03-18T10:48:49.196Z | [ helios-setup] Mar 18 10:48:48.382 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3040 | 2026-03-18T10:48:49.214Z | [ helios-setup] Mar 18 10:48:48.400 INFO E| Compiling path-slash v0.1.5 |
| 3041 | 2026-03-18T10:48:49.890Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3042 | 2026-03-18T10:48:50.609Z | [ host-package] Compiling convert_case v0.10.0 |
| 3043 | 2026-03-18T10:48:50.803Z | [ helios-setup] Mar 18 10:48:49.987 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3044 | 2026-03-18T10:48:51.263Z | [ host-package] Compiling termtree v0.5.1 |
| 3045 | 2026-03-18T10:48:51.336Z | [ helios-setup] Mar 18 10:48:50.520 INFO E| Compiling erased-serde v0.3.31 |
| 3046 | 2026-03-18T10:48:51.413Z | [ helios-setup] Mar 18 10:48:50.597 INFO E| Compiling serde_spanned v0.6.9 |
| 3047 | 2026-03-18T10:48:51.521Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3048 | 2026-03-18T10:48:51.681Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3049 | 2026-03-18T10:48:51.684Z | [ host-package] Compiling typify v0.6.1 |
| 3050 | 2026-03-18T10:48:51.937Z | [ helios-setup] Mar 18 10:48:51.122 INFO E| Compiling rand_chacha v0.3.1 |
| 3051 | 2026-03-18T10:48:51.957Z | [ helios-setup] Mar 18 10:48:51.141 INFO E| Compiling futures-executor v0.3.31 |
| 3052 | 2026-03-18T10:48:52.003Z | [ host-package] Compiling csv-core v0.1.13 |
| 3053 | 2026-03-18T10:48:52.233Z | [ host-package] Compiling vte v0.14.1 |
| 3054 | 2026-03-18T10:48:52.582Z | [ helios-setup] Mar 18 10:48:51.765 INFO E| Compiling rand v0.8.5 |
| 3055 | 2026-03-18T10:48:52.776Z | [ helios-setup] Mar 18 10:48:51.959 INFO E| Compiling toml_datetime v0.6.11 |
| 3056 | 2026-03-18T10:48:52.836Z | [ helios-setup] Mar 18 10:48:52.020 INFO E| Compiling hashbrown v0.13.2 |
| 3057 | 2026-03-18T10:48:52.888Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3058 | 2026-03-18T10:48:53.001Z | [ helios-setup] Mar 18 10:48:52.179 INFO E| Compiling futures v0.3.31 |
| 3059 | 2026-03-18T10:48:53.004Z | [ helios-setup] Mar 18 10:48:52.180 INFO E| Compiling ron v0.8.1 |
| 3060 | 2026-03-18T10:48:53.032Z | [ host-package] Compiling highway v1.3.0 |
| 3061 | 2026-03-18T10:48:53.094Z | [ helios-setup] Mar 18 10:48:52.277 INFO E| Compiling serde-hex v0.1.0 |
| 3062 | 2026-03-18T10:48:53.143Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3063 | 2026-03-18T10:48:53.320Z | [ helios-setup] Mar 18 10:48:52.503 INFO E| Compiling toml_edit v0.19.15 |
| 3064 | 2026-03-18T10:48:53.747Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3065 | 2026-03-18T10:48:53.919Z | [ helios-setup] Mar 18 10:48:53.102 INFO E| Compiling slog-term v2.9.2 |
| 3066 | 2026-03-18T10:48:54.002Z | [ helios-setup] Mar 18 10:48:53.185 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3067 | 2026-03-18T10:48:54.010Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3068 | 2026-03-18T10:48:54.303Z | [ helios-setup] Mar 18 10:48:53.486 INFO E| Compiling object v0.30.4 |
| 3069 | 2026-03-18T10:48:54.345Z | [ host-package] Compiling derive_more v2.1.1 |
| 3070 | 2026-03-18T10:48:54.486Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3071 | 2026-03-18T10:48:54.679Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3072 | 2026-03-18T10:48:54.741Z | [ helios-setup] Mar 18 10:48:53.924 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3073 | 2026-03-18T10:48:54.803Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3074 | 2026-03-18T10:48:54.929Z | [ host-package] Compiling crossterm v0.29.0 |
| 3075 | 2026-03-18T10:48:55.316Z | [ host-package] Compiling reqwest v0.13.2 |
| 3076 | 2026-03-18T10:48:55.357Z | [ host-package] Compiling reqwest v0.12.28 |
| 3077 | 2026-03-18T10:48:55.447Z | [ host-package] Compiling csv v1.4.0 |
| 3078 | 2026-03-18T10:48:55.735Z | [ helios-setup] Mar 18 10:48:54.918 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3079 | 2026-03-18T10:48:55.987Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3080 | 2026-03-18T10:48:56.217Z | [ host-package] Compiling phf v0.12.1 |
| 3081 | 2026-03-18T10:48:56.252Z | [ helios-setup] Mar 18 10:48:55.435 INFO E| Compiling rsa v0.9.8 |
| 3082 | 2026-03-18T10:48:56.367Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3083 | 2026-03-18T10:48:56.603Z | [ host-package] Compiling papergrid v0.11.0 |
| 3084 | 2026-03-18T10:48:57.264Z | [ helios-setup] Mar 18 10:48:56.446 INFO E| Compiling toml v0.7.8 |
| 3085 | 2026-03-18T10:48:57.597Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3086 | 2026-03-18T10:48:58.010Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3087 | 2026-03-18T10:48:58.152Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3088 | 2026-03-18T10:48:58.430Z | [ helios-setup] Mar 18 10:48:57.611 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3089 | 2026-03-18T10:48:58.486Z | [ helios-setup] Mar 18 10:48:57.668 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3090 | 2026-03-18T10:48:58.742Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3091 | 2026-03-18T10:49:00.395Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3092 | 2026-03-18T10:49:01.594Z | [ host-package] Compiling progenitor-extras v0.1.1 |
| 3093 | 2026-03-18T10:49:01.817Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3094 | 2026-03-18T10:49:02.002Z | [ host-package] Compiling qorb v0.4.1 |
| 3095 | 2026-03-18T10:49:02.313Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3096 | 2026-03-18T10:49:03.075Z | [ host-package] Compiling reedline v0.40.0 |
| 3097 | 2026-03-18T10:49:04.456Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3098 | 2026-03-18T10:49:05.750Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3099 | 2026-03-18T10:49:06.390Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3100 | 2026-03-18T10:49:06.512Z | [ helios-setup] Mar 18 10:49:05.690 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3101 | 2026-03-18T10:49:06.665Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3102 | 2026-03-18T10:49:06.826Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3103 | 2026-03-18T10:49:06.912Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3104 | 2026-03-18T10:49:07.092Z | [ host-package] Compiling peg v0.8.5 |
| 3105 | 2026-03-18T10:49:07.446Z | [ host-package] Compiling tabled v0.15.0 |
| 3106 | 2026-03-18T10:49:07.489Z | [ host-package] Compiling const_format v0.2.35 |
| 3107 | 2026-03-18T10:49:08.335Z | [ helios-setup] Mar 18 10:49:07.512 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3108 | 2026-03-18T10:49:09.033Z | [ host-package] Compiling progenitor v0.13.0 |
| 3109 | 2026-03-18T10:49:09.078Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3110 | 2026-03-18T10:49:09.624Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3111 | 2026-03-18T10:49:09.678Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3112 | 2026-03-18T10:49:11.468Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3113 | 2026-03-18T10:49:11.825Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3114 | 2026-03-18T10:49:13.265Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3115 | 2026-03-18T10:49:13.634Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3116 | 2026-03-18T10:49:14.203Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3117 | 2026-03-18T10:49:14.379Z | [ helios-setup] Mar 18 10:49:13.553 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3118 | 2026-03-18T10:49:14.808Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3119 | 2026-03-18T10:49:16.206Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3120 | 2026-03-18T10:49:16.322Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3121 | 2026-03-18T10:49:17.031Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3122 | 2026-03-18T10:49:18.040Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3123 | 2026-03-18T10:49:18.643Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3124 | 2026-03-18T10:49:18.714Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3125 | 2026-03-18T10:49:19.838Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3126 | 2026-03-18T10:49:20.212Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3127 | 2026-03-18T10:49:20.700Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3128 | 2026-03-18T10:49:20.940Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3129 | 2026-03-18T10:49:21.348Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3130 | 2026-03-18T10:49:21.608Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3131 | 2026-03-18T10:49:21.998Z | [ host-package] Compiling tough v0.20.0 |
| 3132 | 2026-03-18T10:49:22.232Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3133 | 2026-03-18T10:49:23.070Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3134 | 2026-03-18T10:49:26.188Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3135 | 2026-03-18T10:49:27.048Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3136 | 2026-03-18T10:49:27.281Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3137 | 2026-03-18T10:49:27.332Z | [ host-package] Compiling bcs v0.1.6 |
| 3138 | 2026-03-18T10:49:27.404Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3139 | 2026-03-18T10:49:27.923Z | [ host-package] Compiling semver v0.1.20 |
| 3140 | 2026-03-18T10:49:28.000Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3141 | 2026-03-18T10:49:28.376Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3142 | 2026-03-18T10:49:28.455Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3143 | 2026-03-18T10:49:28.522Z | [ host-package] Compiling smawk v0.3.2 |
| 3144 | 2026-03-18T10:49:28.807Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3145 | 2026-03-18T10:49:28.893Z | [ host-package] Compiling humantime v2.3.0 |
| 3146 | 2026-03-18T10:49:29.136Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3147 | 2026-03-18T10:49:29.544Z | [ host-package] Compiling textwrap v0.16.2 |
| 3148 | 2026-03-18T10:49:29.713Z | [ host-package] Compiling dropshot-api-manager-types v0.6.0 |
| 3149 | 2026-03-18T10:49:29.737Z | [ helios-setup] Mar 18 10:49:28.905 INFO E| Finished `release` profile [optimized] target(s) in 58.88s |
| 3150 | 2026-03-18T10:49:29.740Z | [ helios-setup] Mar 18 10:49:28.908 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3151 | 2026-03-18T10:49:29.740Z | [ helios-setup] Mar 18 10:49:28.908 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3152 | 2026-03-18T10:49:29.809Z | [ helios-setup] Mar 18 10:49:28.977 INFO building project "pilot" ok (58 seconds) |
| 3153 | 2026-03-18T10:49:29.809Z | [ helios-setup] Mar 18 10:49:28.977 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3154 | 2026-03-18T10:49:29.821Z | [ helios-setup] Mar 18 10:49:28.989 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3155 | 2026-03-18T10:49:29.822Z | [ helios-setup] Mar 18 10:49:28.989 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3156 | 2026-03-18T10:49:29.822Z | [ helios-setup] Mar 18 10:49:28.989 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3157 | 2026-03-18T10:49:29.998Z | [ helios-setup] Mar 18 10:49:29.167 INFO E| Updating crates.io index |
| 3158 | 2026-03-18T10:49:30.131Z | [ helios-setup] Mar 18 10:49:29.300 INFO E| Downloading crates ... |
| 3159 | 2026-03-18T10:49:30.185Z | [ helios-setup] Mar 18 10:49:29.354 INFO E| Downloaded bitflags v2.9.1 |
| 3160 | 2026-03-18T10:49:30.192Z | [ helios-setup] Mar 18 10:49:29.361 INFO E| Downloaded time-core v0.1.4 |
| 3161 | 2026-03-18T10:49:30.197Z | [ helios-setup] Mar 18 10:49:29.365 INFO E| Downloaded errno v0.3.12 |
| 3162 | 2026-03-18T10:49:30.225Z | [ helios-setup] Mar 18 10:49:29.393 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3163 | 2026-03-18T10:49:30.252Z | [ helios-setup] Mar 18 10:49:29.420 INFO E| Downloaded time-macros v0.2.22 |
| 3164 | 2026-03-18T10:49:30.255Z | [ helios-setup] Mar 18 10:49:29.422 INFO E| Downloaded deranged v0.4.0 |
| 3165 | 2026-03-18T10:49:30.258Z | [ helios-setup] Mar 18 10:49:29.424 INFO E| Downloaded autocfg v1.4.0 |
| 3166 | 2026-03-18T10:49:30.258Z | [ helios-setup] Mar 18 10:49:29.425 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3167 | 2026-03-18T10:49:30.258Z | [ helios-setup] Mar 18 10:49:29.426 INFO E| Downloaded thiserror v2.0.12 |
| 3168 | 2026-03-18T10:49:30.263Z | [ helios-setup] Mar 18 10:49:29.431 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3169 | 2026-03-18T10:49:30.334Z | [ helios-setup] Mar 18 10:49:29.502 INFO E| Downloaded unicode-ident v1.0.18 |
| 3170 | 2026-03-18T10:49:30.337Z | [ helios-setup] Mar 18 10:49:29.505 INFO E| Downloaded getrandom v0.3.3 |
| 3171 | 2026-03-18T10:49:30.340Z | [ helios-setup] Mar 18 10:49:29.508 INFO E| Downloaded tempfile v3.20.0 |
| 3172 | 2026-03-18T10:49:30.343Z | [ helios-setup] Mar 18 10:49:29.510 INFO E| Downloaded serde_derive v1.0.219 |
| 3173 | 2026-03-18T10:49:30.365Z | [ helios-setup] Mar 18 10:49:29.533 INFO E| Downloaded anyhow v1.0.98 |
| 3174 | 2026-03-18T10:49:30.370Z | [ helios-setup] Mar 18 10:49:29.538 INFO E| Downloaded serde v1.0.219 |
| 3175 | 2026-03-18T10:49:30.374Z | [ helios-setup] Mar 18 10:49:29.541 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3176 | 2026-03-18T10:49:30.377Z | [ helios-setup] Mar 18 10:49:29.543 INFO E| Downloaded quote v1.0.40 |
| 3177 | 2026-03-18T10:49:30.412Z | [ helios-setup] Mar 18 10:49:29.581 INFO E| Downloaded memchr v2.7.4 |
| 3178 | 2026-03-18T10:49:30.417Z | [ helios-setup] Mar 18 10:49:29.585 INFO E| Downloaded indexmap v2.9.0 |
| 3179 | 2026-03-18T10:49:30.420Z | [ helios-setup] Mar 18 10:49:29.589 INFO E| Downloaded hashbrown v0.15.3 |
| 3180 | 2026-03-18T10:49:30.447Z | [ helios-setup] Mar 18 10:49:29.615 INFO E| Downloaded time v0.3.41 |
| 3181 | 2026-03-18T10:49:30.453Z | [ helios-setup] Mar 18 10:49:29.621 INFO E| Downloaded serde_json v1.0.140 |
| 3182 | 2026-03-18T10:49:30.459Z | [ helios-setup] Mar 18 10:49:29.627 INFO E| Downloaded serde_with v3.12.0 |
| 3183 | 2026-03-18T10:49:30.495Z | [ helios-setup] Mar 18 10:49:29.663 INFO E| Downloaded chrono v0.4.41 |
| 3184 | 2026-03-18T10:49:30.539Z | [ helios-setup] Mar 18 10:49:29.707 INFO E| Downloaded syn v2.0.101 |
| 3185 | 2026-03-18T10:49:30.539Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3186 | 2026-03-18T10:49:30.572Z | [ helios-setup] Mar 18 10:49:29.740 INFO E| Downloaded rustix v1.0.7 |
| 3187 | 2026-03-18T10:49:30.642Z | [ helios-setup] Mar 18 10:49:29.810 INFO E| Downloaded libc v0.2.172 |
| 3188 | 2026-03-18T10:49:30.716Z | [ helios-setup] Mar 18 10:49:29.883 INFO E| Compiling proc-macro2 v1.0.95 |
| 3189 | 2026-03-18T10:49:30.716Z | [ helios-setup] Mar 18 10:49:29.883 INFO E| Compiling unicode-ident v1.0.18 |
| 3190 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.883 INFO E| Compiling libc v0.2.172 |
| 3191 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.883 INFO E| Compiling fnv v1.0.7 |
| 3192 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling ident_case v1.0.1 |
| 3193 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling strsim v0.11.1 |
| 3194 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling serde v1.0.219 |
| 3195 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling getrandom v0.3.3 |
| 3196 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling rustix v1.0.7 |
| 3197 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling cfg-if v1.0.0 |
| 3198 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling thiserror v2.0.12 |
| 3199 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling serde_json v1.0.140 |
| 3200 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling anyhow v1.0.98 |
| 3201 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling bitflags v2.9.1 |
| 3202 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3203 | 2026-03-18T10:49:30.719Z | [ helios-setup] Mar 18 10:49:29.884 INFO E| Compiling once_cell v1.21.3 |
| 3204 | 2026-03-18T10:49:31.019Z | [ helios-setup] Mar 18 10:49:30.187 INFO E| Compiling ryu v1.0.20 |
| 3205 | 2026-03-18T10:49:31.211Z | [ helios-setup] Mar 18 10:49:30.378 INFO E| Compiling fastrand v2.3.0 |
| 3206 | 2026-03-18T10:49:31.254Z | [ helios-setup] Mar 18 10:49:30.422 INFO E| Compiling memchr v2.7.4 |
| 3207 | 2026-03-18T10:49:31.285Z | [ helios-setup] Mar 18 10:49:30.453 INFO E| Compiling itoa v1.0.15 |
| 3208 | 2026-03-18T10:49:31.717Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3209 | 2026-03-18T10:49:32.092Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3210 | 2026-03-18T10:49:32.361Z | [ host-package] Compiling steno v0.4.1 |
| 3211 | 2026-03-18T10:49:32.506Z | [ helios-setup] Mar 18 10:49:31.673 INFO E| Compiling errno v0.3.12 |
| 3212 | 2026-03-18T10:49:32.971Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3213 | 2026-03-18T10:49:32.982Z | [ host-package] Compiling tagptr v0.2.0 |
| 3214 | 2026-03-18T10:49:33.052Z | [ helios-setup] Mar 18 10:49:32.219 INFO E| Compiling quote v1.0.40 |
| 3215 | 2026-03-18T10:49:33.338Z | [ helios-setup] Mar 18 10:49:32.505 INFO E| Compiling syn v2.0.101 |
| 3216 | 2026-03-18T10:49:33.386Z | [ host-package] Compiling moka v0.12.13 |
| 3217 | 2026-03-18T10:49:33.481Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3218 | 2026-03-18T10:49:33.604Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3219 | 2026-03-18T10:49:33.907Z | [ helios-setup] Mar 18 10:49:33.067 INFO E| Compiling tempfile v3.20.0 |
| 3220 | 2026-03-18T10:49:34.112Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3221 | 2026-03-18T10:49:34.316Z | [ host-package] Compiling num-derive v0.3.3 |
| 3222 | 2026-03-18T10:49:34.402Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3223 | 2026-03-18T10:49:34.826Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3224 | 2026-03-18T10:49:35.189Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3225 | 2026-03-18T10:49:35.234Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3226 | 2026-03-18T10:49:35.336Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3227 | 2026-03-18T10:49:35.648Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3228 | 2026-03-18T10:49:35.747Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3229 | 2026-03-18T10:49:35.870Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3230 | 2026-03-18T10:49:35.944Z | [ host-package] Compiling crunchy v0.2.4 |
| 3231 | 2026-03-18T10:49:35.944Z | [ host-package] Compiling maplit v1.0.2 |
| 3232 | 2026-03-18T10:49:36.068Z | [ host-package] Compiling glob v0.3.3 |
| 3233 | 2026-03-18T10:49:36.169Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3234 | 2026-03-18T10:49:36.337Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3235 | 2026-03-18T10:49:36.508Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3236 | 2026-03-18T10:49:36.542Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3237 | 2026-03-18T10:49:36.577Z | [ host-package] Compiling papergrid v0.17.0 |
| 3238 | 2026-03-18T10:49:36.611Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3239 | 2026-03-18T10:49:36.676Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3240 | 2026-03-18T10:49:36.931Z | [ helios-setup] Mar 18 10:49:36.097 INFO E| Compiling darling_core v0.20.11 |
| 3241 | 2026-03-18T10:49:37.118Z | [ host-package] Compiling typify v0.4.3 |
| 3242 | 2026-03-18T10:49:37.433Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3243 | 2026-03-18T10:49:37.881Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3244 | 2026-03-18T10:49:38.106Z | [ host-package] Compiling testing_table v0.3.0 |
| 3245 | 2026-03-18T10:49:38.561Z | [ helios-setup] Mar 18 10:49:37.724 INFO E| Compiling serde_derive v1.0.219 |
| 3246 | 2026-03-18T10:49:38.561Z | [ helios-setup] Mar 18 10:49:37.724 INFO E| Compiling thiserror-impl v2.0.12 |
| 3247 | 2026-03-18T10:49:38.604Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3248 | 2026-03-18T10:49:38.681Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3249 | 2026-03-18T10:49:38.914Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3250 | 2026-03-18T10:49:40.059Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3251 | 2026-03-18T10:49:40.141Z | [ helios-setup] Mar 18 10:49:39.292 INFO E| Compiling darling_macro v0.20.11 |
| 3252 | 2026-03-18T10:49:40.973Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3253 | 2026-03-18T10:49:41.006Z | [ helios-setup] Mar 18 10:49:40.170 INFO E| Compiling darling v0.20.11 |
| 3254 | 2026-03-18T10:49:41.108Z | [ helios-setup] Mar 18 10:49:40.272 INFO E| Compiling serde_with_macros v3.12.0 |
| 3255 | 2026-03-18T10:49:41.307Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3256 | 2026-03-18T10:49:41.557Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3257 | 2026-03-18T10:49:42.174Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3258 | 2026-03-18T10:49:42.759Z | [ host-package] Compiling tabled v0.20.0 |
| 3259 | 2026-03-18T10:49:43.434Z | [ host-package] Compiling term v0.7.0 |
| 3260 | 2026-03-18T10:49:44.347Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3261 | 2026-03-18T10:49:45.054Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3262 | 2026-03-18T10:49:45.096Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3263 | 2026-03-18T10:49:45.150Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3264 | 2026-03-18T10:49:45.493Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3265 | 2026-03-18T10:49:45.536Z | [ helios-setup] Mar 18 10:49:44.697 INFO E| Compiling serde_with v3.12.0 |
| 3266 | 2026-03-18T10:49:45.555Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3267 | 2026-03-18T10:49:45.860Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3268 | 2026-03-18T10:49:45.916Z | [ host-package] Compiling bit-set v0.5.3 |
| 3269 | 2026-03-18T10:49:46.074Z | [ host-package] Compiling xshell v0.2.7 |
| 3270 | 2026-03-18T10:49:46.227Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3271 | 2026-03-18T10:49:46.340Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3272 | 2026-03-18T10:49:46.969Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3273 | 2026-03-18T10:49:47.285Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3274 | 2026-03-18T10:49:47.385Z | [ host-package] Compiling itertools v0.10.5 |
| 3275 | 2026-03-18T10:49:47.666Z | [ host-package] Compiling progenitor v0.10.0 |
| 3276 | 2026-03-18T10:49:47.807Z | [ host-package] Compiling ena v0.14.4 |
| 3277 | 2026-03-18T10:49:47.954Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3278 | 2026-03-18T10:49:48.037Z | [ host-package] Compiling libloading v0.8.9 |
| 3279 | 2026-03-18T10:49:48.040Z | [ host-package] Compiling bindgen v0.71.1 |
| 3280 | 2026-03-18T10:49:48.289Z | [ host-package] Compiling unicase v2.9.0 |
| 3281 | 2026-03-18T10:49:48.545Z | [ host-package] Compiling diff v0.1.13 |
| 3282 | 2026-03-18T10:49:48.580Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3283 | 2026-03-18T10:49:48.798Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3284 | 2026-03-18T10:49:49.039Z | [ host-package] Compiling diesel v2.3.7 |
| 3285 | 2026-03-18T10:49:50.460Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3286 | 2026-03-18T10:49:51.112Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3287 | 2026-03-18T10:49:51.236Z | [ helios-setup] Mar 18 10:49:50.395 INFO E| Finished `release` profile [optimized] target(s) in 21.39s |
| 3288 | 2026-03-18T10:49:51.267Z | [ helios-setup] Mar 18 10:49:50.427 INFO building project "dmar-report" ok (21 seconds) |
| 3289 | 2026-03-18T10:49:51.267Z | [ helios-setup] Mar 18 10:49:50.427 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3290 | 2026-03-18T10:49:51.314Z | [ helios-setup] Mar 18 10:49:50.473 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3291 | 2026-03-18T10:49:51.314Z | [ helios-setup] Mar 18 10:49:50.473 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3292 | 2026-03-18T10:49:51.317Z | [ helios-setup] Mar 18 10:49:50.473 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3293 | 2026-03-18T10:49:51.521Z | [ helios-setup] Mar 18 10:49:50.681 INFO E| Updating crates.io index |
| 3294 | 2026-03-18T10:49:51.639Z | [ helios-setup] Mar 18 10:49:50.798 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3295 | 2026-03-18T10:49:51.693Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3296 | 2026-03-18T10:49:52.031Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3297 | 2026-03-18T10:49:52.117Z | [ helios-setup] Mar 18 10:49:51.276 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3298 | 2026-03-18T10:49:52.117Z | [ helios-setup] Mar 18 10:49:51.276 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3299 | 2026-03-18T10:49:52.127Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3300 | 2026-03-18T10:49:52.135Z | [ helios-setup] Mar 18 10:49:51.295 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3301 | 2026-03-18T10:49:52.483Z | [ helios-setup] Mar 18 10:49:51.642 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3302 | 2026-03-18T10:49:52.483Z | [ helios-setup] Mar 18 10:49:51.642 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3303 | 2026-03-18T10:49:52.701Z | [ helios-setup] Mar 18 10:49:51.859 INFO E| Downloading crates ... |
| 3304 | 2026-03-18T10:49:52.776Z | [ helios-setup] Mar 18 10:49:51.935 INFO E| Downloaded ansi_term v0.12.1 |
| 3305 | 2026-03-18T10:49:52.779Z | [ helios-setup] Mar 18 10:49:51.937 INFO E| Downloaded pest_generator v2.8.0 |
| 3306 | 2026-03-18T10:49:52.779Z | [ helios-setup] Mar 18 10:49:51.938 INFO E| Downloaded heck v0.3.3 |
| 3307 | 2026-03-18T10:49:52.806Z | [ helios-setup] Mar 18 10:49:51.965 INFO E| Downloaded vec_map v0.8.2 |
| 3308 | 2026-03-18T10:49:52.809Z | [ helios-setup] Mar 18 10:49:51.966 INFO E| Downloaded four-cc v0.4.0 |
| 3309 | 2026-03-18T10:49:52.809Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3310 | 2026-03-18T10:49:52.809Z | [ helios-setup] Mar 18 10:49:51.967 INFO E| Downloaded dyn-clone v1.0.19 |
| 3311 | 2026-03-18T10:49:52.812Z | [ helios-setup] Mar 18 10:49:51.968 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3312 | 2026-03-18T10:49:52.812Z | [ helios-setup] Mar 18 10:49:51.969 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3313 | 2026-03-18T10:49:52.812Z | [ helios-setup] Mar 18 10:49:51.971 INFO E| Downloaded unic-char-range v0.9.0 |
| 3314 | 2026-03-18T10:49:52.815Z | [ helios-setup] Mar 18 10:49:51.972 INFO E| Downloaded unic-char-property v0.9.0 |
| 3315 | 2026-03-18T10:49:52.815Z | [ helios-setup] Mar 18 10:49:51.973 INFO E| Downloaded strum v0.27.1 |
| 3316 | 2026-03-18T10:49:52.815Z | [ helios-setup] Mar 18 10:49:51.974 INFO E| Downloaded strsim v0.8.0 |
| 3317 | 2026-03-18T10:49:52.820Z | [ helios-setup] Mar 18 10:49:51.978 INFO E| Downloaded unic-common v0.9.0 |
| 3318 | 2026-03-18T10:49:52.823Z | [ helios-setup] Mar 18 10:49:51.979 INFO E| Downloaded fletcher v1.0.0 |
| 3319 | 2026-03-18T10:49:52.824Z | [ helios-setup] Mar 18 10:49:51.980 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3320 | 2026-03-18T10:49:52.824Z | [ helios-setup] Mar 18 10:49:51.981 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3321 | 2026-03-18T10:49:52.829Z | [ helios-setup] Mar 18 10:49:51.988 INFO E| Downloaded rustversion v1.0.20 |
| 3322 | 2026-03-18T10:49:52.832Z | [ helios-setup] Mar 18 10:49:51.990 INFO E| Downloaded parse_int v0.9.0 |
| 3323 | 2026-03-18T10:49:52.832Z | [ helios-setup] Mar 18 10:49:51.991 INFO E| Downloaded bytesize v2.0.1 |
| 3324 | 2026-03-18T10:49:52.835Z | [ helios-setup] Mar 18 10:49:51.993 INFO E| Downloaded textwrap v0.11.0 |
| 3325 | 2026-03-18T10:49:52.838Z | [ helios-setup] Mar 18 10:49:51.995 INFO E| Downloaded strum_macros v0.27.1 |
| 3326 | 2026-03-18T10:49:52.839Z | [ helios-setup] Mar 18 10:49:51.997 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3327 | 2026-03-18T10:49:52.842Z | [ helios-setup] Mar 18 10:49:51.999 INFO E| Downloaded structopt-derive v0.4.18 |
| 3328 | 2026-03-18T10:49:52.842Z | [ helios-setup] Mar 18 10:49:52.000 INFO E| Downloaded pest_meta v2.8.0 |
| 3329 | 2026-03-18T10:49:52.849Z | [ helios-setup] Mar 18 10:49:52.004 INFO E| Downloaded pest_derive v2.8.0 |
| 3330 | 2026-03-18T10:49:52.849Z | [ helios-setup] Mar 18 10:49:52.006 INFO E| Downloaded log v0.4.27 |
| 3331 | 2026-03-18T10:49:52.852Z | [ helios-setup] Mar 18 10:49:52.009 INFO E| Downloaded structopt v0.3.26 |
| 3332 | 2026-03-18T10:49:52.856Z | [ helios-setup] Mar 18 10:49:52.015 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3333 | 2026-03-18T10:49:52.865Z | [ helios-setup] Mar 18 10:49:52.024 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3334 | 2026-03-18T10:49:52.872Z | [ helios-setup] Mar 18 10:49:52.031 INFO E| Downloaded typenum v1.18.0 |
| 3335 | 2026-03-18T10:49:52.890Z | [ helios-setup] Mar 18 10:49:52.049 INFO E| Downloaded pest v2.8.0 |
| 3336 | 2026-03-18T10:49:52.896Z | [ helios-setup] Mar 18 10:49:52.055 INFO E| Downloaded goblin v0.9.3 |
| 3337 | 2026-03-18T10:49:52.902Z | [ helios-setup] Mar 18 10:49:52.061 INFO E| Downloaded clap v2.34.0 |
| 3338 | 2026-03-18T10:49:52.908Z | [ helios-setup] Mar 18 10:49:52.067 INFO E| Downloaded zerocopy v0.8.25 |
| 3339 | 2026-03-18T10:49:52.911Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3340 | 2026-03-18T10:49:52.943Z | [ host-package] Compiling cexpr v0.6.0 |
| 3341 | 2026-03-18T10:49:52.992Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling proc-macro2 v1.0.95 |
| 3342 | 2026-03-18T10:49:52.992Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling unicode-ident v1.0.18 |
| 3343 | 2026-03-18T10:49:52.992Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling memchr v2.7.4 |
| 3344 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling autocfg v1.4.0 |
| 3345 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling thiserror v2.0.12 |
| 3346 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling syn v1.0.109 |
| 3347 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling serde v1.0.219 |
| 3348 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling version_check v0.9.5 |
| 3349 | 2026-03-18T10:49:52.996Z | [ helios-setup] Mar 18 10:49:52.151 INFO E| Compiling serde_json v1.0.140 |
| 3350 | 2026-03-18T10:49:53.055Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling ryu v1.0.20 |
| 3351 | 2026-03-18T10:49:53.055Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling itoa v1.0.15 |
| 3352 | 2026-03-18T10:49:53.055Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling schemars v0.8.22 |
| 3353 | 2026-03-18T10:49:53.059Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling static_assertions v1.1.0 |
| 3354 | 2026-03-18T10:49:53.059Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling paste v1.0.15 |
| 3355 | 2026-03-18T10:49:53.059Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling rustversion v1.0.20 |
| 3356 | 2026-03-18T10:49:53.059Z | [ helios-setup] Mar 18 10:49:52.214 INFO E| Compiling libc v0.2.172 |
| 3357 | 2026-03-18T10:49:53.192Z | [ host-package] Compiling crc8 v0.1.1 |
| 3358 | 2026-03-18T10:49:53.422Z | [ helios-setup] Mar 18 10:49:52.580 INFO E| Compiling zerocopy v0.8.25 |
| 3359 | 2026-03-18T10:49:53.489Z | [ helios-setup] Mar 18 10:49:52.648 INFO E| Compiling dyn-clone v1.0.19 |
| 3360 | 2026-03-18T10:49:53.529Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3361 | 2026-03-18T10:49:53.576Z | [ helios-setup] Mar 18 10:49:52.735 INFO E| Compiling ucd-trie v0.1.7 |
| 3362 | 2026-03-18T10:49:53.673Z | [ helios-setup] Mar 18 10:49:52.831 INFO E| Compiling once_cell v1.21.3 |
| 3363 | 2026-03-18T10:49:53.720Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3364 | 2026-03-18T10:49:53.953Z | [ helios-setup] Mar 18 10:49:53.111 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3365 | 2026-03-18T10:49:54.013Z | [ helios-setup] Mar 18 10:49:53.171 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3366 | 2026-03-18T10:49:54.025Z | [ helios-setup] Mar 18 10:49:53.183 INFO E| Compiling proc-macro-error v1.0.4 |
| 3367 | 2026-03-18T10:49:54.181Z | [ host-package] Compiling headers-core v0.3.0 |
| 3368 | 2026-03-18T10:49:54.225Z | [ helios-setup] Mar 18 10:49:53.383 INFO E| Compiling num-traits v0.2.19 |
| 3369 | 2026-03-18T10:49:54.235Z | [ helios-setup] Mar 18 10:49:53.393 INFO E| Compiling memoffset v0.9.1 |
| 3370 | 2026-03-18T10:49:54.242Z | [ helios-setup] Mar 18 10:49:53.401 INFO E| Compiling heck v0.5.0 |
| 3371 | 2026-03-18T10:49:54.331Z | [ host-package] Compiling libxml v0.3.3 |
| 3372 | 2026-03-18T10:49:54.436Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3373 | 2026-03-18T10:49:54.436Z | [ helios-setup] Mar 18 10:49:53.595 INFO E| Compiling unicode-width v0.1.14 |
| 3374 | 2026-03-18T10:49:54.514Z | [ helios-setup] Mar 18 10:49:53.672 INFO E| Compiling ansi_term v0.12.1 |
| 3375 | 2026-03-18T10:49:54.522Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3376 | 2026-03-18T10:49:54.586Z | [ helios-setup] Mar 18 10:49:53.739 INFO E| Compiling heck v0.3.3 |
| 3377 | 2026-03-18T10:49:54.586Z | [ helios-setup] Mar 18 10:49:53.739 INFO E| Compiling fletcher v1.0.0 |
| 3378 | 2026-03-18T10:49:54.593Z | [ helios-setup] Mar 18 10:49:53.752 INFO E| Compiling vec_map v0.8.2 |
| 3379 | 2026-03-18T10:49:54.636Z | [ helios-setup] Mar 18 10:49:53.794 INFO E| Compiling unic-char-range v0.9.0 |
| 3380 | 2026-03-18T10:49:54.643Z | [ helios-setup] Mar 18 10:49:53.801 INFO E| Compiling strsim v0.8.0 |
| 3381 | 2026-03-18T10:49:54.713Z | [ helios-setup] Mar 18 10:49:53.871 INFO E| Compiling unic-common v0.9.0 |
| 3382 | 2026-03-18T10:49:54.735Z | [ host-package] Compiling headers v0.4.1 |
| 3383 | 2026-03-18T10:49:54.828Z | [ helios-setup] Mar 18 10:49:53.986 INFO E| Compiling strum v0.27.1 |
| 3384 | 2026-03-18T10:49:54.835Z | [ helios-setup] Mar 18 10:49:53.993 INFO E| Compiling byteorder v1.5.0 |
| 3385 | 2026-03-18T10:49:54.889Z | [ helios-setup] Mar 18 10:49:54.047 INFO E| Compiling bitflags v1.3.2 |
| 3386 | 2026-03-18T10:49:54.969Z | [ helios-setup] Mar 18 10:49:54.127 INFO E| Compiling unic-char-property v0.9.0 |
| 3387 | 2026-03-18T10:49:54.979Z | [ helios-setup] Mar 18 10:49:54.137 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3388 | 2026-03-18T10:49:54.987Z | [ helios-setup] Mar 18 10:49:54.145 INFO E| Compiling log v0.4.27 |
| 3389 | 2026-03-18T10:49:54.990Z | [ helios-setup] Mar 18 10:49:54.145 INFO E| Compiling plain v0.2.3 |
| 3390 | 2026-03-18T10:49:55.004Z | [ helios-setup] Mar 18 10:49:54.162 INFO E| Compiling lazy_static v1.5.0 |
| 3391 | 2026-03-18T10:49:55.025Z | [ helios-setup] Mar 18 10:49:54.183 INFO E| Compiling bytesize v2.0.1 |
| 3392 | 2026-03-18T10:49:55.115Z | [ helios-setup] Mar 18 10:49:54.270 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3393 | 2026-03-18T10:49:55.179Z | [ helios-setup] Mar 18 10:49:54.336 INFO E| Compiling atty v0.2.14 |
| 3394 | 2026-03-18T10:49:55.193Z | [ helios-setup] Mar 18 10:49:54.351 INFO E| Compiling textwrap v0.11.0 |
| 3395 | 2026-03-18T10:49:55.334Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3396 | 2026-03-18T10:49:55.398Z | [ helios-setup] Mar 18 10:49:54.556 INFO E| Compiling clap v2.34.0 |
| 3397 | 2026-03-18T10:49:55.515Z | [ helios-setup] Mar 18 10:49:54.669 INFO E| Compiling quote v1.0.40 |
| 3398 | 2026-03-18T10:49:55.681Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3399 | 2026-03-18T10:49:55.770Z | [ helios-setup] Mar 18 10:49:54.928 INFO E| Compiling syn v2.0.101 |
| 3400 | 2026-03-18T10:49:55.811Z | [ host-package] Compiling indoc v1.0.9 |
| 3401 | 2026-03-18T10:49:56.281Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3402 | 2026-03-18T10:49:56.597Z | [ helios-setup] Mar 18 10:49:55.754 INFO E| Compiling parse_int v0.9.0 |
| 3403 | 2026-03-18T10:49:56.691Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3404 | 2026-03-18T10:49:56.754Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3405 | 2026-03-18T10:49:56.988Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3406 | 2026-03-18T10:49:57.087Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3407 | 2026-03-18T10:49:57.487Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3408 | 2026-03-18T10:49:57.724Z | [ host-package] Compiling half v1.8.3 |
| 3409 | 2026-03-18T10:49:57.880Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3410 | 2026-03-18T10:49:58.526Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3411 | 2026-03-18T10:49:58.680Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3412 | 2026-03-18T10:49:59.167Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3413 | 2026-03-18T10:49:59.551Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3414 | 2026-03-18T10:49:59.763Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3415 | 2026-03-18T10:50:00.167Z | [ host-package] Compiling bb8 v0.8.6 |
| 3416 | 2026-03-18T10:50:00.277Z | [ helios-setup] Mar 18 10:49:59.433 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3417 | 2026-03-18T10:50:00.277Z | [ helios-setup] Mar 18 10:49:59.433 INFO E| Compiling structopt-derive v0.4.18 |
| 3418 | 2026-03-18T10:50:00.345Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3419 | 2026-03-18T10:50:00.359Z | [ helios-setup] Mar 18 10:49:59.515 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3420 | 2026-03-18T10:50:01.082Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3421 | 2026-03-18T10:50:01.127Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3422 | 2026-03-18T10:50:01.358Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3423 | 2026-03-18T10:50:01.452Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3424 | 2026-03-18T10:50:01.694Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling thiserror-impl v2.0.12 |
| 3425 | 2026-03-18T10:50:01.694Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling serde_derive v1.0.219 |
| 3426 | 2026-03-18T10:50:01.697Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3427 | 2026-03-18T10:50:01.697Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3428 | 2026-03-18T10:50:01.697Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling num-derive v0.4.2 |
| 3429 | 2026-03-18T10:50:01.697Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling scroll_derive v0.12.1 |
| 3430 | 2026-03-18T10:50:01.697Z | [ helios-setup] Mar 18 10:50:00.849 INFO E| Compiling strum_macros v0.27.1 |
| 3431 | 2026-03-18T10:50:01.973Z | [ host-package] Compiling fxhash v0.2.1 |
| 3432 | 2026-03-18T10:50:01.999Z | [ helios-setup] Mar 18 10:50:01.154 INFO E| Compiling schemars_derive v0.8.22 |
| 3433 | 2026-03-18T10:50:02.049Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3434 | 2026-03-18T10:50:02.344Z | [ helios-setup] Mar 18 10:50:01.499 INFO E| Compiling structopt v0.3.26 |
| 3435 | 2026-03-18T10:50:02.678Z | [ helios-setup] Mar 18 10:50:01.833 INFO E| Compiling modular-bitfield v0.11.2 |
| 3436 | 2026-03-18T10:50:02.769Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3437 | 2026-03-18T10:50:02.874Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3438 | 2026-03-18T10:50:03.249Z | [ host-package] Compiling samael v0.0.19 |
| 3439 | 2026-03-18T10:50:03.387Z | [ host-package] Compiling salty v0.3.0 |
| 3440 | 2026-03-18T10:50:03.703Z | [ helios-setup] Mar 18 10:50:02.857 INFO E| Compiling scroll v0.12.0 |
| 3441 | 2026-03-18T10:50:03.717Z | [ host-package] Compiling nonempty v0.12.0 |
| 3442 | 2026-03-18T10:50:03.720Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3443 | 2026-03-18T10:50:03.820Z | [ helios-setup] Mar 18 10:50:02.974 INFO E| Compiling modular-bitfield v0.13.1 |
| 3444 | 2026-03-18T10:50:04.132Z | [ helios-setup] Mar 18 10:50:03.286 INFO E| Compiling pest v2.8.0 |
| 3445 | 2026-03-18T10:50:04.190Z | [ helios-setup] Mar 18 10:50:03.344 INFO E| Compiling goblin v0.9.3 |
| 3446 | 2026-03-18T10:50:04.328Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3447 | 2026-03-18T10:50:04.491Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3448 | 2026-03-18T10:50:04.581Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3449 | 2026-03-18T10:50:04.805Z | [ host-package] Compiling darling_core v0.23.0 |
| 3450 | 2026-03-18T10:50:04.998Z | [ host-package] Compiling nanorand v0.7.0 |
| 3451 | 2026-03-18T10:50:06.146Z | [ helios-setup] Mar 18 10:50:05.299 INFO E| Compiling pest_meta v2.8.0 |
| 3452 | 2026-03-18T10:50:06.636Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3453 | 2026-03-18T10:50:06.684Z | [ host-package] Compiling polar-core v0.27.3 |
| 3454 | 2026-03-18T10:50:07.029Z | [ helios-setup] Mar 18 10:50:06.182 INFO E| Compiling pest_generator v2.8.0 |
| 3455 | 2026-03-18T10:50:07.103Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3456 | 2026-03-18T10:50:07.934Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3457 | 2026-03-18T10:50:07.995Z | [ host-package] Compiling flume v0.11.1 |
| 3458 | 2026-03-18T10:50:08.255Z | [ helios-setup] Mar 18 10:50:07.408 INFO E| Compiling pest_derive v2.8.0 |
| 3459 | 2026-03-18T10:50:08.329Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3460 | 2026-03-18T10:50:08.562Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3461 | 2026-03-18T10:50:08.959Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3462 | 2026-03-18T10:50:09.830Z | [ helios-setup] Mar 18 10:50:08.981 INFO E| Compiling json5 v0.4.1 |
| 3463 | 2026-03-18T10:50:11.231Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3464 | 2026-03-18T10:50:12.138Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3465 | 2026-03-18T10:50:12.168Z | [ helios-setup] Mar 18 10:50:11.313 INFO E| Compiling four-cc v0.4.0 |
| 3466 | 2026-03-18T10:50:12.168Z | [ helios-setup] Mar 18 10:50:11.313 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3467 | 2026-03-18T10:50:12.316Z | [ helios-setup] Mar 18 10:50:11.466 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3468 | 2026-03-18T10:50:13.015Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3469 | 2026-03-18T10:50:13.843Z | [ host-package] Compiling git-stub v1.0.0 |
| 3470 | 2026-03-18T10:50:14.210Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3471 | 2026-03-18T10:50:14.355Z | [ host-package] Compiling instability v0.3.11 |
| 3472 | 2026-03-18T10:50:14.470Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3473 | 2026-03-18T10:50:15.070Z | [ host-package] Compiling progenitor v0.11.2 |
| 3474 | 2026-03-18T10:50:15.125Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3475 | 2026-03-18T10:50:15.201Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3476 | 2026-03-18T10:50:15.282Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3477 | 2026-03-18T10:50:15.370Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3478 | 2026-03-18T10:50:17.260Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3479 | 2026-03-18T10:50:18.526Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3480 | 2026-03-18T10:50:22.919Z | [ host-package] Compiling oso v0.27.3 |
| 3481 | 2026-03-18T10:50:24.449Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3482 | 2026-03-18T10:50:24.496Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3483 | 2026-03-18T10:50:24.872Z | [ host-package] Compiling darling v0.23.0 |
| 3484 | 2026-03-18T10:50:25.099Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3485 | 2026-03-18T10:50:25.595Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3486 | 2026-03-18T10:50:25.797Z | [ host-package] Compiling ignore v0.4.25 |
| 3487 | 2026-03-18T10:50:25.901Z | [ host-package] Compiling primeorder v0.13.6 |
| 3488 | 2026-03-18T10:50:26.053Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3489 | 2026-03-18T10:50:26.391Z | [ host-package] Compiling castaway v0.2.4 |
| 3490 | 2026-03-18T10:50:26.652Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3491 | 2026-03-18T10:50:26.937Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3492 | 2026-03-18T10:50:27.166Z | [ host-package] Compiling atty v0.2.14 |
| 3493 | 2026-03-18T10:50:27.284Z | [ host-package] Compiling indoc v2.0.7 |
| 3494 | 2026-03-18T10:50:27.322Z | [ host-package] Compiling http-range v0.1.5 |
| 3495 | 2026-03-18T10:50:27.386Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3496 | 2026-03-18T10:50:27.759Z | [ host-package] Compiling endian-type v0.1.2 |
| 3497 | 2026-03-18T10:50:27.861Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3498 | 2026-03-18T10:50:27.986Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3499 | 2026-03-18T10:50:27.989Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3500 | 2026-03-18T10:50:28.297Z | [ host-package] Compiling globwalk v0.9.1 |
| 3501 | 2026-03-18T10:50:28.658Z | [ host-package] Compiling compact_str v0.8.1 |
| 3502 | 2026-03-18T10:50:28.922Z | [ host-package] Compiling p384 v0.13.1 |
| 3503 | 2026-03-18T10:50:29.199Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3504 | 2026-03-18T10:50:30.384Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3505 | 2026-03-18T10:50:31.196Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3506 | 2026-03-18T10:50:31.609Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3507 | 2026-03-18T10:50:31.876Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3508 | 2026-03-18T10:50:31.954Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3509 | 2026-03-18T10:50:32.201Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3510 | 2026-03-18T10:50:32.269Z | [ host-package] Compiling lru v0.12.5 |
| 3511 | 2026-03-18T10:50:32.362Z | [ helios-setup] Mar 18 10:50:31.504 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3512 | 2026-03-18T10:50:32.504Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3513 | 2026-03-18T10:50:32.538Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3514 | 2026-03-18T10:50:32.597Z | [ host-package] Compiling cassowary v0.3.0 |
| 3515 | 2026-03-18T10:50:32.834Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3516 | 2026-03-18T10:50:33.031Z | [ host-package] Compiling ratatui v0.29.0 |
| 3517 | 2026-03-18T10:50:33.567Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3518 | 2026-03-18T10:50:33.683Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3519 | 2026-03-18T10:50:34.373Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3520 | 2026-03-18T10:50:34.924Z | [ host-package] Compiling sled v0.34.7 |
| 3521 | 2026-03-18T10:50:35.992Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3522 | 2026-03-18T10:50:36.815Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3523 | 2026-03-18T10:50:36.971Z | [ helios-setup] Mar 18 10:50:36.111 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3524 | 2026-03-18T10:50:37.046Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3525 | 2026-03-18T10:50:37.183Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3526 | 2026-03-18T10:50:37.844Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3527 | 2026-03-18T10:50:38.189Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3528 | 2026-03-18T10:50:38.292Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3529 | 2026-03-18T10:50:39.248Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3530 | 2026-03-18T10:50:39.624Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3531 | 2026-03-18T10:50:40.008Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3532 | 2026-03-18T10:50:40.055Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3533 | 2026-03-18T10:50:40.386Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3534 | 2026-03-18T10:50:40.695Z | [ host-package] Compiling corncobs v0.1.4 |
| 3535 | 2026-03-18T10:50:41.004Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3536 | 2026-03-18T10:50:41.036Z | [ host-package] Compiling rustls v0.21.12 |
| 3537 | 2026-03-18T10:50:41.130Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3538 | 2026-03-18T10:50:41.176Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3539 | 2026-03-18T10:50:41.487Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3540 | 2026-03-18T10:50:41.520Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3541 | 2026-03-18T10:50:41.524Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3542 | 2026-03-18T10:50:41.966Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3543 | 2026-03-18T10:50:42.003Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3544 | 2026-03-18T10:50:42.065Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3545 | 2026-03-18T10:50:42.239Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3546 | 2026-03-18T10:50:42.354Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3547 | 2026-03-18T10:50:44.489Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3548 | 2026-03-18T10:50:46.445Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3549 | 2026-03-18T10:50:46.592Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3550 | 2026-03-18T10:50:46.938Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3551 | 2026-03-18T10:50:47.093Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3552 | 2026-03-18T10:50:47.353Z | [ host-package] Compiling sct v0.7.1 |
| 3553 | 2026-03-18T10:50:47.781Z | [ host-package] Compiling cargo_toml v0.22.3 |
| 3554 | 2026-03-18T10:50:49.195Z | [ host-package] Compiling git2 v0.20.4 |
| 3555 | 2026-03-18T10:50:49.277Z | [ host-package] Compiling nix v0.29.0 |
| 3556 | 2026-03-18T10:50:49.598Z | [ host-package] Compiling secrecy v0.8.0 |
| 3557 | 2026-03-18T10:50:49.806Z | [ host-package] Compiling void v1.0.2 |
| 3558 | 2026-03-18T10:50:50.024Z | [ host-package] Compiling lzss v0.8.2 |
| 3559 | 2026-03-18T10:50:50.366Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3560 | 2026-03-18T10:50:50.439Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3561 | 2026-03-18T10:50:50.763Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3562 | 2026-03-18T10:50:51.132Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3563 | 2026-03-18T10:50:51.580Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3564 | 2026-03-18T10:50:52.755Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3565 | 2026-03-18T10:50:53.408Z | [ helios-setup] Mar 18 10:50:52.541 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
| 3566 | 2026-03-18T10:50:53.453Z | [ helios-setup] Mar 18 10:50:52.587 INFO building project "amd-host-image-builder" ok (62 seconds) |
| 3567 | 2026-03-18T10:50:53.453Z | [ helios-setup] Mar 18 10:50:52.587 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3568 | 2026-03-18T10:50:53.465Z | [ helios-setup] Mar 18 10:50:52.599 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 3569 | 2026-03-18T10:50:53.465Z | [ helios-setup] Mar 18 10:50:52.599 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3570 | 2026-03-18T10:50:53.468Z | [ helios-setup] Mar 18 10:50:52.599 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3571 | 2026-03-18T10:50:53.518Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3572 | 2026-03-18T10:50:53.573Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3573 | 2026-03-18T10:50:53.596Z | [ helios-setup] Mar 18 10:50:52.730 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3574 | 2026-03-18T10:50:53.865Z | [ helios-setup] Mar 18 10:50:52.999 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3575 | 2026-03-18T10:50:53.865Z | [ helios-setup] Mar 18 10:50:52.999 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3576 | 2026-03-18T10:50:53.869Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3577 | 2026-03-18T10:50:53.913Z | [ helios-setup] Mar 18 10:50:53.046 INFO E| Updating crates.io index |
| 3578 | 2026-03-18T10:50:53.925Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3579 | 2026-03-18T10:50:53.994Z | [ helios-setup] Mar 18 10:50:53.127 INFO E| Downloading crates ... |
| 3580 | 2026-03-18T10:50:54.050Z | [ helios-setup] Mar 18 10:50:53.183 INFO E| Downloaded md-5 v0.9.1 |
| 3581 | 2026-03-18T10:50:54.054Z | [ helios-setup] Mar 18 10:50:53.185 INFO E| Downloaded block-buffer v0.9.0 |
| 3582 | 2026-03-18T10:50:54.054Z | [ helios-setup] Mar 18 10:50:53.187 INFO E| Downloaded sha-1 v0.9.8 |
| 3583 | 2026-03-18T10:50:54.059Z | [ helios-setup] Mar 18 10:50:53.193 INFO E| Downloaded anyhow v1.0.72 |
| 3584 | 2026-03-18T10:50:54.063Z | [ helios-setup] Mar 18 10:50:53.196 INFO E| Downloaded errno v0.3.1 |
| 3585 | 2026-03-18T10:50:54.066Z | [ helios-setup] Mar 18 10:50:53.200 INFO E| Downloaded opaque-debug v0.3.0 |
| 3586 | 2026-03-18T10:50:54.070Z | [ helios-setup] Mar 18 10:50:53.203 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3587 | 2026-03-18T10:50:54.078Z | [ helios-setup] Mar 18 10:50:53.212 INFO E| Downloaded digest v0.9.0 |
| 3588 | 2026-03-18T10:50:54.082Z | [ helios-setup] Mar 18 10:50:53.213 INFO E| Downloaded cpufeatures v0.2.9 |
| 3589 | 2026-03-18T10:50:54.082Z | [ helios-setup] Mar 18 10:50:53.214 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3590 | 2026-03-18T10:50:54.085Z | [ helios-setup] Mar 18 10:50:53.216 INFO E| Downloaded itoa v1.0.9 |
| 3591 | 2026-03-18T10:50:54.091Z | [ helios-setup] Mar 18 10:50:53.225 INFO E| Downloaded fastrand v2.0.0 |
| 3592 | 2026-03-18T10:50:54.099Z | [ helios-setup] Mar 18 10:50:53.233 INFO E| Downloaded walkdir v2.3.3 |
| 3593 | 2026-03-18T10:50:54.103Z | [ helios-setup] Mar 18 10:50:53.235 INFO E| Downloaded quote v1.0.31 |
| 3594 | 2026-03-18T10:50:54.108Z | [ helios-setup] Mar 18 10:50:53.241 INFO E| Downloaded glob v0.3.1 |
| 3595 | 2026-03-18T10:50:54.112Z | [ helios-setup] Mar 18 10:50:53.246 INFO E| Downloaded uuid v0.8.2 |
| 3596 | 2026-03-18T10:50:54.116Z | [ helios-setup] Mar 18 10:50:53.249 INFO E| Downloaded bitflags v2.3.3 |
| 3597 | 2026-03-18T10:50:54.119Z | [ helios-setup] Mar 18 10:50:53.251 INFO E| Downloaded unicode-ident v1.0.11 |
| 3598 | 2026-03-18T10:50:54.122Z | [ helios-setup] Mar 18 10:50:53.253 INFO E| Downloaded typenum v1.16.0 |
| 3599 | 2026-03-18T10:50:54.122Z | [ helios-setup] Mar 18 10:50:53.255 INFO E| Downloaded tempfile v3.7.0 |
| 3600 | 2026-03-18T10:50:54.125Z | [ helios-setup] Mar 18 10:50:53.257 INFO E| Downloaded ryu v1.0.15 |
| 3601 | 2026-03-18T10:50:54.130Z | [ helios-setup] Mar 18 10:50:53.259 INFO E| Downloaded getrandom v0.2.10 |
| 3602 | 2026-03-18T10:50:54.130Z | [ helios-setup] Mar 18 10:50:53.261 INFO E| Downloaded once_cell v1.18.0 |
| 3603 | 2026-03-18T10:50:54.133Z | [ helios-setup] Mar 18 10:50:53.264 INFO E| Downloaded serde_derive v1.0.193 |
| 3604 | 2026-03-18T10:50:54.166Z | [ helios-setup] Mar 18 10:50:53.299 INFO E| Downloaded toml v0.5.11 |
| 3605 | 2026-03-18T10:50:54.169Z | [ helios-setup] Mar 18 10:50:53.302 INFO E| Downloaded serde v1.0.193 |
| 3606 | 2026-03-18T10:50:54.203Z | [ helios-setup] Mar 18 10:50:53.336 INFO E| Downloaded serde_json v1.0.103 |
| 3607 | 2026-03-18T10:50:54.228Z | [ helios-setup] Mar 18 10:50:53.361 INFO E| Downloaded syn v2.0.32 |
| 3608 | 2026-03-18T10:50:54.264Z | [ helios-setup] Mar 18 10:50:53.397 INFO E| Downloaded rustix v0.38.4 |
| 3609 | 2026-03-18T10:50:54.308Z | [ helios-setup] Mar 18 10:50:53.441 INFO E| Downloaded libc v0.2.147 |
| 3610 | 2026-03-18T10:50:54.396Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3611 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling libc v0.2.147 |
| 3612 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling proc-macro2 v1.0.66 |
| 3613 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling cfg-if v1.0.0 |
| 3614 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling unicode-ident v1.0.11 |
| 3615 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling typenum v1.16.0 |
| 3616 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.531 INFO E| Compiling version_check v0.9.4 |
| 3617 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling serde v1.0.193 |
| 3618 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling num-conv v0.1.0 |
| 3619 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling rustix v0.38.4 |
| 3620 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling slog v2.7.0 |
| 3621 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling time-core v0.1.2 |
| 3622 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling powerfmt v0.2.0 |
| 3623 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling itoa v1.0.9 |
| 3624 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling bitflags v2.3.3 |
| 3625 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling once_cell v1.18.0 |
| 3626 | 2026-03-18T10:50:54.400Z | [ helios-setup] Mar 18 10:50:53.532 INFO E| Compiling num_threads v0.1.6 |
| 3627 | 2026-03-18T10:50:54.455Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3628 | 2026-03-18T10:50:54.538Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3629 | 2026-03-18T10:50:54.841Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3630 | 2026-03-18T10:50:54.943Z | [ host-package] Compiling nix v0.27.1 |
| 3631 | 2026-03-18T10:50:54.955Z | [ helios-setup] Mar 18 10:50:54.086 INFO E| Compiling anyhow v1.0.72 |
| 3632 | 2026-03-18T10:50:54.990Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3633 | 2026-03-18T10:50:55.009Z | [ helios-setup] Mar 18 10:50:54.142 INFO E| Compiling generic-array v0.14.7 |
| 3634 | 2026-03-18T10:50:55.130Z | [ helios-setup] Mar 18 10:50:54.250 INFO E| Compiling fastrand v2.0.0 |
| 3635 | 2026-03-18T10:50:55.354Z | [ helios-setup] Mar 18 10:50:54.487 INFO E| Compiling deranged v0.3.11 |
| 3636 | 2026-03-18T10:50:55.382Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3637 | 2026-03-18T10:50:55.387Z | [ helios-setup] Mar 18 10:50:54.520 INFO E| Compiling thread_local v1.1.7 |
| 3638 | 2026-03-18T10:50:55.468Z | [ helios-setup] Mar 18 10:50:54.601 INFO E| Compiling serde_json v1.0.103 |
| 3639 | 2026-03-18T10:50:55.482Z | [ helios-setup] Mar 18 10:50:54.614 INFO E| Compiling opaque-debug v0.3.0 |
| 3640 | 2026-03-18T10:50:55.487Z | [ helios-setup] Mar 18 10:50:54.620 INFO E| Compiling time-macros v0.2.18 |
| 3641 | 2026-03-18T10:50:55.649Z | [ helios-setup] Mar 18 10:50:54.781 INFO E| Compiling unicode-width v0.1.10 |
| 3642 | 2026-03-18T10:50:55.658Z | [ helios-setup] Mar 18 10:50:54.791 INFO E| Compiling same-file v1.0.6 |
| 3643 | 2026-03-18T10:50:55.675Z | [ helios-setup] Mar 18 10:50:54.808 INFO E| Compiling cpufeatures v0.2.9 |
| 3644 | 2026-03-18T10:50:55.688Z | [ helios-setup] Mar 18 10:50:54.820 INFO E| Compiling ryu v1.0.15 |
| 3645 | 2026-03-18T10:50:55.771Z | [ helios-setup] Mar 18 10:50:54.903 INFO E| Compiling getopts v0.2.21 |
| 3646 | 2026-03-18T10:50:55.807Z | [ helios-setup] Mar 18 10:50:54.939 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3647 | 2026-03-18T10:50:55.976Z | [ helios-setup] Mar 18 10:50:55.108 INFO E| Compiling walkdir v2.3.3 |
| 3648 | 2026-03-18T10:50:55.985Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3649 | 2026-03-18T10:50:56.019Z | [ helios-setup] Mar 18 10:50:55.143 INFO E| Compiling glob v0.3.1 |
| 3650 | 2026-03-18T10:50:56.112Z | [ helios-setup] Mar 18 10:50:55.240 INFO E| Compiling quote v1.0.31 |
| 3651 | 2026-03-18T10:50:56.488Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3652 | 2026-03-18T10:50:56.554Z | [ helios-setup] Mar 18 10:50:55.685 INFO E| Compiling syn v2.0.32 |
| 3653 | 2026-03-18T10:50:56.709Z | [ helios-setup] Mar 18 10:50:55.841 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3654 | 2026-03-18T10:50:56.709Z | [ helios-setup] Mar 18 10:50:55.841 INFO E| Compiling errno v0.3.1 |
| 3655 | 2026-03-18T10:50:56.709Z | [ helios-setup] Mar 18 10:50:55.841 INFO E| Compiling atty v0.2.14 |
| 3656 | 2026-03-18T10:50:56.712Z | [ helios-setup] Mar 18 10:50:55.841 INFO E| Compiling getrandom v0.2.10 |
| 3657 | 2026-03-18T10:50:56.956Z | [ helios-setup] Mar 18 10:50:56.088 INFO E| Compiling dirs-next v2.0.0 |
| 3658 | 2026-03-18T10:50:57.132Z | [ helios-setup] Mar 18 10:50:56.264 INFO E| Compiling term v0.7.0 |
| 3659 | 2026-03-18T10:50:57.345Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3660 | 2026-03-18T10:50:57.761Z | [ host-package] Compiling ron v0.12.0 |
| 3661 | 2026-03-18T10:50:57.857Z | [ helios-setup] Mar 18 10:50:56.989 INFO E| Compiling time v0.3.36 |
| 3662 | 2026-03-18T10:50:57.870Z | [ helios-setup] Mar 18 10:50:57.002 INFO E| Compiling tempfile v3.7.0 |
| 3663 | 2026-03-18T10:50:57.953Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3664 | 2026-03-18T10:50:58.238Z | [ host-package] Compiling xz2 v0.1.7 |
| 3665 | 2026-03-18T10:50:58.430Z | [ helios-setup] Mar 18 10:50:57.561 INFO E| Compiling block-buffer v0.9.0 |
| 3666 | 2026-03-18T10:50:58.430Z | [ helios-setup] Mar 18 10:50:57.561 INFO E| Compiling digest v0.9.0 |
| 3667 | 2026-03-18T10:50:58.589Z | [ helios-setup] Mar 18 10:50:57.721 INFO E| Compiling md-5 v0.9.1 |
| 3668 | 2026-03-18T10:50:58.589Z | [ helios-setup] Mar 18 10:50:57.721 INFO E| Compiling sha-1 v0.9.8 |
| 3669 | 2026-03-18T10:50:58.829Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3670 | 2026-03-18T10:50:59.354Z | [ helios-setup] Mar 18 10:50:58.486 INFO E| Compiling serde_derive v1.0.193 |
| 3671 | 2026-03-18T10:50:59.371Z | [ helios-setup] Mar 18 10:50:58.502 INFO E| Compiling slog-term v2.9.0 |
| 3672 | 2026-03-18T10:50:59.904Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3673 | 2026-03-18T10:51:00.372Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3674 | 2026-03-18T10:51:03.259Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3675 | 2026-03-18T10:51:03.796Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3676 | 2026-03-18T10:51:03.979Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3677 | 2026-03-18T10:51:05.638Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3678 | 2026-03-18T10:51:05.786Z | [ helios-setup] Mar 18 10:51:04.914 INFO E| Compiling toml v0.5.11 |
| 3679 | 2026-03-18T10:51:05.786Z | [ helios-setup] Mar 18 10:51:04.914 INFO E| Compiling uuid v0.8.2 |
| 3680 | 2026-03-18T10:51:06.894Z | [ helios-setup] Mar 18 10:51:06.022 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3681 | 2026-03-18T10:51:07.087Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3682 | 2026-03-18T10:51:07.416Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3683 | 2026-03-18T10:51:07.545Z | [ helios-setup] Mar 18 10:51:06.673 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3684 | 2026-03-18T10:51:08.170Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3685 | 2026-03-18T10:51:08.458Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3686 | 2026-03-18T10:51:08.700Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3687 | 2026-03-18T10:51:10.106Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3688 | 2026-03-18T10:51:11.966Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3689 | 2026-03-18T10:51:13.543Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3690 | 2026-03-18T10:51:13.655Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3691 | 2026-03-18T10:51:13.744Z | [ helios-setup] Mar 18 10:51:12.869 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.25s |
| 3692 | 2026-03-18T10:51:13.773Z | [ helios-setup] Mar 18 10:51:12.898 INFO building project "image-builder" ok (20 seconds) |
| 3693 | 2026-03-18T10:51:13.776Z | [ helios-setup] rm -f helios-build |
| 3694 | 2026-03-18T10:51:13.779Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3695 | 2026-03-18T10:51:13.782Z | [ helios-setup] |
| 3696 | 2026-03-18T10:51:13.782Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3697 | 2026-03-18T10:51:13.782Z | [ helios-setup] |
| 3698 | 2026-03-18T10:51:13.785Z | [ helios-setup] |
| 3699 | 2026-03-18T10:51:13.786Z | [ helios-setup] real 3:22.806580907 |
| 3700 | 2026-03-18T10:51:13.786Z | [ helios-setup] user 9:19.213876934 |
| 3701 | 2026-03-18T10:51:13.786Z | [ helios-setup] sys 1:26.920125404 |
| 3702 | 2026-03-18T10:51:13.786Z | [ helios-setup] trap 0.608770669 |
| 3703 | 2026-03-18T10:51:13.786Z | [ helios-setup] tflt 2.844040471 |
| 3704 | 2026-03-18T10:51:13.786Z | [ helios-setup] dflt 9.604343907 |
| 3705 | 2026-03-18T10:51:13.786Z | [ helios-setup] kflt 0.007402044 |
| 3706 | 2026-03-18T10:51:13.786Z | [ helios-setup] lock 47:29.424700543 |
| 3707 | 2026-03-18T10:51:13.786Z | [ helios-setup] slp 42:00.275231494 |
| 3708 | 2026-03-18T10:51:13.786Z | [ helios-setup] lat 7:31.838873102 |
| 3709 | 2026-03-18T10:51:13.786Z | [ helios-setup] stop 1:53.631825048 |
| 3710 | 2026-03-18T10:51:13.786Z | Mar 18 10:51:12.909 INFO [helios-setup] process exited with exit status: 0 (202.810184744s) |
| 3711 | 2026-03-18T10:51:13.786Z | Mar 18 10:51:12.909 INFO [helios-record] running task |
| 3712 | 2026-03-18T10:51:13.786Z | Mar 18 10:51:12.909 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3713 | 2026-03-18T10:51:13.790Z | Mar 18 10:51:12.915 DEBG process exited with exit status: 0 (5.783416ms) |
| 3714 | 2026-03-18T10:51:13.790Z | Mar 18 10:51:12.915 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3715 | 2026-03-18T10:51:13.795Z | Mar 18 10:51:12.921 DEBG process exited with exit status: 0 (5.280162ms) |
| 3716 | 2026-03-18T10:51:13.798Z | Mar 18 10:51:12.921 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3717 | 2026-03-18T10:51:13.802Z | Mar 18 10:51:12.926 DEBG process exited with exit status: 0 (4.894179ms) |
| 3718 | 2026-03-18T10:51:13.802Z | Mar 18 10:51:12.926 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3719 | 2026-03-18T10:51:13.805Z | Mar 18 10:51:12.930 DEBG process exited with exit status: 0 (4.439906ms) |
| 3720 | 2026-03-18T10:51:13.805Z | Mar 18 10:51:12.930 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3721 | 2026-03-18T10:51:13.809Z | Mar 18 10:51:12.935 DEBG process exited with exit status: 0 (4.432878ms) |
| 3722 | 2026-03-18T10:51:13.809Z | Mar 18 10:51:12.935 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3723 | 2026-03-18T10:51:13.814Z | Mar 18 10:51:12.939 DEBG process exited with exit status: 0 (4.449281ms) |
| 3724 | 2026-03-18T10:51:13.814Z | Mar 18 10:51:12.939 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3725 | 2026-03-18T10:51:13.818Z | Mar 18 10:51:12.944 DEBG process exited with exit status: 0 (4.421863ms) |
| 3726 | 2026-03-18T10:51:13.818Z | Mar 18 10:51:12.944 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3727 | 2026-03-18T10:51:13.822Z | Mar 18 10:51:12.948 DEBG process exited with exit status: 0 (4.389116ms) |
| 3728 | 2026-03-18T10:51:13.822Z | Mar 18 10:51:12.948 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3729 | 2026-03-18T10:51:13.827Z | Mar 18 10:51:12.952 DEBG process exited with exit status: 0 (4.447682ms) |
| 3730 | 2026-03-18T10:51:13.830Z | Mar 18 10:51:12.953 INFO [helios-record] task succeeded (43.50349ms) |
| 3731 | 2026-03-18T10:51:14.130Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3732 | 2026-03-18T10:51:14.203Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3733 | 2026-03-18T10:51:15.222Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3734 | 2026-03-18T10:51:15.507Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3735 | 2026-03-18T10:51:15.738Z | [ host-package] Compiling yasna v0.5.2 |
| 3736 | 2026-03-18T10:51:15.845Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3737 | 2026-03-18T10:51:15.879Z | [ host-package] Compiling is_ci v1.2.0 |
| 3738 | 2026-03-18T10:51:16.141Z | [ host-package] Compiling base16ct v1.0.0 |
| 3739 | 2026-03-18T10:51:16.490Z | [ host-package] Compiling rcgen v0.12.1 |
| 3740 | 2026-03-18T10:51:17.208Z | [ host-package] Compiling supports-color v3.0.2 |
| 3741 | 2026-03-18T10:51:17.264Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3742 | 2026-03-18T10:51:17.520Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3743 | 2026-03-18T10:51:17.567Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3744 | 2026-03-18T10:51:17.597Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3745 | 2026-03-18T10:51:17.649Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3746 | 2026-03-18T10:51:18.447Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3747 | 2026-03-18T10:51:20.361Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3748 | 2026-03-18T10:51:22.085Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3749 | 2026-03-18T10:51:22.818Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3750 | 2026-03-18T10:51:23.019Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3751 | 2026-03-18T10:51:23.992Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3752 | 2026-03-18T10:51:24.266Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3753 | 2026-03-18T10:51:24.596Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3754 | 2026-03-18T10:51:24.883Z | [ host-package] Compiling fatfs v0.3.6 |
| 3755 | 2026-03-18T10:51:26.410Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3756 | 2026-03-18T10:51:26.920Z | [ host-package] Compiling subprocess v0.2.15 |
| 3757 | 2026-03-18T10:51:27.960Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3758 | 2026-03-18T10:51:28.350Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3759 | 2026-03-18T10:51:28.980Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3760 | 2026-03-18T10:51:29.117Z | [ host-package] Compiling rpassword v7.4.0 |
| 3761 | 2026-03-18T10:51:29.460Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3762 | 2026-03-18T10:51:29.684Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3763 | 2026-03-18T10:51:30.177Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3764 | 2026-03-18T10:51:31.320Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3765 | 2026-03-18T10:51:31.462Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3766 | 2026-03-18T10:51:31.632Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3767 | 2026-03-18T10:51:31.995Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3768 | 2026-03-18T10:51:33.578Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3769 | 2026-03-18T10:51:34.237Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3770 | 2026-03-18T10:51:34.336Z | [ host-package] Compiling uzers v0.12.2 |
| 3771 | 2026-03-18T10:51:35.948Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3772 | 2026-03-18T10:51:36.161Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3773 | 2026-03-18T10:51:37.595Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3774 | 2026-03-18T10:51:40.526Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3775 | 2026-03-18T10:51:41.162Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3776 | 2026-03-18T10:51:42.953Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3777 | 2026-03-18T10:51:43.515Z | [ host-package] Compiling multimap v0.10.1 |
| 3778 | 2026-03-18T10:52:05.961Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3779 | 2026-03-18T10:52:06.619Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3780 | 2026-03-18T10:59:14.505Z | [ host-package] Finished `release` profile [optimized] target(s) in 10m 43s |
| 3781 | 2026-03-18T11:00:08.394Z | Mar 18 11:00:07.297 INFO [host-package] process exited with exit status: 0 (697.410924005s) |
| 3782 | 2026-03-18T11:00:08.394Z | Mar 18 11:00:07.297 INFO [host-stamp] running task |
| 3783 | 2026-03-18T11:00:08.397Z | Mar 18 11:00:07.298 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3784 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.298 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+git78e92b69fec |
| 3785 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.298 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+git78e92b69fec |
| 3786 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.299 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+git78e92b69fec |
| 3787 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.299 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+git78e92b69fec |
| 3788 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.299 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+git78e92b69fec |
| 3789 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.300 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+git78e92b69fec |
| 3790 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.300 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+git78e92b69fec |
| 3791 | 2026-03-18T11:00:08.398Z | Mar 18 11:00:07.300 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+git78e92b69fec |
| 3792 | 2026-03-18T11:00:08.408Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3793 | 2026-03-18T11:00:08.408Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3794 | 2026-03-18T11:00:08.411Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3795 | 2026-03-18T11:00:08.411Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3796 | 2026-03-18T11:00:08.411Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3797 | 2026-03-18T11:00:08.411Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3798 | 2026-03-18T11:00:08.411Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3799 | 2026-03-18T11:00:08.411Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3800 | 2026-03-18T11:00:08.411Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3801 | 2026-03-18T11:00:08.411Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3802 | 2026-03-18T11:00:08.414Z | Mar 18 11:00:07.317 INFO [stamp-overlay] process exited with exit status: 0 (18.57243ms) |
| 3803 | 2026-03-18T11:00:08.422Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3804 | 2026-03-18T11:00:08.426Z | Mar 18 11:00:07.329 INFO [stamp-oxlog] process exited with exit status: 0 (30.319938ms) |
| 3805 | 2026-03-18T11:00:08.455Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3806 | 2026-03-18T11:00:08.461Z | Mar 18 11:00:07.363 INFO [stamp-crucible-utils] process exited with exit status: 0 (64.530587ms) |
| 3807 | 2026-03-18T11:00:08.481Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3808 | 2026-03-18T11:00:08.486Z | Mar 18 11:00:07.389 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (89.55262ms) |
| 3809 | 2026-03-18T11:00:08.597Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3810 | 2026-03-18T11:00:08.600Z | Mar 18 11:00:07.504 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (203.974347ms) |
| 3811 | 2026-03-18T11:00:08.808Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3812 | 2026-03-18T11:00:08.812Z | Mar 18 11:00:07.716 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (415.694958ms) |
| 3813 | 2026-03-18T11:00:09.633Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3814 | 2026-03-18T11:00:09.636Z | Mar 18 11:00:08.539 INFO [stamp-propolis-server] process exited with exit status: 0 (1.240660629s) |
| 3815 | 2026-03-18T11:00:09.732Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3816 | 2026-03-18T11:00:10.031Z | [recovery-package] Compiling daft v0.1.5 |
| 3817 | 2026-03-18T11:00:10.310Z | [recovery-package] Compiling iddqd v0.3.17 |
| 3818 | 2026-03-18T11:00:11.520Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3819 | 2026-03-18T11:00:11.841Z | [recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3820 | 2026-03-18T11:00:11.841Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3821 | 2026-03-18T11:00:11.844Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3822 | 2026-03-18T11:00:11.844Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3823 | 2026-03-18T11:00:11.844Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3824 | 2026-03-18T11:00:11.844Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3825 | 2026-03-18T11:00:11.957Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3826 | 2026-03-18T11:00:12.434Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3827 | 2026-03-18T11:00:15.081Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3828 | 2026-03-18T11:00:15.085Z | Mar 18 11:00:13.985 INFO [stamp-switch-asic] process exited with exit status: 0 (6.685521053s) |
| 3829 | 2026-03-18T11:00:15.085Z | Mar 18 11:00:13.985 INFO [host-stamp] task succeeded (6.687842724s) |
| 3830 | 2026-03-18T11:00:15.085Z | Mar 18 11:00:13.985 INFO [host-proto] running task |
| 3831 | 2026-03-18T11:00:15.612Z | Mar 18 11:00:14.512 INFO [host-proto] task succeeded (527.121089ms) |
| 3832 | 2026-03-18T11:00:15.612Z | Mar 18 11:00:14.512 INFO [host-profile] running task |
| 3833 | 2026-03-18T11:00:15.617Z | Mar 18 11:00:14.512 INFO [host-profile] task succeeded (143.681µs) |
| 3834 | 2026-03-18T11:00:15.618Z | Mar 18 11:00:14.512 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.39.455' -P /tmp/.tmpCTw0Bc/proto/host/root -N 'ci 78e92b6/${os_short_commit} 2026-03-18 10:47' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3835 | 2026-03-18T11:00:15.621Z | [ host-image] Mar 18 11:00:14.519 INFO Checking files for board 'gimlet' |
| 3836 | 2026-03-18T11:00:15.621Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3837 | 2026-03-18T11:00:15.621Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3838 | 2026-03-18T11:00:15.621Z | [ host-image] Mar 18 11:00:14.520 INFO Checking files for board 'cosmo' |
| 3839 | 2026-03-18T11:00:15.621Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3840 | 2026-03-18T11:00:15.622Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3841 | 2026-03-18T11:00:15.622Z | [ host-image] Mar 18 11:00:14.520 INFO Checking files for board 'cosmo-mbist' |
| 3842 | 2026-03-18T11:00:15.622Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3843 | 2026-03-18T11:00:15.622Z | [ host-image] Mar 18 11:00:14.520 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3844 | 2026-03-18T11:00:15.622Z | [ host-image] Mar 18 11:00:14.520 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3845 | 2026-03-18T11:00:15.630Z | [ host-image] Mar 18 11:00:14.530 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpCTw0Bc/proto/host/root" |
| 3846 | 2026-03-18T11:00:15.630Z | [ host-image] Mar 18 11:00:14.530 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3847 | 2026-03-18T11:00:15.634Z | [ host-image] Mar 18 11:00:14.530 INFO image builder template: ramdisk-01-os... |
| 3848 | 2026-03-18T11:00:15.634Z | [ host-image] Mar 18 11:00:14.530 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/host", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpCTw0Bc/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3849 | 2026-03-18T11:00:15.647Z | [ host-image] Mar 18 11:00:14.547 INFO O| Mar 18 11:00:14.547 INFO CREATE DATASET: rpool/images/build/host/output |
| 3850 | 2026-03-18T11:00:16.320Z | [ host-image] Mar 18 11:00:15.220 INFO O| Mar 18 11:00:15.220 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3851 | 2026-03-18T11:00:16.324Z | [ host-image] Mar 18 11:00:15.224 INFO O| Mar 18 11:00:15.224 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3852 | 2026-03-18T11:00:16.564Z | [ host-image] Mar 18 11:00:15.463 INFO O| Mar 18 11:00:15.463 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3853 | 2026-03-18T11:00:16.630Z | [ host-image] Mar 18 11:00:15.529 INFO O| Mar 18 11:00:15.529 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3854 | 2026-03-18T11:00:16.630Z | [ host-image] Mar 18 11:00:15.530 INFO O| Mar 18 11:00:15.530 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3855 | 2026-03-18T11:00:16.635Z | [ host-image] Mar 18 11:00:15.530 INFO O| Mar 18 11:00:15.530 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3856 | 2026-03-18T11:00:16.635Z | [ host-image] Mar 18 11:00:15.530 INFO O| Mar 18 11:00:15.530 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3857 | 2026-03-18T11:00:16.638Z | [ host-image] Mar 18 11:00:15.535 INFO O| Mar 18 11:00:15.535 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3858 | 2026-03-18T11:00:16.862Z | [ host-image] Mar 18 11:00:15.762 INFO O| Mar 18 11:00:15.762 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3859 | 2026-03-18T11:00:16.870Z | [ host-image] Mar 18 11:00:15.769 INFO O| Mar 18 11:00:15.769 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3860 | 2026-03-18T11:00:17.216Z | [ host-image] Mar 18 11:00:16.116 INFO O| Mar 18 11:00:16.116 INFO O| Caching catalogs ... Done |
| 3861 | 2026-03-18T11:00:17.294Z | [ host-image] Mar 18 11:00:16.193 INFO O| Mar 18 11:00:16.193 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3862 | 2026-03-18T11:00:17.294Z | [ host-image] Mar 18 11:00:16.193 INFO O| Mar 18 11:00:16.193 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3863 | 2026-03-18T11:00:17.304Z | [ host-image] Mar 18 11:00:16.203 INFO O| Mar 18 11:00:16.203 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"] |
| 3864 | 2026-03-18T11:00:17.634Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3865 | 2026-03-18T11:00:17.635Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3866 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO skip step because feature "publisher_1_name" is not enabled |
| 3867 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3868 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO skip step because feature "publisher_2_name" is not enabled |
| 3869 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3870 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO skip step because feature "publisher_3_name" is not enabled |
| 3871 | 2026-03-18T11:00:17.638Z | [ host-image] Mar 18 11:00:16.534 INFO O| Mar 18 11:00:16.534 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3872 | 2026-03-18T11:00:17.963Z | [ host-image] Mar 18 11:00:16.862 INFO O| Mar 18 11:00:16.862 INFO variant opensolaris.zone is already global |
| 3873 | 2026-03-18T11:00:17.963Z | [ host-image] Mar 18 11:00:16.862 INFO O| Mar 18 11:00:16.862 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3874 | 2026-03-18T11:00:17.967Z | [ host-image] Mar 18 11:00:16.862 INFO O| Mar 18 11:00:16.862 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3875 | 2026-03-18T11:00:18.291Z | [ host-image] Mar 18 11:00:17.190 INFO O| Mar 18 11:00:17.190 INFO variant opensolaris.imagetype is full; changing to partial |
| 3876 | 2026-03-18T11:00:18.291Z | [ host-image] Mar 18 11:00:17.190 INFO O| Mar 18 11:00:17.190 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3877 | 2026-03-18T11:00:18.755Z | [ host-image] Mar 18 11:00:17.654 INFO O| Mar 18 11:00:17.654 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3878 | 2026-03-18T11:00:18.789Z | [ host-image] Mar 18 11:00:17.688 INFO O| Mar 18 11:00:17.688 INFO O| Startup: Caching catalogs ... Done |
| 3879 | 2026-03-18T11:00:18.793Z | [ host-image] Mar 18 11:00:17.691 INFO O| Mar 18 11:00:17.691 INFO O| Planning: Planning completed in 0.00 seconds |
| 3880 | 2026-03-18T11:00:18.793Z | [ host-image] Mar 18 11:00:17.691 INFO O| Mar 18 11:00:17.691 INFO O| Planning: Consolidating action changes ... Done |
| 3881 | 2026-03-18T11:00:18.793Z | [ host-image] Mar 18 11:00:17.691 INFO O| Mar 18 11:00:17.691 INFO O| Planning: Evaluating mediators ... Done |
| 3882 | 2026-03-18T11:00:18.793Z | [ host-image] Mar 18 11:00:17.692 INFO O| Mar 18 11:00:17.692 INFO O| Planning: Planning completed in 0.00 seconds |
| 3883 | 2026-03-18T11:00:18.797Z | [ host-image] Mar 18 11:00:17.692 INFO O| Mar 18 11:00:17.692 INFO O| Variants/Facets to change: 1 |
| 3884 | 2026-03-18T11:00:18.797Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3885 | 2026-03-18T11:00:18.797Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3886 | 2026-03-18T11:00:18.797Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3887 | 2026-03-18T11:00:18.797Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3888 | 2026-03-18T11:00:18.797Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3889 | 2026-03-18T11:00:18.803Z | [ host-image] Mar 18 11:00:17.702 INFO O| Mar 18 11:00:17.702 INFO O| Finalize: Updating package state database ... Done |
| 3890 | 2026-03-18T11:00:18.803Z | [ host-image] Mar 18 11:00:17.702 INFO O| Mar 18 11:00:17.702 INFO O| Finalize: Updating package cache ... Done |
| 3891 | 2026-03-18T11:00:18.809Z | [ host-image] Mar 18 11:00:17.708 INFO O| Mar 18 11:00:17.708 INFO O| Finalize: Updating image state ... Done |
| 3892 | 2026-03-18T11:00:18.813Z | [ host-image] Mar 18 11:00:17.710 INFO O| Mar 18 11:00:17.710 INFO O| Finalize: Creating fast lookup database ... Done |
| 3893 | 2026-03-18T11:00:18.813Z | [ host-image] Mar 18 11:00:17.711 INFO O| Mar 18 11:00:17.711 INFO O| Finalize: Reading search index ... Done |
| 3894 | 2026-03-18T11:00:18.813Z | [ host-image] Mar 18 11:00:17.711 INFO O| Mar 18 11:00:17.711 INFO O| Finalize: Updating search index ... Done |
| 3895 | 2026-03-18T11:00:18.817Z | [ host-image] Mar 18 11:00:17.712 INFO O| Mar 18 11:00:17.712 INFO O| Finalize: Updating package cache ... Done |
| 3896 | 2026-03-18T11:00:18.882Z | [ host-image] Mar 18 11:00:17.780 INFO O| Mar 18 11:00:17.780 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3897 | 2026-03-18T11:00:18.883Z | [ host-image] Mar 18 11:00:17.780 INFO O| Mar 18 11:00:17.780 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3898 | 2026-03-18T11:00:18.883Z | [ host-image] Mar 18 11:00:17.780 INFO O| Mar 18 11:00:17.780 INFO skip step because feature "debug_variant" is not enabled |
| 3899 | 2026-03-18T11:00:18.887Z | [ host-image] Mar 18 11:00:17.780 INFO O| Mar 18 11:00:17.780 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3900 | 2026-03-18T11:00:19.282Z | [ host-image] Mar 18 11:00:18.171 INFO O| Mar 18 11:00:18.171 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3901 | 2026-03-18T11:00:19.739Z | [ host-image] Mar 18 11:00:18.638 INFO O| Mar 18 11:00:18.638 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3902 | 2026-03-18T11:00:19.774Z | [ host-image] Mar 18 11:00:18.673 INFO O| Mar 18 11:00:18.673 INFO O| Startup: Caching catalogs ... Done |
| 3903 | 2026-03-18T11:00:19.778Z | [ host-image] Mar 18 11:00:18.676 INFO O| Mar 18 11:00:18.676 INFO O| Planning: Planning completed in 0.00 seconds |
| 3904 | 2026-03-18T11:00:19.778Z | [ host-image] Mar 18 11:00:18.677 INFO O| Mar 18 11:00:18.677 INFO O| Planning: Consolidating action changes ... Done |
| 3905 | 2026-03-18T11:00:19.778Z | [ host-image] Mar 18 11:00:18.677 INFO O| Mar 18 11:00:18.677 INFO O| Planning: Evaluating mediators ... Done |
| 3906 | 2026-03-18T11:00:19.801Z | [ host-image] Mar 18 11:00:18.677 INFO O| Mar 18 11:00:18.677 INFO O| Planning: Planning completed in 0.00 seconds |
| 3907 | 2026-03-18T11:00:19.802Z | [ host-image] Mar 18 11:00:18.677 INFO O| Mar 18 11:00:18.677 INFO O| Variants/Facets to change: 1 |
| 3908 | 2026-03-18T11:00:19.802Z | [ host-image] Mar 18 11:00:18.689 INFO O| Mar 18 11:00:18.689 INFO O| Finalize: Updating package state database ... Done |
| 3909 | 2026-03-18T11:00:19.802Z | [ host-image] Mar 18 11:00:18.689 INFO O| Mar 18 11:00:18.689 INFO O| Finalize: Updating package cache ... Done |
| 3910 | 2026-03-18T11:00:19.802Z | [ host-image] Mar 18 11:00:18.696 INFO O| Mar 18 11:00:18.696 INFO O| Finalize: Updating image state ... Done |
| 3911 | 2026-03-18T11:00:19.802Z | [ host-image] Mar 18 11:00:18.698 INFO O| Mar 18 11:00:18.698 INFO O| Finalize: Creating fast lookup database ... Done |
| 3912 | 2026-03-18T11:00:19.806Z | [ host-image] Mar 18 11:00:18.699 INFO O| Mar 18 11:00:18.699 INFO O| Finalize: Reading search index ... Done |
| 3913 | 2026-03-18T11:00:19.806Z | [ host-image] Mar 18 11:00:18.699 INFO O| Mar 18 11:00:18.699 INFO O| Finalize: Updating search index ... Done |
| 3914 | 2026-03-18T11:00:19.806Z | [ host-image] Mar 18 11:00:18.700 INFO O| Mar 18 11:00:18.700 INFO O| Finalize: Updating package cache ... Done |
| 3915 | 2026-03-18T11:00:19.869Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3916 | 2026-03-18T11:00:19.870Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3917 | 2026-03-18T11:00:19.874Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO skip step because feature "recovery" is not enabled |
| 3918 | 2026-03-18T11:00:19.874Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3919 | 2026-03-18T11:00:19.874Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO skip step because feature "recovery" is not enabled |
| 3920 | 2026-03-18T11:00:19.874Z | [ host-image] Mar 18 11:00:18.768 INFO O| Mar 18 11:00:18.768 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3921 | 2026-03-18T11:00:19.879Z | [ host-image] Mar 18 11:00:18.777 INFO O| Mar 18 11:00:18.777 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 3922 | 2026-03-18T11:00:20.485Z | [ host-image] Mar 18 11:00:19.383 INFO O| Mar 18 11:00:19.383 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3923 | 2026-03-18T11:00:20.559Z | [ host-image] Mar 18 11:00:19.457 INFO O| Mar 18 11:00:19.457 INFO O| Startup: Caching catalogs ... Done |
| 3924 | 2026-03-18T11:00:20.666Z | [ host-image] Mar 18 11:00:19.564 INFO O| Mar 18 11:00:19.563 INFO O| Planning: Solver setup ... Done |
| 3925 | 2026-03-18T11:00:20.672Z | [ host-image] Mar 18 11:00:19.570 INFO O| Mar 18 11:00:19.570 INFO O| Planning: Running solver ... Done |
| 3926 | 2026-03-18T11:00:20.677Z | [ host-image] Mar 18 11:00:19.576 INFO O| Mar 18 11:00:19.575 INFO O| Planning: Finding local manifests ... Done |
| 3927 | 2026-03-18T11:00:20.728Z | [ host-image] Mar 18 11:00:19.625 INFO O| Mar 18 11:00:19.625 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 3928 | 2026-03-18T11:00:21.813Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3929 | 2026-03-18T11:00:21.813Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3930 | 2026-03-18T11:00:23.120Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3931 | 2026-03-18T11:00:23.584Z | [ host-image] Mar 18 11:00:22.480 INFO O| Mar 18 11:00:22.480 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 3932 | 2026-03-18T11:00:23.899Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3933 | 2026-03-18T11:00:24.130Z | [ host-image] Mar 18 11:00:23.026 INFO O| Mar 18 11:00:23.026 INFO O| Planning: Package planning ... Done |
| 3934 | 2026-03-18T11:00:24.610Z | [ host-image] Mar 18 11:00:23.506 INFO O| Mar 18 11:00:23.506 INFO O| Planning: Merging actions ... Done |
| 3935 | 2026-03-18T11:00:24.798Z | [ host-image] Mar 18 11:00:23.693 INFO O| Mar 18 11:00:23.693 INFO O| Planning: Checking for conflicting actions ... Done |
| 3936 | 2026-03-18T11:00:24.935Z | [ host-image] Mar 18 11:00:23.831 INFO O| Mar 18 11:00:23.831 INFO O| Planning: Consolidating action changes ... Done |
| 3937 | 2026-03-18T11:00:25.174Z | [ host-image] Mar 18 11:00:24.070 INFO O| Mar 18 11:00:24.070 INFO O| Planning: Evaluating mediators ... Done |
| 3938 | 2026-03-18T11:00:27.242Z | [ host-image] Mar 18 11:00:26.138 INFO O| Mar 18 11:00:26.138 INFO O| Planning: Planning completed in 6.68 seconds |
| 3939 | 2026-03-18T11:00:27.264Z | [ host-image] Mar 18 11:00:26.140 INFO O| Mar 18 11:00:26.140 INFO O| Packages to install: 127 |
| 3940 | 2026-03-18T11:00:27.264Z | [ host-image] Mar 18 11:00:26.140 INFO O| Mar 18 11:00:26.140 INFO O| Mediators to change: 5 |
| 3941 | 2026-03-18T11:00:27.264Z | [ host-image] Mar 18 11:00:26.140 INFO O| Mar 18 11:00:26.140 INFO O| Services to change: 6 |
| 3942 | 2026-03-18T11:00:27.282Z | [ host-image] Mar 18 11:00:26.178 INFO O| Mar 18 11:00:26.178 INFO O| Download: 0/23719 items 0.0/221.2MB 0% complete |
| 3943 | 2026-03-18T11:00:32.863Z | [ host-image] Mar 18 11:00:31.756 INFO O| Mar 18 11:00:31.756 INFO O| Download: 1620/23719 items 9.7/221.2MB 4% complete (2.5M/s) |
| 3944 | 2026-03-18T11:00:38.788Z | [recovery-package] Finished `release` profile [optimized] target(s) in 30.20s |
| 3945 | 2026-03-18T11:00:38.943Z | [ host-image] Mar 18 11:00:37.833 INFO O| Mar 18 11:00:37.833 INFO O| Download: 1658/23719 items 10.7/221.2MB 4% complete (1.2M/s) |
| 3946 | 2026-03-18T11:00:40.722Z | Mar 18 11:00:39.600 INFO [recovery-package] process exited with exit status: 0 (32.302135748s) |
| 3947 | 2026-03-18T11:00:40.722Z | Mar 18 11:00:39.600 INFO [recovery-stamp] running task |
| 3948 | 2026-03-18T11:00:40.726Z | Mar 18 11:00:39.600 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3949 | 2026-03-18T11:00:40.726Z | Mar 18 11:00:39.600 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git78e92b69fec |
| 3950 | 2026-03-18T11:00:40.726Z | Mar 18 11:00:39.600 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+git78e92b69fec |
| 3951 | 2026-03-18T11:00:40.726Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3952 | 2026-03-18T11:00:40.726Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3953 | 2026-03-18T11:00:40.853Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3954 | 2026-03-18T11:00:40.857Z | Mar 18 11:00:39.745 INFO [stamp-installinator] process exited with exit status: 0 (145.559321ms) |
| 3955 | 2026-03-18T11:00:40.896Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3956 | 2026-03-18T11:00:40.902Z | Mar 18 11:00:39.790 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (189.452361ms) |
| 3957 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.790 INFO [recovery-stamp] task succeeded (190.154894ms) |
| 3958 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.790 INFO [recovery-proto] running task |
| 3959 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.790 INFO [tuf-stamp] running task |
| 3960 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.790 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+git78e92b69fec |
| 3961 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.791 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+git78e92b69fec |
| 3962 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.791 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+git78e92b69fec |
| 3963 | 2026-03-18T11:00:40.903Z | Mar 18 11:00:39.791 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+git78e92b69fec |
| 3964 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.792 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+git78e92b69fec |
| 3965 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.792 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+git78e92b69fec |
| 3966 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.792 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+git78e92b69fec |
| 3967 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.793 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+git78e92b69fec |
| 3968 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.793 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+git78e92b69fec |
| 3969 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.793 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+git78e92b69fec |
| 3970 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.793 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+git78e92b69fec |
| 3971 | 2026-03-18T11:00:40.908Z | Mar 18 11:00:39.794 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+git78e92b69fec |
| 3972 | 2026-03-18T11:00:40.917Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3973 | 2026-03-18T11:00:40.917Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3974 | 2026-03-18T11:00:40.922Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3975 | 2026-03-18T11:00:40.922Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3976 | 2026-03-18T11:00:40.922Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3977 | 2026-03-18T11:00:40.922Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3978 | 2026-03-18T11:00:40.922Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3979 | 2026-03-18T11:00:40.922Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3980 | 2026-03-18T11:00:40.922Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3981 | 2026-03-18T11:00:40.922Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3982 | 2026-03-18T11:00:40.922Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3983 | 2026-03-18T11:00:40.922Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3984 | 2026-03-18T11:00:40.979Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3985 | 2026-03-18T11:00:40.984Z | Mar 18 11:00:39.872 INFO [stamp-probe] process exited with exit status: 0 (79.713551ms) |
| 3986 | 2026-03-18T11:00:41.025Z | Mar 18 11:00:39.915 INFO [recovery-proto] task succeeded (124.775585ms) |
| 3987 | 2026-03-18T11:00:41.031Z | Mar 18 11:00:39.915 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.39.455' -P /tmp/.tmpCTw0Bc/proto/recovery/root -N 'recovery 78e92b6/${os_short_commit} 2026-03-18 10:47' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3988 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO Checking files for board 'cosmo' |
| 3989 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3990 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3991 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO Checking files for board 'cosmo-mbist' |
| 3992 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3993 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO Checking files for board 'gimlet' |
| 3994 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3995 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3996 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3997 | 2026-03-18T11:00:41.035Z | [ recovery-image] Mar 18 11:00:39.923 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3998 | 2026-03-18T11:00:41.046Z | [ recovery-image] Mar 18 11:00:39.935 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpCTw0Bc/proto/recovery/root" |
| 3999 | 2026-03-18T11:00:41.046Z | [ recovery-image] Mar 18 11:00:39.935 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4000 | 2026-03-18T11:00:41.052Z | [ recovery-image] Mar 18 11:00:39.935 INFO image builder template: ramdisk-01-os... |
| 4001 | 2026-03-18T11:00:41.052Z | [ recovery-image] Mar 18 11:00:39.935 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpCTw0Bc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4002 | 2026-03-18T11:00:41.066Z | [ recovery-image] Mar 18 11:00:39.955 INFO O| Mar 18 11:00:39.955 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4003 | 2026-03-18T11:00:41.419Z | [ recovery-image] Mar 18 11:00:40.296 INFO O| Mar 18 11:00:40.296 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4004 | 2026-03-18T11:00:41.429Z | [ recovery-image] Mar 18 11:00:40.301 INFO O| Mar 18 11:00:40.301 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4005 | 2026-03-18T11:00:41.434Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4006 | 2026-03-18T11:00:41.441Z | Mar 18 11:00:40.325 INFO [stamp-ntp] process exited with exit status: 0 (532.924197ms) |
| 4007 | 2026-03-18T11:00:41.524Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 4008 | 2026-03-18T11:00:41.573Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4009 | 2026-03-18T11:00:41.654Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4010 | 2026-03-18T11:00:41.662Z | Mar 18 11:00:40.548 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (755.84681ms) |
| 4011 | 2026-03-18T11:00:41.700Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4012 | 2026-03-18T11:00:41.704Z | Mar 18 11:00:40.593 INFO [stamp-external-dns] process exited with exit status: 0 (802.044309ms) |
| 4013 | 2026-03-18T11:00:41.743Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4014 | 2026-03-18T11:00:41.753Z | Mar 18 11:00:40.638 INFO [stamp-internal-dns] process exited with exit status: 0 (847.251763ms) |
| 4015 | 2026-03-18T11:00:41.872Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4016 | 2026-03-18T11:00:41.877Z | Mar 18 11:00:40.763 INFO [stamp-crucible-zone] process exited with exit status: 0 (971.358181ms) |
| 4017 | 2026-03-18T11:00:41.987Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4018 | 2026-03-18T11:00:41.992Z | Mar 18 11:00:40.880 INFO [stamp-oximeter] process exited with exit status: 0 (1.087401675s) |
| 4019 | 2026-03-18T11:00:42.017Z | [ recovery-image] Mar 18 11:00:40.907 INFO O| Mar 18 11:00:40.906 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4020 | 2026-03-18T11:00:42.123Z | [ recovery-image] Mar 18 11:00:41.008 INFO O| Mar 18 11:00:41.008 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4021 | 2026-03-18T11:00:42.123Z | [ recovery-image] Mar 18 11:00:41.008 INFO O| Mar 18 11:00:41.008 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4022 | 2026-03-18T11:00:42.129Z | [ recovery-image] Mar 18 11:00:41.008 INFO O| Mar 18 11:00:41.008 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4023 | 2026-03-18T11:00:42.129Z | [ recovery-image] Mar 18 11:00:41.008 INFO O| Mar 18 11:00:41.008 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4024 | 2026-03-18T11:00:42.129Z | [ recovery-image] Mar 18 11:00:41.017 INFO O| Mar 18 11:00:41.017 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4025 | 2026-03-18T11:00:42.549Z | [ recovery-image] Mar 18 11:00:41.437 INFO O| Mar 18 11:00:41.437 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4026 | 2026-03-18T11:00:42.558Z | [ recovery-image] Mar 18 11:00:41.447 INFO O| Mar 18 11:00:41.447 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4027 | 2026-03-18T11:00:42.899Z | [ recovery-image] Mar 18 11:00:41.787 INFO O| Mar 18 11:00:41.787 INFO O| Caching catalogs ... Done |
| 4028 | 2026-03-18T11:00:42.982Z | [ recovery-image] Mar 18 11:00:41.870 INFO O| Mar 18 11:00:41.870 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4029 | 2026-03-18T11:00:42.982Z | [ recovery-image] Mar 18 11:00:41.870 INFO O| Mar 18 11:00:41.870 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4030 | 2026-03-18T11:00:42.996Z | [ recovery-image] Mar 18 11:00:41.879 INFO O| Mar 18 11:00:41.879 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"] |
| 4031 | 2026-03-18T11:00:43.335Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4032 | 2026-03-18T11:00:43.335Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4033 | 2026-03-18T11:00:43.352Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO skip step because feature "publisher_1_name" is not enabled |
| 4034 | 2026-03-18T11:00:43.352Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4035 | 2026-03-18T11:00:43.352Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO skip step because feature "publisher_2_name" is not enabled |
| 4036 | 2026-03-18T11:00:43.353Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4037 | 2026-03-18T11:00:43.353Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO skip step because feature "publisher_3_name" is not enabled |
| 4038 | 2026-03-18T11:00:43.353Z | [ recovery-image] Mar 18 11:00:42.222 INFO O| Mar 18 11:00:42.222 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4039 | 2026-03-18T11:00:43.693Z | [ recovery-image] Mar 18 11:00:42.581 INFO O| Mar 18 11:00:42.580 INFO variant opensolaris.zone is already global |
| 4040 | 2026-03-18T11:00:43.693Z | [ recovery-image] Mar 18 11:00:42.581 INFO O| Mar 18 11:00:42.581 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4041 | 2026-03-18T11:00:43.703Z | [ recovery-image] Mar 18 11:00:42.581 INFO O| Mar 18 11:00:42.581 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4042 | 2026-03-18T11:00:43.940Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4043 | 2026-03-18T11:00:43.945Z | Mar 18 11:00:42.832 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.040951859s) |
| 4044 | 2026-03-18T11:00:43.948Z | [ host-image] Mar 18 11:00:42.834 INFO O| Mar 18 11:00:42.833 INFO O| Download: 1778/23719 items 13.2/221.2MB 5% complete (326k/s) |
| 4045 | 2026-03-18T11:00:44.036Z | [ recovery-image] Mar 18 11:00:42.924 INFO O| Mar 18 11:00:42.924 INFO variant opensolaris.imagetype is full; changing to partial |
| 4046 | 2026-03-18T11:00:44.036Z | [ recovery-image] Mar 18 11:00:42.924 INFO O| Mar 18 11:00:42.924 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4047 | 2026-03-18T11:00:44.841Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4048 | 2026-03-18T11:00:44.853Z | Mar 18 11:00:43.733 INFO [stamp-nexus] process exited with exit status: 0 (3.940389095s) |
| 4049 | 2026-03-18T11:00:46.237Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4050 | 2026-03-18T11:00:46.243Z | Mar 18 11:00:45.129 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.335775408s) |
| 4051 | 2026-03-18T11:00:46.302Z | [ recovery-image] Mar 18 11:00:45.190 INFO O| Mar 18 11:00:45.190 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4052 | 2026-03-18T11:00:46.339Z | [ recovery-image] Mar 18 11:00:45.225 INFO O| Mar 18 11:00:45.225 INFO O| Startup: Caching catalogs ... Done |
| 4053 | 2026-03-18T11:00:46.344Z | [ recovery-image] Mar 18 11:00:45.228 INFO O| Mar 18 11:00:45.228 INFO O| Planning: Planning completed in 0.00 seconds |
| 4054 | 2026-03-18T11:00:46.344Z | [ recovery-image] Mar 18 11:00:45.228 INFO O| Mar 18 11:00:45.228 INFO O| Planning: Consolidating action changes ... Done |
| 4055 | 2026-03-18T11:00:46.344Z | [ recovery-image] Mar 18 11:00:45.228 INFO O| Mar 18 11:00:45.228 INFO O| Planning: Evaluating mediators ... Done |
| 4056 | 2026-03-18T11:00:46.344Z | [ recovery-image] Mar 18 11:00:45.229 INFO O| Mar 18 11:00:45.229 INFO O| Planning: Planning completed in 0.00 seconds |
| 4057 | 2026-03-18T11:00:46.344Z | [ recovery-image] Mar 18 11:00:45.229 INFO O| Mar 18 11:00:45.229 INFO O| Variants/Facets to change: 1 |
| 4058 | 2026-03-18T11:00:46.351Z | [ recovery-image] Mar 18 11:00:45.239 INFO O| Mar 18 11:00:45.239 INFO O| Finalize: Updating package state database ... Done |
| 4059 | 2026-03-18T11:00:46.352Z | [ recovery-image] Mar 18 11:00:45.239 INFO O| Mar 18 11:00:45.239 INFO O| Finalize: Updating package cache ... Done |
| 4060 | 2026-03-18T11:00:46.363Z | [ recovery-image] Mar 18 11:00:45.246 INFO O| Mar 18 11:00:45.246 INFO O| Finalize: Updating image state ... Done |
| 4061 | 2026-03-18T11:00:46.368Z | [ recovery-image] Mar 18 11:00:45.248 INFO O| Mar 18 11:00:45.248 INFO O| Finalize: Creating fast lookup database ... Done |
| 4062 | 2026-03-18T11:00:46.368Z | [ recovery-image] Mar 18 11:00:45.249 INFO O| Mar 18 11:00:45.249 INFO O| Finalize: Reading search index ... Done |
| 4063 | 2026-03-18T11:00:46.368Z | [ recovery-image] Mar 18 11:00:45.249 INFO O| Mar 18 11:00:45.249 INFO O| Finalize: Updating search index ... Done |
| 4064 | 2026-03-18T11:00:46.368Z | [ recovery-image] Mar 18 11:00:45.250 INFO O| Mar 18 11:00:45.250 INFO O| Finalize: Updating package cache ... Done |
| 4065 | 2026-03-18T11:00:46.432Z | [ recovery-image] Mar 18 11:00:45.319 INFO O| Mar 18 11:00:45.319 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4066 | 2026-03-18T11:00:46.432Z | [ recovery-image] Mar 18 11:00:45.319 INFO O| Mar 18 11:00:45.319 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4067 | 2026-03-18T11:00:46.439Z | [ recovery-image] Mar 18 11:00:45.319 INFO O| Mar 18 11:00:45.319 INFO skip step because feature "debug_variant" is not enabled |
| 4068 | 2026-03-18T11:00:46.439Z | [ recovery-image] Mar 18 11:00:45.319 INFO O| Mar 18 11:00:45.319 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4069 | 2026-03-18T11:00:46.439Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4070 | 2026-03-18T11:00:46.444Z | Mar 18 11:00:45.328 INFO [stamp-clickhouse] process exited with exit status: 0 (5.537139141s) |
| 4071 | 2026-03-18T11:00:46.468Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4072 | 2026-03-18T11:00:46.474Z | Mar 18 11:00:45.356 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.562959708s) |
| 4073 | 2026-03-18T11:00:46.474Z | Mar 18 11:00:45.356 INFO [tuf-stamp] task succeeded (5.566438567s) |
| 4074 | 2026-03-18T11:00:46.736Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4075 | 2026-03-18T11:00:46.773Z | [ recovery-image] Mar 18 11:00:45.660 INFO O| Mar 18 11:00:45.660 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4076 | 2026-03-18T11:00:46.966Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4077 | 2026-03-18T11:00:46.997Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4078 | 2026-03-18T11:00:46.997Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4079 | 2026-03-18T11:00:47.048Z | [verify-libraries] Compiling home v0.5.12 |
| 4080 | 2026-03-18T11:00:47.083Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4081 | 2026-03-18T11:00:47.110Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4082 | 2026-03-18T11:00:47.143Z | [verify-libraries] Compiling nix v0.28.0 |
| 4083 | 2026-03-18T11:00:47.176Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4084 | 2026-03-18T11:00:47.179Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4085 | 2026-03-18T11:00:47.236Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4086 | 2026-03-18T11:00:47.296Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4087 | 2026-03-18T11:00:47.335Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4088 | 2026-03-18T11:00:47.406Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4089 | 2026-03-18T11:00:47.437Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4090 | 2026-03-18T11:00:47.470Z | [verify-libraries] Compiling colored v2.2.0 |
| 4091 | 2026-03-18T11:00:47.470Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4092 | 2026-03-18T11:00:47.474Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4093 | 2026-03-18T11:00:47.573Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4094 | 2026-03-18T11:00:47.581Z | [verify-libraries] Compiling petname v2.0.2 |
| 4095 | 2026-03-18T11:00:47.647Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4096 | 2026-03-18T11:00:47.742Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4097 | 2026-03-18T11:00:47.809Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4098 | 2026-03-18T11:00:47.831Z | [ recovery-image] Mar 18 11:00:46.714 INFO O| Mar 18 11:00:46.714 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4099 | 2026-03-18T11:00:47.867Z | [ recovery-image] Mar 18 11:00:46.754 INFO O| Mar 18 11:00:46.753 INFO O| Startup: Caching catalogs ... Done |
| 4100 | 2026-03-18T11:00:47.871Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4101 | 2026-03-18T11:00:47.871Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4102 | 2026-03-18T11:00:47.871Z | [ recovery-image] Mar 18 11:00:46.757 INFO O| Mar 18 11:00:46.757 INFO O| Planning: Planning completed in 0.00 seconds |
| 4103 | 2026-03-18T11:00:47.871Z | [ recovery-image] Mar 18 11:00:46.758 INFO O| Mar 18 11:00:46.758 INFO O| Planning: Consolidating action changes ... Done |
| 4104 | 2026-03-18T11:00:47.871Z | [ recovery-image] Mar 18 11:00:46.758 INFO O| Mar 18 11:00:46.758 INFO O| Planning: Evaluating mediators ... Done |
| 4105 | 2026-03-18T11:00:47.875Z | [ recovery-image] Mar 18 11:00:46.758 INFO O| Mar 18 11:00:46.758 INFO O| Planning: Planning completed in 0.00 seconds |
| 4106 | 2026-03-18T11:00:47.875Z | [ recovery-image] Mar 18 11:00:46.759 INFO O| Mar 18 11:00:46.758 INFO O| Variants/Facets to change: 1 |
| 4107 | 2026-03-18T11:00:47.883Z | [ recovery-image] Mar 18 11:00:46.770 INFO O| Mar 18 11:00:46.770 INFO O| Finalize: Updating package state database ... Done |
| 4108 | 2026-03-18T11:00:47.888Z | [ recovery-image] Mar 18 11:00:46.770 INFO O| Mar 18 11:00:46.770 INFO O| Finalize: Updating package cache ... Done |
| 4109 | 2026-03-18T11:00:47.893Z | [ recovery-image] Mar 18 11:00:46.778 INFO O| Mar 18 11:00:46.777 INFO O| Finalize: Updating image state ... Done |
| 4110 | 2026-03-18T11:00:47.896Z | [ recovery-image] Mar 18 11:00:46.780 INFO O| Mar 18 11:00:46.780 INFO O| Finalize: Creating fast lookup database ... Done |
| 4111 | 2026-03-18T11:00:47.896Z | [ recovery-image] Mar 18 11:00:46.781 INFO O| Mar 18 11:00:46.780 INFO O| Finalize: Reading search index ... Done |
| 4112 | 2026-03-18T11:00:47.897Z | [ recovery-image] Mar 18 11:00:46.781 INFO O| Mar 18 11:00:46.781 INFO O| Finalize: Updating search index ... Done |
| 4113 | 2026-03-18T11:00:47.897Z | [ recovery-image] Mar 18 11:00:46.782 INFO O| Mar 18 11:00:46.782 INFO O| Finalize: Updating package cache ... Done |
| 4114 | 2026-03-18T11:00:47.940Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4115 | 2026-03-18T11:00:47.953Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4116 | 2026-03-18T11:00:48.002Z | [ recovery-image] Mar 18 11:00:46.881 INFO O| Mar 18 11:00:46.880 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4117 | 2026-03-18T11:00:48.002Z | [ recovery-image] Mar 18 11:00:46.881 INFO O| Mar 18 11:00:46.880 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4118 | 2026-03-18T11:00:48.006Z | [verify-libraries] Compiling psm v0.1.30 |
| 4119 | 2026-03-18T11:00:48.093Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4120 | 2026-03-18T11:00:48.135Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4121 | 2026-03-18T11:00:48.201Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4122 | 2026-03-18T11:00:48.272Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4123 | 2026-03-18T11:00:48.314Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4124 | 2026-03-18T11:00:48.352Z | [verify-libraries] Compiling des v0.8.1 |
| 4125 | 2026-03-18T11:00:48.352Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4126 | 2026-03-18T11:00:48.441Z | [ recovery-image] Mar 18 11:00:47.328 INFO O| Mar 18 11:00:47.327 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4127 | 2026-03-18T11:00:48.463Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4128 | 2026-03-18T11:00:48.543Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4129 | 2026-03-18T11:00:48.578Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4130 | 2026-03-18T11:00:48.674Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4131 | 2026-03-18T11:00:48.739Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4132 | 2026-03-18T11:00:48.769Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4133 | 2026-03-18T11:00:48.926Z | [ recovery-image] Mar 18 11:00:47.810 INFO O| Mar 18 11:00:47.809 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4134 | 2026-03-18T11:00:48.976Z | [ recovery-image] Mar 18 11:00:47.857 INFO O| Mar 18 11:00:47.857 INFO O| Startup: Caching catalogs ... Done |
| 4135 | 2026-03-18T11:00:48.985Z | [ recovery-image] Mar 18 11:00:47.862 INFO O| Mar 18 11:00:47.861 INFO O| Planning: Planning completed in 0.00 seconds |
| 4136 | 2026-03-18T11:00:48.985Z | [ recovery-image] Mar 18 11:00:47.862 INFO O| Mar 18 11:00:47.862 INFO O| Planning: Consolidating action changes ... Done |
| 4137 | 2026-03-18T11:00:48.985Z | [ recovery-image] Mar 18 11:00:47.862 INFO O| Mar 18 11:00:47.862 INFO O| Planning: Evaluating mediators ... Done |
| 4138 | 2026-03-18T11:00:48.985Z | [ recovery-image] Mar 18 11:00:47.862 INFO O| Mar 18 11:00:47.862 INFO O| Planning: Planning completed in 0.00 seconds |
| 4139 | 2026-03-18T11:00:48.985Z | [ recovery-image] Mar 18 11:00:47.863 INFO O| Mar 18 11:00:47.863 INFO O| Variants/Facets to change: 1 |
| 4140 | 2026-03-18T11:00:48.990Z | [ recovery-image] Mar 18 11:00:47.875 INFO O| Mar 18 11:00:47.875 INFO O| Finalize: Updating package state database ... Done |
| 4141 | 2026-03-18T11:00:48.990Z | [ recovery-image] Mar 18 11:00:47.875 INFO O| Mar 18 11:00:47.875 INFO O| Finalize: Updating package cache ... Done |
| 4142 | 2026-03-18T11:00:48.997Z | [ recovery-image] Mar 18 11:00:47.883 INFO O| Mar 18 11:00:47.883 INFO O| Finalize: Updating image state ... Done |
| 4143 | 2026-03-18T11:00:49.003Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4144 | 2026-03-18T11:00:49.003Z | [ recovery-image] Mar 18 11:00:47.886 INFO O| Mar 18 11:00:47.886 INFO O| Finalize: Creating fast lookup database ... Done |
| 4145 | 2026-03-18T11:00:49.007Z | [ recovery-image] Mar 18 11:00:47.889 INFO O| Mar 18 11:00:47.889 INFO O| Finalize: Reading search index ... Done |
| 4146 | 2026-03-18T11:00:49.007Z | [ recovery-image] Mar 18 11:00:47.889 INFO O| Mar 18 11:00:47.889 INFO O| Finalize: Updating search index ... Done |
| 4147 | 2026-03-18T11:00:49.007Z | [ recovery-image] Mar 18 11:00:47.889 INFO O| Mar 18 11:00:47.889 INFO O| Finalize: Updating package cache ... Done |
| 4148 | 2026-03-18T11:00:49.028Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4149 | 2026-03-18T11:00:49.029Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 4150 | 2026-03-18T11:00:49.036Z | [ host-image] Mar 18 11:00:47.922 INFO O| Mar 18 11:00:47.921 INFO O| Download: 2232/23719 items 24.0/221.2MB 10% complete (1.4M/s) |
| 4151 | 2026-03-18T11:00:49.108Z | [ recovery-image] Mar 18 11:00:47.992 INFO O| Mar 18 11:00:47.992 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4152 | 2026-03-18T11:00:49.108Z | [ recovery-image] Mar 18 11:00:47.992 INFO O| Mar 18 11:00:47.992 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4153 | 2026-03-18T11:00:49.113Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4154 | 2026-03-18T11:00:49.180Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4155 | 2026-03-18T11:00:49.248Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4156 | 2026-03-18T11:00:49.327Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4157 | 2026-03-18T11:00:49.397Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4158 | 2026-03-18T11:00:49.480Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4159 | 2026-03-18T11:00:49.580Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4160 | 2026-03-18T11:00:49.586Z | [ recovery-image] Mar 18 11:00:48.472 INFO O| Mar 18 11:00:48.472 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4161 | 2026-03-18T11:00:49.814Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4162 | 2026-03-18T11:00:50.119Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4163 | 2026-03-18T11:00:50.285Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4164 | 2026-03-18T11:00:50.371Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4165 | 2026-03-18T11:00:50.512Z | [ recovery-image] Mar 18 11:00:49.397 INFO O| Mar 18 11:00:49.397 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4166 | 2026-03-18T11:00:50.565Z | [ recovery-image] Mar 18 11:00:49.448 INFO O| Mar 18 11:00:49.448 INFO O| Startup: Caching catalogs ... Done |
| 4167 | 2026-03-18T11:00:50.570Z | [ recovery-image] Mar 18 11:00:49.452 INFO O| Mar 18 11:00:49.452 INFO O| Planning: Planning completed in 0.00 seconds |
| 4168 | 2026-03-18T11:00:50.570Z | [ recovery-image] Mar 18 11:00:49.453 INFO O| Mar 18 11:00:49.453 INFO O| Planning: Consolidating action changes ... Done |
| 4169 | 2026-03-18T11:00:50.570Z | [ recovery-image] Mar 18 11:00:49.453 INFO O| Mar 18 11:00:49.453 INFO O| Planning: Evaluating mediators ... Done |
| 4170 | 2026-03-18T11:00:50.570Z | [ recovery-image] Mar 18 11:00:49.453 INFO O| Mar 18 11:00:49.453 INFO O| Planning: Planning completed in 0.00 seconds |
| 4171 | 2026-03-18T11:00:50.570Z | [ recovery-image] Mar 18 11:00:49.453 INFO O| Mar 18 11:00:49.453 INFO O| Variants/Facets to change: 1 |
| 4172 | 2026-03-18T11:00:50.582Z | [ recovery-image] Mar 18 11:00:49.468 INFO O| Mar 18 11:00:49.468 INFO O| Finalize: Updating package state database ... Done |
| 4173 | 2026-03-18T11:00:50.582Z | [ recovery-image] Mar 18 11:00:49.468 INFO O| Mar 18 11:00:49.468 INFO O| Finalize: Updating package cache ... Done |
| 4174 | 2026-03-18T11:00:50.601Z | [ recovery-image] Mar 18 11:00:49.475 INFO O| Mar 18 11:00:49.475 INFO O| Finalize: Updating image state ... Done |
| 4175 | 2026-03-18T11:00:50.616Z | [ recovery-image] Mar 18 11:00:49.477 INFO O| Mar 18 11:00:49.477 INFO O| Finalize: Creating fast lookup database ... Done |
| 4176 | 2026-03-18T11:00:50.616Z | [ recovery-image] Mar 18 11:00:49.478 INFO O| Mar 18 11:00:49.478 INFO O| Finalize: Reading search index ... Done |
| 4177 | 2026-03-18T11:00:50.616Z | [ recovery-image] Mar 18 11:00:49.478 INFO O| Mar 18 11:00:49.478 INFO O| Finalize: Updating search index ... Done |
| 4178 | 2026-03-18T11:00:50.616Z | [ recovery-image] Mar 18 11:00:49.479 INFO O| Mar 18 11:00:49.479 INFO O| Finalize: Updating package cache ... Done |
| 4179 | 2026-03-18T11:00:50.684Z | [ recovery-image] Mar 18 11:00:49.568 INFO O| Mar 18 11:00:49.568 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4180 | 2026-03-18T11:00:50.684Z | [ recovery-image] Mar 18 11:00:49.568 INFO O| Mar 18 11:00:49.568 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4181 | 2026-03-18T11:00:50.698Z | [ recovery-image] Mar 18 11:00:49.580 INFO O| Mar 18 11:00:49.580 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 4182 | 2026-03-18T11:00:50.850Z | [verify-libraries] Compiling diff v0.1.13 |
| 4183 | 2026-03-18T11:00:51.128Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4184 | 2026-03-18T11:00:51.173Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4185 | 2026-03-18T11:00:51.296Z | [ recovery-image] Mar 18 11:00:50.181 INFO O| Mar 18 11:00:50.181 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4186 | 2026-03-18T11:00:51.340Z | [ recovery-image] Mar 18 11:00:50.225 INFO O| Mar 18 11:00:50.225 INFO O| Startup: Caching catalogs ... Done |
| 4187 | 2026-03-18T11:00:51.448Z | [ recovery-image] Mar 18 11:00:50.332 INFO O| Mar 18 11:00:50.332 INFO O| Planning: Solver setup ... Done |
| 4188 | 2026-03-18T11:00:51.453Z | [ recovery-image] Mar 18 11:00:50.339 INFO O| Mar 18 11:00:50.339 INFO O| Planning: Running solver ... Done |
| 4189 | 2026-03-18T11:00:51.460Z | [ recovery-image] Mar 18 11:00:50.344 INFO O| Mar 18 11:00:50.344 INFO O| Planning: Finding local manifests ... Done |
| 4190 | 2026-03-18T11:00:51.507Z | [ recovery-image] Mar 18 11:00:50.392 INFO O| Mar 18 11:00:50.391 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 4191 | 2026-03-18T11:00:51.650Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4192 | 2026-03-18T11:00:51.737Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4193 | 2026-03-18T11:00:51.974Z | [verify-libraries] Compiling russh v0.45.0 |
| 4194 | 2026-03-18T11:00:52.068Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4195 | 2026-03-18T11:00:52.203Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4196 | 2026-03-18T11:00:52.279Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4197 | 2026-03-18T11:00:52.426Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4198 | 2026-03-18T11:00:52.525Z | [verify-libraries] Compiling drift v0.1.3 |
| 4199 | 2026-03-18T11:00:52.613Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4200 | 2026-03-18T11:00:52.961Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4201 | 2026-03-18T11:00:53.004Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4202 | 2026-03-18T11:00:53.324Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4203 | 2026-03-18T11:00:54.047Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4204 | 2026-03-18T11:00:54.047Z | [ host-image] Mar 18 11:00:52.931 INFO O| Mar 18 11:00:52.931 INFO O| Download: 2982/23719 items 33.3/221.2MB 15% complete (1.9M/s) |
| 4205 | 2026-03-18T11:00:54.077Z | [verify-libraries] Compiling dropshot-api-manager v0.6.0 |
| 4206 | 2026-03-18T11:00:55.460Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4207 | 2026-03-18T11:00:55.917Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4208 | 2026-03-18T11:00:56.403Z | [verify-libraries] Compiling termios v0.3.3 |
| 4209 | 2026-03-18T11:00:56.513Z | [ recovery-image] Mar 18 11:00:55.393 INFO O| Mar 18 11:00:55.393 INFO O| Planning: Fetching manifests: 83/127 65% complete |
| 4210 | 2026-03-18T11:00:56.673Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4211 | 2026-03-18T11:00:56.727Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4212 | 2026-03-18T11:00:58.066Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4213 | 2026-03-18T11:00:58.381Z | [ recovery-image] Mar 18 11:00:57.263 INFO O| Mar 18 11:00:57.263 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 4214 | 2026-03-18T11:00:58.936Z | [ recovery-image] Mar 18 11:00:57.817 INFO O| Mar 18 11:00:57.817 INFO O| Planning: Package planning ... Done |
| 4215 | 2026-03-18T11:00:59.111Z | [ host-image] Mar 18 11:00:57.993 INFO O| Mar 18 11:00:57.993 INFO O| Download: 4520/23719 items 41.1/221.2MB 18% complete (1.7M/s) |
| 4216 | 2026-03-18T11:00:59.172Z | [ recovery-image] Mar 18 11:00:58.054 INFO O| Mar 18 11:00:58.054 INFO O| Planning: Merging actions ... Done |
| 4217 | 2026-03-18T11:00:59.278Z | [ recovery-image] Mar 18 11:00:58.160 INFO O| Mar 18 11:00:58.160 INFO O| Planning: Checking for conflicting actions ... Done |
| 4218 | 2026-03-18T11:00:59.351Z | [ recovery-image] Mar 18 11:00:58.233 INFO O| Mar 18 11:00:58.232 INFO O| Planning: Consolidating action changes ... Done |
| 4219 | 2026-03-18T11:00:59.545Z | [ recovery-image] Mar 18 11:00:58.426 INFO O| Mar 18 11:00:58.426 INFO O| Planning: Evaluating mediators ... Done |
| 4220 | 2026-03-18T11:01:00.201Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4221 | 2026-03-18T11:01:00.411Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4222 | 2026-03-18T11:01:03.926Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4223 | 2026-03-18T11:01:03.926Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4224 | 2026-03-18T11:01:03.926Z | [ recovery-image] Mar 18 11:01:00.593 INFO O| Mar 18 11:01:00.593 INFO O| Planning: Planning completed in 10.36 seconds |
| 4225 | 2026-03-18T11:01:03.926Z | [ recovery-image] Mar 18 11:01:00.595 INFO O| Mar 18 11:01:00.595 INFO O| Packages to install: 127 |
| 4226 | 2026-03-18T11:01:03.926Z | [ recovery-image] Mar 18 11:01:00.595 INFO O| Mar 18 11:01:00.595 INFO O| Mediators to change: 5 |
| 4227 | 2026-03-18T11:01:03.926Z | [ recovery-image] Mar 18 11:01:00.595 INFO O| Mar 18 11:01:00.595 INFO O| Services to change: 5 |
| 4228 | 2026-03-18T11:01:03.926Z | [ recovery-image] Mar 18 11:01:00.640 INFO O| Mar 18 11:01:00.640 INFO O| Download: 0/16532 items 0.0/198.4MB 0% complete |
| 4229 | 2026-03-18T11:01:03.959Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4230 | 2026-03-18T11:01:04.368Z | [ host-image] Mar 18 11:01:03.248 INFO O| Mar 18 11:01:03.248 INFO O| Download: 4964/23719 items 43.8/221.2MB 19% complete (1.1M/s) |
| 4231 | 2026-03-18T11:01:04.692Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4232 | 2026-03-18T11:01:06.762Z | [ recovery-image] Mar 18 11:01:05.641 INFO O| Mar 18 11:01:05.641 INFO O| Download: 997/16532 items 7.8/198.4MB 3% complete (1.6M/s) |
| 4233 | 2026-03-18T11:01:07.706Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4234 | 2026-03-18T11:01:09.908Z | [ host-image] Mar 18 11:01:08.786 INFO O| Mar 18 11:01:08.786 INFO O| Download: 6058/23719 items 46.8/221.2MB 21% complete (607k/s) |
| 4235 | 2026-03-18T11:01:12.472Z | [ recovery-image] Mar 18 11:01:11.349 INFO O| Mar 18 11:01:11.349 INFO O| Download: 1165/16532 items 9.9/198.4MB 5% complete (1.1M/s) |
| 4236 | 2026-03-18T11:01:12.746Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4237 | 2026-03-18T11:01:14.320Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4238 | 2026-03-18T11:01:15.071Z | [ host-image] Mar 18 11:01:13.947 INFO O| Mar 18 11:01:13.947 INFO O| Download: 7148/23719 items 49.0/221.2MB 22% complete (360k/s) |
| 4239 | 2026-03-18T11:01:15.664Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4240 | 2026-03-18T11:01:16.564Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4241 | 2026-03-18T11:01:17.542Z | [ recovery-image] Mar 18 11:01:16.416 INFO O| Mar 18 11:01:16.416 INFO O| Download: 1512/16532 items 21.1/198.4MB 10% complete (1.4M/s) |
| 4242 | 2026-03-18T11:01:20.092Z | [ host-image] Mar 18 11:01:18.965 INFO O| Mar 18 11:01:18.965 INFO O| Download: 7515/23719 items 52.5/221.2MB 23% complete (583k/s) |
| 4243 | 2026-03-18T11:01:20.730Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4244 | 2026-03-18T11:01:20.945Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4245 | 2026-03-18T11:01:22.536Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4246 | 2026-03-18T11:01:22.564Z | [ recovery-image] Mar 18 11:01:21.436 INFO O| Mar 18 11:01:21.436 INFO O| Download: 2089/16532 items 30.5/198.4MB 15% complete (2.0M/s) |
| 4247 | 2026-03-18T11:01:22.948Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4248 | 2026-03-18T11:01:25.110Z | [ host-image] Mar 18 11:01:23.981 INFO O| Mar 18 11:01:23.981 INFO O| Download: 8400/23719 items 61.6/221.2MB 27% complete (1.3M/s) |
| 4249 | 2026-03-18T11:01:25.245Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4250 | 2026-03-18T11:01:25.602Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4251 | 2026-03-18T11:01:27.575Z | [ recovery-image] Mar 18 11:01:26.445 INFO O| Mar 18 11:01:26.444 INFO O| Download: 3239/16532 items 37.3/198.4MB 18% complete (1.6M/s) |
| 4252 | 2026-03-18T11:01:27.713Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4253 | 2026-03-18T11:01:27.717Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4254 | 2026-03-18T11:01:27.783Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4255 | 2026-03-18T11:01:28.738Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4256 | 2026-03-18T11:01:30.557Z | [ host-image] Mar 18 11:01:29.426 INFO O| Mar 18 11:01:29.426 INFO O| Download: 8761/23719 items 66.1/221.2MB 29% complete (1.3M/s) |
| 4257 | 2026-03-18T11:01:31.443Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4258 | 2026-03-18T11:01:32.775Z | [ recovery-image] Mar 18 11:01:31.643 INFO O| Mar 18 11:01:31.643 INFO O| Download: 4044/16532 items 41.7/198.4MB 21% complete (1.3M/s) |
| 4259 | 2026-03-18T11:01:35.167Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4260 | 2026-03-18T11:01:35.786Z | [ host-image] Mar 18 11:01:34.652 INFO O| Mar 18 11:01:34.652 INFO O| Download: 9888/23719 items 88.4/221.2MB 39% complete (2.6M/s) |
| 4261 | 2026-03-18T11:01:37.787Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4262 | 2026-03-18T11:01:37.790Z | [ recovery-image] Mar 18 11:01:36.654 INFO O| Mar 18 11:01:36.654 INFO O| Download: 5030/16532 items 43.6/198.4MB 21% complete (649k/s) |
| 4263 | 2026-03-18T11:01:38.989Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4264 | 2026-03-18T11:01:41.029Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4265 | 2026-03-18T11:01:41.882Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4266 | 2026-03-18T11:01:42.986Z | [ host-image] Mar 18 11:01:41.850 INFO O| Mar 18 11:01:41.850 INFO O| Download: 10920/23719 items 96.2/221.2MB 43% complete (2.9M/s) |
| 4267 | 2026-03-18T11:01:43.091Z | [ recovery-image] Mar 18 11:01:41.955 INFO O| Mar 18 11:01:41.955 INFO O| Download: 6068/16532 items 45.7/198.4MB 23% complete (386k/s) |
| 4268 | 2026-03-18T11:01:43.239Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4269 | 2026-03-18T11:01:43.903Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4270 | 2026-03-18T11:01:46.045Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4271 | 2026-03-18T11:01:46.211Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4272 | 2026-03-18T11:01:46.392Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4273 | 2026-03-18T11:01:48.119Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4274 | 2026-03-18T11:01:48.145Z | [ recovery-image] Mar 18 11:01:47.007 INFO O| Mar 18 11:01:47.007 INFO O| Download: 6305/16532 items 55.0/198.4MB 27% complete (1.1M/s) |
| 4275 | 2026-03-18T11:01:48.486Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4276 | 2026-03-18T11:01:48.696Z | [ host-image] Mar 18 11:01:47.558 INFO O| Mar 18 11:01:47.558 INFO O| Download: 11664/23719 items 98.9/221.2MB 44% complete (824k/s) |
| 4277 | 2026-03-18T11:01:51.331Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4278 | 2026-03-18T11:01:51.362Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4279 | 2026-03-18T11:01:53.196Z | [ recovery-image] Mar 18 11:01:52.056 INFO O| Mar 18 11:01:52.056 INFO O| Download: 6611/16532 items 70.8/198.4MB 35% complete (2.5M/s) |
| 4280 | 2026-03-18T11:01:53.707Z | [ host-image] Mar 18 11:01:52.567 INFO O| Mar 18 11:01:52.567 INFO O| Download: 12088/23719 items 104.2/221.2MB 47% complete (784k/s) |
| 4281 | 2026-03-18T11:01:54.365Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4282 | 2026-03-18T11:01:58.198Z | [ recovery-image] Mar 18 11:01:57.056 INFO O| Mar 18 11:01:57.056 INFO O| Download: 7635/16532 items 82.1/198.4MB 41% complete (2.8M/s) |
| 4283 | 2026-03-18T11:01:58.739Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4284 | 2026-03-18T11:01:58.799Z | [ host-image] Mar 18 11:01:57.657 INFO O| Mar 18 11:01:57.657 INFO O| Download: 12832/23719 items 109.6/221.2MB 49% complete (1.1M/s) |
| 4285 | 2026-03-18T11:02:01.248Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4286 | 2026-03-18T11:02:03.007Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4287 | 2026-03-18T11:02:03.371Z | [ recovery-image] Mar 18 11:02:02.227 INFO O| Mar 18 11:02:02.227 INFO O| Download: 8430/16532 items 85.0/198.4MB 42% complete (1.9M/s) |
| 4288 | 2026-03-18T11:02:03.818Z | [ host-image] Mar 18 11:02:02.674 INFO O| Mar 18 11:02:02.674 INFO O| Download: 13372/23719 items 118.5/221.2MB 53% complete (1.4M/s) |
| 4289 | 2026-03-18T11:02:04.773Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4290 | 2026-03-18T11:02:08.182Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4291 | 2026-03-18T11:02:08.392Z | [ recovery-image] Mar 18 11:02:07.245 INFO O| Mar 18 11:02:07.245 INFO O| Download: 8537/16532 items 87.7/198.4MB 44% complete (826k/s) |
| 4292 | 2026-03-18T11:02:08.838Z | [ host-image] Mar 18 11:02:07.690 INFO O| Mar 18 11:02:07.690 INFO O| Download: 14872/23719 items 119.5/221.2MB 54% complete (1.0M/s) |
| 4293 | 2026-03-18T11:02:13.631Z | [ recovery-image] Mar 18 11:02:12.482 INFO O| Mar 18 11:02:12.482 INFO O| Download: 9321/16532 items 101.2/198.4MB 50% complete (1.6M/s) |
| 4294 | 2026-03-18T11:02:13.872Z | [ host-image] Mar 18 11:02:12.722 INFO O| Mar 18 11:02:12.722 INFO O| Download: 15408/23719 items 128.6/221.2MB 58% complete (998k/s) |
| 4295 | 2026-03-18T11:02:17.840Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4296 | 2026-03-18T11:02:18.158Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4297 | 2026-03-18T11:02:18.669Z | [ recovery-image] Mar 18 11:02:17.499 INFO O| Mar 18 11:02:17.499 INFO O| Download: 10232/16532 items 102.5/198.4MB 51% complete (1.4M/s) |
| 4298 | 2026-03-18T11:02:19.017Z | [ host-image] Mar 18 11:02:17.845 INFO O| Mar 18 11:02:17.845 INFO O| Download: 16275/23719 items 132.8/221.2MB 60% complete (1.4M/s) |
| 4299 | 2026-03-18T11:02:19.566Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4300 | 2026-03-18T11:02:23.658Z | [ recovery-image] Mar 18 11:02:22.499 INFO O| Mar 18 11:02:22.499 INFO O| Download: 11074/16532 items 102.9/198.4MB 51% complete (175k/s) |
| 4301 | 2026-03-18T11:02:24.227Z | [ host-image] Mar 18 11:02:23.065 INFO O| Mar 18 11:02:23.065 INFO O| Download: 16842/23719 items 147.4/221.2MB 66% complete (1.8M/s) |
| 4302 | 2026-03-18T11:02:24.663Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4303 | 2026-03-18T11:02:28.021Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4304 | 2026-03-18T11:02:29.231Z | [ host-image] Mar 18 11:02:28.075 INFO O| Mar 18 11:02:28.075 INFO O| Download: 18081/23719 items 158.5/221.2MB 71% complete (2.6M/s) |
| 4305 | 2026-03-18T11:02:33.036Z | [ recovery-image] Mar 18 11:02:29.341 INFO O| Mar 18 11:02:29.341 INFO O| Download: 11537/16532 items 104.8/198.4MB 52% complete (242k/s) |
| 4306 | 2026-03-18T11:02:34.239Z | [ host-image] Mar 18 11:02:33.082 INFO O| Mar 18 11:02:33.082 INFO O| Download: 19086/23719 items 172.5/221.2MB 77% complete (2.5M/s) |
| 4307 | 2026-03-18T11:02:35.652Z | [ recovery-image] Mar 18 11:02:34.494 INFO O| Mar 18 11:02:34.494 INFO O| Download: 12226/16532 items 131.5/198.4MB 66% complete (2.7M/s) |
| 4308 | 2026-03-18T11:02:39.248Z | [ host-image] Mar 18 11:02:38.089 INFO O| Mar 18 11:02:38.089 INFO O| Download: 20077/23719 items 175.9/221.2MB 79% complete (1.7M/s) |
| 4309 | 2026-03-18T11:02:39.356Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4310 | 2026-03-18T11:02:41.052Z | [ recovery-image] Mar 18 11:02:39.892 INFO O| Mar 18 11:02:39.892 INFO O| Download: 12512/16532 items 149.9/198.4MB 75% complete (4.6M/s) |
| 4311 | 2026-03-18T11:02:44.257Z | [ host-image] Mar 18 11:02:43.095 INFO O| Mar 18 11:02:43.095 INFO O| Download: 21332/23719 items 181.7/221.2MB 82% complete (936k/s) |
| 4312 | 2026-03-18T11:02:44.973Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4313 | 2026-03-18T11:02:46.191Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4314 | 2026-03-18T11:02:47.942Z | [ recovery-image] Mar 18 11:02:46.779 INFO O| Mar 18 11:02:46.778 INFO O| Download: 13519/16532 items 153.5/198.4MB 77% complete (2.9M/s) |
| 4315 | 2026-03-18T11:02:49.265Z | [ host-image] Mar 18 11:02:48.100 INFO O| Mar 18 11:02:48.100 INFO O| Download: 21539/23719 items 183.0/221.2MB 82% complete (749k/s) |
| 4316 | 2026-03-18T11:02:52.985Z | [ recovery-image] Mar 18 11:02:51.820 INFO O| Mar 18 11:02:51.820 INFO O| Download: 14774/16532 items 158.0/198.4MB 79% complete (639k/s) |
| 4317 | 2026-03-18T11:02:54.570Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4318 | 2026-03-18T11:02:55.667Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4319 | 2026-03-18T11:02:56.161Z | [ host-image] Mar 18 11:02:54.994 INFO O| Mar 18 11:02:54.994 INFO O| Download: 21835/23719 items 189.0/221.2MB 85% complete (1.0M/s) |
| 4320 | 2026-03-18T11:02:57.988Z | [ recovery-image] Mar 18 11:02:56.820 INFO O| Mar 18 11:02:56.820 INFO O| Download: 15438/16532 items 167.7/198.4MB 84% complete (1.4M/s) |
| 4321 | 2026-03-18T11:02:58.241Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4322 | 2026-03-18T11:03:01.190Z | [ host-image] Mar 18 11:03:00.021 INFO O| Mar 18 11:03:00.021 INFO O| Download: 22803/23719 items 210.5/221.2MB 95% complete (2.0M/s) |
| 4323 | 2026-03-18T11:03:02.860Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4324 | 2026-03-18T11:03:03.070Z | [ recovery-image] Mar 18 11:03:01.901 INFO O| Mar 18 11:03:01.901 INFO O| Download: 16120/16532 items 182.8/198.4MB 92% complete (2.5M/s) |
| 4325 | 2026-03-18T11:03:06.825Z | [ host-image] Mar 18 11:03:05.654 INFO O| Mar 18 11:03:05.654 INFO O| Download: 22933/23719 items 214.8/221.2MB 97% complete (2.9M/s) |
| 4326 | 2026-03-18T11:03:07.503Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4327 | 2026-03-18T11:03:08.151Z | [ recovery-image] Mar 18 11:03:06.980 INFO O| Mar 18 11:03:06.980 INFO O| Download: 16308/16532 items 193.1/198.4MB 97% complete (2.6M/s) |
| 4328 | 2026-03-18T11:03:10.782Z | [ recovery-image] Mar 18 11:03:09.610 INFO O| Mar 18 11:03:09.610 INFO O| Download: Completed 198.44 MB in 128.97 seconds (1.5M/s) |
| 4329 | 2026-03-18T11:03:10.867Z | [ host-image] Mar 18 11:03:09.694 INFO O| Mar 18 11:03:09.694 INFO O| Download: Completed 221.23 MB in 163.52 seconds (1.4M/s) |
| 4330 | 2026-03-18T11:03:11.232Z | [ recovery-image] Mar 18 11:03:10.059 INFO O| Mar 18 11:03:10.059 INFO O| Actions: 1/27327 actions (Installing new actions) |
| 4331 | 2026-03-18T11:03:11.568Z | [ host-image] Mar 18 11:03:10.393 INFO O| Mar 18 11:03:10.393 INFO O| Actions: 1/53855 actions (Installing new actions) |
| 4332 | 2026-03-18T11:03:16.237Z | [ recovery-image] Mar 18 11:03:15.060 INFO O| Mar 18 11:03:15.059 INFO O| Actions: 15613/27327 actions (Installing new actions) |
| 4333 | 2026-03-18T11:03:16.569Z | [ host-image] Mar 18 11:03:15.393 INFO O| Mar 18 11:03:15.393 INFO O| Actions: 15929/53855 actions (Installing new actions) |
| 4334 | 2026-03-18T11:03:17.141Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4335 | 2026-03-18T11:03:19.611Z | [ recovery-image] Mar 18 11:03:18.435 INFO O| Mar 18 11:03:18.434 INFO O| Actions: Completed 27327 actions in 8.37 seconds. |
| 4336 | 2026-03-18T11:03:19.666Z | [ recovery-image] Mar 18 11:03:18.489 INFO O| Mar 18 11:03:18.489 INFO O| Finalize: Updating package state database ... Done |
| 4337 | 2026-03-18T11:03:19.667Z | [ recovery-image] Mar 18 11:03:18.489 INFO O| Mar 18 11:03:18.489 INFO O| Finalize: Updating package cache ... Done |
| 4338 | 2026-03-18T11:03:19.681Z | [ recovery-image] Mar 18 11:03:18.505 INFO O| Mar 18 11:03:18.505 INFO O| Finalize: Updating image state ... Done |
| 4339 | 2026-03-18T11:03:20.607Z | [ recovery-image] Mar 18 11:03:19.430 INFO O| Mar 18 11:03:19.430 INFO O| Finalize: Creating fast lookup database ... Done |
| 4340 | 2026-03-18T11:03:20.628Z | [ recovery-image] Mar 18 11:03:19.448 INFO O| Mar 18 11:03:19.448 INFO O| Finalize: Reading search index ... Done |
| 4341 | 2026-03-18T11:03:21.572Z | [ host-image] Mar 18 11:03:20.393 INFO O| Mar 18 11:03:20.393 INFO O| Actions: 26827/53855 actions (Installing new actions) |
| 4342 | 2026-03-18T11:03:21.716Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4343 | 2026-03-18T11:03:23.274Z | [ recovery-image] Mar 18 11:03:22.096 INFO O| Mar 18 11:03:22.096 INFO O| Finalize: Building new search index ... Done |
| 4344 | 2026-03-18T11:03:23.763Z | [ recovery-image] Mar 18 11:03:22.585 INFO O| Mar 18 11:03:22.585 INFO O| Finalize: Updating package cache ... Done |
| 4345 | 2026-03-18T11:03:23.943Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO STEP 11 (pkg_install) COMPLETE |
| 4346 | 2026-03-18T11:03:23.943Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4347 | 2026-03-18T11:03:23.943Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO skip step because feature "recovery" is enabled |
| 4348 | 2026-03-18T11:03:23.949Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4349 | 2026-03-18T11:03:23.949Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO skip step because feature "omicron1" is not enabled |
| 4350 | 2026-03-18T11:03:23.949Z | [ recovery-image] Mar 18 11:03:22.759 INFO O| Mar 18 11:03:22.759 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4351 | 2026-03-18T11:03:23.956Z | [ recovery-image] Mar 18 11:03:22.773 INFO O| Mar 18 11:03:22.773 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4352 | 2026-03-18T11:03:25.412Z | [ host-image] Mar 18 11:03:24.191 INFO O| Mar 18 11:03:24.191 INFO O| Actions: Completed 53855 actions in 13.79 seconds. |
| 4353 | 2026-03-18T11:03:25.457Z | [ host-image] Mar 18 11:03:24.276 INFO O| Mar 18 11:03:24.276 INFO O| Finalize: Updating package state database ... Done |
| 4354 | 2026-03-18T11:03:25.457Z | [ host-image] Mar 18 11:03:24.276 INFO O| Mar 18 11:03:24.276 INFO O| Finalize: Updating package cache ... Done |
| 4355 | 2026-03-18T11:03:25.471Z | [ host-image] Mar 18 11:03:24.292 INFO O| Mar 18 11:03:24.292 INFO O| Finalize: Updating image state ... Done |
| 4356 | 2026-03-18T11:03:26.771Z | [ host-image] Mar 18 11:03:25.582 INFO O| Mar 18 11:03:25.582 INFO O| Finalize: Creating fast lookup database ... Done |
| 4357 | 2026-03-18T11:03:26.801Z | [ host-image] Mar 18 11:03:25.618 INFO O| Mar 18 11:03:25.618 INFO O| Finalize: Reading search index ... Done |
| 4358 | 2026-03-18T11:03:27.927Z | [ recovery-image] Mar 18 11:03:26.747 INFO O| Mar 18 11:03:26.746 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4359 | 2026-03-18T11:03:27.982Z | [ recovery-image] Mar 18 11:03:26.802 INFO O| Mar 18 11:03:26.802 INFO O| Startup: Caching catalogs ... Done |
| 4360 | 2026-03-18T11:03:28.199Z | [ recovery-image] Mar 18 11:03:27.019 INFO O| Mar 18 11:03:27.019 INFO E| pkg install: The following pattern(s) did not match any allowable packages. Try |
| 4361 | 2026-03-18T11:03:28.200Z | [ recovery-image] Mar 18 11:03:27.019 INFO O| Mar 18 11:03:27.019 INFO E| using a different matching pattern, or refreshing publisher information: |
| 4362 | 2026-03-18T11:03:28.208Z | [ recovery-image] Mar 18 11:03:27.019 INFO O| Mar 18 11:03:27.019 INFO E| /driver/network/opte@0.39.455 |
| 4363 | 2026-03-18T11:03:28.297Z | [ recovery-image] Mar 18 11:03:27.117 INFO O| Mar 18 11:03:27.117 CRIT fatal error: exec ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]: failed ExitStatus(unix_wait_status(256)) |
| 4364 | 2026-03-18T11:03:28.328Z | [ recovery-image] Error: exec ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpCTw0Bc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"]: failed ExitStatus(unix_wait_status(256)) |
| 4365 | 2026-03-18T11:03:28.328Z | [ recovery-image] |
| 4366 | 2026-03-18T11:03:28.328Z | Mar 18 11:03:27.125 ERRO [ recovery-image] real 2:47.203305989 |
| 4367 | 2026-03-18T11:03:28.328Z | [recovery-image] process exited with exit status: 1 (167.20973728s) |
| 4368 | 2026-03-18T11:03:28.328Z | [ recovery-image] user 24.520930566 |
| 4369 | 2026-03-18T11:03:28.328Z | [ recovery-image] sys 7.349916297 |
| 4370 | 2026-03-18T11:03:28.328Z | [ recovery-image] trap 0.023509872 |
| 4371 | 2026-03-18T11:03:28.328Z | [ recovery-image] tflt 0.000004997 |
| 4372 | 2026-03-18T11:03:28.328Z | [ recovery-image] dflt 0.000075036 |
| 4373 | 2026-03-18T11:03:28.328Z | [ recovery-image] kflt 0.000474546 |
| 4374 | 2026-03-18T11:03:28.328Z | [ recovery-image] lock 0.000203874 |
| 4375 | 2026-03-18T11:03:28.328Z | [ recovery-image] slp 18:15.133385883 |
| 4376 | 2026-03-18T11:03:28.329Z | [ recovery-image] lat 36.101545005 |
| 4377 | 2026-03-18T11:03:28.329Z | [ recovery-image] stop 0.001700546 |
| 4378 | 2026-03-18T11:03:28.441Z | Error: command `IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.39.455' -P /tmp/.tmpCTw0Bc/proto/recovery/root -N 'recovery 78e92b6/${os_short_commit} 2026-03-18 10:47' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'` exited with exit status: 1 |
| 4379 | 2026-03-18T11:03:28.480Z | process exited: duration 1219912 ms, exit code 1 |
| |
| 4380 | 2026-03-18T11:03:28.500Z | found 39 output files |
| 4381 | 2026-03-18T11:03:28.501Z | uploading: /work/helios.json (647 bytes) |
| 4382 | 2026-03-18T11:03:29.528Z | uploaded: /work/helios.json |
| 4383 | 2026-03-18T11:03:29.536Z | uploading: /work/incorporation.p5m (113178 bytes) |
| 4384 | 2026-03-18T11:03:30.548Z | uploaded: /work/incorporation.p5m |
| 4385 | 2026-03-18T11:03:30.558Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 4386 | 2026-03-18T11:03:31.618Z | uploaded: /work/incorporation.p5p |
| 4387 | 2026-03-18T11:03:31.633Z | uploading: /work/helios-incorp.log (522 bytes) |
| 4388 | 2026-03-18T11:03:35.052Z | uploaded: /work/helios-incorp.log |
| 4389 | 2026-03-18T11:03:35.052Z | uploading: /work/helios-setup.log (56267 bytes) |
| 4390 | 2026-03-18T11:03:36.101Z | uploaded: /work/helios-setup.log |
| 4391 | 2026-03-18T11:03:36.108Z | uploading: /work/host-image.log (17422 bytes) |
| 4392 | 2026-03-18T11:03:37.118Z | uploaded: /work/host-image.log |
| 4393 | 2026-03-18T11:03:37.121Z | uploading: /work/host-package.log (33996 bytes) |
| 4394 | 2026-03-18T11:03:38.133Z | uploaded: /work/host-package.log |
| 4395 | 2026-03-18T11:03:38.138Z | uploading: /work/host-target.log (101 bytes) |
| 4396 | 2026-03-18T11:03:39.144Z | uploaded: /work/host-target.log |
| 4397 | 2026-03-18T11:03:39.148Z | uploading: /work/incorp-create.log (0 bytes) |
| 4398 | 2026-03-18T11:03:40.156Z | uploaded: /work/incorp-create.log |
| 4399 | 2026-03-18T11:03:40.162Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 4400 | 2026-03-18T11:03:41.166Z | uploaded: /work/incorp-fmt.log |
| 4401 | 2026-03-18T11:03:41.170Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 4402 | 2026-03-18T11:03:42.182Z | uploaded: /work/incorp-pkgsend.log |
| 4403 | 2026-03-18T11:03:42.187Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 4404 | 2026-03-18T11:03:43.189Z | uploaded: /work/incorp-publisher.log |
| 4405 | 2026-03-18T11:03:43.193Z | uploading: /work/omicron-package.log (6796 bytes) |
| 4406 | 2026-03-18T11:03:44.202Z | uploaded: /work/omicron-package.log |
| 4407 | 2026-03-18T11:03:44.202Z | uploading: /work/recovery-image.log (22800 bytes) |
| 4408 | 2026-03-18T11:03:45.215Z | uploaded: /work/recovery-image.log |
| 4409 | 2026-03-18T11:03:45.218Z | uploading: /work/recovery-package.log (1955 bytes) |
| 4410 | 2026-03-18T11:03:46.228Z | uploaded: /work/recovery-package.log |
| 4411 | 2026-03-18T11:03:46.228Z | uploading: /work/recovery-target.log (98 bytes) |
| 4412 | 2026-03-18T11:03:47.241Z | uploaded: /work/recovery-target.log |
| 4413 | 2026-03-18T11:03:47.244Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 4414 | 2026-03-18T11:03:48.257Z | uploaded: /work/stamp-clickhouse.log |
| 4415 | 2026-03-18T11:03:48.257Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 4416 | 2026-03-18T11:03:49.270Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 4417 | 2026-03-18T11:03:49.270Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 4418 | 2026-03-18T11:03:50.283Z | uploaded: /work/stamp-clickhouse_server.log |
| 4419 | 2026-03-18T11:03:50.283Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 4420 | 2026-03-18T11:03:51.295Z | uploaded: /work/stamp-cockroachdb.log |
| 4421 | 2026-03-18T11:03:51.295Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 4422 | 2026-03-18T11:03:52.307Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 4423 | 2026-03-18T11:03:52.307Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 4424 | 2026-03-18T11:03:53.321Z | uploaded: /work/stamp-crucible-utils.log |
| 4425 | 2026-03-18T11:03:53.321Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 4426 | 2026-03-18T11:03:54.335Z | uploaded: /work/stamp-crucible-zone.log |
| 4427 | 2026-03-18T11:03:54.335Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 4428 | 2026-03-18T11:03:55.349Z | uploaded: /work/stamp-external-dns.log |
| 4429 | 2026-03-18T11:03:55.349Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 4430 | 2026-03-18T11:03:56.363Z | uploaded: /work/stamp-installinator.log |
| 4431 | 2026-03-18T11:03:56.363Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 4432 | 2026-03-18T11:03:57.374Z | uploaded: /work/stamp-internal-dns.log |
| 4433 | 2026-03-18T11:03:57.374Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 4434 | 2026-03-18T11:03:58.390Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 4435 | 2026-03-18T11:03:58.390Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 4436 | 2026-03-18T11:03:59.402Z | uploaded: /work/stamp-nexus.log |
| 4437 | 2026-03-18T11:03:59.407Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 4438 | 2026-03-18T11:04:00.419Z | uploaded: /work/stamp-ntp.log |
| 4439 | 2026-03-18T11:04:00.424Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 4440 | 2026-03-18T11:04:01.434Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 4441 | 2026-03-18T11:04:01.434Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 4442 | 2026-03-18T11:04:02.450Z | uploaded: /work/stamp-overlay.log |
| 4443 | 2026-03-18T11:04:02.450Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 4444 | 2026-03-18T11:04:03.464Z | uploaded: /work/stamp-oximeter.log |
| 4445 | 2026-03-18T11:04:03.467Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 4446 | 2026-03-18T11:04:04.475Z | uploaded: /work/stamp-oxlog.log |
| 4447 | 2026-03-18T11:04:04.476Z | uploading: /work/stamp-probe.log (112 bytes) |
| 4448 | 2026-03-18T11:04:05.491Z | uploaded: /work/stamp-probe.log |
| 4449 | 2026-03-18T11:04:05.495Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 4450 | 2026-03-18T11:04:06.503Z | uploaded: /work/stamp-propolis-server.log |
| 4451 | 2026-03-18T11:04:06.507Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 4452 | 2026-03-18T11:04:07.516Z | uploaded: /work/stamp-pumpkind-gz.log |
| 4453 | 2026-03-18T11:04:07.516Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 4454 | 2026-03-18T11:04:08.529Z | uploaded: /work/stamp-switch-asic.log |
| 4455 | 2026-03-18T11:04:08.529Z | uploading: /work/switch-branch.log (86 bytes) |
| 4456 | 2026-03-18T11:04:09.541Z | uploaded: /work/switch-branch.log |
| 4457 | 2026-03-18T11:04:09.541Z | uploading: /work/verify-libraries.log (11177 bytes) |
| 4458 | 2026-03-18T11:04:10.554Z | uploaded: /work/verify-libraries.log |
| 4459 | 2026-03-18T11:04:10.557Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 4460 | 2026-03-18T11:04:10.557Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 4461 | 2026-03-18T11:04:10.557Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |