|
|
|
| 1 | 2026-03-18T11:47:04.902Z | job assigned to worker 01KM0C88CGTDVMGRRAEG2RFT5E [factory aws, i-0dde4cf1b034969f3] (queued for 1 m 21 s) |
| |
| 2 | 2026-03-18T11:47:13.250Z | starting task 0: "setup" |
| 3 | 2026-03-18T11:47:13.256Z | ++ uname -s |
| 4 | 2026-03-18T11:47:13.259Z | + kern=SunOS |
| 5 | 2026-03-18T11:47:13.259Z | + build_user=build |
| 6 | 2026-03-18T11:47:13.259Z | + build_uid=12345 |
| 7 | 2026-03-18T11:47:13.259Z | + work_dir=/work |
| 8 | 2026-03-18T11:47:13.259Z | + input_dir=/input |
| 9 | 2026-03-18T11:47:13.259Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-18T11:47:13.259Z | + case "$kern" in |
| 11 | 2026-03-18T11:47:13.259Z | + groupadd -g 12345 build |
| 12 | 2026-03-18T11:47:13.262Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-18T11:47:15.270Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-18T11:47:15.386Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-18T11:47:15.389Z | + home_fs=zfs |
| 16 | 2026-03-18T11:47:15.389Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-18T11:47:15.389Z | + mkdir -p /home/build |
| 18 | 2026-03-18T11:47:15.392Z | + chown build:build /home/build /work |
| 19 | 2026-03-18T11:47:17.395Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-18T11:47:17.398Z | process exited: duration 4147 ms, exit code 0 |
| |
| 21 | 2026-03-18T11:47:17.404Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-18T11:47:17.409Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-03-18T11:47:17.409Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-03-18T11:47:17.409Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-18T11:47:17.410Z | * rust toolchain profile = "default" |
| 26 | 2026-03-18T11:47:17.410Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-18T11:47:17.410Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-18T11:47:17.413Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-18T11:47:17.413Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-03-18T11:47:17.519Z | info: downloading installer |
| 31 | 2026-03-18T11:47:18.921Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-03-18T11:47:18.921Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-03-18T11:47:18.922Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-03-18T11:47:18.922Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-03-18T11:47:18.936Z | info: profile set to default |
| 36 | 2026-03-18T11:47:18.936Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-03-18T11:47:18.939Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-03-18T11:47:19.079Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-03-18T11:47:19.082Z | info: downloading 6 components |
| 40 | 2026-03-18T11:47:35.565Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-03-18T11:47:35.565Z | |
| 42 | 2026-03-18T11:47:35.600Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-03-18T11:47:35.600Z | |
| 44 | 2026-03-18T11:47:35.603Z | |
| 45 | 2026-03-18T11:47:35.603Z | Rust is installed now. Great! |
| 46 | 2026-03-18T11:47:35.603Z | |
| 47 | 2026-03-18T11:47:35.603Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-03-18T11:47:35.603Z | environment variable. This has not been done automatically. |
| 49 | 2026-03-18T11:47:35.603Z | |
| 50 | 2026-03-18T11:47:35.603Z | To configure your current shell, you need to source |
| 51 | 2026-03-18T11:47:35.603Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-03-18T11:47:35.603Z | |
| 53 | 2026-03-18T11:47:35.603Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-03-18T11:47:35.603Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-03-18T11:47:35.603Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-03-18T11:47:35.603Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-03-18T11:47:35.603Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-03-18T11:47:35.603Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-03-18T11:47:35.603Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-03-18T11:47:35.603Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-03-18T11:47:35.603Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-03-18T11:47:35.702Z | + rustup --version |
| 63 | 2026-03-18T11:47:35.709Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-03-18T11:47:35.712Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-03-18T11:47:35.736Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-03-18T11:47:35.738Z | + cargo --version |
| 67 | 2026-03-18T11:47:35.750Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-03-18T11:47:35.753Z | + rustc --version |
| 69 | 2026-03-18T11:47:35.779Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-03-18T11:47:35.783Z | process exited: duration 18365 ms, exit code 0 |
| |
| 71 | 2026-03-18T11:47:35.788Z | starting task 2: "authentication" |
| 72 | 2026-03-18T11:47:35.808Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-03-18T11:47:35.814Z | starting task 3: "clone repository" |
| 74 | 2026-03-18T11:47:35.819Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-03-18T11:47:35.822Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-03-18T11:47:35.858Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-03-18T11:47:45.743Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-03-18T11:47:45.746Z | + git fetch origin 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 79 | 2026-03-18T11:47:46.047Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-03-18T11:47:46.047Z | * branch 78e92b69fec9da66288a8793654789ac4c3b0694 -> FETCH_HEAD |
| 81 | 2026-03-18T11:47:46.063Z | + [[ -n helios3 ]] |
| 82 | 2026-03-18T11:47:46.066Z | ++ git branch --show-current |
| 83 | 2026-03-18T11:47:46.069Z | + current=main |
| 84 | 2026-03-18T11:47:46.069Z | + [[ main != helios3 ]] |
| 85 | 2026-03-18T11:47:46.069Z | + git branch -f helios3 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 86 | 2026-03-18T11:47:46.071Z | + git checkout -f helios3 |
| 87 | 2026-03-18T11:47:46.109Z | Switched to branch 'helios3' |
| 88 | 2026-03-18T11:47:46.112Z | + git reset --hard 78e92b69fec9da66288a8793654789ac4c3b0694 |
| 89 | 2026-03-18T11:47:46.149Z | HEAD is now at 78e92b69f WIP - move to Helios v3 |
| 90 | 2026-03-18T11:47:46.151Z | process exited: duration 10328 ms, exit code 0 |
| |
| 91 | 2026-03-18T11:47:46.157Z | starting task 4: "build" |
| 92 | 2026-03-18T11:47:46.163Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-03-18T11:47:46.165Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-03-18T11:47:46.165Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-03-18T11:47:46.165Z | + cargo --version |
| 96 | 2026-03-18T11:47:46.175Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-03-18T11:47:46.177Z | + rustc --version |
| 98 | 2026-03-18T11:47:46.204Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-03-18T11:47:46.207Z | + cargo tree --locked |
| 100 | 2026-03-18T11:47:46.423Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-03-18T11:47:46.719Z | Updating crates.io index |
| 102 | 2026-03-18T11:47:46.758Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-03-18T11:47:47.043Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-03-18T11:47:47.960Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 105 | 2026-03-18T11:47:48.382Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 106 | 2026-03-18T11:47:48.949Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 107 | 2026-03-18T11:47:49.679Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 108 | 2026-03-18T11:47:50.446Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 109 | 2026-03-18T11:47:51.770Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 110 | 2026-03-18T11:47:53.370Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 111 | 2026-03-18T11:47:54.356Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 112 | 2026-03-18T11:47:54.613Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 113 | 2026-03-18T11:47:55.728Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 114 | 2026-03-18T11:47:56.013Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 115 | 2026-03-18T11:47:56.551Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 116 | 2026-03-18T11:47:57.148Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 117 | 2026-03-18T11:47:58.035Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 118 | 2026-03-18T11:47:58.557Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 119 | 2026-03-18T11:47:59.001Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 120 | 2026-03-18T11:47:59.367Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 121 | 2026-03-18T11:47:59.793Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 122 | 2026-03-18T11:48:00.166Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 123 | 2026-03-18T11:48:00.444Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 124 | 2026-03-18T11:48:00.841Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 125 | 2026-03-18T11:48:01.376Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 126 | 2026-03-18T11:48:02.050Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 127 | 2026-03-18T11:48:02.993Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 128 | 2026-03-18T11:48:03.290Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 129 | 2026-03-18T11:48:03.907Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 130 | 2026-03-18T11:48:05.160Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-03-18T11:48:05.918Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-03-18T11:48:06.204Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 133 | 2026-03-18T11:48:06.653Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-03-18T11:48:07.064Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-03-18T11:48:07.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 136 | 2026-03-18T11:48:08.206Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 137 | 2026-03-18T11:48:08.502Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 138 | 2026-03-18T11:48:08.731Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 139 | 2026-03-18T11:48:09.364Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 140 | 2026-03-18T11:48:23.927Z | Downloading crates ... |
| 141 | 2026-03-18T11:48:24.013Z | Downloaded arrayref v0.3.9 |
| 142 | 2026-03-18T11:48:24.017Z | Downloaded anstyle-parse v0.2.7 |
| 143 | 2026-03-18T11:48:24.023Z | Downloaded allocator-api2 v0.2.21 |
| 144 | 2026-03-18T11:48:24.029Z | Downloaded argon2 v0.5.3 |
| 145 | 2026-03-18T11:48:24.033Z | Downloaded array-init v0.0.4 |
| 146 | 2026-03-18T11:48:24.035Z | Downloaded ascii-canvas v3.0.0 |
| 147 | 2026-03-18T11:48:24.035Z | Downloaded anes v0.1.6 |
| 148 | 2026-03-18T11:48:24.038Z | Downloaded addr2line v0.25.1 |
| 149 | 2026-03-18T11:48:24.040Z | Downloaded anyhow v1.0.102 |
| 150 | 2026-03-18T11:48:24.043Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 151 | 2026-03-18T11:48:24.046Z | Downloaded base16ct v0.2.0 |
| 152 | 2026-03-18T11:48:24.048Z | Downloaded async-recursion v1.1.1 |
| 153 | 2026-03-18T11:48:24.052Z | Downloaded cfg_aliases v0.1.1 |
| 154 | 2026-03-18T11:48:24.052Z | Downloaded bitfield-struct v0.6.2 |
| 155 | 2026-03-18T11:48:24.052Z | Downloaded bitfield-macros v0.19.4 |
| 156 | 2026-03-18T11:48:24.052Z | Downloaded base16ct v1.0.0 |
| 157 | 2026-03-18T11:48:24.055Z | Downloaded cfg_aliases v0.2.1 |
| 158 | 2026-03-18T11:48:24.058Z | Downloaded chacha20poly1305 v0.10.1 |
| 159 | 2026-03-18T11:48:24.058Z | Downloaded arrayvec v0.7.6 |
| 160 | 2026-03-18T11:48:24.072Z | Downloaded chacha20 v0.9.1 |
| 161 | 2026-03-18T11:48:24.072Z | Downloaded ciborium-ll v0.2.2 |
| 162 | 2026-03-18T11:48:24.072Z | Downloaded async-trait v0.1.89 |
| 163 | 2026-03-18T11:48:24.072Z | Downloaded cstr-argument v0.1.2 |
| 164 | 2026-03-18T11:48:24.072Z | Downloaded display-error-chain v0.2.2 |
| 165 | 2026-03-18T11:48:24.072Z | Downloaded convert_case v0.4.0 |
| 166 | 2026-03-18T11:48:24.072Z | Downloaded bit-set v0.5.3 |
| 167 | 2026-03-18T11:48:24.072Z | Downloaded async-stream v0.3.6 |
| 168 | 2026-03-18T11:48:24.072Z | Downloaded assert_matches v1.5.0 |
| 169 | 2026-03-18T11:48:24.076Z | Downloaded derive_builder_macro v0.20.2 |
| 170 | 2026-03-18T11:48:24.076Z | Downloaded const_format_proc_macros v0.2.34 |
| 171 | 2026-03-18T11:48:24.076Z | Downloaded cargo_metadata v0.19.2 |
| 172 | 2026-03-18T11:48:24.078Z | Downloaded autocfg v1.5.0 |
| 173 | 2026-03-18T11:48:24.081Z | Downloaded debug-ignore v1.0.5 |
| 174 | 2026-03-18T11:48:24.081Z | Downloaded atomicwrites v0.4.4 |
| 175 | 2026-03-18T11:48:24.084Z | Downloaded cpufeatures v0.3.0 |
| 176 | 2026-03-18T11:48:24.084Z | Downloaded bit-set v0.8.0 |
| 177 | 2026-03-18T11:48:24.087Z | Downloaded colorchoice v1.0.4 |
| 178 | 2026-03-18T11:48:24.087Z | Downloaded cargo-platform v0.3.2 |
| 179 | 2026-03-18T11:48:24.087Z | Downloaded darling_macro v0.21.3 |
| 180 | 2026-03-18T11:48:24.089Z | Downloaded dirs-sys-next v0.1.2 |
| 181 | 2026-03-18T11:48:24.089Z | Downloaded bzip2 v0.4.4 |
| 182 | 2026-03-18T11:48:24.092Z | Downloaded backtrace-ext v0.2.1 |
| 183 | 2026-03-18T11:48:24.092Z | Downloaded bitflags v2.11.0 |
| 184 | 2026-03-18T11:48:24.095Z | Downloaded difflib v0.4.0 |
| 185 | 2026-03-18T11:48:24.097Z | Downloaded block-padding v0.3.3 |
| 186 | 2026-03-18T11:48:24.097Z | Downloaded aead v0.5.2 |
| 187 | 2026-03-18T11:48:24.097Z | Downloaded defmt v0.3.100 |
| 188 | 2026-03-18T11:48:24.100Z | Downloaded crc8 v0.1.1 |
| 189 | 2026-03-18T11:48:24.100Z | Downloaded csv-core v0.1.13 |
| 190 | 2026-03-18T11:48:24.103Z | Downloaded assert-json-diff v2.0.2 |
| 191 | 2026-03-18T11:48:24.103Z | Downloaded critical-section v1.2.0 |
| 192 | 2026-03-18T11:48:24.105Z | Downloaded block-buffer v0.10.4 |
| 193 | 2026-03-18T11:48:24.105Z | Downloaded displaydoc v0.2.5 |
| 194 | 2026-03-18T11:48:24.108Z | Downloaded cargo-platform v0.1.9 |
| 195 | 2026-03-18T11:48:24.111Z | Downloaded base64ct v1.8.3 |
| 196 | 2026-03-18T11:48:24.111Z | Downloaded anstyle v1.0.13 |
| 197 | 2026-03-18T11:48:24.113Z | Downloaded document-features v0.2.12 |
| 198 | 2026-03-18T11:48:24.113Z | Downloaded cargo-platform v0.2.0 |
| 199 | 2026-03-18T11:48:24.116Z | Downloaded constant_time_eq v0.4.2 |
| 200 | 2026-03-18T11:48:24.118Z | Downloaded concurrent-queue v2.5.0 |
| 201 | 2026-03-18T11:48:24.118Z | Downloaded ctr v0.9.2 |
| 202 | 2026-03-18T11:48:24.121Z | Downloaded castaway v0.2.4 |
| 203 | 2026-03-18T11:48:24.124Z | Downloaded cfg-if v1.0.4 |
| 204 | 2026-03-18T11:48:24.124Z | Downloaded adler2 v2.0.1 |
| 205 | 2026-03-18T11:48:24.124Z | Downloaded crucible-workspace-hack v0.1.0 |
| 206 | 2026-03-18T11:48:24.127Z | Downloaded cmake v0.1.57 |
| 207 | 2026-03-18T11:48:24.127Z | Downloaded defmt-parser v1.0.0 |
| 208 | 2026-03-18T11:48:24.129Z | Downloaded crunchy v0.2.4 |
| 209 | 2026-03-18T11:48:24.129Z | Downloaded atty v0.2.14 |
| 210 | 2026-03-18T11:48:24.129Z | Downloaded async-stream-impl v0.3.6 |
| 211 | 2026-03-18T11:48:24.132Z | Downloaded approx v0.5.1 |
| 212 | 2026-03-18T11:48:24.132Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 213 | 2026-03-18T11:48:24.132Z | Downloaded crc-catalog v2.4.0 |
| 214 | 2026-03-18T11:48:24.135Z | Downloaded crc v3.4.0 |
| 215 | 2026-03-18T11:48:24.135Z | Downloaded blake2b_simd v1.0.4 |
| 216 | 2026-03-18T11:48:24.138Z | Downloaded async-object-pool v0.2.0 |
| 217 | 2026-03-18T11:48:24.138Z | Downloaded atomic-waker v1.1.2 |
| 218 | 2026-03-18T11:48:24.140Z | Downloaded bb8 v0.8.6 |
| 219 | 2026-03-18T11:48:24.140Z | Downloaded console v0.16.2 |
| 220 | 2026-03-18T11:48:24.143Z | Downloaded crypto-common v0.1.7 |
| 221 | 2026-03-18T11:48:24.143Z | Downloaded dof v0.3.0 |
| 222 | 2026-03-18T11:48:24.146Z | Downloaded cpufeatures v0.2.17 |
| 223 | 2026-03-18T11:48:24.146Z | Downloaded anstyle-query v1.1.5 |
| 224 | 2026-03-18T11:48:24.148Z | Downloaded cobs v0.3.0 |
| 225 | 2026-03-18T11:48:24.151Z | Downloaded anstream v0.6.21 |
| 226 | 2026-03-18T11:48:24.151Z | Downloaded dof v0.4.0 |
| 227 | 2026-03-18T11:48:24.154Z | Downloaded constant_time_eq v0.3.1 |
| 228 | 2026-03-18T11:48:24.154Z | Downloaded cast v0.3.0 |
| 229 | 2026-03-18T11:48:24.157Z | Downloaded clap_lex v1.0.0 |
| 230 | 2026-03-18T11:48:24.157Z | Downloaded dirs-next v2.0.0 |
| 231 | 2026-03-18T11:48:24.159Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 232 | 2026-03-18T11:48:24.160Z | Downloaded darling_macro v0.20.11 |
| 233 | 2026-03-18T11:48:24.160Z | Downloaded dtrace-parser v0.2.0 |
| 234 | 2026-03-18T11:48:24.162Z | Downloaded cbc v0.1.2 |
| 235 | 2026-03-18T11:48:24.162Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 236 | 2026-03-18T11:48:24.162Z | Downloaded downcast-rs v2.0.2 |
| 237 | 2026-03-18T11:48:24.165Z | Downloaded dunce v1.0.5 |
| 238 | 2026-03-18T11:48:24.165Z | Downloaded darling_macro v0.23.0 |
| 239 | 2026-03-18T11:48:24.168Z | Downloaded embedded-io v0.6.1 |
| 240 | 2026-03-18T11:48:24.168Z | Downloaded cexpr v0.6.0 |
| 241 | 2026-03-18T11:48:24.170Z | Downloaded derive_builder v0.20.2 |
| 242 | 2026-03-18T11:48:24.173Z | Downloaded enum-as-inner v0.6.1 |
| 243 | 2026-03-18T11:48:24.176Z | Downloaded endian-type v0.1.2 |
| 244 | 2026-03-18T11:48:24.176Z | Downloaded chacha20 v0.10.0 |
| 245 | 2026-03-18T11:48:24.178Z | Downloaded embedded-io v0.4.0 |
| 246 | 2026-03-18T11:48:24.178Z | Downloaded equivalent v1.0.2 |
| 247 | 2026-03-18T11:48:24.181Z | Downloaded bitflags v1.3.2 |
| 248 | 2026-03-18T11:48:24.184Z | Downloaded compact_str v0.8.1 |
| 249 | 2026-03-18T11:48:24.187Z | Downloaded env_filter v1.0.0 |
| 250 | 2026-03-18T11:48:24.187Z | Downloaded fd-lock v4.0.4 |
| 251 | 2026-03-18T11:48:24.189Z | Downloaded errno v0.3.14 |
| 252 | 2026-03-18T11:48:24.189Z | Downloaded deranged v0.5.8 |
| 253 | 2026-03-18T11:48:24.192Z | Downloaded fastrand v2.3.0 |
| 254 | 2026-03-18T11:48:24.192Z | Downloaded flagset v0.4.7 |
| 255 | 2026-03-18T11:48:24.195Z | Downloaded event-listener-strategy v0.5.4 |
| 256 | 2026-03-18T11:48:24.195Z | Downloaded float-ord v0.3.2 |
| 257 | 2026-03-18T11:48:24.197Z | Downloaded foreign-types v0.5.0 |
| 258 | 2026-03-18T11:48:24.197Z | Downloaded foreign-types-shared v0.3.1 |
| 259 | 2026-03-18T11:48:24.201Z | Downloaded funty v2.0.0 |
| 260 | 2026-03-18T11:48:24.201Z | Downloaded foreign-types-macros v0.2.3 |
| 261 | 2026-03-18T11:48:24.201Z | Downloaded cargo_metadata v0.23.1 |
| 262 | 2026-03-18T11:48:24.203Z | Downloaded assert_cmd v2.1.2 |
| 263 | 2026-03-18T11:48:24.203Z | Downloaded blowfish v0.9.1 |
| 264 | 2026-03-18T11:48:24.206Z | Downloaded foreign-types v0.3.2 |
| 265 | 2026-03-18T11:48:24.206Z | Downloaded fnv v1.0.7 |
| 266 | 2026-03-18T11:48:24.209Z | Downloaded float-cmp v0.10.0 |
| 267 | 2026-03-18T11:48:24.209Z | Downloaded escape8259 v0.5.3 |
| 268 | 2026-03-18T11:48:24.209Z | Downloaded diesel-dtrace v0.5.0 |
| 269 | 2026-03-18T11:48:24.211Z | Downloaded byteorder v1.5.0 |
| 270 | 2026-03-18T11:48:24.211Z | Downloaded derive-ex v0.1.8 |
| 271 | 2026-03-18T11:48:24.214Z | Downloaded defmt v1.0.1 |
| 272 | 2026-03-18T11:48:24.216Z | Downloaded data-encoding v2.10.0 |
| 273 | 2026-03-18T11:48:24.219Z | Downloaded foreign-types-shared v0.1.1 |
| 274 | 2026-03-18T11:48:24.219Z | Downloaded derive_builder_core v0.20.2 |
| 275 | 2026-03-18T11:48:24.222Z | Downloaded form_urlencoded v1.2.2 |
| 276 | 2026-03-18T11:48:24.222Z | Downloaded criterion-plot v0.6.0 |
| 277 | 2026-03-18T11:48:24.224Z | Downloaded futures-macro v0.3.32 |
| 278 | 2026-03-18T11:48:24.224Z | Downloaded gethostname v0.5.0 |
| 279 | 2026-03-18T11:48:24.227Z | Downloaded ciborium-io v0.2.2 |
| 280 | 2026-03-18T11:48:24.227Z | Downloaded cargo_toml v0.22.3 |
| 281 | 2026-03-18T11:48:24.227Z | Downloaded digest v0.10.7 |
| 282 | 2026-03-18T11:48:24.230Z | Downloaded cargo_metadata v0.21.0 |
| 283 | 2026-03-18T11:48:24.232Z | Downloaded camino v1.2.2 |
| 284 | 2026-03-18T11:48:24.232Z | Downloaded futures-core v0.3.32 |
| 285 | 2026-03-18T11:48:24.235Z | Downloaded futures-io v0.3.32 |
| 286 | 2026-03-18T11:48:24.235Z | Downloaded ghash v0.5.1 |
| 287 | 2026-03-18T11:48:24.238Z | Downloaded diff v0.1.13 |
| 288 | 2026-03-18T11:48:24.238Z | Downloaded datatest-stable v0.3.3 |
| 289 | 2026-03-18T11:48:24.241Z | Downloaded crossbeam-utils v0.8.21 |
| 290 | 2026-03-18T11:48:24.244Z | Downloaded ena v0.14.4 |
| 291 | 2026-03-18T11:48:24.246Z | Downloaded daft-derive v0.1.5 |
| 292 | 2026-03-18T11:48:24.249Z | Downloaded generic-array v0.14.7 |
| 293 | 2026-03-18T11:48:24.251Z | Downloaded fixedbitset v0.5.7 |
| 294 | 2026-03-18T11:48:24.251Z | Downloaded chumsky v0.9.3 |
| 295 | 2026-03-18T11:48:24.254Z | Downloaded find-msvc-tools v0.1.9 |
| 296 | 2026-03-18T11:48:24.257Z | Downloaded globwalk v0.9.1 |
| 297 | 2026-03-18T11:48:24.257Z | Downloaded git-stub v1.0.0 |
| 298 | 2026-03-18T11:48:24.259Z | Downloaded erased-serde v0.3.31 |
| 299 | 2026-03-18T11:48:24.262Z | Downloaded ff v0.13.1 |
| 300 | 2026-03-18T11:48:24.262Z | Downloaded cancel-safe-futures v0.1.5 |
| 301 | 2026-03-18T11:48:24.265Z | Downloaded guppy-workspace-hack v0.1.0 |
| 302 | 2026-03-18T11:48:24.265Z | Downloaded hash32 v0.2.1 |
| 303 | 2026-03-18T11:48:24.267Z | Downloaded bzip2 v0.6.1 |
| 304 | 2026-03-18T11:48:24.268Z | Downloaded foldhash v0.1.5 |
| 305 | 2026-03-18T11:48:24.270Z | Downloaded bcs v0.1.6 |
| 306 | 2026-03-18T11:48:24.270Z | Downloaded clap_derive v4.5.55 |
| 307 | 2026-03-18T11:48:24.273Z | Downloaded filetime v0.2.27 |
| 308 | 2026-03-18T11:48:24.276Z | Downloaded heck v0.5.0 |
| 309 | 2026-03-18T11:48:24.276Z | Downloaded headers-core v0.3.0 |
| 310 | 2026-03-18T11:48:24.276Z | Downloaded hex v0.4.3 |
| 311 | 2026-03-18T11:48:24.278Z | Downloaded der_derive v0.7.3 |
| 312 | 2026-03-18T11:48:24.281Z | Downloaded ciborium v0.2.2 |
| 313 | 2026-03-18T11:48:24.281Z | Downloaded foldhash v0.2.0 |
| 314 | 2026-03-18T11:48:24.284Z | Downloaded defmt-macros v1.0.1 |
| 315 | 2026-03-18T11:48:24.286Z | Downloaded fs-err v3.3.0 |
| 316 | 2026-03-18T11:48:24.289Z | Downloaded heck v0.4.1 |
| 317 | 2026-03-18T11:48:24.289Z | Downloaded futures-executor v0.3.32 |
| 318 | 2026-03-18T11:48:24.292Z | Downloaded futures-timer v3.0.3 |
| 319 | 2026-03-18T11:48:24.292Z | Downloaded home v0.5.12 |
| 320 | 2026-03-18T11:48:24.294Z | Downloaded http-range v0.1.5 |
| 321 | 2026-03-18T11:48:24.294Z | Downloaded hubpack_derive v0.1.1 |
| 322 | 2026-03-18T11:48:24.294Z | Downloaded http-body v1.0.1 |
| 323 | 2026-03-18T11:48:24.297Z | Downloaded hostname v0.4.2 |
| 324 | 2026-03-18T11:48:24.297Z | Downloaded darling_core v0.20.11 |
| 325 | 2026-03-18T11:48:24.300Z | Downloaded fxhash v0.2.1 |
| 326 | 2026-03-18T11:48:24.303Z | Downloaded erased-serde v0.4.9 |
| 327 | 2026-03-18T11:48:24.305Z | Downloaded ed25519 v2.2.3 |
| 328 | 2026-03-18T11:48:24.305Z | Downloaded hubpack v0.1.2 |
| 329 | 2026-03-18T11:48:24.308Z | Downloaded httpdate v1.0.3 |
| 330 | 2026-03-18T11:48:24.308Z | Downloaded hyper-tls v0.6.0 |
| 331 | 2026-03-18T11:48:24.311Z | Downloaded crossbeam-epoch v0.9.18 |
| 332 | 2026-03-18T11:48:24.311Z | Downloaded colored v3.1.1 |
| 333 | 2026-03-18T11:48:24.313Z | Downloaded hostname v0.3.1 |
| 334 | 2026-03-18T11:48:24.316Z | Downloaded idna_adapter v1.2.1 |
| 335 | 2026-03-18T11:48:24.316Z | Downloaded env_logger v0.11.9 |
| 336 | 2026-03-18T11:48:24.319Z | Downloaded git-stub-vcs v0.1.0 |
| 337 | 2026-03-18T11:48:24.319Z | Downloaded fs_extra v1.3.0 |
| 338 | 2026-03-18T11:48:24.321Z | Downloaded globset v0.4.18 |
| 339 | 2026-03-18T11:48:24.324Z | Downloaded hash32 v0.3.1 |
| 340 | 2026-03-18T11:48:24.324Z | Downloaded group v0.13.0 |
| 341 | 2026-03-18T11:48:24.327Z | Downloaded ident_case v1.0.1 |
| 342 | 2026-03-18T11:48:24.327Z | Downloaded glob v0.3.3 |
| 343 | 2026-03-18T11:48:24.329Z | Downloaded crossbeam-deque v0.8.6 |
| 344 | 2026-03-18T11:48:24.329Z | Downloaded arc-swap v1.8.2 |
| 345 | 2026-03-18T11:48:24.332Z | Downloaded async-bb8-diesel v0.2.1 |
| 346 | 2026-03-18T11:48:24.335Z | Downloaded blake2 v0.10.6 |
| 347 | 2026-03-18T11:48:24.337Z | Downloaded is_ci v1.2.0 |
| 348 | 2026-03-18T11:48:24.337Z | Downloaded is-terminal v0.4.17 |
| 349 | 2026-03-18T11:48:24.340Z | Downloaded is_terminal_polyfill v1.70.2 |
| 350 | 2026-03-18T11:48:24.340Z | Downloaded indent_write v2.2.0 |
| 351 | 2026-03-18T11:48:24.340Z | Downloaded hex-literal v0.4.1 |
| 352 | 2026-03-18T11:48:24.342Z | Downloaded fs-err v2.11.0 |
| 353 | 2026-03-18T11:48:24.345Z | Downloaded futures-channel v0.3.32 |
| 354 | 2026-03-18T11:48:24.345Z | Downloaded instability v0.3.11 |
| 355 | 2026-03-18T11:48:24.348Z | Downloaded inout v0.1.4 |
| 356 | 2026-03-18T11:48:24.348Z | Downloaded indoc v1.0.9 |
| 357 | 2026-03-18T11:48:24.350Z | Downloaded futures-sink v0.3.32 |
| 358 | 2026-03-18T11:48:24.350Z | Downloaded clap v4.5.60 |
| 359 | 2026-03-18T11:48:24.357Z | Downloaded internet-checksum v0.2.1 |
| 360 | 2026-03-18T11:48:24.360Z | Downloaded lazy_static v1.5.0 |
| 361 | 2026-03-18T11:48:24.360Z | Downloaded kstat-rs v0.2.4 |
| 362 | 2026-03-18T11:48:24.362Z | Downloaded darling_core v0.21.3 |
| 363 | 2026-03-18T11:48:24.365Z | Downloaded humantime v2.3.0 |
| 364 | 2026-03-18T11:48:24.368Z | Downloaded getrandom v0.2.17 |
| 365 | 2026-03-18T11:48:24.370Z | Downloaded elliptic-curve v0.13.8 |
| 366 | 2026-03-18T11:48:24.373Z | Downloaded keccak v0.1.6 |
| 367 | 2026-03-18T11:48:24.373Z | Downloaded darling_core v0.23.0 |
| 368 | 2026-03-18T11:48:24.377Z | Downloaded libscf-sys v1.1.0 |
| 369 | 2026-03-18T11:48:24.380Z | Downloaded lalrpop-util v0.19.12 |
| 370 | 2026-03-18T11:48:24.380Z | Downloaded derive-where v1.6.0 |
| 371 | 2026-03-18T11:48:24.383Z | Downloaded linkme-impl v0.3.35 |
| 372 | 2026-03-18T11:48:24.385Z | Downloaded lru-cache v0.1.2 |
| 373 | 2026-03-18T11:48:24.385Z | Downloaded match_cfg v0.1.0 |
| 374 | 2026-03-18T11:48:24.388Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-03-18T11:48:24.388Z | Downloaded linked-hash-map v0.5.6 |
| 376 | 2026-03-18T11:48:24.388Z | Downloaded darling v0.23.0 |
| 377 | 2026-03-18T11:48:24.392Z | Downloaded event-listener v5.4.1 |
| 378 | 2026-03-18T11:48:24.395Z | Downloaded fatfs v0.3.6 |
| 379 | 2026-03-18T11:48:24.397Z | Downloaded itoa v1.0.17 |
| 380 | 2026-03-18T11:48:24.400Z | Downloaded instant v0.1.13 |
| 381 | 2026-03-18T11:48:24.400Z | Downloaded hickory-client v0.25.2 |
| 382 | 2026-03-18T11:48:24.402Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 383 | 2026-03-18T11:48:24.405Z | Downloaded memmap v0.7.0 |
| 384 | 2026-03-18T11:48:24.405Z | Downloaded maplit v1.0.2 |
| 385 | 2026-03-18T11:48:24.407Z | Downloaded managed v0.8.0 |
| 386 | 2026-03-18T11:48:24.408Z | Downloaded lru-slab v0.1.2 |
| 387 | 2026-03-18T11:48:24.410Z | Downloaded md5 v0.7.0 |
| 388 | 2026-03-18T11:48:24.410Z | Downloaded miette-derive v5.10.0 |
| 389 | 2026-03-18T11:48:24.410Z | Downloaded mime v0.3.17 |
| 390 | 2026-03-18T11:48:24.413Z | Downloaded memoffset v0.9.1 |
| 391 | 2026-03-18T11:48:24.413Z | Downloaded half v1.8.3 |
| 392 | 2026-03-18T11:48:24.416Z | Downloaded ipnetwork v0.21.1 |
| 393 | 2026-03-18T11:48:24.418Z | Downloaded hmac v0.12.1 |
| 394 | 2026-03-18T11:48:24.418Z | Downloaded crc-any v2.5.0 |
| 395 | 2026-03-18T11:48:24.421Z | Downloaded indoc v2.0.7 |
| 396 | 2026-03-18T11:48:24.423Z | Downloaded maybe-uninit v2.0.0 |
| 397 | 2026-03-18T11:48:24.426Z | Downloaded md-5 v0.10.6 |
| 398 | 2026-03-18T11:48:24.426Z | Downloaded futures v0.3.32 |
| 399 | 2026-03-18T11:48:24.429Z | Downloaded multimap v0.10.1 |
| 400 | 2026-03-18T11:48:24.432Z | Downloaded ipnet v2.11.0 |
| 401 | 2026-03-18T11:48:24.432Z | Downloaded new_debug_unreachable v1.0.6 |
| 402 | 2026-03-18T11:48:24.434Z | Downloaded nested v0.1.1 |
| 403 | 2026-03-18T11:48:24.434Z | Downloaded der v0.7.10 |
| 404 | 2026-03-18T11:48:24.438Z | Downloaded nibble_vec v0.1.0 |
| 405 | 2026-03-18T11:48:24.441Z | Downloaded newtype_derive v0.1.6 |
| 406 | 2026-03-18T11:48:24.441Z | Downloaded backtrace v0.3.76 |
| 407 | 2026-03-18T11:48:24.444Z | Downloaded getrandom v0.3.4 |
| 408 | 2026-03-18T11:48:24.447Z | Downloaded libsw v3.5.0 |
| 409 | 2026-03-18T11:48:24.449Z | Downloaded jobserver v0.1.34 |
| 410 | 2026-03-18T11:48:24.452Z | Downloaded nodrop v0.1.14 |
| 411 | 2026-03-18T11:48:24.452Z | Downloaded lock_api v0.4.14 |
| 412 | 2026-03-18T11:48:24.455Z | Downloaded num-derive v0.4.2 |
| 413 | 2026-03-18T11:48:24.455Z | Downloaded nonempty v0.12.0 |
| 414 | 2026-03-18T11:48:24.457Z | Downloaded num v0.4.3 |
| 415 | 2026-03-18T11:48:24.457Z | Downloaded normalize-line-endings v0.3.0 |
| 416 | 2026-03-18T11:48:24.457Z | Downloaded olpc-cjson v0.1.4 |
| 417 | 2026-03-18T11:48:24.460Z | Downloaded linkme v0.3.35 |
| 418 | 2026-03-18T11:48:24.463Z | Downloaded num-derive v0.3.3 |
| 419 | 2026-03-18T11:48:24.463Z | Downloaded num-conv v0.2.0 |
| 420 | 2026-03-18T11:48:24.466Z | Downloaded libloading v0.8.9 |
| 421 | 2026-03-18T11:48:24.466Z | Downloaded bytes v1.11.1 |
| 422 | 2026-03-18T11:48:24.469Z | Downloaded bumpalo v3.20.2 |
| 423 | 2026-03-18T11:48:24.471Z | Downloaded iana-time-zone v0.1.65 |
| 424 | 2026-03-18T11:48:24.474Z | Downloaded flume v0.11.1 |
| 425 | 2026-03-18T11:48:24.476Z | Downloaded num_threads v0.1.7 |
| 426 | 2026-03-18T11:48:24.479Z | Downloaded num_enum_derive v0.5.11 |
| 427 | 2026-03-18T11:48:24.479Z | Downloaded num-iter v0.1.45 |
| 428 | 2026-03-18T11:48:24.482Z | Downloaded lzss v0.8.2 |
| 429 | 2026-03-18T11:48:24.482Z | Downloaded lru v0.12.5 |
| 430 | 2026-03-18T11:48:24.484Z | Downloaded ingot-types v0.1.2 |
| 431 | 2026-03-18T11:48:24.484Z | Downloaded ar_archive_writer v0.5.1 |
| 432 | 2026-03-18T11:48:24.487Z | Downloaded crossbeam-channel v0.5.15 |
| 433 | 2026-03-18T11:48:24.490Z | Downloaded linear-map v1.2.0 |
| 434 | 2026-03-18T11:48:24.492Z | Downloaded libtest-mimic v0.8.1 |
| 435 | 2026-03-18T11:48:24.495Z | Downloaded libsw-core v0.3.2 |
| 436 | 2026-03-18T11:48:24.495Z | Downloaded ingot-macros v0.1.1 |
| 437 | 2026-03-18T11:48:24.498Z | Downloaded mime_guess v2.0.5 |
| 438 | 2026-03-18T11:48:24.498Z | Downloaded aho-corasick v1.1.4 |
| 439 | 2026-03-18T11:48:24.502Z | Downloaded openssl-probe v0.2.1 |
| 440 | 2026-03-18T11:48:24.505Z | Downloaded openssl-macros v0.1.1 |
| 441 | 2026-03-18T11:48:24.505Z | Downloaded newtype-uuid-macros v0.1.0 |
| 442 | 2026-03-18T11:48:24.507Z | Downloaded newtype-uuid v1.3.2 |
| 443 | 2026-03-18T11:48:24.507Z | Downloaded openssl-probe v0.1.6 |
| 444 | 2026-03-18T11:48:24.507Z | Downloaded opaque-debug v0.3.1 |
| 445 | 2026-03-18T11:48:24.510Z | Downloaded ordered-float v2.10.1 |
| 446 | 2026-03-18T11:48:24.510Z | Downloaded icu_properties v2.1.2 |
| 447 | 2026-03-18T11:48:24.513Z | Downloaded crypto-bigint v0.5.5 |
| 448 | 2026-03-18T11:48:24.517Z | Downloaded oso-derive v0.27.3 |
| 449 | 2026-03-18T11:48:24.520Z | Downloaded num-complex v0.4.6 |
| 450 | 2026-03-18T11:48:24.520Z | Downloaded nu-ansi-term v0.50.3 |
| 451 | 2026-03-18T11:48:24.522Z | Downloaded litrs v1.0.0 |
| 452 | 2026-03-18T11:48:24.526Z | Downloaded litemap v0.8.1 |
| 453 | 2026-03-18T11:48:24.529Z | Downloaded packed_struct_codegen v0.10.1 |
| 454 | 2026-03-18T11:48:24.529Z | Downloaded parse-size v1.1.0 |
| 455 | 2026-03-18T11:48:24.529Z | Downloaded base64 v0.22.1 |
| 456 | 2026-03-18T11:48:24.532Z | Downloaded parse-display v0.10.0 |
| 457 | 2026-03-18T11:48:24.532Z | Downloaded native-tls v0.2.18 |
| 458 | 2026-03-18T11:48:24.534Z | Downloaded path-slash v0.1.5 |
| 459 | 2026-03-18T11:48:24.534Z | Downloaded fancy-regex v0.14.0 |
| 460 | 2026-03-18T11:48:24.537Z | Downloaded ed25519-dalek v2.2.0 |
| 461 | 2026-03-18T11:48:24.540Z | Downloaded nanorand v0.7.0 |
| 462 | 2026-03-18T11:48:24.542Z | Downloaded heapless v0.7.17 |
| 463 | 2026-03-18T11:48:24.545Z | Downloaded indexmap v1.9.3 |
| 464 | 2026-03-18T11:48:24.547Z | Downloaded pathdiff v0.2.3 |
| 465 | 2026-03-18T11:48:24.550Z | Downloaded num_enum v0.5.11 |
| 466 | 2026-03-18T11:48:24.553Z | Downloaded pbkdf2 v0.12.2 |
| 467 | 2026-03-18T11:48:24.556Z | Downloaded memmap2 v0.9.10 |
| 468 | 2026-03-18T11:48:24.556Z | Downloaded peg-runtime v0.8.5 |
| 469 | 2026-03-18T11:48:24.558Z | Downloaded aes v0.8.4 |
| 470 | 2026-03-18T11:48:24.561Z | Downloaded half v2.7.1 |
| 471 | 2026-03-18T11:48:24.564Z | Downloaded headers v0.4.1 |
| 472 | 2026-03-18T11:48:24.566Z | Downloaded derive_more v2.1.1 |
| 473 | 2026-03-18T11:48:24.574Z | Downloaded phf_shared v0.13.1 |
| 474 | 2026-03-18T11:48:24.577Z | Downloaded phf_shared v0.11.3 |
| 475 | 2026-03-18T11:48:24.577Z | Downloaded libbz2-rs-sys v0.2.2 |
| 476 | 2026-03-18T11:48:24.579Z | Downloaded phf_shared v0.12.1 |
| 477 | 2026-03-18T11:48:24.579Z | Downloaded oorandom v11.1.5 |
| 478 | 2026-03-18T11:48:24.582Z | Downloaded cc v1.2.56 |
| 479 | 2026-03-18T11:48:24.585Z | Downloaded plotters-backend v0.3.7 |
| 480 | 2026-03-18T11:48:24.585Z | Downloaded plain v0.2.3 |
| 481 | 2026-03-18T11:48:24.588Z | Downloaded pin-utils v0.1.0 |
| 482 | 2026-03-18T11:48:24.588Z | Downloaded plotters-svg v0.3.7 |
| 483 | 2026-03-18T11:48:24.588Z | Downloaded icu_normalizer v2.1.1 |
| 484 | 2026-03-18T11:48:24.590Z | Downloaded pbkdf2 v0.11.0 |
| 485 | 2026-03-18T11:48:24.593Z | Downloaded oxnet v0.1.4 |
| 486 | 2026-03-18T11:48:24.596Z | Downloaded parking v2.2.1 |
| 487 | 2026-03-18T11:48:24.596Z | Downloaded packed_struct v0.10.1 |
| 488 | 2026-03-18T11:48:24.598Z | Downloaded num_enum_derive v0.7.5 |
| 489 | 2026-03-18T11:48:24.598Z | Downloaded num-rational v0.4.2 |
| 490 | 2026-03-18T11:48:24.601Z | Downloaded num-integer v0.1.46 |
| 491 | 2026-03-18T11:48:24.601Z | Downloaded ignore v0.4.25 |
| 492 | 2026-03-18T11:48:24.606Z | Downloaded proc-macro-crate v1.3.1 |
| 493 | 2026-03-18T11:48:24.606Z | Downloaded owo-colors v3.5.0 |
| 494 | 2026-03-18T11:48:24.608Z | Downloaded password-hash v0.5.0 |
| 495 | 2026-03-18T11:48:24.608Z | Downloaded oxide-tokio-rt v0.1.3 |
| 496 | 2026-03-18T11:48:24.611Z | Downloaded parse-display-derive v0.10.0 |
| 497 | 2026-03-18T11:48:24.611Z | Downloaded heapless v0.8.0 |
| 498 | 2026-03-18T11:48:24.614Z | Downloaded precomputed-hash v0.1.1 |
| 499 | 2026-03-18T11:48:24.614Z | Downloaded owo-colors v4.3.0 |
| 500 | 2026-03-18T11:48:24.616Z | Downloaded parking_lot_core v0.8.6 |
| 501 | 2026-03-18T11:48:24.619Z | Downloaded pem-rfc7468 v0.7.0 |
| 502 | 2026-03-18T11:48:24.619Z | Downloaded peg-macros v0.8.5 |
| 503 | 2026-03-18T11:48:24.622Z | Downloaded paste v1.0.15 |
| 504 | 2026-03-18T11:48:24.624Z | Downloaded pretty-hex v0.4.1 |
| 505 | 2026-03-18T11:48:24.624Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 506 | 2026-03-18T11:48:24.627Z | Downloaded proc-macro-crate v3.4.0 |
| 507 | 2026-03-18T11:48:24.627Z | Downloaded password-hash v0.4.2 |
| 508 | 2026-03-18T11:48:24.629Z | Downloaded predicates-tree v1.0.13 |
| 509 | 2026-03-18T11:48:24.630Z | Downloaded peg v0.8.5 |
| 510 | 2026-03-18T11:48:24.632Z | Downloaded predicates-core v1.0.10 |
| 511 | 2026-03-18T11:48:24.635Z | Downloaded proc-macro-error-attr v1.0.4 |
| 512 | 2026-03-18T11:48:24.635Z | Downloaded path-tree v0.8.3 |
| 513 | 2026-03-18T11:48:24.637Z | Downloaded num_enum v0.7.5 |
| 514 | 2026-03-18T11:48:24.640Z | Downloaded phf v0.12.1 |
| 515 | 2026-03-18T11:48:24.643Z | Downloaded pem v3.0.6 |
| 516 | 2026-03-18T11:48:24.643Z | Downloaded indicatif v0.18.4 |
| 517 | 2026-03-18T11:48:24.645Z | Downloaded phf v0.13.1 |
| 518 | 2026-03-18T11:48:24.648Z | Downloaded progenitor-client v0.11.2 |
| 519 | 2026-03-18T11:48:24.648Z | Downloaded hickory-resolver v0.24.4 |
| 520 | 2026-03-18T11:48:24.651Z | Downloaded omicron-zone-package v0.12.2 |
| 521 | 2026-03-18T11:48:24.653Z | Downloaded pin-project-internal v1.1.11 |
| 522 | 2026-03-18T11:48:24.656Z | Downloaded pin-project-lite v0.2.17 |
| 523 | 2026-03-18T11:48:24.659Z | Downloaded pkcs8 v0.10.2 |
| 524 | 2026-03-18T11:48:24.661Z | Downloaded icu_normalizer_data v2.1.1 |
| 525 | 2026-03-18T11:48:24.664Z | Downloaded progenitor-macro v0.13.0 |
| 526 | 2026-03-18T11:48:24.664Z | Downloaded psl-types v2.0.11 |
| 527 | 2026-03-18T11:48:24.667Z | Downloaded progenitor-macro v0.11.2 |
| 528 | 2026-03-18T11:48:24.667Z | Downloaded log v0.4.29 |
| 529 | 2026-03-18T11:48:24.670Z | Downloaded icu_locale_core v2.1.1 |
| 530 | 2026-03-18T11:48:24.673Z | Downloaded radium v0.7.0 |
| 531 | 2026-03-18T11:48:24.675Z | Downloaded knuffel v3.2.0 |
| 532 | 2026-03-18T11:48:24.678Z | Downloaded hickory-resolver v0.25.2 |
| 533 | 2026-03-18T11:48:24.683Z | Downloaded dropshot-api-manager v0.6.0 |
| 534 | 2026-03-18T11:48:24.685Z | Downloaded proc-macro-error2 v2.0.1 |
| 535 | 2026-03-18T11:48:24.685Z | Downloaded ppv-lite86 v0.2.21 |
| 536 | 2026-03-18T11:48:24.688Z | Downloaded powerfmt v0.2.0 |
| 537 | 2026-03-18T11:48:24.688Z | Downloaded primeorder v0.13.6 |
| 538 | 2026-03-18T11:48:24.691Z | Downloaded poly1305 v0.8.0 |
| 539 | 2026-03-18T11:48:24.691Z | Downloaded parking_lot v0.12.5 |
| 540 | 2026-03-18T11:48:24.693Z | Downloaded diesel_derives v2.3.7 |
| 541 | 2026-03-18T11:48:24.699Z | Downloaded pest_derive v2.8.6 |
| 542 | 2026-03-18T11:48:24.701Z | Downloaded predicates v3.1.4 |
| 543 | 2026-03-18T11:48:24.704Z | Downloaded percent-encoding v2.3.2 |
| 544 | 2026-03-18T11:48:24.704Z | Downloaded progenitor-extras v0.1.1 |
| 545 | 2026-03-18T11:48:24.707Z | Downloaded rand_xorshift v0.4.0 |
| 546 | 2026-03-18T11:48:24.707Z | Downloaded progenitor-client v0.10.0 |
| 547 | 2026-03-18T11:48:24.709Z | Downloaded progenitor v0.13.0 |
| 548 | 2026-03-18T11:48:24.709Z | Downloaded ref-cast v1.0.25 |
| 549 | 2026-03-18T11:48:24.712Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 550 | 2026-03-18T11:48:24.712Z | Downloaded ref-cast-impl v1.0.25 |
| 551 | 2026-03-18T11:48:24.715Z | Downloaded progenitor v0.11.2 |
| 552 | 2026-03-18T11:48:24.715Z | Downloaded pkcs1 v0.7.5 |
| 553 | 2026-03-18T11:48:24.717Z | Downloaded recursive v0.1.1 |
| 554 | 2026-03-18T11:48:24.717Z | Downloaded progenitor-macro v0.10.0 |
| 555 | 2026-03-18T11:48:24.720Z | Downloaded progenitor-client v0.13.0 |
| 556 | 2026-03-18T11:48:24.720Z | Downloaded crossterm v0.29.0 |
| 557 | 2026-03-18T11:48:24.724Z | Downloaded progenitor v0.10.0 |
| 558 | 2026-03-18T11:48:24.726Z | Downloaded crossterm v0.28.1 |
| 559 | 2026-03-18T11:48:24.730Z | Downloaded pkcs5 v0.7.1 |
| 560 | 2026-03-18T11:48:24.733Z | Downloaded criterion v0.7.0 |
| 561 | 2026-03-18T11:48:24.738Z | Downloaded rfc6979 v0.4.0 |
| 562 | 2026-03-18T11:48:24.741Z | Downloaded r2d2 v0.8.10 |
| 563 | 2026-03-18T11:48:24.741Z | Downloaded rustc-hash v2.1.1 |
| 564 | 2026-03-18T11:48:24.743Z | Downloaded psm v0.1.30 |
| 565 | 2026-03-18T11:48:24.746Z | Downloaded russh-cryptovec v0.7.3 |
| 566 | 2026-03-18T11:48:24.746Z | Downloaded rtoolbox v0.0.3 |
| 567 | 2026-03-18T11:48:24.749Z | Downloaded hashbrown v0.12.3 |
| 568 | 2026-03-18T11:48:24.751Z | Downloaded oso v0.27.3 |
| 569 | 2026-03-18T11:48:24.754Z | Downloaded rand_seeder v0.4.0 |
| 570 | 2026-03-18T11:48:24.754Z | Downloaded rand_core v0.10.0 |
| 571 | 2026-03-18T11:48:24.757Z | Downloaded rand_chacha v0.9.0 |
| 572 | 2026-03-18T11:48:24.757Z | Downloaded proc-macro-error v1.0.4 |
| 573 | 2026-03-18T11:48:24.759Z | Downloaded rustc_version v0.4.1 |
| 574 | 2026-03-18T11:48:24.762Z | Downloaded rustc_version v0.1.7 |
| 575 | 2026-03-18T11:48:24.762Z | Downloaded jiff-static v0.2.21 |
| 576 | 2026-03-18T11:48:24.765Z | Downloaded miniz_oxide v0.8.9 |
| 577 | 2026-03-18T11:48:24.767Z | Downloaded minimal-lexical v0.2.1 |
| 578 | 2026-03-18T11:48:24.770Z | Downloaded hyper-util v0.1.20 |
| 579 | 2026-03-18T11:48:24.774Z | Downloaded rand_core v0.6.4 |
| 580 | 2026-03-18T11:48:24.776Z | Downloaded rand_chacha v0.3.1 |
| 581 | 2026-03-18T11:48:24.776Z | Downloaded memchr v2.8.0 |
| 582 | 2026-03-18T11:48:24.780Z | Downloaded http v1.4.0 |
| 583 | 2026-03-18T11:48:24.783Z | Downloaded rand_core v0.9.5 |
| 584 | 2026-03-18T11:48:24.786Z | Downloaded pin-project v1.1.11 |
| 585 | 2026-03-18T11:48:24.793Z | Downloaded scheduled-thread-pool v0.2.7 |
| 586 | 2026-03-18T11:48:24.795Z | Downloaded scopeguard v1.2.0 |
| 587 | 2026-03-18T11:48:24.796Z | Downloaded sapling-renderdag v0.1.0 |
| 588 | 2026-03-18T11:48:24.798Z | Downloaded same-file v1.0.6 |
| 589 | 2026-03-18T11:48:24.798Z | Downloaded salsa20 v0.10.2 |
| 590 | 2026-03-18T11:48:24.801Z | Downloaded resolv-conf v0.7.6 |
| 591 | 2026-03-18T11:48:24.801Z | Downloaded relative-path v1.9.3 |
| 592 | 2026-03-18T11:48:24.803Z | Downloaded quote v1.0.44 |
| 593 | 2026-03-18T11:48:24.806Z | Downloaded aes-gcm v0.10.3 |
| 594 | 2026-03-18T11:48:24.809Z | Downloaded scroll_derive v0.13.1 |
| 595 | 2026-03-18T11:48:24.809Z | Downloaded secrecy v0.10.3 |
| 596 | 2026-03-18T11:48:24.809Z | Downloaded secrecy v0.8.0 |
| 597 | 2026-03-18T11:48:24.811Z | Downloaded scroll_derive v0.12.1 |
| 598 | 2026-03-18T11:48:24.811Z | Downloaded pest_generator v2.8.6 |
| 599 | 2026-03-18T11:48:24.814Z | Downloaded hashbrown v0.13.2 |
| 600 | 2026-03-18T11:48:24.817Z | Downloaded itertools v0.10.5 |
| 601 | 2026-03-18T11:48:24.820Z | Downloaded quinn-udp v0.5.14 |
| 602 | 2026-03-18T11:48:24.823Z | Downloaded scrypt v0.11.0 |
| 603 | 2026-03-18T11:48:24.823Z | Downloaded prefix-trie v0.7.0 |
| 604 | 2026-03-18T11:48:24.825Z | Downloaded serde-big-array v0.5.1 |
| 605 | 2026-03-18T11:48:24.828Z | Downloaded openssl-sys v0.9.111 |
| 606 | 2026-03-18T11:48:24.831Z | Downloaded rustc-demangle v0.1.27 |
| 607 | 2026-03-18T11:48:24.833Z | Downloaded rust-argon2 v2.1.0 |
| 608 | 2026-03-18T11:48:24.836Z | Downloaded hickory-server v0.25.2 |
| 609 | 2026-03-18T11:48:24.839Z | Downloaded rustls-pemfile v1.0.4 |
| 610 | 2026-03-18T11:48:24.841Z | Downloaded serde_bytes v0.11.19 |
| 611 | 2026-03-18T11:48:24.841Z | Downloaded serde-value v0.7.0 |
| 612 | 2026-03-18T11:48:24.844Z | Downloaded proc-macro2 v1.0.106 |
| 613 | 2026-03-18T11:48:24.844Z | Downloaded rustls-native-certs v0.8.3 |
| 614 | 2026-03-18T11:48:24.847Z | Downloaded rusty-fork v0.3.1 |
| 615 | 2026-03-18T11:48:24.849Z | Downloaded rustls-pemfile v2.2.0 |
| 616 | 2026-03-18T11:48:24.852Z | Downloaded shell-words v1.1.1 |
| 617 | 2026-03-18T11:48:24.852Z | Downloaded serde_spanned v0.6.9 |
| 618 | 2026-03-18T11:48:24.852Z | Downloaded serde_regex v1.1.0 |
| 619 | 2026-03-18T11:48:24.855Z | Downloaded serde_plain v1.0.2 |
| 620 | 2026-03-18T11:48:24.855Z | Downloaded rustversion v1.0.22 |
| 621 | 2026-03-18T11:48:24.858Z | Downloaded progenitor-impl v0.11.2 |
| 622 | 2026-03-18T11:48:24.860Z | Downloaded postgres-types v0.2.12 |
| 623 | 2026-03-18T11:48:24.860Z | Downloaded num-traits v0.2.19 |
| 624 | 2026-03-18T11:48:24.863Z | Downloaded miette v5.10.0 |
| 625 | 2026-03-18T11:48:24.866Z | Downloaded serde_urlencoded v0.7.1 |
| 626 | 2026-03-18T11:48:24.868Z | Downloaded indexmap v2.13.0 |
| 627 | 2026-03-18T11:48:24.871Z | Downloaded sha1 v0.10.6 |
| 628 | 2026-03-18T11:48:24.874Z | Downloaded signature v2.2.0 |
| 629 | 2026-03-18T11:48:24.874Z | Downloaded signal-hook-mio v0.2.5 |
| 630 | 2026-03-18T11:48:24.876Z | Downloaded pest_meta v2.8.6 |
| 631 | 2026-03-18T11:48:24.878Z | Downloaded pkg-config v0.3.32 |
| 632 | 2026-03-18T11:48:24.878Z | Downloaded serde_spanned v1.0.4 |
| 633 | 2026-03-18T11:48:24.881Z | Downloaded semver v0.1.20 |
| 634 | 2026-03-18T11:48:24.881Z | Downloaded sec1 v0.7.3 |
| 635 | 2026-03-18T11:48:24.884Z | Downloaded semver v1.0.27 |
| 636 | 2026-03-18T11:48:24.884Z | Downloaded sct v0.7.1 |
| 637 | 2026-03-18T11:48:24.887Z | Downloaded sigpipe v0.1.3 |
| 638 | 2026-03-18T11:48:24.889Z | Downloaded hashbrown v0.15.5 |
| 639 | 2026-03-18T11:48:24.892Z | Downloaded pretty_assertions v1.4.1 |
| 640 | 2026-03-18T11:48:24.895Z | Downloaded serde-untagged v0.1.9 |
| 641 | 2026-03-18T11:48:24.895Z | Downloaded serde-hex v0.1.0 |
| 642 | 2026-03-18T11:48:24.898Z | Downloaded seq-macro v0.3.6 |
| 643 | 2026-03-18T11:48:24.900Z | Downloaded schemars_derive v0.8.22 |
| 644 | 2026-03-18T11:48:24.900Z | Downloaded postcard v1.1.3 |
| 645 | 2026-03-18T11:48:24.903Z | Downloaded papergrid v0.17.0 |
| 646 | 2026-03-18T11:48:24.906Z | Downloaded similar-asserts v1.7.0 |
| 647 | 2026-03-18T11:48:24.908Z | Downloaded progenitor-impl v0.10.0 |
| 648 | 2026-03-18T11:48:24.911Z | Downloaded siphasher v1.0.2 |
| 649 | 2026-03-18T11:48:24.911Z | Downloaded mio v1.1.1 |
| 650 | 2026-03-18T11:48:24.914Z | Downloaded smawk v0.3.2 |
| 651 | 2026-03-18T11:48:24.917Z | Downloaded serde_repr v0.1.20 |
| 652 | 2026-03-18T11:48:24.919Z | Downloaded scroll v0.13.0 |
| 653 | 2026-03-18T11:48:24.920Z | Downloaded scroll v0.12.0 |
| 654 | 2026-03-18T11:48:24.922Z | Downloaded rustls-pki-types v1.14.0 |
| 655 | 2026-03-18T11:48:24.922Z | Downloaded slog-bunyan v2.5.0 |
| 656 | 2026-03-18T11:48:24.925Z | Downloaded rcgen v0.12.1 |
| 657 | 2026-03-18T11:48:24.927Z | Downloaded papergrid v0.11.0 |
| 658 | 2026-03-18T11:48:24.931Z | Downloaded p256 v0.13.2 |
| 659 | 2026-03-18T11:48:24.933Z | Downloaded once_cell v1.21.3 |
| 660 | 2026-03-18T11:48:24.936Z | Downloaded prettyplease v0.2.37 |
| 661 | 2026-03-18T11:48:24.938Z | Downloaded sha2 v0.10.9 |
| 662 | 2026-03-18T11:48:24.941Z | Downloaded guppy v0.17.25 |
| 663 | 2026-03-18T11:48:24.944Z | Downloaded serde_path_to_error v0.1.20 |
| 664 | 2026-03-18T11:48:24.946Z | Downloaded serde_derive_internals v0.29.1 |
| 665 | 2026-03-18T11:48:24.949Z | Downloaded quick-error v1.2.3 |
| 666 | 2026-03-18T11:48:24.949Z | Downloaded sqlparser_derive v0.5.0 |
| 667 | 2026-03-18T11:48:24.951Z | Downloaded signal-hook-registry v1.4.8 |
| 668 | 2026-03-18T11:48:24.951Z | Downloaded rstest v0.25.0 |
| 669 | 2026-03-18T11:48:24.955Z | Downloaded strip-ansi-escapes v0.2.1 |
| 670 | 2026-03-18T11:48:24.957Z | Downloaded iri-string v0.7.10 |
| 671 | 2026-03-18T11:48:24.961Z | Downloaded shlex v1.3.0 |
| 672 | 2026-03-18T11:48:24.964Z | Downloaded stable_deref_trait v1.2.1 |
| 673 | 2026-03-18T11:48:24.964Z | Downloaded hashbrown v0.16.1 |
| 674 | 2026-03-18T11:48:24.968Z | Downloaded ssh-encoding v0.2.0 |
| 675 | 2026-03-18T11:48:24.970Z | Downloaded slog-term v2.9.2 |
| 676 | 2026-03-18T11:48:24.972Z | Downloaded ssh-cipher v0.2.0 |
| 677 | 2026-03-18T11:48:24.973Z | Downloaded structmeta v0.3.0 |
| 678 | 2026-03-18T11:48:24.975Z | Downloaded slog-envlogger v2.2.0 |
| 679 | 2026-03-18T11:48:24.975Z | Downloaded slog-dtrace v0.3.0 |
| 680 | 2026-03-18T11:48:24.977Z | Downloaded slab v0.4.12 |
| 681 | 2026-03-18T11:48:24.980Z | Downloaded slog-stdlog v4.1.1 |
| 682 | 2026-03-18T11:48:24.980Z | Downloaded progenitor-impl v0.13.0 |
| 683 | 2026-03-18T11:48:24.982Z | Downloaded slog-json v2.6.1 |
| 684 | 2026-03-18T11:48:24.982Z | Downloaded ryu v1.0.23 |
| 685 | 2026-03-18T11:48:24.985Z | Downloaded smf v0.2.3 |
| 686 | 2026-03-18T11:48:24.987Z | Downloaded russh-keys v0.45.0 |
| 687 | 2026-03-18T11:48:24.990Z | Downloaded strum v0.26.3 |
| 688 | 2026-03-18T11:48:24.990Z | Downloaded structmeta-derive v0.3.0 |
| 689 | 2026-03-18T11:48:24.992Z | Downloaded supports-hyperlinks v2.1.0 |
| 690 | 2026-03-18T11:48:24.992Z | Downloaded strum v0.27.2 |
| 691 | 2026-03-18T11:48:24.994Z | Downloaded simd-adler32 v0.3.8 |
| 692 | 2026-03-18T11:48:24.994Z | Downloaded supports-color v2.1.0 |
| 693 | 2026-03-18T11:48:24.997Z | Downloaded libxml v0.3.3 |
| 694 | 2026-03-18T11:48:25.000Z | Downloaded hyper v1.8.1 |
| 695 | 2026-03-18T11:48:25.005Z | Downloaded ron v0.8.1 |
| 696 | 2026-03-18T11:48:25.010Z | Downloaded supports-color v3.0.2 |
| 697 | 2026-03-18T11:48:25.012Z | Downloaded slog-scope v4.4.1 |
| 698 | 2026-03-18T11:48:25.012Z | Downloaded slog-async v2.8.0 |
| 699 | 2026-03-18T11:48:25.015Z | Downloaded sync_wrapper v1.0.2 |
| 700 | 2026-03-18T11:48:25.015Z | Downloaded sync-ptr v0.1.4 |
| 701 | 2026-03-18T11:48:25.018Z | Downloaded idna v1.1.0 |
| 702 | 2026-03-18T11:48:25.021Z | Downloaded iddqd v0.3.17 |
| 703 | 2026-03-18T11:48:25.025Z | Downloaded tabled_derive v0.7.0 |
| 704 | 2026-03-18T11:48:25.028Z | Downloaded tagptr v0.2.0 |
| 705 | 2026-03-18T11:48:25.028Z | Downloaded tabwriter v1.4.1 |
| 706 | 2026-03-18T11:48:25.030Z | Downloaded tap v1.0.1 |
| 707 | 2026-03-18T11:48:25.030Z | Downloaded snafu-derive v0.8.9 |
| 708 | 2026-03-18T11:48:25.033Z | Downloaded stringprep v0.1.5 |
| 709 | 2026-03-18T11:48:25.033Z | Downloaded static_assertions v1.1.0 |
| 710 | 2026-03-18T11:48:25.036Z | Downloaded stacker v0.1.23 |
| 711 | 2026-03-18T11:48:25.036Z | Downloaded sqlformat v0.3.5 |
| 712 | 2026-03-18T11:48:25.039Z | Downloaded spki v0.7.3 |
| 713 | 2026-03-18T11:48:25.039Z | Downloaded swrite v0.1.0 |
| 714 | 2026-03-18T11:48:25.042Z | Downloaded supports-unicode v2.1.0 |
| 715 | 2026-03-18T11:48:25.042Z | Downloaded take_mut v0.2.2 |
| 716 | 2026-03-18T11:48:25.042Z | Downloaded serde_with_macros v3.17.0 |
| 717 | 2026-03-18T11:48:25.045Z | Downloaded strsim v0.11.1 |
| 718 | 2026-03-18T11:48:25.045Z | Downloaded stringmetrics v2.2.2 |
| 719 | 2026-03-18T11:48:25.048Z | Downloaded string_cache v0.8.9 |
| 720 | 2026-03-18T11:48:25.050Z | Downloaded schemars v0.8.22 |
| 721 | 2026-03-18T11:48:25.057Z | Downloaded rstest_macros v0.25.0 |
| 722 | 2026-03-18T11:48:25.060Z | Downloaded testing_table v0.3.0 |
| 723 | 2026-03-18T11:48:25.063Z | Downloaded futures-util v0.3.32 |
| 724 | 2026-03-18T11:48:25.070Z | Downloaded rayon-core v1.13.0 |
| 725 | 2026-03-18T11:48:25.074Z | Downloaded rsa v0.9.10 |
| 726 | 2026-03-18T11:48:25.078Z | Downloaded tabled_derive v0.11.0 |
| 727 | 2026-03-18T11:48:25.081Z | Downloaded synstructure v0.13.2 |
| 728 | 2026-03-18T11:48:25.081Z | Downloaded thread-id v5.1.0 |
| 729 | 2026-03-18T11:48:25.084Z | Downloaded thread-id v4.2.2 |
| 730 | 2026-03-18T11:48:25.084Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 731 | 2026-03-18T11:48:25.086Z | Downloaded num-bigint-dig v0.8.6 |
| 732 | 2026-03-18T11:48:25.089Z | Downloaded rand_distr v0.5.1 |
| 733 | 2026-03-18T11:48:25.092Z | Downloaded serde_derive v1.0.228 |
| 734 | 2026-03-18T11:48:25.094Z | Downloaded time-core v0.1.8 |
| 735 | 2026-03-18T11:48:25.097Z | Downloaded tinyvec_macros v0.1.1 |
| 736 | 2026-03-18T11:48:25.097Z | Downloaded rand v0.9.2 |
| 737 | 2026-03-18T11:48:25.099Z | Downloaded serde_tokenstream v0.2.3 |
| 738 | 2026-03-18T11:48:25.102Z | Downloaded libm v0.2.16 |
| 739 | 2026-03-18T11:48:25.108Z | Downloaded target-spec v3.5.7 |
| 740 | 2026-03-18T11:48:25.111Z | Downloaded h2 v0.4.13 |
| 741 | 2026-03-18T11:48:25.115Z | Downloaded target-lexicon v0.13.3 |
| 742 | 2026-03-18T11:48:25.118Z | Downloaded spin v0.9.8 |
| 743 | 2026-03-18T11:48:25.121Z | Downloaded bitvec v1.0.1 |
| 744 | 2026-03-18T11:48:25.131Z | Downloaded toml_datetime v0.6.11 |
| 745 | 2026-03-18T11:48:25.133Z | Downloaded hkdf v0.12.4 |
| 746 | 2026-03-18T11:48:25.136Z | Downloaded termios v0.3.3 |
| 747 | 2026-03-18T11:48:25.136Z | Downloaded tower-layer v0.3.3 |
| 748 | 2026-03-18T11:48:25.139Z | Downloaded thiserror-impl v2.0.18 |
| 749 | 2026-03-18T11:48:25.139Z | Downloaded strum_macros v0.26.4 |
| 750 | 2026-03-18T11:48:25.142Z | Downloaded schemars v0.9.0 |
| 751 | 2026-03-18T11:48:25.150Z | Downloaded try-lock v0.2.5 |
| 752 | 2026-03-18T11:48:25.153Z | Downloaded trait-variant v0.1.2 |
| 753 | 2026-03-18T11:48:25.153Z | Downloaded thiserror-no-std v2.0.2 |
| 754 | 2026-03-18T11:48:25.156Z | Downloaded thiserror v1.0.69 |
| 755 | 2026-03-18T11:48:25.160Z | Downloaded thiserror v2.0.18 |
| 756 | 2026-03-18T11:48:25.164Z | Downloaded tinytemplate v1.2.1 |
| 757 | 2026-03-18T11:48:25.167Z | Downloaded tiny-keccak v2.0.2 |
| 758 | 2026-03-18T11:48:25.169Z | Downloaded typeid v1.0.3 |
| 759 | 2026-03-18T11:48:25.169Z | Downloaded socket2 v0.6.2 |
| 760 | 2026-03-18T11:48:25.172Z | Downloaded icu_properties_data v2.1.2 |
| 761 | 2026-03-18T11:48:25.179Z | Downloaded unarray v0.1.4 |
| 762 | 2026-03-18T11:48:25.186Z | Downloaded tokio-rustls v0.25.0 |
| 763 | 2026-03-18T11:48:25.189Z | Downloaded unicode-linebreak v0.1.5 |
| 764 | 2026-03-18T11:48:25.191Z | Downloaded unicode-truncate v1.1.0 |
| 765 | 2026-03-18T11:48:25.191Z | Downloaded tokio-tungstenite v0.21.0 |
| 766 | 2026-03-18T11:48:25.194Z | Downloaded tokio-macros v2.6.0 |
| 767 | 2026-03-18T11:48:25.194Z | Downloaded typify-macro v0.6.1 |
| 768 | 2026-03-18T11:48:25.197Z | Downloaded universal-hash v0.5.1 |
| 769 | 2026-03-18T11:48:25.197Z | Downloaded unicode-xid v0.2.6 |
| 770 | 2026-03-18T11:48:25.200Z | Downloaded rustls-webpki v0.103.9 |
| 771 | 2026-03-18T11:48:25.201Z | Downloaded tokio-tungstenite v0.23.1 |
| 772 | 2026-03-18T11:48:25.203Z | Downloaded snafu v0.8.9 |
| 773 | 2026-03-18T11:48:25.207Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 774 | 2026-03-18T11:48:25.209Z | Downloaded untrusted v0.9.0 |
| 775 | 2026-03-18T11:48:25.212Z | Downloaded untrusted v0.7.1 |
| 776 | 2026-03-18T11:48:25.212Z | Downloaded unit-prefix v0.5.2 |
| 777 | 2026-03-18T11:48:25.212Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 778 | 2026-03-18T11:48:25.215Z | Downloaded toml_write v0.1.2 |
| 779 | 2026-03-18T11:48:25.215Z | Downloaded slog v2.8.2 |
| 780 | 2026-03-18T11:48:25.218Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 781 | 2026-03-18T11:48:25.220Z | Downloaded termcolor v1.4.1 |
| 782 | 2026-03-18T11:48:25.220Z | Downloaded term v1.2.1 |
| 783 | 2026-03-18T11:48:25.223Z | Downloaded usdt v0.6.0 |
| 784 | 2026-03-18T11:48:25.226Z | Downloaded thiserror-impl v1.0.69 |
| 785 | 2026-03-18T11:48:25.226Z | Downloaded usdt v0.5.0 |
| 786 | 2026-03-18T11:48:25.241Z | Downloaded subprocess v0.2.15 |
| 787 | 2026-03-18T11:48:25.241Z | Downloaded tui-tree-widget v0.23.1 |
| 788 | 2026-03-18T11:48:25.241Z | Downloaded tls_codec v0.4.2 |
| 789 | 2026-03-18T11:48:25.241Z | Downloaded p521 v0.13.3 |
| 790 | 2026-03-18T11:48:25.241Z | Downloaded utf8_iter v1.0.4 |
| 791 | 2026-03-18T11:48:25.241Z | Downloaded bindgen v0.71.1 |
| 792 | 2026-03-18T11:48:25.245Z | Downloaded utf8parse v0.2.2 |
| 793 | 2026-03-18T11:48:25.245Z | Downloaded pest v2.8.6 |
| 794 | 2026-03-18T11:48:25.248Z | Downloaded tokio-stream v0.1.18 |
| 795 | 2026-03-18T11:48:25.252Z | Downloaded usdt-macro v0.5.0 |
| 796 | 2026-03-18T11:48:25.255Z | Downloaded unicase v2.9.0 |
| 797 | 2026-03-18T11:48:25.255Z | Downloaded utf-8 v0.7.6 |
| 798 | 2026-03-18T11:48:25.257Z | Downloaded wait-timeout v0.2.1 |
| 799 | 2026-03-18T11:48:25.257Z | Downloaded chrono v0.4.44 |
| 800 | 2026-03-18T11:48:25.262Z | Downloaded void v1.0.2 |
| 801 | 2026-03-18T11:48:25.265Z | Downloaded version_check v0.9.5 |
| 802 | 2026-03-18T11:48:25.265Z | Downloaded plotters v0.3.7 |
| 803 | 2026-03-18T11:48:25.271Z | Downloaded waitgroup v0.1.2 |
| 804 | 2026-03-18T11:48:25.274Z | Downloaded toml v0.8.23 |
| 805 | 2026-03-18T11:48:25.274Z | Downloaded usdt-macro v0.6.0 |
| 806 | 2026-03-18T11:48:25.277Z | Downloaded tokio-rustls v0.26.4 |
| 807 | 2026-03-18T11:48:25.277Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 808 | 2026-03-18T11:48:25.280Z | Downloaded textwrap v0.16.2 |
| 809 | 2026-03-18T11:48:25.282Z | Downloaded want v0.3.1 |
| 810 | 2026-03-18T11:48:25.282Z | Downloaded test-strategy v0.4.5 |
| 811 | 2026-03-18T11:48:25.285Z | Downloaded tracing-attributes v0.1.31 |
| 812 | 2026-03-18T11:48:25.287Z | Downloaded xshell-macros v0.2.7 |
| 813 | 2026-03-18T11:48:25.287Z | Downloaded rpassword v7.4.0 |
| 814 | 2026-03-18T11:48:25.290Z | Downloaded textwrap v0.15.2 |
| 815 | 2026-03-18T11:48:25.293Z | Downloaded tokio-rustls v0.24.1 |
| 816 | 2026-03-18T11:48:25.293Z | Downloaded usdt-attr-macro v0.6.0 |
| 817 | 2026-03-18T11:48:25.295Z | Downloaded usdt-attr-macro v0.5.0 |
| 818 | 2026-03-18T11:48:25.295Z | Downloaded tempfile v3.25.0 |
| 819 | 2026-03-18T11:48:25.298Z | Downloaded tls_codec_derive v0.4.2 |
| 820 | 2026-03-18T11:48:25.298Z | Downloaded twox-hash v2.1.2 |
| 821 | 2026-03-18T11:48:25.301Z | Downloaded xattr v1.6.1 |
| 822 | 2026-03-18T11:48:25.303Z | Downloaded usdt-impl v0.5.0 |
| 823 | 2026-03-18T11:48:25.303Z | Downloaded tokio-native-tls v0.3.1 |
| 824 | 2026-03-18T11:48:25.306Z | Downloaded tokio-dtrace v0.1.1 |
| 825 | 2026-03-18T11:48:25.306Z | Downloaded term v0.7.0 |
| 826 | 2026-03-18T11:48:25.309Z | Downloaded tinyvec v1.10.0 |
| 827 | 2026-03-18T11:48:25.311Z | Downloaded zeroize_derive v1.4.3 |
| 828 | 2026-03-18T11:48:25.311Z | Downloaded zerofrom-derive v0.1.6 |
| 829 | 2026-03-18T11:48:25.314Z | Downloaded tar v0.4.44 |
| 830 | 2026-03-18T11:48:25.317Z | Downloaded zerofrom v0.1.6 |
| 831 | 2026-03-18T11:48:25.317Z | Downloaded ucd-trie v0.1.7 |
| 832 | 2026-03-18T11:48:25.319Z | Downloaded signal-hook v0.3.18 |
| 833 | 2026-03-18T11:48:25.322Z | Downloaded schemars v1.2.1 |
| 834 | 2026-03-18T11:48:25.331Z | Downloaded vsss-rs v3.3.4 |
| 835 | 2026-03-18T11:48:25.333Z | Downloaded uzers v0.12.2 |
| 836 | 2026-03-18T11:48:25.336Z | Downloaded zone_cfg_derive v0.3.1 |
| 837 | 2026-03-18T11:48:25.336Z | Downloaded zone v0.3.1 |
| 838 | 2026-03-18T11:48:25.336Z | Downloaded vergen-gitcl v1.0.8 |
| 839 | 2026-03-18T11:48:25.338Z | Downloaded walkdir v2.5.0 |
| 840 | 2026-03-18T11:48:25.341Z | Downloaded vergen-git2 v1.0.7 |
| 841 | 2026-03-18T11:48:25.341Z | Downloaded steno v0.4.1 |
| 842 | 2026-03-18T11:48:25.344Z | Downloaded whoami v1.6.1 |
| 843 | 2026-03-18T11:48:25.348Z | Downloaded russh v0.45.0 |
| 844 | 2026-03-18T11:48:25.351Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 845 | 2026-03-18T11:48:25.354Z | Downloaded rustyline v14.0.0 |
| 846 | 2026-03-18T11:48:25.357Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 847 | 2026-03-18T11:48:25.359Z | Downloaded whoami v2.1.0 |
| 848 | 2026-03-18T11:48:25.362Z | Downloaded wyz v0.5.1 |
| 849 | 2026-03-18T11:48:25.364Z | Downloaded ron v0.12.0 |
| 850 | 2026-03-18T11:48:25.368Z | Downloaded yoke-derive v0.8.1 |
| 851 | 2026-03-18T11:48:25.371Z | Downloaded tungstenite v0.23.0 |
| 852 | 2026-03-18T11:48:25.373Z | Downloaded usdt-impl v0.6.0 |
| 853 | 2026-03-18T11:48:25.376Z | Downloaded xz2 v0.1.7 |
| 854 | 2026-03-18T11:48:25.376Z | Downloaded trybuild v1.0.116 |
| 855 | 2026-03-18T11:48:25.378Z | Downloaded yoke v0.8.1 |
| 856 | 2026-03-18T11:48:25.381Z | Downloaded zeroize v1.8.2 |
| 857 | 2026-03-18T11:48:25.383Z | Downloaded typify v0.6.1 |
| 858 | 2026-03-18T11:48:25.386Z | Downloaded git2 v0.20.4 |
| 859 | 2026-03-18T11:48:25.391Z | Downloaded typify v0.4.3 |
| 860 | 2026-03-18T11:48:25.394Z | Downloaded unicode-ident v1.0.24 |
| 861 | 2026-03-18T11:48:25.397Z | Downloaded unicode-bidi v0.3.18 |
| 862 | 2026-03-18T11:48:25.399Z | Downloaded vergen v9.0.6 |
| 863 | 2026-03-18T11:48:25.402Z | Downloaded zerovec-derive v0.11.2 |
| 864 | 2026-03-18T11:48:25.402Z | Downloaded zstd v0.13.3 |
| 865 | 2026-03-18T11:48:25.405Z | Downloaded unicode-properties v0.1.4 |
| 866 | 2026-03-18T11:48:25.407Z | Downloaded xshell v0.2.7 |
| 867 | 2026-03-18T11:48:25.407Z | Downloaded writeable v0.6.2 |
| 868 | 2026-03-18T11:48:25.410Z | Downloaded reedline v0.40.0 |
| 869 | 2026-03-18T11:48:25.414Z | Downloaded unsafe-libyaml v0.2.11 |
| 870 | 2026-03-18T11:48:25.416Z | Downloaded reqwest v0.12.28 |
| 871 | 2026-03-18T11:48:25.421Z | Downloaded yasna v0.5.2 |
| 872 | 2026-03-18T11:48:25.424Z | Downloaded tracing-core v0.1.36 |
| 873 | 2026-03-18T11:48:25.426Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 874 | 2026-03-18T11:48:25.429Z | Downloaded p384 v0.13.1 |
| 875 | 2026-03-18T11:48:25.432Z | Downloaded tungstenite v0.21.0 |
| 876 | 2026-03-18T11:48:25.435Z | Downloaded vergen-lib v0.1.6 |
| 877 | 2026-03-18T11:48:25.438Z | Downloaded zerocopy-derive v0.7.35 |
| 878 | 2026-03-18T11:48:25.440Z | Downloaded regex v1.12.3 |
| 879 | 2026-03-18T11:48:25.444Z | Downloaded goblin v0.10.5 |
| 880 | 2026-03-18T11:48:25.449Z | Downloaded uuid v1.21.0 |
| 881 | 2026-03-18T11:48:25.452Z | Downloaded zstd-safe v7.2.4 |
| 882 | 2026-03-18T11:48:25.455Z | Downloaded zmij v1.0.21 |
| 883 | 2026-03-18T11:48:25.455Z | Downloaded vte v0.14.1 |
| 884 | 2026-03-18T11:48:25.458Z | Downloaded toml v0.7.8 |
| 885 | 2026-03-18T11:48:25.461Z | Downloaded samael v0.0.19 |
| 886 | 2026-03-18T11:48:25.464Z | Downloaded aws-lc-rs v1.16.0 |
| 887 | 2026-03-18T11:48:25.472Z | Downloaded toml_edit v0.22.27 |
| 888 | 2026-03-18T11:48:25.475Z | Downloaded reqwest v0.13.2 |
| 889 | 2026-03-18T11:48:25.480Z | Downloaded quick-xml v0.37.5 |
| 890 | 2026-03-18T11:48:25.485Z | Downloaded zerocopy v0.6.6 |
| 891 | 2026-03-18T11:48:25.487Z | Downloaded typenum v1.19.0 |
| 892 | 2026-03-18T11:48:25.490Z | Downloaded ssh-key v0.6.7 |
| 893 | 2026-03-18T11:48:25.494Z | Downloaded typify-macro v0.4.3 |
| 894 | 2026-03-18T11:48:25.497Z | Downloaded serde v1.0.228 |
| 895 | 2026-03-18T11:48:25.499Z | Downloaded tokio-postgres v0.7.16 |
| 896 | 2026-03-18T11:48:25.502Z | Downloaded rand v0.10.0 |
| 897 | 2026-03-18T11:48:25.505Z | Downloaded zopfli v0.8.3 |
| 898 | 2026-03-18T11:48:25.507Z | Downloaded toml_edit v0.19.15 |
| 899 | 2026-03-18T11:48:25.519Z | Downloaded url v2.5.8 |
| 900 | 2026-03-18T11:48:25.521Z | Downloaded lalrpop v0.19.12 |
| 901 | 2026-03-18T11:48:25.530Z | Downloaded portable-atomic v1.13.1 |
| 902 | 2026-03-18T11:48:25.537Z | Downloaded yansi v1.0.1 |
| 903 | 2026-03-18T11:48:25.539Z | Downloaded rayon v1.11.0 |
| 904 | 2026-03-18T11:48:25.546Z | Downloaded unicode_categories v0.1.1 |
| 905 | 2026-03-18T11:48:25.549Z | Downloaded zip v0.6.6 |
| 906 | 2026-03-18T11:48:25.551Z | Downloaded moka v0.12.13 |
| 907 | 2026-03-18T11:48:25.557Z | Downloaded tower v0.5.3 |
| 908 | 2026-03-18T11:48:25.565Z | Downloaded tinystr v0.8.2 |
| 909 | 2026-03-18T11:48:25.567Z | Downloaded time-macros v0.2.27 |
| 910 | 2026-03-18T11:48:25.570Z | Downloaded thread_local v1.1.9 |
| 911 | 2026-03-18T11:48:25.570Z | Downloaded goblin v0.8.2 |
| 912 | 2026-03-18T11:48:25.574Z | Downloaded zerotrie v0.2.3 |
| 913 | 2026-03-18T11:48:25.577Z | Downloaded zerocopy-derive v0.8.40 |
| 914 | 2026-03-18T11:48:25.583Z | Downloaded salty v0.3.0 |
| 915 | 2026-03-18T11:48:25.589Z | Downloaded x509-cert v0.2.5 |
| 916 | 2026-03-18T11:48:25.593Z | Downloaded gimli v0.32.3 |
| 917 | 2026-03-18T11:48:25.600Z | Downloaded tokio-util v0.7.18 |
| 918 | 2026-03-18T11:48:25.606Z | Downloaded curve25519-dalek v4.1.3 |
| 919 | 2026-03-18T11:48:25.612Z | Downloaded tower-http v0.6.8 |
| 920 | 2026-03-18T11:48:25.619Z | Downloaded bstr v1.12.1 |
| 921 | 2026-03-18T11:48:25.626Z | Downloaded proptest v1.10.0 |
| 922 | 2026-03-18T11:48:25.632Z | Downloaded unicode-normalization v0.1.25 |
| 923 | 2026-03-18T11:48:25.635Z | Downloaded petname v2.0.2 |
| 924 | 2026-03-18T11:48:25.639Z | Downloaded rustls-webpki v0.102.8 |
| 925 | 2026-03-18T11:48:25.653Z | Downloaded tough v0.20.0 |
| 926 | 2026-03-18T11:48:25.659Z | Downloaded radix_trie v0.2.1 |
| 927 | 2026-03-18T11:48:25.663Z | Downloaded zip v4.6.1 |
| 928 | 2026-03-18T11:48:25.666Z | Downloaded nix v0.27.1 |
| 929 | 2026-03-18T11:48:25.674Z | Downloaded quinn-proto v0.11.13 |
| 930 | 2026-03-18T11:48:25.680Z | Downloaded polar-core v0.27.3 |
| 931 | 2026-03-18T11:48:25.686Z | Downloaded serde_with v3.17.0 |
| 932 | 2026-03-18T11:48:25.696Z | Downloaded zerovec v0.11.5 |
| 933 | 2026-03-18T11:48:25.700Z | Downloaded nix v0.29.0 |
| 934 | 2026-03-18T11:48:25.710Z | Downloaded object v0.30.4 |
| 935 | 2026-03-18T11:48:25.716Z | Downloaded winnow v0.6.26 |
| 936 | 2026-03-18T11:48:25.723Z | Downloaded winnow v0.5.40 |
| 937 | 2026-03-18T11:48:25.729Z | Downloaded nix v0.28.0 |
| 938 | 2026-03-18T11:48:25.737Z | Downloaded object v0.37.3 |
| 939 | 2026-03-18T11:48:25.746Z | Downloaded tabled v0.15.0 |
| 940 | 2026-03-18T11:48:25.758Z | Downloaded zerocopy v0.7.35 |
| 941 | 2026-03-18T11:48:25.770Z | Downloaded winnow v0.7.14 |
| 942 | 2026-03-18T11:48:25.778Z | Downloaded syn v1.0.109 |
| 943 | 2026-03-18T11:48:25.786Z | Downloaded regex-syntax v0.6.29 |
| 944 | 2026-03-18T11:48:25.791Z | Downloaded openapiv3 v2.2.0 |
| 945 | 2026-03-18T11:48:25.800Z | Downloaded diesel v2.3.7 |
| 946 | 2026-03-18T11:48:25.817Z | Downloaded zlib-rs v0.6.2 |
| 947 | 2026-03-18T11:48:25.821Z | Downloaded rustls v0.22.4 |
| 948 | 2026-03-18T11:48:25.831Z | Downloaded webpki-roots v1.0.6 |
| 949 | 2026-03-18T11:48:25.834Z | Downloaded unicode-width v0.1.14 |
| 950 | 2026-03-18T11:48:25.840Z | Downloaded hickory-proto v0.25.2 |
| 951 | 2026-03-18T11:48:25.850Z | Downloaded syn v2.0.117 |
| 952 | 2026-03-18T11:48:25.860Z | Downloaded zerocopy v0.8.40 |
| 953 | 2026-03-18T11:48:25.867Z | Downloaded unicode-width v0.2.0 |
| 954 | 2026-03-18T11:48:25.872Z | Downloaded rustix v0.38.44 |
| 955 | 2026-03-18T11:48:25.890Z | Downloaded rustls v0.23.37 |
| 956 | 2026-03-18T11:48:25.898Z | Downloaded regex-syntax v0.8.10 |
| 957 | 2026-03-18T11:48:25.904Z | Downloaded regress v0.10.5 |
| 958 | 2026-03-18T11:48:25.911Z | Downloaded rustix v1.1.3 |
| 959 | 2026-03-18T11:48:25.930Z | Downloaded vcpkg v0.2.15 |
| 960 | 2026-03-18T11:48:25.960Z | Downloaded smoltcp v0.11.0 |
| 961 | 2026-03-18T11:48:25.969Z | Downloaded hickory-proto v0.24.4 |
| 962 | 2026-03-18T11:48:25.980Z | Downloaded dropshot v0.16.7 |
| 963 | 2026-03-18T11:48:25.996Z | Downloaded sqlparser v0.61.0 |
| 964 | 2026-03-18T11:48:26.004Z | Downloaded time v0.3.47 |
| 965 | 2026-03-18T11:48:26.013Z | Downloaded sled v0.34.7 |
| 966 | 2026-03-18T11:48:26.021Z | Downloaded tabled v0.20.0 |
| 967 | 2026-03-18T11:48:26.035Z | Downloaded typify-impl v0.6.1 |
| 968 | 2026-03-18T11:48:26.046Z | Downloaded tracing v0.1.44 |
| 969 | 2026-03-18T11:48:26.063Z | Downloaded typify-impl v0.4.3 |
| 970 | 2026-03-18T11:48:26.074Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 971 | 2026-03-18T11:48:26.084Z | Downloaded ratatui v0.29.0 |
| 972 | 2026-03-18T11:48:26.098Z | Downloaded rustls v0.21.12 |
| 973 | 2026-03-18T11:48:26.107Z | Downloaded regex-automata v0.4.14 |
| 974 | 2026-03-18T11:48:26.119Z | Downloaded nix v0.31.1 |
| 975 | 2026-03-18T11:48:26.128Z | Downloaded zerocopy-derive v0.6.6 |
| 976 | 2026-03-18T11:48:26.136Z | Downloaded petgraph v0.6.5 |
| 977 | 2026-03-18T11:48:26.150Z | Downloaded lzma-sys v0.1.20 |
| 978 | 2026-03-18T11:48:26.171Z | Downloaded chrono-tz v0.10.4 |
| 979 | 2026-03-18T11:48:26.186Z | Downloaded jiff v0.2.21 |
| 980 | 2026-03-18T11:48:26.199Z | Downloaded smoltcp v0.9.1 |
| 981 | 2026-03-18T11:48:26.207Z | Downloaded libc v0.2.180 |
| 982 | 2026-03-18T11:48:26.233Z | Downloaded csv v1.4.0 |
| 983 | 2026-03-18T11:48:26.249Z | Downloaded openssl v0.10.75 |
| 984 | 2026-03-18T11:48:26.256Z | Downloaded unicode-segmentation v1.12.0 |
| 985 | 2026-03-18T11:48:26.259Z | Downloaded typed-path v0.9.3 |
| 986 | 2026-03-18T11:48:26.262Z | Downloaded serde_json v1.0.149 |
| 987 | 2026-03-18T11:48:26.267Z | Downloaded petgraph v0.8.3 |
| 988 | 2026-03-18T11:48:26.284Z | Downloaded libz-sys v1.1.24 |
| 989 | 2026-03-18T11:48:26.300Z | Downloaded rustls-webpki v0.101.7 |
| 990 | 2026-03-18T11:48:26.311Z | Downloaded blake3 v1.8.3 |
| 991 | 2026-03-18T11:48:26.317Z | Downloaded tower-service v0.3.3 |
| 992 | 2026-03-18T11:48:26.320Z | Downloaded topological-sort v0.2.2 |
| 993 | 2026-03-18T11:48:26.320Z | Downloaded socket2 v0.5.10 |
| 994 | 2026-03-18T11:48:26.320Z | Downloaded similar v2.7.0 |
| 995 | 2026-03-18T11:48:26.323Z | Downloaded serde_yaml v0.9.34+deprecated |
| 996 | 2026-03-18T11:48:26.326Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 997 | 2026-03-18T11:48:26.340Z | Downloaded tokio v1.49.0 |
| 998 | 2026-03-18T11:48:26.369Z | Downloaded sha3 v0.10.8 |
| 999 | 2026-03-18T11:48:26.374Z | Downloaded rand v0.8.5 |
| 1000 | 2026-03-18T11:48:26.376Z | Downloaded publicsuffix v2.3.0 |
| 1001 | 2026-03-18T11:48:26.379Z | Downloaded itertools v0.14.0 |
| 1002 | 2026-03-18T11:48:26.383Z | Downloaded smallvec v1.15.1 |
| 1003 | 2026-03-18T11:48:26.386Z | Downloaded serde_core v1.0.228 |
| 1004 | 2026-03-18T11:48:26.389Z | Downloaded itertools v0.13.0 |
| 1005 | 2026-03-18T11:48:26.392Z | Downloaded itertools v0.12.1 |
| 1006 | 2026-03-18T11:48:26.398Z | Downloaded termtree v0.5.1 |
| 1007 | 2026-03-18T11:48:26.401Z | Downloaded terminal_size v0.4.3 |
| 1008 | 2026-03-18T11:48:26.401Z | Downloaded terminal_size v0.1.17 |
| 1009 | 2026-03-18T11:48:26.401Z | Downloaded target-triple v1.0.0 |
| 1010 | 2026-03-18T11:48:26.403Z | Downloaded support-bundle-viewer v0.1.2 |
| 1011 | 2026-03-18T11:48:26.403Z | Downloaded strum_macros v0.27.2 |
| 1012 | 2026-03-18T11:48:26.403Z | Downloaded strum_macros v0.24.3 |
| 1013 | 2026-03-18T11:48:26.406Z | Downloaded quinn v0.11.9 |
| 1014 | 2026-03-18T11:48:26.409Z | Downloaded qorb v0.4.1 |
| 1015 | 2026-03-18T11:48:26.412Z | Downloaded num-bigint v0.4.6 |
| 1016 | 2026-03-18T11:48:26.414Z | Downloaded nom v7.1.3 |
| 1017 | 2026-03-18T11:48:26.417Z | Downloaded subtle v2.6.1 |
| 1018 | 2026-03-18T11:48:26.420Z | Downloaded signal-hook-tokio v0.3.1 |
| 1019 | 2026-03-18T11:48:26.420Z | Downloaded encoding_rs v0.8.35 |
| 1020 | 2026-03-18T11:48:26.435Z | Downloaded smallvec v0.6.14 |
| 1021 | 2026-03-18T11:48:26.438Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1022 | 2026-03-18T11:48:26.441Z | Downloaded clap_builder v4.5.60 |
| 1023 | 2026-03-18T11:48:26.444Z | Downloaded serde_cbor v0.11.2 |
| 1024 | 2026-03-18T11:48:26.446Z | Downloaded hashbrown v0.14.5 |
| 1025 | 2026-03-18T11:48:26.450Z | Downloaded postgres-protocol v0.6.10 |
| 1026 | 2026-03-18T11:48:26.452Z | Downloaded polyval v0.6.2 |
| 1027 | 2026-03-18T11:48:26.452Z | Downloaded parking_lot_core v0.9.12 |
| 1028 | 2026-03-18T11:48:26.455Z | Downloaded parking_lot v0.11.2 |
| 1029 | 2026-03-18T11:48:26.457Z | Downloaded icu_collections v2.1.1 |
| 1030 | 2026-03-18T11:48:26.460Z | Downloaded expectorate v1.2.0 |
| 1031 | 2026-03-18T11:48:26.462Z | Downloaded partial-io v0.5.4 |
| 1032 | 2026-03-18T11:48:26.465Z | Downloaded icu_provider v2.1.1 |
| 1033 | 2026-03-18T11:48:26.465Z | Downloaded flate2 v1.1.9 |
| 1034 | 2026-03-18T11:48:26.468Z | Downloaded potential_utf v0.1.4 |
| 1035 | 2026-03-18T11:48:26.471Z | Downloaded multer v3.1.0 |
| 1036 | 2026-03-18T11:48:26.471Z | Downloaded hyper-staticfile v0.10.1 |
| 1037 | 2026-03-18T11:48:26.474Z | Downloaded httptest v0.16.4 |
| 1038 | 2026-03-18T11:48:26.476Z | Downloaded httparse v1.10.1 |
| 1039 | 2026-03-18T11:48:26.476Z | Downloaded dropshot_endpoint v0.16.7 |
| 1040 | 2026-03-18T11:48:26.479Z | Downloaded newline-converter v0.3.0 |
| 1041 | 2026-03-18T11:48:26.479Z | Downloaded libefi-sys v0.1.0 |
| 1042 | 2026-03-18T11:48:26.482Z | Downloaded knuffel-derive v3.2.0 |
| 1043 | 2026-03-18T11:48:26.482Z | Downloaded hyper-rustls v0.27.7 |
| 1044 | 2026-03-18T11:48:26.484Z | Downloaded getrandom v0.4.1 |
| 1045 | 2026-03-18T11:48:26.487Z | Downloaded derive_more-impl v2.1.1 |
| 1046 | 2026-03-18T11:48:26.489Z | Downloaded base64 v0.21.7 |
| 1047 | 2026-03-18T11:48:26.492Z | Downloaded const_format v0.2.35 |
| 1048 | 2026-03-18T11:48:26.495Z | Downloaded ingot v0.1.1 |
| 1049 | 2026-03-18T11:48:26.497Z | Downloaded http-body-util v0.1.3 |
| 1050 | 2026-03-18T11:48:26.497Z | Downloaded highway v1.3.0 |
| 1051 | 2026-03-18T11:48:26.500Z | Downloaded darling v0.20.11 |
| 1052 | 2026-03-18T11:48:26.503Z | Downloaded darling v0.21.3 |
| 1053 | 2026-03-18T11:48:26.505Z | Downloaded des v0.8.1 |
| 1054 | 2026-03-18T11:48:26.508Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1055 | 2026-03-18T11:48:26.550Z | Downloaded ring v0.17.14 |
| 1056 | 2026-03-18T11:48:26.582Z | Downloaded colored v2.2.0 |
| 1057 | 2026-03-18T11:48:26.584Z | Downloaded clang-sys v1.8.1 |
| 1058 | 2026-03-18T11:48:26.587Z | Downloaded cookie_store v0.22.1 |
| 1059 | 2026-03-18T11:48:26.587Z | Downloaded console v0.15.11 |
| 1060 | 2026-03-18T11:48:26.590Z | Downloaded const-oid v0.9.6 |
| 1061 | 2026-03-18T11:48:26.590Z | Downloaded httpmock v0.8.3 |
| 1062 | 2026-03-18T11:48:26.607Z | Downloaded fixedbitset v0.4.2 |
| 1063 | 2026-03-18T11:48:26.609Z | Downloaded fallible-iterator v0.2.0 |
| 1064 | 2026-03-18T11:48:26.609Z | Downloaded either v1.15.0 |
| 1065 | 2026-03-18T11:48:26.609Z | Downloaded derive_more v0.99.20 |
| 1066 | 2026-03-18T11:48:26.612Z | Downloaded corncobs v0.1.4 |
| 1067 | 2026-03-18T11:48:26.615Z | Downloaded cassowary v0.3.0 |
| 1068 | 2026-03-18T11:48:26.615Z | Downloaded bytecount v0.6.9 |
| 1069 | 2026-03-18T11:48:26.617Z | Downloaded ahash v0.8.12 |
| 1070 | 2026-03-18T11:48:26.620Z | Downloaded crc32fast v1.5.0 |
| 1071 | 2026-03-18T11:48:26.620Z | Downloaded ecdsa v0.16.9 |
| 1072 | 2026-03-18T11:48:26.623Z | Downloaded drift v0.1.3 |
| 1073 | 2026-03-18T11:48:26.625Z | Downloaded backon v1.6.0 |
| 1074 | 2026-03-18T11:48:26.628Z | Downloaded cargo-util-schemas v0.8.2 |
| 1075 | 2026-03-18T11:48:26.628Z | Downloaded futures-task v0.3.32 |
| 1076 | 2026-03-18T11:48:26.631Z | Downloaded daft v0.1.5 |
| 1077 | 2026-03-18T11:48:26.631Z | Downloaded camino-tempfile v1.4.1 |
| 1078 | 2026-03-18T11:48:26.631Z | Downloaded buf-list v1.1.2 |
| 1079 | 2026-03-18T11:48:26.633Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1080 | 2026-03-18T11:48:26.633Z | Downloaded cipher v0.4.4 |
| 1081 | 2026-03-18T11:48:26.636Z | Downloaded dtrace-parser v0.3.0 |
| 1082 | 2026-03-18T11:48:26.636Z | Downloaded bit-vec v0.8.0 |
| 1083 | 2026-03-18T11:48:26.636Z | Downloaded cfg-expr v0.20.6 |
| 1084 | 2026-03-18T11:48:26.639Z | Downloaded async-lock v3.4.2 |
| 1085 | 2026-03-18T11:48:26.642Z | Downloaded dyn-clone v1.0.20 |
| 1086 | 2026-03-18T11:48:26.642Z | Downloaded dsl_auto_type v0.2.0 |
| 1087 | 2026-03-18T11:48:26.642Z | Downloaded cookie v0.18.1 |
| 1088 | 2026-03-18T11:48:26.645Z | Downloaded convert_case v0.10.0 |
| 1089 | 2026-03-18T11:48:26.645Z | Downloaded bitfield v0.19.4 |
| 1090 | 2026-03-18T11:48:26.648Z | Downloaded bit-vec v0.6.3 |
| 1091 | 2026-03-18T11:48:26.648Z | Downloaded backoff v0.4.0 |
| 1092 | 2026-03-18T11:48:27.109Z | Downloaded aws-lc-sys v0.37.1 |
| 1093 | 2026-03-18T11:48:27.646Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1094 | 2026-03-18T11:48:31.693Z | Startup: Refreshing catalog 'helios' ... Done |
| 1095 | 2026-03-18T11:48:31.741Z | Startup: Caching catalogs ... Done |
| 1096 | 2026-03-18T11:48:31.916Z | Planning: Solver setup ... Done (0.132s) |
| 1097 | 2026-03-18T11:48:31.931Z | Planning: Running solver ... Done (0.016s) |
| 1098 | 2026-03-18T11:48:31.936Z | Planning: Finding local manifests ... Done (0.002s) |
| 1099 | 2026-03-18T11:48:31.949Z | Planning: Fetching manifests: 0/2 0% complete |
| 1100 | 2026-03-18T11:48:31.975Z | Planning: Fetching manifests: 2/2 100% complete |
| 1101 | 2026-03-18T11:48:31.993Z | Planning: Package planning ... Done (0.018s) |
| 1102 | 2026-03-18T11:48:31.996Z | Planning: Merging actions ... Done (0.002s) |
| 1103 | 2026-03-18T11:48:32.257Z | Planning: Checking for conflicting actions ... Done (0.260s) |
| 1104 | 2026-03-18T11:48:32.260Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1105 | 2026-03-18T11:48:33.208Z | Planning: Evaluating mediators ... Done (0.948s) |
| 1106 | 2026-03-18T11:48:33.211Z | Planning: Planning completed in 1.44 seconds |
| 1107 | 2026-03-18T11:48:33.219Z | Packages to install: 2 |
| 1108 | 2026-03-18T11:48:33.219Z | Estimated space available: 155.71 GB |
| 1109 | 2026-03-18T11:48:33.219Z | Estimated space to be consumed: 14.22 MB |
| 1110 | 2026-03-18T11:48:33.222Z | Create boot environment: No |
| 1111 | 2026-03-18T11:48:33.222Z | Create backup boot environment: No |
| 1112 | 2026-03-18T11:48:33.222Z | Rebuild boot archive: No |
| 1113 | 2026-03-18T11:48:33.222Z | |
| 1114 | 2026-03-18T11:48:33.222Z | Changed packages: |
| 1115 | 2026-03-18T11:48:33.222Z | helios |
| 1116 | 2026-03-18T11:48:33.222Z | developer/build-essential |
| 1117 | 2026-03-18T11:48:33.222Z | None -> 11-3.0 |
| 1118 | 2026-03-18T11:48:33.222Z | library/libxmlsec1 |
| 1119 | 2026-03-18T11:48:33.222Z | None -> 1.2.35-3.0 |
| 1120 | 2026-03-18T11:48:33.252Z | |
| 1121 | 2026-03-18T11:48:33.252Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1122 | 2026-03-18T11:48:33.984Z | Download: Completed 1.28 MB in 0.73 seconds (1.8M/s) |
| 1123 | 2026-03-18T11:48:34.087Z | Actions: 1/268 actions (Installing new actions) |
| 1124 | 2026-03-18T11:48:34.144Z | Actions: Completed 268 actions in 0.06 seconds. |
| 1125 | 2026-03-18T11:48:34.149Z | Finalize: Updating package state database ... Done (0.005s) |
| 1126 | 2026-03-18T11:48:34.152Z | Finalize: Updating package cache ... Done (0.000s) |
| 1127 | 2026-03-18T11:48:34.160Z | Finalize: Updating image state ... Done (0.011s) |
| 1128 | 2026-03-18T11:48:37.440Z | Finalize: Creating fast lookup database ... Done (3.252s) |
| 1129 | 2026-03-18T11:48:37.519Z | Finalize: Reading search index ... Done (0.015s) |
| 1130 | 2026-03-18T11:48:37.522Z | Finalize: Updating search index ... Done (0.000s) |
| 1131 | 2026-03-18T11:48:37.635Z | Finalize: Updating package cache ... Done (0.000s) |
| 1132 | 2026-03-18T11:48:38.011Z | Planning: Evaluating mediator changes ... Done |
| 1133 | 2026-03-18T11:48:38.149Z | Planning: Checking for conflicting actions ... Done |
| 1134 | 2026-03-18T11:48:38.152Z | Planning: Consolidating action changes ... Done |
| 1135 | 2026-03-18T11:48:38.387Z | Planning: Evaluating mediators ... Done |
| 1136 | 2026-03-18T11:48:38.390Z | Planning: Planning completed in 0.38 seconds |
| 1137 | 2026-03-18T11:48:38.420Z | Mediators to change: 2 |
| 1138 | 2026-03-18T11:48:38.420Z | Create boot environment: No |
| 1139 | 2026-03-18T11:48:38.420Z | Create backup boot environment: No |
| 1140 | 2026-03-18T11:48:38.552Z | Finalize: Updating package state database ... Done |
| 1141 | 2026-03-18T11:48:38.552Z | Finalize: Updating package cache ... Done |
| 1142 | 2026-03-18T11:48:38.560Z | Finalize: Updating image state ... Done |
| 1143 | 2026-03-18T11:48:41.311Z | Finalize: Creating fast lookup database ... Done |
| 1144 | 2026-03-18T11:48:41.390Z | Finalize: Reading search index ... Done |
| 1145 | 2026-03-18T11:48:41.392Z | Finalize: Updating search index ... Done |
| 1146 | 2026-03-18T11:48:41.489Z | Finalize: Updating package cache ... Done |
| 1147 | 2026-03-18T11:48:41.860Z | Planning: Evaluating mediator changes ... Done |
| 1148 | 2026-03-18T11:48:41.998Z | Planning: Checking for conflicting actions ... Done |
| 1149 | 2026-03-18T11:48:42.002Z | Planning: Consolidating action changes ... Done |
| 1150 | 2026-03-18T11:48:42.237Z | Planning: Evaluating mediators ... Done |
| 1151 | 2026-03-18T11:48:42.239Z | Planning: Planning completed in 0.38 seconds |
| 1152 | 2026-03-18T11:48:42.269Z | Mediators to change: 1 |
| 1153 | 2026-03-18T11:48:42.269Z | Create boot environment: No |
| 1154 | 2026-03-18T11:48:42.269Z | Create backup boot environment: No |
| 1155 | 2026-03-18T11:48:42.348Z | Finalize: Updating package state database ... Done |
| 1156 | 2026-03-18T11:48:42.348Z | Finalize: Updating package cache ... Done |
| 1157 | 2026-03-18T11:48:42.356Z | Finalize: Updating image state ... Done |
| 1158 | 2026-03-18T11:48:45.087Z | Finalize: Creating fast lookup database ... Done |
| 1159 | 2026-03-18T11:48:45.162Z | Finalize: Reading search index ... Done |
| 1160 | 2026-03-18T11:48:45.165Z | Finalize: Updating search index ... Done |
| 1161 | 2026-03-18T11:48:45.246Z | Finalize: Updating package cache ... Done |
| 1162 | 2026-03-18T11:48:45.658Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1163 | 2026-03-18T11:48:45.658Z | apache system 2.4 system |
| 1164 | 2026-03-18T11:48:45.658Z | clang system 15 system |
| 1165 | 2026-03-18T11:48:45.658Z | csh system system illumos |
| 1166 | 2026-03-18T11:48:45.658Z | ctags system system illumos |
| 1167 | 2026-03-18T11:48:45.658Z | file vendor vendor darwinsys |
| 1168 | 2026-03-18T11:48:45.658Z | file system system illumos |
| 1169 | 2026-03-18T11:48:45.658Z | gcc vendor 14 vendor |
| 1170 | 2026-03-18T11:48:45.658Z | gcc system 13 system |
| 1171 | 2026-03-18T11:48:45.658Z | gcc system 10 system |
| 1172 | 2026-03-18T11:48:45.658Z | go system 1.25 system |
| 1173 | 2026-03-18T11:48:45.658Z | llvm system 15 system |
| 1174 | 2026-03-18T11:48:45.658Z | mariadb system 11.4 system |
| 1175 | 2026-03-18T11:48:45.658Z | mta vendor vendor dma |
| 1176 | 2026-03-18T11:48:45.658Z | openjdk system 17 system |
| 1177 | 2026-03-18T11:48:45.658Z | openjdk system 11 system |
| 1178 | 2026-03-18T11:48:45.658Z | openssl vendor 3 vendor |
| 1179 | 2026-03-18T11:48:45.658Z | perl system 5.40 system |
| 1180 | 2026-03-18T11:48:45.658Z | postgresql system 18 system |
| 1181 | 2026-03-18T11:48:45.658Z | postgresql system 17 system |
| 1182 | 2026-03-18T11:48:45.658Z | python vendor 3 vendor |
| 1183 | 2026-03-18T11:48:45.659Z | python system 2 system |
| 1184 | 2026-03-18T11:48:45.659Z | python3 vendor 3.13 vendor |
| 1185 | 2026-03-18T11:48:45.659Z | ruby system 3.4 system |
| 1186 | 2026-03-18T11:48:45.659Z | ruby system 3.0 system |
| 1187 | 2026-03-18T11:48:45.659Z | words vendor vendor american-english |
| 1188 | 2026-03-18T11:48:45.659Z | words system system australian-english |
| 1189 | 2026-03-18T11:48:45.659Z | words system system british-english |
| 1190 | 2026-03-18T11:48:45.659Z | words system system canadian-english |
| 1191 | 2026-03-18T11:48:45.659Z | words system system french |
| 1192 | 2026-03-18T11:48:45.659Z | words system system italian |
| 1193 | 2026-03-18T11:48:45.659Z | words system system ngerman |
| 1194 | 2026-03-18T11:48:45.659Z | words system system ogerman |
| 1195 | 2026-03-18T11:48:45.659Z | words system system spanish |
| 1196 | 2026-03-18T11:48:45.993Z | PUBLISHER TYPE STATUS P LOCATION |
| 1197 | 2026-03-18T11:48:45.993Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1198 | 2026-03-18T11:48:46.338Z | FMRI IFO |
| 1199 | 2026-03-18T11:48:46.338Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1200 | 2026-03-18T11:48:46.338Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1201 | 2026-03-18T11:48:46.338Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1202 | 2026-03-18T11:48:46.338Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1203 | 2026-03-18T11:48:46.338Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1204 | 2026-03-18T11:48:46.338Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1205 | 2026-03-18T11:48:46.338Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1206 | 2026-03-18T11:48:46.338Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1207 | 2026-03-18T11:48:46.338Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1208 | 2026-03-18T11:48:47.066Z | Downloading crates ... |
| 1209 | 2026-03-18T11:48:47.139Z | Downloaded cargo_toml v0.21.0 |
| 1210 | 2026-03-18T11:48:47.204Z | Compiling proc-macro2 v1.0.106 |
| 1211 | 2026-03-18T11:48:47.207Z | Compiling quote v1.0.44 |
| 1212 | 2026-03-18T11:48:47.207Z | Compiling unicode-ident v1.0.24 |
| 1213 | 2026-03-18T11:48:47.207Z | Compiling serde_core v1.0.228 |
| 1214 | 2026-03-18T11:48:47.207Z | Compiling libc v0.2.180 |
| 1215 | 2026-03-18T11:48:47.207Z | Compiling version_check v0.9.5 |
| 1216 | 2026-03-18T11:48:47.207Z | Compiling stable_deref_trait v1.2.1 |
| 1217 | 2026-03-18T11:48:47.207Z | Compiling memchr v2.8.0 |
| 1218 | 2026-03-18T11:48:47.207Z | Compiling serde v1.0.228 |
| 1219 | 2026-03-18T11:48:47.207Z | Compiling zmij v1.0.21 |
| 1220 | 2026-03-18T11:48:47.207Z | Compiling itoa v1.0.17 |
| 1221 | 2026-03-18T11:48:47.207Z | Compiling thiserror v1.0.69 |
| 1222 | 2026-03-18T11:48:47.207Z | Compiling ucd-trie v0.1.7 |
| 1223 | 2026-03-18T11:48:47.207Z | Compiling autocfg v1.5.0 |
| 1224 | 2026-03-18T11:48:47.304Z | Compiling writeable v0.6.2 |
| 1225 | 2026-03-18T11:48:47.489Z | Compiling litemap v0.8.1 |
| 1226 | 2026-03-18T11:48:47.519Z | Compiling icu_normalizer_data v2.1.1 |
| 1227 | 2026-03-18T11:48:47.776Z | Compiling rustix v1.1.3 |
| 1228 | 2026-03-18T11:48:47.779Z | Compiling byteorder v1.5.0 |
| 1229 | 2026-03-18T11:48:47.779Z | Compiling icu_properties_data v2.1.2 |
| 1230 | 2026-03-18T11:48:47.839Z | Compiling serde_json v1.0.149 |
| 1231 | 2026-03-18T11:48:47.852Z | Compiling bitflags v2.11.0 |
| 1232 | 2026-03-18T11:48:47.886Z | Compiling pest v2.8.6 |
| 1233 | 2026-03-18T11:48:47.987Z | Compiling num-traits v0.2.19 |
| 1234 | 2026-03-18T11:48:48.090Z | Compiling smallvec v1.15.1 |
| 1235 | 2026-03-18T11:48:48.126Z | Compiling hashbrown v0.16.1 |
| 1236 | 2026-03-18T11:48:48.171Z | Compiling equivalent v1.0.2 |
| 1237 | 2026-03-18T11:48:48.188Z | Compiling typeid v1.0.3 |
| 1238 | 2026-03-18T11:48:48.219Z | Compiling proc-macro-error-attr v1.0.4 |
| 1239 | 2026-03-18T11:48:48.222Z | Compiling usdt-impl v0.5.0 |
| 1240 | 2026-03-18T11:48:48.282Z | Compiling winnow v0.7.14 |
| 1241 | 2026-03-18T11:48:48.301Z | Compiling erased-serde v0.4.9 |
| 1242 | 2026-03-18T11:48:48.355Z | Compiling toml_write v0.1.2 |
| 1243 | 2026-03-18T11:48:48.371Z | Compiling syn v1.0.109 |
| 1244 | 2026-03-18T11:48:48.431Z | Compiling proc-macro-error v1.0.4 |
| 1245 | 2026-03-18T11:48:48.467Z | Compiling errno v0.3.14 |
| 1246 | 2026-03-18T11:48:48.483Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-03-18T11:48:48.595Z | Compiling thiserror v2.0.18 |
| 1248 | 2026-03-18T11:48:48.653Z | Compiling utf8parse v0.2.2 |
| 1249 | 2026-03-18T11:48:48.656Z | Compiling getrandom v0.4.1 |
| 1250 | 2026-03-18T11:48:48.687Z | Compiling camino v1.2.2 |
| 1251 | 2026-03-18T11:48:48.787Z | Compiling percent-encoding v2.3.2 |
| 1252 | 2026-03-18T11:48:48.804Z | Compiling indexmap v2.13.0 |
| 1253 | 2026-03-18T11:48:48.844Z | Compiling log v0.4.29 |
| 1254 | 2026-03-18T11:48:48.885Z | Compiling plain v0.2.3 |
| 1255 | 2026-03-18T11:48:48.901Z | Compiling utf8_iter v1.0.4 |
| 1256 | 2026-03-18T11:48:49.037Z | Compiling syn v2.0.117 |
| 1257 | 2026-03-18T11:48:49.040Z | Compiling form_urlencoded v1.2.2 |
| 1258 | 2026-03-18T11:48:49.099Z | Compiling anstyle-parse v0.2.7 |
| 1259 | 2026-03-18T11:48:49.215Z | Compiling pretty-hex v0.4.1 |
| 1260 | 2026-03-18T11:48:49.253Z | Compiling cfg-if v1.0.4 |
| 1261 | 2026-03-18T11:48:49.278Z | Compiling anstyle v1.0.13 |
| 1262 | 2026-03-18T11:48:49.343Z | Compiling colorchoice v1.0.4 |
| 1263 | 2026-03-18T11:48:49.359Z | Compiling is_terminal_polyfill v1.70.2 |
| 1264 | 2026-03-18T11:48:49.362Z | Compiling anstyle-query v1.1.5 |
| 1265 | 2026-03-18T11:48:49.391Z | Compiling pest_meta v2.8.6 |
| 1266 | 2026-03-18T11:48:49.464Z | Compiling ordered-float v2.10.1 |
| 1267 | 2026-03-18T11:48:49.531Z | Compiling anstream v0.6.21 |
| 1268 | 2026-03-18T11:48:49.580Z | Compiling fs-err v3.3.0 |
| 1269 | 2026-03-18T11:48:49.619Z | Compiling fastrand v2.3.0 |
| 1270 | 2026-03-18T11:48:49.640Z | Compiling unicode-width v0.1.14 |
| 1271 | 2026-03-18T11:48:49.657Z | Compiling clap_lex v1.0.0 |
| 1272 | 2026-03-18T11:48:49.686Z | Compiling anyhow v1.0.102 |
| 1273 | 2026-03-18T11:48:49.737Z | Compiling bytecount v0.6.9 |
| 1274 | 2026-03-18T11:48:49.827Z | Compiling unicode-xid v0.2.6 |
| 1275 | 2026-03-18T11:48:49.842Z | Compiling strsim v0.11.1 |
| 1276 | 2026-03-18T11:48:49.910Z | Compiling terminal_size v0.4.3 |
| 1277 | 2026-03-18T11:48:49.937Z | Compiling fnv v1.0.7 |
| 1278 | 2026-03-18T11:48:49.963Z | Compiling heck v0.5.0 |
| 1279 | 2026-03-18T11:48:49.980Z | Compiling once_cell v1.21.3 |
| 1280 | 2026-03-18T11:48:49.995Z | Compiling heck v0.4.1 |
| 1281 | 2026-03-18T11:48:50.065Z | Compiling papergrid v0.11.0 |
| 1282 | 2026-03-18T11:48:50.091Z | Compiling clap_builder v4.5.60 |
| 1283 | 2026-03-18T11:48:50.136Z | Compiling memmap v0.7.0 |
| 1284 | 2026-03-18T11:48:50.292Z | Compiling tempfile v3.25.0 |
| 1285 | 2026-03-18T11:48:50.346Z | Compiling semver v1.0.27 |
| 1286 | 2026-03-18T11:48:50.409Z | Compiling unicode-width v0.2.0 |
| 1287 | 2026-03-18T11:48:50.427Z | Compiling unicode-linebreak v0.1.5 |
| 1288 | 2026-03-18T11:48:50.528Z | Compiling smawk v0.3.2 |
| 1289 | 2026-03-18T11:48:50.744Z | Compiling camino-tempfile v1.4.1 |
| 1290 | 2026-03-18T11:48:50.774Z | Compiling textwrap v0.16.2 |
| 1291 | 2026-03-18T11:48:50.804Z | Compiling swrite v0.1.0 |
| 1292 | 2026-03-18T11:48:50.891Z | Compiling serde-untagged v0.1.9 |
| 1293 | 2026-03-18T11:48:50.922Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1294 | 2026-03-18T11:48:51.489Z | Compiling tabled_derive v0.7.0 |
| 1295 | 2026-03-18T11:48:52.355Z | Compiling tabled v0.15.0 |
| 1296 | 2026-03-18T11:48:52.587Z | Compiling synstructure v0.13.2 |
| 1297 | 2026-03-18T11:48:52.590Z | Compiling pest_generator v2.8.6 |
| 1298 | 2026-03-18T11:48:53.311Z | Compiling serde_derive v1.0.228 |
| 1299 | 2026-03-18T11:48:53.314Z | Compiling zerofrom-derive v0.1.6 |
| 1300 | 2026-03-18T11:48:53.314Z | Compiling yoke-derive v0.8.1 |
| 1301 | 2026-03-18T11:48:53.314Z | Compiling zerovec-derive v0.11.2 |
| 1302 | 2026-03-18T11:48:53.314Z | Compiling displaydoc v0.2.5 |
| 1303 | 2026-03-18T11:48:53.314Z | Compiling thiserror-impl v1.0.69 |
| 1304 | 2026-03-18T11:48:53.314Z | Compiling zerocopy-derive v0.7.35 |
| 1305 | 2026-03-18T11:48:53.314Z | Compiling pest_derive v2.8.6 |
| 1306 | 2026-03-18T11:48:53.314Z | Compiling scroll_derive v0.12.1 |
| 1307 | 2026-03-18T11:48:53.314Z | Compiling thiserror-impl v2.0.18 |
| 1308 | 2026-03-18T11:48:53.315Z | Compiling clap_derive v4.5.55 |
| 1309 | 2026-03-18T11:48:54.070Z | Compiling scroll v0.12.0 |
| 1310 | 2026-03-18T11:48:54.278Z | Compiling zerocopy v0.7.35 |
| 1311 | 2026-03-18T11:48:54.352Z | Compiling goblin v0.8.2 |
| 1312 | 2026-03-18T11:48:54.678Z | Compiling zerofrom v0.1.6 |
| 1313 | 2026-03-18T11:48:54.818Z | Compiling yoke v0.8.1 |
| 1314 | 2026-03-18T11:48:54.906Z | Compiling dtrace-parser v0.2.0 |
| 1315 | 2026-03-18T11:48:55.029Z | Compiling zerovec v0.11.5 |
| 1316 | 2026-03-18T11:48:55.029Z | Compiling zerotrie v0.2.3 |
| 1317 | 2026-03-18T11:48:55.099Z | Compiling clap v4.5.60 |
| 1318 | 2026-03-18T11:48:55.611Z | Compiling tinystr v0.8.2 |
| 1319 | 2026-03-18T11:48:55.611Z | Compiling potential_utf v0.1.4 |
| 1320 | 2026-03-18T11:48:55.739Z | Compiling icu_collections v2.1.1 |
| 1321 | 2026-03-18T11:48:55.807Z | Compiling icu_locale_core v2.1.1 |
| 1322 | 2026-03-18T11:48:56.564Z | Compiling icu_provider v2.1.1 |
| 1323 | 2026-03-18T11:48:56.585Z | Compiling serde_spanned v0.6.9 |
| 1324 | 2026-03-18T11:48:56.585Z | Compiling toml_datetime v0.6.11 |
| 1325 | 2026-03-18T11:48:56.588Z | Compiling serde-value v0.7.0 |
| 1326 | 2026-03-18T11:48:56.588Z | Compiling cargo-platform v0.2.0 |
| 1327 | 2026-03-18T11:48:56.588Z | Compiling macaddr v1.0.1 |
| 1328 | 2026-03-18T11:48:56.611Z | Compiling dof v0.3.0 |
| 1329 | 2026-03-18T11:48:56.614Z | Compiling serde_tokenstream v0.2.3 |
| 1330 | 2026-03-18T11:48:56.809Z | Compiling toml_edit v0.22.27 |
| 1331 | 2026-03-18T11:48:56.850Z | Compiling icu_properties v2.1.2 |
| 1332 | 2026-03-18T11:48:56.850Z | Compiling icu_normalizer v2.1.1 |
| 1333 | 2026-03-18T11:48:57.503Z | Compiling usdt-macro v0.5.0 |
| 1334 | 2026-03-18T11:48:57.503Z | Compiling usdt-attr-macro v0.5.0 |
| 1335 | 2026-03-18T11:48:57.958Z | Compiling idna_adapter v1.2.1 |
| 1336 | 2026-03-18T11:48:58.078Z | Compiling idna v1.1.0 |
| 1337 | 2026-03-18T11:48:58.217Z | Compiling usdt v0.5.0 |
| 1338 | 2026-03-18T11:48:58.399Z | Compiling url v2.5.8 |
| 1339 | 2026-03-18T11:48:58.537Z | Compiling toml v0.8.23 |
| 1340 | 2026-03-18T11:48:58.986Z | Compiling cargo-util-schemas v0.8.2 |
| 1341 | 2026-03-18T11:48:58.986Z | Compiling cargo_toml v0.21.0 |
| 1342 | 2026-03-18T11:49:00.106Z | Compiling cargo_metadata v0.21.0 |
| 1343 | 2026-03-18T11:49:01.368Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1344 | 2026-03-18T11:49:04.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.74s |
| 1345 | 2026-03-18T11:49:04.239Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1346 | 2026-03-18T11:49:05.251Z | Compiling libc v0.2.180 |
| 1347 | 2026-03-18T11:49:05.251Z | Compiling serde v1.0.228 |
| 1348 | 2026-03-18T11:49:05.254Z | Compiling log v0.4.29 |
| 1349 | 2026-03-18T11:49:05.255Z | Compiling shlex v1.3.0 |
| 1350 | 2026-03-18T11:49:05.255Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-03-18T11:49:05.255Z | Compiling smallvec v1.15.1 |
| 1352 | 2026-03-18T11:49:05.255Z | Compiling typenum v1.19.0 |
| 1353 | 2026-03-18T11:49:05.255Z | Compiling subtle v2.6.1 |
| 1354 | 2026-03-18T11:49:05.421Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-03-18T11:49:05.424Z | Compiling scopeguard v1.2.0 |
| 1356 | 2026-03-18T11:49:05.452Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-03-18T11:49:05.515Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-03-18T11:49:05.518Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-03-18T11:49:05.554Z | Compiling syn v2.0.117 |
| 1360 | 2026-03-18T11:49:05.574Z | Compiling zerocopy v0.8.40 |
| 1361 | 2026-03-18T11:49:05.577Z | Compiling pin-project-lite v0.2.17 |
| 1362 | 2026-03-18T11:49:05.680Z | Compiling lock_api v0.4.14 |
| 1363 | 2026-03-18T11:49:05.702Z | Compiling serde_json v1.0.149 |
| 1364 | 2026-03-18T11:49:05.705Z | Compiling parking_lot_core v0.9.12 |
| 1365 | 2026-03-18T11:49:05.705Z | Compiling pkg-config v0.3.32 |
| 1366 | 2026-03-18T11:49:05.765Z | Compiling bitflags v2.11.0 |
| 1367 | 2026-03-18T11:49:05.768Z | Compiling libm v0.2.16 |
| 1368 | 2026-03-18T11:49:05.768Z | Compiling num-traits v0.2.19 |
| 1369 | 2026-03-18T11:49:05.786Z | Compiling futures-core v0.3.32 |
| 1370 | 2026-03-18T11:49:05.891Z | Compiling percent-encoding v2.3.2 |
| 1371 | 2026-03-18T11:49:05.933Z | Compiling allocator-api2 v0.2.21 |
| 1372 | 2026-03-18T11:49:06.014Z | Compiling futures-sink v0.3.32 |
| 1373 | 2026-03-18T11:49:06.081Z | Compiling cpufeatures v0.2.17 |
| 1374 | 2026-03-18T11:49:06.084Z | Compiling foldhash v0.2.0 |
| 1375 | 2026-03-18T11:49:06.141Z | Compiling futures-channel v0.3.32 |
| 1376 | 2026-03-18T11:49:06.188Z | Compiling getrandom v0.4.1 |
| 1377 | 2026-03-18T11:49:06.191Z | Compiling slab v0.4.12 |
| 1378 | 2026-03-18T11:49:06.262Z | Compiling futures-task v0.3.32 |
| 1379 | 2026-03-18T11:49:06.306Z | Compiling futures-io v0.3.32 |
| 1380 | 2026-03-18T11:49:06.378Z | Compiling hashbrown v0.16.1 |
| 1381 | 2026-03-18T11:49:06.400Z | Compiling getrandom v0.3.4 |
| 1382 | 2026-03-18T11:49:06.419Z | Compiling rand_core v0.10.0 |
| 1383 | 2026-03-18T11:49:06.439Z | Compiling rustversion v1.0.22 |
| 1384 | 2026-03-18T11:49:06.452Z | Compiling form_urlencoded v1.2.2 |
| 1385 | 2026-03-18T11:49:06.522Z | Compiling fs_extra v1.3.0 |
| 1386 | 2026-03-18T11:49:06.525Z | Compiling ident_case v1.0.1 |
| 1387 | 2026-03-18T11:49:06.564Z | Compiling dunce v1.0.5 |
| 1388 | 2026-03-18T11:49:06.632Z | Compiling base64ct v1.8.3 |
| 1389 | 2026-03-18T11:49:06.672Z | Compiling getrandom v0.2.17 |
| 1390 | 2026-03-18T11:49:06.693Z | Compiling jobserver v0.1.34 |
| 1391 | 2026-03-18T11:49:06.716Z | Compiling errno v0.3.14 |
| 1392 | 2026-03-18T11:49:06.757Z | Compiling mio v1.1.1 |
| 1393 | 2026-03-18T11:49:06.760Z | Compiling socket2 v0.6.2 |
| 1394 | 2026-03-18T11:49:06.873Z | Compiling rand_core v0.6.4 |
| 1395 | 2026-03-18T11:49:06.920Z | Compiling once_cell v1.21.3 |
| 1396 | 2026-03-18T11:49:06.940Z | Compiling signal-hook-registry v1.4.8 |
| 1397 | 2026-03-18T11:49:06.987Z | Compiling cc v1.2.56 |
| 1398 | 2026-03-18T11:49:07.022Z | Compiling parking_lot v0.12.5 |
| 1399 | 2026-03-18T11:49:07.078Z | Compiling pem-rfc7468 v0.7.0 |
| 1400 | 2026-03-18T11:49:07.115Z | Compiling indexmap v2.13.0 |
| 1401 | 2026-03-18T11:49:07.171Z | Compiling flagset v0.4.7 |
| 1402 | 2026-03-18T11:49:07.209Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-18T11:49:07.212Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-18T11:49:07.248Z | Compiling uuid v1.21.0 |
| 1405 | 2026-03-18T11:49:07.315Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-03-18T11:49:07.334Z | Compiling vcpkg v0.2.15 |
| 1407 | 2026-03-18T11:49:07.357Z | Compiling regex-syntax v0.8.10 |
| 1408 | 2026-03-18T11:49:07.492Z | Compiling aws-lc-rs v1.16.0 |
| 1409 | 2026-03-18T11:49:07.512Z | Compiling tracing-core v0.1.36 |
| 1410 | 2026-03-18T11:49:07.532Z | Compiling rand_core v0.9.5 |
| 1411 | 2026-03-18T11:49:07.643Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-03-18T11:49:07.646Z | Compiling untrusted v0.9.0 |
| 1413 | 2026-03-18T11:49:07.752Z | Compiling syn v1.0.109 |
| 1414 | 2026-03-18T11:49:07.826Z | Compiling httparse v1.10.1 |
| 1415 | 2026-03-18T11:49:07.879Z | Compiling base64 v0.22.1 |
| 1416 | 2026-03-18T11:49:07.899Z | Compiling cmake v0.1.57 |
| 1417 | 2026-03-18T11:49:07.925Z | Compiling openssl-probe v0.2.1 |
| 1418 | 2026-03-18T11:49:07.946Z | Compiling schemars v0.8.22 |
| 1419 | 2026-03-18T11:49:07.998Z | Compiling untrusted v0.7.1 |
| 1420 | 2026-03-18T11:49:08.161Z | Compiling try-lock v0.2.5 |
| 1421 | 2026-03-18T11:49:08.182Z | Compiling rustls v0.23.37 |
| 1422 | 2026-03-18T11:49:08.186Z | Compiling dyn-clone v1.0.20 |
| 1423 | 2026-03-18T11:49:08.271Z | Compiling tower-layer v0.3.3 |
| 1424 | 2026-03-18T11:49:08.292Z | Compiling tower-service v0.3.3 |
| 1425 | 2026-03-18T11:49:08.313Z | Compiling tinyvec_macros v0.1.1 |
| 1426 | 2026-03-18T11:49:08.315Z | Compiling atomic-waker v1.1.2 |
| 1427 | 2026-03-18T11:49:08.375Z | Compiling want v0.3.1 |
| 1428 | 2026-03-18T11:49:08.420Z | Compiling tinyvec v1.10.0 |
| 1429 | 2026-03-18T11:49:08.423Z | Compiling spin v0.9.8 |
| 1430 | 2026-03-18T11:49:08.423Z | Compiling aho-corasick v1.1.4 |
| 1431 | 2026-03-18T11:49:08.423Z | Compiling powerfmt v0.2.0 |
| 1432 | 2026-03-18T11:49:08.479Z | Compiling pin-utils v0.1.0 |
| 1433 | 2026-03-18T11:49:08.482Z | Compiling foreign-types-shared v0.1.1 |
| 1434 | 2026-03-18T11:49:08.502Z | Compiling time-core v0.1.8 |
| 1435 | 2026-03-18T11:49:08.544Z | Compiling openssl v0.10.75 |
| 1436 | 2026-03-18T11:49:08.611Z | Compiling num-conv v0.2.0 |
| 1437 | 2026-03-18T11:49:08.633Z | Compiling httpdate v1.0.3 |
| 1438 | 2026-03-18T11:49:08.662Z | Compiling crc32fast v1.5.0 |
| 1439 | 2026-03-18T11:49:08.690Z | Compiling foreign-types v0.3.2 |
| 1440 | 2026-03-18T11:49:08.730Z | Compiling deranged v0.5.8 |
| 1441 | 2026-03-18T11:49:08.757Z | Compiling wait-timeout v0.2.1 |
| 1442 | 2026-03-18T11:49:08.779Z | Compiling siphasher v1.0.2 |
| 1443 | 2026-03-18T11:49:08.801Z | Compiling native-tls v0.2.18 |
| 1444 | 2026-03-18T11:49:08.820Z | Compiling time-macros v0.2.27 |
| 1445 | 2026-03-18T11:49:08.856Z | Compiling usdt-impl v0.6.0 |
| 1446 | 2026-03-18T11:49:08.893Z | Compiling simd-adler32 v0.3.8 |
| 1447 | 2026-03-18T11:49:08.940Z | Compiling bit-vec v0.8.0 |
| 1448 | 2026-03-18T11:49:08.996Z | Compiling either v1.15.0 |
| 1449 | 2026-03-18T11:49:09.052Z | Compiling quick-error v1.2.3 |
| 1450 | 2026-03-18T11:49:09.083Z | Compiling num_threads v0.1.7 |
| 1451 | 2026-03-18T11:49:09.105Z | Compiling aws-lc-sys v0.37.1 |
| 1452 | 2026-03-18T11:49:09.147Z | Compiling ring v0.17.14 |
| 1453 | 2026-03-18T11:49:09.150Z | Compiling openssl-sys v0.9.111 |
| 1454 | 2026-03-18T11:49:09.192Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1455 | 2026-03-18T11:49:09.215Z | Compiling bit-set v0.8.0 |
| 1456 | 2026-03-18T11:49:09.261Z | Compiling tempfile v3.25.0 |
| 1457 | 2026-03-18T11:49:09.281Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1458 | 2026-03-18T11:49:09.303Z | Compiling unicode-normalization v0.1.25 |
| 1459 | 2026-03-18T11:49:09.356Z | Compiling crossbeam-epoch v0.9.18 |
| 1460 | 2026-03-18T11:49:09.430Z | Compiling synstructure v0.13.2 |
| 1461 | 2026-03-18T11:49:09.643Z | Compiling pest_generator v2.8.6 |
| 1462 | 2026-03-18T11:49:09.663Z | Compiling serde_derive_internals v0.29.1 |
| 1463 | 2026-03-18T11:49:09.701Z | Compiling darling_core v0.20.11 |
| 1464 | 2026-03-18T11:49:09.799Z | Compiling regex-automata v0.4.14 |
| 1465 | 2026-03-18T11:49:09.912Z | Compiling rusty-fork v0.3.1 |
| 1466 | 2026-03-18T11:49:10.128Z | Compiling darling_core v0.21.3 |
| 1467 | 2026-03-18T11:49:10.282Z | Compiling slog v2.8.2 |
| 1468 | 2026-03-18T11:49:10.336Z | Compiling time v0.3.47 |
| 1469 | 2026-03-18T11:49:10.386Z | Compiling rand_xorshift v0.4.0 |
| 1470 | 2026-03-18T11:49:10.527Z | Compiling heapless v0.7.17 |
| 1471 | 2026-03-18T11:49:10.609Z | Compiling thread-id v5.1.0 |
| 1472 | 2026-03-18T11:49:10.644Z | Compiling sync_wrapper v1.0.2 |
| 1473 | 2026-03-18T11:49:10.662Z | Compiling cookie v0.18.1 |
| 1474 | 2026-03-18T11:49:10.720Z | Compiling anyhow v1.0.102 |
| 1475 | 2026-03-18T11:49:10.785Z | Compiling signal-hook v0.3.18 |
| 1476 | 2026-03-18T11:49:10.847Z | Compiling zstd-safe v7.2.4 |
| 1477 | 2026-03-18T11:49:10.869Z | Compiling paste v1.0.15 |
| 1478 | 2026-03-18T11:49:10.889Z | Compiling rayon-core v1.13.0 |
| 1479 | 2026-03-18T11:49:10.911Z | Compiling unicode-properties v0.1.4 |
| 1480 | 2026-03-18T11:49:10.991Z | Compiling unarray v0.1.4 |
| 1481 | 2026-03-18T11:49:11.016Z | Compiling unicode-segmentation v1.12.0 |
| 1482 | 2026-03-18T11:49:11.114Z | Compiling unicode-bidi v0.3.18 |
| 1483 | 2026-03-18T11:49:11.136Z | Compiling adler2 v2.0.1 |
| 1484 | 2026-03-18T11:49:11.288Z | Compiling miniz_oxide v0.8.9 |
| 1485 | 2026-03-18T11:49:11.332Z | Compiling crossbeam-deque v0.8.6 |
| 1486 | 2026-03-18T11:49:11.375Z | Compiling num-integer v0.1.46 |
| 1487 | 2026-03-18T11:49:11.467Z | Compiling vergen-lib v0.1.6 |
| 1488 | 2026-03-18T11:49:11.548Z | Compiling stringprep v0.1.5 |
| 1489 | 2026-03-18T11:49:11.593Z | Compiling curve25519-dalek v4.1.3 |
| 1490 | 2026-03-18T11:49:11.702Z | Compiling ff v0.13.1 |
| 1491 | 2026-03-18T11:49:11.821Z | Compiling hash32 v0.2.1 |
| 1492 | 2026-03-18T11:49:11.854Z | Compiling memoffset v0.9.1 |
| 1493 | 2026-03-18T11:49:11.883Z | Compiling num-bigint-dig v0.8.6 |
| 1494 | 2026-03-18T11:49:12.050Z | Compiling ref-cast v1.0.25 |
| 1495 | 2026-03-18T11:49:12.091Z | Compiling serde_derive v1.0.228 |
| 1496 | 2026-03-18T11:49:12.113Z | Compiling zeroize_derive v1.4.3 |
| 1497 | 2026-03-18T11:49:12.137Z | Compiling zerofrom-derive v0.1.6 |
| 1498 | 2026-03-18T11:49:12.165Z | Compiling yoke-derive v0.8.1 |
| 1499 | 2026-03-18T11:49:12.188Z | Compiling zerocopy-derive v0.8.40 |
| 1500 | 2026-03-18T11:49:12.191Z | Compiling zerovec-derive v0.11.2 |
| 1501 | 2026-03-18T11:49:12.329Z | Compiling displaydoc v0.2.5 |
| 1502 | 2026-03-18T11:49:12.440Z | Compiling tokio-macros v2.6.0 |
| 1503 | 2026-03-18T11:49:12.609Z | Compiling futures-macro v0.3.32 |
| 1504 | 2026-03-18T11:49:12.971Z | Compiling zeroize v1.8.2 |
| 1505 | 2026-03-18T11:49:13.106Z | Compiling der_derive v0.7.3 |
| 1506 | 2026-03-18T11:49:13.308Z | Compiling thiserror-impl v2.0.18 |
| 1507 | 2026-03-18T11:49:13.409Z | Compiling rustls-pki-types v1.14.0 |
| 1508 | 2026-03-18T11:49:13.673Z | Compiling tracing-attributes v0.1.31 |
| 1509 | 2026-03-18T11:49:13.692Z | Compiling futures-util v0.3.32 |
| 1510 | 2026-03-18T11:49:13.760Z | Compiling schemars_derive v0.8.22 |
| 1511 | 2026-03-18T11:49:13.803Z | Compiling scroll_derive v0.13.1 |
| 1512 | 2026-03-18T11:49:14.039Z | Compiling crypto-common v0.1.7 |
| 1513 | 2026-03-18T11:49:14.060Z | Compiling block-buffer v0.10.4 |
| 1514 | 2026-03-18T11:49:14.082Z | Compiling zerofrom v0.1.6 |
| 1515 | 2026-03-18T11:49:14.121Z | Compiling block-padding v0.3.3 |
| 1516 | 2026-03-18T11:49:14.224Z | Compiling yoke v0.8.1 |
| 1517 | 2026-03-18T11:49:14.246Z | Compiling digest v0.10.7 |
| 1518 | 2026-03-18T11:49:14.291Z | Compiling inout v0.1.4 |
| 1519 | 2026-03-18T11:49:14.330Z | Compiling pest_derive v2.8.6 |
| 1520 | 2026-03-18T11:49:14.390Z | Compiling der v0.7.10 |
| 1521 | 2026-03-18T11:49:14.474Z | Compiling zerovec v0.11.5 |
| 1522 | 2026-03-18T11:49:14.514Z | Compiling zerotrie v0.2.3 |
| 1523 | 2026-03-18T11:49:14.578Z | Compiling hmac v0.12.1 |
| 1524 | 2026-03-18T11:49:14.664Z | Compiling sha2 v0.10.9 |
| 1525 | 2026-03-18T11:49:14.794Z | Compiling cipher v0.4.4 |
| 1526 | 2026-03-18T11:49:14.906Z | Compiling pbkdf2 v0.12.2 |
| 1527 | 2026-03-18T11:49:14.927Z | Compiling scroll v0.13.0 |
| 1528 | 2026-03-18T11:49:15.065Z | Compiling darling_macro v0.20.11 |
| 1529 | 2026-03-18T11:49:15.141Z | Compiling tinystr v0.8.2 |
| 1530 | 2026-03-18T11:49:15.163Z | Compiling potential_utf v0.1.4 |
| 1531 | 2026-03-18T11:49:15.185Z | Compiling salsa20 v0.10.2 |
| 1532 | 2026-03-18T11:49:15.365Z | Compiling thiserror v2.0.18 |
| 1533 | 2026-03-18T11:49:15.430Z | Compiling icu_locale_core v2.1.1 |
| 1534 | 2026-03-18T11:49:15.467Z | Compiling icu_collections v2.1.1 |
| 1535 | 2026-03-18T11:49:15.494Z | Compiling scrypt v0.11.0 |
| 1536 | 2026-03-18T11:49:15.518Z | Compiling cbc v0.1.2 |
| 1537 | 2026-03-18T11:49:15.566Z | Compiling aes v0.8.4 |
| 1538 | 2026-03-18T11:49:15.588Z | Compiling spki v0.7.3 |
| 1539 | 2026-03-18T11:49:15.719Z | Compiling tracing v0.1.44 |
| 1540 | 2026-03-18T11:49:15.742Z | Compiling goblin v0.10.5 |
| 1541 | 2026-03-18T11:49:15.765Z | Compiling darling v0.20.11 |
| 1542 | 2026-03-18T11:49:15.844Z | Compiling thiserror-impl v1.0.69 |
| 1543 | 2026-03-18T11:49:15.871Z | Compiling openssl-macros v0.1.1 |
| 1544 | 2026-03-18T11:49:15.894Z | Compiling derive_builder_core v0.20.2 |
| 1545 | 2026-03-18T11:49:16.088Z | Compiling dtrace-parser v0.3.0 |
| 1546 | 2026-03-18T11:49:16.130Z | Compiling pkcs5 v0.7.1 |
| 1547 | 2026-03-18T11:49:16.156Z | Compiling signature v2.2.0 |
| 1548 | 2026-03-18T11:49:16.391Z | Compiling icu_provider v2.1.1 |
| 1549 | 2026-03-18T11:49:16.593Z | Compiling pkcs8 v0.10.2 |
| 1550 | 2026-03-18T11:49:16.701Z | Compiling icu_normalizer v2.1.1 |
| 1551 | 2026-03-18T11:49:16.794Z | Compiling bytes v1.11.1 |
| 1552 | 2026-03-18T11:49:16.835Z | Compiling icu_properties v2.1.2 |
| 1553 | 2026-03-18T11:49:16.890Z | Compiling chrono v0.4.44 |
| 1554 | 2026-03-18T11:49:16.910Z | Compiling ipnet v2.11.0 |
| 1555 | 2026-03-18T11:49:16.989Z | Compiling rustls-native-certs v0.8.3 |
| 1556 | 2026-03-18T11:49:17.015Z | Compiling scroll_derive v0.12.1 |
| 1557 | 2026-03-18T11:49:17.123Z | Compiling derive_builder_macro v0.20.2 |
| 1558 | 2026-03-18T11:49:17.161Z | Compiling erased-serde v0.3.31 |
| 1559 | 2026-03-18T11:49:17.385Z | Compiling toml_datetime v0.6.11 |
| 1560 | 2026-03-18T11:49:17.448Z | Compiling serde_spanned v0.6.9 |
| 1561 | 2026-03-18T11:49:17.491Z | Compiling tokio v1.49.0 |
| 1562 | 2026-03-18T11:49:17.585Z | Compiling http v1.4.0 |
| 1563 | 2026-03-18T11:49:17.610Z | Compiling thiserror v1.0.69 |
| 1564 | 2026-03-18T11:49:17.635Z | Compiling serde_tokenstream v0.2.3 |
| 1565 | 2026-03-18T11:49:17.707Z | Compiling md-5 v0.10.6 |
| 1566 | 2026-03-18T11:49:17.732Z | Compiling webpki-roots v1.0.6 |
| 1567 | 2026-03-18T11:49:17.752Z | Compiling darling_macro v0.21.3 |
| 1568 | 2026-03-18T11:49:17.755Z | Compiling zerocopy-derive v0.7.35 |
| 1569 | 2026-03-18T11:49:17.897Z | Compiling iri-string v0.7.10 |
| 1570 | 2026-03-18T11:49:17.918Z | Compiling scroll v0.12.0 |
| 1571 | 2026-03-18T11:49:17.921Z | Compiling litrs v1.0.0 |
| 1572 | 2026-03-18T11:49:17.959Z | Compiling base16ct v0.2.0 |
| 1573 | 2026-03-18T11:49:18.050Z | Compiling fallible-iterator v0.2.0 |
| 1574 | 2026-03-18T11:49:18.190Z | Compiling idna_adapter v1.2.1 |
| 1575 | 2026-03-18T11:49:18.276Z | Compiling rustix v0.38.44 |
| 1576 | 2026-03-18T11:49:18.371Z | Compiling idna v1.1.0 |
| 1577 | 2026-03-18T11:49:18.390Z | Compiling psl-types v2.0.11 |
| 1578 | 2026-03-18T11:49:18.431Z | Compiling cfg_aliases v0.2.1 |
| 1579 | 2026-03-18T11:49:18.468Z | Compiling ppv-lite86 v0.2.21 |
| 1580 | 2026-03-18T11:49:18.534Z | Compiling http-body v1.0.1 |
| 1581 | 2026-03-18T11:49:18.555Z | Compiling zlib-rs v0.6.2 |
| 1582 | 2026-03-18T11:49:18.633Z | Compiling smoltcp v0.9.1 |
| 1583 | 2026-03-18T11:49:18.719Z | Compiling http-body-util v0.1.3 |
| 1584 | 2026-03-18T11:49:18.742Z | Compiling ryu v1.0.23 |
| 1585 | 2026-03-18T11:49:18.840Z | Compiling url v2.5.8 |
| 1586 | 2026-03-18T11:49:18.861Z | Compiling publicsuffix v2.3.0 |
| 1587 | 2026-03-18T11:49:18.884Z | Compiling rand_chacha v0.9.0 |
| 1588 | 2026-03-18T11:49:18.923Z | Compiling rand_chacha v0.3.1 |
| 1589 | 2026-03-18T11:49:18.946Z | Compiling zerocopy v0.7.35 |
| 1590 | 2026-03-18T11:49:19.016Z | Compiling serde_urlencoded v0.7.1 |
| 1591 | 2026-03-18T11:49:19.050Z | Compiling document-features v0.2.12 |
| 1592 | 2026-03-18T11:49:19.081Z | Compiling nix v0.31.1 |
| 1593 | 2026-03-18T11:49:19.145Z | Compiling darling v0.21.3 |
| 1594 | 2026-03-18T11:49:19.255Z | Compiling rand v0.9.2 |
| 1595 | 2026-03-18T11:49:19.278Z | Compiling rand v0.8.5 |
| 1596 | 2026-03-18T11:49:19.354Z | Compiling goblin v0.8.2 |
| 1597 | 2026-03-18T11:49:19.410Z | Compiling sec1 v0.7.3 |
| 1598 | 2026-03-18T11:49:19.726Z | Compiling dof v0.4.0 |
| 1599 | 2026-03-18T11:49:19.836Z | Compiling derive_builder v0.20.2 |
| 1600 | 2026-03-18T11:49:19.923Z | Compiling cargo-platform v0.1.9 |
| 1601 | 2026-03-18T11:49:20.000Z | Compiling proptest v1.10.0 |
| 1602 | 2026-03-18T11:49:20.020Z | Compiling postgres-protocol v0.6.10 |
| 1603 | 2026-03-18T11:49:20.044Z | Compiling hkdf v0.12.4 |
| 1604 | 2026-03-18T11:49:20.211Z | Compiling hubpack_derive v0.1.1 |
| 1605 | 2026-03-18T11:49:20.315Z | Compiling crypto-bigint v0.5.5 |
| 1606 | 2026-03-18T11:49:20.319Z | Compiling regex v1.12.3 |
| 1607 | 2026-03-18T11:49:20.474Z | Compiling async-trait v0.1.89 |
| 1608 | 2026-03-18T11:49:20.512Z | Compiling ref-cast-impl v1.0.25 |
| 1609 | 2026-03-18T11:49:20.592Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1610 | 2026-03-18T11:49:20.697Z | Compiling ipnetwork v0.21.1 |
| 1611 | 2026-03-18T11:49:20.837Z | Compiling daft-derive v0.1.5 |
| 1612 | 2026-03-18T11:49:20.949Z | Compiling strum_macros v0.27.2 |
| 1613 | 2026-03-18T11:49:21.238Z | Compiling oxnet v0.1.4 |
| 1614 | 2026-03-18T11:49:21.483Z | Compiling group v0.13.0 |
| 1615 | 2026-03-18T11:49:21.557Z | Compiling num-iter v0.1.45 |
| 1616 | 2026-03-18T11:49:21.743Z | Compiling heck v0.4.1 |
| 1617 | 2026-03-18T11:49:21.796Z | Compiling proc-macro-error v1.0.4 |
| 1618 | 2026-03-18T11:49:21.949Z | Compiling terminal_size v0.4.3 |
| 1619 | 2026-03-18T11:49:22.008Z | Compiling phf_shared v0.13.1 |
| 1620 | 2026-03-18T11:49:22.053Z | Compiling lazy_static v1.5.0 |
| 1621 | 2026-03-18T11:49:22.116Z | Compiling vergen v9.0.6 |
| 1622 | 2026-03-18T11:49:22.139Z | Compiling fs-err v3.3.0 |
| 1623 | 2026-03-18T11:49:22.181Z | Compiling ahash v0.8.12 |
| 1624 | 2026-03-18T11:49:22.202Z | Compiling bitflags v1.3.2 |
| 1625 | 2026-03-18T11:49:22.220Z | Compiling managed v0.8.0 |
| 1626 | 2026-03-18T11:49:22.268Z | Compiling object v0.37.3 |
| 1627 | 2026-03-18T11:49:22.303Z | Compiling libbz2-rs-sys v0.2.2 |
| 1628 | 2026-03-18T11:49:22.356Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-18T11:49:22.377Z | Compiling foldhash v0.1.5 |
| 1630 | 2026-03-18T11:49:22.397Z | Compiling bumpalo v3.20.2 |
| 1631 | 2026-03-18T11:49:22.448Z | Compiling clap_builder v4.5.60 |
| 1632 | 2026-03-18T11:49:22.540Z | Compiling tokio-util v0.7.18 |
| 1633 | 2026-03-18T11:49:22.563Z | Compiling tower v0.5.3 |
| 1634 | 2026-03-18T11:49:22.606Z | Compiling tokio-native-tls v0.3.1 |
| 1635 | 2026-03-18T11:49:22.694Z | Compiling zopfli v0.8.3 |
| 1636 | 2026-03-18T11:49:22.740Z | Compiling hashbrown v0.15.5 |
| 1637 | 2026-03-18T11:49:22.853Z | Compiling flate2 v1.1.9 |
| 1638 | 2026-03-18T11:49:23.200Z | Compiling tower-http v0.6.8 |
| 1639 | 2026-03-18T11:49:23.239Z | Compiling bzip2 v0.6.1 |
| 1640 | 2026-03-18T11:49:23.321Z | Compiling newtype-uuid v1.3.2 |
| 1641 | 2026-03-18T11:49:23.344Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-18T11:49:23.477Z | Compiling h2 v0.4.13 |
| 1643 | 2026-03-18T11:49:23.550Z | Compiling console v0.16.2 |
| 1644 | 2026-03-18T11:49:23.571Z | Compiling phf v0.13.1 |
| 1645 | 2026-03-18T11:49:23.629Z | Compiling daft v0.1.5 |
| 1646 | 2026-03-18T11:49:23.650Z | Compiling zone_cfg_derive v0.3.1 |
| 1647 | 2026-03-18T11:49:23.713Z | Compiling strum v0.27.2 |
| 1648 | 2026-03-18T11:49:23.777Z | Compiling signal-hook-mio v0.2.5 |
| 1649 | 2026-03-18T11:49:23.801Z | Compiling rayon v1.11.0 |
| 1650 | 2026-03-18T11:49:23.937Z | Compiling cargo_metadata v0.19.2 |
| 1651 | 2026-03-18T11:49:23.975Z | Compiling usdt-macro v0.6.0 |
| 1652 | 2026-03-18T11:49:24.012Z | Compiling usdt-attr-macro v0.6.0 |
| 1653 | 2026-03-18T11:49:24.305Z | Compiling toml_edit v0.19.15 |
| 1654 | 2026-03-18T11:49:24.327Z | Compiling elliptic-curve v0.13.8 |
| 1655 | 2026-03-18T11:49:24.347Z | Compiling cookie_store v0.22.1 |
| 1656 | 2026-03-18T11:49:24.497Z | Compiling hubpack v0.1.2 |
| 1657 | 2026-03-18T11:49:24.639Z | Compiling postgres-types v0.2.12 |
| 1658 | 2026-03-18T11:49:24.801Z | Compiling bzip2 v0.4.4 |
| 1659 | 2026-03-18T11:49:24.895Z | Compiling zstd v0.13.3 |
| 1660 | 2026-03-18T11:49:24.966Z | Compiling serde_with_macros v3.17.0 |
| 1661 | 2026-03-18T11:49:25.095Z | Compiling dtrace-parser v0.2.0 |
| 1662 | 2026-03-18T11:49:25.264Z | Compiling ed25519 v2.2.3 |
| 1663 | 2026-03-18T11:49:25.306Z | Compiling pkcs1 v0.7.5 |
| 1664 | 2026-03-18T11:49:25.478Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-03-18T11:49:25.511Z | Compiling hex v0.4.3 |
| 1666 | 2026-03-18T11:49:25.675Z | Compiling rfc6979 v0.4.0 |
| 1667 | 2026-03-18T11:49:25.836Z | Compiling bstr v1.12.1 |
| 1668 | 2026-03-18T11:49:25.872Z | Compiling clap_derive v4.5.55 |
| 1669 | 2026-03-18T11:49:25.892Z | Compiling serde_repr v0.1.20 |
| 1670 | 2026-03-18T11:49:25.895Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-03-18T11:49:26.233Z | Compiling enum-as-inner v0.6.1 |
| 1672 | 2026-03-18T11:49:26.256Z | Compiling itertools v0.12.1 |
| 1673 | 2026-03-18T11:49:26.456Z | Compiling phf_shared v0.11.3 |
| 1674 | 2026-03-18T11:49:26.531Z | Compiling float-cmp v0.10.0 |
| 1675 | 2026-03-18T11:49:26.623Z | Compiling memmap2 v0.9.10 |
| 1676 | 2026-03-18T11:49:26.721Z | Compiling thread-id v4.2.2 |
| 1677 | 2026-03-18T11:49:26.749Z | Compiling env_filter v1.0.0 |
| 1678 | 2026-03-18T11:49:26.752Z | Compiling encoding_rs v0.8.35 |
| 1679 | 2026-03-18T11:49:26.795Z | Compiling normalize-line-endings v0.3.0 |
| 1680 | 2026-03-18T11:49:26.819Z | Compiling mime v0.3.17 |
| 1681 | 2026-03-18T11:49:26.844Z | Compiling unit-prefix v0.5.2 |
| 1682 | 2026-03-18T11:49:26.919Z | Compiling jiff v0.2.21 |
| 1683 | 2026-03-18T11:49:26.938Z | Compiling new_debug_unreachable v1.0.6 |
| 1684 | 2026-03-18T11:49:26.941Z | Compiling data-encoding v2.10.0 |
| 1685 | 2026-03-18T11:49:27.039Z | Compiling fixedbitset v0.4.2 |
| 1686 | 2026-03-18T11:49:27.058Z | Compiling keccak v0.1.6 |
| 1687 | 2026-03-18T11:49:27.184Z | Compiling precomputed-hash v0.1.1 |
| 1688 | 2026-03-18T11:49:27.202Z | Compiling whoami v2.1.0 |
| 1689 | 2026-03-18T11:49:27.300Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-03-18T11:49:27.337Z | Compiling fixedbitset v0.5.7 |
| 1691 | 2026-03-18T11:49:27.401Z | Compiling predicates-core v1.0.10 |
| 1692 | 2026-03-18T11:49:27.638Z | Compiling hyper v1.8.1 |
| 1693 | 2026-03-18T11:49:27.707Z | Compiling rustc-hash v2.1.1 |
| 1694 | 2026-03-18T11:49:27.748Z | Compiling difflib v0.4.0 |
| 1695 | 2026-03-18T11:49:27.875Z | Compiling iddqd v0.3.17 |
| 1696 | 2026-03-18T11:49:27.940Z | Compiling zone v0.3.1 |
| 1697 | 2026-03-18T11:49:27.961Z | Compiling petgraph v0.8.3 |
| 1698 | 2026-03-18T11:49:28.136Z | Compiling predicates v3.1.4 |
| 1699 | 2026-03-18T11:49:28.181Z | Compiling tokio-postgres v0.7.16 |
| 1700 | 2026-03-18T11:49:28.263Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-18T11:49:28.363Z | Compiling clap v4.5.60 |
| 1702 | 2026-03-18T11:49:28.428Z | Compiling strum v0.26.3 |
| 1703 | 2026-03-18T11:49:28.479Z | Compiling hickory-proto v0.25.2 |
| 1704 | 2026-03-18T11:49:28.545Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-03-18T11:49:28.610Z | Compiling string_cache v0.8.9 |
| 1706 | 2026-03-18T11:49:28.840Z | Compiling sha3 v0.10.8 |
| 1707 | 2026-03-18T11:49:28.886Z | Compiling petgraph v0.6.5 |
| 1708 | 2026-03-18T11:49:28.918Z | Compiling indicatif v0.18.4 |
| 1709 | 2026-03-18T11:49:29.004Z | Compiling env_logger v0.11.9 |
| 1710 | 2026-03-18T11:49:29.041Z | Compiling usdt v0.6.0 |
| 1711 | 2026-03-18T11:49:29.390Z | Compiling hyper-util v0.1.20 |
| 1712 | 2026-03-18T11:49:29.446Z | Compiling usdt-impl v0.5.0 |
| 1713 | 2026-03-18T11:49:29.467Z | Compiling serde_with v3.17.0 |
| 1714 | 2026-03-18T11:49:29.495Z | Compiling similar v2.7.0 |
| 1715 | 2026-03-18T11:49:29.812Z | Compiling crossterm v0.28.1 |
| 1716 | 2026-03-18T11:49:30.090Z | Compiling toml v0.7.8 |
| 1717 | 2026-03-18T11:49:30.261Z | Compiling ecdsa v0.16.9 |
| 1718 | 2026-03-18T11:49:30.662Z | Compiling zip v4.6.1 |
| 1719 | 2026-03-18T11:49:30.754Z | Compiling rsa v0.9.10 |
| 1720 | 2026-03-18T11:49:30.785Z | Compiling ed25519-dalek v2.2.0 |
| 1721 | 2026-03-18T11:49:31.032Z | Compiling zip v0.6.6 |
| 1722 | 2026-03-18T11:49:31.267Z | Compiling hyper-tls v0.6.0 |
| 1723 | 2026-03-18T11:49:31.586Z | Compiling tokio-stream v0.1.18 |
| 1724 | 2026-03-18T11:49:31.783Z | Compiling buf-list v1.1.2 |
| 1725 | 2026-03-18T11:49:31.813Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1726 | 2026-03-18T11:49:31.931Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1727 | 2026-03-18T11:49:31.966Z | Compiling openapiv3 v2.2.0 |
| 1728 | 2026-03-18T11:49:31.986Z | Compiling x509-cert v0.2.5 |
| 1729 | 2026-03-18T11:49:32.127Z | Compiling sha1 v0.10.6 |
| 1730 | 2026-03-18T11:49:32.157Z | Compiling itertools v0.13.0 |
| 1731 | 2026-03-18T11:49:32.193Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1732 | 2026-03-18T11:49:32.214Z | Compiling lalrpop-util v0.19.12 |
| 1733 | 2026-03-18T11:49:32.343Z | Compiling peg-runtime v0.8.5 |
| 1734 | 2026-03-18T11:49:32.430Z | Compiling thread_local v1.1.9 |
| 1735 | 2026-03-18T11:49:32.452Z | Compiling slog-async v2.8.0 |
| 1736 | 2026-03-18T11:49:32.474Z | Compiling futures-executor v0.3.32 |
| 1737 | 2026-03-18T11:49:32.601Z | Compiling crossbeam-channel v0.5.15 |
| 1738 | 2026-03-18T11:49:32.674Z | Compiling filetime v0.2.27 |
| 1739 | 2026-03-18T11:49:32.725Z | Compiling is-terminal v0.4.17 |
| 1740 | 2026-03-18T11:49:32.773Z | Compiling take_mut v0.2.2 |
| 1741 | 2026-03-18T11:49:32.819Z | Compiling term v1.2.1 |
| 1742 | 2026-03-18T11:49:32.861Z | Compiling xattr v1.6.1 |
| 1743 | 2026-03-18T11:49:32.884Z | Compiling futures v0.3.32 |
| 1744 | 2026-03-18T11:49:33.115Z | Compiling tar v0.4.44 |
| 1745 | 2026-03-18T11:49:33.226Z | Compiling slog-term v2.9.2 |
| 1746 | 2026-03-18T11:49:56.079Z | Compiling rustls-webpki v0.103.9 |
| 1747 | 2026-03-18T11:50:00.068Z | Compiling tokio-rustls v0.26.4 |
| 1748 | 2026-03-18T11:50:00.068Z | Compiling rustls-platform-verifier v0.6.2 |
| 1749 | 2026-03-18T11:50:00.320Z | Compiling hyper-rustls v0.27.7 |
| 1750 | 2026-03-18T11:50:00.567Z | Compiling reqwest v0.12.28 |
| 1751 | 2026-03-18T11:50:00.567Z | Compiling reqwest v0.13.2 |
| 1752 | 2026-03-18T11:50:03.348Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1753 | 2026-03-18T11:50:03.636Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1754 | 2026-03-18T11:50:07.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 1755 | 2026-03-18T11:50:07.547Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1756 | 2026-03-18T11:50:07.602Z | Mar 18 11:50:06.787 INFO Starting download, target: MaghemiteMgd |
| 1757 | 2026-03-18T11:50:07.602Z | Mar 18 11:50:06.788 INFO Starting download, target: Console |
| 1758 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Starting download, target: Clickhouse |
| 1759 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Starting download, target: DendriteStub |
| 1760 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Starting download, target: Cockroach |
| 1761 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Starting download, target: TransceiverControl |
| 1762 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1763 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1764 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1766 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1767 | 2026-03-18T11:50:07.605Z | Mar 18 11:50:06.788 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1768 | 2026-03-18T11:50:08.168Z | Mar 18 11:50:07.347 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1769 | 2026-03-18T11:50:08.510Z | Mar 18 11:50:07.691 INFO Download complete, target: TransceiverControl |
| 1770 | 2026-03-18T11:50:08.761Z | Mar 18 11:50:07.944 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1771 | 2026-03-18T11:50:08.953Z | Mar 18 11:50:08.136 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1772 | 2026-03-18T11:50:09.139Z | Mar 18 11:50:08.324 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1773 | 2026-03-18T11:50:09.144Z | Mar 18 11:50:08.328 INFO Download complete, target: Console |
| 1774 | 2026-03-18T11:50:09.646Z | Mar 18 11:50:08.830 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1775 | 2026-03-18T11:50:10.201Z | Mar 18 11:50:09.385 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1776 | 2026-03-18T11:50:10.201Z | Mar 18 11:50:09.385 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1777 | 2026-03-18T11:50:12.724Z | Mar 18 11:50:11.906 INFO Download complete, target: DendriteStub |
| 1778 | 2026-03-18T11:50:12.904Z | Mar 18 11:50:12.086 INFO Download complete, target: MaghemiteMgd |
| 1779 | 2026-03-18T11:50:18.019Z | Mar 18 11:50:17.197 INFO Checking that binary works, target: Cockroach |
| 1780 | 2026-03-18T11:50:18.149Z | Mar 18 11:50:17.327 INFO Download complete, target: Cockroach |
| 1781 | 2026-03-18T11:50:20.924Z | Mar 18 11:50:20.100 INFO Checking that binary works, target: Clickhouse |
| 1782 | 2026-03-18T11:50:21.022Z | Mar 18 11:50:20.198 INFO Download complete, target: Clickhouse |
| 1783 | 2026-03-18T11:50:21.028Z | All prerequisites installed successfully |
| 1784 | 2026-03-18T11:50:21.031Z | |
| 1785 | 2026-03-18T11:50:21.031Z | real 1:53.294980817 |
| 1786 | 2026-03-18T11:50:21.031Z | user 9:16.579936792 |
| 1787 | 2026-03-18T11:50:21.031Z | sys 1:53.863403063 |
| 1788 | 2026-03-18T11:50:21.031Z | trap 0.290811509 |
| 1789 | 2026-03-18T11:50:21.031Z | tflt 1.305267727 |
| 1790 | 2026-03-18T11:50:21.031Z | dflt 1.795171616 |
| 1791 | 2026-03-18T11:50:21.031Z | kflt 0.023403113 |
| 1792 | 2026-03-18T11:50:21.031Z | lock 33:10.755944342 |
| 1793 | 2026-03-18T11:50:21.031Z | slp 23:23.069275879 |
| 1794 | 2026-03-18T11:50:21.031Z | lat 28.967049510 |
| 1795 | 2026-03-18T11:50:21.032Z | stop 3:50.568610183 |
| 1796 | 2026-03-18T11:50:21.032Z | + source ./tools/include/force-git-over-https.sh |
| 1797 | 2026-03-18T11:50:21.032Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1798 | 2026-03-18T11:50:21.032Z | ++ (( i = 0 )) |
| 1799 | 2026-03-18T11:50:21.032Z | ++ (( i < 5 )) |
| 1800 | 2026-03-18T11:50:21.032Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1801 | 2026-03-18T11:50:21.035Z | ++ (( i++ )) |
| 1802 | 2026-03-18T11:50:21.035Z | ++ (( i < 5 )) |
| 1803 | 2026-03-18T11:50:21.035Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1804 | 2026-03-18T11:50:21.038Z | ++ (( i++ )) |
| 1805 | 2026-03-18T11:50:21.038Z | ++ (( i < 5 )) |
| 1806 | 2026-03-18T11:50:21.038Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1807 | 2026-03-18T11:50:21.041Z | ++ (( i++ )) |
| 1808 | 2026-03-18T11:50:21.041Z | ++ (( i < 5 )) |
| 1809 | 2026-03-18T11:50:21.044Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1810 | 2026-03-18T11:50:21.046Z | ++ (( i++ )) |
| 1811 | 2026-03-18T11:50:21.047Z | ++ (( i < 5 )) |
| 1812 | 2026-03-18T11:50:21.047Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1813 | 2026-03-18T11:50:21.049Z | ++ (( i++ )) |
| 1814 | 2026-03-18T11:50:21.049Z | ++ (( i < 5 )) |
| 1815 | 2026-03-18T11:50:21.049Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1816 | 2026-03-18T11:50:21.049Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1817 | 2026-03-18T11:50:21.050Z | + rc=0 |
| 1818 | 2026-03-18T11:50:21.050Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1819 | 2026-03-18T11:50:26.254Z | + case $rc in |
| 1820 | 2026-03-18T11:50:26.254Z | + pfexec zfs create -p rpool/images/build/host |
| 1821 | 2026-03-18T11:50:26.514Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1822 | 2026-03-18T11:50:26.583Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1823 | 2026-03-18T11:50:27.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 1824 | 2026-03-18T11:50:27.261Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1825 | 2026-03-18T11:50:28.400Z | Compiling proc-macro2 v1.0.106 |
| 1826 | 2026-03-18T11:50:28.403Z | Compiling quote v1.0.44 |
| 1827 | 2026-03-18T11:50:28.403Z | Compiling unicode-ident v1.0.24 |
| 1828 | 2026-03-18T11:50:28.403Z | Compiling libc v0.2.180 |
| 1829 | 2026-03-18T11:50:28.403Z | Compiling serde_core v1.0.228 |
| 1830 | 2026-03-18T11:50:28.403Z | Compiling serde v1.0.228 |
| 1831 | 2026-03-18T11:50:28.403Z | Compiling cfg-if v1.0.4 |
| 1832 | 2026-03-18T11:50:28.404Z | Compiling version_check v0.9.5 |
| 1833 | 2026-03-18T11:50:28.404Z | Compiling find-msvc-tools v0.1.9 |
| 1834 | 2026-03-18T11:50:28.404Z | Compiling shlex v1.3.0 |
| 1835 | 2026-03-18T11:50:28.404Z | Compiling typenum v1.19.0 |
| 1836 | 2026-03-18T11:50:28.404Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-03-18T11:50:28.404Z | Compiling portable-atomic v1.13.1 |
| 1838 | 2026-03-18T11:50:28.404Z | Compiling zerocopy v0.8.40 |
| 1839 | 2026-03-18T11:50:28.560Z | Compiling memchr v2.8.0 |
| 1840 | 2026-03-18T11:50:28.762Z | Compiling zmij v1.0.21 |
| 1841 | 2026-03-18T11:50:28.939Z | Compiling serde_json v1.0.149 |
| 1842 | 2026-03-18T11:50:28.965Z | Compiling libm v0.2.16 |
| 1843 | 2026-03-18T11:50:28.989Z | Compiling parking_lot_core v0.9.12 |
| 1844 | 2026-03-18T11:50:29.196Z | Compiling num-traits v0.2.19 |
| 1845 | 2026-03-18T11:50:29.199Z | Compiling smallvec v1.15.1 |
| 1846 | 2026-03-18T11:50:29.199Z | Compiling icu_normalizer_data v2.1.1 |
| 1847 | 2026-03-18T11:50:29.199Z | Compiling icu_properties_data v2.1.2 |
| 1848 | 2026-03-18T11:50:29.220Z | Compiling generic-array v0.14.7 |
| 1849 | 2026-03-18T11:50:29.284Z | Compiling log v0.4.29 |
| 1850 | 2026-03-18T11:50:29.325Z | Compiling pkg-config v0.3.32 |
| 1851 | 2026-03-18T11:50:29.348Z | Compiling itoa v1.0.17 |
| 1852 | 2026-03-18T11:50:29.488Z | Compiling getrandom v0.4.1 |
| 1853 | 2026-03-18T11:50:29.488Z | Compiling subtle v2.6.1 |
| 1854 | 2026-03-18T11:50:29.557Z | Compiling scopeguard v1.2.0 |
| 1855 | 2026-03-18T11:50:29.580Z | Compiling getrandom v0.3.4 |
| 1856 | 2026-03-18T11:50:29.716Z | Compiling lock_api v0.4.14 |
| 1857 | 2026-03-18T11:50:29.739Z | Compiling stable_deref_trait v1.2.1 |
| 1858 | 2026-03-18T11:50:29.827Z | Compiling critical-section v1.2.0 |
| 1859 | 2026-03-18T11:50:29.900Z | Compiling jobserver v0.1.34 |
| 1860 | 2026-03-18T11:50:29.903Z | Compiling getrandom v0.2.17 |
| 1861 | 2026-03-18T11:50:29.992Z | Compiling errno v0.3.14 |
| 1862 | 2026-03-18T11:50:29.995Z | Compiling rustix v1.1.3 |
| 1863 | 2026-03-18T11:50:30.166Z | Compiling rand_core v0.6.4 |
| 1864 | 2026-03-18T11:50:30.169Z | Compiling cc v1.2.56 |
| 1865 | 2026-03-18T11:50:30.275Z | Compiling fs_extra v1.3.0 |
| 1866 | 2026-03-18T11:50:30.309Z | Compiling dunce v1.0.5 |
| 1867 | 2026-03-18T11:50:30.359Z | Compiling syn v2.0.117 |
| 1868 | 2026-03-18T11:50:30.435Z | Compiling once_cell v1.21.3 |
| 1869 | 2026-03-18T11:50:30.535Z | Compiling pin-project-lite v0.2.17 |
| 1870 | 2026-03-18T11:50:30.573Z | Compiling heck v0.5.0 |
| 1871 | 2026-03-18T11:50:30.680Z | Compiling percent-encoding v2.3.2 |
| 1872 | 2026-03-18T11:50:30.710Z | Compiling const-oid v0.9.6 |
| 1873 | 2026-03-18T11:50:30.737Z | Compiling writeable v0.6.2 |
| 1874 | 2026-03-18T11:50:30.787Z | Compiling litemap v0.8.1 |
| 1875 | 2026-03-18T11:50:30.787Z | Compiling thiserror v2.0.18 |
| 1876 | 2026-03-18T11:50:30.858Z | Compiling fnv v1.0.7 |
| 1877 | 2026-03-18T11:50:30.903Z | Compiling rustversion v1.0.22 |
| 1878 | 2026-03-18T11:50:30.996Z | Compiling signal-hook-registry v1.4.8 |
| 1879 | 2026-03-18T11:50:31.136Z | Compiling futures-core v0.3.32 |
| 1880 | 2026-03-18T11:50:31.159Z | Compiling cmake v0.1.57 |
| 1881 | 2026-03-18T11:50:31.184Z | Compiling aws-lc-rs v1.16.0 |
| 1882 | 2026-03-18T11:50:31.207Z | Compiling equivalent v1.0.2 |
| 1883 | 2026-03-18T11:50:31.210Z | Compiling allocator-api2 v0.2.21 |
| 1884 | 2026-03-18T11:50:31.398Z | Compiling parking_lot v0.12.5 |
| 1885 | 2026-03-18T11:50:31.737Z | Compiling mio v1.1.1 |
| 1886 | 2026-03-18T11:50:31.862Z | Compiling semver v1.0.27 |
| 1887 | 2026-03-18T11:50:31.885Z | Compiling foldhash v0.2.0 |
| 1888 | 2026-03-18T11:50:31.885Z | Compiling httparse v1.10.1 |
| 1889 | 2026-03-18T11:50:31.888Z | Compiling socket2 v0.6.2 |
| 1890 | 2026-03-18T11:50:31.973Z | Compiling bitflags v2.11.0 |
| 1891 | 2026-03-18T11:50:32.058Z | Compiling ring v0.17.14 |
| 1892 | 2026-03-18T11:50:32.127Z | Compiling aws-lc-sys v0.37.1 |
| 1893 | 2026-03-18T11:50:32.179Z | Compiling hashbrown v0.16.1 |
| 1894 | 2026-03-18T11:50:32.235Z | Compiling schemars v0.8.22 |
| 1895 | 2026-03-18T11:50:32.270Z | Compiling utf8_iter v1.0.4 |
| 1896 | 2026-03-18T11:50:32.326Z | Compiling vcpkg v0.2.15 |
| 1897 | 2026-03-18T11:50:32.543Z | Compiling form_urlencoded v1.2.2 |
| 1898 | 2026-03-18T11:50:32.766Z | Compiling rand_core v0.10.0 |
| 1899 | 2026-03-18T11:50:32.766Z | Compiling rustls v0.23.37 |
| 1900 | 2026-03-18T11:50:32.766Z | Compiling futures-sink v0.3.32 |
| 1901 | 2026-03-18T11:50:32.943Z | Compiling futures-channel v0.3.32 |
| 1902 | 2026-03-18T11:50:32.965Z | Compiling cpufeatures v0.2.17 |
| 1903 | 2026-03-18T11:50:33.013Z | Compiling crossbeam-utils v0.8.21 |
| 1904 | 2026-03-18T11:50:33.033Z | Compiling futures-io v0.3.32 |
| 1905 | 2026-03-18T11:50:33.077Z | Compiling indexmap v2.13.0 |
| 1906 | 2026-03-18T11:50:33.105Z | Compiling futures-task v0.3.32 |
| 1907 | 2026-03-18T11:50:33.142Z | Compiling openssl-sys v0.9.111 |
| 1908 | 2026-03-18T11:50:33.145Z | Compiling slab v0.4.12 |
| 1909 | 2026-03-18T11:50:33.386Z | Compiling syn v1.0.109 |
| 1910 | 2026-03-18T11:50:33.412Z | Compiling rustc_version v0.4.1 |
| 1911 | 2026-03-18T11:50:33.483Z | Compiling crc32fast v1.5.0 |
| 1912 | 2026-03-18T11:50:33.549Z | Compiling ucd-trie v0.1.7 |
| 1913 | 2026-03-18T11:50:33.552Z | Compiling thiserror v1.0.69 |
| 1914 | 2026-03-18T11:50:33.552Z | Compiling strsim v0.11.1 |
| 1915 | 2026-03-18T11:50:33.553Z | Compiling byteorder v1.5.0 |
| 1916 | 2026-03-18T11:50:33.791Z | Compiling pest v2.8.6 |
| 1917 | 2026-03-18T11:50:33.892Z | Compiling openssl v0.10.75 |
| 1918 | 2026-03-18T11:50:34.065Z | Compiling time-core v0.1.8 |
| 1919 | 2026-03-18T11:50:34.089Z | Compiling ident_case v1.0.1 |
| 1920 | 2026-03-18T11:50:34.239Z | Compiling synstructure v0.13.2 |
| 1921 | 2026-03-18T11:50:34.266Z | Compiling serde_derive_internals v0.29.1 |
| 1922 | 2026-03-18T11:50:34.269Z | Compiling num-conv v0.2.0 |
| 1923 | 2026-03-18T11:50:34.270Z | Compiling iana-time-zone v0.1.65 |
| 1924 | 2026-03-18T11:50:34.475Z | Compiling time-macros v0.2.27 |
| 1925 | 2026-03-18T11:50:34.661Z | Compiling native-tls v0.2.18 |
| 1926 | 2026-03-18T11:50:34.686Z | Compiling base64 v0.22.1 |
| 1927 | 2026-03-18T11:50:34.964Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1928 | 2026-03-18T11:50:34.990Z | Compiling untrusted v0.9.0 |
| 1929 | 2026-03-18T11:50:35.082Z | Compiling base64ct v1.8.3 |
| 1930 | 2026-03-18T11:50:35.128Z | Compiling uuid v1.21.0 |
| 1931 | 2026-03-18T11:50:35.235Z | Compiling slog v2.8.2 |
| 1932 | 2026-03-18T11:50:35.316Z | Compiling pest_meta v2.8.6 |
| 1933 | 2026-03-18T11:50:35.473Z | Compiling pem-rfc7468 v0.7.0 |
| 1934 | 2026-03-18T11:50:35.499Z | Compiling flagset v0.4.7 |
| 1935 | 2026-03-18T11:50:35.547Z | Compiling regex-syntax v0.8.10 |
| 1936 | 2026-03-18T11:50:35.550Z | Compiling rand_core v0.9.5 |
| 1937 | 2026-03-18T11:50:35.643Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1938 | 2026-03-18T11:50:35.780Z | Compiling tracing-core v0.1.36 |
| 1939 | 2026-03-18T11:50:35.950Z | Compiling paste v1.0.15 |
| 1940 | 2026-03-18T11:50:35.971Z | Compiling camino v1.2.2 |
| 1941 | 2026-03-18T11:50:35.999Z | Compiling rayon-core v1.13.0 |
| 1942 | 2026-03-18T11:50:36.062Z | Compiling plain v0.2.3 |
| 1943 | 2026-03-18T11:50:36.126Z | Compiling serde_derive v1.0.228 |
| 1944 | 2026-03-18T11:50:36.172Z | Compiling zeroize_derive v1.4.3 |
| 1945 | 2026-03-18T11:50:36.223Z | Compiling zerofrom-derive v0.1.6 |
| 1946 | 2026-03-18T11:50:36.247Z | Compiling yoke-derive v0.8.1 |
| 1947 | 2026-03-18T11:50:36.294Z | Compiling zerocopy-derive v0.8.40 |
| 1948 | 2026-03-18T11:50:36.364Z | Compiling zerovec-derive v0.11.2 |
| 1949 | 2026-03-18T11:50:36.403Z | Compiling displaydoc v0.2.5 |
| 1950 | 2026-03-18T11:50:36.780Z | Compiling tokio-macros v2.6.0 |
| 1951 | 2026-03-18T11:50:36.979Z | Compiling zeroize v1.8.2 |
| 1952 | 2026-03-18T11:50:37.182Z | Compiling futures-macro v0.3.32 |
| 1953 | 2026-03-18T11:50:37.347Z | Compiling der_derive v0.7.3 |
| 1954 | 2026-03-18T11:50:37.573Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-03-18T11:50:37.676Z | Compiling tracing-attributes v0.1.31 |
| 1956 | 2026-03-18T11:50:37.741Z | Compiling schemars_derive v0.8.22 |
| 1957 | 2026-03-18T11:50:37.803Z | Compiling zerofrom v0.1.6 |
| 1958 | 2026-03-18T11:50:37.988Z | Compiling yoke v0.8.1 |
| 1959 | 2026-03-18T11:50:38.121Z | Compiling crypto-common v0.1.7 |
| 1960 | 2026-03-18T11:50:38.251Z | Compiling zerovec v0.11.5 |
| 1961 | 2026-03-18T11:50:38.317Z | Compiling zerotrie v0.2.3 |
| 1962 | 2026-03-18T11:50:38.346Z | Compiling block-buffer v0.10.4 |
| 1963 | 2026-03-18T11:50:38.553Z | Compiling digest v0.10.7 |
| 1964 | 2026-03-18T11:50:38.897Z | Compiling futures-util v0.3.32 |
| 1965 | 2026-03-18T11:50:38.968Z | Compiling tinystr v0.8.2 |
| 1966 | 2026-03-18T11:50:39.053Z | Compiling potential_utf v0.1.4 |
| 1967 | 2026-03-18T11:50:39.086Z | Compiling hmac v0.12.1 |
| 1968 | 2026-03-18T11:50:39.255Z | Compiling icu_locale_core v2.1.1 |
| 1969 | 2026-03-18T11:50:39.277Z | Compiling icu_collections v2.1.1 |
| 1970 | 2026-03-18T11:50:39.280Z | Compiling block-padding v0.3.3 |
| 1971 | 2026-03-18T11:50:39.324Z | Compiling rustls-pki-types v1.14.0 |
| 1972 | 2026-03-18T11:50:39.327Z | Compiling thiserror-impl v1.0.69 |
| 1973 | 2026-03-18T11:50:39.370Z | Compiling openssl-macros v0.1.1 |
| 1974 | 2026-03-18T11:50:39.500Z | Compiling inout v0.1.4 |
| 1975 | 2026-03-18T11:50:39.704Z | Compiling pest_generator v2.8.6 |
| 1976 | 2026-03-18T11:50:40.209Z | Compiling icu_provider v2.1.1 |
| 1977 | 2026-03-18T11:50:40.404Z | Compiling cipher v0.4.4 |
| 1978 | 2026-03-18T11:50:40.489Z | Compiling bytes v1.11.1 |
| 1979 | 2026-03-18T11:50:40.578Z | Compiling icu_normalizer v2.1.1 |
| 1980 | 2026-03-18T11:50:40.599Z | Compiling icu_properties v2.1.2 |
| 1981 | 2026-03-18T11:50:40.723Z | Compiling chrono v0.4.44 |
| 1982 | 2026-03-18T11:50:40.809Z | Compiling pest_derive v2.8.6 |
| 1983 | 2026-03-18T11:50:41.271Z | Compiling tokio v1.49.0 |
| 1984 | 2026-03-18T11:50:41.707Z | Compiling http v1.4.0 |
| 1985 | 2026-03-18T11:50:42.053Z | Compiling idna_adapter v1.2.1 |
| 1986 | 2026-03-18T11:50:42.143Z | Compiling sha2 v0.10.9 |
| 1987 | 2026-03-18T11:50:42.238Z | Compiling idna v1.1.0 |
| 1988 | 2026-03-18T11:50:42.469Z | Compiling ppv-lite86 v0.2.21 |
| 1989 | 2026-03-18T11:50:42.675Z | Compiling url v2.5.8 |
| 1990 | 2026-03-18T11:50:42.847Z | Compiling scroll_derive v0.13.1 |
| 1991 | 2026-03-18T11:50:43.343Z | Compiling der v0.7.10 |
| 1992 | 2026-03-18T11:50:43.473Z | Compiling http-body v1.0.1 |
| 1993 | 2026-03-18T11:50:43.895Z | Compiling salsa20 v0.10.2 |
| 1994 | 2026-03-18T11:50:44.098Z | Compiling tracing v0.1.44 |
| 1995 | 2026-03-18T11:50:44.119Z | Compiling pbkdf2 v0.12.2 |
| 1996 | 2026-03-18T11:50:44.635Z | Compiling spki v0.7.3 |
| 1997 | 2026-03-18T11:50:44.892Z | Compiling cookie v0.18.1 |
| 1998 | 2026-03-18T11:50:44.895Z | Compiling dyn-clone v1.0.20 |
| 1999 | 2026-03-18T11:50:44.926Z | Compiling fastrand v2.3.0 |
| 2000 | 2026-03-18T11:50:44.948Z | Compiling num-bigint-dig v0.8.6 |
| 2001 | 2026-03-18T11:50:44.993Z | Compiling atomic-waker v1.1.2 |
| 2002 | 2026-03-18T11:50:45.222Z | Compiling scrypt v0.11.0 |
| 2003 | 2026-03-18T11:50:45.291Z | Compiling rand_chacha v0.9.0 |
| 2004 | 2026-03-18T11:50:45.393Z | Compiling cbc v0.1.2 |
| 2005 | 2026-03-18T11:50:45.488Z | Compiling aes v0.8.4 |
| 2006 | 2026-03-18T11:50:45.875Z | Compiling ahash v0.8.12 |
| 2007 | 2026-03-18T11:50:45.918Z | Compiling pretty-hex v0.4.1 |
| 2008 | 2026-03-18T11:50:45.918Z | Compiling zstd-safe v7.2.4 |
| 2009 | 2026-03-18T11:50:46.140Z | Compiling tower-layer v0.3.3 |
| 2010 | 2026-03-18T11:50:46.174Z | Compiling tower-service v0.3.3 |
| 2011 | 2026-03-18T11:50:46.197Z | Compiling anyhow v1.0.102 |
| 2012 | 2026-03-18T11:50:46.200Z | Compiling untrusted v0.7.1 |
| 2013 | 2026-03-18T11:50:46.200Z | Compiling usdt-impl v0.6.0 |
| 2014 | 2026-03-18T11:50:46.263Z | Compiling try-lock v0.2.5 |
| 2015 | 2026-03-18T11:50:46.311Z | Compiling openssl-probe v0.2.1 |
| 2016 | 2026-03-18T11:50:46.397Z | Compiling want v0.3.1 |
| 2017 | 2026-03-18T11:50:46.445Z | Compiling tokio-util v0.7.18 |
| 2018 | 2026-03-18T11:50:46.529Z | Compiling pkcs5 v0.7.1 |
| 2019 | 2026-03-18T11:50:46.660Z | Compiling rand v0.9.2 |
| 2020 | 2026-03-18T11:50:46.807Z | Compiling scroll v0.13.0 |
| 2021 | 2026-03-18T11:50:47.152Z | Compiling serde_tokenstream v0.2.3 |
| 2022 | 2026-03-18T11:50:47.179Z | Compiling ipnet v2.11.0 |
| 2023 | 2026-03-18T11:50:47.341Z | Compiling scroll_derive v0.12.1 |
| 2024 | 2026-03-18T11:50:47.419Z | Compiling daft-derive v0.1.5 |
| 2025 | 2026-03-18T11:50:47.485Z | Compiling async-trait v0.1.89 |
| 2026 | 2026-03-18T11:50:47.555Z | Compiling clap_derive v4.5.55 |
| 2027 | 2026-03-18T11:50:47.870Z | Compiling heapless v0.7.17 |
| 2028 | 2026-03-18T11:50:48.092Z | Compiling h2 v0.4.13 |
| 2029 | 2026-03-18T11:50:48.180Z | Compiling aho-corasick v1.1.4 |
| 2030 | 2026-03-18T11:50:48.215Z | Compiling httpdate v1.0.3 |
| 2031 | 2026-03-18T11:50:48.510Z | Compiling pin-utils v0.1.0 |
| 2032 | 2026-03-18T11:50:48.538Z | Compiling signal-hook v0.3.18 |
| 2033 | 2026-03-18T11:50:48.690Z | Compiling goblin v0.10.5 |
| 2034 | 2026-03-18T11:50:48.752Z | Compiling pkcs8 v0.10.2 |
| 2035 | 2026-03-18T11:50:48.755Z | Compiling tempfile v3.25.0 |
| 2036 | 2026-03-18T11:50:48.799Z | Compiling darling_core v0.20.11 |
| 2037 | 2026-03-18T11:50:49.074Z | Compiling spin v0.9.8 |
| 2038 | 2026-03-18T11:50:49.167Z | Compiling tinyvec_macros v0.1.1 |
| 2039 | 2026-03-18T11:50:49.395Z | Compiling regex-automata v0.4.14 |
| 2040 | 2026-03-18T11:50:49.576Z | Compiling litrs v1.0.0 |
| 2041 | 2026-03-18T11:50:50.013Z | Compiling tinyvec v1.10.0 |
| 2042 | 2026-03-18T11:50:50.218Z | Compiling document-features v0.2.12 |
| 2043 | 2026-03-18T11:50:50.418Z | Compiling dtrace-parser v0.3.0 |
| 2044 | 2026-03-18T11:50:50.574Z | Compiling hex v0.4.3 |
| 2045 | 2026-03-18T11:50:50.947Z | Compiling strum_macros v0.26.4 |
| 2046 | 2026-03-18T11:50:51.018Z | Compiling zerocopy-derive v0.7.35 |
| 2047 | 2026-03-18T11:50:51.140Z | Compiling darling_core v0.21.3 |
| 2048 | 2026-03-18T11:50:51.273Z | Compiling curve25519-dalek v4.1.3 |
| 2049 | 2026-03-18T11:50:51.639Z | Compiling thread-id v5.1.0 |
| 2050 | 2026-03-18T11:50:51.663Z | Compiling darling_macro v0.20.11 |
| 2051 | 2026-03-18T11:50:51.734Z | Compiling proc-macro-error-attr v1.0.4 |
| 2052 | 2026-03-18T11:50:51.766Z | Compiling memoffset v0.9.1 |
| 2053 | 2026-03-18T11:50:51.946Z | Compiling anstyle v1.0.13 |
| 2054 | 2026-03-18T11:50:51.999Z | Compiling rustix v0.38.44 |
| 2055 | 2026-03-18T11:50:52.044Z | Compiling powerfmt v0.2.0 |
| 2056 | 2026-03-18T11:50:52.091Z | Compiling foreign-types-shared v0.1.1 |
| 2057 | 2026-03-18T11:50:52.254Z | Compiling utf8parse v0.2.2 |
| 2058 | 2026-03-18T11:50:52.310Z | Compiling ref-cast v1.0.25 |
| 2059 | 2026-03-18T11:50:52.335Z | Compiling smoltcp v0.9.1 |
| 2060 | 2026-03-18T11:50:52.362Z | Compiling darling v0.20.11 |
| 2061 | 2026-03-18T11:50:52.425Z | Compiling anstyle-parse v0.2.7 |
| 2062 | 2026-03-18T11:50:52.450Z | Compiling deranged v0.5.8 |
| 2063 | 2026-03-18T11:50:52.486Z | Compiling foreign-types v0.3.2 |
| 2064 | 2026-03-18T11:50:52.522Z | Compiling dof v0.4.0 |
| 2065 | 2026-03-18T11:50:52.845Z | Compiling hyper v1.8.1 |
| 2066 | 2026-03-18T11:50:53.031Z | Compiling rustls-native-certs v0.8.3 |
| 2067 | 2026-03-18T11:50:53.218Z | Compiling http-body-util v0.1.3 |
| 2068 | 2026-03-18T11:50:53.303Z | Compiling serde_spanned v0.6.9 |
| 2069 | 2026-03-18T11:50:53.577Z | Compiling toml_datetime v0.6.11 |
| 2070 | 2026-03-18T11:50:54.051Z | Compiling sync_wrapper v1.0.2 |
| 2071 | 2026-03-18T11:50:54.085Z | Compiling wait-timeout v0.2.1 |
| 2072 | 2026-03-18T11:50:54.128Z | Compiling proc-macro-error v1.0.4 |
| 2073 | 2026-03-18T11:50:54.128Z | Compiling quick-error v1.2.3 |
| 2074 | 2026-03-18T11:50:54.228Z | Compiling num_threads v0.1.7 |
| 2075 | 2026-03-18T11:50:54.265Z | Compiling cfg_aliases v0.2.1 |
| 2076 | 2026-03-18T11:50:54.289Z | Compiling siphasher v1.0.2 |
| 2077 | 2026-03-18T11:50:54.312Z | Compiling darling_macro v0.21.3 |
| 2078 | 2026-03-18T11:50:54.315Z | Compiling colorchoice v1.0.4 |
| 2079 | 2026-03-18T11:50:54.362Z | Compiling ryu v1.0.23 |
| 2080 | 2026-03-18T11:50:54.365Z | Compiling is_terminal_polyfill v1.70.2 |
| 2081 | 2026-03-18T11:50:54.403Z | Compiling anstyle-query v1.1.5 |
| 2082 | 2026-03-18T11:50:54.430Z | Compiling simd-adler32 v0.3.8 |
| 2083 | 2026-03-18T11:50:54.508Z | Compiling unicode-segmentation v1.12.0 |
| 2084 | 2026-03-18T11:50:54.531Z | Compiling bit-vec v0.8.0 |
| 2085 | 2026-03-18T11:50:54.732Z | Compiling hyper-util v0.1.20 |
| 2086 | 2026-03-18T11:50:54.826Z | Compiling either v1.15.0 |
| 2087 | 2026-03-18T11:50:54.923Z | Compiling bit-set v0.8.0 |
| 2088 | 2026-03-18T11:50:54.964Z | Compiling darling v0.21.3 |
| 2089 | 2026-03-18T11:50:55.011Z | Compiling time v0.3.47 |
| 2090 | 2026-03-18T11:50:55.092Z | Compiling serde_urlencoded v0.7.1 |
| 2091 | 2026-03-18T11:50:55.117Z | Compiling anstream v0.6.21 |
| 2092 | 2026-03-18T11:50:55.167Z | Compiling nix v0.31.1 |
| 2093 | 2026-03-18T11:50:55.276Z | Compiling rusty-fork v0.3.1 |
| 2094 | 2026-03-18T11:50:55.442Z | Compiling tower v0.5.3 |
| 2095 | 2026-03-18T11:50:55.809Z | Compiling crossbeam-epoch v0.9.18 |
| 2096 | 2026-03-18T11:50:56.004Z | Compiling derive_builder_core v0.20.2 |
| 2097 | 2026-03-18T11:50:56.049Z | Compiling regex v1.12.3 |
| 2098 | 2026-03-18T11:50:56.209Z | Compiling unicode-normalization v0.1.25 |
| 2099 | 2026-03-18T11:50:56.447Z | Compiling erased-serde v0.3.31 |
| 2100 | 2026-03-18T11:50:56.644Z | Compiling webpki-roots v1.0.6 |
| 2101 | 2026-03-18T11:50:56.735Z | Compiling signature v2.2.0 |
| 2102 | 2026-03-18T11:50:56.824Z | Compiling hubpack_derive v0.1.1 |
| 2103 | 2026-03-18T11:50:56.857Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2104 | 2026-03-18T11:50:56.939Z | Compiling strum_macros v0.27.2 |
| 2105 | 2026-03-18T11:50:57.106Z | Compiling ref-cast-impl v1.0.25 |
| 2106 | 2026-03-18T11:50:57.127Z | Compiling rand_xorshift v0.4.0 |
| 2107 | 2026-03-18T11:50:57.506Z | Compiling usdt-impl v0.5.0 |
| 2108 | 2026-03-18T11:50:57.528Z | Compiling fs-err v3.3.0 |
| 2109 | 2026-03-18T11:50:57.683Z | Compiling unicode-properties v0.1.4 |
| 2110 | 2026-03-18T11:50:57.813Z | Compiling iri-string v0.7.10 |
| 2111 | 2026-03-18T11:50:57.979Z | Compiling object v0.37.3 |
| 2112 | 2026-03-18T11:50:58.034Z | Compiling adler2 v2.0.1 |
| 2113 | 2026-03-18T11:50:58.176Z | Compiling unicode-bidi v0.3.18 |
| 2114 | 2026-03-18T11:50:58.203Z | Compiling unarray v0.1.4 |
| 2115 | 2026-03-18T11:50:58.257Z | Compiling miniz_oxide v0.8.9 |
| 2116 | 2026-03-18T11:50:58.355Z | Compiling proptest v1.10.0 |
| 2117 | 2026-03-18T11:50:58.743Z | Compiling stringprep v0.1.5 |
| 2118 | 2026-03-18T11:50:58.978Z | Compiling derive_builder_macro v0.20.2 |
| 2119 | 2026-03-18T11:50:59.378Z | Compiling crossbeam-deque v0.8.6 |
| 2120 | 2026-03-18T11:50:59.439Z | Compiling serde_with_macros v3.17.0 |
| 2121 | 2026-03-18T11:50:59.461Z | Compiling heck v0.4.1 |
| 2122 | 2026-03-18T11:50:59.562Z | Compiling usdt-macro v0.6.0 |
| 2123 | 2026-03-18T11:50:59.633Z | Compiling usdt-attr-macro v0.6.0 |
| 2124 | 2026-03-18T11:50:59.654Z | Compiling ipnetwork v0.21.1 |
| 2125 | 2026-03-18T11:50:59.744Z | Compiling tower-http v0.6.8 |
| 2126 | 2026-03-18T11:50:59.818Z | Compiling scroll v0.12.0 |
| 2127 | 2026-03-18T11:51:00.358Z | Compiling rand_chacha v0.3.1 |
| 2128 | 2026-03-18T11:51:00.599Z | Compiling md-5 v0.10.6 |
| 2129 | 2026-03-18T11:51:00.823Z | Compiling terminal_size v0.4.3 |
| 2130 | 2026-03-18T11:51:00.826Z | Compiling num-integer v0.1.46 |
| 2131 | 2026-03-18T11:51:00.826Z | Compiling hash32 v0.2.1 |
| 2132 | 2026-03-18T11:51:00.890Z | Compiling vergen-lib v0.1.6 |
| 2133 | 2026-03-18T11:51:00.935Z | Compiling ff v0.13.1 |
| 2134 | 2026-03-18T11:51:01.005Z | Compiling base16ct v0.2.0 |
| 2135 | 2026-03-18T11:51:01.122Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-18T11:51:01.125Z | Compiling winnow v0.7.14 |
| 2137 | 2026-03-18T11:51:01.236Z | Compiling fallible-iterator v0.2.0 |
| 2138 | 2026-03-18T11:51:01.415Z | Compiling zlib-rs v0.6.2 |
| 2139 | 2026-03-18T11:51:01.437Z | Compiling psl-types v2.0.11 |
| 2140 | 2026-03-18T11:51:01.623Z | Compiling publicsuffix v2.3.0 |
| 2141 | 2026-03-18T11:51:01.643Z | Compiling postgres-protocol v0.6.10 |
| 2142 | 2026-03-18T11:51:01.724Z | Compiling clap_builder v4.5.60 |
| 2143 | 2026-03-18T11:51:02.060Z | Compiling sec1 v0.7.3 |
| 2144 | 2026-03-18T11:51:02.179Z | Compiling num-iter v0.1.45 |
| 2145 | 2026-03-18T11:51:02.294Z | Compiling group v0.13.0 |
| 2146 | 2026-03-18T11:51:02.345Z | Compiling newtype-uuid v1.3.2 |
| 2147 | 2026-03-18T11:51:02.526Z | Compiling rand v0.8.5 |
| 2148 | 2026-03-18T11:51:03.366Z | Compiling goblin v0.8.2 |
| 2149 | 2026-03-18T11:51:03.492Z | Compiling oxnet v0.1.4 |
| 2150 | 2026-03-18T11:51:03.543Z | Compiling zone_cfg_derive v0.3.1 |
| 2151 | 2026-03-18T11:51:03.681Z | Compiling derive_builder v0.20.2 |
| 2152 | 2026-03-18T11:51:03.684Z | Compiling tokio-native-tls v0.3.1 |
| 2153 | 2026-03-18T11:51:03.868Z | Compiling phf_shared v0.13.1 |
| 2154 | 2026-03-18T11:51:03.996Z | Compiling zerocopy v0.7.35 |
| 2155 | 2026-03-18T11:51:04.038Z | Compiling lazy_static v1.5.0 |
| 2156 | 2026-03-18T11:51:04.240Z | Compiling cargo-platform v0.1.9 |
| 2157 | 2026-03-18T11:51:04.262Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-03-18T11:51:04.295Z | Compiling crypto-bigint v0.5.5 |
| 2159 | 2026-03-18T11:51:04.352Z | Compiling flate2 v1.1.9 |
| 2160 | 2026-03-18T11:51:04.376Z | Compiling enum-as-inner v0.6.1 |
| 2161 | 2026-03-18T11:51:04.465Z | Compiling serde_repr v0.1.20 |
| 2162 | 2026-03-18T11:51:04.590Z | Compiling vergen v9.0.6 |
| 2163 | 2026-03-18T11:51:04.787Z | Compiling encoding_rs v0.8.35 |
| 2164 | 2026-03-18T11:51:04.851Z | Compiling winnow v0.5.40 |
| 2165 | 2026-03-18T11:51:05.004Z | Compiling unicode-width v0.2.0 |
| 2166 | 2026-03-18T11:51:05.143Z | Compiling managed v0.8.0 |
| 2167 | 2026-03-18T11:51:05.380Z | Compiling bumpalo v3.20.2 |
| 2168 | 2026-03-18T11:51:05.514Z | Compiling foldhash v0.1.5 |
| 2169 | 2026-03-18T11:51:05.710Z | Compiling libbz2-rs-sys v0.2.2 |
| 2170 | 2026-03-18T11:51:05.741Z | Compiling bitflags v1.3.2 |
| 2171 | 2026-03-18T11:51:05.873Z | Compiling mime v0.3.17 |
| 2172 | 2026-03-18T11:51:06.332Z | Compiling bzip2 v0.6.1 |
| 2173 | 2026-03-18T11:51:06.482Z | Compiling dof v0.3.0 |
| 2174 | 2026-03-18T11:51:06.503Z | Compiling hashbrown v0.15.5 |
| 2175 | 2026-03-18T11:51:06.633Z | Compiling toml_edit v0.19.15 |
| 2176 | 2026-03-18T11:51:06.802Z | Compiling zopfli v0.8.3 |
| 2177 | 2026-03-18T11:51:06.878Z | Compiling elliptic-curve v0.13.8 |
| 2178 | 2026-03-18T11:51:07.344Z | Compiling console v0.16.2 |
| 2179 | 2026-03-18T11:51:07.570Z | Compiling cargo_metadata v0.19.2 |
| 2180 | 2026-03-18T11:51:08.683Z | Compiling phf v0.13.1 |
| 2181 | 2026-03-18T11:51:08.908Z | Compiling clap v4.5.60 |
| 2182 | 2026-03-18T11:51:09.236Z | Compiling hyper-tls v0.6.0 |
| 2183 | 2026-03-18T11:51:09.256Z | Compiling daft v0.1.5 |
| 2184 | 2026-03-18T11:51:09.349Z | Compiling signal-hook-mio v0.2.5 |
| 2185 | 2026-03-18T11:51:09.485Z | Compiling cookie_store v0.22.1 |
| 2186 | 2026-03-18T11:51:09.552Z | Compiling rayon v1.11.0 |
| 2187 | 2026-03-18T11:51:09.623Z | Compiling zstd v0.13.3 |
| 2188 | 2026-03-18T11:51:09.760Z | Compiling postgres-types v0.2.12 |
| 2189 | 2026-03-18T11:51:09.784Z | Compiling bzip2 v0.4.4 |
| 2190 | 2026-03-18T11:51:09.825Z | Compiling strum v0.27.2 |
| 2191 | 2026-03-18T11:51:10.032Z | Compiling hubpack v0.1.2 |
| 2192 | 2026-03-18T11:51:10.060Z | Compiling ed25519 v2.2.3 |
| 2193 | 2026-03-18T11:51:10.121Z | Compiling dtrace-parser v0.2.0 |
| 2194 | 2026-03-18T11:51:10.189Z | Compiling itertools v0.12.1 |
| 2195 | 2026-03-18T11:51:10.301Z | Compiling phf_shared v0.11.3 |
| 2196 | 2026-03-18T11:51:10.382Z | Compiling bstr v1.12.1 |
| 2197 | 2026-03-18T11:51:10.459Z | Compiling pkcs1 v0.7.5 |
| 2198 | 2026-03-18T11:51:10.671Z | Compiling serde-big-array v0.5.1 |
| 2199 | 2026-03-18T11:51:10.697Z | Compiling rfc6979 v0.4.0 |
| 2200 | 2026-03-18T11:51:10.941Z | Compiling float-cmp v0.10.0 |
| 2201 | 2026-03-18T11:51:10.966Z | Compiling memmap2 v0.9.10 |
| 2202 | 2026-03-18T11:51:10.990Z | Compiling thread-id v4.2.2 |
| 2203 | 2026-03-18T11:51:10.993Z | Compiling env_filter v1.0.0 |
| 2204 | 2026-03-18T11:51:11.127Z | Compiling jiff v0.2.21 |
| 2205 | 2026-03-18T11:51:11.150Z | Compiling new_debug_unreachable v1.0.6 |
| 2206 | 2026-03-18T11:51:11.194Z | Compiling toml_write v0.1.2 |
| 2207 | 2026-03-18T11:51:11.246Z | Compiling unit-prefix v0.5.2 |
| 2208 | 2026-03-18T11:51:11.357Z | Compiling difflib v0.4.0 |
| 2209 | 2026-03-18T11:51:11.443Z | Compiling rustc-hash v2.1.1 |
| 2210 | 2026-03-18T11:51:11.638Z | Compiling fixedbitset v0.4.2 |
| 2211 | 2026-03-18T11:51:11.675Z | Compiling keccak v0.1.6 |
| 2212 | 2026-03-18T11:51:11.722Z | Compiling whoami v2.1.0 |
| 2213 | 2026-03-18T11:51:11.817Z | Compiling data-encoding v2.10.0 |
| 2214 | 2026-03-18T11:51:11.916Z | Compiling static_assertions v1.1.0 |
| 2215 | 2026-03-18T11:51:11.941Z | Compiling predicates-core v1.0.10 |
| 2216 | 2026-03-18T11:51:11.965Z | Compiling normalize-line-endings v0.3.0 |
| 2217 | 2026-03-18T11:51:11.988Z | Compiling fixedbitset v0.5.7 |
| 2218 | 2026-03-18T11:51:12.010Z | Compiling precomputed-hash v0.1.1 |
| 2219 | 2026-03-18T11:51:12.033Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2220 | 2026-03-18T11:51:12.099Z | Compiling tokio-postgres v0.7.16 |
| 2221 | 2026-03-18T11:51:12.138Z | Compiling string_cache v0.8.9 |
| 2222 | 2026-03-18T11:51:12.173Z | Compiling predicates v3.1.4 |
| 2223 | 2026-03-18T11:51:12.194Z | Compiling sha3 v0.10.8 |
| 2224 | 2026-03-18T11:51:12.375Z | Compiling petgraph v0.8.3 |
| 2225 | 2026-03-18T11:51:12.438Z | Compiling hickory-proto v0.25.2 |
| 2226 | 2026-03-18T11:51:12.567Z | Compiling petgraph v0.6.5 |
| 2227 | 2026-03-18T11:51:12.589Z | Compiling indicatif v0.18.4 |
| 2228 | 2026-03-18T11:51:12.861Z | Compiling zone v0.3.1 |
| 2229 | 2026-03-18T11:51:12.963Z | Compiling iddqd v0.3.17 |
| 2230 | 2026-03-18T11:51:13.602Z | Compiling toml_edit v0.22.27 |
| 2231 | 2026-03-18T11:51:14.195Z | Compiling env_logger v0.11.9 |
| 2232 | 2026-03-18T11:51:14.417Z | Compiling usdt v0.6.0 |
| 2233 | 2026-03-18T11:51:14.604Z | Compiling serde_with v3.17.0 |
| 2234 | 2026-03-18T11:51:14.631Z | Compiling similar v2.7.0 |
| 2235 | 2026-03-18T11:51:14.745Z | Compiling zip v4.6.1 |
| 2236 | 2026-03-18T11:51:14.934Z | Compiling ecdsa v0.16.9 |
| 2237 | 2026-03-18T11:51:15.268Z | Compiling rsa v0.9.10 |
| 2238 | 2026-03-18T11:51:15.725Z | Compiling crossterm v0.28.1 |
| 2239 | 2026-03-18T11:51:15.764Z | Compiling ed25519-dalek v2.2.0 |
| 2240 | 2026-03-18T11:51:16.125Z | Compiling zip v0.6.6 |
| 2241 | 2026-03-18T11:51:16.519Z | Compiling toml v0.7.8 |
| 2242 | 2026-03-18T11:51:16.831Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2243 | 2026-03-18T11:51:16.851Z | Compiling itertools v0.13.0 |
| 2244 | 2026-03-18T11:51:16.938Z | Compiling strum v0.26.3 |
| 2245 | 2026-03-18T11:51:17.055Z | Compiling tokio-stream v0.1.18 |
| 2246 | 2026-03-18T11:51:17.121Z | Compiling buf-list v1.1.2 |
| 2247 | 2026-03-18T11:51:17.310Z | Compiling x509-cert v0.2.5 |
| 2248 | 2026-03-18T11:51:17.363Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2249 | 2026-03-18T11:51:17.469Z | Compiling openapiv3 v2.2.0 |
| 2250 | 2026-03-18T11:51:17.604Z | Compiling sha1 v0.10.6 |
| 2251 | 2026-03-18T11:51:17.678Z | Compiling structmeta-derive v0.3.0 |
| 2252 | 2026-03-18T11:51:17.752Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2253 | 2026-03-18T11:51:17.886Z | Compiling lalrpop-util v0.19.12 |
| 2254 | 2026-03-18T11:51:18.116Z | Compiling peg-runtime v0.8.5 |
| 2255 | 2026-03-18T11:51:18.160Z | Compiling radium v0.7.0 |
| 2256 | 2026-03-18T11:51:18.965Z | Compiling structmeta v0.3.0 |
| 2257 | 2026-03-18T11:51:20.212Z | Compiling tap v1.0.1 |
| 2258 | 2026-03-18T11:51:20.341Z | Compiling maybe-uninit v2.0.0 |
| 2259 | 2026-03-18T11:51:20.376Z | Compiling wyz v0.5.1 |
| 2260 | 2026-03-18T11:51:22.085Z | Compiling funty v2.0.0 |
| 2261 | 2026-03-18T11:51:22.197Z | Compiling packed_struct v0.10.1 |
| 2262 | 2026-03-18T11:51:23.560Z | Compiling bitvec v1.0.1 |
| 2263 | 2026-03-18T11:51:25.320Z | Compiling futures-executor v0.3.32 |
| 2264 | 2026-03-18T11:51:25.591Z | Compiling packed_struct_codegen v0.10.1 |
| 2265 | 2026-03-18T11:51:26.003Z | Compiling zerocopy-derive v0.6.6 |
| 2266 | 2026-03-18T11:51:26.024Z | Compiling bitfield-macros v0.19.4 |
| 2267 | 2026-03-18T11:51:26.267Z | Compiling indexmap v1.9.3 |
| 2268 | 2026-03-18T11:51:26.484Z | Compiling typeid v1.0.3 |
| 2269 | 2026-03-18T11:51:26.583Z | Compiling crc-catalog v2.4.0 |
| 2270 | 2026-03-18T11:51:26.901Z | Compiling nodrop v0.1.14 |
| 2271 | 2026-03-18T11:51:26.940Z | Compiling bitfield v0.19.4 |
| 2272 | 2026-03-18T11:51:27.012Z | Compiling zerocopy v0.6.6 |
| 2273 | 2026-03-18T11:51:27.038Z | Compiling array-init v0.0.4 |
| 2274 | 2026-03-18T11:51:27.657Z | Compiling crc v3.4.0 |
| 2275 | 2026-03-18T11:51:27.951Z | Compiling futures v0.3.32 |
| 2276 | 2026-03-18T11:51:28.651Z | Compiling smallvec v0.6.14 |
| 2277 | 2026-03-18T11:51:28.965Z | Compiling derive-ex v0.1.8 |
| 2278 | 2026-03-18T11:51:31.890Z | Compiling base64 v0.21.7 |
| 2279 | 2026-03-18T11:51:31.987Z | Compiling hashbrown v0.12.3 |
| 2280 | 2026-03-18T11:51:32.250Z | Compiling erased-serde v0.4.9 |
| 2281 | 2026-03-18T11:51:32.766Z | Compiling rustls v0.22.4 |
| 2282 | 2026-03-18T11:51:34.430Z | Compiling ron v0.8.1 |
| 2283 | 2026-03-18T11:51:36.349Z | Compiling rustls-webpki v0.103.9 |
| 2284 | 2026-03-18T11:51:37.740Z | Compiling test-strategy v0.4.5 |
| 2285 | 2026-03-18T11:51:38.222Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2286 | 2026-03-18T11:51:38.906Z | Compiling serde-hex v0.1.0 |
| 2287 | 2026-03-18T11:51:39.062Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2288 | 2026-03-18T11:51:39.530Z | Compiling toml v0.8.23 |
| 2289 | 2026-03-18T11:51:39.560Z | Compiling hashbrown v0.13.2 |
| 2290 | 2026-03-18T11:51:39.715Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2291 | 2026-03-18T11:51:40.123Z | Compiling rustls-webpki v0.102.8 |
| 2292 | 2026-03-18T11:51:40.366Z | Compiling pin-project-internal v1.1.11 |
| 2293 | 2026-03-18T11:51:40.523Z | Compiling filetime v0.2.27 |
| 2294 | 2026-03-18T11:51:40.549Z | Compiling multer v3.1.0 |
| 2295 | 2026-03-18T11:51:40.700Z | Compiling thread_local v1.1.9 |
| 2296 | 2026-03-18T11:51:40.807Z | Compiling crc-any v2.5.0 |
| 2297 | 2026-03-18T11:51:40.827Z | Compiling same-file v1.0.6 |
| 2298 | 2026-03-18T11:51:41.066Z | Compiling slog-async v2.8.0 |
| 2299 | 2026-03-18T11:51:41.337Z | Compiling xattr v1.6.1 |
| 2300 | 2026-03-18T11:51:41.408Z | Compiling match_cfg v0.1.0 |
| 2301 | 2026-03-18T11:51:41.511Z | Compiling tokio-rustls v0.26.4 |
| 2302 | 2026-03-18T11:51:41.532Z | Compiling rustls-platform-verifier v0.6.2 |
| 2303 | 2026-03-18T11:51:41.561Z | Compiling tar v0.4.44 |
| 2304 | 2026-03-18T11:51:41.605Z | Compiling hostname v0.3.1 |
| 2305 | 2026-03-18T11:51:41.752Z | Compiling pin-project v1.1.11 |
| 2306 | 2026-03-18T11:51:41.774Z | Compiling walkdir v2.5.0 |
| 2307 | 2026-03-18T11:51:41.831Z | Compiling hyper-rustls v0.27.7 |
| 2308 | 2026-03-18T11:51:41.910Z | Compiling object v0.30.4 |
| 2309 | 2026-03-18T11:51:41.913Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2310 | 2026-03-18T11:51:42.195Z | Compiling reqwest v0.13.2 |
| 2311 | 2026-03-18T11:51:42.303Z | Compiling reqwest v0.12.28 |
| 2312 | 2026-03-18T11:51:42.413Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2313 | 2026-03-18T11:51:42.637Z | Compiling slog-json v2.6.1 |
| 2314 | 2026-03-18T11:51:42.759Z | Compiling crossbeam-channel v0.5.15 |
| 2315 | 2026-03-18T11:51:42.795Z | Compiling snafu-derive v0.8.9 |
| 2316 | 2026-03-18T11:51:42.877Z | Compiling async-stream-impl v0.3.6 |
| 2317 | 2026-03-18T11:51:42.972Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2318 | 2026-03-18T11:51:43.256Z | Compiling ordered-float v2.10.1 |
| 2319 | 2026-03-18T11:51:43.497Z | Compiling serde_spanned v1.0.4 |
| 2320 | 2026-03-18T11:51:43.633Z | Compiling serde_path_to_error v0.1.20 |
| 2321 | 2026-03-18T11:51:43.665Z | Compiling is-terminal v0.4.17 |
| 2322 | 2026-03-18T11:51:43.688Z | Compiling dropshot v0.16.7 |
| 2323 | 2026-03-18T11:51:43.720Z | Compiling fs-err v2.11.0 |
| 2324 | 2026-03-18T11:51:43.812Z | Compiling debug-ignore v1.0.5 |
| 2325 | 2026-03-18T11:51:43.833Z | Compiling term v1.2.1 |
| 2326 | 2026-03-18T11:51:43.956Z | Compiling take_mut v0.2.2 |
| 2327 | 2026-03-18T11:51:43.980Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2328 | 2026-03-18T11:51:44.004Z | Compiling path-slash v0.1.5 |
| 2329 | 2026-03-18T11:51:44.220Z | Compiling async-stream v0.3.6 |
| 2330 | 2026-03-18T11:51:44.246Z | Compiling slog-term v2.9.2 |
| 2331 | 2026-03-18T11:51:44.272Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2332 | 2026-03-18T11:51:44.345Z | Compiling serde-value v0.7.0 |
| 2333 | 2026-03-18T11:51:44.488Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2334 | 2026-03-18T11:51:44.724Z | Compiling tokio-rustls v0.25.0 |
| 2335 | 2026-03-18T11:51:45.082Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2336 | 2026-03-18T11:51:45.117Z | Compiling snafu v0.8.9 |
| 2337 | 2026-03-18T11:51:45.260Z | Compiling slog-bunyan v2.5.0 |
| 2338 | 2026-03-18T11:51:45.290Z | Compiling serde-untagged v0.1.9 |
| 2339 | 2026-03-18T11:51:45.719Z | Compiling globset v0.4.18 |
| 2340 | 2026-03-18T11:51:45.764Z | Compiling parse-display-derive v0.10.0 |
| 2341 | 2026-03-18T11:51:45.831Z | Compiling camino-tempfile v1.4.1 |
| 2342 | 2026-03-18T11:51:45.868Z | Compiling olpc-cjson v0.1.4 |
| 2343 | 2026-03-18T11:51:46.099Z | Compiling dropshot_endpoint v0.16.7 |
| 2344 | 2026-03-18T11:51:46.137Z | Compiling newtype-uuid-macros v0.1.0 |
| 2345 | 2026-03-18T11:51:46.341Z | Compiling backon v1.6.0 |
| 2346 | 2026-03-18T11:51:46.687Z | Compiling waitgroup v0.1.2 |
| 2347 | 2026-03-18T11:51:46.872Z | Compiling half v2.7.1 |
| 2348 | 2026-03-18T11:51:46.900Z | Compiling serde_plain v1.0.2 |
| 2349 | 2026-03-18T11:51:46.932Z | Compiling rustls-pemfile v2.2.0 |
| 2350 | 2026-03-18T11:51:47.115Z | Compiling async-recursion v1.1.1 |
| 2351 | 2026-03-18T11:51:47.204Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2352 | 2026-03-18T11:51:47.280Z | Compiling pem v3.0.6 |
| 2353 | 2026-03-18T11:51:47.310Z | Compiling blake3 v1.8.3 |
| 2354 | 2026-03-18T11:51:47.340Z | Compiling hostname v0.4.2 |
| 2355 | 2026-03-18T11:51:47.375Z | Compiling instant v0.1.13 |
| 2356 | 2026-03-18T11:51:47.543Z | Compiling ciborium-io v0.2.2 |
| 2357 | 2026-03-18T11:51:47.568Z | Compiling typed-path v0.9.3 |
| 2358 | 2026-03-18T11:51:47.620Z | Compiling unicode-xid v0.2.6 |
| 2359 | 2026-03-18T11:51:47.690Z | Compiling ciborium-ll v0.2.2 |
| 2360 | 2026-03-18T11:51:47.758Z | Compiling parse-display v0.10.0 |
| 2361 | 2026-03-18T11:51:47.823Z | Compiling cargo-util-schemas v0.8.2 |
| 2362 | 2026-03-18T11:51:47.922Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2363 | 2026-03-18T11:51:48.040Z | Compiling backoff v0.4.0 |
| 2364 | 2026-03-18T11:51:48.154Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2365 | 2026-03-18T11:51:48.291Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2366 | 2026-03-18T11:51:48.342Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2367 | 2026-03-18T11:51:48.432Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2368 | 2026-03-18T11:51:48.746Z | Compiling itertools v0.14.0 |
| 2369 | 2026-03-18T11:51:48.846Z | Compiling cargo-platform v0.2.0 |
| 2370 | 2026-03-18T11:51:48.873Z | Compiling macaddr v1.0.1 |
| 2371 | 2026-03-18T11:51:48.952Z | Compiling regress v0.10.5 |
| 2372 | 2026-03-18T11:51:49.137Z | Compiling constant_time_eq v0.4.2 |
| 2373 | 2026-03-18T11:51:49.251Z | Compiling arrayvec v0.7.6 |
| 2374 | 2026-03-18T11:51:49.405Z | Compiling indent_write v2.2.0 |
| 2375 | 2026-03-18T11:51:49.534Z | Compiling arrayref v0.3.9 |
| 2376 | 2026-03-18T11:51:49.579Z | Compiling parse-size v1.1.0 |
| 2377 | 2026-03-18T11:51:49.615Z | Compiling cargo_metadata v0.21.0 |
| 2378 | 2026-03-18T11:51:49.659Z | Compiling ciborium v0.2.2 |
| 2379 | 2026-03-18T11:51:49.828Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2380 | 2026-03-18T11:51:50.543Z | Compiling display-error-chain v0.2.2 |
| 2381 | 2026-03-18T11:51:50.739Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-03-18T11:51:50.762Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2383 | 2026-03-18T11:51:50.784Z | Compiling shell-words v1.1.1 |
| 2384 | 2026-03-18T11:52:03.813Z | Compiling progenitor-client v0.10.0 |
| 2385 | 2026-03-18T11:52:03.813Z | Compiling tough v0.20.0 |
| 2386 | 2026-03-18T11:52:03.816Z | Compiling omicron-zone-package v0.12.2 |
| 2387 | 2026-03-18T11:52:03.836Z | Compiling progenitor-client v0.13.0 |
| 2388 | 2026-03-18T11:52:03.977Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2389 | 2026-03-18T11:52:03.977Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2390 | 2026-03-18T11:52:04.374Z | Compiling progenitor-extras v0.1.1 |
| 2391 | 2026-03-18T11:52:04.692Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2392 | 2026-03-18T11:52:07.356Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2393 | 2026-03-18T11:52:11.578Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2394 | 2026-03-18T11:52:16.863Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2395 | 2026-03-18T11:52:27.154Z | Finished `release` profile [optimized] target(s) in 1m 59s |
| 2396 | 2026-03-18T11:52:27.339Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2397 | 2026-03-18T11:52:27.400Z | Mar 18 11:52:26.482 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2398 | 2026-03-18T11:52:27.523Z | Mar 18 11:52:26.606 DEBG running: git rev-parse HEAD |
| 2399 | 2026-03-18T11:52:27.527Z | Mar 18 11:52:26.610 DEBG process exited with exit status: 0 (3.224315ms) |
| 2400 | 2026-03-18T11:52:27.527Z | Mar 18 11:52:26.610 INFO version: 19.0.0-0.ci+git78e92b69fec |
| 2401 | 2026-03-18T11:52:27.537Z | Mar 18 11:52:26.620 INFO cloning helios to /work/oxidecomputer/helios |
| 2402 | 2026-03-18T11:52:27.537Z | Mar 18 11:52:26.620 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2403 | 2026-03-18T11:52:27.540Z | Cloning into '/work/oxidecomputer/helios'... |
| 2404 | 2026-03-18T11:52:28.018Z | Mar 18 11:52:27.100 DEBG process exited with exit status: 0 (479.704002ms) |
| 2405 | 2026-03-18T11:52:28.018Z | Mar 18 11:52:27.100 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2406 | 2026-03-18T11:52:28.021Z | Mar 18 11:52:27.103 DEBG process exited with exit status: 0 (3.295882ms) |
| 2407 | 2026-03-18T11:52:28.021Z | Mar 18 11:52:27.103 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2408 | 2026-03-18T11:52:28.445Z | Mar 18 11:52:27.527 DEBG process exited with exit status: 0 (423.297899ms) |
| 2409 | 2026-03-18T11:52:28.445Z | Mar 18 11:52:27.527 DEBG running: zfs list rpool/images/build/host |
| 2410 | 2026-03-18T11:52:28.449Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2411 | 2026-03-18T11:52:28.449Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2412 | 2026-03-18T11:52:28.452Z | Mar 18 11:52:27.532 DEBG process exited with exit status: 0 (5.61102ms) |
| 2413 | 2026-03-18T11:52:28.452Z | Mar 18 11:52:27.532 DEBG running: zfs list rpool/images/build/recovery |
| 2414 | 2026-03-18T11:52:28.455Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2415 | 2026-03-18T11:52:28.455Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2416 | 2026-03-18T11:52:28.455Z | Mar 18 11:52:27.537 DEBG process exited with exit status: 0 (4.906915ms) |
| 2417 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.538 INFO [hubris-production] running task |
| 2418 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.538 INFO [incorp-manifest] running task |
| 2419 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.538 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2420 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.538 INFO [hubris-staging] running task |
| 2421 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.539 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2422 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.540 INFO [switch-branch] running: git switch helios3 |
| 2423 | 2026-03-18T11:52:28.458Z | Mar 18 11:52:27.540 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 |
| 2424 | 2026-03-18T11:52:28.461Z | Mar 18 11:52:27.540 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2425 | 2026-03-18T11:52:28.467Z | [ switch-branch] Switched to a new branch 'helios3' |
| 2426 | 2026-03-18T11:52:28.470Z | [ switch-branch] branch 'helios3' set up to track 'origin/helios3'. |
| 2427 | 2026-03-18T11:52:28.470Z | Mar 18 11:52:27.551 INFO [switch-branch] process exited with exit status: 0 (11.041723ms) |
| 2428 | 2026-03-18T11:52:28.495Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2429 | 2026-03-18T11:52:28.759Z | Mar 18 11:52:27.841 INFO [incorp-create] process exited with exit status: 0 (302.630143ms) |
| 2430 | 2026-03-18T11:52:28.762Z | Mar 18 11:52:27.841 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2431 | 2026-03-18T11:52:28.965Z | Mar 18 11:52:28.046 DEBG process exited with exit status: 0 (508.239195ms) |
| 2432 | 2026-03-18T11:52:28.968Z | Mar 18 11:52:28.046 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2433 | 2026-03-18T11:52:29.059Z | Mar 18 11:52:28.141 INFO [incorp-publisher] process exited with exit status: 0 (299.644614ms) |
| 2434 | 2026-03-18T11:52:29.095Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2435 | 2026-03-18T11:52:29.525Z | Mar 18 11:52:28.607 DEBG process exited with exit status: 0 (560.075736ms) |
| 2436 | 2026-03-18T11:52:29.529Z | Mar 18 11:52:28.607 INFO [incorp-manifest] task succeeded (1.069500046s) |
| 2437 | 2026-03-18T11:52:29.529Z | Mar 18 11:52:28.608 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2438 | 2026-03-18T11:52:29.542Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2439 | 2026-03-18T11:52:29.756Z | Mar 18 11:52:28.837 INFO [incorp-fmt] process exited with exit status: 0 (228.994108ms) |
| 2440 | 2026-03-18T11:52:29.759Z | Mar 18 11:52:28.837 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2441 | 2026-03-18T11:52:29.820Z | Mar 18 11:52:28.901 INFO [hubris-production] task succeeded (1.363049403s) |
| 2442 | 2026-03-18T11:52:30.070Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T115229Z |
| 2443 | 2026-03-18T11:52:30.070Z | [ incorp-pkgsend] PUBLISHED |
| 2444 | 2026-03-18T11:52:30.121Z | Mar 18 11:52:29.202 INFO [incorp-pkgsend] process exited with exit status: 0 (365.033205ms) |
| 2445 | 2026-03-18T11:52:30.124Z | Mar 18 11:52:29.202 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2446 | 2026-03-18T11:52:30.396Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2447 | 2026-03-18T11:52:30.398Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2448 | 2026-03-18T11:52:30.413Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2449 | 2026-03-18T11:52:30.413Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2450 | 2026-03-18T11:52:30.416Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2451 | 2026-03-18T11:52:30.418Z | [ helios-incorp] |
| 2452 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Archiving packages ... |
| 2453 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Packages to add: 1 |
| 2454 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Files to retrieve: 0 |
| 2455 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2456 | 2026-03-18T11:52:30.419Z | [ helios-incorp] |
| 2457 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Packages to archive: |
| 2458 | 2026-03-18T11:52:30.419Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11-3.0:20260318T115229Z |
| 2459 | 2026-03-18T11:52:30.419Z | [ helios-incorp] |
| 2460 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2461 | 2026-03-18T11:52:30.419Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2462 | 2026-03-18T11:52:30.463Z | Mar 18 11:52:29.544 INFO [helios-incorp] process exited with exit status: 0 (341.72864ms) |
| 2463 | 2026-03-18T11:52:30.743Z | [ omicron-package] Compiling ring v0.17.14 |
| 2464 | 2026-03-18T11:52:30.996Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2465 | 2026-03-18T11:52:30.996Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2466 | 2026-03-18T11:52:31.047Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2467 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2468 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2469 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2470 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2471 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2472 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2473 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2474 | 2026-03-18T11:52:31.051Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2475 | 2026-03-18T11:52:31.054Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2476 | 2026-03-18T11:52:31.054Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2477 | 2026-03-18T11:52:31.054Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2478 | 2026-03-18T11:52:32.019Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2479 | 2026-03-18T11:52:32.157Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2480 | 2026-03-18T11:52:32.636Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2481 | 2026-03-18T11:52:32.725Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2482 | 2026-03-18T11:52:32.749Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2483 | 2026-03-18T11:52:32.752Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2484 | 2026-03-18T11:52:32.781Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2485 | 2026-03-18T11:52:32.852Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2486 | 2026-03-18T11:52:33.129Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2487 | 2026-03-18T11:52:33.129Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2488 | 2026-03-18T11:52:33.347Z | [ omicron-package] Compiling rand v0.10.0 |
| 2489 | 2026-03-18T11:52:33.479Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2490 | 2026-03-18T11:52:33.479Z | [ omicron-package] Compiling colored v3.1.1 |
| 2491 | 2026-03-18T11:52:33.537Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2492 | 2026-03-18T11:52:33.537Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2493 | 2026-03-18T11:52:33.540Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2494 | 2026-03-18T11:52:33.608Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2495 | 2026-03-18T11:52:33.753Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2496 | 2026-03-18T11:52:33.811Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2497 | 2026-03-18T11:52:33.857Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2498 | 2026-03-18T11:52:33.857Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2499 | 2026-03-18T11:52:34.011Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2500 | 2026-03-18T11:52:34.014Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2501 | 2026-03-18T11:52:34.217Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2502 | 2026-03-18T11:52:34.220Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2503 | 2026-03-18T11:52:34.414Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2504 | 2026-03-18T11:52:34.417Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2505 | 2026-03-18T11:52:34.418Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2506 | 2026-03-18T11:52:34.514Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2507 | 2026-03-18T11:52:34.514Z | [ omicron-package] Compiling glob v0.3.3 |
| 2508 | 2026-03-18T11:52:34.675Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2509 | 2026-03-18T11:52:34.678Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2510 | 2026-03-18T11:52:34.704Z | [ omicron-package] Compiling smf v0.2.3 |
| 2511 | 2026-03-18T11:52:34.762Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-03-18T11:52:34.836Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2513 | 2026-03-18T11:52:34.866Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2514 | 2026-03-18T11:52:34.932Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2515 | 2026-03-18T11:52:35.042Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2516 | 2026-03-18T11:52:35.079Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2517 | 2026-03-18T11:52:35.112Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2518 | 2026-03-18T11:52:35.383Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2519 | 2026-03-18T11:52:35.413Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2520 | 2026-03-18T11:52:35.562Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2521 | 2026-03-18T11:52:35.681Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.3 |
| 2522 | 2026-03-18T11:52:35.712Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2523 | 2026-03-18T11:52:35.743Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2524 | 2026-03-18T11:52:35.865Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2525 | 2026-03-18T11:52:36.695Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2526 | 2026-03-18T11:52:37.139Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2527 | 2026-03-18T11:52:37.161Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2528 | 2026-03-18T11:52:37.698Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2529 | 2026-03-18T11:52:38.831Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2530 | 2026-03-18T11:52:40.135Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2531 | 2026-03-18T11:52:41.204Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2532 | 2026-03-18T11:52:41.204Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2533 | 2026-03-18T11:52:41.496Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2534 | 2026-03-18T11:52:41.734Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2535 | 2026-03-18T11:52:41.806Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2536 | 2026-03-18T11:52:41.809Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2537 | 2026-03-18T11:52:42.105Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2538 | 2026-03-18T11:52:42.335Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2539 | 2026-03-18T11:52:43.406Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2540 | 2026-03-18T11:52:45.157Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2541 | 2026-03-18T11:52:45.674Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2542 | 2026-03-18T11:52:45.692Z | Mar 18 11:52:44.762 INFO [hubris-staging] task succeeded (17.223792316s) |
| 2543 | 2026-03-18T11:52:47.358Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2544 | 2026-03-18T11:52:47.378Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2545 | 2026-03-18T11:52:47.515Z | [ helios-setup] Mar 18 11:52:46.582 INFO helios repository root is: /work/oxidecomputer/helios |
| 2546 | 2026-03-18T11:52:47.518Z | [ helios-setup] Mar 18 11:52:46.584 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 |
| 2547 | 2026-03-18T11:52:47.518Z | [ helios-setup] Mar 18 11:52:46.584 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2548 | 2026-03-18T11:52:47.521Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2549 | 2026-03-18T11:52:47.547Z | [ omicron-package] Compiling progenitor-client v0.13.0 |
| 2550 | 2026-03-18T11:52:47.607Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2551 | 2026-03-18T11:52:47.639Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2552 | 2026-03-18T11:52:47.701Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2553 | 2026-03-18T11:52:47.791Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2554 | 2026-03-18T11:52:47.892Z | [ omicron-package] Compiling progenitor-extras v0.1.1 |
| 2555 | 2026-03-18T11:52:48.093Z | [ helios-setup] Mar 18 11:52:47.160 INFO clone ok!, project: bootserver |
| 2556 | 2026-03-18T11:52:48.093Z | [ helios-setup] Mar 18 11:52:47.160 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2557 | 2026-03-18T11:52:48.096Z | [ helios-setup] Mar 18 11:52:47.160 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 |
| 2558 | 2026-03-18T11:52:48.096Z | [ helios-setup] Mar 18 11:52:47.160 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2559 | 2026-03-18T11:52:48.096Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2560 | 2026-03-18T11:52:48.235Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2561 | 2026-03-18T11:52:48.659Z | [ helios-setup] Mar 18 11:52:47.726 INFO clone ok!, project: phbl |
| 2562 | 2026-03-18T11:52:48.662Z | [ helios-setup] Mar 18 11:52:47.726 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 |
| 2563 | 2026-03-18T11:52:48.662Z | [ helios-setup] Mar 18 11:52:47.727 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 |
| 2564 | 2026-03-18T11:52:48.662Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2565 | 2026-03-18T11:52:49.573Z | [ helios-setup] Mar 18 11:52:48.639 INFO clone ok!, project: amd-host-image-builder |
| 2566 | 2026-03-18T11:52:49.573Z | [ helios-setup] Mar 18 11:52:48.640 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 |
| 2567 | 2026-03-18T11:52:49.576Z | [ helios-setup] Mar 18 11:52:48.640 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2568 | 2026-03-18T11:52:49.576Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2569 | 2026-03-18T11:52:50.462Z | [ helios-setup] Mar 18 11:52:49.528 INFO clone ok!, project: pilot |
| 2570 | 2026-03-18T11:52:50.462Z | [ helios-setup] Mar 18 11:52:49.528 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 |
| 2571 | 2026-03-18T11:52:50.465Z | [ helios-setup] Mar 18 11:52:49.528 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2572 | 2026-03-18T11:52:50.465Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2573 | 2026-03-18T11:52:51.291Z | [ helios-setup] Mar 18 11:52:50.356 INFO clone ok!, project: dmar-report |
| 2574 | 2026-03-18T11:52:51.291Z | [ helios-setup] Mar 18 11:52:50.356 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2575 | 2026-03-18T11:52:51.291Z | [ helios-setup] Mar 18 11:52:50.356 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 |
| 2576 | 2026-03-18T11:52:51.295Z | [ helios-setup] Mar 18 11:52:50.356 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2577 | 2026-03-18T11:52:51.295Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2578 | 2026-03-18T11:52:51.822Z | [ helios-setup] Mar 18 11:52:50.886 INFO clone ok!, project: pinprick |
| 2579 | 2026-03-18T11:52:51.825Z | [ helios-setup] Mar 18 11:52:50.886 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 |
| 2580 | 2026-03-18T11:52:51.825Z | [ helios-setup] Mar 18 11:52:50.887 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2581 | 2026-03-18T11:52:51.825Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2582 | 2026-03-18T11:52:52.628Z | [ helios-setup] Mar 18 11:52:51.692 INFO clone ok!, project: chelsio-t6-roms |
| 2583 | 2026-03-18T11:52:52.628Z | [ helios-setup] Mar 18 11:52:51.692 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 |
| 2584 | 2026-03-18T11:52:52.631Z | [ helios-setup] Mar 18 11:52:51.692 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2585 | 2026-03-18T11:52:52.631Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2586 | 2026-03-18T11:52:53.119Z | [ helios-setup] Mar 18 11:52:52.183 INFO clone ok!, project: image-builder |
| 2587 | 2026-03-18T11:52:53.122Z | [ helios-setup] Mar 18 11:52:52.184 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 |
| 2588 | 2026-03-18T11:52:53.122Z | [ helios-setup] Mar 18 11:52:52.184 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2589 | 2026-03-18T11:52:53.122Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2590 | 2026-03-18T11:52:57.973Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2591 | 2026-03-18T11:52:59.253Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2592 | 2026-03-18T11:52:59.723Z | [ helios-setup] Mar 18 11:52:58.782 INFO clone ok!, project: amd-firmware |
| 2593 | 2026-03-18T11:52:59.726Z | [ helios-setup] Mar 18 11:52:58.782 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2594 | 2026-03-18T11:52:59.726Z | [ helios-setup] Mar 18 11:52:58.782 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2595 | 2026-03-18T11:53:00.028Z | [ helios-setup] Mar 18 11:52:59.084 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2596 | 2026-03-18T11:53:00.325Z | [ helios-setup] Mar 18 11:52:59.384 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2597 | 2026-03-18T11:53:00.325Z | [ helios-setup] Mar 18 11:52:59.384 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2598 | 2026-03-18T11:53:00.633Z | [ helios-setup] Mar 18 11:52:59.691 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2599 | 2026-03-18T11:53:00.925Z | [ helios-setup] Mar 18 11:52:59.983 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2600 | 2026-03-18T11:53:00.925Z | [ helios-setup] Mar 18 11:52:59.984 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2601 | 2026-03-18T11:53:01.295Z | [ helios-setup] Mar 18 11:53:00.353 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2602 | 2026-03-18T11:53:01.614Z | [ helios-setup] Mar 18 11:53:00.671 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2603 | 2026-03-18T11:53:01.614Z | [ helios-setup] Mar 18 11:53:00.672 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2604 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2605 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO ok! |
| 2606 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2607 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2608 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO ok! |
| 2609 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2610 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2611 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO ok! |
| 2612 | 2026-03-18T11:53:01.617Z | [ helios-setup] Mar 18 11:53:00.672 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2613 | 2026-03-18T11:53:01.623Z | [ helios-setup] Mar 18 11:53:00.681 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 2614 | 2026-03-18T11:53:01.623Z | [ helios-setup] Mar 18 11:53:00.681 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2615 | 2026-03-18T11:53:01.626Z | [ helios-setup] Mar 18 11:53:00.681 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2616 | 2026-03-18T11:53:01.719Z | [ helios-setup] Mar 18 11:53:00.776 INFO E| Downloading crates ... |
| 2617 | 2026-03-18T11:53:01.770Z | [ helios-setup] Mar 18 11:53:00.828 INFO E| Downloaded generic-array v0.14.6 |
| 2618 | 2026-03-18T11:53:01.773Z | [ helios-setup] Mar 18 11:53:00.830 INFO E| Downloaded cpufeatures v0.2.5 |
| 2619 | 2026-03-18T11:53:01.776Z | [ helios-setup] Mar 18 11:53:00.831 INFO E| Downloaded block-buffer v0.10.3 |
| 2620 | 2026-03-18T11:53:01.781Z | [ helios-setup] Mar 18 11:53:00.839 INFO E| Downloaded unicode-width v0.1.10 |
| 2621 | 2026-03-18T11:53:01.788Z | [ helios-setup] Mar 18 11:53:00.846 INFO E| Downloaded sha2 v0.10.5 |
| 2622 | 2026-03-18T11:53:01.793Z | [ helios-setup] Mar 18 11:53:00.851 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2623 | 2026-03-18T11:53:01.797Z | [ helios-setup] Mar 18 11:53:00.855 INFO E| Downloaded digest v0.10.3 |
| 2624 | 2026-03-18T11:53:01.801Z | [ helios-setup] Mar 18 11:53:00.859 INFO E| Downloaded typenum v1.15.0 |
| 2625 | 2026-03-18T11:53:01.804Z | [ helios-setup] Mar 18 11:53:00.861 INFO E| Downloaded flate2 v1.0.25 |
| 2626 | 2026-03-18T11:53:01.806Z | [ helios-setup] Mar 18 11:53:00.864 INFO E| Downloaded bytes v1.2.1 |
| 2627 | 2026-03-18T11:53:01.809Z | [ helios-setup] Mar 18 11:53:00.866 INFO E| Downloaded anyhow v1.0.62 |
| 2628 | 2026-03-18T11:53:01.851Z | [ helios-setup] Mar 18 11:53:00.908 INFO E| Compiling version_check v0.9.4 |
| 2629 | 2026-03-18T11:53:01.851Z | [ helios-setup] Mar 18 11:53:00.908 INFO E| Compiling typenum v1.15.0 |
| 2630 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.908 INFO E| Compiling crc32fast v1.3.2 |
| 2631 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.908 INFO E| Compiling cfg-if v1.0.0 |
| 2632 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.908 INFO E| Compiling adler v1.0.2 |
| 2633 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.909 INFO E| Compiling anyhow v1.0.62 |
| 2634 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.909 INFO E| Compiling cpufeatures v0.2.5 |
| 2635 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.909 INFO E| Compiling unicode-width v0.1.10 |
| 2636 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.909 INFO E| Compiling bitflags v1.3.2 |
| 2637 | 2026-03-18T11:53:01.854Z | [ helios-setup] Mar 18 11:53:00.909 INFO E| Compiling bytes v1.2.1 |
| 2638 | 2026-03-18T11:53:01.964Z | [ helios-setup] Mar 18 11:53:01.021 INFO E| Compiling miniz_oxide v0.6.2 |
| 2639 | 2026-03-18T11:53:01.967Z | [ helios-setup] Mar 18 11:53:01.025 INFO E| Compiling getopts v0.2.21 |
| 2640 | 2026-03-18T11:53:02.145Z | [ helios-setup] Mar 18 11:53:01.202 INFO E| Compiling generic-array v0.14.6 |
| 2641 | 2026-03-18T11:53:02.420Z | [ helios-setup] Mar 18 11:53:01.477 INFO E| Compiling flate2 v1.0.25 |
| 2642 | 2026-03-18T11:53:04.516Z | [ helios-setup] Mar 18 11:53:02.716 INFO E| Compiling crypto-common v0.1.6 |
| 2643 | 2026-03-18T11:53:04.516Z | [ helios-setup] Mar 18 11:53:02.716 INFO E| Compiling block-buffer v0.10.3 |
| 2644 | 2026-03-18T11:53:04.516Z | [ helios-setup] Mar 18 11:53:02.838 INFO E| Compiling digest v0.10.3 |
| 2645 | 2026-03-18T11:53:04.516Z | [ helios-setup] Mar 18 11:53:03.033 INFO E| Compiling sha2 v0.10.5 |
| 2646 | 2026-03-18T11:53:04.516Z | [ helios-setup] Mar 18 11:53:03.307 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2647 | 2026-03-18T11:53:06.242Z | [ helios-setup] Mar 18 11:53:05.296 INFO E| Finished `release` profile [optimized] target(s) in 4.60s |
| 2648 | 2026-03-18T11:53:06.253Z | [ helios-setup] Mar 18 11:53:05.308 INFO building project "bootserver" ok (4 seconds) |
| 2649 | 2026-03-18T11:53:06.253Z | [ helios-setup] Mar 18 11:53:05.308 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2650 | 2026-03-18T11:53:06.294Z | [ helios-setup] Mar 18 11:53:05.348 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')" |
| 2651 | 2026-03-18T11:53:06.294Z | [ helios-setup] Mar 18 11:53:05.348 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2652 | 2026-03-18T11:53:06.294Z | [ helios-setup] Mar 18 11:53:05.348 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2653 | 2026-03-18T11:53:06.448Z | [ helios-setup] Mar 18 11:53:05.502 INFO E| Updating crates.io index |
| 2654 | 2026-03-18T11:53:06.489Z | [ helios-setup] Mar 18 11:53:05.543 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2655 | 2026-03-18T11:53:06.880Z | [ helios-setup] Mar 18 11:53:05.934 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2656 | 2026-03-18T11:53:06.881Z | [ helios-setup] Mar 18 11:53:05.934 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2657 | 2026-03-18T11:53:06.895Z | [ helios-setup] Mar 18 11:53:05.949 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2658 | 2026-03-18T11:53:07.230Z | [ helios-setup] Mar 18 11:53:06.284 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2659 | 2026-03-18T11:53:07.230Z | [ helios-setup] Mar 18 11:53:06.284 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2660 | 2026-03-18T11:53:07.600Z | [ helios-setup] Mar 18 11:53:06.653 INFO E| Downloading crates ... |
| 2661 | 2026-03-18T11:53:07.651Z | [ helios-setup] Mar 18 11:53:06.705 INFO E| Downloaded ansi_term v0.12.1 |
| 2662 | 2026-03-18T11:53:07.656Z | [ helios-setup] Mar 18 11:53:06.709 INFO E| Downloaded rustversion v1.0.20 |
| 2663 | 2026-03-18T11:53:07.664Z | [ helios-setup] Mar 18 11:53:06.717 INFO E| Downloaded itoa v1.0.15 |
| 2664 | 2026-03-18T11:53:07.667Z | [ helios-setup] Mar 18 11:53:06.719 INFO E| Downloaded heck v0.3.3 |
| 2665 | 2026-03-18T11:53:07.670Z | [ helios-setup] Mar 18 11:53:06.724 INFO E| Downloaded vec_map v0.8.2 |
| 2666 | 2026-03-18T11:53:07.673Z | [ helios-setup] Mar 18 11:53:06.725 INFO E| Downloaded unic-char-range v0.9.0 |
| 2667 | 2026-03-18T11:53:07.673Z | [ helios-setup] Mar 18 11:53:06.726 INFO E| Downloaded unic-char-property v0.9.0 |
| 2668 | 2026-03-18T11:53:07.676Z | [ helios-setup] Mar 18 11:53:06.727 INFO E| Downloaded strum v0.27.1 |
| 2669 | 2026-03-18T11:53:07.676Z | [ helios-setup] Mar 18 11:53:06.728 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2670 | 2026-03-18T11:53:07.679Z | [ helios-setup] Mar 18 11:53:06.730 INFO E| Downloaded strsim v0.8.0 |
| 2671 | 2026-03-18T11:53:07.682Z | [ helios-setup] Mar 18 11:53:06.735 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2672 | 2026-03-18T11:53:07.685Z | [ helios-setup] Mar 18 11:53:06.736 INFO E| Downloaded four-cc v0.4.0 |
| 2673 | 2026-03-18T11:53:07.685Z | [ helios-setup] Mar 18 11:53:06.737 INFO E| Downloaded unic-common v0.9.0 |
| 2674 | 2026-03-18T11:53:07.685Z | [ helios-setup] Mar 18 11:53:06.738 INFO E| Downloaded dyn-clone v1.0.19 |
| 2675 | 2026-03-18T11:53:07.690Z | [ helios-setup] Mar 18 11:53:06.743 INFO E| Downloaded fletcher v1.0.0 |
| 2676 | 2026-03-18T11:53:07.692Z | [ helios-setup] Mar 18 11:53:06.745 INFO E| Downloaded parse_int v0.9.0 |
| 2677 | 2026-03-18T11:53:07.695Z | [ helios-setup] Mar 18 11:53:06.749 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2678 | 2026-03-18T11:53:07.699Z | [ helios-setup] Mar 18 11:53:06.753 INFO E| Downloaded serde v1.0.219 |
| 2679 | 2026-03-18T11:53:07.702Z | [ helios-setup] Mar 18 11:53:06.756 INFO E| Downloaded quote v1.0.40 |
| 2680 | 2026-03-18T11:53:07.705Z | [ helios-setup] Mar 18 11:53:06.758 INFO E| Downloaded structopt-derive v0.4.18 |
| 2681 | 2026-03-18T11:53:07.708Z | [ helios-setup] Mar 18 11:53:06.759 INFO E| Downloaded bytesize v2.0.1 |
| 2682 | 2026-03-18T11:53:07.708Z | [ helios-setup] Mar 18 11:53:06.761 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2683 | 2026-03-18T11:53:07.708Z | [ helios-setup] Mar 18 11:53:06.762 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2684 | 2026-03-18T11:53:07.711Z | [ helios-setup] Mar 18 11:53:06.763 INFO E| Downloaded autocfg v1.4.0 |
| 2685 | 2026-03-18T11:53:07.711Z | [ helios-setup] Mar 18 11:53:06.764 INFO E| Downloaded textwrap v0.11.0 |
| 2686 | 2026-03-18T11:53:07.714Z | [ helios-setup] Mar 18 11:53:06.765 INFO E| Downloaded pest_generator v2.8.0 |
| 2687 | 2026-03-18T11:53:07.719Z | [ helios-setup] Mar 18 11:53:06.773 INFO E| Downloaded strum_macros v0.27.1 |
| 2688 | 2026-03-18T11:53:07.726Z | [ helios-setup] Mar 18 11:53:06.779 INFO E| Downloaded ryu v1.0.20 |
| 2689 | 2026-03-18T11:53:07.730Z | [ helios-setup] Mar 18 11:53:06.784 INFO E| Downloaded thiserror v2.0.12 |
| 2690 | 2026-03-18T11:53:07.734Z | [ helios-setup] Mar 18 11:53:06.788 INFO E| Downloaded pest_derive v2.8.0 |
| 2691 | 2026-03-18T11:53:07.737Z | [ helios-setup] Mar 18 11:53:06.790 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2692 | 2026-03-18T11:53:07.744Z | [ helios-setup] Mar 18 11:53:06.798 INFO E| Downloaded log v0.4.27 |
| 2693 | 2026-03-18T11:53:07.747Z | [ helios-setup] Mar 18 11:53:06.800 INFO E| Downloaded structopt v0.3.26 |
| 2694 | 2026-03-18T11:53:07.752Z | [ helios-setup] Mar 18 11:53:06.806 INFO E| Downloaded unicode-ident v1.0.18 |
| 2695 | 2026-03-18T11:53:07.755Z | [ helios-setup] Mar 18 11:53:06.808 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2696 | 2026-03-18T11:53:07.760Z | [ helios-setup] Mar 18 11:53:06.814 INFO E| Downloaded typenum v1.18.0 |
| 2697 | 2026-03-18T11:53:07.763Z | [ helios-setup] Mar 18 11:53:06.816 INFO E| Downloaded serde_derive v1.0.219 |
| 2698 | 2026-03-18T11:53:07.766Z | [ helios-setup] Mar 18 11:53:06.819 INFO E| Downloaded memchr v2.7.4 |
| 2699 | 2026-03-18T11:53:07.769Z | [ helios-setup] Mar 18 11:53:06.822 INFO E| Downloaded pest_meta v2.8.0 |
| 2700 | 2026-03-18T11:53:07.771Z | [ helios-setup] Mar 18 11:53:06.824 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2701 | 2026-03-18T11:53:07.775Z | [ helios-setup] Mar 18 11:53:06.828 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2702 | 2026-03-18T11:53:07.789Z | [ helios-setup] Mar 18 11:53:06.843 INFO E| Downloaded pest v2.8.0 |
| 2703 | 2026-03-18T11:53:07.796Z | [ helios-setup] Mar 18 11:53:06.849 INFO E| Downloaded serde_json v1.0.140 |
| 2704 | 2026-03-18T11:53:07.806Z | [ helios-setup] Mar 18 11:53:06.859 INFO E| Downloaded clap v2.34.0 |
| 2705 | 2026-03-18T11:53:07.814Z | [ helios-setup] Mar 18 11:53:06.867 INFO E| Downloaded goblin v0.9.3 |
| 2706 | 2026-03-18T11:53:07.818Z | [ helios-setup] Mar 18 11:53:06.872 INFO E| Downloaded zerocopy v0.8.25 |
| 2707 | 2026-03-18T11:53:07.838Z | [ helios-setup] Mar 18 11:53:06.891 INFO E| Downloaded syn v2.0.101 |
| 2708 | 2026-03-18T11:53:07.869Z | [ helios-setup] Mar 18 11:53:06.922 INFO E| Downloaded libc v0.2.172 |
| 2709 | 2026-03-18T11:53:07.939Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 39.44s |
| 2710 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling proc-macro2 v1.0.95 |
| 2711 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling unicode-ident v1.0.18 |
| 2712 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling memchr v2.7.4 |
| 2713 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling thiserror v2.0.12 |
| 2714 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling autocfg v1.4.0 |
| 2715 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling syn v1.0.109 |
| 2716 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling serde v1.0.219 |
| 2717 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.994 INFO E| Compiling version_check v0.9.5 |
| 2718 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling serde_json v1.0.140 |
| 2719 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling itoa v1.0.15 |
| 2720 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling schemars v0.8.22 |
| 2721 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling ryu v1.0.20 |
| 2722 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling ucd-trie v0.1.7 |
| 2723 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling rustversion v1.0.20 |
| 2724 | 2026-03-18T11:53:07.943Z | [ helios-setup] Mar 18 11:53:06.995 INFO E| Compiling paste v1.0.15 |
| 2725 | 2026-03-18T11:53:07.967Z | [ helios-setup] Mar 18 11:53:07.020 INFO E| Compiling dyn-clone v1.0.19 |
| 2726 | 2026-03-18T11:53:08.114Z | [ helios-setup] Mar 18 11:53:07.166 INFO E| Compiling zerocopy v0.8.25 |
| 2727 | 2026-03-18T11:53:08.162Z | [ helios-setup] Mar 18 11:53:07.215 INFO E| Compiling libc v0.2.172 |
| 2728 | 2026-03-18T11:53:08.186Z | [ helios-setup] Mar 18 11:53:07.237 INFO E| Compiling static_assertions v1.1.0 |
| 2729 | 2026-03-18T11:53:08.209Z | [ helios-setup] Mar 18 11:53:07.262 INFO E| Compiling once_cell v1.21.3 |
| 2730 | 2026-03-18T11:53:08.262Z | [ omicron-package] |
| 2731 | 2026-03-18T11:53:08.262Z | [ omicron-package] real 39.677700738 |
| 2732 | 2026-03-18T11:53:08.262Z | [ omicron-package] user 4:53.800850778 |
| 2733 | 2026-03-18T11:53:08.262Z | [ omicron-package] sys 26.074124563 |
| 2734 | 2026-03-18T11:53:08.262Z | [ omicron-package] trap 0.340705461 |
| 2735 | 2026-03-18T11:53:08.262Z | [ omicron-package] tflt 0.633494860 |
| 2736 | 2026-03-18T11:53:08.262Z | [ omicron-package] dflt 2.423232911 |
| 2737 | 2026-03-18T11:53:08.262Z | [ omicron-package] kflt 0.000217134 |
| 2738 | 2026-03-18T11:53:08.262Z | [ omicron-package] lock 9:43.685687828 |
| 2739 | 2026-03-18T11:53:08.262Z | [ omicron-package] slp 5:43.638606418 |
| 2740 | 2026-03-18T11:53:08.262Z | [ omicron-package] lat 35.507244788 |
| 2741 | 2026-03-18T11:53:08.262Z | [ omicron-package] stop 1:08.882081859 |
| 2742 | 2026-03-18T11:53:08.266Z | Mar 18 11:53:07.315 INFO [omicron-package] process exited with exit status: 0 (39.775447359s) |
| 2743 | 2026-03-18T11:53:08.266Z | Mar 18 11:53:07.316 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2744 | 2026-03-18T11:53:08.269Z | Mar 18 11:53:07.320 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2745 | 2026-03-18T11:53:08.272Z | [ helios-setup] Mar 18 11:53:07.325 INFO E| Compiling unicode-width v0.1.14 |
| 2746 | 2026-03-18T11:53:08.279Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2747 | 2026-03-18T11:53:08.282Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2748 | 2026-03-18T11:53:08.282Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2749 | 2026-03-18T11:53:08.282Z | [ host-target] Created new build target 'host' and set it as active |
| 2750 | 2026-03-18T11:53:08.289Z | Mar 18 11:53:07.341 INFO [host-target] process exited with exit status: 0 (22.556891ms) |
| 2751 | 2026-03-18T11:53:08.289Z | Mar 18 11:53:07.341 INFO [recovery-target] process exited with exit status: 0 (23.055217ms) |
| 2752 | 2026-03-18T11:53:08.289Z | Mar 18 11:53:07.341 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2753 | 2026-03-18T11:53:08.298Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2754 | 2026-03-18T11:53:08.321Z | [ helios-setup] Mar 18 11:53:07.374 INFO E| Compiling heck v0.5.0 |
| 2755 | 2026-03-18T11:53:08.370Z | [ helios-setup] Mar 18 11:53:07.420 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2756 | 2026-03-18T11:53:08.397Z | [ helios-setup] Mar 18 11:53:07.450 INFO E| Compiling ansi_term v0.12.1 |
| 2757 | 2026-03-18T11:53:08.413Z | [ helios-setup] Mar 18 11:53:07.466 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2758 | 2026-03-18T11:53:08.413Z | [ helios-setup] Mar 18 11:53:07.466 INFO E| Compiling proc-macro-error v1.0.4 |
| 2759 | 2026-03-18T11:53:08.474Z | [ helios-setup] Mar 18 11:53:07.527 INFO E| Compiling num-traits v0.2.19 |
| 2760 | 2026-03-18T11:53:08.483Z | [ helios-setup] Mar 18 11:53:07.536 INFO E| Compiling memoffset v0.9.1 |
| 2761 | 2026-03-18T11:53:08.546Z | [ helios-setup] Mar 18 11:53:07.599 INFO E| Compiling fletcher v1.0.0 |
| 2762 | 2026-03-18T11:53:08.638Z | [ helios-setup] Mar 18 11:53:07.690 INFO E| Compiling textwrap v0.11.0 |
| 2763 | 2026-03-18T11:53:08.650Z | [ helios-setup] Mar 18 11:53:07.702 INFO E| Compiling strsim v0.8.0 |
| 2764 | 2026-03-18T11:53:08.713Z | [ helios-setup] Mar 18 11:53:07.766 INFO E| Compiling bitflags v1.3.2 |
| 2765 | 2026-03-18T11:53:08.720Z | [ helios-setup] Mar 18 11:53:07.773 INFO E| Compiling unic-common v0.9.0 |
| 2766 | 2026-03-18T11:53:08.736Z | [ helios-setup] Mar 18 11:53:07.789 INFO E| Compiling unic-char-range v0.9.0 |
| 2767 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.800 INFO E| Compiling vec_map v0.8.2 |
| 2768 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.812 INFO E| Compiling byteorder v1.5.0 |
| 2769 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.854 INFO E| Compiling strum v0.27.1 |
| 2770 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.910 INFO E| Compiling heck v0.3.3 |
| 2771 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.911 INFO E| Compiling unic-char-property v0.9.0 |
| 2772 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.973 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2773 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.980 INFO E| Compiling log v0.4.27 |
| 2774 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.980 INFO E| Compiling plain v0.2.3 |
| 2775 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:07.994 INFO E| Compiling lazy_static v1.5.0 |
| 2776 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:08.020 INFO E| Compiling bytesize v2.0.1 |
| 2777 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:08.056 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2778 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:08.085 INFO E| Compiling atty v0.2.14 |
| 2779 | 2026-03-18T11:53:09.167Z | [ helios-setup] Mar 18 11:53:08.166 INFO E| Compiling clap v2.34.0 |
| 2780 | 2026-03-18T11:53:09.216Z | [ helios-setup] Mar 18 11:53:08.268 INFO E| Compiling quote v1.0.40 |
| 2781 | 2026-03-18T11:53:09.427Z | [ helios-setup] Mar 18 11:53:08.479 INFO E| Compiling syn v2.0.101 |
| 2782 | 2026-03-18T11:53:09.786Z | [ helios-setup] Mar 18 11:53:08.838 INFO E| Compiling parse_int v0.9.0 |
| 2783 | 2026-03-18T11:53:10.435Z | [ host-package] Compiling ring v0.17.14 |
| 2784 | 2026-03-18T11:53:10.790Z | [ host-package] Compiling regress v0.10.5 |
| 2785 | 2026-03-18T11:53:10.790Z | [ host-package] Compiling heck v0.5.0 |
| 2786 | 2026-03-18T11:53:10.853Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2787 | 2026-03-18T11:53:10.885Z | [ host-package] Compiling convert_case v0.4.0 |
| 2788 | 2026-03-18T11:53:10.923Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2789 | 2026-03-18T11:53:10.923Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2790 | 2026-03-18T11:53:10.987Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2791 | 2026-03-18T11:53:10.987Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2792 | 2026-03-18T11:53:10.990Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2793 | 2026-03-18T11:53:10.990Z | [ host-package] Compiling unicode-width v0.1.14 |
| 2794 | 2026-03-18T11:53:10.990Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2795 | 2026-03-18T11:53:11.054Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2796 | 2026-03-18T11:53:11.054Z | [ host-package] Compiling password-hash v0.5.0 |
| 2797 | 2026-03-18T11:53:11.054Z | [ host-package] Compiling typify-impl v0.6.1 |
| 2798 | 2026-03-18T11:53:11.396Z | [ host-package] Compiling blake2 v0.10.6 |
| 2799 | 2026-03-18T11:53:11.399Z | [ host-package] Compiling derive_more v0.99.20 |
| 2800 | 2026-03-18T11:53:11.577Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2801 | 2026-03-18T11:53:11.667Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2802 | 2026-03-18T11:53:11.774Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2803 | 2026-03-18T11:53:11.854Z | [ host-package] Compiling aead v0.5.2 |
| 2804 | 2026-03-18T11:53:11.964Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2805 | 2026-03-18T11:53:12.061Z | [ host-package] Compiling swrite v0.1.0 |
| 2806 | 2026-03-18T11:53:12.256Z | [ host-package] Compiling argon2 v0.5.3 |
| 2807 | 2026-03-18T11:53:12.297Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2808 | 2026-03-18T11:53:12.302Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 2809 | 2026-03-18T11:53:12.408Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2810 | 2026-03-18T11:53:12.640Z | [ host-package] Compiling bytecount v0.6.9 |
| 2811 | 2026-03-18T11:53:12.643Z | [ helios-setup] Mar 18 11:53:11.693 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2812 | 2026-03-18T11:53:12.712Z | [ host-package] Compiling derive-where v1.6.0 |
| 2813 | 2026-03-18T11:53:12.809Z | [ helios-setup] Mar 18 11:53:11.859 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2814 | 2026-03-18T11:53:12.809Z | [ helios-setup] Mar 18 11:53:11.859 INFO E| Compiling structopt-derive v0.4.18 |
| 2815 | 2026-03-18T11:53:12.818Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 2816 | 2026-03-18T11:53:12.898Z | [ host-package] Compiling thread_local v1.1.9 |
| 2817 | 2026-03-18T11:53:12.979Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2818 | 2026-03-18T11:53:13.019Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2819 | 2026-03-18T11:53:13.071Z | [ host-package] Compiling multer v3.1.0 |
| 2820 | 2026-03-18T11:53:13.194Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2821 | 2026-03-18T11:53:13.197Z | [ host-package] Compiling slog-async v2.8.0 |
| 2822 | 2026-03-18T11:53:13.314Z | [ host-package] Compiling hostname v0.3.1 |
| 2823 | 2026-03-18T11:53:13.479Z | [ host-package] Compiling slog-json v2.6.1 |
| 2824 | 2026-03-18T11:53:13.561Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2825 | 2026-03-18T11:53:13.675Z | [ host-package] Compiling futures-executor v0.3.32 |
| 2826 | 2026-03-18T11:53:13.783Z | [ host-package] Compiling term v1.2.1 |
| 2827 | 2026-03-18T11:53:13.871Z | [ host-package] Compiling take_mut v0.2.2 |
| 2828 | 2026-03-18T11:53:14.064Z | [ host-package] Compiling futures v0.3.32 |
| 2829 | 2026-03-18T11:53:14.074Z | [ helios-setup] Mar 18 11:53:13.122 INFO E| Compiling thiserror-impl v2.0.12 |
| 2830 | 2026-03-18T11:53:14.074Z | [ helios-setup] Mar 18 11:53:13.122 INFO E| Compiling serde_derive v1.0.219 |
| 2831 | 2026-03-18T11:53:14.074Z | [ helios-setup] Mar 18 11:53:13.123 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2832 | 2026-03-18T11:53:14.077Z | [ helios-setup] Mar 18 11:53:13.123 INFO E| Compiling num-derive v0.4.2 |
| 2833 | 2026-03-18T11:53:14.077Z | [ helios-setup] Mar 18 11:53:13.123 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2834 | 2026-03-18T11:53:14.077Z | [ helios-setup] Mar 18 11:53:13.123 INFO E| Compiling strum_macros v0.27.1 |
| 2835 | 2026-03-18T11:53:14.077Z | [ helios-setup] Mar 18 11:53:13.123 INFO E| Compiling scroll_derive v0.12.1 |
| 2836 | 2026-03-18T11:53:14.101Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2837 | 2026-03-18T11:53:14.131Z | [ helios-setup] Mar 18 11:53:13.180 INFO E| Compiling schemars_derive v0.8.22 |
| 2838 | 2026-03-18T11:53:14.386Z | [ host-package] Compiling slog-term v2.9.2 |
| 2839 | 2026-03-18T11:53:14.518Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2840 | 2026-03-18T11:53:14.587Z | [ helios-setup] Mar 18 11:53:13.635 INFO E| Compiling structopt v0.3.26 |
| 2841 | 2026-03-18T11:53:14.590Z | [ host-package] Compiling async-stream v0.3.6 |
| 2842 | 2026-03-18T11:53:14.698Z | [ host-package] Compiling dropshot v0.16.7 |
| 2843 | 2026-03-18T11:53:14.811Z | [ helios-setup] Mar 18 11:53:13.857 INFO E| Compiling modular-bitfield v0.11.2 |
| 2844 | 2026-03-18T11:53:14.851Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2845 | 2026-03-18T11:53:14.963Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2846 | 2026-03-18T11:53:15.117Z | [ host-package] Compiling backon v1.6.0 |
| 2847 | 2026-03-18T11:53:15.120Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2848 | 2026-03-18T11:53:15.120Z | [ host-package] Compiling hostname v0.4.2 |
| 2849 | 2026-03-18T11:53:15.326Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2850 | 2026-03-18T11:53:15.326Z | [ host-package] Compiling instant v0.1.13 |
| 2851 | 2026-03-18T11:53:15.326Z | [ host-package] Compiling rustls v0.23.37 |
| 2852 | 2026-03-18T11:53:15.479Z | [ host-package] Compiling rustls v0.22.4 |
| 2853 | 2026-03-18T11:53:15.582Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2854 | 2026-03-18T11:53:15.585Z | [ host-package] Compiling backoff v0.4.0 |
| 2855 | 2026-03-18T11:53:15.585Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2856 | 2026-03-18T11:53:15.605Z | [ helios-setup] Mar 18 11:53:14.648 INFO E| Compiling scroll v0.12.0 |
| 2857 | 2026-03-18T11:53:15.759Z | [ host-package] Compiling parse-display v0.10.0 |
| 2858 | 2026-03-18T11:53:15.759Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2859 | 2026-03-18T11:53:15.907Z | [ helios-setup] Mar 18 11:53:14.954 INFO E| Compiling goblin v0.9.3 |
| 2860 | 2026-03-18T11:53:15.934Z | [ helios-setup] Mar 18 11:53:14.981 INFO E| Compiling modular-bitfield v0.13.1 |
| 2861 | 2026-03-18T11:53:15.945Z | [ helios-setup] Mar 18 11:53:14.992 INFO E| Compiling pest v2.8.0 |
| 2862 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2863 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling macaddr v1.0.1 |
| 2864 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling console v0.15.11 |
| 2865 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2866 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2867 | 2026-03-18T11:53:16.064Z | [ host-package] Compiling num-rational v0.4.2 |
| 2868 | 2026-03-18T11:53:16.067Z | [ host-package] Compiling num-complex v0.4.6 |
| 2869 | 2026-03-18T11:53:16.392Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2870 | 2026-03-18T11:53:16.789Z | [ host-package] Compiling float-ord v0.3.2 |
| 2871 | 2026-03-18T11:53:17.021Z | [ host-package] Compiling num v0.4.3 |
| 2872 | 2026-03-18T11:53:17.063Z | [ host-package] Compiling expectorate v1.2.0 |
| 2873 | 2026-03-18T11:53:17.092Z | [ host-package] Compiling owo-colors v4.3.0 |
| 2874 | 2026-03-18T11:53:17.147Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2875 | 2026-03-18T11:53:17.272Z | [ host-package] Compiling libsw-core v0.3.2 |
| 2876 | 2026-03-18T11:53:17.431Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2877 | 2026-03-18T11:53:17.434Z | [ host-package] Compiling toml v0.8.23 |
| 2878 | 2026-03-18T11:53:17.539Z | [ helios-setup] Mar 18 11:53:16.585 INFO E| Compiling pest_meta v2.8.0 |
| 2879 | 2026-03-18T11:53:17.635Z | [ host-package] Compiling linear-map v1.2.0 |
| 2880 | 2026-03-18T11:53:17.723Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 2881 | 2026-03-18T11:53:17.726Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 2882 | 2026-03-18T11:53:18.052Z | [ host-package] Compiling libsw v3.5.0 |
| 2883 | 2026-03-18T11:53:18.055Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2884 | 2026-03-18T11:53:18.055Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2885 | 2026-03-18T11:53:18.330Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2886 | 2026-03-18T11:53:18.359Z | [ helios-setup] Mar 18 11:53:17.404 INFO E| Compiling pest_generator v2.8.0 |
| 2887 | 2026-03-18T11:53:18.380Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2888 | 2026-03-18T11:53:18.525Z | [ host-package] Compiling convert_case v0.10.0 |
| 2889 | 2026-03-18T11:53:18.665Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2890 | 2026-03-18T11:53:18.773Z | [ host-package] Compiling nom v7.1.3 |
| 2891 | 2026-03-18T11:53:18.871Z | [ host-package] Compiling termtree v0.5.1 |
| 2892 | 2026-03-18T11:53:18.879Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2893 | 2026-03-18T11:53:19.030Z | [ host-package] Compiling vte v0.14.1 |
| 2894 | 2026-03-18T11:53:19.030Z | [ host-package] Compiling csv-core v0.1.13 |
| 2895 | 2026-03-18T11:53:19.030Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2896 | 2026-03-18T11:53:19.073Z | [ host-package] Compiling highway v1.3.0 |
| 2897 | 2026-03-18T11:53:19.172Z | [ host-package] Compiling typify-macro v0.6.1 |
| 2898 | 2026-03-18T11:53:19.175Z | [ helios-setup] Mar 18 11:53:18.218 INFO E| Compiling pest_derive v2.8.0 |
| 2899 | 2026-03-18T11:53:19.351Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 2900 | 2026-03-18T11:53:19.354Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 2901 | 2026-03-18T11:53:19.536Z | [ host-package] Compiling csv v1.4.0 |
| 2902 | 2026-03-18T11:53:19.792Z | [ host-package] Compiling phf v0.12.1 |
| 2903 | 2026-03-18T11:53:20.032Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 2904 | 2026-03-18T11:53:20.091Z | [ host-package] Compiling papergrid v0.11.0 |
| 2905 | 2026-03-18T11:53:20.143Z | [ host-package] Compiling fd-lock v4.0.4 |
| 2906 | 2026-03-18T11:53:20.292Z | [ host-package] Compiling derive_more v2.1.1 |
| 2907 | 2026-03-18T11:53:20.367Z | [ host-package] Compiling peg-macros v0.8.5 |
| 2908 | 2026-03-18T11:53:20.370Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2909 | 2026-03-18T11:53:20.518Z | [ host-package] Compiling crossterm v0.29.0 |
| 2910 | 2026-03-18T11:53:20.636Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 2911 | 2026-03-18T11:53:20.849Z | [ helios-setup] Mar 18 11:53:19.893 INFO E| Compiling json5 v0.4.1 |
| 2912 | 2026-03-18T11:53:20.891Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2913 | 2026-03-18T11:53:21.296Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2914 | 2026-03-18T11:53:21.359Z | [ host-package] Compiling const_format v0.2.35 |
| 2915 | 2026-03-18T11:53:21.558Z | [ host-package] Compiling typify v0.6.1 |
| 2916 | 2026-03-18T11:53:21.844Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 2917 | 2026-03-18T11:53:21.961Z | [ host-package] Compiling tabled v0.15.0 |
| 2918 | 2026-03-18T11:53:22.054Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2919 | 2026-03-18T11:53:22.191Z | [ host-package] Compiling reedline v0.40.0 |
| 2920 | 2026-03-18T11:53:22.267Z | [ host-package] Compiling peg v0.8.5 |
| 2921 | 2026-03-18T11:53:22.983Z | [ helios-setup] Mar 18 11:53:22.025 INFO E| Compiling four-cc v0.4.0 |
| 2922 | 2026-03-18T11:53:22.983Z | [ helios-setup] Mar 18 11:53:22.025 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2923 | 2026-03-18T11:53:23.047Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2924 | 2026-03-18T11:53:23.198Z | [ helios-setup] Mar 18 11:53:22.240 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2925 | 2026-03-18T11:53:24.503Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 2926 | 2026-03-18T11:53:24.754Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 2927 | 2026-03-18T11:53:25.033Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 2928 | 2026-03-18T11:53:25.543Z | [ host-package] Compiling reqwest v0.13.2 |
| 2929 | 2026-03-18T11:53:26.242Z | [ host-package] Compiling reqwest v0.12.28 |
| 2930 | 2026-03-18T11:53:27.811Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 2931 | 2026-03-18T11:53:28.309Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 2932 | 2026-03-18T11:53:28.786Z | [ host-package] Compiling progenitor-extras v0.1.1 |
| 2933 | 2026-03-18T11:53:29.181Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 2934 | 2026-03-18T11:53:29.224Z | [ host-package] Compiling qorb v0.4.1 |
| 2935 | 2026-03-18T11:53:29.263Z | [ host-package] Compiling bcs v0.1.6 |
| 2936 | 2026-03-18T11:53:29.707Z | [ host-package] Compiling semver v0.1.20 |
| 2937 | 2026-03-18T11:53:29.825Z | [ host-package] Compiling typify-impl v0.4.3 |
| 2938 | 2026-03-18T11:53:29.972Z | [ host-package] Compiling smawk v0.3.2 |
| 2939 | 2026-03-18T11:53:30.081Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2940 | 2026-03-18T11:53:30.140Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 2941 | 2026-03-18T11:53:30.347Z | [ host-package] Compiling humantime v2.3.0 |
| 2942 | 2026-03-18T11:53:30.412Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2943 | 2026-03-18T11:53:30.589Z | [ host-package] Compiling textwrap v0.16.2 |
| 2944 | 2026-03-18T11:53:30.874Z | [ host-package] Compiling dropshot-api-manager-types v0.6.0 |
| 2945 | 2026-03-18T11:53:31.008Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2946 | 2026-03-18T11:53:31.225Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2947 | 2026-03-18T11:53:31.502Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2948 | 2026-03-18T11:53:32.033Z | [ host-package] Compiling steno v0.4.1 |
| 2949 | 2026-03-18T11:53:32.129Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2950 | 2026-03-18T11:53:32.749Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2951 | 2026-03-18T11:53:33.162Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2952 | 2026-03-18T11:53:33.275Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2953 | 2026-03-18T11:53:33.961Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2954 | 2026-03-18T11:53:34.050Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2955 | 2026-03-18T11:53:34.364Z | [ host-package] Compiling tagptr v0.2.0 |
| 2956 | 2026-03-18T11:53:34.449Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2957 | 2026-03-18T11:53:34.674Z | [ host-package] Compiling moka v0.12.13 |
| 2958 | 2026-03-18T11:53:34.981Z | [ host-package] Compiling typify-macro v0.4.3 |
| 2959 | 2026-03-18T11:53:35.181Z | [ host-package] Compiling num-derive v0.3.3 |
| 2960 | 2026-03-18T11:53:37.194Z | [ host-package] Compiling progenitor v0.13.0 |
| 2961 | 2026-03-18T11:53:37.197Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2962 | 2026-03-18T11:53:37.197Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2963 | 2026-03-18T11:53:37.310Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2964 | 2026-03-18T11:53:37.528Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2965 | 2026-03-18T11:53:37.570Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2966 | 2026-03-18T11:53:38.118Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2967 | 2026-03-18T11:53:38.605Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2968 | 2026-03-18T11:53:39.284Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2969 | 2026-03-18T11:53:39.986Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2970 | 2026-03-18T11:53:41.276Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2971 | 2026-03-18T11:53:42.148Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2972 | 2026-03-18T11:53:42.535Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2973 | 2026-03-18T11:53:42.930Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2974 | 2026-03-18T11:53:43.198Z | [ helios-setup] Mar 18 11:53:42.225 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 2975 | 2026-03-18T11:53:43.356Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2976 | 2026-03-18T11:53:43.496Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2977 | 2026-03-18T11:53:43.583Z | [ host-package] Compiling tough v0.20.0 |
| 2978 | 2026-03-18T11:53:43.784Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2979 | 2026-03-18T11:53:43.852Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2980 | 2026-03-18T11:53:44.172Z | [ host-package] Compiling typify v0.4.3 |
| 2981 | 2026-03-18T11:53:44.800Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2982 | 2026-03-18T11:53:45.790Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2983 | 2026-03-18T11:53:46.776Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2984 | 2026-03-18T11:53:48.128Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2985 | 2026-03-18T11:53:48.497Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2986 | 2026-03-18T11:53:48.559Z | [ helios-setup] Mar 18 11:53:47.583 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2987 | 2026-03-18T11:53:48.656Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2988 | 2026-03-18T11:53:49.116Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2989 | 2026-03-18T11:53:49.456Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2990 | 2026-03-18T11:53:51.770Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2991 | 2026-03-18T11:53:52.125Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2992 | 2026-03-18T11:53:53.233Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2993 | 2026-03-18T11:53:53.373Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2994 | 2026-03-18T11:53:54.676Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 2995 | 2026-03-18T11:53:55.127Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2996 | 2026-03-18T11:53:55.346Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2997 | 2026-03-18T11:53:55.947Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2998 | 2026-03-18T11:53:56.700Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 2999 | 2026-03-18T11:53:59.012Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3000 | 2026-03-18T11:53:59.778Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3001 | 2026-03-18T11:54:00.203Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3002 | 2026-03-18T11:54:00.411Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3003 | 2026-03-18T11:54:00.470Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3004 | 2026-03-18T11:54:00.525Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3005 | 2026-03-18T11:54:00.590Z | [ host-package] Compiling maplit v1.0.2 |
| 3006 | 2026-03-18T11:54:00.714Z | [ host-package] Compiling crunchy v0.2.4 |
| 3007 | 2026-03-18T11:54:00.830Z | [ host-package] Compiling glob v0.3.3 |
| 3008 | 2026-03-18T11:54:00.896Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3009 | 2026-03-18T11:54:00.937Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3010 | 2026-03-18T11:54:00.984Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3011 | 2026-03-18T11:54:01.280Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3012 | 2026-03-18T11:54:01.314Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3013 | 2026-03-18T11:54:01.350Z | [ host-package] Compiling papergrid v0.17.0 |
| 3014 | 2026-03-18T11:54:01.353Z | [ host-package] Compiling testing_table v0.3.0 |
| 3015 | 2026-03-18T11:54:01.519Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3016 | 2026-03-18T11:54:02.010Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3017 | 2026-03-18T11:54:02.120Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3018 | 2026-03-18T11:54:02.184Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3019 | 2026-03-18T11:54:02.372Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3020 | 2026-03-18T11:54:02.811Z | [ host-package] Compiling term v0.7.0 |
| 3021 | 2026-03-18T11:54:02.857Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3022 | 2026-03-18T11:54:02.939Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3023 | 2026-03-18T11:54:03.356Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-03-18T11:54:03.391Z | [ host-package] Compiling tabled v0.20.0 |
| 3025 | 2026-03-18T11:54:03.484Z | [ host-package] Compiling progenitor v0.10.0 |
| 3026 | 2026-03-18T11:54:03.550Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3027 | 2026-03-18T11:54:03.582Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3028 | 2026-03-18T11:54:03.636Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3029 | 2026-03-18T11:54:03.771Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3030 | 2026-03-18T11:54:03.814Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3031 | 2026-03-18T11:54:03.902Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3032 | 2026-03-18T11:54:04.001Z | [ host-package] Compiling bit-set v0.5.3 |
| 3033 | 2026-03-18T11:54:04.111Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3034 | 2026-03-18T11:54:04.363Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3035 | 2026-03-18T11:54:04.423Z | [ host-package] Compiling xshell v0.2.7 |
| 3036 | 2026-03-18T11:54:04.602Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3037 | 2026-03-18T11:54:04.744Z | [ helios-setup] Mar 18 11:54:03.755 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.36s |
| 3038 | 2026-03-18T11:54:04.787Z | [ helios-setup] Mar 18 11:54:03.798 INFO building project "amd-host-image-builder" ok (58 seconds) |
| 3039 | 2026-03-18T11:54:04.787Z | [ helios-setup] Mar 18 11:54:03.798 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3040 | 2026-03-18T11:54:04.797Z | [ helios-setup] Mar 18 11:54:03.809 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 3041 | 2026-03-18T11:54:04.797Z | [ helios-setup] Mar 18 11:54:03.809 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3042 | 2026-03-18T11:54:04.800Z | [ helios-setup] Mar 18 11:54:03.809 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3043 | 2026-03-18T11:54:04.847Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3044 | 2026-03-18T11:54:04.895Z | [ host-package] Compiling itertools v0.10.5 |
| 3045 | 2026-03-18T11:54:04.952Z | [ helios-setup] Mar 18 11:54:03.963 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3046 | 2026-03-18T11:54:05.265Z | [ helios-setup] Mar 18 11:54:04.276 INFO E| From https://github.com/jclulow/hiercmd |
| 3047 | 2026-03-18T11:54:05.265Z | [ helios-setup] Mar 18 11:54:04.276 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3048 | 2026-03-18T11:54:05.280Z | [ helios-setup] Mar 18 11:54:04.291 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3049 | 2026-03-18T11:54:05.447Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3050 | 2026-03-18T11:54:05.559Z | [ helios-setup] Mar 18 11:54:04.569 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3051 | 2026-03-18T11:54:05.559Z | [ helios-setup] Mar 18 11:54:04.569 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3052 | 2026-03-18T11:54:05.574Z | [ helios-setup] Mar 18 11:54:04.585 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3053 | 2026-03-18T11:54:05.795Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3054 | 2026-03-18T11:54:05.874Z | [ helios-setup] Mar 18 11:54:04.884 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3055 | 2026-03-18T11:54:05.874Z | [ helios-setup] Mar 18 11:54:04.884 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3056 | 2026-03-18T11:54:05.898Z | [ helios-setup] Mar 18 11:54:04.908 INFO E| Updating crates.io index |
| 3057 | 2026-03-18T11:54:06.220Z | [ helios-setup] Mar 18 11:54:05.230 INFO E| Downloading crates ... |
| 3058 | 2026-03-18T11:54:06.235Z | [ host-package] Compiling ena v0.14.4 |
| 3059 | 2026-03-18T11:54:06.328Z | [ helios-setup] Mar 18 11:54:05.338 INFO E| Downloaded anstyle-query v1.1.4 |
| 3060 | 2026-03-18T11:54:06.338Z | [ helios-setup] Mar 18 11:54:05.348 INFO E| Downloaded clap v4.5.51 |
| 3061 | 2026-03-18T11:54:06.346Z | [ helios-setup] Mar 18 11:54:05.356 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3062 | 2026-03-18T11:54:06.349Z | [ helios-setup] Mar 18 11:54:05.357 INFO E| Downloaded futures-io v0.3.31 |
| 3063 | 2026-03-18T11:54:06.380Z | [ host-package] Compiling libloading v0.8.9 |
| 3064 | 2026-03-18T11:54:06.383Z | [ helios-setup] Mar 18 11:54:05.391 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3065 | 2026-03-18T11:54:06.383Z | [ helios-setup] Mar 18 11:54:05.393 INFO E| Downloaded serde_spanned v1.0.3 |
| 3066 | 2026-03-18T11:54:06.386Z | [ helios-setup] Mar 18 11:54:05.394 INFO E| Downloaded futures-sink v0.3.31 |
| 3067 | 2026-03-18T11:54:06.386Z | [ helios-setup] Mar 18 11:54:05.395 INFO E| Downloaded futures-core v0.3.31 |
| 3068 | 2026-03-18T11:54:06.386Z | [ helios-setup] Mar 18 11:54:05.396 INFO E| Downloaded anyhow v1.0.100 |
| 3069 | 2026-03-18T11:54:06.398Z | [ helios-setup] Mar 18 11:54:05.408 INFO E| Downloaded devinfo v0.1.0 |
| 3070 | 2026-03-18T11:54:06.401Z | [ helios-setup] Mar 18 11:54:05.410 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3071 | 2026-03-18T11:54:06.401Z | [ helios-setup] Mar 18 11:54:05.411 INFO E| Downloaded futures-macro v0.3.31 |
| 3072 | 2026-03-18T11:54:06.404Z | [ helios-setup] Mar 18 11:54:05.412 INFO E| Downloaded time-core v0.1.6 |
| 3073 | 2026-03-18T11:54:06.421Z | [ helios-setup] Mar 18 11:54:05.431 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3074 | 2026-03-18T11:54:06.424Z | [ helios-setup] Mar 18 11:54:05.432 INFO E| Downloaded crc v3.3.0 |
| 3075 | 2026-03-18T11:54:06.424Z | [ helios-setup] Mar 18 11:54:05.434 INFO E| Downloaded env_filter v0.1.4 |
| 3076 | 2026-03-18T11:54:06.505Z | [ helios-setup] Mar 18 11:54:05.515 INFO E| Downloaded toml_writer v1.0.4 |
| 3077 | 2026-03-18T11:54:06.508Z | [ helios-setup] Mar 18 11:54:05.517 INFO E| Downloaded base64ct v1.8.0 |
| 3078 | 2026-03-18T11:54:06.511Z | [ helios-setup] Mar 18 11:54:05.519 INFO E| Downloaded env_logger v0.11.8 |
| 3079 | 2026-03-18T11:54:06.513Z | [ helios-setup] Mar 18 11:54:05.522 INFO E| Downloaded slab v0.4.11 |
| 3080 | 2026-03-18T11:54:06.513Z | [ helios-setup] Mar 18 11:54:05.523 INFO E| Downloaded quote v1.0.41 |
| 3081 | 2026-03-18T11:54:06.516Z | [ helios-setup] Mar 18 11:54:05.526 INFO E| Downloaded getopts v0.2.24 |
| 3082 | 2026-03-18T11:54:06.519Z | [ helios-setup] Mar 18 11:54:05.527 INFO E| Downloaded deranged v0.5.5 |
| 3083 | 2026-03-18T11:54:06.519Z | [ helios-setup] Mar 18 11:54:05.529 INFO E| Downloaded bitfield v0.19.3 |
| 3084 | 2026-03-18T11:54:06.521Z | [ helios-setup] Mar 18 11:54:05.530 INFO E| Downloaded futures-task v0.3.31 |
| 3085 | 2026-03-18T11:54:06.521Z | [ helios-setup] Mar 18 11:54:05.531 INFO E| Downloaded futures-executor v0.3.31 |
| 3086 | 2026-03-18T11:54:06.524Z | [ helios-setup] Mar 18 11:54:05.533 INFO E| Downloaded toml_datetime v0.7.3 |
| 3087 | 2026-03-18T11:54:06.524Z | [ helios-setup] Mar 18 11:54:05.534 INFO E| Downloaded clap_lex v0.7.6 |
| 3088 | 2026-03-18T11:54:06.527Z | [ helios-setup] Mar 18 11:54:05.537 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3089 | 2026-03-18T11:54:06.534Z | [ helios-setup] Mar 18 11:54:05.544 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3090 | 2026-03-18T11:54:06.537Z | [ helios-setup] Mar 18 11:54:05.546 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3091 | 2026-03-18T11:54:06.541Z | [ helios-setup] Mar 18 11:54:05.551 INFO E| Downloaded generic-array v0.14.9 |
| 3092 | 2026-03-18T11:54:06.557Z | [ helios-setup] Mar 18 11:54:05.567 INFO E| Downloaded toml_parser v1.0.4 |
| 3093 | 2026-03-18T11:54:06.560Z | [ helios-setup] Mar 18 11:54:05.569 INFO E| Downloaded clap_derive v4.5.49 |
| 3094 | 2026-03-18T11:54:06.562Z | [ helios-setup] Mar 18 11:54:05.571 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3095 | 2026-03-18T11:54:06.565Z | [ helios-setup] Mar 18 11:54:05.573 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3096 | 2026-03-18T11:54:06.565Z | [ helios-setup] Mar 18 11:54:05.575 INFO E| Downloaded getrandom v0.2.16 |
| 3097 | 2026-03-18T11:54:06.568Z | [ helios-setup] Mar 18 11:54:05.578 INFO E| Downloaded time-macros v0.2.24 |
| 3098 | 2026-03-18T11:54:06.571Z | [ helios-setup] Mar 18 11:54:05.580 INFO E| Downloaded unicode-ident v1.0.22 |
| 3099 | 2026-03-18T11:54:06.573Z | [ helios-setup] Mar 18 11:54:05.582 INFO E| Downloaded term v1.2.0 |
| 3100 | 2026-03-18T11:54:06.576Z | [ helios-setup] Mar 18 11:54:05.585 INFO E| Downloaded thiserror v2.0.17 |
| 3101 | 2026-03-18T11:54:06.580Z | [ helios-setup] Mar 18 11:54:05.590 INFO E| Downloaded futures-channel v0.3.31 |
| 3102 | 2026-03-18T11:54:06.614Z | [ helios-setup] Mar 18 11:54:05.624 INFO E| Downloaded toml v0.9.8 |
| 3103 | 2026-03-18T11:54:06.618Z | [ helios-setup] Mar 18 11:54:05.628 INFO E| Downloaded bitflags v2.10.0 |
| 3104 | 2026-03-18T11:54:06.620Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3105 | 2026-03-18T11:54:06.623Z | [ helios-setup] Mar 18 11:54:05.631 INFO E| Downloaded log v0.4.28 |
| 3106 | 2026-03-18T11:54:06.631Z | [ helios-setup] Mar 18 11:54:05.641 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3107 | 2026-03-18T11:54:06.634Z | [ helios-setup] Mar 18 11:54:05.644 INFO E| Downloaded uuid v1.18.1 |
| 3108 | 2026-03-18T11:54:06.637Z | [ helios-setup] Mar 18 11:54:05.647 INFO E| Downloaded futures v0.3.31 |
| 3109 | 2026-03-18T11:54:06.642Z | [ helios-setup] Mar 18 11:54:05.652 INFO E| Downloaded socket2 v0.6.1 |
| 3110 | 2026-03-18T11:54:06.651Z | [ helios-setup] Mar 18 11:54:05.660 INFO E| Downloaded toml_edit v0.23.7 |
| 3111 | 2026-03-18T11:54:06.680Z | [ helios-setup] Mar 18 11:54:05.689 INFO E| Downloaded bytes v1.10.1 |
| 3112 | 2026-03-18T11:54:06.693Z | [ helios-setup] Mar 18 11:54:05.703 INFO E| Downloaded flate2 v1.1.5 |
| 3113 | 2026-03-18T11:54:06.696Z | [ host-package] Compiling bindgen v0.71.1 |
| 3114 | 2026-03-18T11:54:06.747Z | [ helios-setup] Mar 18 11:54:05.757 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3115 | 2026-03-18T11:54:06.752Z | [ helios-setup] Mar 18 11:54:05.762 INFO E| Downloaded indexmap v2.12.0 |
| 3116 | 2026-03-18T11:54:06.755Z | [ helios-setup] Mar 18 11:54:05.765 INFO E| Downloaded rsa v0.9.8 |
| 3117 | 2026-03-18T11:54:06.760Z | [ helios-setup] Mar 18 11:54:05.769 INFO E| Downloaded memchr v2.7.6 |
| 3118 | 2026-03-18T11:54:06.764Z | [ helios-setup] Mar 18 11:54:05.774 INFO E| Downloaded cc v1.2.44 |
| 3119 | 2026-03-18T11:54:06.785Z | [ helios-setup] Mar 18 11:54:05.795 INFO E| Downloaded mio v1.1.0 |
| 3120 | 2026-03-18T11:54:06.790Z | [ helios-setup] Mar 18 11:54:05.800 INFO E| Downloaded iddqd v0.3.14 |
| 3121 | 2026-03-18T11:54:06.796Z | [ helios-setup] Mar 18 11:54:05.806 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3122 | 2026-03-18T11:54:06.834Z | [ helios-setup] Mar 18 11:54:05.843 INFO E| Downloaded time v0.3.44 |
| 3123 | 2026-03-18T11:54:06.840Z | [ helios-setup] Mar 18 11:54:05.850 INFO E| Downloaded hashbrown v0.16.0 |
| 3124 | 2026-03-18T11:54:06.876Z | [ helios-setup] Mar 18 11:54:05.885 INFO E| Downloaded winnow v0.7.13 |
| 3125 | 2026-03-18T11:54:06.883Z | [ helios-setup] Mar 18 11:54:05.892 INFO E| Downloaded serde_json v1.0.145 |
| 3126 | 2026-03-18T11:54:06.888Z | [ helios-setup] Mar 18 11:54:05.898 INFO E| Downloaded futures-util v0.3.31 |
| 3127 | 2026-03-18T11:54:06.897Z | [ helios-setup] Mar 18 11:54:05.907 INFO E| Downloaded chrono v0.4.42 |
| 3128 | 2026-03-18T11:54:06.903Z | [ helios-setup] Mar 18 11:54:05.912 INFO E| Downloaded libm v0.2.15 |
| 3129 | 2026-03-18T11:54:06.911Z | [ helios-setup] Mar 18 11:54:05.921 INFO E| Downloaded clap_builder v4.5.51 |
| 3130 | 2026-03-18T11:54:06.947Z | [ helios-setup] Mar 18 11:54:05.957 INFO E| Downloaded zerocopy v0.8.27 |
| 3131 | 2026-03-18T11:54:06.965Z | [ helios-setup] Mar 18 11:54:05.974 INFO E| Downloaded syn v2.0.108 |
| 3132 | 2026-03-18T11:54:06.973Z | [ helios-setup] Mar 18 11:54:05.983 INFO E| Downloaded unicode-width v0.2.2 |
| 3133 | 2026-03-18T11:54:07.024Z | [ helios-setup] Mar 18 11:54:06.033 INFO E| Downloaded rustix v1.1.2 |
| 3134 | 2026-03-18T11:54:07.064Z | [ host-package] Compiling diff v0.1.13 |
| 3135 | 2026-03-18T11:54:07.127Z | [ helios-setup] Mar 18 11:54:06.137 INFO E| Downloaded libc v0.2.177 |
| 3136 | 2026-03-18T11:54:07.147Z | [ helios-setup] Mar 18 11:54:06.157 INFO E| Downloaded tokio v1.48.0 |
| 3137 | 2026-03-18T11:54:07.285Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling proc-macro2 v1.0.103 |
| 3138 | 2026-03-18T11:54:07.285Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling quote v1.0.41 |
| 3139 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling unicode-ident v1.0.22 |
| 3140 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling libc v0.2.177 |
| 3141 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling serde_core v1.0.228 |
| 3142 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling cfg-if v1.0.4 |
| 3143 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.294 INFO E| Compiling serde v1.0.228 |
| 3144 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling version_check v0.9.5 |
| 3145 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling autocfg v1.5.0 |
| 3146 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling typenum v1.19.0 |
| 3147 | 2026-03-18T11:54:07.288Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling const-oid v0.9.6 |
| 3148 | 2026-03-18T11:54:07.289Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling libm v0.2.15 |
| 3149 | 2026-03-18T11:54:07.289Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling zerocopy v0.8.27 |
| 3150 | 2026-03-18T11:54:07.289Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling rustversion v1.0.22 |
| 3151 | 2026-03-18T11:54:07.289Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling zeroize v1.8.2 |
| 3152 | 2026-03-18T11:54:07.289Z | [ helios-setup] Mar 18 11:54:06.295 INFO E| Compiling smallvec v1.15.1 |
| 3153 | 2026-03-18T11:54:07.486Z | [ host-package] Compiling unicase v2.9.0 |
| 3154 | 2026-03-18T11:54:07.917Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3155 | 2026-03-18T11:54:08.116Z | [ helios-setup] Mar 18 11:54:07.125 INFO E| Compiling base64ct v1.8.0 |
| 3156 | 2026-03-18T11:54:08.492Z | [ helios-setup] Mar 18 11:54:07.500 INFO E| Compiling utf8parse v0.2.2 |
| 3157 | 2026-03-18T11:54:08.672Z | [ helios-setup] Mar 18 11:54:07.680 INFO E| Compiling rustix v1.1.2 |
| 3158 | 2026-03-18T11:54:08.712Z | [ helios-setup] Mar 18 11:54:07.720 INFO E| Compiling equivalent v1.0.2 |
| 3159 | 2026-03-18T11:54:08.939Z | [ helios-setup] Mar 18 11:54:07.947 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3160 | 2026-03-18T11:54:08.958Z | [ helios-setup] Mar 18 11:54:07.966 INFO E| Compiling byteorder v1.5.0 |
| 3161 | 2026-03-18T11:54:08.966Z | [ helios-setup] Mar 18 11:54:07.974 INFO E| Compiling num-traits v0.2.19 |
| 3162 | 2026-03-18T11:54:09.102Z | [ helios-setup] Mar 18 11:54:08.109 INFO E| Compiling winnow v0.7.13 |
| 3163 | 2026-03-18T11:54:09.127Z | [ helios-setup] Mar 18 11:54:08.135 INFO E| Compiling crc32fast v1.5.0 |
| 3164 | 2026-03-18T11:54:09.159Z | [ helios-setup] Mar 18 11:54:08.167 INFO E| Compiling flagset v0.4.7 |
| 3165 | 2026-03-18T11:54:09.255Z | [ helios-setup] Mar 18 11:54:08.262 INFO E| Compiling generic-array v0.14.9 |
| 3166 | 2026-03-18T11:54:09.564Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3167 | 2026-03-18T11:54:09.692Z | [ helios-setup] Mar 18 11:54:08.699 INFO E| Compiling hashbrown v0.16.0 |
| 3168 | 2026-03-18T11:54:09.759Z | [ helios-setup] Mar 18 11:54:08.766 INFO E| Compiling memchr v2.7.6 |
| 3169 | 2026-03-18T11:54:09.767Z | [ host-package] Compiling diesel v2.3.7 |
| 3170 | 2026-03-18T11:54:09.776Z | [ helios-setup] Mar 18 11:54:08.784 INFO E| Compiling anyhow v1.0.100 |
| 3171 | 2026-03-18T11:54:09.921Z | [ helios-setup] Mar 18 11:54:08.929 INFO E| Compiling anstyle-parse v0.2.7 |
| 3172 | 2026-03-18T11:54:10.109Z | [ helios-setup] Mar 18 11:54:09.116 INFO E| Compiling getrandom v0.2.16 |
| 3173 | 2026-03-18T11:54:10.204Z | [ helios-setup] Mar 18 11:54:09.211 INFO E| Compiling errno v0.3.14 |
| 3174 | 2026-03-18T11:54:10.288Z | [ helios-setup] Mar 18 11:54:09.294 INFO E| Compiling cpufeatures v0.2.17 |
| 3175 | 2026-03-18T11:54:10.387Z | [ helios-setup] Mar 18 11:54:09.394 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3176 | 2026-03-18T11:54:10.534Z | [ helios-setup] Mar 18 11:54:09.541 INFO E| Compiling rand_core v0.6.4 |
| 3177 | 2026-03-18T11:54:10.577Z | [ helios-setup] Mar 18 11:54:09.584 INFO E| Compiling anstyle-query v1.1.4 |
| 3178 | 2026-03-18T11:54:10.701Z | [ helios-setup] Mar 18 11:54:09.707 INFO E| Compiling syn v1.0.109 |
| 3179 | 2026-03-18T11:54:10.743Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3180 | 2026-03-18T11:54:10.748Z | [ helios-setup] Mar 18 11:54:09.755 INFO E| Compiling allocator-api2 v0.2.21 |
| 3181 | 2026-03-18T11:54:10.845Z | [ helios-setup] Mar 18 11:54:09.852 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3182 | 2026-03-18T11:54:10.858Z | [ helios-setup] Mar 18 11:54:09.864 INFO E| Compiling shlex v1.3.0 |
| 3183 | 2026-03-18T11:54:10.919Z | [ helios-setup] Mar 18 11:54:09.925 INFO E| Compiling toml_datetime v0.7.3 |
| 3184 | 2026-03-18T11:54:10.999Z | [ helios-setup] Mar 18 11:54:10.006 INFO E| Compiling indexmap v2.12.0 |
| 3185 | 2026-03-18T11:54:11.280Z | [ helios-setup] Mar 18 11:54:10.286 INFO E| Compiling anstyle v1.0.13 |
| 3186 | 2026-03-18T11:54:11.351Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3187 | 2026-03-18T11:54:11.464Z | [ helios-setup] Mar 18 11:54:10.470 INFO E| Compiling radium v0.7.0 |
| 3188 | 2026-03-18T11:54:11.500Z | [ helios-setup] Mar 18 11:54:10.506 INFO E| Compiling colorchoice v1.0.4 |
| 3189 | 2026-03-18T11:54:11.556Z | [ helios-setup] Mar 18 11:54:10.562 INFO E| Compiling cc v1.2.44 |
| 3190 | 2026-03-18T11:54:11.719Z | [ helios-setup] Mar 18 11:54:10.725 INFO E| Compiling anstream v0.6.21 |
| 3191 | 2026-03-18T11:54:11.842Z | [ helios-setup] Mar 18 11:54:10.848 INFO E| Compiling syn v2.0.108 |
| 3192 | 2026-03-18T11:54:11.971Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3193 | 2026-03-18T11:54:11.974Z | [ helios-setup] Mar 18 11:54:10.980 INFO E| Compiling slog v2.8.2 |
| 3194 | 2026-03-18T11:54:12.108Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3195 | 2026-03-18T11:54:12.153Z | [ helios-setup] Mar 18 11:54:11.159 INFO E| Compiling pin-project-lite v0.2.16 |
| 3196 | 2026-03-18T11:54:12.176Z | [ helios-setup] Mar 18 11:54:11.181 INFO E| Compiling parking_lot_core v0.9.12 |
| 3197 | 2026-03-18T11:54:12.388Z | [ helios-setup] Mar 18 11:54:11.393 INFO E| Compiling toml_parser v1.0.4 |
| 3198 | 2026-03-18T11:54:12.518Z | [ helios-setup] Mar 18 11:54:11.523 INFO E| Compiling maybe-uninit v2.0.0 |
| 3199 | 2026-03-18T11:54:12.571Z | [ helios-setup] Mar 18 11:54:11.576 INFO E| Compiling futures-sink v0.3.31 |
| 3200 | 2026-03-18T11:54:12.713Z | [ helios-setup] Mar 18 11:54:11.718 INFO E| Compiling tap v1.0.1 |
| 3201 | 2026-03-18T11:54:12.782Z | [ helios-setup] Mar 18 11:54:11.787 INFO E| Compiling futures-core v0.3.31 |
| 3202 | 2026-03-18T11:54:12.915Z | [ helios-setup] Mar 18 11:54:11.920 INFO E| Compiling unicode-width v0.2.2 |
| 3203 | 2026-03-18T11:54:12.957Z | [ helios-setup] Mar 18 11:54:11.962 INFO E| Compiling pkg-config v0.3.32 |
| 3204 | 2026-03-18T11:54:13.041Z | [ helios-setup] Mar 18 11:54:12.046 INFO E| Compiling futures-channel v0.3.31 |
| 3205 | 2026-03-18T11:54:13.110Z | [ helios-setup] Mar 18 11:54:12.115 INFO E| Compiling block-buffer v0.10.4 |
| 3206 | 2026-03-18T11:54:13.169Z | [ helios-setup] Mar 18 11:54:12.173 INFO E| Compiling crypto-common v0.1.6 |
| 3207 | 2026-03-18T11:54:13.169Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3208 | 2026-03-18T11:54:13.467Z | [ helios-setup] Mar 18 11:54:12.472 INFO E| Compiling wyz v0.5.1 |
| 3209 | 2026-03-18T11:54:13.470Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3210 | 2026-03-18T11:54:13.537Z | [ host-package] Compiling cexpr v0.6.0 |
| 3211 | 2026-03-18T11:54:13.763Z | [ host-package] Compiling crc8 v0.1.1 |
| 3212 | 2026-03-18T11:54:13.861Z | [ helios-setup] Mar 18 11:54:12.865 INFO E| Compiling bitflags v2.10.0 |
| 3213 | 2026-03-18T11:54:13.883Z | [ helios-setup] Mar 18 11:54:12.887 INFO E| Compiling digest v0.10.7 |
| 3214 | 2026-03-18T11:54:14.033Z | [ helios-setup] Mar 18 11:54:13.037 INFO E| Compiling toml_edit v0.23.7 |
| 3215 | 2026-03-18T11:54:14.047Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3216 | 2026-03-18T11:54:14.108Z | [ helios-setup] Mar 18 11:54:13.113 INFO E| Compiling getopts v0.2.24 |
| 3217 | 2026-03-18T11:54:14.142Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3218 | 2026-03-18T11:54:14.163Z | [ helios-setup] Mar 18 11:54:13.164 INFO E| Compiling num-integer v0.1.46 |
| 3219 | 2026-03-18T11:54:14.222Z | [ helios-setup] Mar 18 11:54:13.226 INFO E| Compiling ahash v0.8.12 |
| 3220 | 2026-03-18T11:54:14.233Z | [ helios-setup] Mar 18 11:54:13.238 INFO E| Compiling strsim v0.11.1 |
| 3221 | 2026-03-18T11:54:14.376Z | [ helios-setup] Mar 18 11:54:13.380 INFO E| Compiling sha2 v0.10.9 |
| 3222 | 2026-03-18T11:54:14.426Z | [ helios-setup] Mar 18 11:54:13.430 INFO E| Compiling bytes v1.10.1 |
| 3223 | 2026-03-18T11:54:14.502Z | [ helios-setup] Mar 18 11:54:13.506 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3224 | 2026-03-18T11:54:14.526Z | [ host-package] Compiling headers-core v0.3.0 |
| 3225 | 2026-03-18T11:54:14.554Z | [ helios-setup] Mar 18 11:54:13.558 INFO E| Compiling powerfmt v0.2.0 |
| 3226 | 2026-03-18T11:54:14.572Z | [ helios-setup] Mar 18 11:54:13.576 INFO E| Compiling heck v0.5.0 |
| 3227 | 2026-03-18T11:54:14.653Z | [ helios-setup] Mar 18 11:54:13.657 INFO E| Compiling futures-io v0.3.31 |
| 3228 | 2026-03-18T11:54:14.822Z | [ helios-setup] Mar 18 11:54:13.826 INFO E| Compiling thiserror v1.0.69 |
| 3229 | 2026-03-18T11:54:15.136Z | [ helios-setup] Mar 18 11:54:14.139 INFO E| Compiling futures-task v0.3.31 |
| 3230 | 2026-03-18T11:54:15.163Z | [ host-package] Compiling libxml v0.3.3 |
| 3231 | 2026-03-18T11:54:15.165Z | [ helios-setup] Mar 18 11:54:14.167 INFO E| Compiling clap_lex v0.7.6 |
| 3232 | 2026-03-18T11:54:15.195Z | [ helios-setup] Mar 18 11:54:14.199 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3233 | 2026-03-18T11:54:15.210Z | [ helios-setup] Mar 18 11:54:14.214 INFO E| Compiling itoa v1.0.15 |
| 3234 | 2026-03-18T11:54:15.314Z | [ helios-setup] Mar 18 11:54:14.317 INFO E| Compiling pin-utils v0.1.0 |
| 3235 | 2026-03-18T11:54:15.414Z | [ host-package] Compiling headers v0.4.1 |
| 3236 | 2026-03-18T11:54:15.430Z | [ helios-setup] Mar 18 11:54:14.433 INFO E| Compiling num-conv v0.1.0 |
| 3237 | 2026-03-18T11:54:15.519Z | [ helios-setup] Mar 18 11:54:14.522 INFO E| Compiling slab v0.4.11 |
| 3238 | 2026-03-18T11:54:15.553Z | [ helios-setup] Mar 18 11:54:14.557 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3239 | 2026-03-18T11:54:15.567Z | [ helios-setup] Mar 18 11:54:14.571 INFO E| Compiling funty v2.0.0 |
| 3240 | 2026-03-18T11:54:15.710Z | [ helios-setup] Mar 18 11:54:14.713 INFO E| Compiling spin v0.9.8 |
| 3241 | 2026-03-18T11:54:15.718Z | [ helios-setup] Mar 18 11:54:14.721 INFO E| Compiling packed_struct v0.10.1 |
| 3242 | 2026-03-18T11:54:15.738Z | [ helios-setup] Mar 18 11:54:14.741 INFO E| Compiling getrandom v0.3.4 |
| 3243 | 2026-03-18T11:54:15.968Z | [ helios-setup] Mar 18 11:54:14.970 INFO E| Compiling terminal_size v0.4.3 |
| 3244 | 2026-03-18T11:54:16.078Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3245 | 2026-03-18T11:54:16.096Z | [ helios-setup] Mar 18 11:54:15.099 INFO E| Compiling scopeguard v1.2.0 |
| 3246 | 2026-03-18T11:54:16.114Z | [ helios-setup] Mar 18 11:54:15.117 INFO E| Compiling time-core v0.1.6 |
| 3247 | 2026-03-18T11:54:16.143Z | [ helios-setup] Mar 18 11:54:15.145 INFO E| Compiling lazy_static v1.5.0 |
| 3248 | 2026-03-18T11:54:16.319Z | [ helios-setup] Mar 18 11:54:15.321 INFO E| Compiling clap_builder v4.5.51 |
| 3249 | 2026-03-18T11:54:16.372Z | [ helios-setup] Mar 18 11:54:15.375 INFO E| Compiling time-macros v0.2.24 |
| 3250 | 2026-03-18T11:54:16.467Z | [ helios-setup] Mar 18 11:54:15.470 INFO E| Compiling lock_api v0.4.14 |
| 3251 | 2026-03-18T11:54:16.591Z | [ helios-setup] Mar 18 11:54:15.593 INFO E| Compiling bitvec v1.0.1 |
| 3252 | 2026-03-18T11:54:16.736Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3253 | 2026-03-18T11:54:16.788Z | [ helios-setup] Mar 18 11:54:15.790 INFO E| Compiling deranged v0.5.5 |
| 3254 | 2026-03-18T11:54:16.824Z | [ helios-setup] Mar 18 11:54:15.826 INFO E| Compiling num-iter v0.1.45 |
| 3255 | 2026-03-18T11:54:16.836Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3256 | 2026-03-18T11:54:17.017Z | [ helios-setup] Mar 18 11:54:16.018 INFO E| Compiling indexmap v1.9.3 |
| 3257 | 2026-03-18T11:54:17.114Z | [ helios-setup] Mar 18 11:54:16.116 INFO E| Compiling once_cell v1.21.3 |
| 3258 | 2026-03-18T11:54:17.143Z | [ helios-setup] Mar 18 11:54:16.145 INFO E| Compiling adler2 v2.0.1 |
| 3259 | 2026-03-18T11:54:17.201Z | [ helios-setup] Mar 18 11:54:16.203 INFO E| Compiling nodrop v0.1.14 |
| 3260 | 2026-03-18T11:54:17.501Z | [ helios-setup] Mar 18 11:54:16.500 INFO E| Compiling thiserror v2.0.17 |
| 3261 | 2026-03-18T11:54:17.569Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3262 | 2026-03-18T11:54:17.598Z | [ helios-setup] Mar 18 11:54:16.599 INFO E| Compiling simd-adler32 v0.3.7 |
| 3263 | 2026-03-18T11:54:17.610Z | [ helios-setup] Mar 18 11:54:16.611 INFO E| Compiling crc-catalog v2.4.0 |
| 3264 | 2026-03-18T11:54:17.691Z | [ helios-setup] Mar 18 11:54:16.692 INFO E| Compiling log v0.4.28 |
| 3265 | 2026-03-18T11:54:17.703Z | [ helios-setup] Mar 18 11:54:16.701 INFO E| Compiling serde_json v1.0.145 |
| 3266 | 2026-03-18T11:54:17.747Z | [ helios-setup] Mar 18 11:54:16.749 INFO E| Compiling iana-time-zone v0.1.64 |
| 3267 | 2026-03-18T11:54:17.834Z | [ helios-setup] Mar 18 11:54:16.835 INFO E| Compiling crc v3.3.0 |
| 3268 | 2026-03-18T11:54:17.846Z | [ host-package] Compiling indoc v1.0.9 |
| 3269 | 2026-03-18T11:54:18.090Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3270 | 2026-03-18T11:54:18.149Z | [ helios-setup] Mar 18 11:54:17.150 INFO E| Compiling env_filter v0.1.4 |
| 3271 | 2026-03-18T11:54:18.200Z | [ helios-setup] Mar 18 11:54:17.202 INFO E| Compiling miniz_oxide v0.8.9 |
| 3272 | 2026-03-18T11:54:18.255Z | [ helios-setup] Mar 18 11:54:17.257 INFO E| Compiling chrono v0.4.42 |
| 3273 | 2026-03-18T11:54:18.274Z | [ helios-setup] Mar 18 11:54:17.275 INFO E| Compiling parking_lot v0.12.5 |
| 3274 | 2026-03-18T11:54:18.619Z | [ helios-setup] Mar 18 11:54:17.620 INFO E| Compiling array-init v0.0.4 |
| 3275 | 2026-03-18T11:54:18.712Z | [ helios-setup] Mar 18 11:54:17.713 INFO E| Compiling smallvec v0.6.14 |
| 3276 | 2026-03-18T11:54:19.157Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3277 | 2026-03-18T11:54:19.163Z | [ helios-setup] Mar 18 11:54:18.164 INFO E| Compiling signature v2.2.0 |
| 3278 | 2026-03-18T11:54:19.248Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3279 | 2026-03-18T11:54:19.323Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3280 | 2026-03-18T11:54:19.410Z | [ helios-setup] Mar 18 11:54:18.410 INFO E| Compiling serde_spanned v1.0.3 |
| 3281 | 2026-03-18T11:54:19.501Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3282 | 2026-03-18T11:54:19.830Z | [ helios-setup] Mar 18 11:54:18.830 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3283 | 2026-03-18T11:54:19.938Z | [ helios-setup] Mar 18 11:54:18.938 INFO E| Compiling socket2 v0.6.1 |
| 3284 | 2026-03-18T11:54:20.015Z | [ helios-setup] Mar 18 11:54:19.015 INFO E| Compiling is-terminal v0.4.17 |
| 3285 | 2026-03-18T11:54:20.140Z | [ host-package] Compiling half v1.8.3 |
| 3286 | 2026-03-18T11:54:20.177Z | [ helios-setup] Mar 18 11:54:19.177 INFO E| Compiling time v0.3.44 |
| 3287 | 2026-03-18T11:54:20.259Z | [ helios-setup] Mar 18 11:54:19.258 INFO E| Compiling mio v1.1.0 |
| 3288 | 2026-03-18T11:54:20.262Z | [ helios-setup] Mar 18 11:54:19.259 INFO E| Compiling thread_local v1.1.9 |
| 3289 | 2026-03-18T11:54:20.262Z | [ helios-setup] Mar 18 11:54:19.259 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3290 | 2026-03-18T11:54:20.473Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3291 | 2026-03-18T11:54:20.784Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3292 | 2026-03-18T11:54:20.831Z | [ helios-setup] Mar 18 11:54:19.830 INFO E| Compiling base64 v0.21.7 |
| 3293 | 2026-03-18T11:54:20.942Z | [ helios-setup] Mar 18 11:54:19.941 INFO E| Compiling hashbrown v0.12.3 |
| 3294 | 2026-03-18T11:54:21.242Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3295 | 2026-03-18T11:54:21.309Z | [ helios-setup] Mar 18 11:54:20.308 INFO E| Compiling term v1.2.0 |
| 3296 | 2026-03-18T11:54:21.355Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-03-18T11:54:21.561Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3298 | 2026-03-18T11:54:21.751Z | [ helios-setup] Mar 18 11:54:20.750 INFO E| Compiling ryu v1.0.20 |
| 3299 | 2026-03-18T11:54:21.830Z | [ helios-setup] Mar 18 11:54:20.829 INFO E| Compiling winnow v0.5.40 |
| 3300 | 2026-03-18T11:54:21.980Z | [ helios-setup] Mar 18 11:54:20.978 INFO E| Compiling subtle v2.6.1 |
| 3301 | 2026-03-18T11:54:21.993Z | [ helios-setup] Mar 18 11:54:20.991 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3302 | 2026-03-18T11:54:22.106Z | [ helios-setup] Mar 18 11:54:21.104 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3303 | 2026-03-18T11:54:22.165Z | [ helios-setup] Mar 18 11:54:21.163 INFO E| Compiling toml_writer v1.0.4 |
| 3304 | 2026-03-18T11:54:22.277Z | [ helios-setup] Mar 18 11:54:21.275 INFO E| Compiling bzip2 v0.4.4 |
| 3305 | 2026-03-18T11:54:22.347Z | [ helios-setup] Mar 18 11:54:21.346 INFO E| Compiling serde_derive v1.0.228 |
| 3306 | 2026-03-18T11:54:22.436Z | [ helios-setup] Mar 18 11:54:21.434 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3307 | 2026-03-18T11:54:22.460Z | [ helios-setup] Mar 18 11:54:21.458 INFO E| Compiling der_derive v0.7.3 |
| 3308 | 2026-03-18T11:54:22.578Z | [ helios-setup] Mar 18 11:54:21.576 INFO E| Compiling futures-macro v0.3.31 |
| 3309 | 2026-03-18T11:54:22.630Z | [ helios-setup] Mar 18 11:54:21.628 INFO E| Compiling thiserror-impl v1.0.69 |
| 3310 | 2026-03-18T11:54:22.845Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3311 | 2026-03-18T11:54:22.848Z | [ host-package] Compiling bb8 v0.8.6 |
| 3312 | 2026-03-18T11:54:23.010Z | [ helios-setup] Mar 18 11:54:22.008 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3313 | 2026-03-18T11:54:23.123Z | [ helios-setup] Mar 18 11:54:22.121 INFO E| Compiling num_enum_derive v0.7.5 |
| 3314 | 2026-03-18T11:54:23.143Z | [ helios-setup] Mar 18 11:54:22.141 INFO E| Compiling bitfield-macros v0.19.3 |
| 3315 | 2026-03-18T11:54:23.320Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3316 | 2026-03-18T11:54:23.756Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3317 | 2026-03-18T11:54:23.912Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3318 | 2026-03-18T11:54:24.106Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3319 | 2026-03-18T11:54:24.261Z | [ host-package] Compiling fxhash v0.2.1 |
| 3320 | 2026-03-18T11:54:24.818Z | [ helios-setup] Mar 18 11:54:23.814 INFO E| Compiling clap_derive v4.5.49 |
| 3321 | 2026-03-18T11:54:24.858Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3322 | 2026-03-18T11:54:25.010Z | [ helios-setup] Mar 18 11:54:24.006 INFO E| Compiling der v0.7.10 |
| 3323 | 2026-03-18T11:54:25.045Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3324 | 2026-03-18T11:54:25.065Z | [ helios-setup] Mar 18 11:54:24.061 INFO E| Compiling thiserror-impl v2.0.17 |
| 3325 | 2026-03-18T11:54:25.106Z | [ helios-setup] Mar 18 11:54:24.102 INFO E| Compiling tokio-macros v2.6.0 |
| 3326 | 2026-03-18T11:54:25.220Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3327 | 2026-03-18T11:54:25.255Z | [ helios-setup] Mar 18 11:54:24.250 INFO E| Compiling futures-util v0.3.31 |
| 3328 | 2026-03-18T11:54:25.313Z | [ helios-setup] Mar 18 11:54:24.309 INFO E| Compiling bitfield v0.19.3 |
| 3329 | 2026-03-18T11:54:25.313Z | [ helios-setup] Mar 18 11:54:24.309 INFO E| Compiling num_enum v0.7.5 |
| 3330 | 2026-03-18T11:54:25.548Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3331 | 2026-03-18T11:54:25.607Z | [ helios-setup] Mar 18 11:54:24.602 INFO E| Compiling zerocopy v0.6.6 |
| 3332 | 2026-03-18T11:54:25.806Z | [ host-package] Compiling salty v0.3.0 |
| 3333 | 2026-03-18T11:54:25.810Z | [ helios-setup] Mar 18 11:54:24.804 INFO E| Compiling toml v0.9.8 |
| 3334 | 2026-03-18T11:54:26.159Z | [ helios-setup] Mar 18 11:54:25.153 INFO E| Compiling devinfo v0.1.0 |
| 3335 | 2026-03-18T11:54:26.220Z | [ host-package] Compiling nonempty v0.12.0 |
| 3336 | 2026-03-18T11:54:26.312Z | [ helios-setup] Mar 18 11:54:25.307 INFO E| Compiling uuid v1.18.1 |
| 3337 | 2026-03-18T11:54:26.577Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3338 | 2026-03-18T11:54:26.596Z | [ helios-setup] Mar 18 11:54:25.591 INFO E| Compiling flate2 v1.1.5 |
| 3339 | 2026-03-18T11:54:26.871Z | [ helios-setup] Mar 18 11:54:25.866 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3340 | 2026-03-18T11:54:27.036Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3341 | 2026-03-18T11:54:27.152Z | [ helios-setup] Mar 18 11:54:26.146 INFO E| Compiling env_logger v0.11.8 |
| 3342 | 2026-03-18T11:54:27.237Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3343 | 2026-03-18T11:54:27.240Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3344 | 2026-03-18T11:54:28.248Z | [ helios-setup] Mar 18 11:54:26.240 INFO E| Compiling tokio v1.48.0 |
| 3345 | 2026-03-18T11:54:28.251Z | [ host-package] Compiling darling_core v0.23.0 |
| 3346 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:26.260 INFO E| Compiling hex v0.4.3 |
| 3347 | 2026-03-18T11:54:28.251Z | [ host-package] Compiling nanorand v0.7.0 |
| 3348 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:26.588 INFO E| Compiling foldhash v0.2.0 |
| 3349 | 2026-03-18T11:54:28.251Z | [ host-package] Compiling samael v0.0.19 |
| 3350 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:26.906 INFO E| Compiling crc-any v2.5.0 |
| 3351 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:26.999 INFO E| Compiling spki v0.7.3 |
| 3352 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:27.012 INFO E| Compiling rustc-hash v2.1.1 |
| 3353 | 2026-03-18T11:54:28.251Z | [ helios-setup] Mar 18 11:54:27.245 INFO E| Compiling bitflags v1.3.2 |
| 3354 | 2026-03-18T11:54:28.309Z | [ helios-setup] Mar 18 11:54:27.302 INFO E| Compiling iddqd v0.3.14 |
| 3355 | 2026-03-18T11:54:28.359Z | [ helios-setup] Mar 18 11:54:27.353 INFO E| Compiling pkcs8 v0.10.2 |
| 3356 | 2026-03-18T11:54:28.394Z | [ helios-setup] Mar 18 11:54:27.388 INFO E| Compiling x509-cert v0.2.5 |
| 3357 | 2026-03-18T11:54:28.552Z | [ helios-setup] Mar 18 11:54:27.545 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3358 | 2026-03-18T11:54:28.978Z | [ helios-setup] Mar 18 11:54:27.971 INFO E| Compiling pkcs1 v0.7.5 |
| 3359 | 2026-03-18T11:54:29.155Z | [ helios-setup] Mar 18 11:54:28.147 INFO E| Compiling zip v0.6.6 |
| 3360 | 2026-03-18T11:54:29.217Z | [ helios-setup] Mar 18 11:54:28.210 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3361 | 2026-03-18T11:54:29.281Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3362 | 2026-03-18T11:54:29.523Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3363 | 2026-03-18T11:54:30.124Z | [ helios-setup] Mar 18 11:54:29.116 INFO E| Compiling path-slash v0.1.5 |
| 3364 | 2026-03-18T11:54:30.243Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3365 | 2026-03-18T11:54:30.267Z | [ helios-setup] Mar 18 11:54:29.259 INFO E| Compiling clap v4.5.51 |
| 3366 | 2026-03-18T11:54:30.773Z | [ host-package] Compiling flume v0.11.1 |
| 3367 | 2026-03-18T11:54:30.822Z | [ helios-setup] Mar 18 11:54:29.814 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3368 | 2026-03-18T11:54:30.870Z | [ helios-setup] Mar 18 11:54:29.860 INFO E| Compiling erased-serde v0.3.31 |
| 3369 | 2026-03-18T11:54:30.870Z | [ helios-setup] Mar 18 11:54:29.860 INFO E| Compiling serde_spanned v0.6.9 |
| 3370 | 2026-03-18T11:54:31.278Z | [ helios-setup] Mar 18 11:54:30.269 INFO E| Compiling toml_datetime v0.6.11 |
| 3371 | 2026-03-18T11:54:31.735Z | [ helios-setup] Mar 18 11:54:30.726 INFO E| Compiling rand_chacha v0.3.1 |
| 3372 | 2026-03-18T11:54:31.783Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d) |
| 3373 | 2026-03-18T11:54:31.890Z | [ helios-setup] Mar 18 11:54:30.881 INFO E| Compiling toml_edit v0.19.15 |
| 3374 | 2026-03-18T11:54:31.967Z | [ helios-setup] Mar 18 11:54:30.957 INFO E| Compiling hashbrown v0.13.2 |
| 3375 | 2026-03-18T11:54:32.256Z | [ helios-setup] Mar 18 11:54:31.246 INFO E| Compiling ron v0.8.1 |
| 3376 | 2026-03-18T11:54:32.417Z | [ helios-setup] Mar 18 11:54:31.407 INFO E| Compiling rand v0.8.5 |
| 3377 | 2026-03-18T11:54:32.425Z | [ helios-setup] Mar 18 11:54:31.416 INFO E| Compiling serde-hex v0.1.0 |
| 3378 | 2026-03-18T11:54:33.227Z | [ helios-setup] Mar 18 11:54:32.217 INFO E| Compiling futures-executor v0.3.31 |
| 3379 | 2026-03-18T11:54:33.552Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3380 | 2026-03-18T11:54:33.638Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3381 | 2026-03-18T11:54:33.653Z | [ helios-setup] Mar 18 11:54:32.643 INFO E| Compiling object v0.30.4 |
| 3382 | 2026-03-18T11:54:33.968Z | [ helios-setup] Mar 18 11:54:32.957 INFO E| Compiling slog-term v2.9.2 |
| 3383 | 2026-03-18T11:54:34.672Z | [ helios-setup] Mar 18 11:54:33.661 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3384 | 2026-03-18T11:54:34.748Z | [ helios-setup] Mar 18 11:54:33.737 INFO E| Compiling futures v0.3.31 |
| 3385 | 2026-03-18T11:54:34.846Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3386 | 2026-03-18T11:54:34.942Z | [ host-package] Compiling polar-core v0.27.3 |
| 3387 | 2026-03-18T11:54:34.990Z | [ helios-setup] Mar 18 11:54:33.979 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3388 | 2026-03-18T11:54:35.570Z | [ helios-setup] Mar 18 11:54:34.558 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3389 | 2026-03-18T11:54:36.780Z | [ helios-setup] Mar 18 11:54:35.767 INFO E| Compiling toml v0.7.8 |
| 3390 | 2026-03-18T11:54:36.879Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3391 | 2026-03-18T11:54:37.293Z | [ helios-setup] Mar 18 11:54:36.280 INFO E| Compiling rsa v0.9.8 |
| 3392 | 2026-03-18T11:54:37.791Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3393 | 2026-03-18T11:54:38.090Z | [ helios-setup] Mar 18 11:54:37.076 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3394 | 2026-03-18T11:54:38.831Z | [ helios-setup] Mar 18 11:54:37.817 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3395 | 2026-03-18T11:54:38.981Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3396 | 2026-03-18T11:54:41.133Z | [ host-package] Compiling git-stub v1.0.0 |
| 3397 | 2026-03-18T11:54:41.950Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3398 | 2026-03-18T11:54:42.222Z | [ host-package] Compiling instability v0.3.11 |
| 3399 | 2026-03-18T11:54:43.209Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3400 | 2026-03-18T11:54:43.436Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3401 | 2026-03-18T11:54:43.871Z | [ host-package] Compiling progenitor v0.11.2 |
| 3402 | 2026-03-18T11:54:44.056Z | [ host-package] Compiling darling v0.23.0 |
| 3403 | 2026-03-18T11:54:44.637Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3404 | 2026-03-18T11:54:45.523Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3405 | 2026-03-18T11:54:46.458Z | [ helios-setup] Mar 18 11:54:45.439 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3406 | 2026-03-18T11:54:47.730Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3407 | 2026-03-18T11:54:48.221Z | [ helios-setup] Mar 18 11:54:47.200 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3408 | 2026-03-18T11:54:49.382Z | [ host-package] Compiling ignore v0.4.25 |
| 3409 | 2026-03-18T11:54:49.523Z | [ host-package] Compiling primeorder v0.13.6 |
| 3410 | 2026-03-18T11:54:49.886Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3411 | 2026-03-18T11:54:50.243Z | [ host-package] Compiling castaway v0.2.4 |
| 3412 | 2026-03-18T11:54:50.626Z | [ host-package] Compiling atty v0.2.14 |
| 3413 | 2026-03-18T11:54:51.136Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3414 | 2026-03-18T11:54:51.858Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3415 | 2026-03-18T11:54:52.152Z | [ host-package] Compiling endian-type v0.1.2 |
| 3416 | 2026-03-18T11:54:52.400Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3417 | 2026-03-18T11:54:52.601Z | [ host-package] Compiling indoc v2.0.7 |
| 3418 | 2026-03-18T11:54:52.722Z | [ host-package] Compiling http-range v0.1.5 |
| 3419 | 2026-03-18T11:54:53.333Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3420 | 2026-03-18T11:54:53.970Z | [ helios-setup] Mar 18 11:54:52.945 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3421 | 2026-03-18T11:54:54.112Z | [ host-package] Compiling oso v0.27.3 |
| 3422 | 2026-03-18T11:54:54.222Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3423 | 2026-03-18T11:54:55.081Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3424 | 2026-03-18T11:54:55.529Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3425 | 2026-03-18T11:54:56.397Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3426 | 2026-03-18T11:54:56.739Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3427 | 2026-03-18T11:54:57.353Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3428 | 2026-03-18T11:54:59.109Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3429 | 2026-03-18T11:54:59.146Z | [ host-package] Compiling globwalk v0.9.1 |
| 3430 | 2026-03-18T11:54:59.280Z | [ host-package] Compiling compact_str v0.8.1 |
| 3431 | 2026-03-18T11:55:00.238Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3432 | 2026-03-18T11:55:01.262Z | [ host-package] Compiling p384 v0.13.1 |
| 3433 | 2026-03-18T11:55:03.358Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3434 | 2026-03-18T11:55:04.306Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3435 | 2026-03-18T11:55:05.604Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3436 | 2026-03-18T11:55:05.703Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3437 | 2026-03-18T11:55:05.885Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3438 | 2026-03-18T11:55:06.418Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3439 | 2026-03-18T11:55:06.462Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3440 | 2026-03-18T11:55:06.749Z | [ host-package] Compiling lru v0.12.5 |
| 3441 | 2026-03-18T11:55:06.881Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3442 | 2026-03-18T11:55:07.071Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3443 | 2026-03-18T11:55:07.163Z | [ host-package] Compiling cassowary v0.3.0 |
| 3444 | 2026-03-18T11:55:07.499Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3445 | 2026-03-18T11:55:07.630Z | [ host-package] Compiling ratatui v0.29.0 |
| 3446 | 2026-03-18T11:55:07.666Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3447 | 2026-03-18T11:55:08.338Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3448 | 2026-03-18T11:55:08.369Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3449 | 2026-03-18T11:55:08.628Z | [ host-package] Compiling sled v0.34.7 |
| 3450 | 2026-03-18T11:55:09.002Z | [ helios-setup] Mar 18 11:55:07.965 INFO E| Finished `release` profile [optimized] target(s) in 1m 04s |
| 3451 | 2026-03-18T11:55:09.005Z | [ helios-setup] Mar 18 11:55:07.968 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3452 | 2026-03-18T11:55:09.005Z | [ helios-setup] Mar 18 11:55:07.968 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3453 | 2026-03-18T11:55:09.075Z | [ helios-setup] Mar 18 11:55:08.038 INFO building project "pilot" ok (64 seconds) |
| 3454 | 2026-03-18T11:55:09.075Z | [ helios-setup] Mar 18 11:55:08.038 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3455 | 2026-03-18T11:55:09.087Z | [ helios-setup] Mar 18 11:55:08.050 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3456 | 2026-03-18T11:55:09.087Z | [ helios-setup] Mar 18 11:55:08.050 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3457 | 2026-03-18T11:55:09.090Z | [ helios-setup] Mar 18 11:55:08.050 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3458 | 2026-03-18T11:55:09.326Z | [ helios-setup] Mar 18 11:55:08.290 INFO E| Downloading crates ... |
| 3459 | 2026-03-18T11:55:09.392Z | [ helios-setup] Mar 18 11:55:08.356 INFO E| Downloaded tempfile v3.20.0 |
| 3460 | 2026-03-18T11:55:09.395Z | [ helios-setup] Mar 18 11:55:08.359 INFO E| Downloaded time-macros v0.2.22 |
| 3461 | 2026-03-18T11:55:09.402Z | [ helios-setup] Mar 18 11:55:08.366 INFO E| Downloaded errno v0.3.12 |
| 3462 | 2026-03-18T11:55:09.405Z | [ helios-setup] Mar 18 11:55:08.368 INFO E| Downloaded time-core v0.1.4 |
| 3463 | 2026-03-18T11:55:09.408Z | [ helios-setup] Mar 18 11:55:08.369 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3464 | 2026-03-18T11:55:09.422Z | [ helios-setup] Mar 18 11:55:08.386 INFO E| Downloaded bitflags v2.9.1 |
| 3465 | 2026-03-18T11:55:09.429Z | [ helios-setup] Mar 18 11:55:08.393 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3466 | 2026-03-18T11:55:09.437Z | [ helios-setup] Mar 18 11:55:08.401 INFO E| Downloaded getrandom v0.3.3 |
| 3467 | 2026-03-18T11:55:09.441Z | [ helios-setup] Mar 18 11:55:08.404 INFO E| Downloaded deranged v0.4.0 |
| 3468 | 2026-03-18T11:55:09.443Z | [ helios-setup] Mar 18 11:55:08.406 INFO E| Downloaded indexmap v2.9.0 |
| 3469 | 2026-03-18T11:55:09.454Z | [ helios-setup] Mar 18 11:55:08.418 INFO E| Downloaded anyhow v1.0.98 |
| 3470 | 2026-03-18T11:55:09.467Z | [ helios-setup] Mar 18 11:55:08.431 INFO E| Downloaded time v0.3.41 |
| 3471 | 2026-03-18T11:55:09.474Z | [ helios-setup] Mar 18 11:55:08.437 INFO E| Downloaded hashbrown v0.15.3 |
| 3472 | 2026-03-18T11:55:09.478Z | [ helios-setup] Mar 18 11:55:08.442 INFO E| Downloaded serde_with v3.12.0 |
| 3473 | 2026-03-18T11:55:09.486Z | [ helios-setup] Mar 18 11:55:08.449 INFO E| Downloaded chrono v0.4.41 |
| 3474 | 2026-03-18T11:55:09.548Z | [ helios-setup] Mar 18 11:55:08.512 INFO E| Downloaded rustix v1.0.7 |
| 3475 | 2026-03-18T11:55:09.637Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling proc-macro2 v1.0.95 |
| 3476 | 2026-03-18T11:55:09.637Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling unicode-ident v1.0.18 |
| 3477 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling libc v0.2.172 |
| 3478 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling strsim v0.11.1 |
| 3479 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling ident_case v1.0.1 |
| 3480 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling fnv v1.0.7 |
| 3481 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.600 INFO E| Compiling serde v1.0.219 |
| 3482 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling rustix v1.0.7 |
| 3483 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling getrandom v0.3.3 |
| 3484 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling cfg-if v1.0.0 |
| 3485 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling bitflags v2.9.1 |
| 3486 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling anyhow v1.0.98 |
| 3487 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling thiserror v2.0.12 |
| 3488 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling serde_json v1.0.140 |
| 3489 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling once_cell v1.21.3 |
| 3490 | 2026-03-18T11:55:09.640Z | [ helios-setup] Mar 18 11:55:08.601 INFO E| Compiling memchr v2.7.4 |
| 3491 | 2026-03-18T11:55:09.966Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3492 | 2026-03-18T11:55:10.147Z | [ helios-setup] Mar 18 11:55:09.109 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3493 | 2026-03-18T11:55:10.149Z | [ helios-setup] Mar 18 11:55:09.110 INFO E| Compiling fastrand v2.3.0 |
| 3494 | 2026-03-18T11:55:10.391Z | [ helios-setup] Mar 18 11:55:09.354 INFO E| Compiling ryu v1.0.20 |
| 3495 | 2026-03-18T11:55:10.435Z | [ helios-setup] Mar 18 11:55:09.397 INFO E| Compiling itoa v1.0.15 |
| 3496 | 2026-03-18T11:55:11.116Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3497 | 2026-03-18T11:55:11.390Z | [ helios-setup] Mar 18 11:55:10.352 INFO E| Compiling errno v0.3.12 |
| 3498 | 2026-03-18T11:55:12.116Z | [ helios-setup] Mar 18 11:55:11.077 INFO E| Compiling quote v1.0.40 |
| 3499 | 2026-03-18T11:55:12.311Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3500 | 2026-03-18T11:55:12.415Z | [ helios-setup] Mar 18 11:55:11.376 INFO E| Compiling syn v2.0.101 |
| 3501 | 2026-03-18T11:55:12.443Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3502 | 2026-03-18T11:55:12.538Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3503 | 2026-03-18T11:55:12.700Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3504 | 2026-03-18T11:55:12.823Z | [ helios-setup] Mar 18 11:55:11.784 INFO E| Compiling tempfile v3.20.0 |
| 3505 | 2026-03-18T11:55:13.095Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 3506 | 2026-03-18T11:55:13.599Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3507 | 2026-03-18T11:55:14.359Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3508 | 2026-03-18T11:55:14.434Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3509 | 2026-03-18T11:55:14.712Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3510 | 2026-03-18T11:55:14.776Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3511 | 2026-03-18T11:55:15.271Z | [ host-package] Compiling rustls v0.21.12 |
| 3512 | 2026-03-18T11:55:15.319Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3513 | 2026-03-18T11:55:15.352Z | [ host-package] Compiling corncobs v0.1.4 |
| 3514 | 2026-03-18T11:55:15.725Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3515 | 2026-03-18T11:55:15.828Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3516 | 2026-03-18T11:55:15.860Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3517 | 2026-03-18T11:55:15.891Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3518 | 2026-03-18T11:55:15.909Z | [ helios-setup] Mar 18 11:55:14.867 INFO E| Compiling darling_core v0.20.11 |
| 3519 | 2026-03-18T11:55:16.261Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3520 | 2026-03-18T11:55:16.302Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3521 | 2026-03-18T11:55:16.536Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3522 | 2026-03-18T11:55:16.768Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3523 | 2026-03-18T11:55:16.931Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3524 | 2026-03-18T11:55:17.031Z | [ helios-setup] Mar 18 11:55:15.989 INFO E| Compiling serde_derive v1.0.219 |
| 3525 | 2026-03-18T11:55:17.031Z | [ helios-setup] Mar 18 11:55:15.989 INFO E| Compiling thiserror-impl v2.0.12 |
| 3526 | 2026-03-18T11:55:17.203Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3527 | 2026-03-18T11:55:18.923Z | [ helios-setup] Mar 18 11:55:17.879 INFO E| Compiling darling_macro v0.20.11 |
| 3528 | 2026-03-18T11:55:18.995Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3529 | 2026-03-18T11:55:19.685Z | [ helios-setup] Mar 18 11:55:18.640 INFO E| Compiling darling v0.20.11 |
| 3530 | 2026-03-18T11:55:19.791Z | [ helios-setup] Mar 18 11:55:18.747 INFO E| Compiling serde_with_macros v3.12.0 |
| 3531 | 2026-03-18T11:55:20.092Z | [ host-package] Compiling git2 v0.20.4 |
| 3532 | 2026-03-18T11:55:20.202Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3533 | 2026-03-18T11:55:20.619Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3534 | 2026-03-18T11:55:21.019Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3535 | 2026-03-18T11:55:21.327Z | [ host-package] Compiling sct v0.7.1 |
| 3536 | 2026-03-18T11:55:21.389Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3537 | 2026-03-18T11:55:21.517Z | [ host-package] Compiling cargo_toml v0.22.3 |
| 3538 | 2026-03-18T11:55:21.745Z | [ host-package] Compiling nix v0.29.0 |
| 3539 | 2026-03-18T11:55:22.356Z | [ host-package] Compiling secrecy v0.8.0 |
| 3540 | 2026-03-18T11:55:22.689Z | [ host-package] Compiling void v1.0.2 |
| 3541 | 2026-03-18T11:55:22.883Z | [ host-package] Compiling lzss v0.8.2 |
| 3542 | 2026-03-18T11:55:24.184Z | [ helios-setup] Mar 18 11:55:23.121 INFO E| Compiling serde_with v3.12.0 |
| 3543 | 2026-03-18T11:55:24.213Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3544 | 2026-03-18T11:55:24.635Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3545 | 2026-03-18T11:55:25.226Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3546 | 2026-03-18T11:55:25.260Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3547 | 2026-03-18T11:55:25.324Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3548 | 2026-03-18T11:55:25.912Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3549 | 2026-03-18T11:55:26.622Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3550 | 2026-03-18T11:55:26.899Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3551 | 2026-03-18T11:55:27.621Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3552 | 2026-03-18T11:55:27.901Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3553 | 2026-03-18T11:55:27.957Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3554 | 2026-03-18T11:55:28.093Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3555 | 2026-03-18T11:55:28.594Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3556 | 2026-03-18T11:55:29.189Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3557 | 2026-03-18T11:55:29.242Z | [ host-package] Compiling nix v0.27.1 |
| 3558 | 2026-03-18T11:55:29.609Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3559 | 2026-03-18T11:55:29.660Z | [ helios-setup] Mar 18 11:55:28.609 INFO E| Finished `release` profile [optimized] target(s) in 20.54s |
| 3560 | 2026-03-18T11:55:29.690Z | [ helios-setup] Mar 18 11:55:28.638 INFO building project "dmar-report" ok (20 seconds) |
| 3561 | 2026-03-18T11:55:29.690Z | [ helios-setup] Mar 18 11:55:28.638 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3562 | 2026-03-18T11:55:29.701Z | [ helios-setup] Mar 18 11:55:28.649 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 3563 | 2026-03-18T11:55:29.701Z | [ helios-setup] Mar 18 11:55:28.649 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3564 | 2026-03-18T11:55:29.701Z | [ helios-setup] Mar 18 11:55:28.649 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3565 | 2026-03-18T11:55:29.857Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3566 | 2026-03-18T11:55:29.921Z | [ helios-setup] Mar 18 11:55:28.869 INFO E| Downloading crates ... |
| 3567 | 2026-03-18T11:55:29.961Z | [ helios-setup] Mar 18 11:55:28.909 INFO E| Downloaded adler2 v2.0.0 |
| 3568 | 2026-03-18T11:55:29.970Z | [ helios-setup] Mar 18 11:55:28.918 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3569 | 2026-03-18T11:55:30.020Z | [ helios-setup] Mar 18 11:55:28.968 INFO E| Compiling adler2 v2.0.0 |
| 3570 | 2026-03-18T11:55:30.146Z | [ helios-setup] Mar 18 11:55:29.094 INFO E| Compiling miniz_oxide v0.8.8 |
| 3571 | 2026-03-18T11:55:30.209Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3572 | 2026-03-18T11:55:30.364Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3573 | 2026-03-18T11:55:31.009Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3574 | 2026-03-18T11:55:31.178Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3575 | 2026-03-18T11:55:31.248Z | [ host-package] Compiling xz2 v0.1.7 |
| 3576 | 2026-03-18T11:55:31.563Z | [ helios-setup] Mar 18 11:55:30.510 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3577 | 2026-03-18T11:55:31.651Z | [ host-package] Compiling ron v0.12.0 |
| 3578 | 2026-03-18T11:55:32.201Z | [ helios-setup] Mar 18 11:55:31.147 INFO E| Finished `release` profile [optimized] target(s) in 2.48s |
| 3579 | 2026-03-18T11:55:32.211Z | [ helios-setup] Mar 18 11:55:31.158 INFO building project "pinprick" ok (2 seconds) |
| 3580 | 2026-03-18T11:55:32.211Z | [ helios-setup] Mar 18 11:55:31.158 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3581 | 2026-03-18T11:55:32.223Z | [ helios-setup] Mar 18 11:55:31.169 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 3582 | 2026-03-18T11:55:32.223Z | [ helios-setup] Mar 18 11:55:31.169 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3583 | 2026-03-18T11:55:32.223Z | [ helios-setup] Mar 18 11:55:31.169 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3584 | 2026-03-18T11:55:32.358Z | [ helios-setup] Mar 18 11:55:31.304 INFO E| Blocking waiting for file lock on package cache |
| 3585 | 2026-03-18T11:55:33.925Z | [ helios-setup] Mar 18 11:55:32.870 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3586 | 2026-03-18T11:55:34.173Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3587 | 2026-03-18T11:55:34.351Z | [ helios-setup] Mar 18 11:55:33.296 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3588 | 2026-03-18T11:55:34.351Z | [ helios-setup] Mar 18 11:55:33.296 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3589 | 2026-03-18T11:55:34.367Z | [ helios-setup] Mar 18 11:55:33.312 INFO E| Updating crates.io index |
| 3590 | 2026-03-18T11:55:34.427Z | [ helios-setup] Mar 18 11:55:33.372 INFO E| Blocking waiting for file lock on package cache |
| 3591 | 2026-03-18T11:55:34.483Z | [ helios-setup] Mar 18 11:55:33.427 INFO E| Blocking waiting for file lock on package cache |
| 3592 | 2026-03-18T11:55:35.649Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3593 | 2026-03-18T11:55:36.617Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3594 | 2026-03-18T11:55:36.821Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3595 | 2026-03-18T11:55:37.756Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3596 | 2026-03-18T11:55:38.858Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3597 | 2026-03-18T11:55:39.795Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3598 | 2026-03-18T11:55:40.186Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3599 | 2026-03-18T11:55:41.121Z | [ helios-setup] Mar 18 11:55:40.060 INFO E| Downloading crates ... |
| 3600 | 2026-03-18T11:55:41.186Z | [ helios-setup] Mar 18 11:55:40.126 INFO E| Downloaded anyhow v1.0.72 |
| 3601 | 2026-03-18T11:55:41.189Z | [ helios-setup] Mar 18 11:55:40.129 INFO E| Downloaded typenum v1.16.0 |
| 3602 | 2026-03-18T11:55:41.192Z | [ helios-setup] Mar 18 11:55:40.131 INFO E| Downloaded sha-1 v0.9.8 |
| 3603 | 2026-03-18T11:55:41.195Z | [ helios-setup] Mar 18 11:55:40.135 INFO E| Downloaded digest v0.9.0 |
| 3604 | 2026-03-18T11:55:41.198Z | [ helios-setup] Mar 18 11:55:40.136 INFO E| Downloaded fastrand v2.0.0 |
| 3605 | 2026-03-18T11:55:41.198Z | [ helios-setup] Mar 18 11:55:40.138 INFO E| Downloaded md-5 v0.9.1 |
| 3606 | 2026-03-18T11:55:41.200Z | [ helios-setup] Mar 18 11:55:40.139 INFO E| Downloaded cpufeatures v0.2.9 |
| 3607 | 2026-03-18T11:55:41.203Z | [ helios-setup] Mar 18 11:55:40.143 INFO E| Downloaded errno v0.3.1 |
| 3608 | 2026-03-18T11:55:41.206Z | [ helios-setup] Mar 18 11:55:40.145 INFO E| Downloaded block-buffer v0.9.0 |
| 3609 | 2026-03-18T11:55:41.214Z | [ helios-setup] Mar 18 11:55:40.154 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3610 | 2026-03-18T11:55:41.228Z | [ helios-setup] Mar 18 11:55:40.168 INFO E| Downloaded glob v0.3.1 |
| 3611 | 2026-03-18T11:55:41.231Z | [ helios-setup] Mar 18 11:55:40.170 INFO E| Downloaded quote v1.0.31 |
| 3612 | 2026-03-18T11:55:41.236Z | [ helios-setup] Mar 18 11:55:40.176 INFO E| Downloaded tempfile v3.7.0 |
| 3613 | 2026-03-18T11:55:41.244Z | [ helios-setup] Mar 18 11:55:40.184 INFO E| Downloaded walkdir v2.3.3 |
| 3614 | 2026-03-18T11:55:41.246Z | [ helios-setup] Mar 18 11:55:40.185 INFO E| Downloaded uuid v0.8.2 |
| 3615 | 2026-03-18T11:55:41.249Z | [ helios-setup] Mar 18 11:55:40.188 INFO E| Downloaded unicode-ident v1.0.11 |
| 3616 | 2026-03-18T11:55:41.252Z | [ helios-setup] Mar 18 11:55:40.190 INFO E| Downloaded toml v0.5.11 |
| 3617 | 2026-03-18T11:55:41.254Z | [ helios-setup] Mar 18 11:55:40.192 INFO E| Downloaded once_cell v1.18.0 |
| 3618 | 2026-03-18T11:55:41.254Z | [ helios-setup] Mar 18 11:55:40.194 INFO E| Downloaded getrandom v0.2.10 |
| 3619 | 2026-03-18T11:55:41.258Z | [ helios-setup] Mar 18 11:55:40.197 INFO E| Downloaded serde_derive v1.0.193 |
| 3620 | 2026-03-18T11:55:41.260Z | [ helios-setup] Mar 18 11:55:40.199 INFO E| Downloaded bitflags v2.3.3 |
| 3621 | 2026-03-18T11:55:41.263Z | [ helios-setup] Mar 18 11:55:40.201 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3622 | 2026-03-18T11:55:41.265Z | [ helios-setup] Mar 18 11:55:40.204 INFO E| Downloaded serde v1.0.193 |
| 3623 | 2026-03-18T11:55:41.282Z | [ helios-setup] Mar 18 11:55:40.222 INFO E| Downloaded serde_json v1.0.103 |
| 3624 | 2026-03-18T11:55:41.303Z | [ helios-setup] Mar 18 11:55:40.243 INFO E| Downloaded syn v2.0.32 |
| 3625 | 2026-03-18T11:55:41.321Z | [ helios-setup] Mar 18 11:55:40.261 INFO E| Downloaded rustix v0.38.4 |
| 3626 | 2026-03-18T11:55:41.354Z | [ helios-setup] Mar 18 11:55:40.293 INFO E| Downloaded libc v0.2.147 |
| 3627 | 2026-03-18T11:55:41.473Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3628 | 2026-03-18T11:55:41.489Z | [ helios-setup] Mar 18 11:55:40.428 INFO E| Compiling libc v0.2.147 |
| 3629 | 2026-03-18T11:55:41.489Z | [ helios-setup] Mar 18 11:55:40.428 INFO E| Compiling proc-macro2 v1.0.66 |
| 3630 | 2026-03-18T11:55:41.491Z | [ helios-setup] Mar 18 11:55:40.428 INFO E| Compiling cfg-if v1.0.0 |
| 3631 | 2026-03-18T11:55:41.491Z | [ helios-setup] Mar 18 11:55:40.428 INFO E| Compiling unicode-ident v1.0.11 |
| 3632 | 2026-03-18T11:55:41.491Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling typenum v1.16.0 |
| 3633 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling version_check v0.9.4 |
| 3634 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling serde v1.0.193 |
| 3635 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling slog v2.7.0 |
| 3636 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling powerfmt v0.2.0 |
| 3637 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling num-conv v0.1.0 |
| 3638 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling time-core v0.1.2 |
| 3639 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling rustix v0.38.4 |
| 3640 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling itoa v1.0.9 |
| 3641 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling once_cell v1.18.0 |
| 3642 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling bitflags v2.3.3 |
| 3643 | 2026-03-18T11:55:41.492Z | [ helios-setup] Mar 18 11:55:40.429 INFO E| Compiling num_threads v0.1.6 |
| 3644 | 2026-03-18T11:55:41.608Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3645 | 2026-03-18T11:55:42.249Z | [ helios-setup] Mar 18 11:55:41.188 INFO E| Compiling serde_json v1.0.103 |
| 3646 | 2026-03-18T11:55:42.266Z | [ helios-setup] Mar 18 11:55:41.205 INFO E| Compiling deranged v0.3.11 |
| 3647 | 2026-03-18T11:55:42.314Z | [ helios-setup] Mar 18 11:55:41.253 INFO E| Compiling anyhow v1.0.72 |
| 3648 | 2026-03-18T11:55:42.422Z | [ helios-setup] Mar 18 11:55:41.361 INFO E| Compiling opaque-debug v0.3.0 |
| 3649 | 2026-03-18T11:55:42.553Z | [ helios-setup] Mar 18 11:55:41.492 INFO E| Compiling fastrand v2.0.0 |
| 3650 | 2026-03-18T11:55:42.558Z | [ helios-setup] Mar 18 11:55:41.497 INFO E| Compiling ryu v1.0.15 |
| 3651 | 2026-03-18T11:55:42.627Z | [ helios-setup] Mar 18 11:55:41.566 INFO E| Compiling time-macros v0.2.18 |
| 3652 | 2026-03-18T11:55:42.708Z | [ helios-setup] Mar 18 11:55:41.647 INFO E| Compiling thread_local v1.1.7 |
| 3653 | 2026-03-18T11:55:42.807Z | [ helios-setup] Mar 18 11:55:41.746 INFO E| Compiling cpufeatures v0.2.9 |
| 3654 | 2026-03-18T11:55:42.813Z | [ helios-setup] Mar 18 11:55:41.752 INFO E| Compiling unicode-width v0.1.10 |
| 3655 | 2026-03-18T11:55:42.841Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3656 | 2026-03-18T11:55:43.067Z | [ helios-setup] Mar 18 11:55:42.005 INFO E| Compiling same-file v1.0.6 |
| 3657 | 2026-03-18T11:55:43.100Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3658 | 2026-03-18T11:55:43.114Z | [ helios-setup] Mar 18 11:55:42.053 INFO E| Compiling getopts v0.2.21 |
| 3659 | 2026-03-18T11:55:43.166Z | [ helios-setup] Mar 18 11:55:42.104 INFO E| Compiling glob v0.3.1 |
| 3660 | 2026-03-18T11:55:43.181Z | [ helios-setup] Mar 18 11:55:42.119 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3661 | 2026-03-18T11:55:43.277Z | [ helios-setup] Mar 18 11:55:42.215 INFO E| Compiling generic-array v0.14.7 |
| 3662 | 2026-03-18T11:55:43.313Z | [ helios-setup] Mar 18 11:55:42.252 INFO E| Compiling walkdir v2.3.3 |
| 3663 | 2026-03-18T11:55:43.705Z | [ helios-setup] Mar 18 11:55:42.643 INFO E| Compiling quote v1.0.31 |
| 3664 | 2026-03-18T11:55:44.255Z | [ helios-setup] Mar 18 11:55:43.192 INFO E| Compiling syn v2.0.32 |
| 3665 | 2026-03-18T11:55:44.319Z | [ helios-setup] Mar 18 11:55:43.257 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3666 | 2026-03-18T11:55:44.319Z | [ helios-setup] Mar 18 11:55:43.257 INFO E| Compiling errno v0.3.1 |
| 3667 | 2026-03-18T11:55:44.322Z | [ helios-setup] Mar 18 11:55:43.257 INFO E| Compiling atty v0.2.14 |
| 3668 | 2026-03-18T11:55:44.322Z | [ helios-setup] Mar 18 11:55:43.257 INFO E| Compiling getrandom v0.2.10 |
| 3669 | 2026-03-18T11:55:44.602Z | [ helios-setup] Mar 18 11:55:43.539 INFO E| Compiling dirs-next v2.0.0 |
| 3670 | 2026-03-18T11:55:44.677Z | [ helios-setup] Mar 18 11:55:43.614 INFO E| Compiling block-buffer v0.9.0 |
| 3671 | 2026-03-18T11:55:44.677Z | [ helios-setup] Mar 18 11:55:43.614 INFO E| Compiling digest v0.9.0 |
| 3672 | 2026-03-18T11:55:44.707Z | [ helios-setup] Mar 18 11:55:43.641 INFO E| Compiling term v0.7.0 |
| 3673 | 2026-03-18T11:55:44.714Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3674 | 2026-03-18T11:55:44.854Z | [ helios-setup] Mar 18 11:55:43.791 INFO E| Compiling md-5 v0.9.1 |
| 3675 | 2026-03-18T11:55:44.854Z | [ helios-setup] Mar 18 11:55:43.791 INFO E| Compiling sha-1 v0.9.8 |
| 3676 | 2026-03-18T11:55:45.044Z | [ helios-setup] Mar 18 11:55:43.981 INFO E| Compiling time v0.3.36 |
| 3677 | 2026-03-18T11:55:45.706Z | [ helios-setup] Mar 18 11:55:44.642 INFO E| Compiling tempfile v3.7.0 |
| 3678 | 2026-03-18T11:55:46.421Z | [ helios-setup] Mar 18 11:55:45.357 INFO E| Compiling slog-term v2.9.0 |
| 3679 | 2026-03-18T11:55:46.554Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3680 | 2026-03-18T11:55:47.311Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3681 | 2026-03-18T11:55:47.377Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3682 | 2026-03-18T11:55:47.418Z | [ helios-setup] Mar 18 11:55:46.354 INFO E| Compiling serde_derive v1.0.193 |
| 3683 | 2026-03-18T11:55:47.993Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3684 | 2026-03-18T11:55:48.461Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3685 | 2026-03-18T11:55:48.524Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3686 | 2026-03-18T11:55:48.774Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3687 | 2026-03-18T11:55:48.966Z | [ host-package] Compiling yasna v0.5.2 |
| 3688 | 2026-03-18T11:55:49.040Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3689 | 2026-03-18T11:55:49.144Z | [ host-package] Compiling base16ct v1.0.0 |
| 3690 | 2026-03-18T11:55:49.611Z | [ host-package] Compiling is_ci v1.2.0 |
| 3691 | 2026-03-18T11:55:49.820Z | [ host-package] Compiling supports-color v3.0.2 |
| 3692 | 2026-03-18T11:55:50.201Z | [ host-package] Compiling rcgen v0.12.1 |
| 3693 | 2026-03-18T11:55:51.014Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3694 | 2026-03-18T11:55:51.367Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3695 | 2026-03-18T11:55:51.947Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3696 | 2026-03-18T11:55:52.115Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3697 | 2026-03-18T11:55:53.181Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3698 | 2026-03-18T11:55:53.527Z | [ helios-setup] Mar 18 11:55:52.458 INFO E| Compiling toml v0.5.11 |
| 3699 | 2026-03-18T11:55:53.527Z | [ helios-setup] Mar 18 11:55:52.458 INFO E| Compiling uuid v0.8.2 |
| 3700 | 2026-03-18T11:55:54.578Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3701 | 2026-03-18T11:55:54.802Z | [ helios-setup] Mar 18 11:55:53.732 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3702 | 2026-03-18T11:55:55.637Z | [ helios-setup] Mar 18 11:55:54.567 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3703 | 2026-03-18T11:55:56.331Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3704 | 2026-03-18T11:55:56.899Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3705 | 2026-03-18T11:55:57.470Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3706 | 2026-03-18T11:55:59.687Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3707 | 2026-03-18T11:56:00.467Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3708 | 2026-03-18T11:56:00.862Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3709 | 2026-03-18T11:56:01.156Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3710 | 2026-03-18T11:56:01.447Z | [ helios-setup] Mar 18 11:56:00.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.18s |
| 3711 | 2026-03-18T11:56:01.476Z | [ helios-setup] Mar 18 11:56:00.401 INFO building project "image-builder" ok (29 seconds) |
| 3712 | 2026-03-18T11:56:01.479Z | [ helios-setup] rm -f helios-build |
| 3713 | 2026-03-18T11:56:01.482Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3714 | 2026-03-18T11:56:01.485Z | [ helios-setup] |
| 3715 | 2026-03-18T11:56:01.485Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3716 | 2026-03-18T11:56:01.487Z | [ helios-setup] |
| 3717 | 2026-03-18T11:56:01.487Z | [ helios-setup] |
| 3718 | 2026-03-18T11:56:01.487Z | [ helios-setup] real 3:32.869641861 |
| 3719 | 2026-03-18T11:56:01.487Z | [ helios-setup] user 9:17.192936423 |
| 3720 | 2026-03-18T11:56:01.487Z | [ helios-setup] sys 1:28.043995459 |
| 3721 | 2026-03-18T11:56:01.488Z | [ helios-setup] trap 0.583881396 |
| 3722 | 2026-03-18T11:56:01.488Z | [ helios-setup] tflt 2.631445534 |
| 3723 | 2026-03-18T11:56:01.490Z | [ helios-setup] dflt 9.289730831 |
| 3724 | 2026-03-18T11:56:01.490Z | [ helios-setup] kflt 0.001988971 |
| 3725 | 2026-03-18T11:56:01.490Z | [ helios-setup] lock 51:48.562194951 |
| 3726 | 2026-03-18T11:56:01.490Z | [ helios-setup] slp 46:03.590482562 |
| 3727 | 2026-03-18T11:56:01.490Z | [ helios-setup] lat 8:36.709736358 |
| 3728 | 2026-03-18T11:56:01.490Z | [ helios-setup] stop 2:03.914959126 |
| 3729 | 2026-03-18T11:56:01.490Z | Mar 18 11:56:00.414 INFO [helios-setup] process exited with exit status: 0 (212.873117392s) |
| 3730 | 2026-03-18T11:56:01.491Z | Mar 18 11:56:00.414 INFO [helios-record] running task |
| 3731 | 2026-03-18T11:56:01.491Z | Mar 18 11:56:00.414 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3732 | 2026-03-18T11:56:01.494Z | Mar 18 11:56:00.419 DEBG process exited with exit status: 0 (5.26981ms) |
| 3733 | 2026-03-18T11:56:01.494Z | Mar 18 11:56:00.419 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3734 | 2026-03-18T11:56:01.499Z | Mar 18 11:56:00.424 DEBG process exited with exit status: 0 (5.117831ms) |
| 3735 | 2026-03-18T11:56:01.499Z | Mar 18 11:56:00.424 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3736 | 2026-03-18T11:56:01.504Z | Mar 18 11:56:00.429 DEBG process exited with exit status: 0 (4.617336ms) |
| 3737 | 2026-03-18T11:56:01.504Z | Mar 18 11:56:00.429 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3738 | 2026-03-18T11:56:01.508Z | Mar 18 11:56:00.434 DEBG process exited with exit status: 0 (4.793378ms) |
| 3739 | 2026-03-18T11:56:01.508Z | Mar 18 11:56:00.434 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3740 | 2026-03-18T11:56:01.513Z | Mar 18 11:56:00.438 DEBG process exited with exit status: 0 (4.789171ms) |
| 3741 | 2026-03-18T11:56:01.513Z | Mar 18 11:56:00.438 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3742 | 2026-03-18T11:56:01.519Z | Mar 18 11:56:00.444 DEBG process exited with exit status: 0 (5.677502ms) |
| 3743 | 2026-03-18T11:56:01.519Z | Mar 18 11:56:00.444 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3744 | 2026-03-18T11:56:01.532Z | Mar 18 11:56:00.457 DEBG process exited with exit status: 0 (13.100839ms) |
| 3745 | 2026-03-18T11:56:01.532Z | Mar 18 11:56:00.457 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3746 | 2026-03-18T11:56:01.538Z | Mar 18 11:56:00.463 DEBG process exited with exit status: 0 (5.829021ms) |
| 3747 | 2026-03-18T11:56:01.538Z | Mar 18 11:56:00.463 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3748 | 2026-03-18T11:56:01.543Z | Mar 18 11:56:00.468 DEBG process exited with exit status: 0 (5.197972ms) |
| 3749 | 2026-03-18T11:56:01.546Z | Mar 18 11:56:00.469 INFO [helios-record] task succeeded (55.276208ms) |
| 3750 | 2026-03-18T11:56:01.553Z | [ host-package] Compiling fatfs v0.3.6 |
| 3751 | 2026-03-18T11:56:03.115Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3752 | 2026-03-18T11:56:04.878Z | [ host-package] Compiling subprocess v0.2.15 |
| 3753 | 2026-03-18T11:56:05.870Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3754 | 2026-03-18T11:56:06.223Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3755 | 2026-03-18T11:56:06.874Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3756 | 2026-03-18T11:56:07.016Z | [ host-package] Compiling rpassword v7.4.0 |
| 3757 | 2026-03-18T11:56:07.063Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3758 | 2026-03-18T11:56:07.467Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3759 | 2026-03-18T11:56:07.645Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3760 | 2026-03-18T11:56:08.141Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3761 | 2026-03-18T11:56:08.329Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3762 | 2026-03-18T11:56:09.025Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3763 | 2026-03-18T11:56:09.398Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3764 | 2026-03-18T11:56:11.357Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3765 | 2026-03-18T11:56:12.084Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3766 | 2026-03-18T11:56:12.351Z | [ host-package] Compiling uzers v0.12.2 |
| 3767 | 2026-03-18T11:56:13.646Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3768 | 2026-03-18T11:56:14.168Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3769 | 2026-03-18T11:56:15.408Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3770 | 2026-03-18T11:56:15.492Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3771 | 2026-03-18T11:56:19.138Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3772 | 2026-03-18T11:56:19.274Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3773 | 2026-03-18T11:56:21.223Z | [ host-package] Compiling multimap v0.10.1 |
| 3774 | 2026-03-18T11:56:41.644Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3775 | 2026-03-18T11:56:43.043Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3776 | 2026-03-18T12:04:14.895Z | [ host-package] Finished `release` profile [optimized] target(s) in 11m 05s |
| 3777 | 2026-03-18T12:05:06.704Z | Mar 18 12:05:05.227 INFO [host-package] process exited with exit status: 0 (717.888081451s) |
| 3778 | 2026-03-18T12:05:06.704Z | Mar 18 12:05:05.227 INFO [host-stamp] running task |
| 3779 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.227 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3780 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.227 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 |
| 3781 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.228 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 |
| 3782 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.228 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 |
| 3783 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.229 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 |
| 3784 | 2026-03-18T12:05:06.707Z | Mar 18 12:05:05.229 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 |
| 3785 | 2026-03-18T12:05:06.708Z | Mar 18 12:05:05.229 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 |
| 3786 | 2026-03-18T12:05:06.708Z | Mar 18 12:05:05.230 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 |
| 3787 | 2026-03-18T12:05:06.708Z | Mar 18 12:05:05.230 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-18T12:05:06.719Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3789 | 2026-03-18T12:05:06.722Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3790 | 2026-03-18T12:05:06.722Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3791 | 2026-03-18T12:05:06.722Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3792 | 2026-03-18T12:05:06.722Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3793 | 2026-03-18T12:05:06.722Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3794 | 2026-03-18T12:05:06.722Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3795 | 2026-03-18T12:05:06.722Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3796 | 2026-03-18T12:05:06.723Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3797 | 2026-03-18T12:05:06.723Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3798 | 2026-03-18T12:05:06.726Z | Mar 18 12:05:05.249 INFO [stamp-overlay] process exited with exit status: 0 (19.883604ms) |
| 3799 | 2026-03-18T12:05:06.728Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3800 | 2026-03-18T12:05:06.732Z | Mar 18 12:05:05.255 INFO [stamp-oxlog] process exited with exit status: 0 (24.942208ms) |
| 3801 | 2026-03-18T12:05:06.758Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3802 | 2026-03-18T12:05:06.762Z | Mar 18 12:05:05.285 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.579855ms) |
| 3803 | 2026-03-18T12:05:06.776Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3804 | 2026-03-18T12:05:06.780Z | Mar 18 12:05:05.303 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.549698ms) |
| 3805 | 2026-03-18T12:05:06.870Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3806 | 2026-03-18T12:05:06.873Z | Mar 18 12:05:05.396 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (167.130233ms) |
| 3807 | 2026-03-18T12:05:07.237Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3808 | 2026-03-18T12:05:07.241Z | Mar 18 12:05:05.764 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (536.111334ms) |
| 3809 | 2026-03-18T12:05:07.958Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3810 | 2026-03-18T12:05:07.962Z | Mar 18 12:05:06.483 INFO [stamp-propolis-server] process exited with exit status: 0 (1.254459314s) |
| 3811 | 2026-03-18T12:05:08.056Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3812 | 2026-03-18T12:05:08.344Z | [recovery-package] Compiling daft v0.1.5 |
| 3813 | 2026-03-18T12:05:08.619Z | [recovery-package] Compiling iddqd v0.3.17 |
| 3814 | 2026-03-18T12:05:09.843Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3815 | 2026-03-18T12:05:10.160Z | [recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3816 | 2026-03-18T12:05:10.160Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3817 | 2026-03-18T12:05:10.163Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3818 | 2026-03-18T12:05:10.163Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3819 | 2026-03-18T12:05:10.163Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3820 | 2026-03-18T12:05:10.163Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3821 | 2026-03-18T12:05:10.276Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3822 | 2026-03-18T12:05:10.752Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3823 | 2026-03-18T12:05:13.417Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3824 | 2026-03-18T12:05:13.421Z | Mar 18 12:05:11.939 INFO [stamp-switch-asic] process exited with exit status: 0 (6.711028552s) |
| 3825 | 2026-03-18T12:05:13.424Z | Mar 18 12:05:11.939 INFO [host-stamp] task succeeded (6.712317091s) |
| 3826 | 2026-03-18T12:05:13.424Z | Mar 18 12:05:11.939 INFO [host-proto] running task |
| 3827 | 2026-03-18T12:05:13.918Z | Mar 18 12:05:12.436 INFO [host-proto] task succeeded (496.272638ms) |
| 3828 | 2026-03-18T12:05:13.918Z | Mar 18 12:05:12.436 INFO [host-profile] running task |
| 3829 | 2026-03-18T12:05:13.921Z | Mar 18 12:05:12.436 INFO [host-profile] task succeeded (173.393µs) |
| 3830 | 2026-03-18T12:05:13.921Z | Mar 18 12:05:12.436 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/.tmpxXjdn4/proto/host/root -N 'ci 78e92b6/${os_short_commit} 2026-03-18 11:52' -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/' |
| 3831 | 2026-03-18T12:05:13.925Z | [ host-image] Mar 18 12:05:12.443 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3832 | 2026-03-18T12:05:13.925Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3833 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO Checking files for board 'cosmo-mbist' |
| 3834 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3835 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO Checking files for board 'cosmo' |
| 3836 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3837 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3838 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO Checking files for board 'gimlet' |
| 3839 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3840 | 2026-03-18T12:05:13.928Z | [ host-image] Mar 18 12:05:12.443 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3841 | 2026-03-18T12:05:13.936Z | [ host-image] Mar 18 12:05:12.453 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpxXjdn4/proto/host/root" |
| 3842 | 2026-03-18T12:05:13.936Z | [ host-image] Mar 18 12:05:12.453 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3843 | 2026-03-18T12:05:13.939Z | [ host-image] Mar 18 12:05:12.453 INFO image builder template: ramdisk-01-os... |
| 3844 | 2026-03-18T12:05:13.939Z | [ host-image] Mar 18 12:05:12.453 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/.tmpxXjdn4/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3845 | 2026-03-18T12:05:13.953Z | [ host-image] Mar 18 12:05:12.470 INFO O| Mar 18 12:05:12.470 INFO CREATE DATASET: rpool/images/build/host/output |
| 3846 | 2026-03-18T12:05:14.881Z | [ host-image] Mar 18 12:05:13.397 INFO O| Mar 18 12:05:13.397 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3847 | 2026-03-18T12:05:14.884Z | [ host-image] Mar 18 12:05:13.400 INFO O| Mar 18 12:05:13.400 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3848 | 2026-03-18T12:05:15.095Z | [ host-image] Mar 18 12:05:13.611 INFO O| Mar 18 12:05:13.611 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3849 | 2026-03-18T12:05:15.159Z | [ host-image] Mar 18 12:05:13.675 INFO O| Mar 18 12:05:13.675 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3850 | 2026-03-18T12:05:15.159Z | [ host-image] Mar 18 12:05:13.675 INFO O| Mar 18 12:05:13.675 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3851 | 2026-03-18T12:05:15.162Z | [ host-image] Mar 18 12:05:13.675 INFO O| Mar 18 12:05:13.675 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3852 | 2026-03-18T12:05:15.162Z | [ host-image] Mar 18 12:05:13.675 INFO O| Mar 18 12:05:13.675 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3853 | 2026-03-18T12:05:15.165Z | [ host-image] Mar 18 12:05:13.682 INFO O| Mar 18 12:05:13.682 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3854 | 2026-03-18T12:05:15.409Z | [ host-image] Mar 18 12:05:13.925 INFO O| Mar 18 12:05:13.925 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3855 | 2026-03-18T12:05:15.477Z | [ host-image] Mar 18 12:05:13.933 INFO O| Mar 18 12:05:13.933 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3856 | 2026-03-18T12:05:15.757Z | [ host-image] Mar 18 12:05:14.273 INFO O| Mar 18 12:05:14.273 INFO O| Caching catalogs ... Done |
| 3857 | 2026-03-18T12:05:15.832Z | [ host-image] Mar 18 12:05:14.348 INFO O| Mar 18 12:05:14.348 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3858 | 2026-03-18T12:05:15.832Z | [ host-image] Mar 18 12:05:14.348 INFO O| Mar 18 12:05:14.348 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3859 | 2026-03-18T12:05:15.840Z | [ host-image] Mar 18 12:05:14.356 INFO O| Mar 18 12:05:14.356 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"] |
| 3860 | 2026-03-18T12:05:16.170Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3861 | 2026-03-18T12:05:16.171Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3862 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO skip step because feature "publisher_1_name" is not enabled |
| 3863 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3864 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO skip step because feature "publisher_2_name" is not enabled |
| 3865 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3866 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO skip step because feature "publisher_3_name" is not enabled |
| 3867 | 2026-03-18T12:05:16.174Z | [ host-image] Mar 18 12:05:14.686 INFO O| Mar 18 12:05:14.686 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3868 | 2026-03-18T12:05:16.498Z | [ host-image] Mar 18 12:05:15.013 INFO O| Mar 18 12:05:15.013 INFO variant opensolaris.zone is already global |
| 3869 | 2026-03-18T12:05:16.498Z | [ host-image] Mar 18 12:05:15.013 INFO O| Mar 18 12:05:15.013 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3870 | 2026-03-18T12:05:16.498Z | [ host-image] Mar 18 12:05:15.013 INFO O| Mar 18 12:05:15.013 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3871 | 2026-03-18T12:05:16.825Z | [ host-image] Mar 18 12:05:15.340 INFO O| Mar 18 12:05:15.340 INFO variant opensolaris.imagetype is full; changing to partial |
| 3872 | 2026-03-18T12:05:16.825Z | [ host-image] Mar 18 12:05:15.340 INFO O| Mar 18 12:05:15.340 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3873 | 2026-03-18T12:05:17.120Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3874 | 2026-03-18T12:05:17.120Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3875 | 2026-03-18T12:05:17.123Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3876 | 2026-03-18T12:05:17.123Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3877 | 2026-03-18T12:05:17.123Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3878 | 2026-03-18T12:05:17.290Z | [ host-image] Mar 18 12:05:15.805 INFO O| Mar 18 12:05:15.805 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3879 | 2026-03-18T12:05:17.326Z | [ host-image] Mar 18 12:05:15.841 INFO O| Mar 18 12:05:15.841 INFO O| Startup: Caching catalogs ... Done |
| 3880 | 2026-03-18T12:05:17.329Z | [ host-image] Mar 18 12:05:15.844 INFO O| Mar 18 12:05:15.844 INFO O| Planning: Planning completed in 0.00 seconds |
| 3881 | 2026-03-18T12:05:17.332Z | [ host-image] Mar 18 12:05:15.845 INFO O| Mar 18 12:05:15.845 INFO O| Planning: Consolidating action changes ... Done |
| 3882 | 2026-03-18T12:05:17.332Z | [ host-image] Mar 18 12:05:15.845 INFO O| Mar 18 12:05:15.845 INFO O| Planning: Evaluating mediators ... Done |
| 3883 | 2026-03-18T12:05:17.332Z | [ host-image] Mar 18 12:05:15.845 INFO O| Mar 18 12:05:15.845 INFO O| Planning: Planning completed in 0.00 seconds |
| 3884 | 2026-03-18T12:05:17.332Z | [ host-image] Mar 18 12:05:15.845 INFO O| Mar 18 12:05:15.845 INFO O| Variants/Facets to change: 1 |
| 3885 | 2026-03-18T12:05:17.342Z | [ host-image] Mar 18 12:05:15.857 INFO O| Mar 18 12:05:15.857 INFO O| Finalize: Updating package state database ... Done |
| 3886 | 2026-03-18T12:05:17.342Z | [ host-image] Mar 18 12:05:15.857 INFO O| Mar 18 12:05:15.857 INFO O| Finalize: Updating package cache ... Done |
| 3887 | 2026-03-18T12:05:17.349Z | [ host-image] Mar 18 12:05:15.864 INFO O| Mar 18 12:05:15.864 INFO O| Finalize: Updating image state ... Done |
| 3888 | 2026-03-18T12:05:17.351Z | [ host-image] Mar 18 12:05:15.866 INFO O| Mar 18 12:05:15.866 INFO O| Finalize: Creating fast lookup database ... Done |
| 3889 | 2026-03-18T12:05:17.354Z | [ host-image] Mar 18 12:05:15.867 INFO O| Mar 18 12:05:15.867 INFO O| Finalize: Reading search index ... Done |
| 3890 | 2026-03-18T12:05:17.354Z | [ host-image] Mar 18 12:05:15.867 INFO O| Mar 18 12:05:15.867 INFO O| Finalize: Updating search index ... Done |
| 3891 | 2026-03-18T12:05:17.354Z | [ host-image] Mar 18 12:05:15.868 INFO O| Mar 18 12:05:15.868 INFO O| Finalize: Updating package cache ... Done |
| 3892 | 2026-03-18T12:05:17.435Z | [ host-image] Mar 18 12:05:15.950 INFO O| Mar 18 12:05:15.950 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3893 | 2026-03-18T12:05:17.435Z | [ host-image] Mar 18 12:05:15.950 INFO O| Mar 18 12:05:15.950 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3894 | 2026-03-18T12:05:17.438Z | [ host-image] Mar 18 12:05:15.950 INFO O| Mar 18 12:05:15.950 INFO skip step because feature "debug_variant" is not enabled |
| 3895 | 2026-03-18T12:05:17.438Z | [ host-image] Mar 18 12:05:15.950 INFO O| Mar 18 12:05:15.950 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3896 | 2026-03-18T12:05:17.834Z | [ host-image] Mar 18 12:05:16.348 INFO O| Mar 18 12:05:16.348 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3897 | 2026-03-18T12:05:18.286Z | [ host-image] Mar 18 12:05:16.800 INFO O| Mar 18 12:05:16.799 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3898 | 2026-03-18T12:05:18.321Z | [ host-image] Mar 18 12:05:16.835 INFO O| Mar 18 12:05:16.835 INFO O| Startup: Caching catalogs ... Done |
| 3899 | 2026-03-18T12:05:18.324Z | [ host-image] Mar 18 12:05:16.838 INFO O| Mar 18 12:05:16.838 INFO O| Planning: Planning completed in 0.00 seconds |
| 3900 | 2026-03-18T12:05:18.327Z | [ host-image] Mar 18 12:05:16.839 INFO O| Mar 18 12:05:16.839 INFO O| Planning: Consolidating action changes ... Done |
| 3901 | 2026-03-18T12:05:18.327Z | [ host-image] Mar 18 12:05:16.839 INFO O| Mar 18 12:05:16.839 INFO O| Planning: Evaluating mediators ... Done |
| 3902 | 2026-03-18T12:05:18.327Z | [ host-image] Mar 18 12:05:16.839 INFO O| Mar 18 12:05:16.839 INFO O| Planning: Planning completed in 0.00 seconds |
| 3903 | 2026-03-18T12:05:18.327Z | [ host-image] Mar 18 12:05:16.839 INFO O| Mar 18 12:05:16.839 INFO O| Variants/Facets to change: 1 |
| 3904 | 2026-03-18T12:05:18.336Z | [ host-image] Mar 18 12:05:16.850 INFO O| Mar 18 12:05:16.850 INFO O| Finalize: Updating package state database ... Done |
| 3905 | 2026-03-18T12:05:18.336Z | [ host-image] Mar 18 12:05:16.850 INFO O| Mar 18 12:05:16.850 INFO O| Finalize: Updating package cache ... Done |
| 3906 | 2026-03-18T12:05:18.343Z | [ host-image] Mar 18 12:05:16.857 INFO O| Mar 18 12:05:16.857 INFO O| Finalize: Updating image state ... Done |
| 3907 | 2026-03-18T12:05:18.346Z | [ host-image] Mar 18 12:05:16.859 INFO O| Mar 18 12:05:16.859 INFO O| Finalize: Creating fast lookup database ... Done |
| 3908 | 2026-03-18T12:05:18.346Z | [ host-image] Mar 18 12:05:16.860 INFO O| Mar 18 12:05:16.860 INFO O| Finalize: Reading search index ... Done |
| 3909 | 2026-03-18T12:05:18.346Z | [ host-image] Mar 18 12:05:16.860 INFO O| Mar 18 12:05:16.860 INFO O| Finalize: Updating search index ... Done |
| 3910 | 2026-03-18T12:05:18.349Z | [ host-image] Mar 18 12:05:16.860 INFO O| Mar 18 12:05:16.860 INFO O| Finalize: Updating package cache ... Done |
| 3911 | 2026-03-18T12:05:18.411Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3912 | 2026-03-18T12:05:18.411Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3913 | 2026-03-18T12:05:18.414Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO skip step because feature "recovery" is not enabled |
| 3914 | 2026-03-18T12:05:18.414Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3915 | 2026-03-18T12:05:18.414Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO skip step because feature "recovery" is not enabled |
| 3916 | 2026-03-18T12:05:18.414Z | [ host-image] Mar 18 12:05:16.925 INFO O| Mar 18 12:05:16.925 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3917 | 2026-03-18T12:05:18.423Z | [ host-image] Mar 18 12:05:16.937 INFO O| Mar 18 12:05:16.937 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"] |
| 3918 | 2026-03-18T12:05:19.050Z | [ host-image] Mar 18 12:05:17.563 INFO O| Mar 18 12:05:17.563 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3919 | 2026-03-18T12:05:19.085Z | [ host-image] Mar 18 12:05:17.599 INFO O| Mar 18 12:05:17.599 INFO O| Startup: Caching catalogs ... Done |
| 3920 | 2026-03-18T12:05:19.185Z | [ host-image] Mar 18 12:05:17.698 INFO O| Mar 18 12:05:17.698 INFO O| Planning: Solver setup ... Done |
| 3921 | 2026-03-18T12:05:19.190Z | [ host-image] Mar 18 12:05:17.704 INFO O| Mar 18 12:05:17.704 INFO O| Planning: Running solver ... Done |
| 3922 | 2026-03-18T12:05:19.195Z | [ host-image] Mar 18 12:05:17.708 INFO O| Mar 18 12:05:17.708 INFO O| Planning: Finding local manifests ... Done |
| 3923 | 2026-03-18T12:05:19.215Z | [ host-image] Mar 18 12:05:17.728 INFO O| Mar 18 12:05:17.728 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 3924 | 2026-03-18T12:05:20.194Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3925 | 2026-03-18T12:05:20.194Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3926 | 2026-03-18T12:05:21.580Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3927 | 2026-03-18T12:05:21.668Z | [ host-image] Mar 18 12:05:20.180 INFO O| Mar 18 12:05:20.180 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 3928 | 2026-03-18T12:05:22.217Z | [ host-image] Mar 18 12:05:20.728 INFO O| Mar 18 12:05:20.728 INFO O| Planning: Package planning ... Done |
| 3929 | 2026-03-18T12:05:22.364Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3930 | 2026-03-18T12:05:22.693Z | [ host-image] Mar 18 12:05:21.203 INFO O| Mar 18 12:05:21.203 INFO O| Planning: Merging actions ... Done |
| 3931 | 2026-03-18T12:05:22.890Z | [ host-image] Mar 18 12:05:21.401 INFO O| Mar 18 12:05:21.401 INFO O| Planning: Checking for conflicting actions ... Done |
| 3932 | 2026-03-18T12:05:23.028Z | [ host-image] Mar 18 12:05:21.538 INFO O| Mar 18 12:05:21.538 INFO O| Planning: Consolidating action changes ... Done |
| 3933 | 2026-03-18T12:05:23.265Z | [ host-image] Mar 18 12:05:21.775 INFO O| Mar 18 12:05:21.775 INFO O| Planning: Evaluating mediators ... Done |
| 3934 | 2026-03-18T12:05:25.319Z | [ host-image] Mar 18 12:05:23.827 INFO O| Mar 18 12:05:23.827 INFO O| Planning: Planning completed in 6.23 seconds |
| 3935 | 2026-03-18T12:05:25.322Z | [ host-image] Mar 18 12:05:23.830 INFO O| Mar 18 12:05:23.830 INFO O| Packages to install: 127 |
| 3936 | 2026-03-18T12:05:25.322Z | [ host-image] Mar 18 12:05:23.830 INFO O| Mar 18 12:05:23.830 INFO O| Mediators to change: 5 |
| 3937 | 2026-03-18T12:05:25.322Z | [ host-image] Mar 18 12:05:23.830 INFO O| Mar 18 12:05:23.830 INFO O| Services to change: 6 |
| 3938 | 2026-03-18T12:05:25.359Z | [ host-image] Mar 18 12:05:23.868 INFO O| Mar 18 12:05:23.868 INFO O| Download: 0/23719 items 0.0/221.2MB 0% complete |
| 3939 | 2026-03-18T12:05:30.564Z | [ host-image] Mar 18 12:05:29.069 INFO O| Mar 18 12:05:29.069 INFO O| Download: 1619/23719 items 9.7/221.2MB 4% complete (2.1M/s) |
| 3940 | 2026-03-18T12:05:35.697Z | [ host-image] Mar 18 12:05:34.198 INFO O| Mar 18 12:05:34.197 INFO O| Download: 2070/23719 items 22.6/221.2MB 10% complete (2.3M/s) |
| 3941 | 2026-03-18T12:05:37.361Z | [recovery-package] Finished `release` profile [optimized] target(s) in 30.46s |
| 3942 | 2026-03-18T12:05:39.002Z | Mar 18 12:05:37.501 INFO [recovery-package] process exited with exit status: 0 (32.273452669s) |
| 3943 | 2026-03-18T12:05:39.002Z | Mar 18 12:05:37.501 INFO [recovery-stamp] running task |
| 3944 | 2026-03-18T12:05:39.005Z | Mar 18 12:05:37.501 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3945 | 2026-03-18T12:05:39.005Z | Mar 18 12:05:37.501 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 |
| 3946 | 2026-03-18T12:05:39.005Z | Mar 18 12:05:37.502 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 |
| 3947 | 2026-03-18T12:05:39.013Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3948 | 2026-03-18T12:05:39.016Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3949 | 2026-03-18T12:05:39.125Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3950 | 2026-03-18T12:05:39.129Z | Mar 18 12:05:37.628 INFO [stamp-installinator] process exited with exit status: 0 (126.499456ms) |
| 3951 | 2026-03-18T12:05:39.170Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3952 | 2026-03-18T12:05:39.174Z | Mar 18 12:05:37.673 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (171.511233ms) |
| 3953 | 2026-03-18T12:05:39.174Z | Mar 18 12:05:37.673 INFO [recovery-stamp] task succeeded (171.755864ms) |
| 3954 | 2026-03-18T12:05:39.174Z | Mar 18 12:05:37.673 INFO [recovery-proto] running task |
| 3955 | 2026-03-18T12:05:39.174Z | Mar 18 12:05:37.673 INFO [tuf-stamp] running task |
| 3956 | 2026-03-18T12:05:39.177Z | Mar 18 12:05:37.674 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 |
| 3957 | 2026-03-18T12:05:39.177Z | Mar 18 12:05:37.674 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 |
| 3958 | 2026-03-18T12:05:39.177Z | Mar 18 12:05:37.674 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 |
| 3959 | 2026-03-18T12:05:39.177Z | Mar 18 12:05:37.674 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 |
| 3960 | 2026-03-18T12:05:39.177Z | Mar 18 12:05:37.674 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 |
| 3961 | 2026-03-18T12:05:39.180Z | Mar 18 12:05:37.676 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 |
| 3962 | 2026-03-18T12:05:39.180Z | Mar 18 12:05:37.676 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 |
| 3963 | 2026-03-18T12:05:39.180Z | Mar 18 12:05:37.676 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 |
| 3964 | 2026-03-18T12:05:39.180Z | Mar 18 12:05:37.676 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 |
| 3965 | 2026-03-18T12:05:39.180Z | Mar 18 12:05:37.676 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 |
| 3966 | 2026-03-18T12:05:39.181Z | Mar 18 12:05:37.676 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 |
| 3967 | 2026-03-18T12:05:39.181Z | Mar 18 12:05:37.676 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 |
| 3968 | 2026-03-18T12:05:39.188Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3969 | 2026-03-18T12:05:39.191Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3970 | 2026-03-18T12:05:39.191Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3971 | 2026-03-18T12:05:39.191Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3972 | 2026-03-18T12:05:39.191Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3973 | 2026-03-18T12:05:39.191Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3974 | 2026-03-18T12:05:39.191Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3975 | 2026-03-18T12:05:39.191Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3976 | 2026-03-18T12:05:39.191Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3977 | 2026-03-18T12:05:39.191Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3978 | 2026-03-18T12:05:39.191Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3979 | 2026-03-18T12:05:39.191Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3980 | 2026-03-18T12:05:39.250Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3981 | 2026-03-18T12:05:39.255Z | Mar 18 12:05:37.753 INFO [stamp-probe] process exited with exit status: 0 (80.266971ms) |
| 3982 | 2026-03-18T12:05:39.291Z | Mar 18 12:05:37.790 INFO [recovery-proto] task succeeded (117.07588ms) |
| 3983 | 2026-03-18T12:05:39.294Z | Mar 18 12:05:37.790 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/.tmpxXjdn4/proto/recovery/root -N 'recovery 78e92b6/${os_short_commit} 2026-03-18 11:52' -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/' |
| 3984 | 2026-03-18T12:05:39.300Z | [ recovery-image] Mar 18 12:05:37.799 INFO Checking files for board 'cosmo-mbist' |
| 3985 | 2026-03-18T12:05:39.300Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3986 | 2026-03-18T12:05:39.300Z | [ recovery-image] Mar 18 12:05:37.799 INFO Checking files for board 'cosmo' |
| 3987 | 2026-03-18T12:05:39.300Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3988 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3989 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO Checking files for board 'gimlet' |
| 3990 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3991 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3992 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3993 | 2026-03-18T12:05:39.303Z | [ recovery-image] Mar 18 12:05:37.799 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3994 | 2026-03-18T12:05:39.312Z | [ recovery-image] Mar 18 12:05:37.811 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpxXjdn4/proto/recovery/root" |
| 3995 | 2026-03-18T12:05:39.312Z | [ recovery-image] Mar 18 12:05:37.811 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3996 | 2026-03-18T12:05:39.315Z | [ recovery-image] Mar 18 12:05:37.811 INFO image builder template: ramdisk-01-os... |
| 3997 | 2026-03-18T12:05:39.315Z | [ recovery-image] Mar 18 12:05:37.811 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/.tmpxXjdn4/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 |
| 3998 | 2026-03-18T12:05:39.333Z | [ recovery-image] Mar 18 12:05:37.832 INFO O| Mar 18 12:05:37.832 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 3999 | 2026-03-18T12:05:39.673Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4000 | 2026-03-18T12:05:39.679Z | Mar 18 12:05:38.177 INFO [stamp-ntp] process exited with exit status: 0 (501.234902ms) |
| 4001 | 2026-03-18T12:05:39.714Z | [ recovery-image] Mar 18 12:05:38.212 INFO O| Mar 18 12:05:38.211 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4002 | 2026-03-18T12:05:39.718Z | [ recovery-image] Mar 18 12:05:38.216 INFO O| Mar 18 12:05:38.216 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4003 | 2026-03-18T12:05:39.922Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
| 4004 | 2026-03-18T12:05:39.971Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4005 | 2026-03-18T12:05:39.978Z | Mar 18 12:05:38.476 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (801.645648ms) |
| 4006 | 2026-03-18T12:05:39.986Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4007 | 2026-03-18T12:05:40.017Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4008 | 2026-03-18T12:05:40.022Z | Mar 18 12:05:38.520 INFO [stamp-external-dns] process exited with exit status: 0 (844.810793ms) |
| 4009 | 2026-03-18T12:05:40.044Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4010 | 2026-03-18T12:05:40.050Z | Mar 18 12:05:38.548 INFO [stamp-internal-dns] process exited with exit status: 0 (873.981573ms) |
| 4011 | 2026-03-18T12:05:40.164Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4012 | 2026-03-18T12:05:40.169Z | Mar 18 12:05:38.667 INFO [stamp-crucible-zone] process exited with exit status: 0 (992.230276ms) |
| 4013 | 2026-03-18T12:05:40.232Z | [ recovery-image] Mar 18 12:05:38.730 INFO O| Mar 18 12:05:38.730 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4014 | 2026-03-18T12:05:40.260Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4015 | 2026-03-18T12:05:40.266Z | Mar 18 12:05:38.764 INFO [stamp-oximeter] process exited with exit status: 0 (1.088476722s) |
| 4016 | 2026-03-18T12:05:40.356Z | [ recovery-image] Mar 18 12:05:38.854 INFO O| Mar 18 12:05:38.854 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4017 | 2026-03-18T12:05:40.356Z | [ recovery-image] Mar 18 12:05:38.854 INFO O| Mar 18 12:05:38.854 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4018 | 2026-03-18T12:05:40.359Z | [ recovery-image] Mar 18 12:05:38.854 INFO O| Mar 18 12:05:38.854 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4019 | 2026-03-18T12:05:40.359Z | [ recovery-image] Mar 18 12:05:38.854 INFO O| Mar 18 12:05:38.854 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4020 | 2026-03-18T12:05:40.364Z | [ recovery-image] Mar 18 12:05:38.862 INFO O| Mar 18 12:05:38.862 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4021 | 2026-03-18T12:05:40.700Z | [ host-image] Mar 18 12:05:39.198 INFO O| Mar 18 12:05:39.198 INFO O| Download: 3450/23719 items 33.6/221.2MB 15% complete (2.4M/s) |
| 4022 | 2026-03-18T12:05:40.716Z | [ recovery-image] Mar 18 12:05:39.214 INFO O| Mar 18 12:05:39.214 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4023 | 2026-03-18T12:05:40.727Z | [ recovery-image] Mar 18 12:05:39.224 INFO O| Mar 18 12:05:39.224 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4024 | 2026-03-18T12:05:41.067Z | [ recovery-image] Mar 18 12:05:39.563 INFO O| Mar 18 12:05:39.563 INFO O| Caching catalogs ... Done |
| 4025 | 2026-03-18T12:05:41.147Z | [ recovery-image] Mar 18 12:05:39.644 INFO O| Mar 18 12:05:39.644 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4026 | 2026-03-18T12:05:41.147Z | [ recovery-image] Mar 18 12:05:39.644 INFO O| Mar 18 12:05:39.644 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4027 | 2026-03-18T12:05:41.155Z | [ recovery-image] Mar 18 12:05:39.653 INFO O| Mar 18 12:05:39.653 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"] |
| 4028 | 2026-03-18T12:05:41.508Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4029 | 2026-03-18T12:05:41.508Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4030 | 2026-03-18T12:05:41.508Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO skip step because feature "publisher_1_name" is not enabled |
| 4031 | 2026-03-18T12:05:41.512Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4032 | 2026-03-18T12:05:41.512Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO skip step because feature "publisher_2_name" is not enabled |
| 4033 | 2026-03-18T12:05:41.512Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4034 | 2026-03-18T12:05:41.512Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO skip step because feature "publisher_3_name" is not enabled |
| 4035 | 2026-03-18T12:05:41.512Z | [ recovery-image] Mar 18 12:05:40.005 INFO O| Mar 18 12:05:40.005 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4036 | 2026-03-18T12:05:41.852Z | [ recovery-image] Mar 18 12:05:40.349 INFO O| Mar 18 12:05:40.349 INFO variant opensolaris.zone is already global |
| 4037 | 2026-03-18T12:05:41.852Z | [ recovery-image] Mar 18 12:05:40.349 INFO O| Mar 18 12:05:40.349 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4038 | 2026-03-18T12:05:41.856Z | [ recovery-image] Mar 18 12:05:40.349 INFO O| Mar 18 12:05:40.349 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4039 | 2026-03-18T12:05:42.194Z | [ recovery-image] Mar 18 12:05:40.690 INFO O| Mar 18 12:05:40.690 INFO variant opensolaris.imagetype is full; changing to partial |
| 4040 | 2026-03-18T12:05:42.194Z | [ recovery-image] Mar 18 12:05:40.690 INFO O| Mar 18 12:05:40.690 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4041 | 2026-03-18T12:05:42.309Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4042 | 2026-03-18T12:05:42.313Z | Mar 18 12:05:40.809 INFO [stamp-cockroachdb] process exited with exit status: 0 (3.133057673s) |
| 4043 | 2026-03-18T12:05:43.067Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4044 | 2026-03-18T12:05:43.072Z | Mar 18 12:05:41.567 INFO [stamp-nexus] process exited with exit status: 0 (3.892712956s) |
| 4045 | 2026-03-18T12:05:44.541Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4046 | 2026-03-18T12:05:44.545Z | Mar 18 12:05:43.040 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (5.365407847s) |
| 4047 | 2026-03-18T12:05:44.606Z | [ recovery-image] Mar 18 12:05:43.101 INFO O| Mar 18 12:05:43.101 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4048 | 2026-03-18T12:05:44.643Z | [ recovery-image] Mar 18 12:05:43.137 INFO O| Mar 18 12:05:43.137 INFO O| Startup: Caching catalogs ... Done |
| 4049 | 2026-03-18T12:05:44.647Z | [ recovery-image] Mar 18 12:05:43.140 INFO O| Mar 18 12:05:43.140 INFO O| Planning: Planning completed in 0.00 seconds |
| 4050 | 2026-03-18T12:05:44.647Z | [ recovery-image] Mar 18 12:05:43.141 INFO O| Mar 18 12:05:43.141 INFO O| Planning: Consolidating action changes ... Done |
| 4051 | 2026-03-18T12:05:44.647Z | [ recovery-image] Mar 18 12:05:43.141 INFO O| Mar 18 12:05:43.141 INFO O| Planning: Evaluating mediators ... Done |
| 4052 | 2026-03-18T12:05:44.647Z | [ recovery-image] Mar 18 12:05:43.141 INFO O| Mar 18 12:05:43.141 INFO O| Planning: Planning completed in 0.00 seconds |
| 4053 | 2026-03-18T12:05:44.647Z | [ recovery-image] Mar 18 12:05:43.141 INFO O| Mar 18 12:05:43.141 INFO O| Variants/Facets to change: 1 |
| 4054 | 2026-03-18T12:05:44.657Z | [ recovery-image] Mar 18 12:05:43.151 INFO O| Mar 18 12:05:43.151 INFO O| Finalize: Updating package state database ... Done |
| 4055 | 2026-03-18T12:05:44.657Z | [ recovery-image] Mar 18 12:05:43.151 INFO O| Mar 18 12:05:43.151 INFO O| Finalize: Updating package cache ... Done |
| 4056 | 2026-03-18T12:05:44.664Z | [ recovery-image] Mar 18 12:05:43.159 INFO O| Mar 18 12:05:43.159 INFO O| Finalize: Updating image state ... Done |
| 4057 | 2026-03-18T12:05:44.667Z | [ recovery-image] Mar 18 12:05:43.161 INFO O| Mar 18 12:05:43.161 INFO O| Finalize: Creating fast lookup database ... Done |
| 4058 | 2026-03-18T12:05:44.667Z | [ recovery-image] Mar 18 12:05:43.162 INFO O| Mar 18 12:05:43.162 INFO O| Finalize: Reading search index ... Done |
| 4059 | 2026-03-18T12:05:44.667Z | [ recovery-image] Mar 18 12:05:43.162 INFO O| Mar 18 12:05:43.162 INFO O| Finalize: Updating search index ... Done |
| 4060 | 2026-03-18T12:05:44.670Z | [ recovery-image] Mar 18 12:05:43.162 INFO O| Mar 18 12:05:43.162 INFO O| Finalize: Updating package cache ... Done |
| 4061 | 2026-03-18T12:05:44.723Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4062 | 2026-03-18T12:05:44.727Z | Mar 18 12:05:43.222 INFO [stamp-clickhouse] process exited with exit status: 0 (5.548579291s) |
| 4063 | 2026-03-18T12:05:44.735Z | [ recovery-image] Mar 18 12:05:43.230 INFO O| Mar 18 12:05:43.230 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4064 | 2026-03-18T12:05:44.735Z | [ recovery-image] Mar 18 12:05:43.230 INFO O| Mar 18 12:05:43.230 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4065 | 2026-03-18T12:05:44.738Z | [ recovery-image] Mar 18 12:05:43.230 INFO O| Mar 18 12:05:43.230 INFO skip step because feature "debug_variant" is not enabled |
| 4066 | 2026-03-18T12:05:44.738Z | [ recovery-image] Mar 18 12:05:43.230 INFO O| Mar 18 12:05:43.230 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4067 | 2026-03-18T12:05:44.797Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4068 | 2026-03-18T12:05:44.801Z | Mar 18 12:05:43.296 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.619938579s) |
| 4069 | 2026-03-18T12:05:44.801Z | Mar 18 12:05:43.296 INFO [tuf-stamp] task succeeded (5.623142629s) |
| 4070 | 2026-03-18T12:05:45.074Z | [ recovery-image] Mar 18 12:05:43.566 INFO O| Mar 18 12:05:43.566 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4071 | 2026-03-18T12:05:45.195Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4072 | 2026-03-18T12:05:45.436Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4073 | 2026-03-18T12:05:45.469Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4074 | 2026-03-18T12:05:45.469Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4075 | 2026-03-18T12:05:45.508Z | [ recovery-image] Mar 18 12:05:44.002 INFO O| Mar 18 12:05:44.002 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4076 | 2026-03-18T12:05:45.520Z | [verify-libraries] Compiling home v0.5.12 |
| 4077 | 2026-03-18T12:05:45.546Z | [ recovery-image] Mar 18 12:05:44.040 INFO O| Mar 18 12:05:44.040 INFO O| Startup: Caching catalogs ... Done |
| 4078 | 2026-03-18T12:05:45.550Z | [ recovery-image] Mar 18 12:05:44.044 INFO O| Mar 18 12:05:44.044 INFO O| Planning: Planning completed in 0.00 seconds |
| 4079 | 2026-03-18T12:05:45.553Z | [ recovery-image] Mar 18 12:05:44.044 INFO O| Mar 18 12:05:44.044 INFO O| Planning: Consolidating action changes ... Done |
| 4080 | 2026-03-18T12:05:45.553Z | [ recovery-image] Mar 18 12:05:44.044 INFO O| Mar 18 12:05:44.044 INFO O| Planning: Evaluating mediators ... Done |
| 4081 | 2026-03-18T12:05:45.553Z | [ recovery-image] Mar 18 12:05:44.045 INFO O| Mar 18 12:05:44.045 INFO O| Planning: Planning completed in 0.00 seconds |
| 4082 | 2026-03-18T12:05:45.553Z | [ recovery-image] Mar 18 12:05:44.045 INFO O| Mar 18 12:05:44.045 INFO O| Variants/Facets to change: 1 |
| 4083 | 2026-03-18T12:05:45.556Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4084 | 2026-03-18T12:05:45.561Z | [ recovery-image] Mar 18 12:05:44.055 INFO O| Mar 18 12:05:44.055 INFO O| Finalize: Updating package state database ... Done |
| 4085 | 2026-03-18T12:05:45.561Z | [ recovery-image] Mar 18 12:05:44.055 INFO O| Mar 18 12:05:44.055 INFO O| Finalize: Updating package cache ... Done |
| 4086 | 2026-03-18T12:05:45.568Z | [ recovery-image] Mar 18 12:05:44.062 INFO O| Mar 18 12:05:44.062 INFO O| Finalize: Updating image state ... Done |
| 4087 | 2026-03-18T12:05:45.571Z | [ recovery-image] Mar 18 12:05:44.064 INFO O| Mar 18 12:05:44.064 INFO O| Finalize: Creating fast lookup database ... Done |
| 4088 | 2026-03-18T12:05:45.571Z | [ recovery-image] Mar 18 12:05:44.065 INFO O| Mar 18 12:05:44.065 INFO O| Finalize: Reading search index ... Done |
| 4089 | 2026-03-18T12:05:45.571Z | [ recovery-image] Mar 18 12:05:44.065 INFO O| Mar 18 12:05:44.065 INFO O| Finalize: Updating search index ... Done |
| 4090 | 2026-03-18T12:05:45.574Z | [ recovery-image] Mar 18 12:05:44.066 INFO O| Mar 18 12:05:44.066 INFO O| Finalize: Updating package cache ... Done |
| 4091 | 2026-03-18T12:05:45.581Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4092 | 2026-03-18T12:05:45.615Z | [verify-libraries] Compiling nix v0.28.0 |
| 4093 | 2026-03-18T12:05:45.643Z | [ recovery-image] Mar 18 12:05:44.136 INFO O| Mar 18 12:05:44.136 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4094 | 2026-03-18T12:05:45.643Z | [ recovery-image] Mar 18 12:05:44.136 INFO O| Mar 18 12:05:44.136 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4095 | 2026-03-18T12:05:45.646Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4096 | 2026-03-18T12:05:45.646Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4097 | 2026-03-18T12:05:45.646Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4098 | 2026-03-18T12:05:45.718Z | [ host-image] Mar 18 12:05:44.212 INFO O| Mar 18 12:05:44.212 INFO O| Download: 4835/23719 items 42.6/221.2MB 19% complete (2.1M/s) |
| 4099 | 2026-03-18T12:05:45.762Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4100 | 2026-03-18T12:05:45.800Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4101 | 2026-03-18T12:05:45.874Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4102 | 2026-03-18T12:05:45.907Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4103 | 2026-03-18T12:05:45.938Z | [verify-libraries] Compiling colored v2.2.0 |
| 4104 | 2026-03-18T12:05:45.938Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4105 | 2026-03-18T12:05:45.941Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4106 | 2026-03-18T12:05:46.028Z | [ recovery-image] Mar 18 12:05:44.521 INFO O| Mar 18 12:05:44.521 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4107 | 2026-03-18T12:05:46.036Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4108 | 2026-03-18T12:05:46.064Z | [verify-libraries] Compiling petname v2.0.2 |
| 4109 | 2026-03-18T12:05:46.126Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4110 | 2026-03-18T12:05:46.199Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4111 | 2026-03-18T12:05:46.260Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4112 | 2026-03-18T12:05:46.293Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4113 | 2026-03-18T12:05:46.353Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4114 | 2026-03-18T12:05:46.356Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4115 | 2026-03-18T12:05:46.423Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4116 | 2026-03-18T12:05:46.461Z | [verify-libraries] Compiling psm v0.1.30 |
| 4117 | 2026-03-18T12:05:46.558Z | [ recovery-image] Mar 18 12:05:45.051 INFO O| Mar 18 12:05:45.051 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4118 | 2026-03-18T12:05:46.614Z | [ recovery-image] Mar 18 12:05:45.107 INFO O| Mar 18 12:05:45.107 INFO O| Startup: Caching catalogs ... Done |
| 4119 | 2026-03-18T12:05:46.619Z | [ recovery-image] Mar 18 12:05:45.112 INFO O| Mar 18 12:05:45.112 INFO O| Planning: Planning completed in 0.00 seconds |
| 4120 | 2026-03-18T12:05:46.622Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4121 | 2026-03-18T12:05:46.622Z | [ recovery-image] Mar 18 12:05:45.113 INFO O| Mar 18 12:05:45.113 INFO O| Planning: Consolidating action changes ... Done |
| 4122 | 2026-03-18T12:05:46.622Z | [ recovery-image] Mar 18 12:05:45.113 INFO O| Mar 18 12:05:45.113 INFO O| Planning: Evaluating mediators ... Done |
| 4123 | 2026-03-18T12:05:46.625Z | [ recovery-image] Mar 18 12:05:45.117 INFO O| Mar 18 12:05:45.117 INFO O| Planning: Planning completed in 0.01 seconds |
| 4124 | 2026-03-18T12:05:46.625Z | [ recovery-image] Mar 18 12:05:45.117 INFO O| Mar 18 12:05:45.117 INFO O| Variants/Facets to change: 1 |
| 4125 | 2026-03-18T12:05:46.640Z | [ recovery-image] Mar 18 12:05:45.133 INFO O| Mar 18 12:05:45.133 INFO O| Finalize: Updating package state database ... Done |
| 4126 | 2026-03-18T12:05:46.640Z | [ recovery-image] Mar 18 12:05:45.133 INFO O| Mar 18 12:05:45.133 INFO O| Finalize: Updating package cache ... Done |
| 4127 | 2026-03-18T12:05:46.648Z | [ recovery-image] Mar 18 12:05:45.141 INFO O| Mar 18 12:05:45.141 INFO O| Finalize: Updating image state ... Done |
| 4128 | 2026-03-18T12:05:46.651Z | [ recovery-image] Mar 18 12:05:45.143 INFO O| Mar 18 12:05:45.143 INFO O| Finalize: Creating fast lookup database ... Done |
| 4129 | 2026-03-18T12:05:46.651Z | [ recovery-image] Mar 18 12:05:45.144 INFO O| Mar 18 12:05:45.144 INFO O| Finalize: Reading search index ... Done |
| 4130 | 2026-03-18T12:05:46.651Z | [ recovery-image] Mar 18 12:05:45.144 INFO O| Mar 18 12:05:45.144 INFO O| Finalize: Updating search index ... Done |
| 4131 | 2026-03-18T12:05:46.654Z | [ recovery-image] Mar 18 12:05:45.145 INFO O| Mar 18 12:05:45.145 INFO O| Finalize: Updating package cache ... Done |
| 4132 | 2026-03-18T12:05:46.657Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4133 | 2026-03-18T12:05:46.721Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4134 | 2026-03-18T12:05:46.725Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4135 | 2026-03-18T12:05:46.746Z | [ recovery-image] Mar 18 12:05:45.238 INFO O| Mar 18 12:05:45.238 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4136 | 2026-03-18T12:05:46.746Z | [ recovery-image] Mar 18 12:05:45.239 INFO O| Mar 18 12:05:45.238 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4137 | 2026-03-18T12:05:46.801Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4138 | 2026-03-18T12:05:46.804Z | [verify-libraries] Compiling des v0.8.1 |
| 4139 | 2026-03-18T12:05:46.804Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4140 | 2026-03-18T12:05:46.909Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4141 | 2026-03-18T12:05:47.022Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4142 | 2026-03-18T12:05:47.068Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4143 | 2026-03-18T12:05:47.160Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4144 | 2026-03-18T12:05:47.163Z | [ recovery-image] Mar 18 12:05:45.653 INFO O| Mar 18 12:05:45.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4145 | 2026-03-18T12:05:47.198Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4146 | 2026-03-18T12:05:47.262Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4147 | 2026-03-18T12:05:47.335Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4148 | 2026-03-18T12:05:47.409Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4149 | 2026-03-18T12:05:47.484Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 4150 | 2026-03-18T12:05:47.544Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4151 | 2026-03-18T12:05:47.607Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4152 | 2026-03-18T12:05:47.732Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4153 | 2026-03-18T12:05:47.839Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4154 | 2026-03-18T12:05:47.868Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4155 | 2026-03-18T12:05:47.913Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4156 | 2026-03-18T12:05:48.017Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4157 | 2026-03-18T12:05:48.203Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4158 | 2026-03-18T12:05:48.322Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4159 | 2026-03-18T12:05:48.692Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4160 | 2026-03-18T12:05:48.771Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4161 | 2026-03-18T12:05:48.836Z | [ recovery-image] Mar 18 12:05:47.327 INFO O| Mar 18 12:05:47.327 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4162 | 2026-03-18T12:05:48.876Z | [ recovery-image] Mar 18 12:05:47.367 INFO O| Mar 18 12:05:47.367 INFO O| Startup: Caching catalogs ... Done |
| 4163 | 2026-03-18T12:05:48.880Z | [ recovery-image] Mar 18 12:05:47.371 INFO O| Mar 18 12:05:47.371 INFO O| Planning: Planning completed in 0.00 seconds |
| 4164 | 2026-03-18T12:05:48.883Z | [ recovery-image] Mar 18 12:05:47.372 INFO O| Mar 18 12:05:47.372 INFO O| Planning: Consolidating action changes ... Done |
| 4165 | 2026-03-18T12:05:48.883Z | [ recovery-image] Mar 18 12:05:47.372 INFO O| Mar 18 12:05:47.372 INFO O| Planning: Evaluating mediators ... Done |
| 4166 | 2026-03-18T12:05:48.883Z | [ recovery-image] Mar 18 12:05:47.372 INFO O| Mar 18 12:05:47.372 INFO O| Planning: Planning completed in 0.00 seconds |
| 4167 | 2026-03-18T12:05:48.883Z | [ recovery-image] Mar 18 12:05:47.373 INFO O| Mar 18 12:05:47.373 INFO O| Variants/Facets to change: 1 |
| 4168 | 2026-03-18T12:05:48.902Z | [ recovery-image] Mar 18 12:05:47.393 INFO O| Mar 18 12:05:47.393 INFO O| Finalize: Updating package state database ... Done |
| 4169 | 2026-03-18T12:05:48.902Z | [ recovery-image] Mar 18 12:05:47.393 INFO O| Mar 18 12:05:47.393 INFO O| Finalize: Updating package cache ... Done |
| 4170 | 2026-03-18T12:05:48.910Z | [ recovery-image] Mar 18 12:05:47.401 INFO O| Mar 18 12:05:47.401 INFO O| Finalize: Updating image state ... Done |
| 4171 | 2026-03-18T12:05:48.913Z | [ recovery-image] Mar 18 12:05:47.404 INFO O| Mar 18 12:05:47.404 INFO O| Finalize: Creating fast lookup database ... Done |
| 4172 | 2026-03-18T12:05:48.913Z | [ recovery-image] Mar 18 12:05:47.404 INFO O| Mar 18 12:05:47.404 INFO O| Finalize: Reading search index ... Done |
| 4173 | 2026-03-18T12:05:48.916Z | [ recovery-image] Mar 18 12:05:47.405 INFO O| Mar 18 12:05:47.405 INFO O| Finalize: Updating search index ... Done |
| 4174 | 2026-03-18T12:05:48.916Z | [ recovery-image] Mar 18 12:05:47.406 INFO O| Mar 18 12:05:47.406 INFO O| Finalize: Updating package cache ... Done |
| 4175 | 2026-03-18T12:05:48.956Z | [verify-libraries] Compiling diff v0.1.13 |
| 4176 | 2026-03-18T12:05:49.049Z | [ recovery-image] Mar 18 12:05:47.540 INFO O| Mar 18 12:05:47.539 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4177 | 2026-03-18T12:05:49.049Z | [ recovery-image] Mar 18 12:05:47.540 INFO O| Mar 18 12:05:47.539 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4178 | 2026-03-18T12:05:49.059Z | [ recovery-image] Mar 18 12:05:47.550 INFO O| Mar 18 12:05:47.550 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"] |
| 4179 | 2026-03-18T12:05:49.411Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4180 | 2026-03-18T12:05:49.556Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4181 | 2026-03-18T12:05:49.738Z | [ recovery-image] Mar 18 12:05:48.228 INFO O| Mar 18 12:05:48.228 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4182 | 2026-03-18T12:05:49.779Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4183 | 2026-03-18T12:05:49.786Z | [ recovery-image] Mar 18 12:05:48.277 INFO O| Mar 18 12:05:48.277 INFO O| Startup: Caching catalogs ... Done |
| 4184 | 2026-03-18T12:05:49.893Z | [ recovery-image] Mar 18 12:05:48.383 INFO O| Mar 18 12:05:48.383 INFO O| Planning: Solver setup ... Done |
| 4185 | 2026-03-18T12:05:49.899Z | [ recovery-image] Mar 18 12:05:48.390 INFO O| Mar 18 12:05:48.390 INFO O| Planning: Running solver ... Done |
| 4186 | 2026-03-18T12:05:49.905Z | [ recovery-image] Mar 18 12:05:48.395 INFO O| Mar 18 12:05:48.395 INFO O| Planning: Finding local manifests ... Done |
| 4187 | 2026-03-18T12:05:49.968Z | [ recovery-image] Mar 18 12:05:48.458 INFO O| Mar 18 12:05:48.458 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 4188 | 2026-03-18T12:05:50.030Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4189 | 2026-03-18T12:05:50.085Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4190 | 2026-03-18T12:05:50.334Z | [verify-libraries] Compiling russh v0.45.0 |
| 4191 | 2026-03-18T12:05:50.450Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4192 | 2026-03-18T12:05:50.635Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4193 | 2026-03-18T12:05:50.671Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4194 | 2026-03-18T12:05:50.786Z | [verify-libraries] Compiling drift v0.1.3 |
| 4195 | 2026-03-18T12:05:50.888Z | [ host-image] Mar 18 12:05:49.378 INFO O| Mar 18 12:05:49.377 INFO O| Download: 6058/23719 items 46.8/221.2MB 21% complete (1.3M/s) |
| 4196 | 2026-03-18T12:05:50.984Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4197 | 2026-03-18T12:05:51.412Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4198 | 2026-03-18T12:05:51.442Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4199 | 2026-03-18T12:05:51.750Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4200 | 2026-03-18T12:05:52.501Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4201 | 2026-03-18T12:05:52.641Z | [verify-libraries] Compiling dropshot-api-manager v0.6.0 |
| 4202 | 2026-03-18T12:05:53.859Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4203 | 2026-03-18T12:05:54.297Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4204 | 2026-03-18T12:05:54.642Z | [ recovery-image] Mar 18 12:05:53.129 INFO O| Mar 18 12:05:53.129 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 4205 | 2026-03-18T12:05:54.923Z | [verify-libraries] Compiling termios v0.3.3 |
| 4206 | 2026-03-18T12:05:54.965Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4207 | 2026-03-18T12:05:55.230Z | [ recovery-image] Mar 18 12:05:53.710 INFO O| Mar 18 12:05:53.710 INFO O| Planning: Package planning ... Done |
| 4208 | 2026-03-18T12:05:55.242Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4209 | 2026-03-18T12:05:55.477Z | [ recovery-image] Mar 18 12:05:53.963 INFO O| Mar 18 12:05:53.963 INFO O| Planning: Merging actions ... Done |
| 4210 | 2026-03-18T12:05:55.563Z | [ recovery-image] Mar 18 12:05:54.049 INFO O| Mar 18 12:05:54.049 INFO O| Planning: Checking for conflicting actions ... Done |
| 4211 | 2026-03-18T12:05:55.632Z | [ recovery-image] Mar 18 12:05:54.118 INFO O| Mar 18 12:05:54.118 INFO O| Planning: Consolidating action changes ... Done |
| 4212 | 2026-03-18T12:05:55.834Z | [ recovery-image] Mar 18 12:05:54.320 INFO O| Mar 18 12:05:54.320 INFO O| Planning: Evaluating mediators ... Done |
| 4213 | 2026-03-18T12:05:56.292Z | [ host-image] Mar 18 12:05:54.778 INFO O| Mar 18 12:05:54.778 INFO O| Download: 7228/23719 items 49.4/221.2MB 22% complete (670k/s) |
| 4214 | 2026-03-18T12:05:56.620Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4215 | 2026-03-18T12:05:57.941Z | [ recovery-image] Mar 18 12:05:56.425 INFO O| Mar 18 12:05:56.425 INFO O| Planning: Planning completed in 8.14 seconds |
| 4216 | 2026-03-18T12:05:57.944Z | [ recovery-image] Mar 18 12:05:56.429 INFO O| Mar 18 12:05:56.427 INFO O| Packages to install: 127 |
| 4217 | 2026-03-18T12:05:57.944Z | [ recovery-image] Mar 18 12:05:56.429 INFO O| Mar 18 12:05:56.427 INFO O| Mediators to change: 5 |
| 4218 | 2026-03-18T12:05:57.944Z | [ recovery-image] Mar 18 12:05:56.429 INFO O| Mar 18 12:05:56.427 INFO O| Services to change: 5 |
| 4219 | 2026-03-18T12:05:57.977Z | [ recovery-image] Mar 18 12:05:56.461 INFO O| Mar 18 12:05:56.461 INFO O| Download: 0/16532 items 0.0/198.4MB 0% complete |
| 4220 | 2026-03-18T12:05:58.523Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4221 | 2026-03-18T12:05:58.574Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4222 | 2026-03-18T12:05:59.468Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4223 | 2026-03-18T12:05:59.927Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4224 | 2026-03-18T12:06:01.428Z | [ host-image] Mar 18 12:05:59.910 INFO O| Mar 18 12:05:59.910 INFO O| Download: 8232/23719 items 61.2/221.2MB 27% complete (1.4M/s) |
| 4225 | 2026-03-18T12:06:02.259Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4226 | 2026-03-18T12:06:02.992Z | [ recovery-image] Mar 18 12:06:01.473 INFO O| Mar 18 12:06:01.473 INFO O| Download: 1005/16532 items 7.9/198.4MB 4% complete (1.8M/s) |
| 4227 | 2026-03-18T12:06:03.042Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4228 | 2026-03-18T12:06:06.126Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4229 | 2026-03-18T12:06:06.890Z | [ host-image] Mar 18 12:06:05.367 INFO O| Mar 18 12:06:05.367 INFO O| Download: 8579/23719 items 62.6/221.2MB 28% complete (1.4M/s) |
| 4230 | 2026-03-18T12:06:08.297Z | [ recovery-image] Mar 18 12:06:06.773 INFO O| Mar 18 12:06:06.773 INFO O| Download: 1438/16532 items 20.6/198.4MB 10% complete (2.1M/s) |
| 4231 | 2026-03-18T12:06:10.985Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4232 | 2026-03-18T12:06:11.896Z | [ host-image] Mar 18 12:06:10.371 INFO O| Mar 18 12:06:10.371 INFO O| Download: 9280/23719 items 79.7/221.2MB 36% complete (1.8M/s) |
| 4233 | 2026-03-18T12:06:13.090Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4234 | 2026-03-18T12:06:14.241Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4235 | 2026-03-18T12:06:14.816Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4236 | 2026-03-18T12:06:14.996Z | [ recovery-image] Mar 18 12:06:13.468 INFO O| Mar 18 12:06:13.467 INFO O| Download: 1552/16532 items 21.8/198.4MB 10% complete (1.7M/s) |
| 4237 | 2026-03-18T12:06:16.960Z | [ host-image] Mar 18 12:06:15.430 INFO O| Mar 18 12:06:15.430 INFO O| Download: 10422/23719 items 92.7/221.2MB 41% complete (3.0M/s) |
| 4238 | 2026-03-18T12:06:18.996Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4239 | 2026-03-18T12:06:19.053Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4240 | 2026-03-18T12:06:20.001Z | [ recovery-image] Mar 18 12:06:18.469 INFO O| Mar 18 12:06:18.468 INFO O| Download: 2092/16532 items 30.6/198.4MB 15% complete (996k/s) |
| 4241 | 2026-03-18T12:06:20.723Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4242 | 2026-03-18T12:06:21.367Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4243 | 2026-03-18T12:06:21.964Z | [ host-image] Mar 18 12:06:20.431 INFO O| Mar 18 12:06:20.431 INFO O| Download: 11463/23719 items 98.2/221.2MB 44% complete (1.9M/s) |
| 4244 | 2026-03-18T12:06:23.355Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4245 | 2026-03-18T12:06:23.618Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4246 | 2026-03-18T12:06:25.730Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4247 | 2026-03-18T12:06:26.185Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4248 | 2026-03-18T12:06:26.578Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4249 | 2026-03-18T12:06:26.845Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4250 | 2026-03-18T12:06:27.179Z | [ host-image] Mar 18 12:06:25.642 INFO O| Mar 18 12:06:25.642 INFO O| Download: 12002/23719 items 102.7/221.2MB 46% complete (1.0M/s) |
| 4251 | 2026-03-18T12:06:27.417Z | [ recovery-image] Mar 18 12:06:25.880 INFO O| Mar 18 12:06:25.880 INFO O| Download: 2689/16532 items 31.1/198.4MB 15% complete (1.2M/s) |
| 4252 | 2026-03-18T12:06:29.665Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4253 | 2026-03-18T12:06:32.184Z | [ host-image] Mar 18 12:06:30.643 INFO O| Mar 18 12:06:30.643 INFO O| Download: 12114/23719 items 104.7/221.2MB 47% complete (689k/s) |
| 4254 | 2026-03-18T12:06:33.305Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4255 | 2026-03-18T12:06:33.437Z | [ recovery-image] Mar 18 12:06:31.895 INFO O| Mar 18 12:06:31.895 INFO O| Download: 3928/16532 items 39.5/198.4MB 19% complete (866k/s) |
| 4256 | 2026-03-18T12:06:35.844Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4257 | 2026-03-18T12:06:37.351Z | [ host-image] Mar 18 12:06:35.807 INFO O| Mar 18 12:06:35.807 INFO O| Download: 12902/23719 items 117.2/221.2MB 52% complete (1.4M/s) |
| 4258 | 2026-03-18T12:06:37.378Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4259 | 2026-03-18T12:06:38.456Z | [ recovery-image] Mar 18 12:06:36.911 INFO O| Mar 18 12:06:36.910 INFO O| Download: 4918/16532 items 43.5/198.4MB 21% complete (872k/s) |
| 4260 | 2026-03-18T12:06:39.205Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4261 | 2026-03-18T12:06:39.877Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4262 | 2026-03-18T12:06:41.822Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4263 | 2026-03-18T12:06:42.358Z | [ host-image] Mar 18 12:06:40.810 INFO O| Mar 18 12:06:40.809 INFO O| Download: 13697/23719 items 118.7/221.2MB 53% complete (1.4M/s) |
| 4264 | 2026-03-18T12:06:42.381Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4265 | 2026-03-18T12:06:43.472Z | [ recovery-image] Mar 18 12:06:41.923 INFO O| Mar 18 12:06:41.923 INFO O| Download: 5724/16532 items 44.0/198.4MB 22% complete (462k/s) |
| 4266 | 2026-03-18T12:06:44.327Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4267 | 2026-03-18T12:06:44.544Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4268 | 2026-03-18T12:06:44.590Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4269 | 2026-03-18T12:06:46.069Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4270 | 2026-03-18T12:06:47.369Z | [ host-image] Mar 18 12:06:45.817 INFO O| Mar 18 12:06:45.817 INFO O| Download: 14686/23719 items 119.1/221.2MB 53% complete (201k/s) |
| 4271 | 2026-03-18T12:06:48.023Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4272 | 2026-03-18T12:06:48.972Z | [ recovery-image] Mar 18 12:06:47.419 INFO O| Mar 18 12:06:47.419 INFO O| Download: 6150/16532 items 47.9/198.4MB 24% complete (413k/s) |
| 4273 | 2026-03-18T12:06:49.507Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4274 | 2026-03-18T12:06:49.615Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4275 | 2026-03-18T12:06:52.721Z | [ host-image] Mar 18 12:06:51.165 INFO O| Mar 18 12:06:51.165 INFO O| Download: 15189/23719 items 121.2/221.2MB 54% complete (254k/s) |
| 4276 | 2026-03-18T12:06:52.783Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4277 | 2026-03-18T12:06:54.077Z | [ recovery-image] Mar 18 12:06:52.520 INFO O| Mar 18 12:06:52.520 INFO O| Download: 6520/16532 items 59.3/198.4MB 29% complete (1.4M/s) |
| 4278 | 2026-03-18T12:06:57.718Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4279 | 2026-03-18T12:06:57.723Z | [ host-image] Mar 18 12:06:56.163 INFO O| Mar 18 12:06:56.163 INFO O| Download: 16238/23719 items 132.6/221.2MB 59% complete (1.3M/s) |
| 4280 | 2026-03-18T12:06:59.098Z | [ recovery-image] Mar 18 12:06:57.537 INFO O| Mar 18 12:06:57.537 INFO O| Download: 6665/16532 items 71.2/198.4MB 35% complete (2.3M/s) |
| 4281 | 2026-03-18T12:06:59.467Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4282 | 2026-03-18T12:07:00.452Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4283 | 2026-03-18T12:07:01.625Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4284 | 2026-03-18T12:07:02.727Z | [ host-image] Mar 18 12:07:01.163 INFO O| Mar 18 12:07:01.163 INFO O| Download: 16734/23719 items 141.8/221.2MB 64% complete (2.0M/s) |
| 4285 | 2026-03-18T12:07:04.108Z | [ recovery-image] Mar 18 12:07:02.543 INFO O| Mar 18 12:07:02.543 INFO O| Download: 7648/16532 items 82.2/198.4MB 41% complete (2.3M/s) |
| 4286 | 2026-03-18T12:07:07.160Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4287 | 2026-03-18T12:07:07.733Z | [ host-image] Mar 18 12:07:06.166 INFO O| Mar 18 12:07:06.166 INFO O| Download: 18019/23719 items 158.4/221.2MB 71% complete (2.6M/s) |
| 4288 | 2026-03-18T12:07:12.737Z | [ host-image] Mar 18 12:07:11.167 INFO O| Mar 18 12:07:11.167 INFO O| Download: 19362/23719 items 173.5/221.2MB 78% complete (3.3M/s) |
| 4289 | 2026-03-18T12:07:13.136Z | [ recovery-image] Mar 18 12:07:11.565 INFO O| Mar 18 12:07:11.565 INFO O| Download: 8190/16532 items 83.1/198.4MB 41% complete (1.9M/s) |
| 4290 | 2026-03-18T12:07:16.375Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4291 | 2026-03-18T12:07:16.472Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4292 | 2026-03-18T12:07:17.265Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4293 | 2026-03-18T12:07:17.742Z | [ host-image] Mar 18 12:07:16.168 INFO O| Mar 18 12:07:16.168 INFO O| Download: 20032/23719 items 175.8/221.2MB 79% complete (1.8M/s) |
| 4294 | 2026-03-18T12:07:18.157Z | [ recovery-image] Mar 18 12:07:16.582 INFO O| Mar 18 12:07:16.582 INFO O| Download: 8880/16532 items 89.0/198.4MB 44% complete (629k/s) |
| 4295 | 2026-03-18T12:07:20.621Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4296 | 2026-03-18T12:07:22.748Z | [ host-image] Mar 18 12:07:21.168 INFO O| Mar 18 12:07:21.168 INFO O| Download: 21249/23719 items 181.2/221.2MB 81% complete (782k/s) |
| 4297 | 2026-03-18T12:07:23.171Z | [ recovery-image] Mar 18 12:07:21.593 INFO O| Mar 18 12:07:21.593 INFO O| Download: 9321/16532 items 100.7/198.4MB 50% complete (1.8M/s) |
| 4298 | 2026-03-18T12:07:23.235Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4299 | 2026-03-18T12:07:27.780Z | [ host-image] Mar 18 12:07:26.199 INFO O| Mar 18 12:07:26.199 INFO O| Download: 21772/23719 items 188.7/221.2MB 85% complete (1.3M/s) |
| 4300 | 2026-03-18T12:07:28.195Z | [ recovery-image] Mar 18 12:07:26.613 INFO O| Mar 18 12:07:26.613 INFO O| Download: 10396/16532 items 102.6/198.4MB 51% complete (1.4M/s) |
| 4301 | 2026-03-18T12:07:32.823Z | [ host-image] Mar 18 12:07:31.238 INFO O| Mar 18 12:07:31.238 INFO O| Download: 22418/23719 items 199.0/221.2MB 89% complete (1.8M/s) |
| 4302 | 2026-03-18T12:07:33.206Z | [ recovery-image] Mar 18 12:07:31.620 INFO O| Mar 18 12:07:31.620 INFO O| Download: 11345/16532 items 103.3/198.4MB 52% complete (280k/s) |
| 4303 | 2026-03-18T12:07:37.931Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4304 | 2026-03-18T12:07:38.043Z | [ host-image] Mar 18 12:07:36.454 INFO O| Mar 18 12:07:36.454 INFO O| Download: 22844/23719 items 213.8/221.2MB 96% complete (2.6M/s) |
| 4305 | 2026-03-18T12:07:38.293Z | [ recovery-image] Mar 18 12:07:36.703 INFO O| Mar 18 12:07:36.703 INFO O| Download: 11894/16532 items 116.6/198.4MB 58% complete (1.4M/s) |
| 4306 | 2026-03-18T12:07:43.052Z | [ host-image] Mar 18 12:07:41.459 INFO O| Mar 18 12:07:41.459 INFO O| Download: 22982/23719 items 215.4/221.2MB 97% complete (1.9M/s) |
| 4307 | 2026-03-18T12:07:43.084Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4308 | 2026-03-18T12:07:43.747Z | [ recovery-image] Mar 18 12:07:42.154 INFO O| Mar 18 12:07:42.154 INFO O| Download: 12437/16532 items 138.5/198.4MB 69% complete (3.5M/s) |
| 4309 | 2026-03-18T12:07:44.313Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4310 | 2026-03-18T12:07:44.356Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4311 | 2026-03-18T12:07:47.356Z | [ host-image] Mar 18 12:07:45.760 INFO O| Mar 18 12:07:45.760 INFO O| Download: Completed 221.23 MB in 141.89 seconds (1.6M/s) |
| 4312 | 2026-03-18T12:07:47.944Z | [ host-image] Mar 18 12:07:46.346 INFO O| Mar 18 12:07:46.346 INFO O| Actions: 1/53855 actions (Installing new actions) |
| 4313 | 2026-03-18T12:07:48.752Z | [ recovery-image] Mar 18 12:07:47.154 INFO O| Mar 18 12:07:47.154 INFO O| Download: 13216/16532 items 152.4/198.4MB 76% complete (3.8M/s) |
| 4314 | 2026-03-18T12:07:51.094Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4315 | 2026-03-18T12:07:52.165Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4316 | 2026-03-18T12:07:52.947Z | [ host-image] Mar 18 12:07:51.346 INFO O| Mar 18 12:07:51.346 INFO O| Actions: 17202/53855 actions (Installing new actions) |
| 4317 | 2026-03-18T12:07:53.856Z | [ recovery-image] Mar 18 12:07:52.255 INFO O| Mar 18 12:07:52.255 INFO O| Download: 14535/16532 items 156.9/198.4MB 79% complete (1.8M/s) |
| 4318 | 2026-03-18T12:07:55.543Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4319 | 2026-03-18T12:07:57.951Z | [ host-image] Mar 18 12:07:56.347 INFO O| Mar 18 12:07:56.347 INFO O| Actions: 28189/53855 actions (Installing new actions) |
| 4320 | 2026-03-18T12:07:59.320Z | [ recovery-image] Mar 18 12:07:57.714 INFO O| Mar 18 12:07:57.714 INFO O| Download: 15214/16532 items 161.5/198.4MB 81% complete (909k/s) |
| 4321 | 2026-03-18T12:08:00.085Z | [ host-image] Mar 18 12:07:58.479 INFO O| Mar 18 12:07:58.479 INFO O| Actions: Completed 53855 actions in 12.13 seconds. |
| 4322 | 2026-03-18T12:08:00.165Z | [ host-image] Mar 18 12:07:58.559 INFO O| Mar 18 12:07:58.559 INFO O| Finalize: Updating package state database ... Done |
| 4323 | 2026-03-18T12:08:00.165Z | [ host-image] Mar 18 12:07:58.559 INFO O| Mar 18 12:07:58.559 INFO O| Finalize: Updating package cache ... Done |
| 4324 | 2026-03-18T12:08:00.180Z | [ host-image] Mar 18 12:07:58.575 INFO O| Mar 18 12:07:58.575 INFO O| Finalize: Updating image state ... Done |
| 4325 | 2026-03-18T12:08:01.383Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4326 | 2026-03-18T12:08:01.446Z | [ host-image] Mar 18 12:07:59.839 INFO O| Mar 18 12:07:59.839 INFO O| Finalize: Creating fast lookup database ... Done |
| 4327 | 2026-03-18T12:08:01.481Z | [ host-image] Mar 18 12:07:59.874 INFO O| Mar 18 12:07:59.874 INFO O| Finalize: Reading search index ... Done |
| 4328 | 2026-03-18T12:08:04.323Z | [ recovery-image] Mar 18 12:08:02.714 INFO O| Mar 18 12:08:02.714 INFO O| Download: 16175/16532 items 191.7/198.4MB 96% complete (3.3M/s) |
| 4329 | 2026-03-18T12:08:05.221Z | [ host-image] Mar 18 12:08:03.612 INFO O| Mar 18 12:08:03.612 INFO O| Finalize: Building new search index ... Done |
| 4330 | 2026-03-18T12:08:05.839Z | [ host-image] Mar 18 12:08:04.229 INFO O| Mar 18 12:08:04.229 INFO O| Finalize: Updating package cache ... Done |
| 4331 | 2026-03-18T12:08:05.967Z | [ host-image] Mar 18 12:08:04.357 INFO O| Mar 18 12:08:04.356 INFO STEP 11 (pkg_install) COMPLETE |
| 4332 | 2026-03-18T12:08:05.967Z | [ host-image] Mar 18 12:08:04.357 INFO O| Mar 18 12:08:04.356 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4333 | 2026-03-18T12:08:05.980Z | [ host-image] Mar 18 12:08:04.370 INFO O| Mar 18 12:08:04.370 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
| 4334 | 2026-03-18T12:08:06.670Z | [ host-image] Mar 18 12:08:05.059 INFO O| Mar 18 12:08:05.059 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4335 | 2026-03-18T12:08:06.737Z | [ host-image] Mar 18 12:08:05.126 INFO O| Mar 18 12:08:05.126 INFO O| Startup: Caching catalogs ... Done |
| 4336 | 2026-03-18T12:08:06.851Z | [ host-image] Mar 18 12:08:05.239 INFO O| Mar 18 12:08:05.239 INFO O| Planning: Solver setup ... Done |
| 4337 | 2026-03-18T12:08:06.856Z | [ host-image] Mar 18 12:08:05.246 INFO O| Mar 18 12:08:05.246 INFO O| Planning: Running solver ... Done |
| 4338 | 2026-03-18T12:08:06.860Z | [ host-image] Mar 18 12:08:05.249 INFO O| Mar 18 12:08:05.249 INFO O| Planning: Finding local manifests ... Done |
| 4339 | 2026-03-18T12:08:06.942Z | [ host-image] Mar 18 12:08:05.332 INFO O| Mar 18 12:08:05.332 INFO O| Planning: Fetching manifests: 0/5 0% complete |
| 4340 | 2026-03-18T12:08:07.120Z | [ host-image] Mar 18 12:08:05.509 INFO O| Mar 18 12:08:05.509 INFO O| Planning: Fetching manifests: 5/5 100% complete |
| 4341 | 2026-03-18T12:08:07.146Z | [ host-image] Mar 18 12:08:05.536 INFO O| Mar 18 12:08:05.535 INFO O| Planning: Package planning ... Done |
| 4342 | 2026-03-18T12:08:07.150Z | [ host-image] Mar 18 12:08:05.538 INFO O| Mar 18 12:08:05.538 INFO O| Planning: Merging actions ... Done |
| 4343 | 2026-03-18T12:08:07.290Z | [ host-image] Mar 18 12:08:05.679 INFO O| Mar 18 12:08:05.679 INFO O| Planning: Checking for conflicting actions ... Done |
| 4344 | 2026-03-18T12:08:07.294Z | [ host-image] Mar 18 12:08:05.680 INFO O| Mar 18 12:08:05.680 INFO O| Planning: Consolidating action changes ... Done |
| 4345 | 2026-03-18T12:08:07.513Z | [ host-image] Mar 18 12:08:05.902 INFO O| Mar 18 12:08:05.902 INFO O| Planning: Evaluating mediators ... Done |
| 4346 | 2026-03-18T12:08:07.516Z | [ host-image] Mar 18 12:08:05.903 INFO O| Mar 18 12:08:05.903 INFO O| Planning: Planning completed in 0.77 seconds |
| 4347 | 2026-03-18T12:08:07.516Z | [ host-image] Mar 18 12:08:05.903 INFO O| Mar 18 12:08:05.903 INFO O| Packages to install: 5 |
| 4348 | 2026-03-18T12:08:07.516Z | [ host-image] Mar 18 12:08:05.903 INFO O| Mar 18 12:08:05.903 INFO O| Services to change: 2 |
| 4349 | 2026-03-18T12:08:07.528Z | [ host-image] Mar 18 12:08:05.917 INFO O| Mar 18 12:08:05.917 INFO O| Download: 0/121 items 0.0/1.5MB 0% complete |
| 4350 | 2026-03-18T12:08:08.393Z | [ recovery-image] Mar 18 12:08:06.782 INFO O| Mar 18 12:08:06.782 INFO O| Download: Completed 198.44 MB in 130.32 seconds (1.5M/s) |
| 4351 | 2026-03-18T12:08:08.956Z | [ recovery-image] Mar 18 12:08:07.344 INFO O| Mar 18 12:08:07.344 INFO O| Actions: 1/27327 actions (Installing new actions) |
| 4352 | 2026-03-18T12:08:09.001Z | [ host-image] Mar 18 12:08:07.389 INFO O| Mar 18 12:08:07.388 INFO O| Download: Completed 1.48 MB in 1.47 seconds (1.0M/s) |
| 4353 | 2026-03-18T12:08:09.029Z | [ host-image] Mar 18 12:08:07.417 INFO O| Mar 18 12:08:07.417 INFO O| Actions: 1/313 actions (Installing new actions) |
| 4354 | 2026-03-18T12:08:09.153Z | [ host-image] Mar 18 12:08:07.540 INFO O| Mar 18 12:08:07.540 INFO O| Actions: Completed 313 actions in 0.12 seconds. |
| 4355 | 2026-03-18T12:08:09.157Z | [ host-image] Mar 18 12:08:07.545 INFO O| Mar 18 12:08:07.545 INFO O| Finalize: Updating package state database ... Done |
| 4356 | 2026-03-18T12:08:09.160Z | [ host-image] Mar 18 12:08:07.545 INFO O| Mar 18 12:08:07.545 INFO O| Finalize: Updating package cache ... Done |
| 4357 | 2026-03-18T12:08:09.171Z | [ host-image] Mar 18 12:08:07.559 INFO O| Mar 18 12:08:07.559 INFO O| Finalize: Updating image state ... Done |
| 4358 | 2026-03-18T12:08:10.422Z | [ host-image] Mar 18 12:08:08.809 INFO O| Mar 18 12:08:08.809 INFO O| Finalize: Creating fast lookup database ... Done |
| 4359 | 2026-03-18T12:08:10.458Z | [ host-image] Mar 18 12:08:08.845 INFO O| Mar 18 12:08:08.845 INFO O| Finalize: Reading search index ... Done |
| 4360 | 2026-03-18T12:08:10.458Z | [ host-image] Mar 18 12:08:08.845 INFO O| Mar 18 12:08:08.845 INFO O| Finalize: Updating search index ... Done |
| 4361 | 2026-03-18T12:08:10.485Z | [ host-image] Mar 18 12:08:08.872 INFO O| Mar 18 12:08:08.872 INFO O| Finalize: Updating package cache ... Done |
| 4362 | 2026-03-18T12:08:10.610Z | [ host-image] Mar 18 12:08:08.997 INFO O| Mar 18 12:08:08.997 INFO STEP 12 (pkg_install) COMPLETE |
| 4363 | 2026-03-18T12:08:10.610Z | [ host-image] Mar 18 12:08:08.997 INFO O| Mar 18 12:08:08.997 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4364 | 2026-03-18T12:08:10.628Z | [ host-image] Mar 18 12:08:09.015 INFO O| Mar 18 12:08:09.014 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4365 | 2026-03-18T12:08:11.157Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4366 | 2026-03-18T12:08:11.384Z | [ host-image] Mar 18 12:08:09.770 INFO O| Mar 18 12:08:09.769 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4367 | 2026-03-18T12:08:11.439Z | [ host-image] Mar 18 12:08:09.825 INFO O| Mar 18 12:08:09.825 INFO O| Startup: Caching catalogs ... Done |
| 4368 | 2026-03-18T12:08:11.650Z | [ host-image] Mar 18 12:08:10.036 INFO O| Mar 18 12:08:10.036 INFO O| Planning: Solver setup ... Done |
| 4369 | 2026-03-18T12:08:11.656Z | [ host-image] Mar 18 12:08:10.042 INFO O| Mar 18 12:08:10.042 INFO O| Planning: Running solver ... Done |
| 4370 | 2026-03-18T12:08:11.660Z | [ host-image] Mar 18 12:08:10.045 INFO O| Mar 18 12:08:10.045 INFO O| Planning: Finding local manifests ... Done |
| 4371 | 2026-03-18T12:08:11.701Z | [ host-image] Mar 18 12:08:10.087 INFO O| Mar 18 12:08:10.087 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4372 | 2026-03-18T12:08:11.794Z | [ host-image] Mar 18 12:08:10.180 INFO O| Mar 18 12:08:10.180 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4373 | 2026-03-18T12:08:11.852Z | [ host-image] Mar 18 12:08:10.237 INFO O| Mar 18 12:08:10.237 INFO O| Planning: Package planning ... Done |
| 4374 | 2026-03-18T12:08:11.865Z | [ host-image] Mar 18 12:08:10.251 INFO O| Mar 18 12:08:10.251 INFO O| Planning: Merging actions ... Done |
| 4375 | 2026-03-18T12:08:11.964Z | [ host-image] Mar 18 12:08:10.349 INFO O| Mar 18 12:08:10.349 INFO O| Planning: Checking for conflicting actions ... Done |
| 4376 | 2026-03-18T12:08:11.967Z | [ host-image] Mar 18 12:08:10.353 INFO O| Mar 18 12:08:10.353 INFO O| Planning: Consolidating action changes ... Done |
| 4377 | 2026-03-18T12:08:12.160Z | [ host-image] Mar 18 12:08:10.545 INFO O| Mar 18 12:08:10.545 INFO O| Planning: Evaluating mediators ... Done |
| 4378 | 2026-03-18T12:08:12.163Z | [ host-image] Mar 18 12:08:10.549 INFO O| Mar 18 12:08:10.549 INFO O| Planning: Planning completed in 0.72 seconds |
| 4379 | 2026-03-18T12:08:12.166Z | [ host-image] Mar 18 12:08:10.549 INFO O| Mar 18 12:08:10.549 INFO O| Packages to install: 6 |
| 4380 | 2026-03-18T12:08:12.166Z | [ host-image] Mar 18 12:08:10.549 INFO O| Mar 18 12:08:10.549 INFO O| Mediators to change: 1 |
| 4381 | 2026-03-18T12:08:12.166Z | [ host-image] Mar 18 12:08:10.549 INFO O| Mar 18 12:08:10.549 INFO O| Services to change: 1 |
| 4382 | 2026-03-18T12:08:12.178Z | [ host-image] Mar 18 12:08:10.564 INFO O| Mar 18 12:08:10.564 INFO O| Download: 0/1147 items 0.0/7.9MB 0% complete |
| 4383 | 2026-03-18T12:08:13.960Z | [ recovery-image] Mar 18 12:08:12.344 INFO O| Mar 18 12:08:12.344 INFO O| Actions: 15537/27327 actions (Installing new actions) |
| 4384 | 2026-03-18T12:08:17.194Z | [ host-image] Mar 18 12:08:15.575 INFO O| Mar 18 12:08:15.575 INFO O| Download: 1058/1147 items 3.5/7.9MB 44% complete (737k/s) |
| 4385 | 2026-03-18T12:08:17.550Z | [ recovery-image] Mar 18 12:08:15.931 INFO O| Mar 18 12:08:15.931 INFO O| Actions: Completed 27327 actions in 8.58 seconds. |
| 4386 | 2026-03-18T12:08:17.611Z | [ recovery-image] Mar 18 12:08:15.993 INFO O| Mar 18 12:08:15.993 INFO O| Finalize: Updating package state database ... Done |
| 4387 | 2026-03-18T12:08:17.615Z | [ recovery-image] Mar 18 12:08:15.993 INFO O| Mar 18 12:08:15.993 INFO O| Finalize: Updating package cache ... Done |
| 4388 | 2026-03-18T12:08:17.626Z | [ recovery-image] Mar 18 12:08:16.007 INFO O| Mar 18 12:08:16.007 INFO O| Finalize: Updating image state ... Done |
| 4389 | 2026-03-18T12:08:18.312Z | [ host-image] Mar 18 12:08:16.692 INFO O| Mar 18 12:08:16.692 INFO O| Download: Completed 7.94 MB in 6.13 seconds (1.3M/s) |
| 4390 | 2026-03-18T12:08:18.445Z | [ recovery-image] Mar 18 12:08:16.825 INFO O| Mar 18 12:08:16.825 INFO O| Finalize: Creating fast lookup database ... Done |
| 4391 | 2026-03-18T12:08:18.463Z | [ recovery-image] Mar 18 12:08:16.844 INFO O| Mar 18 12:08:16.844 INFO O| Finalize: Reading search index ... Done |
| 4392 | 2026-03-18T12:08:21.036Z | [ recovery-image] Mar 18 12:08:19.414 INFO O| Mar 18 12:08:19.414 INFO O| Finalize: Building new search index ... Done |
| 4393 | 2026-03-18T12:08:21.328Z | [ host-image] Mar 18 12:08:19.707 INFO O| Mar 18 12:08:19.706 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4394 | 2026-03-18T12:08:21.547Z | [ recovery-image] Mar 18 12:08:19.925 INFO O| Mar 18 12:08:19.925 INFO O| Finalize: Updating package cache ... Done |
| 4395 | 2026-03-18T12:08:21.657Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO STEP 11 (pkg_install) COMPLETE |
| 4396 | 2026-03-18T12:08:21.657Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4397 | 2026-03-18T12:08:21.660Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO skip step because feature "recovery" is enabled |
| 4398 | 2026-03-18T12:08:21.660Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4399 | 2026-03-18T12:08:21.660Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO skip step because feature "omicron1" is not enabled |
| 4400 | 2026-03-18T12:08:21.660Z | [ recovery-image] Mar 18 12:08:20.035 INFO O| Mar 18 12:08:20.035 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4401 | 2026-03-18T12:08:21.672Z | [ recovery-image] Mar 18 12:08:20.047 INFO O| Mar 18 12:08:20.047 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4402 | 2026-03-18T12:08:21.672Z | [ host-image] Mar 18 12:08:20.048 INFO O| Mar 18 12:08:20.047 INFO O| Actions: Completed 1366 actions in 0.34 seconds. |
| 4403 | 2026-03-18T12:08:21.676Z | [ host-image] Mar 18 12:08:20.054 INFO O| Mar 18 12:08:20.054 INFO O| Finalize: Updating package state database ... Done |
| 4404 | 2026-03-18T12:08:21.676Z | [ host-image] Mar 18 12:08:20.054 INFO O| Mar 18 12:08:20.054 INFO O| Finalize: Updating package cache ... Done |
| 4405 | 2026-03-18T12:08:21.688Z | [ host-image] Mar 18 12:08:20.066 INFO O| Mar 18 12:08:20.066 INFO O| Finalize: Updating image state ... Done |
| 4406 | 2026-03-18T12:08:22.434Z | [ recovery-image] Mar 18 12:08:20.812 INFO O| Mar 18 12:08:20.812 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4407 | 2026-03-18T12:08:22.496Z | [ recovery-image] Mar 18 12:08:20.874 INFO O| Mar 18 12:08:20.874 INFO O| Startup: Caching catalogs ... Done |
| 4408 | 2026-03-18T12:08:22.637Z | [ recovery-image] Mar 18 12:08:21.014 INFO O| Mar 18 12:08:21.014 INFO O| Planning: Solver setup ... Done |
| 4409 | 2026-03-18T12:08:22.644Z | [ recovery-image] Mar 18 12:08:21.022 INFO O| Mar 18 12:08:21.022 INFO O| Planning: Running solver ... Done |
| 4410 | 2026-03-18T12:08:22.648Z | [ recovery-image] Mar 18 12:08:21.025 INFO O| Mar 18 12:08:21.025 INFO O| Planning: Finding local manifests ... Done |
| 4411 | 2026-03-18T12:08:22.703Z | [ recovery-image] Mar 18 12:08:21.081 INFO O| Mar 18 12:08:21.081 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4412 | 2026-03-18T12:08:22.709Z | [ recovery-image] Mar 18 12:08:21.087 INFO O| Mar 18 12:08:21.087 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4413 | 2026-03-18T12:08:22.742Z | [ recovery-image] Mar 18 12:08:21.120 INFO O| Mar 18 12:08:21.120 INFO O| Planning: Package planning ... Done |
| 4414 | 2026-03-18T12:08:22.746Z | [ recovery-image] Mar 18 12:08:21.120 INFO O| Mar 18 12:08:21.120 INFO O| Planning: Merging actions ... Done |
| 4415 | 2026-03-18T12:08:22.799Z | [ recovery-image] Mar 18 12:08:21.177 INFO O| Mar 18 12:08:21.177 INFO O| Planning: Checking for conflicting actions ... Done |
| 4416 | 2026-03-18T12:08:22.803Z | [ recovery-image] Mar 18 12:08:21.177 INFO O| Mar 18 12:08:21.177 INFO O| Planning: Consolidating action changes ... Done |
| 4417 | 2026-03-18T12:08:22.947Z | [ recovery-image] Mar 18 12:08:21.325 INFO O| Mar 18 12:08:21.325 INFO O| Planning: Evaluating mediators ... Done |
| 4418 | 2026-03-18T12:08:22.951Z | [ recovery-image] Mar 18 12:08:21.325 INFO O| Mar 18 12:08:21.325 INFO O| Planning: Planning completed in 0.45 seconds |
| 4419 | 2026-03-18T12:08:22.951Z | [ recovery-image] Mar 18 12:08:21.326 INFO O| Mar 18 12:08:21.326 INFO O| Packages to install: 1 |
| 4420 | 2026-03-18T12:08:22.963Z | [ recovery-image] Mar 18 12:08:21.340 INFO O| Mar 18 12:08:21.340 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4421 | 2026-03-18T12:08:23.286Z | [ host-image] Mar 18 12:08:21.643 INFO O| Mar 18 12:08:21.643 INFO O| Finalize: Creating fast lookup database ... Done |
| 4422 | 2026-03-18T12:08:23.303Z | [ host-image] Mar 18 12:08:21.681 INFO O| Mar 18 12:08:21.681 INFO O| Finalize: Reading search index ... Done |
| 4423 | 2026-03-18T12:08:23.303Z | [ host-image] Mar 18 12:08:21.681 INFO O| Mar 18 12:08:21.681 INFO O| Finalize: Updating search index ... Done |
| 4424 | 2026-03-18T12:08:23.380Z | [ host-image] Mar 18 12:08:21.758 INFO O| Mar 18 12:08:21.757 INFO O| Finalize: Updating package cache ... Done |
| 4425 | 2026-03-18T12:08:23.590Z | [ host-image] Mar 18 12:08:21.965 INFO O| Mar 18 12:08:21.965 INFO STEP 13 (pkg_install) COMPLETE |
| 4426 | 2026-03-18T12:08:23.590Z | [ host-image] Mar 18 12:08:21.966 INFO O| Mar 18 12:08:21.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4427 | 2026-03-18T12:08:23.604Z | [ host-image] Mar 18 12:08:21.981 INFO O| Mar 18 12:08:21.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4428 | 2026-03-18T12:08:23.657Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4429 | 2026-03-18T12:08:23.814Z | [ recovery-image] Mar 18 12:08:22.191 INFO O| Mar 18 12:08:22.191 INFO O| Download: Completed 12.26 MB in 0.85 seconds (14.4M/s) |
| 4430 | 2026-03-18T12:08:23.962Z | [ recovery-image] Mar 18 12:08:22.339 INFO O| Mar 18 12:08:22.244 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4431 | 2026-03-18T12:08:24.252Z | [ recovery-image] Mar 18 12:08:22.628 INFO O| Mar 18 12:08:22.628 INFO O| Actions: Completed 22 actions in 0.38 seconds. |
| 4432 | 2026-03-18T12:08:24.282Z | [ recovery-image] Mar 18 12:08:22.633 INFO O| Mar 18 12:08:22.633 INFO O| Finalize: Updating package state database ... Done |
| 4433 | 2026-03-18T12:08:24.282Z | [ recovery-image] Mar 18 12:08:22.633 INFO O| Mar 18 12:08:22.633 INFO O| Finalize: Updating package cache ... Done |
| 4434 | 2026-03-18T12:08:24.282Z | [ recovery-image] Mar 18 12:08:22.645 INFO O| Mar 18 12:08:22.645 INFO O| Finalize: Updating image state ... Done |
| 4435 | 2026-03-18T12:08:24.510Z | [ host-image] Mar 18 12:08:22.886 INFO O| Mar 18 12:08:22.886 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4436 | 2026-03-18T12:08:24.581Z | [ host-image] Mar 18 12:08:22.957 INFO O| Mar 18 12:08:22.957 INFO O| Startup: Caching catalogs ... Done |
| 4437 | 2026-03-18T12:08:24.709Z | [ host-image] Mar 18 12:08:23.085 INFO O| Mar 18 12:08:23.085 INFO O| Planning: Solver setup ... Done |
| 4438 | 2026-03-18T12:08:24.716Z | [ host-image] Mar 18 12:08:23.092 INFO O| Mar 18 12:08:23.092 INFO O| Planning: Running solver ... Done |
| 4439 | 2026-03-18T12:08:24.719Z | [ host-image] Mar 18 12:08:23.095 INFO O| Mar 18 12:08:23.095 INFO O| Planning: Finding local manifests ... Done |
| 4440 | 2026-03-18T12:08:24.745Z | [ host-image] Mar 18 12:08:23.121 INFO O| Mar 18 12:08:23.121 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4441 | 2026-03-18T12:08:24.749Z | [ host-image] Mar 18 12:08:23.126 INFO O| Mar 18 12:08:23.126 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4442 | 2026-03-18T12:08:24.779Z | [ host-image] Mar 18 12:08:23.147 INFO O| Mar 18 12:08:23.147 INFO O| Planning: Package planning ... Done |
| 4443 | 2026-03-18T12:08:24.779Z | [ host-image] Mar 18 12:08:23.147 INFO O| Mar 18 12:08:23.147 INFO O| Planning: Merging actions ... Done |
| 4444 | 2026-03-18T12:08:24.998Z | [ host-image] Mar 18 12:08:23.374 INFO O| Mar 18 12:08:23.374 INFO O| Planning: Checking for conflicting actions ... Done |
| 4445 | 2026-03-18T12:08:25.001Z | [ host-image] Mar 18 12:08:23.374 INFO O| Mar 18 12:08:23.374 INFO O| Planning: Consolidating action changes ... Done |
| 4446 | 2026-03-18T12:08:25.121Z | [ recovery-image] Mar 18 12:08:23.497 INFO O| Mar 18 12:08:23.496 INFO O| Finalize: Creating fast lookup database ... Done |
| 4447 | 2026-03-18T12:08:25.138Z | [ recovery-image] Mar 18 12:08:23.514 INFO O| Mar 18 12:08:23.514 INFO O| Finalize: Reading search index ... Done |
| 4448 | 2026-03-18T12:08:25.138Z | [ recovery-image] Mar 18 12:08:23.515 INFO O| Mar 18 12:08:23.514 INFO O| Finalize: Updating search index ... Done |
| 4449 | 2026-03-18T12:08:25.153Z | [ recovery-image] Mar 18 12:08:23.529 INFO O| Mar 18 12:08:23.529 INFO O| Finalize: Updating package cache ... Done |
| 4450 | 2026-03-18T12:08:25.218Z | [ host-image] Mar 18 12:08:23.593 INFO O| Mar 18 12:08:23.593 INFO O| Planning: Evaluating mediators ... Done |
| 4451 | 2026-03-18T12:08:25.221Z | [ host-image] Mar 18 12:08:23.594 INFO O| Mar 18 12:08:23.594 INFO O| Planning: Planning completed in 0.63 seconds |
| 4452 | 2026-03-18T12:08:25.221Z | [ host-image] Mar 18 12:08:23.594 INFO O| Mar 18 12:08:23.594 INFO O| Packages to install: 1 |
| 4453 | 2026-03-18T12:08:25.233Z | [ host-image] Mar 18 12:08:23.608 INFO O| Mar 18 12:08:23.608 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4454 | 2026-03-18T12:08:25.272Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 14 (pkg_install) COMPLETE |
| 4455 | 2026-03-18T12:08:25.272Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4456 | 2026-03-18T12:08:25.272Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "mbist" is not enabled |
| 4457 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4458 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "mfg" is not enabled |
| 4459 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4460 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "compliance" is not enabled |
| 4461 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4462 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "stress" is not enabled |
| 4463 | 2026-03-18T12:08:25.275Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4464 | 2026-03-18T12:08:25.276Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "compliance" is not enabled |
| 4465 | 2026-03-18T12:08:25.276Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4466 | 2026-03-18T12:08:25.276Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO skip step because feature "nfs" is not enabled |
| 4467 | 2026-03-18T12:08:25.276Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4468 | 2026-03-18T12:08:25.276Z | [ recovery-image] Mar 18 12:08:23.648 INFO O| Mar 18 12:08:23.648 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4469 | 2026-03-18T12:08:25.514Z | [ recovery-image] Mar 18 12:08:23.889 INFO O| Mar 18 12:08:23.889 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4470 | 2026-03-18T12:08:25.612Z | [ host-image] Mar 18 12:08:23.987 INFO O| Mar 18 12:08:23.987 INFO O| Download: Completed 12.26 MB in 0.38 seconds (32.3M/s) |
| 4471 | 2026-03-18T12:08:25.725Z | [ recovery-image] Mar 18 12:08:24.100 INFO O| Mar 18 12:08:24.100 INFO completed processing sled/ramdisk-01-os |
| 4472 | 2026-03-18T12:08:25.728Z | [ recovery-image] Mar 18 12:08:24.104 INFO image builder template: ramdisk-02-trim... |
| 4473 | 2026-03-18T12:08:25.728Z | [ recovery-image] Mar 18 12:08:24.104 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/.tmpxXjdn4/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-02-trim"], pwd: None |
| 4474 | 2026-03-18T12:08:25.757Z | [ recovery-image] Mar 18 12:08:24.132 INFO O| Mar 18 12:08:24.132 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4475 | 2026-03-18T12:08:25.760Z | [ host-image] Mar 18 12:08:24.133 INFO O| Mar 18 12:08:24.133 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4476 | 2026-03-18T12:08:25.763Z | [ recovery-image] Mar 18 12:08:24.138 INFO O| Mar 18 12:08:24.138 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4477 | 2026-03-18T12:08:25.955Z | [ recovery-image] Mar 18 12:08:24.330 INFO O| Mar 18 12:08:24.330 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4478 | 2026-03-18T12:08:26.050Z | [ host-image] Mar 18 12:08:24.426 INFO O| Mar 18 12:08:24.426 INFO O| Actions: Completed 22 actions in 0.32 seconds. |
| 4479 | 2026-03-18T12:08:26.063Z | [ host-image] Mar 18 12:08:24.430 INFO O| Mar 18 12:08:24.430 INFO O| Finalize: Updating package state database ... Done |
| 4480 | 2026-03-18T12:08:26.063Z | [ host-image] Mar 18 12:08:24.430 INFO O| Mar 18 12:08:24.430 INFO O| Finalize: Updating package cache ... Done |
| 4481 | 2026-03-18T12:08:26.066Z | [ host-image] Mar 18 12:08:24.442 INFO O| Mar 18 12:08:24.442 INFO O| Finalize: Updating image state ... Done |
| 4482 | 2026-03-18T12:08:26.071Z | [ recovery-image] Mar 18 12:08:24.447 INFO O| Mar 18 12:08:24.447 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4483 | 2026-03-18T12:08:26.071Z | [ recovery-image] Mar 18 12:08:24.447 INFO O| Mar 18 12:08:24.447 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4484 | 2026-03-18T12:08:26.078Z | [ recovery-image] Mar 18 12:08:24.453 INFO O| Mar 18 12:08:24.453 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4485 | 2026-03-18T12:08:26.083Z | [ recovery-image] Mar 18 12:08:24.458 INFO O| Mar 18 12:08:24.458 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4486 | 2026-03-18T12:08:26.089Z | [ recovery-image] Mar 18 12:08:24.464 INFO O| Mar 18 12:08:24.464 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4487 | 2026-03-18T12:08:26.579Z | [ recovery-image] Mar 18 12:08:24.954 INFO O| Mar 18 12:08:24.954 INFO rolled back to input snapshot; work may begin |
| 4488 | 2026-03-18T12:08:26.579Z | [ recovery-image] Mar 18 12:08:24.954 INFO O| Mar 18 12:08:24.954 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4489 | 2026-03-18T12:08:26.585Z | [ recovery-image] Mar 18 12:08:24.960 INFO O| Mar 18 12:08:24.960 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4490 | 2026-03-18T12:08:26.599Z | [ recovery-image] Mar 18 12:08:24.974 INFO O| Mar 18 12:08:24.974 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4491 | 2026-03-18T12:08:26.644Z | [ recovery-image] Mar 18 12:08:25.019 INFO O| Mar 18 12:08:25.019 INFO STEP 0 (remove_files) COMPLETE |
| 4492 | 2026-03-18T12:08:26.644Z | [ recovery-image] Mar 18 12:08:25.019 INFO O| Mar 18 12:08:25.019 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4493 | 2026-03-18T12:08:26.659Z | [ recovery-image] Mar 18 12:08:25.034 INFO O| Mar 18 12:08:25.034 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4494 | 2026-03-18T12:08:26.663Z | [ recovery-image] Mar 18 12:08:25.036 INFO O| Mar 18 12:08:25.036 INFO STEP 1 (remove_files) COMPLETE |
| 4495 | 2026-03-18T12:08:26.663Z | [ recovery-image] Mar 18 12:08:25.036 INFO O| Mar 18 12:08:25.036 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4496 | 2026-03-18T12:08:26.676Z | [ recovery-image] Mar 18 12:08:25.051 INFO O| Mar 18 12:08:25.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4497 | 2026-03-18T12:08:26.694Z | [ recovery-image] Mar 18 12:08:25.069 INFO O| Mar 18 12:08:25.069 INFO STEP 2 (remove_files) COMPLETE |
| 4498 | 2026-03-18T12:08:26.694Z | [ recovery-image] Mar 18 12:08:25.069 INFO O| Mar 18 12:08:25.069 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4499 | 2026-03-18T12:08:26.715Z | [ recovery-image] Mar 18 12:08:25.090 INFO O| Mar 18 12:08:25.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4500 | 2026-03-18T12:08:26.718Z | [ recovery-image] Mar 18 12:08:25.092 INFO O| Mar 18 12:08:25.092 INFO STEP 3 (remove_files) COMPLETE |
| 4501 | 2026-03-18T12:08:26.718Z | [ recovery-image] Mar 18 12:08:25.092 INFO O| Mar 18 12:08:25.092 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4502 | 2026-03-18T12:08:26.731Z | [ recovery-image] Mar 18 12:08:25.106 INFO O| Mar 18 12:08:25.106 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4503 | 2026-03-18T12:08:26.736Z | [ recovery-image] Mar 18 12:08:25.111 INFO O| Mar 18 12:08:25.111 INFO STEP 4 (remove_files) COMPLETE |
| 4504 | 2026-03-18T12:08:26.736Z | [ recovery-image] Mar 18 12:08:25.111 INFO O| Mar 18 12:08:25.111 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4505 | 2026-03-18T12:08:26.750Z | [ recovery-image] Mar 18 12:08:25.125 INFO O| Mar 18 12:08:25.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4506 | 2026-03-18T12:08:26.753Z | [ recovery-image] Mar 18 12:08:25.125 INFO O| Mar 18 12:08:25.125 INFO STEP 5 (remove_files) COMPLETE |
| 4507 | 2026-03-18T12:08:26.753Z | [ recovery-image] Mar 18 12:08:25.125 INFO O| Mar 18 12:08:25.125 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4508 | 2026-03-18T12:08:26.764Z | [ recovery-image] Mar 18 12:08:25.139 INFO O| Mar 18 12:08:25.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4509 | 2026-03-18T12:08:26.780Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO STEP 6 (remove_files) COMPLETE |
| 4510 | 2026-03-18T12:08:26.780Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4511 | 2026-03-18T12:08:26.780Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO skip step because feature "recovery" is enabled |
| 4512 | 2026-03-18T12:08:26.783Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4513 | 2026-03-18T12:08:26.783Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO skip step because feature "recovery" is enabled |
| 4514 | 2026-03-18T12:08:26.783Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4515 | 2026-03-18T12:08:26.783Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO skip step because feature "recovery" is enabled |
| 4516 | 2026-03-18T12:08:26.783Z | [ recovery-image] Mar 18 12:08:25.155 INFO O| Mar 18 12:08:25.155 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4517 | 2026-03-18T12:08:26.793Z | [ recovery-image] Mar 18 12:08:25.168 INFO O| Mar 18 12:08:25.167 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4518 | 2026-03-18T12:08:26.796Z | [ recovery-image] Mar 18 12:08:25.171 INFO O| Mar 18 12:08:25.171 INFO STEP 10 (remove_files) COMPLETE |
| 4519 | 2026-03-18T12:08:26.796Z | [ recovery-image] Mar 18 12:08:25.171 INFO O| Mar 18 12:08:25.171 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4520 | 2026-03-18T12:08:26.808Z | [ recovery-image] Mar 18 12:08:25.183 INFO O| Mar 18 12:08:25.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4521 | 2026-03-18T12:08:26.811Z | [ recovery-image] Mar 18 12:08:25.184 INFO O| Mar 18 12:08:25.184 INFO STEP 11 (remove_files) COMPLETE |
| 4522 | 2026-03-18T12:08:26.811Z | [ recovery-image] Mar 18 12:08:25.184 INFO O| Mar 18 12:08:25.184 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4523 | 2026-03-18T12:08:26.819Z | [ recovery-image] Mar 18 12:08:25.194 INFO O| Mar 18 12:08:25.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4524 | 2026-03-18T12:08:26.823Z | [ recovery-image] Mar 18 12:08:25.196 INFO O| Mar 18 12:08:25.196 INFO STEP 12 (remove_files) COMPLETE |
| 4525 | 2026-03-18T12:08:26.823Z | [ recovery-image] Mar 18 12:08:25.196 INFO O| Mar 18 12:08:25.196 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4526 | 2026-03-18T12:08:26.958Z | [ recovery-image] Mar 18 12:08:25.332 INFO O| Mar 18 12:08:25.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4527 | 2026-03-18T12:08:26.973Z | [ recovery-image] Mar 18 12:08:25.348 INFO O| Mar 18 12:08:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4528 | 2026-03-18T12:08:27.049Z | [ recovery-image] Mar 18 12:08:25.424 INFO O| Mar 18 12:08:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 4529 | 2026-03-18T12:08:27.049Z | [ recovery-image] Mar 18 12:08:25.424 INFO O| Mar 18 12:08:25.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 4530 | 2026-03-18T12:08:27.054Z | [ recovery-image] Mar 18 12:08:25.429 INFO O| Mar 18 12:08:25.429 INFO STEP 13 (remove_files) COMPLETE |
| 4531 | 2026-03-18T12:08:27.054Z | [ recovery-image] Mar 18 12:08:25.429 INFO O| Mar 18 12:08:25.429 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4532 | 2026-03-18T12:08:27.069Z | [ recovery-image] Mar 18 12:08:25.444 INFO O| Mar 18 12:08:25.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4533 | 2026-03-18T12:08:27.072Z | [ recovery-image] Mar 18 12:08:25.445 INFO O| Mar 18 12:08:25.445 INFO STEP 14 (remove_files) COMPLETE |
| 4534 | 2026-03-18T12:08:27.072Z | [ recovery-image] Mar 18 12:08:25.445 INFO O| Mar 18 12:08:25.445 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4535 | 2026-03-18T12:08:27.084Z | [ recovery-image] Mar 18 12:08:25.459 INFO O| Mar 18 12:08:25.459 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4536 | 2026-03-18T12:08:27.092Z | [ recovery-image] Mar 18 12:08:25.467 INFO O| Mar 18 12:08:25.467 INFO STEP 15 (remove_files) COMPLETE |
| 4537 | 2026-03-18T12:08:27.092Z | [ recovery-image] Mar 18 12:08:25.467 INFO O| Mar 18 12:08:25.467 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4538 | 2026-03-18T12:08:27.106Z | [ recovery-image] Mar 18 12:08:25.481 INFO O| Mar 18 12:08:25.481 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4539 | 2026-03-18T12:08:27.110Z | [ recovery-image] Mar 18 12:08:25.482 INFO O| Mar 18 12:08:25.482 INFO STEP 16 (remove_files) COMPLETE |
| 4540 | 2026-03-18T12:08:27.110Z | [ recovery-image] Mar 18 12:08:25.482 INFO O| Mar 18 12:08:25.482 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4541 | 2026-03-18T12:08:27.139Z | [ recovery-image] Mar 18 12:08:25.513 INFO O| Mar 18 12:08:25.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4542 | 2026-03-18T12:08:27.142Z | [ recovery-image] Mar 18 12:08:25.515 INFO O| Mar 18 12:08:25.515 INFO STEP 17 (remove_files) COMPLETE |
| 4543 | 2026-03-18T12:08:27.142Z | [ recovery-image] Mar 18 12:08:25.515 INFO O| Mar 18 12:08:25.515 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4544 | 2026-03-18T12:08:27.154Z | [ recovery-image] Mar 18 12:08:25.528 INFO O| Mar 18 12:08:25.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4545 | 2026-03-18T12:08:27.154Z | [ recovery-image] Mar 18 12:08:25.529 INFO O| Mar 18 12:08:25.529 INFO STEP 18 (remove_files) COMPLETE |
| 4546 | 2026-03-18T12:08:27.154Z | [ recovery-image] Mar 18 12:08:25.529 INFO O| Mar 18 12:08:25.529 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4547 | 2026-03-18T12:08:27.167Z | [ recovery-image] Mar 18 12:08:25.541 INFO O| Mar 18 12:08:25.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4548 | 2026-03-18T12:08:27.167Z | [ recovery-image] Mar 18 12:08:25.541 INFO O| Mar 18 12:08:25.541 INFO STEP 19 (remove_files) COMPLETE |
| 4549 | 2026-03-18T12:08:27.170Z | [ recovery-image] Mar 18 12:08:25.541 INFO O| Mar 18 12:08:25.541 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4550 | 2026-03-18T12:08:27.179Z | [ recovery-image] Mar 18 12:08:25.554 INFO O| Mar 18 12:08:25.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4551 | 2026-03-18T12:08:27.179Z | [ recovery-image] Mar 18 12:08:25.554 INFO O| Mar 18 12:08:25.554 INFO STEP 20 (remove_files) COMPLETE |
| 4552 | 2026-03-18T12:08:27.183Z | [ recovery-image] Mar 18 12:08:25.554 INFO O| Mar 18 12:08:25.554 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4553 | 2026-03-18T12:08:27.192Z | [ recovery-image] Mar 18 12:08:25.566 INFO O| Mar 18 12:08:25.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4554 | 2026-03-18T12:08:27.192Z | [ recovery-image] Mar 18 12:08:25.566 INFO O| Mar 18 12:08:25.566 INFO STEP 21 (remove_files) COMPLETE |
| 4555 | 2026-03-18T12:08:27.195Z | [ recovery-image] Mar 18 12:08:25.566 INFO O| Mar 18 12:08:25.566 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4556 | 2026-03-18T12:08:27.205Z | [ recovery-image] Mar 18 12:08:25.579 INFO O| Mar 18 12:08:25.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4557 | 2026-03-18T12:08:27.205Z | [ recovery-image] Mar 18 12:08:25.579 INFO O| Mar 18 12:08:25.579 INFO STEP 22 (remove_files) COMPLETE |
| 4558 | 2026-03-18T12:08:27.205Z | [ recovery-image] Mar 18 12:08:25.579 INFO O| Mar 18 12:08:25.579 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4559 | 2026-03-18T12:08:27.218Z | [ recovery-image] Mar 18 12:08:25.592 INFO O| Mar 18 12:08:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4560 | 2026-03-18T12:08:27.218Z | [ recovery-image] Mar 18 12:08:25.593 INFO O| Mar 18 12:08:25.592 INFO STEP 23 (remove_files) COMPLETE |
| 4561 | 2026-03-18T12:08:27.218Z | [ recovery-image] Mar 18 12:08:25.593 INFO O| Mar 18 12:08:25.593 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4562 | 2026-03-18T12:08:27.231Z | [ recovery-image] Mar 18 12:08:25.605 INFO O| Mar 18 12:08:25.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4563 | 2026-03-18T12:08:27.231Z | [ recovery-image] Mar 18 12:08:25.606 INFO O| Mar 18 12:08:25.605 INFO STEP 24 (remove_files) COMPLETE |
| 4564 | 2026-03-18T12:08:27.231Z | [ recovery-image] Mar 18 12:08:25.606 INFO O| Mar 18 12:08:25.605 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4565 | 2026-03-18T12:08:27.244Z | [ recovery-image] Mar 18 12:08:25.619 INFO O| Mar 18 12:08:25.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4566 | 2026-03-18T12:08:27.244Z | [ recovery-image] Mar 18 12:08:25.619 INFO O| Mar 18 12:08:25.619 INFO STEP 25 (remove_files) COMPLETE |
| 4567 | 2026-03-18T12:08:27.247Z | [ recovery-image] Mar 18 12:08:25.619 INFO O| Mar 18 12:08:25.619 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4568 | 2026-03-18T12:08:27.257Z | [ recovery-image] Mar 18 12:08:25.632 INFO O| Mar 18 12:08:25.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4569 | 2026-03-18T12:08:27.257Z | [ recovery-image] Mar 18 12:08:25.632 INFO O| Mar 18 12:08:25.632 INFO STEP 26 (remove_files) COMPLETE |
| 4570 | 2026-03-18T12:08:27.257Z | [ recovery-image] Mar 18 12:08:25.632 INFO O| Mar 18 12:08:25.632 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4571 | 2026-03-18T12:08:27.280Z | [ recovery-image] Mar 18 12:08:25.654 INFO O| Mar 18 12:08:25.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4572 | 2026-03-18T12:08:27.280Z | [ recovery-image] Mar 18 12:08:25.654 INFO O| Mar 18 12:08:25.654 INFO STEP 27 (remove_files) COMPLETE |
| 4573 | 2026-03-18T12:08:27.283Z | [ recovery-image] Mar 18 12:08:25.654 INFO O| Mar 18 12:08:25.654 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4574 | 2026-03-18T12:08:27.324Z | [ recovery-image] Mar 18 12:08:25.698 INFO O| Mar 18 12:08:25.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4575 | 2026-03-18T12:08:27.324Z | [ recovery-image] Mar 18 12:08:25.698 INFO O| Mar 18 12:08:25.698 INFO STEP 28 (remove_files) COMPLETE |
| 4576 | 2026-03-18T12:08:27.324Z | [ recovery-image] Mar 18 12:08:25.698 INFO O| Mar 18 12:08:25.698 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4577 | 2026-03-18T12:08:27.335Z | [ recovery-image] Mar 18 12:08:25.710 INFO O| Mar 18 12:08:25.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4578 | 2026-03-18T12:08:27.335Z | [ recovery-image] Mar 18 12:08:25.710 INFO O| Mar 18 12:08:25.710 INFO STEP 29 (remove_files) COMPLETE |
| 4579 | 2026-03-18T12:08:27.335Z | [ recovery-image] Mar 18 12:08:25.710 INFO O| Mar 18 12:08:25.710 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4580 | 2026-03-18T12:08:27.347Z | [ recovery-image] Mar 18 12:08:25.722 INFO O| Mar 18 12:08:25.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4581 | 2026-03-18T12:08:27.347Z | [ recovery-image] Mar 18 12:08:25.722 INFO O| Mar 18 12:08:25.722 INFO STEP 30 (remove_files) COMPLETE |
| 4582 | 2026-03-18T12:08:27.348Z | [ recovery-image] Mar 18 12:08:25.722 INFO O| Mar 18 12:08:25.722 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4583 | 2026-03-18T12:08:27.360Z | [ recovery-image] Mar 18 12:08:25.734 INFO O| Mar 18 12:08:25.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4584 | 2026-03-18T12:08:27.360Z | [ recovery-image] Mar 18 12:08:25.734 INFO O| Mar 18 12:08:25.734 INFO STEP 31 (remove_files) COMPLETE |
| 4585 | 2026-03-18T12:08:27.360Z | [ recovery-image] Mar 18 12:08:25.734 INFO O| Mar 18 12:08:25.734 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4586 | 2026-03-18T12:08:27.373Z | [ recovery-image] Mar 18 12:08:25.747 INFO O| Mar 18 12:08:25.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4587 | 2026-03-18T12:08:27.373Z | [ recovery-image] Mar 18 12:08:25.747 INFO O| Mar 18 12:08:25.747 INFO STEP 32 (remove_files) COMPLETE |
| 4588 | 2026-03-18T12:08:27.373Z | [ recovery-image] Mar 18 12:08:25.747 INFO O| Mar 18 12:08:25.747 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4589 | 2026-03-18T12:08:27.386Z | [ recovery-image] Mar 18 12:08:25.761 INFO O| Mar 18 12:08:25.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4590 | 2026-03-18T12:08:27.386Z | [ recovery-image] Mar 18 12:08:25.761 INFO O| Mar 18 12:08:25.761 INFO STEP 33 (remove_files) COMPLETE |
| 4591 | 2026-03-18T12:08:27.386Z | [ recovery-image] Mar 18 12:08:25.761 INFO O| Mar 18 12:08:25.761 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4592 | 2026-03-18T12:08:27.399Z | [ recovery-image] Mar 18 12:08:25.774 INFO O| Mar 18 12:08:25.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4593 | 2026-03-18T12:08:27.399Z | [ recovery-image] Mar 18 12:08:25.774 INFO O| Mar 18 12:08:25.774 INFO STEP 34 (remove_files) COMPLETE |
| 4594 | 2026-03-18T12:08:27.400Z | [ recovery-image] Mar 18 12:08:25.774 INFO O| Mar 18 12:08:25.774 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4595 | 2026-03-18T12:08:27.412Z | [ recovery-image] Mar 18 12:08:25.787 INFO O| Mar 18 12:08:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4596 | 2026-03-18T12:08:27.412Z | [ recovery-image] Mar 18 12:08:25.787 INFO O| Mar 18 12:08:25.787 INFO STEP 35 (remove_files) COMPLETE |
| 4597 | 2026-03-18T12:08:27.412Z | [ recovery-image] Mar 18 12:08:25.787 INFO O| Mar 18 12:08:25.787 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4598 | 2026-03-18T12:08:27.425Z | [ recovery-image] Mar 18 12:08:25.800 INFO O| Mar 18 12:08:25.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4599 | 2026-03-18T12:08:27.425Z | [ recovery-image] Mar 18 12:08:25.800 INFO O| Mar 18 12:08:25.800 INFO STEP 36 (remove_files) COMPLETE |
| 4600 | 2026-03-18T12:08:27.425Z | [ recovery-image] Mar 18 12:08:25.800 INFO O| Mar 18 12:08:25.800 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4601 | 2026-03-18T12:08:27.438Z | [ recovery-image] Mar 18 12:08:25.813 INFO O| Mar 18 12:08:25.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4602 | 2026-03-18T12:08:27.438Z | [ recovery-image] Mar 18 12:08:25.813 INFO O| Mar 18 12:08:25.813 INFO STEP 37 (remove_files) COMPLETE |
| 4603 | 2026-03-18T12:08:27.438Z | [ recovery-image] Mar 18 12:08:25.813 INFO O| Mar 18 12:08:25.813 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4604 | 2026-03-18T12:08:27.451Z | [ recovery-image] Mar 18 12:08:25.826 INFO O| Mar 18 12:08:25.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4605 | 2026-03-18T12:08:27.451Z | [ recovery-image] Mar 18 12:08:25.826 INFO O| Mar 18 12:08:25.826 INFO STEP 38 (remove_files) COMPLETE |
| 4606 | 2026-03-18T12:08:27.451Z | [ recovery-image] Mar 18 12:08:25.826 INFO O| Mar 18 12:08:25.826 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4607 | 2026-03-18T12:08:27.465Z | [ recovery-image] Mar 18 12:08:25.839 INFO O| Mar 18 12:08:25.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4608 | 2026-03-18T12:08:27.465Z | [ recovery-image] Mar 18 12:08:25.839 INFO O| Mar 18 12:08:25.839 INFO STEP 39 (remove_files) COMPLETE |
| 4609 | 2026-03-18T12:08:27.465Z | [ recovery-image] Mar 18 12:08:25.839 INFO O| Mar 18 12:08:25.839 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4610 | 2026-03-18T12:08:27.478Z | [ recovery-image] Mar 18 12:08:25.852 INFO O| Mar 18 12:08:25.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4611 | 2026-03-18T12:08:27.478Z | [ recovery-image] Mar 18 12:08:25.852 INFO O| Mar 18 12:08:25.852 INFO STEP 40 (remove_files) COMPLETE |
| 4612 | 2026-03-18T12:08:27.478Z | [ recovery-image] Mar 18 12:08:25.852 INFO O| Mar 18 12:08:25.852 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4613 | 2026-03-18T12:08:27.488Z | [ host-image] Mar 18 12:08:25.862 INFO O| Mar 18 12:08:25.862 INFO O| Finalize: Creating fast lookup database ... Done |
| 4614 | 2026-03-18T12:08:27.491Z | [ recovery-image] Mar 18 12:08:25.866 INFO O| Mar 18 12:08:25.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4615 | 2026-03-18T12:08:27.491Z | [ recovery-image] Mar 18 12:08:25.866 INFO O| Mar 18 12:08:25.866 INFO STEP 41 (remove_files) COMPLETE |
| 4616 | 2026-03-18T12:08:27.491Z | [ recovery-image] Mar 18 12:08:25.866 INFO O| Mar 18 12:08:25.866 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4617 | 2026-03-18T12:08:27.505Z | [ recovery-image] Mar 18 12:08:25.879 INFO O| Mar 18 12:08:25.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4618 | 2026-03-18T12:08:27.505Z | [ recovery-image] Mar 18 12:08:25.880 INFO O| Mar 18 12:08:25.879 INFO STEP 42 (remove_files) COMPLETE |
| 4619 | 2026-03-18T12:08:27.505Z | [ recovery-image] Mar 18 12:08:25.880 INFO O| Mar 18 12:08:25.879 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4620 | 2026-03-18T12:08:27.518Z | [ recovery-image] Mar 18 12:08:25.893 INFO O| Mar 18 12:08:25.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4621 | 2026-03-18T12:08:27.518Z | [ recovery-image] Mar 18 12:08:25.893 INFO O| Mar 18 12:08:25.893 INFO STEP 43 (remove_files) COMPLETE |
| 4622 | 2026-03-18T12:08:27.522Z | [ recovery-image] Mar 18 12:08:25.893 INFO O| Mar 18 12:08:25.893 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4623 | 2026-03-18T12:08:27.525Z | [ host-image] Mar 18 12:08:25.896 INFO O| Mar 18 12:08:25.896 INFO O| Finalize: Reading search index ... Done |
| 4624 | 2026-03-18T12:08:27.525Z | [ host-image] Mar 18 12:08:25.897 INFO O| Mar 18 12:08:25.896 INFO O| Finalize: Updating search index ... Done |
| 4625 | 2026-03-18T12:08:27.531Z | [ recovery-image] Mar 18 12:08:25.905 INFO O| Mar 18 12:08:25.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4626 | 2026-03-18T12:08:27.531Z | [ recovery-image] Mar 18 12:08:25.905 INFO O| Mar 18 12:08:25.905 INFO STEP 44 (remove_files) COMPLETE |
| 4627 | 2026-03-18T12:08:27.534Z | [ recovery-image] Mar 18 12:08:25.905 INFO O| Mar 18 12:08:25.905 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4628 | 2026-03-18T12:08:27.537Z | [ host-image] Mar 18 12:08:25.911 INFO O| Mar 18 12:08:25.911 INFO O| Finalize: Updating package cache ... Done |
| 4629 | 2026-03-18T12:08:27.544Z | [ recovery-image] Mar 18 12:08:25.918 INFO O| Mar 18 12:08:25.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4630 | 2026-03-18T12:08:27.544Z | [ recovery-image] Mar 18 12:08:25.918 INFO O| Mar 18 12:08:25.918 INFO STEP 45 (remove_files) COMPLETE |
| 4631 | 2026-03-18T12:08:27.544Z | [ recovery-image] Mar 18 12:08:25.918 INFO O| Mar 18 12:08:25.918 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4632 | 2026-03-18T12:08:27.558Z | [ recovery-image] Mar 18 12:08:25.932 INFO O| Mar 18 12:08:25.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4633 | 2026-03-18T12:08:27.558Z | [ recovery-image] Mar 18 12:08:25.932 INFO O| Mar 18 12:08:25.932 INFO STEP 46 (remove_files) COMPLETE |
| 4634 | 2026-03-18T12:08:27.558Z | [ recovery-image] Mar 18 12:08:25.932 INFO O| Mar 18 12:08:25.932 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4635 | 2026-03-18T12:08:27.572Z | [ recovery-image] Mar 18 12:08:25.946 INFO O| Mar 18 12:08:25.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4636 | 2026-03-18T12:08:27.572Z | [ recovery-image] Mar 18 12:08:25.946 INFO O| Mar 18 12:08:25.946 INFO STEP 47 (remove_files) COMPLETE |
| 4637 | 2026-03-18T12:08:27.572Z | [ recovery-image] Mar 18 12:08:25.946 INFO O| Mar 18 12:08:25.946 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4638 | 2026-03-18T12:08:27.586Z | [ recovery-image] Mar 18 12:08:25.960 INFO O| Mar 18 12:08:25.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4639 | 2026-03-18T12:08:27.586Z | [ recovery-image] Mar 18 12:08:25.960 INFO O| Mar 18 12:08:25.960 INFO STEP 48 (remove_files) COMPLETE |
| 4640 | 2026-03-18T12:08:27.586Z | [ recovery-image] Mar 18 12:08:25.960 INFO O| Mar 18 12:08:25.960 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4641 | 2026-03-18T12:08:27.600Z | [ recovery-image] Mar 18 12:08:25.974 INFO O| Mar 18 12:08:25.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4642 | 2026-03-18T12:08:27.600Z | [ recovery-image] Mar 18 12:08:25.974 INFO O| Mar 18 12:08:25.974 INFO STEP 49 (remove_files) COMPLETE |
| 4643 | 2026-03-18T12:08:27.603Z | [ recovery-image] Mar 18 12:08:25.974 INFO O| Mar 18 12:08:25.974 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2026-03-18T12:08:27.631Z | [ recovery-image] Mar 18 12:08:25.999 INFO O| Mar 18 12:08:25.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4645 | 2026-03-18T12:08:27.631Z | [ recovery-image] Mar 18 12:08:25.999 INFO O| Mar 18 12:08:25.999 INFO STEP 50 (remove_files) COMPLETE |
| 4646 | 2026-03-18T12:08:27.631Z | [ recovery-image] Mar 18 12:08:25.999 INFO O| Mar 18 12:08:25.999 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4647 | 2026-03-18T12:08:27.637Z | [ recovery-image] Mar 18 12:08:26.011 INFO O| Mar 18 12:08:26.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4648 | 2026-03-18T12:08:27.637Z | [ recovery-image] Mar 18 12:08:26.011 INFO O| Mar 18 12:08:26.011 INFO STEP 51 (remove_files) COMPLETE |
| 4649 | 2026-03-18T12:08:27.640Z | [ recovery-image] Mar 18 12:08:26.011 INFO O| Mar 18 12:08:26.011 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4650 | 2026-03-18T12:08:27.654Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 14 (pkg_install) COMPLETE |
| 4651 | 2026-03-18T12:08:27.654Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4652 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "mbist" is not enabled |
| 4653 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4654 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "mfg" is not enabled |
| 4655 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4656 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "compliance" is not enabled |
| 4657 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4658 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "stress" is not enabled |
| 4659 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4660 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "compliance" is not enabled |
| 4661 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4662 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO skip step because feature "nfs" is not enabled |
| 4663 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4664 | 2026-03-18T12:08:27.658Z | [ host-image] Mar 18 12:08:26.028 INFO O| Mar 18 12:08:26.028 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4665 | 2026-03-18T12:08:27.679Z | [ recovery-image] Mar 18 12:08:26.054 INFO O| Mar 18 12:08:26.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4666 | 2026-03-18T12:08:27.679Z | [ recovery-image] Mar 18 12:08:26.054 INFO O| Mar 18 12:08:26.054 INFO STEP 52 (remove_files) COMPLETE |
| 4667 | 2026-03-18T12:08:27.679Z | [ recovery-image] Mar 18 12:08:26.054 INFO O| Mar 18 12:08:26.054 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2026-03-18T12:08:27.694Z | [ recovery-image] Mar 18 12:08:26.069 INFO O| Mar 18 12:08:26.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4669 | 2026-03-18T12:08:27.694Z | [ recovery-image] Mar 18 12:08:26.069 INFO O| Mar 18 12:08:26.069 INFO STEP 53 (remove_files) COMPLETE |
| 4670 | 2026-03-18T12:08:27.694Z | [ recovery-image] Mar 18 12:08:26.069 INFO O| Mar 18 12:08:26.069 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2026-03-18T12:08:27.710Z | [ recovery-image] Mar 18 12:08:26.084 INFO O| Mar 18 12:08:26.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4672 | 2026-03-18T12:08:27.710Z | [ recovery-image] Mar 18 12:08:26.084 INFO O| Mar 18 12:08:26.084 INFO STEP 54 (remove_files) COMPLETE |
| 4673 | 2026-03-18T12:08:27.710Z | [ recovery-image] Mar 18 12:08:26.084 INFO O| Mar 18 12:08:26.084 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2026-03-18T12:08:27.722Z | [ recovery-image] Mar 18 12:08:26.096 INFO O| Mar 18 12:08:26.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4675 | 2026-03-18T12:08:27.722Z | [ recovery-image] Mar 18 12:08:26.096 INFO O| Mar 18 12:08:26.096 INFO STEP 55 (remove_files) COMPLETE |
| 4676 | 2026-03-18T12:08:27.722Z | [ recovery-image] Mar 18 12:08:26.096 INFO O| Mar 18 12:08:26.096 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2026-03-18T12:08:27.734Z | [ recovery-image] Mar 18 12:08:26.108 INFO O| Mar 18 12:08:26.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4678 | 2026-03-18T12:08:27.734Z | [ recovery-image] Mar 18 12:08:26.108 INFO O| Mar 18 12:08:26.108 INFO STEP 56 (remove_files) COMPLETE |
| 4679 | 2026-03-18T12:08:27.734Z | [ recovery-image] Mar 18 12:08:26.108 INFO O| Mar 18 12:08:26.108 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2026-03-18T12:08:27.748Z | [ recovery-image] Mar 18 12:08:26.122 INFO O| Mar 18 12:08:26.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4681 | 2026-03-18T12:08:27.748Z | [ recovery-image] Mar 18 12:08:26.122 INFO O| Mar 18 12:08:26.122 INFO STEP 57 (remove_files) COMPLETE |
| 4682 | 2026-03-18T12:08:27.748Z | [ recovery-image] Mar 18 12:08:26.122 INFO O| Mar 18 12:08:26.122 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2026-03-18T12:08:27.751Z | [ host-image] Mar 18 12:08:26.124 INFO O| Mar 18 12:08:26.124 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4684 | 2026-03-18T12:08:27.761Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.135 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4685 | 2026-03-18T12:08:27.762Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4686 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4687 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4688 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4689 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4690 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO ok! |
| 4691 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO STEP 58 (ensure_file) COMPLETE |
| 4692 | 2026-03-18T12:08:27.765Z | [ recovery-image] Mar 18 12:08:26.136 INFO O| Mar 18 12:08:26.136 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4693 | 2026-03-18T12:08:27.776Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4694 | 2026-03-18T12:08:27.776Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4695 | 2026-03-18T12:08:27.776Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4696 | 2026-03-18T12:08:27.779Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4697 | 2026-03-18T12:08:27.779Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4698 | 2026-03-18T12:08:27.779Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4699 | 2026-03-18T12:08:27.779Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO ok! |
| 4700 | 2026-03-18T12:08:27.779Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO STEP 59 (ensure_file) COMPLETE |
| 4701 | 2026-03-18T12:08:27.780Z | [ recovery-image] Mar 18 12:08:26.150 INFO O| Mar 18 12:08:26.150 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4702 | 2026-03-18T12:08:27.791Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4703 | 2026-03-18T12:08:27.791Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4704 | 2026-03-18T12:08:27.794Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4705 | 2026-03-18T12:08:27.794Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO ok! |
| 4706 | 2026-03-18T12:08:27.795Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO STEP 60 (ensure_file) COMPLETE |
| 4707 | 2026-03-18T12:08:27.795Z | [ recovery-image] Mar 18 12:08:26.165 INFO O| Mar 18 12:08:26.165 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4708 | 2026-03-18T12:08:27.805Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4709 | 2026-03-18T12:08:27.805Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4710 | 2026-03-18T12:08:27.808Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4711 | 2026-03-18T12:08:27.808Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 INFO ok! |
| 4712 | 2026-03-18T12:08:27.808Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 INFO STEP 61 (ensure_file) COMPLETE |
| 4713 | 2026-03-18T12:08:27.808Z | [ recovery-image] Mar 18 12:08:26.179 INFO O| Mar 18 12:08:26.179 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4714 | 2026-03-18T12:08:27.816Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4715 | 2026-03-18T12:08:27.817Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4716 | 2026-03-18T12:08:27.820Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4717 | 2026-03-18T12:08:27.820Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4718 | 2026-03-18T12:08:27.820Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO ok! |
| 4719 | 2026-03-18T12:08:27.820Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO STEP 62 (ensure_file) COMPLETE |
| 4720 | 2026-03-18T12:08:27.820Z | [ recovery-image] Mar 18 12:08:26.191 INFO O| Mar 18 12:08:26.191 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4721 | 2026-03-18T12:08:27.827Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4722 | 2026-03-18T12:08:27.827Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4723 | 2026-03-18T12:08:27.827Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4724 | 2026-03-18T12:08:27.831Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4725 | 2026-03-18T12:08:27.831Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO ok! |
| 4726 | 2026-03-18T12:08:27.831Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO STEP 63 (ensure_file) COMPLETE |
| 4727 | 2026-03-18T12:08:27.831Z | [ recovery-image] Mar 18 12:08:26.201 INFO O| Mar 18 12:08:26.201 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4728 | 2026-03-18T12:08:27.839Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4729 | 2026-03-18T12:08:27.839Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4730 | 2026-03-18T12:08:27.842Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4731 | 2026-03-18T12:08:27.842Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO ok! |
| 4732 | 2026-03-18T12:08:27.842Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO STEP 64 (assemble_files) COMPLETE |
| 4733 | 2026-03-18T12:08:27.842Z | [ recovery-image] Mar 18 12:08:26.213 INFO O| Mar 18 12:08:26.213 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2026-03-18T12:08:27.851Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4735 | 2026-03-18T12:08:27.851Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4736 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4737 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4738 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO ok! |
| 4739 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO STEP 65 (ensure_file) COMPLETE |
| 4740 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4741 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO skip step because feature "omicron1" is not enabled |
| 4742 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO skip step because feature "omicron1" is not enabled |
| 4744 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4745 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO skip step because feature "omicron1" is not enabled |
| 4746 | 2026-03-18T12:08:27.855Z | [ recovery-image] Mar 18 12:08:26.225 INFO O| Mar 18 12:08:26.225 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4747 | 2026-03-18T12:08:27.872Z | [ recovery-image] Mar 18 12:08:26.245 INFO O| Mar 18 12:08:26.244 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4748 | 2026-03-18T12:08:27.873Z | [ recovery-image] Mar 18 12:08:26.245 INFO O| Mar 18 12:08:26.245 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4749 | 2026-03-18T12:08:27.876Z | [ host-image] Mar 18 12:08:26.246 INFO O| Mar 18 12:08:26.246 INFO completed processing sled/ramdisk-01-os |
| 4750 | 2026-03-18T12:08:27.876Z | [ host-image] Mar 18 12:08:26.250 INFO omicron1 baseline generation... |
| 4751 | 2026-03-18T12:08:27.876Z | [ host-image] Mar 18 12:08:26.250 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4752 | 2026-03-18T12:08:28.428Z | [ host-image] Mar 18 12:08:26.801 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23825:20260312T204829Z |
| 4753 | 2026-03-18T12:08:29.656Z | [ recovery-image] Mar 18 12:08:28.028 INFO O| Mar 18 12:08:28.028 INFO STEP 69 (pack_tar) COMPLETE |
| 4754 | 2026-03-18T12:08:29.656Z | [ recovery-image] Mar 18 12:08:28.029 INFO O| Mar 18 12:08:28.028 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4755 | 2026-03-18T12:08:29.659Z | [ recovery-image] Mar 18 12:08:28.029 INFO O| Mar 18 12:08:28.028 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4756 | 2026-03-18T12:08:30.197Z | [ recovery-image] Mar 18 12:08:28.569 INFO O| Mar 18 12:08:28.569 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4757 | 2026-03-18T12:08:30.297Z | [ recovery-image] Mar 18 12:08:28.669 INFO O| Mar 18 12:08:28.669 INFO completed processing sled/ramdisk-02-trim |
| 4758 | 2026-03-18T12:08:30.303Z | [ recovery-image] Mar 18 12:08:28.672 INFO image builder template: ramdisk-03-recovery-trim... |
| 4759 | 2026-03-18T12:08:30.303Z | [ recovery-image] Mar 18 12:08:28.672 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/.tmpxXjdn4/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-03-recovery-trim"], pwd: None |
| 4760 | 2026-03-18T12:08:30.360Z | [ recovery-image] Mar 18 12:08:28.732 INFO O| Mar 18 12:08:28.731 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4761 | 2026-03-18T12:08:30.364Z | [ recovery-image] Mar 18 12:08:28.737 INFO O| Mar 18 12:08:28.736 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4762 | 2026-03-18T12:08:30.456Z | [ recovery-image] Mar 18 12:08:28.828 INFO O| Mar 18 12:08:28.828 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4763 | 2026-03-18T12:08:30.532Z | [ recovery-image] Mar 18 12:08:28.904 INFO O| Mar 18 12:08:28.904 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4764 | 2026-03-18T12:08:30.532Z | [ recovery-image] Mar 18 12:08:28.904 INFO O| Mar 18 12:08:28.904 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4765 | 2026-03-18T12:08:30.541Z | [ recovery-image] Mar 18 12:08:28.914 INFO O| Mar 18 12:08:28.913 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4766 | 2026-03-18T12:08:30.547Z | [ recovery-image] Mar 18 12:08:28.919 INFO O| Mar 18 12:08:28.919 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4767 | 2026-03-18T12:08:30.554Z | [ recovery-image] Mar 18 12:08:28.926 INFO O| Mar 18 12:08:28.926 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4768 | 2026-03-18T12:08:31.189Z | [ recovery-image] Mar 18 12:08:29.561 INFO O| Mar 18 12:08:29.561 INFO rolled back to input snapshot; work may begin |
| 4769 | 2026-03-18T12:08:31.190Z | [ recovery-image] Mar 18 12:08:29.561 INFO O| Mar 18 12:08:29.561 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4770 | 2026-03-18T12:08:31.196Z | [ recovery-image] Mar 18 12:08:29.568 INFO O| Mar 18 12:08:29.568 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4771 | 2026-03-18T12:08:31.209Z | [ recovery-image] Mar 18 12:08:29.580 INFO O| Mar 18 12:08:29.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4772 | 2026-03-18T12:08:31.222Z | [ recovery-image] Mar 18 12:08:29.594 INFO O| Mar 18 12:08:29.594 INFO STEP 0 (remove_files) COMPLETE |
| 4773 | 2026-03-18T12:08:31.222Z | [ recovery-image] Mar 18 12:08:29.594 INFO O| Mar 18 12:08:29.594 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4774 | 2026-03-18T12:08:31.235Z | [ recovery-image] Mar 18 12:08:29.607 INFO O| Mar 18 12:08:29.607 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4775 | 2026-03-18T12:08:31.293Z | [ recovery-image] Mar 18 12:08:29.664 INFO O| Mar 18 12:08:29.664 INFO STEP 1 (remove_files) COMPLETE |
| 4776 | 2026-03-18T12:08:31.293Z | [ recovery-image] Mar 18 12:08:29.664 INFO O| Mar 18 12:08:29.664 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4777 | 2026-03-18T12:08:31.306Z | [ recovery-image] Mar 18 12:08:29.677 INFO O| Mar 18 12:08:29.677 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4778 | 2026-03-18T12:08:31.309Z | [ recovery-image] Mar 18 12:08:29.680 INFO O| Mar 18 12:08:29.680 INFO STEP 2 (remove_files) COMPLETE |
| 4779 | 2026-03-18T12:08:31.309Z | [ recovery-image] Mar 18 12:08:29.680 INFO O| Mar 18 12:08:29.680 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4780 | 2026-03-18T12:08:31.320Z | [ recovery-image] Mar 18 12:08:29.692 INFO O| Mar 18 12:08:29.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4781 | 2026-03-18T12:08:31.363Z | [ recovery-image] Mar 18 12:08:29.735 INFO O| Mar 18 12:08:29.735 INFO STEP 3 (remove_files) COMPLETE |
| 4782 | 2026-03-18T12:08:31.363Z | [ recovery-image] Mar 18 12:08:29.735 INFO O| Mar 18 12:08:29.735 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4783 | 2026-03-18T12:08:31.377Z | [ recovery-image] Mar 18 12:08:29.748 INFO O| Mar 18 12:08:29.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4784 | 2026-03-18T12:08:31.397Z | [ recovery-image] Mar 18 12:08:29.769 INFO O| Mar 18 12:08:29.768 INFO STEP 4 (remove_files) COMPLETE |
| 4785 | 2026-03-18T12:08:31.397Z | [ recovery-image] Mar 18 12:08:29.769 INFO O| Mar 18 12:08:29.769 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4786 | 2026-03-18T12:08:31.410Z | [ recovery-image] Mar 18 12:08:29.782 INFO O| Mar 18 12:08:29.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4787 | 2026-03-18T12:08:31.437Z | [ recovery-image] Mar 18 12:08:29.808 INFO O| Mar 18 12:08:29.808 INFO STEP 5 (remove_files) COMPLETE |
| 4788 | 2026-03-18T12:08:31.437Z | [ recovery-image] Mar 18 12:08:29.808 INFO O| Mar 18 12:08:29.808 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4789 | 2026-03-18T12:08:31.450Z | [ recovery-image] Mar 18 12:08:29.821 INFO O| Mar 18 12:08:29.821 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4790 | 2026-03-18T12:08:31.475Z | [ recovery-image] Mar 18 12:08:29.847 INFO O| Mar 18 12:08:29.847 INFO STEP 6 (remove_files) COMPLETE |
| 4791 | 2026-03-18T12:08:31.475Z | [ recovery-image] Mar 18 12:08:29.847 INFO O| Mar 18 12:08:29.847 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4792 | 2026-03-18T12:08:31.489Z | [ recovery-image] Mar 18 12:08:29.860 INFO O| Mar 18 12:08:29.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4793 | 2026-03-18T12:08:31.527Z | [ recovery-image] Mar 18 12:08:29.899 INFO O| Mar 18 12:08:29.899 INFO STEP 7 (remove_files) COMPLETE |
| 4794 | 2026-03-18T12:08:31.527Z | [ recovery-image] Mar 18 12:08:29.899 INFO O| Mar 18 12:08:29.899 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4795 | 2026-03-18T12:08:31.541Z | [ recovery-image] Mar 18 12:08:29.913 INFO O| Mar 18 12:08:29.913 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4796 | 2026-03-18T12:08:31.551Z | [ recovery-image] Mar 18 12:08:29.923 INFO O| Mar 18 12:08:29.923 INFO STEP 8 (remove_files) COMPLETE |
| 4797 | 2026-03-18T12:08:31.552Z | [ recovery-image] Mar 18 12:08:29.923 INFO O| Mar 18 12:08:29.923 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4798 | 2026-03-18T12:08:31.564Z | [ recovery-image] Mar 18 12:08:29.936 INFO O| Mar 18 12:08:29.936 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4799 | 2026-03-18T12:08:31.598Z | [ recovery-image] Mar 18 12:08:29.969 INFO O| Mar 18 12:08:29.969 INFO STEP 9 (remove_files) COMPLETE |
| 4800 | 2026-03-18T12:08:31.598Z | [ recovery-image] Mar 18 12:08:29.969 INFO O| Mar 18 12:08:29.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4801 | 2026-03-18T12:08:31.611Z | [ recovery-image] Mar 18 12:08:29.982 INFO O| Mar 18 12:08:29.982 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4802 | 2026-03-18T12:08:31.791Z | [ recovery-image] Mar 18 12:08:30.162 INFO O| Mar 18 12:08:30.161 INFO STEP 10 (remove_files) COMPLETE |
| 4803 | 2026-03-18T12:08:31.791Z | [ recovery-image] Mar 18 12:08:30.162 INFO O| Mar 18 12:08:30.162 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4804 | 2026-03-18T12:08:31.803Z | [ recovery-image] Mar 18 12:08:30.174 INFO O| Mar 18 12:08:30.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4805 | 2026-03-18T12:08:31.806Z | [ recovery-image] Mar 18 12:08:30.177 INFO O| Mar 18 12:08:30.177 INFO STEP 11 (remove_files) COMPLETE |
| 4806 | 2026-03-18T12:08:31.806Z | [ recovery-image] Mar 18 12:08:30.177 INFO O| Mar 18 12:08:30.177 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4807 | 2026-03-18T12:08:31.817Z | [ recovery-image] Mar 18 12:08:30.188 INFO O| Mar 18 12:08:30.188 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4808 | 2026-03-18T12:08:31.820Z | [ recovery-image] Mar 18 12:08:30.192 INFO O| Mar 18 12:08:30.192 INFO STEP 12 (remove_files) COMPLETE |
| 4809 | 2026-03-18T12:08:31.820Z | [ recovery-image] Mar 18 12:08:30.192 INFO O| Mar 18 12:08:30.192 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4810 | 2026-03-18T12:08:31.832Z | [ recovery-image] Mar 18 12:08:30.203 INFO O| Mar 18 12:08:30.203 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4811 | 2026-03-18T12:08:31.835Z | [ recovery-image] Mar 18 12:08:30.205 INFO O| Mar 18 12:08:30.205 INFO STEP 13 (remove_files) COMPLETE |
| 4812 | 2026-03-18T12:08:31.835Z | [ recovery-image] Mar 18 12:08:30.205 INFO O| Mar 18 12:08:30.205 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4813 | 2026-03-18T12:08:31.845Z | [ recovery-image] Mar 18 12:08:30.216 INFO O| Mar 18 12:08:30.216 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4814 | 2026-03-18T12:08:31.848Z | [ recovery-image] Mar 18 12:08:30.218 INFO O| Mar 18 12:08:30.218 INFO STEP 14 (remove_files) COMPLETE |
| 4815 | 2026-03-18T12:08:31.848Z | [ recovery-image] Mar 18 12:08:30.218 INFO O| Mar 18 12:08:30.218 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4816 | 2026-03-18T12:08:31.859Z | [ recovery-image] Mar 18 12:08:30.230 INFO O| Mar 18 12:08:30.230 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4817 | 2026-03-18T12:08:31.871Z | [ recovery-image] Mar 18 12:08:30.242 INFO O| Mar 18 12:08:30.242 INFO STEP 15 (remove_files) COMPLETE |
| 4818 | 2026-03-18T12:08:31.871Z | [ recovery-image] Mar 18 12:08:30.242 INFO O| Mar 18 12:08:30.242 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4819 | 2026-03-18T12:08:31.885Z | [ recovery-image] Mar 18 12:08:30.256 INFO O| Mar 18 12:08:30.255 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4820 | 2026-03-18T12:08:31.885Z | [ recovery-image] Mar 18 12:08:30.256 INFO O| Mar 18 12:08:30.256 INFO STEP 16 (remove_files) COMPLETE |
| 4821 | 2026-03-18T12:08:31.888Z | [ recovery-image] Mar 18 12:08:30.256 INFO O| Mar 18 12:08:30.256 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4822 | 2026-03-18T12:08:31.897Z | [ recovery-image] Mar 18 12:08:30.268 INFO O| Mar 18 12:08:30.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4823 | 2026-03-18T12:08:31.897Z | [ recovery-image] Mar 18 12:08:30.268 INFO O| Mar 18 12:08:30.268 INFO STEP 17 (remove_files) COMPLETE |
| 4824 | 2026-03-18T12:08:31.901Z | [ recovery-image] Mar 18 12:08:30.268 INFO O| Mar 18 12:08:30.268 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4825 | 2026-03-18T12:08:31.910Z | [ recovery-image] Mar 18 12:08:30.281 INFO O| Mar 18 12:08:30.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4826 | 2026-03-18T12:08:32.088Z | [ recovery-image] Mar 18 12:08:30.459 INFO O| Mar 18 12:08:30.459 INFO STEP 18 (remove_files) COMPLETE |
| 4827 | 2026-03-18T12:08:32.088Z | [ recovery-image] Mar 18 12:08:30.459 INFO O| Mar 18 12:08:30.459 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4828 | 2026-03-18T12:08:32.100Z | [ recovery-image] Mar 18 12:08:30.471 INFO O| Mar 18 12:08:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4829 | 2026-03-18T12:08:32.145Z | [ recovery-image] Mar 18 12:08:30.516 INFO O| Mar 18 12:08:30.516 INFO STEP 19 (remove_files) COMPLETE |
| 4830 | 2026-03-18T12:08:32.145Z | [ recovery-image] Mar 18 12:08:30.516 INFO O| Mar 18 12:08:30.516 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4831 | 2026-03-18T12:08:32.176Z | [ recovery-image] Mar 18 12:08:30.547 INFO O| Mar 18 12:08:30.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4832 | 2026-03-18T12:08:32.176Z | [ recovery-image] Mar 18 12:08:30.547 INFO O| Mar 18 12:08:30.547 INFO STEP 20 (remove_files) COMPLETE |
| 4833 | 2026-03-18T12:08:32.180Z | [ recovery-image] Mar 18 12:08:30.547 INFO O| Mar 18 12:08:30.547 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4834 | 2026-03-18T12:08:32.186Z | [ recovery-image] Mar 18 12:08:30.557 INFO O| Mar 18 12:08:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4835 | 2026-03-18T12:08:32.207Z | [ recovery-image] Mar 18 12:08:30.578 INFO O| Mar 18 12:08:30.578 INFO STEP 21 (remove_files) COMPLETE |
| 4836 | 2026-03-18T12:08:32.207Z | [ recovery-image] Mar 18 12:08:30.578 INFO O| Mar 18 12:08:30.578 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4837 | 2026-03-18T12:08:32.336Z | [ recovery-image] Mar 18 12:08:30.706 INFO O| Mar 18 12:08:30.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4838 | 2026-03-18T12:08:32.358Z | [ recovery-image] Mar 18 12:08:30.729 INFO O| Mar 18 12:08:30.729 INFO STEP 22 (remove_files) COMPLETE |
| 4839 | 2026-03-18T12:08:32.358Z | [ recovery-image] Mar 18 12:08:30.729 INFO O| Mar 18 12:08:30.729 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4840 | 2026-03-18T12:08:32.390Z | [ recovery-image] Mar 18 12:08:30.761 INFO O| Mar 18 12:08:30.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4841 | 2026-03-18T12:08:32.390Z | [ recovery-image] Mar 18 12:08:30.761 INFO O| Mar 18 12:08:30.761 INFO STEP 23 (remove_files) COMPLETE |
| 4842 | 2026-03-18T12:08:32.393Z | [ recovery-image] Mar 18 12:08:30.761 INFO O| Mar 18 12:08:30.761 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4843 | 2026-03-18T12:08:32.422Z | [ recovery-image] Mar 18 12:08:30.793 INFO O| Mar 18 12:08:30.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4844 | 2026-03-18T12:08:32.422Z | [ recovery-image] Mar 18 12:08:30.793 INFO O| Mar 18 12:08:30.793 INFO STEP 24 (remove_files) COMPLETE |
| 4845 | 2026-03-18T12:08:32.422Z | [ recovery-image] Mar 18 12:08:30.793 INFO O| Mar 18 12:08:30.793 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4846 | 2026-03-18T12:08:32.434Z | [ recovery-image] Mar 18 12:08:30.804 INFO O| Mar 18 12:08:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4847 | 2026-03-18T12:08:32.457Z | [ recovery-image] Mar 18 12:08:30.828 INFO O| Mar 18 12:08:30.828 INFO STEP 25 (remove_files) COMPLETE |
| 4848 | 2026-03-18T12:08:32.457Z | [ recovery-image] Mar 18 12:08:30.828 INFO O| Mar 18 12:08:30.828 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4849 | 2026-03-18T12:08:32.499Z | [ recovery-image] Mar 18 12:08:30.869 INFO O| Mar 18 12:08:30.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4850 | 2026-03-18T12:08:32.499Z | [ recovery-image] Mar 18 12:08:30.870 INFO O| Mar 18 12:08:30.869 INFO STEP 26 (remove_files) COMPLETE |
| 4851 | 2026-03-18T12:08:32.502Z | [ recovery-image] Mar 18 12:08:30.870 INFO O| Mar 18 12:08:30.870 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4852 | 2026-03-18T12:08:32.511Z | [ recovery-image] Mar 18 12:08:30.882 INFO O| Mar 18 12:08:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4853 | 2026-03-18T12:08:32.542Z | [ recovery-image] Mar 18 12:08:30.913 INFO O| Mar 18 12:08:30.913 INFO STEP 27 (remove_files) COMPLETE |
| 4854 | 2026-03-18T12:08:32.542Z | [ recovery-image] Mar 18 12:08:30.913 INFO O| Mar 18 12:08:30.913 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4855 | 2026-03-18T12:08:32.573Z | [ recovery-image] Mar 18 12:08:30.944 INFO O| Mar 18 12:08:30.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4856 | 2026-03-18T12:08:32.598Z | [ recovery-image] Mar 18 12:08:30.969 INFO O| Mar 18 12:08:30.969 INFO STEP 28 (remove_files) COMPLETE |
| 4857 | 2026-03-18T12:08:32.598Z | [ recovery-image] Mar 18 12:08:30.969 INFO O| Mar 18 12:08:30.969 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4858 | 2026-03-18T12:08:32.627Z | [ recovery-image] Mar 18 12:08:30.998 INFO O| Mar 18 12:08:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4859 | 2026-03-18T12:08:32.627Z | [ recovery-image] Mar 18 12:08:30.998 INFO O| Mar 18 12:08:30.998 INFO STEP 29 (remove_files) COMPLETE |
| 4860 | 2026-03-18T12:08:32.630Z | [ recovery-image] Mar 18 12:08:30.998 INFO O| Mar 18 12:08:30.998 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4861 | 2026-03-18T12:08:32.670Z | [ recovery-image] Mar 18 12:08:31.040 INFO O| Mar 18 12:08:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4862 | 2026-03-18T12:08:32.670Z | [ recovery-image] Mar 18 12:08:31.040 INFO O| Mar 18 12:08:31.040 INFO STEP 30 (remove_files) COMPLETE |
| 4863 | 2026-03-18T12:08:32.673Z | [ recovery-image] Mar 18 12:08:31.040 INFO O| Mar 18 12:08:31.040 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4864 | 2026-03-18T12:08:32.704Z | [ recovery-image] Mar 18 12:08:31.074 INFO O| Mar 18 12:08:31.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4865 | 2026-03-18T12:08:32.710Z | [ recovery-image] Mar 18 12:08:31.081 INFO O| Mar 18 12:08:31.081 INFO STEP 31 (remove_files) COMPLETE |
| 4866 | 2026-03-18T12:08:32.710Z | [ recovery-image] Mar 18 12:08:31.081 INFO O| Mar 18 12:08:31.081 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4867 | 2026-03-18T12:08:32.726Z | [ recovery-image] Mar 18 12:08:31.096 INFO O| Mar 18 12:08:31.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4868 | 2026-03-18T12:08:32.729Z | [ recovery-image] Mar 18 12:08:31.097 INFO O| Mar 18 12:08:31.097 INFO STEP 32 (remove_files) COMPLETE |
| 4869 | 2026-03-18T12:08:32.729Z | [ recovery-image] Mar 18 12:08:31.097 INFO O| Mar 18 12:08:31.097 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4870 | 2026-03-18T12:08:32.741Z | [ recovery-image] Mar 18 12:08:31.111 INFO O| Mar 18 12:08:31.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4871 | 2026-03-18T12:08:32.741Z | [ recovery-image] Mar 18 12:08:31.112 INFO O| Mar 18 12:08:31.112 INFO STEP 33 (remove_files) COMPLETE |
| 4872 | 2026-03-18T12:08:32.744Z | [ recovery-image] Mar 18 12:08:31.112 INFO O| Mar 18 12:08:31.112 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4873 | 2026-03-18T12:08:32.755Z | [ recovery-image] Mar 18 12:08:31.125 INFO O| Mar 18 12:08:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4874 | 2026-03-18T12:08:32.758Z | [ recovery-image] Mar 18 12:08:31.126 INFO O| Mar 18 12:08:31.126 INFO STEP 34 (remove_files) COMPLETE |
| 4875 | 2026-03-18T12:08:32.758Z | [ recovery-image] Mar 18 12:08:31.126 INFO O| Mar 18 12:08:31.126 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4876 | 2026-03-18T12:08:32.767Z | [ recovery-image] Mar 18 12:08:31.138 INFO O| Mar 18 12:08:31.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4877 | 2026-03-18T12:08:32.767Z | [ recovery-image] Mar 18 12:08:31.138 INFO O| Mar 18 12:08:31.138 INFO STEP 35 (remove_files) COMPLETE |
| 4878 | 2026-03-18T12:08:32.771Z | [ recovery-image] Mar 18 12:08:31.138 INFO O| Mar 18 12:08:31.138 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4879 | 2026-03-18T12:08:32.782Z | [ recovery-image] Mar 18 12:08:31.152 INFO O| Mar 18 12:08:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4880 | 2026-03-18T12:08:32.782Z | [ recovery-image] Mar 18 12:08:31.152 INFO O| Mar 18 12:08:31.152 INFO STEP 36 (remove_files) COMPLETE |
| 4881 | 2026-03-18T12:08:32.782Z | [ recovery-image] Mar 18 12:08:31.152 INFO O| Mar 18 12:08:31.152 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4882 | 2026-03-18T12:08:32.795Z | [ recovery-image] Mar 18 12:08:31.165 INFO O| Mar 18 12:08:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4883 | 2026-03-18T12:08:32.795Z | [ recovery-image] Mar 18 12:08:31.165 INFO O| Mar 18 12:08:31.165 INFO STEP 37 (remove_files) COMPLETE |
| 4884 | 2026-03-18T12:08:32.798Z | [ recovery-image] Mar 18 12:08:31.165 INFO O| Mar 18 12:08:31.165 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4885 | 2026-03-18T12:08:32.807Z | [ recovery-image] Mar 18 12:08:31.177 INFO O| Mar 18 12:08:31.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4886 | 2026-03-18T12:08:32.807Z | [ recovery-image] Mar 18 12:08:31.177 INFO O| Mar 18 12:08:31.177 INFO STEP 38 (remove_files) COMPLETE |
| 4887 | 2026-03-18T12:08:32.807Z | [ recovery-image] Mar 18 12:08:31.177 INFO O| Mar 18 12:08:31.177 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4888 | 2026-03-18T12:08:32.819Z | [ recovery-image] Mar 18 12:08:31.189 INFO O| Mar 18 12:08:31.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4889 | 2026-03-18T12:08:32.819Z | [ recovery-image] Mar 18 12:08:31.189 INFO O| Mar 18 12:08:31.189 INFO STEP 39 (remove_files) COMPLETE |
| 4890 | 2026-03-18T12:08:32.819Z | [ recovery-image] Mar 18 12:08:31.189 INFO O| Mar 18 12:08:31.189 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4891 | 2026-03-18T12:08:32.831Z | [ recovery-image] Mar 18 12:08:31.201 INFO O| Mar 18 12:08:31.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4892 | 2026-03-18T12:08:32.831Z | [ recovery-image] Mar 18 12:08:31.201 INFO O| Mar 18 12:08:31.201 INFO STEP 40 (remove_files) COMPLETE |
| 4893 | 2026-03-18T12:08:32.831Z | [ recovery-image] Mar 18 12:08:31.201 INFO O| Mar 18 12:08:31.201 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4894 | 2026-03-18T12:08:32.842Z | [ recovery-image] Mar 18 12:08:31.213 INFO O| Mar 18 12:08:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4895 | 2026-03-18T12:08:32.842Z | [ recovery-image] Mar 18 12:08:31.213 INFO O| Mar 18 12:08:31.213 INFO STEP 41 (remove_files) COMPLETE |
| 4896 | 2026-03-18T12:08:32.842Z | [ recovery-image] Mar 18 12:08:31.213 INFO O| Mar 18 12:08:31.213 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4897 | 2026-03-18T12:08:32.854Z | [ recovery-image] Mar 18 12:08:31.225 INFO O| Mar 18 12:08:31.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4898 | 2026-03-18T12:08:32.855Z | [ recovery-image] Mar 18 12:08:31.225 INFO O| Mar 18 12:08:31.225 INFO STEP 42 (remove_files) COMPLETE |
| 4899 | 2026-03-18T12:08:32.858Z | [ recovery-image] Mar 18 12:08:31.225 INFO O| Mar 18 12:08:31.225 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4900 | 2026-03-18T12:08:32.866Z | [ recovery-image] Mar 18 12:08:31.237 INFO O| Mar 18 12:08:31.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4901 | 2026-03-18T12:08:32.866Z | [ recovery-image] Mar 18 12:08:31.237 INFO O| Mar 18 12:08:31.237 INFO STEP 43 (remove_files) COMPLETE |
| 4902 | 2026-03-18T12:08:32.869Z | [ recovery-image] Mar 18 12:08:31.237 INFO O| Mar 18 12:08:31.237 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4903 | 2026-03-18T12:08:32.878Z | [ recovery-image] Mar 18 12:08:31.248 INFO O| Mar 18 12:08:31.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4904 | 2026-03-18T12:08:32.878Z | [ recovery-image] Mar 18 12:08:31.248 INFO O| Mar 18 12:08:31.248 INFO STEP 44 (remove_files) COMPLETE |
| 4905 | 2026-03-18T12:08:32.878Z | [ recovery-image] Mar 18 12:08:31.248 INFO O| Mar 18 12:08:31.248 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4906 | 2026-03-18T12:08:32.888Z | [ recovery-image] Mar 18 12:08:31.259 INFO O| Mar 18 12:08:31.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4907 | 2026-03-18T12:08:32.891Z | [ recovery-image] Mar 18 12:08:31.260 INFO O| Mar 18 12:08:31.260 INFO STEP 45 (remove_files) COMPLETE |
| 4908 | 2026-03-18T12:08:32.891Z | [ recovery-image] Mar 18 12:08:31.260 INFO O| Mar 18 12:08:31.260 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4909 | 2026-03-18T12:08:32.902Z | [ recovery-image] Mar 18 12:08:31.272 INFO O| Mar 18 12:08:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4910 | 2026-03-18T12:08:32.902Z | [ recovery-image] Mar 18 12:08:31.272 INFO O| Mar 18 12:08:31.272 INFO STEP 46 (remove_files) COMPLETE |
| 4911 | 2026-03-18T12:08:32.902Z | [ recovery-image] Mar 18 12:08:31.272 INFO O| Mar 18 12:08:31.272 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4912 | 2026-03-18T12:08:32.914Z | [ recovery-image] Mar 18 12:08:31.284 INFO O| Mar 18 12:08:31.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4913 | 2026-03-18T12:08:32.917Z | [ recovery-image] Mar 18 12:08:31.285 INFO O| Mar 18 12:08:31.285 INFO STEP 47 (remove_files) COMPLETE |
| 4914 | 2026-03-18T12:08:32.917Z | [ recovery-image] Mar 18 12:08:31.285 INFO O| Mar 18 12:08:31.285 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4915 | 2026-03-18T12:08:32.927Z | [ recovery-image] Mar 18 12:08:31.297 INFO O| Mar 18 12:08:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4916 | 2026-03-18T12:08:32.927Z | [ recovery-image] Mar 18 12:08:31.297 INFO O| Mar 18 12:08:31.297 INFO STEP 48 (remove_files) COMPLETE |
| 4917 | 2026-03-18T12:08:32.927Z | [ recovery-image] Mar 18 12:08:31.297 INFO O| Mar 18 12:08:31.297 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4918 | 2026-03-18T12:08:32.938Z | [ recovery-image] Mar 18 12:08:31.309 INFO O| Mar 18 12:08:31.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4919 | 2026-03-18T12:08:32.938Z | [ recovery-image] Mar 18 12:08:31.309 INFO O| Mar 18 12:08:31.309 INFO STEP 49 (remove_files) COMPLETE |
| 4920 | 2026-03-18T12:08:32.938Z | [ recovery-image] Mar 18 12:08:31.309 INFO O| Mar 18 12:08:31.309 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4921 | 2026-03-18T12:08:32.950Z | [ recovery-image] Mar 18 12:08:31.320 INFO O| Mar 18 12:08:31.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4922 | 2026-03-18T12:08:32.950Z | [ recovery-image] Mar 18 12:08:31.320 INFO O| Mar 18 12:08:31.320 INFO STEP 50 (remove_files) COMPLETE |
| 4923 | 2026-03-18T12:08:32.950Z | [ recovery-image] Mar 18 12:08:31.320 INFO O| Mar 18 12:08:31.320 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4924 | 2026-03-18T12:08:32.962Z | [ recovery-image] Mar 18 12:08:31.332 INFO O| Mar 18 12:08:31.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4925 | 2026-03-18T12:08:32.965Z | [ recovery-image] Mar 18 12:08:31.333 INFO O| Mar 18 12:08:31.333 INFO STEP 51 (remove_files) COMPLETE |
| 4926 | 2026-03-18T12:08:32.965Z | [ recovery-image] Mar 18 12:08:31.333 INFO O| Mar 18 12:08:31.333 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4927 | 2026-03-18T12:08:32.974Z | [ recovery-image] Mar 18 12:08:31.344 INFO O| Mar 18 12:08:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4928 | 2026-03-18T12:08:32.974Z | [ recovery-image] Mar 18 12:08:31.344 INFO O| Mar 18 12:08:31.344 INFO STEP 52 (remove_files) COMPLETE |
| 4929 | 2026-03-18T12:08:32.974Z | [ recovery-image] Mar 18 12:08:31.344 INFO O| Mar 18 12:08:31.344 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4930 | 2026-03-18T12:08:32.985Z | [ recovery-image] Mar 18 12:08:31.356 INFO O| Mar 18 12:08:31.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4931 | 2026-03-18T12:08:32.985Z | [ recovery-image] Mar 18 12:08:31.356 INFO O| Mar 18 12:08:31.356 INFO STEP 53 (remove_files) COMPLETE |
| 4932 | 2026-03-18T12:08:32.985Z | [ recovery-image] Mar 18 12:08:31.356 INFO O| Mar 18 12:08:31.356 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4933 | 2026-03-18T12:08:32.998Z | [ recovery-image] Mar 18 12:08:31.368 INFO O| Mar 18 12:08:31.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 4934 | 2026-03-18T12:08:33.001Z | [ recovery-image] Mar 18 12:08:31.369 INFO O| Mar 18 12:08:31.369 INFO STEP 54 (remove_files) COMPLETE |
| 4935 | 2026-03-18T12:08:33.001Z | [ recovery-image] Mar 18 12:08:31.369 INFO O| Mar 18 12:08:31.369 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4936 | 2026-03-18T12:08:33.012Z | [ recovery-image] Mar 18 12:08:31.382 INFO O| Mar 18 12:08:31.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 4937 | 2026-03-18T12:08:33.015Z | [ recovery-image] Mar 18 12:08:31.383 INFO O| Mar 18 12:08:31.383 CRIT fatal error: No such file or directory (os error 2) |
| 4938 | 2026-03-18T12:08:33.018Z | [ 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/.tmpxXjdn4/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-03-recovery-trim"]: failed ExitStatus(unix_wait_status(256)) |
| 4939 | 2026-03-18T12:08:33.021Z | [ recovery-image] |
| 4940 | 2026-03-18T12:08:33.021Z | Mar 18 12:08:31.391 ERRO [recovery-image] process exited with exit status: 1 (173.60062778s) |
| 4941 | 2026-03-18T12:08:33.021Z | [ recovery-image] real 2:53.594245063 |
| 4942 | 2026-03-18T12:08:33.021Z | [ recovery-image] user 26.661507792 |
| 4943 | 2026-03-18T12:08:33.021Z | [ recovery-image] sys 10.513069285 |
| 4944 | 2026-03-18T12:08:33.021Z | [ recovery-image] trap 0.019604415 |
| 4945 | 2026-03-18T12:08:33.021Z | [ recovery-image] tflt 0.000037192 |
| 4946 | 2026-03-18T12:08:33.021Z | [ recovery-image] dflt 0.000140134 |
| 4947 | 2026-03-18T12:08:33.021Z | [ recovery-image] kflt 0.000043767 |
| 4948 | 2026-03-18T12:08:33.021Z | [ recovery-image] lock 2.421156198 |
| 4949 | 2026-03-18T12:08:33.021Z | [ recovery-image] slp 18:35.192680342 |
| 4950 | 2026-03-18T12:08:33.021Z | [ recovery-image] lat 42.031499781 |
| 4951 | 2026-03-18T12:08:33.021Z | [ recovery-image] stop 0.003369946 |
| 4952 | 2026-03-18T12:08:33.198Z | 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/.tmpxXjdn4/proto/recovery/root -N 'recovery 78e92b6/${os_short_commit} 2026-03-18 11:52' -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 |
| 4953 | 2026-03-18T12:08:33.245Z | process exited: duration 1246167 ms, exit code 1 |
| |
| 4954 | 2026-03-18T12:08:33.259Z | found 39 output files |
| 4955 | 2026-03-18T12:08:33.259Z | uploading: /work/helios.json (647 bytes) |
| 4956 | 2026-03-18T12:08:34.271Z | uploaded: /work/helios.json |
| 4957 | 2026-03-18T12:08:34.271Z | uploading: /work/incorporation.p5m (113178 bytes) |
| 4958 | 2026-03-18T12:08:35.290Z | uploaded: /work/incorporation.p5m |
| 4959 | 2026-03-18T12:08:35.293Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 4960 | 2026-03-18T12:08:36.304Z | uploaded: /work/incorporation.p5p |
| 4961 | 2026-03-18T12:08:36.307Z | uploading: /work/helios-incorp.log (522 bytes) |
| 4962 | 2026-03-18T12:08:37.317Z | uploaded: /work/helios-incorp.log |
| 4963 | 2026-03-18T12:08:37.320Z | uploading: /work/helios-setup.log (56084 bytes) |
| 4964 | 2026-03-18T12:08:38.329Z | uploaded: /work/helios-setup.log |
| 4965 | 2026-03-18T12:08:38.332Z | uploading: /work/host-image.log (28753 bytes) |
| 4966 | 2026-03-18T12:08:39.342Z | uploaded: /work/host-image.log |
| 4967 | 2026-03-18T12:08:39.345Z | uploading: /work/host-package.log (33866 bytes) |
| 4968 | 2026-03-18T12:08:40.353Z | uploaded: /work/host-package.log |
| 4969 | 2026-03-18T12:08:40.353Z | uploading: /work/host-target.log (101 bytes) |
| 4970 | 2026-03-18T12:08:41.364Z | uploaded: /work/host-target.log |
| 4971 | 2026-03-18T12:08:41.367Z | uploading: /work/incorp-create.log (0 bytes) |
| 4972 | 2026-03-18T12:08:42.374Z | uploaded: /work/incorp-create.log |
| 4973 | 2026-03-18T12:08:42.377Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 4974 | 2026-03-18T12:08:43.385Z | uploaded: /work/incorp-fmt.log |
| 4975 | 2026-03-18T12:08:43.387Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 4976 | 2026-03-18T12:08:44.398Z | uploaded: /work/incorp-pkgsend.log |
| 4977 | 2026-03-18T12:08:44.398Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 4978 | 2026-03-18T12:08:45.405Z | uploaded: /work/incorp-publisher.log |
| 4979 | 2026-03-18T12:08:45.408Z | uploading: /work/omicron-package.log (6796 bytes) |
| 4980 | 2026-03-18T12:08:46.415Z | uploaded: /work/omicron-package.log |
| 4981 | 2026-03-18T12:08:46.418Z | uploading: /work/recovery-image.log (82428 bytes) |
| 4982 | 2026-03-18T12:08:47.430Z | uploaded: /work/recovery-image.log |
| 4983 | 2026-03-18T12:08:47.430Z | uploading: /work/recovery-package.log (1955 bytes) |
| 4984 | 2026-03-18T12:08:48.441Z | uploaded: /work/recovery-package.log |
| 4985 | 2026-03-18T12:08:48.442Z | uploading: /work/recovery-target.log (98 bytes) |
| 4986 | 2026-03-18T12:08:49.453Z | uploaded: /work/recovery-target.log |
| 4987 | 2026-03-18T12:08:49.475Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 4988 | 2026-03-18T12:08:50.485Z | uploaded: /work/stamp-clickhouse.log |
| 4989 | 2026-03-18T12:08:50.485Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 4990 | 2026-03-18T12:08:51.496Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 4991 | 2026-03-18T12:08:51.499Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 4992 | 2026-03-18T12:08:52.506Z | uploaded: /work/stamp-clickhouse_server.log |
| 4993 | 2026-03-18T12:08:52.506Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 4994 | 2026-03-18T12:08:53.517Z | uploaded: /work/stamp-cockroachdb.log |
| 4995 | 2026-03-18T12:08:53.517Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 4996 | 2026-03-18T12:08:54.526Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 4997 | 2026-03-18T12:08:54.526Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 4998 | 2026-03-18T12:08:55.535Z | uploaded: /work/stamp-crucible-utils.log |
| 4999 | 2026-03-18T12:08:55.538Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 5000 | 2026-03-18T12:08:56.547Z | uploaded: /work/stamp-crucible-zone.log |
| 5001 | 2026-03-18T12:08:56.550Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 5002 | 2026-03-18T12:08:57.557Z | uploaded: /work/stamp-external-dns.log |
| 5003 | 2026-03-18T12:08:57.557Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 5004 | 2026-03-18T12:08:58.566Z | uploaded: /work/stamp-installinator.log |
| 5005 | 2026-03-18T12:08:58.571Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 5006 | 2026-03-18T12:08:59.578Z | uploaded: /work/stamp-internal-dns.log |
| 5007 | 2026-03-18T12:08:59.581Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 5008 | 2026-03-18T12:09:00.590Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 5009 | 2026-03-18T12:09:00.590Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 5010 | 2026-03-18T12:09:01.602Z | uploaded: /work/stamp-nexus.log |
| 5011 | 2026-03-18T12:09:01.602Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 5012 | 2026-03-18T12:09:02.611Z | uploaded: /work/stamp-ntp.log |
| 5013 | 2026-03-18T12:09:02.611Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 5014 | 2026-03-18T12:09:03.619Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 5015 | 2026-03-18T12:09:03.620Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 5016 | 2026-03-18T12:09:04.630Z | uploaded: /work/stamp-overlay.log |
| 5017 | 2026-03-18T12:09:04.630Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 5018 | 2026-03-18T12:09:05.643Z | uploaded: /work/stamp-oximeter.log |
| 5019 | 2026-03-18T12:09:05.643Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 5020 | 2026-03-18T12:09:06.654Z | uploaded: /work/stamp-oxlog.log |
| 5021 | 2026-03-18T12:09:06.654Z | uploading: /work/stamp-probe.log (112 bytes) |
| 5022 | 2026-03-18T12:09:07.665Z | uploaded: /work/stamp-probe.log |
| 5023 | 2026-03-18T12:09:07.665Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 5024 | 2026-03-18T12:09:08.674Z | uploaded: /work/stamp-propolis-server.log |
| 5025 | 2026-03-18T12:09:08.677Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 5026 | 2026-03-18T12:09:09.687Z | uploaded: /work/stamp-pumpkind-gz.log |
| 5027 | 2026-03-18T12:09:09.690Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 5028 | 2026-03-18T12:09:10.697Z | uploaded: /work/stamp-switch-asic.log |
| 5029 | 2026-03-18T12:09:10.697Z | uploading: /work/switch-branch.log (86 bytes) |
| 5030 | 2026-03-18T12:09:11.707Z | uploaded: /work/switch-branch.log |
| 5031 | 2026-03-18T12:09:11.707Z | uploading: /work/verify-libraries.log (11177 bytes) |
| 5032 | 2026-03-18T12:09:12.720Z | uploaded: /work/verify-libraries.log |
| 5033 | 2026-03-18T12:09:12.720Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
| 5034 | 2026-03-18T12:09:12.721Z | upload error: rule "/work/repo.zip" required a match, but was not used |
| 5035 | 2026-03-18T12:09:12.721Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |