|
|
|
| 1 | 2026-05-21T21:53:22.554Z | job assigned to worker 01KS68D2NYG6Z5BP5NZ0P9VSW3 [factory aws, i-06b56fae6db596370] (queued for 1 m 3 s) |
| |
| 2 | 2026-05-21T21:53:30.683Z | starting task 0: "setup" |
| 3 | 2026-05-21T21:53:30.688Z | ++ uname -s |
| 4 | 2026-05-21T21:53:30.691Z | + kern=SunOS |
| 5 | 2026-05-21T21:53:30.691Z | + build_user=build |
| 6 | 2026-05-21T21:53:30.692Z | + build_uid=12345 |
| 7 | 2026-05-21T21:53:30.692Z | + work_dir=/work |
| 8 | 2026-05-21T21:53:30.692Z | + input_dir=/input |
| 9 | 2026-05-21T21:53:30.692Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T21:53:30.692Z | + case "$kern" in |
| 11 | 2026-05-21T21:53:30.692Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T21:53:30.703Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T21:53:32.713Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T21:53:32.789Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T21:53:32.792Z | + home_fs=zfs |
| 16 | 2026-05-21T21:53:32.792Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T21:53:32.792Z | + mkdir -p /home/build |
| 18 | 2026-05-21T21:53:32.795Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T21:53:34.796Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T21:53:34.800Z | process exited: duration 4119 ms, exit code 0 |
| |
| 21 | 2026-05-21T21:53:34.806Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T21:53:34.813Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T21:53:34.813Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-21T21:53:34.813Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-21T21:53:34.813Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-21T21:53:34.813Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-21T21:53:34.814Z | * rust toolchain profile = "default" |
| 28 | 2026-05-21T21:53:34.817Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T21:53:34.817Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T21:53:34.906Z | info: downloading installer |
| 31 | 2026-05-21T21:53:36.303Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T21:53:36.303Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T21:53:36.303Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T21:53:36.303Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T21:53:36.315Z | info: profile set to default |
| 36 | 2026-05-21T21:53:36.318Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T21:53:36.318Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T21:53:36.457Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T21:53:36.459Z | info: downloading 6 components |
| 40 | 2026-05-21T21:53:50.447Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T21:53:50.447Z | |
| 42 | 2026-05-21T21:53:50.480Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T21:53:50.480Z | |
| 44 | 2026-05-21T21:53:50.480Z | |
| 45 | 2026-05-21T21:53:50.480Z | Rust is installed now. Great! |
| 46 | 2026-05-21T21:53:50.480Z | |
| 47 | 2026-05-21T21:53:50.480Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T21:53:50.480Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T21:53:50.480Z | |
| 50 | 2026-05-21T21:53:50.480Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T21:53:50.480Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T21:53:50.480Z | |
| 53 | 2026-05-21T21:53:50.480Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T21:53:50.483Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T21:53:50.483Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T21:53:50.483Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T21:53:50.483Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T21:53:50.483Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T21:53:50.483Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T21:53:50.483Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T21:53:50.483Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T21:53:50.580Z | + rustup --version |
| 63 | 2026-05-21T21:53:50.586Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T21:53:50.589Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T21:53:50.609Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T21:53:50.612Z | + cargo --version |
| 67 | 2026-05-21T21:53:50.620Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T21:53:50.623Z | + rustc --version |
| 69 | 2026-05-21T21:53:50.645Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T21:53:50.647Z | process exited: duration 15840 ms, exit code 0 |
| |
| 71 | 2026-05-21T21:53:50.653Z | starting task 2: "authentication" |
| 72 | 2026-05-21T21:53:50.673Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-05-21T21:53:50.679Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T21:53:50.685Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T21:53:50.688Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T21:53:50.740Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T21:54:00.983Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T21:54:00.983Z | + git fetch origin 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 79 | 2026-05-21T21:54:01.286Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T21:54:01.286Z | * branch 1e81977390c6f0ce86f254b318d3f490b0dc6e8f -> FETCH_HEAD |
| 81 | 2026-05-21T21:54:01.302Z | + [[ -n add-fmd-inventory-db ]] |
| 82 | 2026-05-21T21:54:01.305Z | ++ git branch --show-current |
| 83 | 2026-05-21T21:54:01.308Z | + current=main |
| 84 | 2026-05-21T21:54:01.308Z | + [[ main != add-fmd-inventory-db ]] |
| 85 | 2026-05-21T21:54:01.308Z | + git branch -f add-fmd-inventory-db 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 86 | 2026-05-21T21:54:01.311Z | + git checkout -f add-fmd-inventory-db |
| 87 | 2026-05-21T21:54:01.542Z | Switched to branch 'add-fmd-inventory-db' |
| 88 | 2026-05-21T21:54:01.545Z | + git reset --hard 1e81977390c6f0ce86f254b318d3f490b0dc6e8f |
| 89 | 2026-05-21T21:54:01.581Z | HEAD is now at 1e8197739 Address eliza review nits: SQL comment, bool padding, snapshot example |
| 90 | 2026-05-21T21:54:01.584Z | process exited: duration 10902 ms, exit code 0 |
| |
| 91 | 2026-05-21T21:54:01.593Z | starting task 4: "build" |
| 92 | 2026-05-21T21:54:01.596Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-21T21:54:01.596Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-21T21:54:01.596Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-21T21:54:01.596Z | + cargo --version |
| 96 | 2026-05-21T21:54:01.607Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-21T21:54:01.610Z | + rustc --version |
| 98 | 2026-05-21T21:54:01.631Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-21T21:54:01.634Z | + cargo tree --locked |
| 100 | 2026-05-21T21:54:01.804Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 101 | 2026-05-21T21:54:02.057Z | Updating crates.io index |
| 102 | 2026-05-21T21:54:02.090Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 103 | 2026-05-21T21:54:02.818Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 104 | 2026-05-21T21:54:03.231Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 105 | 2026-05-21T21:54:03.749Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 106 | 2026-05-21T21:54:04.556Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 107 | 2026-05-21T21:54:05.058Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 108 | 2026-05-21T21:54:06.366Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 109 | 2026-05-21T21:54:07.251Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 110 | 2026-05-21T21:54:07.494Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 111 | 2026-05-21T21:54:08.343Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 112 | 2026-05-21T21:54:08.699Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 113 | 2026-05-21T21:54:09.038Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 114 | 2026-05-21T21:54:09.398Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 115 | 2026-05-21T21:54:10.286Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 116 | 2026-05-21T21:54:10.762Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-05-21T21:54:11.113Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 118 | 2026-05-21T21:54:11.419Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 119 | 2026-05-21T21:54:11.716Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 120 | 2026-05-21T21:54:12.066Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 121 | 2026-05-21T21:54:12.311Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 122 | 2026-05-21T21:54:12.554Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 123 | 2026-05-21T21:54:12.803Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 124 | 2026-05-21T21:54:13.208Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 125 | 2026-05-21T21:54:13.557Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 126 | 2026-05-21T21:54:14.132Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 127 | 2026-05-21T21:54:14.398Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-05-21T21:54:14.693Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-05-21T21:54:14.955Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 130 | 2026-05-21T21:54:15.976Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 131 | 2026-05-21T21:54:16.851Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 132 | 2026-05-21T21:54:17.608Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 133 | 2026-05-21T21:54:17.956Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 134 | 2026-05-21T21:54:18.304Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 135 | 2026-05-21T21:54:18.634Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 136 | 2026-05-21T21:54:18.923Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 137 | 2026-05-21T21:54:19.500Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 138 | 2026-05-21T21:54:19.743Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 139 | 2026-05-21T21:54:20.001Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 140 | 2026-05-21T21:54:20.362Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 141 | 2026-05-21T21:54:32.091Z | Downloading crates ... |
| 142 | 2026-05-21T21:54:32.178Z | Downloaded addr2line v0.25.1 |
| 143 | 2026-05-21T21:54:32.183Z | Downloaded block-buffer v0.10.4 |
| 144 | 2026-05-21T21:54:32.187Z | Downloaded allocator-api2 v0.2.21 |
| 145 | 2026-05-21T21:54:32.191Z | Downloaded ciborium-ll v0.2.2 |
| 146 | 2026-05-21T21:54:32.198Z | Downloaded cast v0.3.0 |
| 147 | 2026-05-21T21:54:32.198Z | Downloaded atomic-waker v1.1.2 |
| 148 | 2026-05-21T21:54:32.198Z | Downloaded bitflags v1.3.2 |
| 149 | 2026-05-21T21:54:32.198Z | Downloaded cbc v0.1.2 |
| 150 | 2026-05-21T21:54:32.202Z | Downloaded bitfield-macros v0.19.4 |
| 151 | 2026-05-21T21:54:32.202Z | Downloaded assert_cmd v2.1.2 |
| 152 | 2026-05-21T21:54:32.202Z | Downloaded byte-wrapper v0.1.0 |
| 153 | 2026-05-21T21:54:32.203Z | Downloaded arrayref v0.3.9 |
| 154 | 2026-05-21T21:54:32.203Z | Downloaded ar_archive_writer v0.5.1 |
| 155 | 2026-05-21T21:54:32.207Z | Downloaded bitfield-struct v0.6.2 |
| 156 | 2026-05-21T21:54:32.207Z | Downloaded ascii-canvas v3.0.0 |
| 157 | 2026-05-21T21:54:32.207Z | Downloaded array-init v0.0.4 |
| 158 | 2026-05-21T21:54:32.213Z | Downloaded assert-json-diff v2.0.2 |
| 159 | 2026-05-21T21:54:32.215Z | Downloaded defmt-parser v1.0.0 |
| 160 | 2026-05-21T21:54:32.215Z | Downloaded async-lock v3.4.2 |
| 161 | 2026-05-21T21:54:32.215Z | Downloaded daft-derive v0.1.7 |
| 162 | 2026-05-21T21:54:32.220Z | Downloaded atty v0.2.14 |
| 163 | 2026-05-21T21:54:32.224Z | Downloaded dirs-next v2.0.0 |
| 164 | 2026-05-21T21:54:32.230Z | Downloaded defmt v1.0.1 |
| 165 | 2026-05-21T21:54:32.230Z | Downloaded base64ct v1.8.3 |
| 166 | 2026-05-21T21:54:32.230Z | Downloaded autocfg v1.5.0 |
| 167 | 2026-05-21T21:54:32.235Z | Downloaded anes v0.1.6 |
| 168 | 2026-05-21T21:54:32.235Z | Downloaded cobs v0.3.0 |
| 169 | 2026-05-21T21:54:32.235Z | Downloaded datatest-stable v0.3.3 |
| 170 | 2026-05-21T21:54:32.235Z | Downloaded debug-ignore v1.0.5 |
| 171 | 2026-05-21T21:54:32.239Z | Downloaded crossbeam-channel v0.5.15 |
| 172 | 2026-05-21T21:54:32.239Z | Downloaded cexpr v0.6.0 |
| 173 | 2026-05-21T21:54:32.239Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-05-21T21:54:32.244Z | Downloaded darling_macro v0.20.11 |
| 175 | 2026-05-21T21:54:32.244Z | Downloaded castaway v0.2.4 |
| 176 | 2026-05-21T21:54:32.244Z | Downloaded cstr-argument v0.1.2 |
| 177 | 2026-05-21T21:54:32.244Z | Downloaded chumsky v0.9.3 |
| 178 | 2026-05-21T21:54:32.249Z | Downloaded atomicwrites v0.4.4 |
| 179 | 2026-05-21T21:54:32.249Z | Downloaded cargo-platform v0.1.9 |
| 180 | 2026-05-21T21:54:32.249Z | Downloaded bb8 v0.8.6 |
| 181 | 2026-05-21T21:54:32.249Z | Downloaded adler2 v2.0.1 |
| 182 | 2026-05-21T21:54:32.249Z | Downloaded async-stream v0.3.6 |
| 183 | 2026-05-21T21:54:32.253Z | Downloaded convert_case v0.4.0 |
| 184 | 2026-05-21T21:54:32.253Z | Downloaded chacha20poly1305 v0.10.1 |
| 185 | 2026-05-21T21:54:32.253Z | Downloaded bit-vec v0.6.3 |
| 186 | 2026-05-21T21:54:32.253Z | Downloaded ciborium-io v0.2.2 |
| 187 | 2026-05-21T21:54:32.258Z | Downloaded cargo_metadata v0.19.2 |
| 188 | 2026-05-21T21:54:32.258Z | Downloaded async-bb8-diesel v0.2.1 |
| 189 | 2026-05-21T21:54:32.259Z | Downloaded colorchoice v1.0.4 |
| 190 | 2026-05-21T21:54:32.259Z | Downloaded clap_derive v4.5.55 |
| 191 | 2026-05-21T21:54:32.263Z | Downloaded cfg_aliases v0.2.1 |
| 192 | 2026-05-21T21:54:32.267Z | Downloaded dirs-sys-next v0.1.2 |
| 193 | 2026-05-21T21:54:32.267Z | Downloaded darling_macro v0.23.0 |
| 194 | 2026-05-21T21:54:32.267Z | Downloaded defmt v0.3.100 |
| 195 | 2026-05-21T21:54:32.267Z | Downloaded crucible-workspace-hack v0.1.0 |
| 196 | 2026-05-21T21:54:32.267Z | Downloaded constant_time_eq v0.3.1 |
| 197 | 2026-05-21T21:54:32.270Z | Downloaded base16ct v0.2.0 |
| 198 | 2026-05-21T21:54:32.270Z | Downloaded async-recursion v1.1.1 |
| 199 | 2026-05-21T21:54:32.275Z | Downloaded block-padding v0.3.3 |
| 200 | 2026-05-21T21:54:32.283Z | Downloaded async-object-pool v0.2.0 |
| 201 | 2026-05-21T21:54:32.286Z | Downloaded chacha20 v0.9.1 |
| 202 | 2026-05-21T21:54:32.289Z | Downloaded daft v0.1.7 |
| 203 | 2026-05-21T21:54:32.289Z | Downloaded arc-swap v1.8.2 |
| 204 | 2026-05-21T21:54:32.293Z | Downloaded ciborium v0.2.2 |
| 205 | 2026-05-21T21:54:32.293Z | Downloaded crc v3.4.0 |
| 206 | 2026-05-21T21:54:32.296Z | Downloaded blake2b_simd v1.0.4 |
| 207 | 2026-05-21T21:54:32.296Z | Downloaded approx v0.5.1 |
| 208 | 2026-05-21T21:54:32.296Z | Downloaded anstyle v1.0.13 |
| 209 | 2026-05-21T21:54:32.299Z | Downloaded aead v0.5.2 |
| 210 | 2026-05-21T21:54:32.302Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 211 | 2026-05-21T21:54:32.305Z | Downloaded crc-catalog v2.4.0 |
| 212 | 2026-05-21T21:54:32.305Z | Downloaded cfg_aliases v0.1.1 |
| 213 | 2026-05-21T21:54:32.308Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 214 | 2026-05-21T21:54:32.308Z | Downloaded backtrace-ext v0.2.1 |
| 215 | 2026-05-21T21:54:32.311Z | Downloaded cpufeatures v0.2.17 |
| 216 | 2026-05-21T21:54:32.311Z | Downloaded clap_lex v1.0.0 |
| 217 | 2026-05-21T21:54:32.315Z | Downloaded dof v0.4.0 |
| 218 | 2026-05-21T21:54:32.316Z | Downloaded cfg-if v1.0.4 |
| 219 | 2026-05-21T21:54:32.316Z | Downloaded cargo-platform v0.3.2 |
| 220 | 2026-05-21T21:54:32.316Z | Downloaded bit-set v0.8.0 |
| 221 | 2026-05-21T21:54:32.319Z | Downloaded derive_builder_macro v0.20.2 |
| 222 | 2026-05-21T21:54:32.319Z | Downloaded crypto-common v0.1.7 |
| 223 | 2026-05-21T21:54:32.319Z | Downloaded bit-set v0.5.3 |
| 224 | 2026-05-21T21:54:32.324Z | Downloaded crc8 v0.1.1 |
| 225 | 2026-05-21T21:54:32.324Z | Downloaded dtrace-parser v0.3.0 |
| 226 | 2026-05-21T21:54:32.324Z | Downloaded cargo-platform v0.2.0 |
| 227 | 2026-05-21T21:54:32.327Z | Downloaded display-error-chain v0.2.2 |
| 228 | 2026-05-21T21:54:32.327Z | Downloaded difflib v0.4.0 |
| 229 | 2026-05-21T21:54:32.327Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 230 | 2026-05-21T21:54:32.327Z | Downloaded compression-core v0.4.31 |
| 231 | 2026-05-21T21:54:32.327Z | Downloaded cpufeatures v0.3.0 |
| 232 | 2026-05-21T21:54:32.331Z | Downloaded dof v0.3.0 |
| 233 | 2026-05-21T21:54:32.331Z | Downloaded document-features v0.2.12 |
| 234 | 2026-05-21T21:54:32.331Z | Downloaded dunce v1.0.5 |
| 235 | 2026-05-21T21:54:32.331Z | Downloaded downcast-rs v2.0.2 |
| 236 | 2026-05-21T21:54:32.331Z | Downloaded async-stream-impl v0.3.6 |
| 237 | 2026-05-21T21:54:32.334Z | Downloaded dtrace-parser v0.2.0 |
| 238 | 2026-05-21T21:54:32.334Z | Downloaded darling_macro v0.21.3 |
| 239 | 2026-05-21T21:54:32.334Z | Downloaded dsl_auto_type v0.2.0 |
| 240 | 2026-05-21T21:54:32.337Z | Downloaded embedded-io v0.6.1 |
| 241 | 2026-05-21T21:54:32.343Z | Downloaded errno v0.3.14 |
| 242 | 2026-05-21T21:54:32.346Z | Downloaded data-encoding v2.10.0 |
| 243 | 2026-05-21T21:54:32.346Z | Downloaded dyn-clone v1.0.20 |
| 244 | 2026-05-21T21:54:32.349Z | Downloaded async-trait v0.1.89 |
| 245 | 2026-05-21T21:54:32.349Z | Downloaded bytes v1.11.1 |
| 246 | 2026-05-21T21:54:32.352Z | Downloaded digest v0.10.7 |
| 247 | 2026-05-21T21:54:32.355Z | Downloaded cassowary v0.3.0 |
| 248 | 2026-05-21T21:54:32.355Z | Downloaded darling_core v0.23.0 |
| 249 | 2026-05-21T21:54:32.359Z | Downloaded anstyle-parse v0.2.7 |
| 250 | 2026-05-21T21:54:32.363Z | Downloaded camino-tempfile v1.4.1 |
| 251 | 2026-05-21T21:54:32.364Z | Downloaded cfg-expr v0.20.6 |
| 252 | 2026-05-21T21:54:32.368Z | Downloaded endian-type v0.1.2 |
| 253 | 2026-05-21T21:54:32.368Z | Downloaded bit-vec v0.8.0 |
| 254 | 2026-05-21T21:54:32.368Z | Downloaded env_filter v1.0.0 |
| 255 | 2026-05-21T21:54:32.368Z | Downloaded embedded-io v0.4.0 |
| 256 | 2026-05-21T21:54:32.371Z | Downloaded escape8259 v0.5.3 |
| 257 | 2026-05-21T21:54:32.371Z | Downloaded cargo_metadata v0.23.1 |
| 258 | 2026-05-21T21:54:32.371Z | Downloaded float-cmp v0.10.0 |
| 259 | 2026-05-21T21:54:32.374Z | Downloaded fastrand v2.3.0 |
| 260 | 2026-05-21T21:54:32.374Z | Downloaded flagset v0.4.7 |
| 261 | 2026-05-21T21:54:32.377Z | Downloaded fnv v1.0.7 |
| 262 | 2026-05-21T21:54:32.377Z | Downloaded fd-lock v4.0.4 |
| 263 | 2026-05-21T21:54:32.377Z | Downloaded equivalent v1.0.2 |
| 264 | 2026-05-21T21:54:32.377Z | Downloaded base64 v0.21.7 |
| 265 | 2026-05-21T21:54:32.381Z | Downloaded foreign-types v0.5.0 |
| 266 | 2026-05-21T21:54:32.385Z | Downloaded deranged v0.5.8 |
| 267 | 2026-05-21T21:54:32.385Z | Downloaded der_derive v0.7.3 |
| 268 | 2026-05-21T21:54:32.385Z | Downloaded const_format v0.2.35 |
| 269 | 2026-05-21T21:54:32.389Z | Downloaded form_urlencoded v1.2.2 |
| 270 | 2026-05-21T21:54:32.389Z | Downloaded foreign-types-macros v0.2.3 |
| 271 | 2026-05-21T21:54:32.394Z | Downloaded derive_builder_core v0.20.2 |
| 272 | 2026-05-21T21:54:32.394Z | Downloaded cmake v0.1.57 |
| 273 | 2026-05-21T21:54:32.394Z | Downloaded argon2 v0.5.3 |
| 274 | 2026-05-21T21:54:32.394Z | Downloaded fixedbitset v0.4.2 |
| 275 | 2026-05-21T21:54:32.396Z | Downloaded blowfish v0.9.1 |
| 276 | 2026-05-21T21:54:32.396Z | Downloaded camino-tempfile-ext v0.3.3 |
| 277 | 2026-05-21T21:54:32.396Z | Downloaded concurrent-queue v2.5.0 |
| 278 | 2026-05-21T21:54:32.399Z | Downloaded cargo_metadata v0.21.0 |
| 279 | 2026-05-21T21:54:32.399Z | Downloaded ecdsa v0.16.9 |
| 280 | 2026-05-21T21:54:32.402Z | Downloaded defmt-macros v1.0.1 |
| 281 | 2026-05-21T21:54:32.402Z | Downloaded constant_time_eq v0.4.2 |
| 282 | 2026-05-21T21:54:32.406Z | Downloaded diesel-dtrace v0.5.0 |
| 283 | 2026-05-21T21:54:32.406Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 284 | 2026-05-21T21:54:32.408Z | Downloaded ctr v0.9.2 |
| 285 | 2026-05-21T21:54:32.408Z | Downloaded critical-section v1.2.0 |
| 286 | 2026-05-21T21:54:32.408Z | Downloaded ena v0.14.4 |
| 287 | 2026-05-21T21:54:32.411Z | Downloaded buf-list v1.1.2 |
| 288 | 2026-05-21T21:54:32.411Z | Downloaded convert_case v0.10.0 |
| 289 | 2026-05-21T21:54:32.416Z | Downloaded darling v0.21.3 |
| 290 | 2026-05-21T21:54:32.419Z | Downloaded foreign-types-shared v0.1.1 |
| 291 | 2026-05-21T21:54:32.419Z | Downloaded ed25519 v2.2.3 |
| 292 | 2026-05-21T21:54:32.419Z | Downloaded funty v2.0.0 |
| 293 | 2026-05-21T21:54:32.422Z | Downloaded crossbeam-deque v0.8.6 |
| 294 | 2026-05-21T21:54:32.422Z | Downloaded backon v1.6.0 |
| 295 | 2026-05-21T21:54:32.425Z | Downloaded ahash v0.8.12 |
| 296 | 2026-05-21T21:54:32.425Z | Downloaded colored v2.2.0 |
| 297 | 2026-05-21T21:54:32.428Z | Downloaded futures-sink v0.3.32 |
| 298 | 2026-05-21T21:54:32.428Z | Downloaded futures-macro v0.3.32 |
| 299 | 2026-05-21T21:54:32.431Z | Downloaded futures-core v0.3.32 |
| 300 | 2026-05-21T21:54:32.431Z | Downloaded enum-as-inner v0.6.1 |
| 301 | 2026-05-21T21:54:32.431Z | Downloaded futures-io v0.3.32 |
| 302 | 2026-05-21T21:54:32.434Z | Downloaded arrayvec v0.7.6 |
| 303 | 2026-05-21T21:54:32.434Z | Downloaded generic-array v0.14.7 |
| 304 | 2026-05-21T21:54:32.434Z | Downloaded gethostname v0.5.0 |
| 305 | 2026-05-21T21:54:32.437Z | Downloaded git-stub v1.0.0 |
| 306 | 2026-05-21T21:54:32.437Z | Downloaded ghash v0.5.1 |
| 307 | 2026-05-21T21:54:32.437Z | Downloaded fxhash v0.2.1 |
| 308 | 2026-05-21T21:54:32.440Z | Downloaded fallible-iterator v0.2.0 |
| 309 | 2026-05-21T21:54:32.440Z | Downloaded erased-serde v0.3.31 |
| 310 | 2026-05-21T21:54:32.440Z | Downloaded filetime v0.2.27 |
| 311 | 2026-05-21T21:54:32.443Z | Downloaded ff v0.13.1 |
| 312 | 2026-05-21T21:54:32.443Z | Downloaded find-msvc-tools v0.1.9 |
| 313 | 2026-05-21T21:54:32.448Z | Downloaded foreign-types v0.3.2 |
| 314 | 2026-05-21T21:54:32.448Z | Downloaded foldhash v0.2.0 |
| 315 | 2026-05-21T21:54:32.448Z | Downloaded erased-serde v0.4.9 |
| 316 | 2026-05-21T21:54:32.451Z | Downloaded globwalk v0.9.1 |
| 317 | 2026-05-21T21:54:32.451Z | Downloaded env_logger v0.11.9 |
| 318 | 2026-05-21T21:54:32.451Z | Downloaded guppy-workspace-hack v0.1.0 |
| 319 | 2026-05-21T21:54:32.454Z | Downloaded foldhash v0.1.5 |
| 320 | 2026-05-21T21:54:32.454Z | Downloaded float-ord v0.3.2 |
| 321 | 2026-05-21T21:54:32.454Z | Downloaded fixedbitset v0.5.7 |
| 322 | 2026-05-21T21:54:32.456Z | Downloaded corncobs v0.1.4 |
| 323 | 2026-05-21T21:54:32.456Z | Downloaded camino v1.2.2 |
| 324 | 2026-05-21T21:54:32.459Z | Downloaded futures-task v0.3.32 |
| 325 | 2026-05-21T21:54:32.459Z | Downloaded hex v0.4.3 |
| 326 | 2026-05-21T21:54:32.462Z | Downloaded heck v0.5.0 |
| 327 | 2026-05-21T21:54:32.462Z | Downloaded hash32 v0.2.1 |
| 328 | 2026-05-21T21:54:32.462Z | Downloaded derive-ex v0.1.8 |
| 329 | 2026-05-21T21:54:32.465Z | Downloaded hash32 v0.3.1 |
| 330 | 2026-05-21T21:54:32.465Z | Downloaded crc32fast v1.5.0 |
| 331 | 2026-05-21T21:54:32.467Z | Downloaded cargo-util-schemas v0.8.2 |
| 332 | 2026-05-21T21:54:32.468Z | Downloaded crossbeam-utils v0.8.21 |
| 333 | 2026-05-21T21:54:32.471Z | Downloaded compression-codecs v0.4.37 |
| 334 | 2026-05-21T21:54:32.474Z | Downloaded bitflags v2.11.0 |
| 335 | 2026-05-21T21:54:32.477Z | Downloaded console v0.16.2 |
| 336 | 2026-05-21T21:54:32.477Z | Downloaded fs-err v2.11.0 |
| 337 | 2026-05-21T21:54:32.480Z | Downloaded heck v0.4.1 |
| 338 | 2026-05-21T21:54:32.480Z | Downloaded fs-err v3.3.0 |
| 339 | 2026-05-21T21:54:32.480Z | Downloaded darling v0.20.11 |
| 340 | 2026-05-21T21:54:32.483Z | Downloaded http-body v1.0.1 |
| 341 | 2026-05-21T21:54:32.486Z | Downloaded cookie v0.18.1 |
| 342 | 2026-05-21T21:54:32.486Z | Downloaded hex-literal v0.4.1 |
| 343 | 2026-05-21T21:54:32.489Z | Downloaded headers-core v0.3.0 |
| 344 | 2026-05-21T21:54:32.489Z | Downloaded derive_builder v0.20.2 |
| 345 | 2026-05-21T21:54:32.492Z | Downloaded crc-any v2.5.0 |
| 346 | 2026-05-21T21:54:32.492Z | Downloaded hostname v0.3.1 |
| 347 | 2026-05-21T21:54:32.495Z | Downloaded futures-executor v0.3.32 |
| 348 | 2026-05-21T21:54:32.495Z | Downloaded fs_extra v1.3.0 |
| 349 | 2026-05-21T21:54:32.497Z | Downloaded hubpack v0.1.2 |
| 350 | 2026-05-21T21:54:32.497Z | Downloaded httpdate v1.0.3 |
| 351 | 2026-05-21T21:54:32.497Z | Downloaded hubpack_derive v0.1.1 |
| 352 | 2026-05-21T21:54:32.500Z | Downloaded hostname v0.4.2 |
| 353 | 2026-05-21T21:54:32.500Z | Downloaded derive_more v0.99.20 |
| 354 | 2026-05-21T21:54:32.504Z | Downloaded http-range v0.1.5 |
| 355 | 2026-05-21T21:54:32.507Z | Downloaded drift v0.1.4 |
| 356 | 2026-05-21T21:54:32.509Z | Downloaded glob v0.3.3 |
| 357 | 2026-05-21T21:54:32.512Z | Downloaded git-stub-vcs v0.1.0 |
| 358 | 2026-05-21T21:54:32.512Z | Downloaded event-listener-strategy v0.5.4 |
| 359 | 2026-05-21T21:54:32.515Z | Downloaded des v0.8.1 |
| 360 | 2026-05-21T21:54:32.515Z | Downloaded event-listener v5.4.1 |
| 361 | 2026-05-21T21:54:32.524Z | Downloaded der v0.7.10 |
| 362 | 2026-05-21T21:54:32.527Z | Downloaded home v0.5.12 |
| 363 | 2026-05-21T21:54:32.527Z | Downloaded const_format_proc_macros v0.2.34 |
| 364 | 2026-05-21T21:54:32.527Z | Downloaded group v0.13.0 |
| 365 | 2026-05-21T21:54:32.527Z | Downloaded globset v0.4.18 |
| 366 | 2026-05-21T21:54:32.527Z | Downloaded console v0.15.11 |
| 367 | 2026-05-21T21:54:32.527Z | Downloaded chacha20 v0.10.0 |
| 368 | 2026-05-21T21:54:32.531Z | Downloaded ident_case v1.0.1 |
| 369 | 2026-05-21T21:54:32.531Z | Downloaded cipher v0.4.4 |
| 370 | 2026-05-21T21:54:32.534Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 371 | 2026-05-21T21:54:32.534Z | Downloaded indent_write v2.2.0 |
| 372 | 2026-05-21T21:54:32.534Z | Downloaded illumos-nvpair v0.3.0 |
| 373 | 2026-05-21T21:54:32.534Z | Downloaded blake2 v0.10.6 |
| 374 | 2026-05-21T21:54:32.534Z | Downloaded anstream v0.6.21 |
| 375 | 2026-05-21T21:54:32.537Z | Downloaded idna_adapter v1.2.1 |
| 376 | 2026-05-21T21:54:32.537Z | Downloaded cookie_store v0.22.1 |
| 377 | 2026-05-21T21:54:32.540Z | Downloaded instability v0.3.11 |
| 378 | 2026-05-21T21:54:32.540Z | Downloaded crossbeam-epoch v0.9.18 |
| 379 | 2026-05-21T21:54:32.542Z | Downloaded diff v0.1.13 |
| 380 | 2026-05-21T21:54:32.545Z | Downloaded clap v4.5.60 |
| 381 | 2026-05-21T21:54:32.549Z | Downloaded is-terminal v0.4.17 |
| 382 | 2026-05-21T21:54:32.552Z | Downloaded derive-where v1.6.0 |
| 383 | 2026-05-21T21:54:32.555Z | Downloaded bzip2 v0.4.4 |
| 384 | 2026-05-21T21:54:32.555Z | Downloaded futures-channel v0.3.32 |
| 385 | 2026-05-21T21:54:32.558Z | Downloaded colored v3.1.1 |
| 386 | 2026-05-21T21:54:32.558Z | Downloaded either v1.15.0 |
| 387 | 2026-05-21T21:54:32.562Z | Downloaded hyper-staticfile v0.10.1 |
| 388 | 2026-05-21T21:54:32.562Z | Downloaded http-body-util v0.1.3 |
| 389 | 2026-05-21T21:54:32.566Z | Downloaded humantime v2.3.0 |
| 390 | 2026-05-21T21:54:32.566Z | Downloaded dropshot_endpoint v0.16.7 |
| 391 | 2026-05-21T21:54:32.570Z | Downloaded is_ci v1.2.0 |
| 392 | 2026-05-21T21:54:32.570Z | Downloaded inout v0.1.4 |
| 393 | 2026-05-21T21:54:32.570Z | Downloaded linked-hash-map v0.5.6 |
| 394 | 2026-05-21T21:54:32.570Z | Downloaded lru-cache v0.1.2 |
| 395 | 2026-05-21T21:54:32.574Z | Downloaded lru v0.12.5 |
| 396 | 2026-05-21T21:54:32.574Z | Downloaded libscf-sys v1.1.0 |
| 397 | 2026-05-21T21:54:32.574Z | Downloaded internet-checksum v0.2.1 |
| 398 | 2026-05-21T21:54:32.574Z | Downloaded indoc v1.0.9 |
| 399 | 2026-05-21T21:54:32.578Z | Downloaded darling_core v0.21.3 |
| 400 | 2026-05-21T21:54:32.578Z | Downloaded linkme-impl v0.3.35 |
| 401 | 2026-05-21T21:54:32.582Z | Downloaded highway v1.3.0 |
| 402 | 2026-05-21T21:54:32.582Z | Downloaded getrandom v0.2.17 |
| 403 | 2026-05-21T21:54:32.586Z | Downloaded crossterm v0.29.0 |
| 404 | 2026-05-21T21:54:32.589Z | Downloaded keccak v0.1.6 |
| 405 | 2026-05-21T21:54:32.589Z | Downloaded itoa v1.0.17 |
| 406 | 2026-05-21T21:54:32.589Z | Downloaded instant v0.1.13 |
| 407 | 2026-05-21T21:54:32.589Z | Downloaded lazy_static v1.5.0 |
| 408 | 2026-05-21T21:54:32.594Z | Downloaded const-oid v0.9.6 |
| 409 | 2026-05-21T21:54:32.594Z | Downloaded compact_str v0.8.1 |
| 410 | 2026-05-21T21:54:32.598Z | Downloaded lalrpop-util v0.19.12 |
| 411 | 2026-05-21T21:54:32.598Z | Downloaded futures-timer v3.0.3 |
| 412 | 2026-05-21T21:54:32.598Z | Downloaded dropshot_endpoint v0.17.0 |
| 413 | 2026-05-21T21:54:32.602Z | Downloaded foreign-types-shared v0.3.1 |
| 414 | 2026-05-21T21:54:32.602Z | Downloaded bzip2 v0.6.1 |
| 415 | 2026-05-21T21:54:32.602Z | Downloaded memoffset v0.9.1 |
| 416 | 2026-05-21T21:54:32.605Z | Downloaded md5 v0.7.0 |
| 417 | 2026-05-21T21:54:32.605Z | Downloaded md-5 v0.10.6 |
| 418 | 2026-05-21T21:54:32.605Z | Downloaded hyper-tls v0.6.0 |
| 419 | 2026-05-21T21:54:32.608Z | Downloaded kstat-rs v0.2.4 |
| 420 | 2026-05-21T21:54:32.608Z | Downloaded maplit v1.0.2 |
| 421 | 2026-05-21T21:54:32.608Z | Downloaded lzss v0.8.2 |
| 422 | 2026-05-21T21:54:32.611Z | Downloaded cancel-safe-futures v0.1.5 |
| 423 | 2026-05-21T21:54:32.611Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 424 | 2026-05-21T21:54:32.616Z | Downloaded darling_core v0.20.11 |
| 425 | 2026-05-21T21:54:32.620Z | Downloaded elliptic-curve v0.13.8 |
| 426 | 2026-05-21T21:54:32.620Z | Downloaded anyhow v1.0.102 |
| 427 | 2026-05-21T21:54:32.625Z | Downloaded darling v0.23.0 |
| 428 | 2026-05-21T21:54:32.629Z | Downloaded match_cfg v0.1.0 |
| 429 | 2026-05-21T21:54:32.629Z | Downloaded macaddr v1.0.1 |
| 430 | 2026-05-21T21:54:32.629Z | Downloaded clang-sys v1.8.1 |
| 431 | 2026-05-21T21:54:32.629Z | Downloaded displaydoc v0.2.5 |
| 432 | 2026-05-21T21:54:32.633Z | Downloaded backoff v0.4.0 |
| 433 | 2026-05-21T21:54:32.634Z | Downloaded memmap v0.7.0 |
| 434 | 2026-05-21T21:54:32.634Z | Downloaded maybe-uninit v2.0.0 |
| 435 | 2026-05-21T21:54:32.638Z | Downloaded lru-slab v0.1.2 |
| 436 | 2026-05-21T21:54:32.638Z | Downloaded newline-converter v0.3.0 |
| 437 | 2026-05-21T21:54:32.638Z | Downloaded multimap v0.10.1 |
| 438 | 2026-05-21T21:54:32.638Z | Downloaded new_debug_unreachable v1.0.6 |
| 439 | 2026-05-21T21:54:32.638Z | Downloaded nested v0.1.1 |
| 440 | 2026-05-21T21:54:32.642Z | Downloaded bcs v0.1.6 |
| 441 | 2026-05-21T21:54:32.642Z | Downloaded csv-core v0.1.13 |
| 442 | 2026-05-21T21:54:32.642Z | Downloaded criterion-plot v0.6.0 |
| 443 | 2026-05-21T21:54:32.642Z | Downloaded newtype-uuid-macros v0.1.0 |
| 444 | 2026-05-21T21:54:32.646Z | Downloaded libloading v0.8.9 |
| 445 | 2026-05-21T21:54:32.646Z | Downloaded bytecount v0.6.9 |
| 446 | 2026-05-21T21:54:32.650Z | Downloaded bitfield v0.19.4 |
| 447 | 2026-05-21T21:54:32.651Z | Downloaded libsw-core v0.3.2 |
| 448 | 2026-05-21T21:54:32.651Z | Downloaded indoc v2.0.7 |
| 449 | 2026-05-21T21:54:32.654Z | Downloaded libtest-mimic v0.8.1 |
| 450 | 2026-05-21T21:54:32.654Z | Downloaded assert_matches v1.5.0 |
| 451 | 2026-05-21T21:54:32.654Z | Downloaded anstyle-query v1.1.5 |
| 452 | 2026-05-21T21:54:32.654Z | Downloaded crunchy v0.2.4 |
| 453 | 2026-05-21T21:54:32.658Z | Downloaded normalize-line-endings v0.3.0 |
| 454 | 2026-05-21T21:54:32.661Z | Downloaded nonempty v0.12.0 |
| 455 | 2026-05-21T21:54:32.665Z | Downloaded ingot v0.1.1 |
| 456 | 2026-05-21T21:54:32.665Z | Downloaded newtype_derive v0.1.6 |
| 457 | 2026-05-21T21:54:32.670Z | Downloaded nibble_vec v0.1.0 |
| 458 | 2026-05-21T21:54:32.670Z | Downloaded futures v0.3.32 |
| 459 | 2026-05-21T21:54:32.674Z | Downloaded ipnetwork v0.21.1 |
| 460 | 2026-05-21T21:54:32.674Z | Downloaded hickory-client v0.25.2 |
| 461 | 2026-05-21T21:54:32.678Z | Downloaded getrandom v0.3.4 |
| 462 | 2026-05-21T21:54:32.678Z | Downloaded is_terminal_polyfill v1.70.2 |
| 463 | 2026-05-21T21:54:32.678Z | Downloaded ipnet v2.11.0 |
| 464 | 2026-05-21T21:54:32.682Z | Downloaded half v2.7.1 |
| 465 | 2026-05-21T21:54:32.682Z | Downloaded flume v0.11.1 |
| 466 | 2026-05-21T21:54:32.687Z | Downloaded knuffel-derive v3.2.0 |
| 467 | 2026-05-21T21:54:32.687Z | Downloaded nodrop v0.1.14 |
| 468 | 2026-05-21T21:54:32.687Z | Downloaded libefi-sys v0.1.0 |
| 469 | 2026-05-21T21:54:32.687Z | Downloaded managed v0.8.0 |
| 470 | 2026-05-21T21:54:32.691Z | Downloaded ingot-macros v0.1.1 |
| 471 | 2026-05-21T21:54:32.691Z | Downloaded num-iter v0.1.45 |
| 472 | 2026-05-21T21:54:32.691Z | Downloaded num-conv v0.2.0 |
| 473 | 2026-05-21T21:54:32.691Z | Downloaded hyper-rustls v0.27.7 |
| 474 | 2026-05-21T21:54:32.691Z | Downloaded httptest v0.16.4 |
| 475 | 2026-05-21T21:54:32.697Z | Downloaded httparse v1.10.1 |
| 476 | 2026-05-21T21:54:32.697Z | Downloaded num-derive v0.3.3 |
| 477 | 2026-05-21T21:54:32.697Z | Downloaded olpc-cjson v0.1.4 |
| 478 | 2026-05-21T21:54:32.701Z | Downloaded num v0.4.3 |
| 479 | 2026-05-21T21:54:32.701Z | Downloaded jobserver v0.1.34 |
| 480 | 2026-05-21T21:54:32.701Z | Downloaded num_threads v0.1.7 |
| 481 | 2026-05-21T21:54:32.701Z | Downloaded num_enum_derive v0.5.11 |
| 482 | 2026-05-21T21:54:32.701Z | Downloaded libsw v3.5.0 |
| 483 | 2026-05-21T21:54:32.705Z | Downloaded linear-map v1.2.0 |
| 484 | 2026-05-21T21:54:32.705Z | Downloaded lock_api v0.4.14 |
| 485 | 2026-05-21T21:54:32.705Z | Downloaded fatfs v0.3.6 |
| 486 | 2026-05-21T21:54:32.706Z | Downloaded backtrace v0.3.76 |
| 487 | 2026-05-21T21:54:32.711Z | Downloaded crypto-bigint v0.5.5 |
| 488 | 2026-05-21T21:54:32.718Z | Downloaded iana-time-zone v0.1.65 |
| 489 | 2026-05-21T21:54:32.718Z | Downloaded half v1.8.3 |
| 490 | 2026-05-21T21:54:32.723Z | Downloaded miette-derive v5.10.0 |
| 491 | 2026-05-21T21:54:32.723Z | Downloaded mime v0.3.17 |
| 492 | 2026-05-21T21:54:32.723Z | Downloaded openssl-macros v0.1.1 |
| 493 | 2026-05-21T21:54:32.723Z | Downloaded multer v3.1.0 |
| 494 | 2026-05-21T21:54:32.728Z | Downloaded openssl-probe v0.2.1 |
| 495 | 2026-05-21T21:54:32.728Z | Downloaded openssl-probe v0.1.6 |
| 496 | 2026-05-21T21:54:32.728Z | Downloaded newtype-uuid v1.3.2 |
| 497 | 2026-05-21T21:54:32.728Z | Downloaded ordered-float v2.10.1 |
| 498 | 2026-05-21T21:54:32.732Z | Downloaded opaque-debug v0.3.1 |
| 499 | 2026-05-21T21:54:32.732Z | Downloaded native-tls v0.2.18 |
| 500 | 2026-05-21T21:54:32.732Z | Downloaded hmac v0.12.1 |
| 501 | 2026-05-21T21:54:32.739Z | Downloaded linkme v0.3.35 |
| 502 | 2026-05-21T21:54:32.742Z | Downloaded base64 v0.22.1 |
| 503 | 2026-05-21T21:54:32.750Z | Downloaded nanorand v0.7.0 |
| 504 | 2026-05-21T21:54:32.753Z | Downloaded parking v2.2.1 |
| 505 | 2026-05-21T21:54:32.756Z | Downloaded packed_struct_codegen v0.10.1 |
| 506 | 2026-05-21T21:54:32.756Z | Downloaded async-compression v0.4.41 |
| 507 | 2026-05-21T21:54:32.759Z | Downloaded parse-display v0.10.0 |
| 508 | 2026-05-21T21:54:32.764Z | Downloaded icu_provider v2.1.1 |
| 509 | 2026-05-21T21:54:32.768Z | Downloaded getrandom v0.4.1 |
| 510 | 2026-05-21T21:54:32.773Z | Downloaded icu_properties v2.1.2 |
| 511 | 2026-05-21T21:54:32.777Z | Downloaded num-integer v0.1.46 |
| 512 | 2026-05-21T21:54:32.781Z | Downloaded num-derive v0.4.2 |
| 513 | 2026-05-21T21:54:32.781Z | Downloaded litemap v0.8.1 |
| 514 | 2026-05-21T21:54:32.781Z | Downloaded parse-size v1.1.0 |
| 515 | 2026-05-21T21:54:32.786Z | Downloaded pbkdf2 v0.12.2 |
| 516 | 2026-05-21T21:54:32.786Z | Downloaded pbkdf2 v0.11.0 |
| 517 | 2026-05-21T21:54:32.786Z | Downloaded num_enum v0.7.5 |
| 518 | 2026-05-21T21:54:32.790Z | Downloaded ignore v0.4.25 |
| 519 | 2026-05-21T21:54:32.790Z | Downloaded num_enum v0.5.11 |
| 520 | 2026-05-21T21:54:32.795Z | Downloaded num_enum_derive v0.7.5 |
| 521 | 2026-05-21T21:54:32.796Z | Downloaded derive_more v2.1.1 |
| 522 | 2026-05-21T21:54:32.800Z | Downloaded flate2 v1.1.9 |
| 523 | 2026-05-21T21:54:32.803Z | Downloaded num-rational v0.4.2 |
| 524 | 2026-05-21T21:54:32.803Z | Downloaded oso-derive v0.27.3 |
| 525 | 2026-05-21T21:54:32.803Z | Downloaded oorandom v11.1.5 |
| 526 | 2026-05-21T21:54:32.807Z | Downloaded mime_guess v2.0.5 |
| 527 | 2026-05-21T21:54:32.810Z | Downloaded peg-runtime v0.8.5 |
| 528 | 2026-05-21T21:54:32.814Z | Downloaded percent-encoding v2.3.2 |
| 529 | 2026-05-21T21:54:32.817Z | Downloaded libbz2-rs-sys v0.2.2 |
| 530 | 2026-05-21T21:54:32.817Z | Downloaded path-slash v0.1.5 |
| 531 | 2026-05-21T21:54:32.821Z | Downloaded phf_shared v0.13.1 |
| 532 | 2026-05-21T21:54:32.821Z | Downloaded phf_shared v0.12.1 |
| 533 | 2026-05-21T21:54:32.824Z | Downloaded litrs v1.0.0 |
| 534 | 2026-05-21T21:54:32.828Z | Downloaded heapless v0.7.17 |
| 535 | 2026-05-21T21:54:32.832Z | Downloaded memmap2 v0.9.10 |
| 536 | 2026-05-21T21:54:32.832Z | Downloaded oxide-tokio-rt v0.1.4 |
| 537 | 2026-05-21T21:54:32.836Z | Downloaded nu-ansi-term v0.50.3 |
| 538 | 2026-05-21T21:54:32.836Z | Downloaded dropshot-api-manager v0.7.1 |
| 539 | 2026-05-21T21:54:32.840Z | Downloaded pathdiff v0.2.3 |
| 540 | 2026-05-21T21:54:32.840Z | Downloaded cc v1.2.56 |
| 541 | 2026-05-21T21:54:32.841Z | Downloaded phf_shared v0.11.3 |
| 542 | 2026-05-21T21:54:32.845Z | Downloaded pin-utils v0.1.0 |
| 543 | 2026-05-21T21:54:32.845Z | Downloaded oxnet v0.1.4 |
| 544 | 2026-05-21T21:54:32.845Z | Downloaded packed_struct v0.10.1 |
| 545 | 2026-05-21T21:54:32.845Z | Downloaded plotters-backend v0.3.7 |
| 546 | 2026-05-21T21:54:32.849Z | Downloaded ingot-types v0.1.2 |
| 547 | 2026-05-21T21:54:32.849Z | Downloaded parking_lot_core v0.8.6 |
| 548 | 2026-05-21T21:54:32.849Z | Downloaded headers v0.4.1 |
| 549 | 2026-05-21T21:54:32.852Z | Downloaded fancy-regex v0.14.0 |
| 550 | 2026-05-21T21:54:32.852Z | Downloaded expectorate v1.2.0 |
| 551 | 2026-05-21T21:54:32.855Z | Downloaded owo-colors v3.5.0 |
| 552 | 2026-05-21T21:54:32.855Z | Downloaded num-complex v0.4.6 |
| 553 | 2026-05-21T21:54:32.860Z | Downloaded indexmap v1.9.3 |
| 554 | 2026-05-21T21:54:32.863Z | Downloaded plotters-svg v0.3.7 |
| 555 | 2026-05-21T21:54:32.863Z | Downloaded plain v0.2.3 |
| 556 | 2026-05-21T21:54:32.863Z | Downloaded derive_more-impl v2.1.1 |
| 557 | 2026-05-21T21:54:32.866Z | Downloaded powerfmt v0.2.0 |
| 558 | 2026-05-21T21:54:32.866Z | Downloaded potential_utf v0.1.4 |
| 559 | 2026-05-21T21:54:32.870Z | Downloaded password-hash v0.4.2 |
| 560 | 2026-05-21T21:54:32.870Z | Downloaded partial-io v0.5.4 |
| 561 | 2026-05-21T21:54:32.873Z | Downloaded parse-display-derive v0.10.0 |
| 562 | 2026-05-21T21:54:32.873Z | Downloaded once_cell v1.21.3 |
| 563 | 2026-05-21T21:54:32.873Z | Downloaded omicron-zone-package v0.12.2 |
| 564 | 2026-05-21T21:54:32.876Z | Downloaded indicatif v0.18.4 |
| 565 | 2026-05-21T21:54:32.879Z | Downloaded pretty-hex v0.4.1 |
| 566 | 2026-05-21T21:54:32.879Z | Downloaded password-hash v0.5.0 |
| 567 | 2026-05-21T21:54:32.879Z | Downloaded predicates-core v1.0.10 |
| 568 | 2026-05-21T21:54:32.879Z | Downloaded precomputed-hash v0.1.1 |
| 569 | 2026-05-21T21:54:32.884Z | Downloaded paste v1.0.15 |
| 570 | 2026-05-21T21:54:32.884Z | Downloaded heapless v0.8.0 |
| 571 | 2026-05-21T21:54:32.886Z | Downloaded log v0.4.29 |
| 572 | 2026-05-21T21:54:32.886Z | Downloaded ed25519-dalek v2.2.0 |
| 573 | 2026-05-21T21:54:32.889Z | Downloaded owo-colors v4.3.0 |
| 574 | 2026-05-21T21:54:32.889Z | Downloaded icu_normalizer_data v2.1.1 |
| 575 | 2026-05-21T21:54:32.892Z | Downloaded icu_normalizer v2.1.1 |
| 576 | 2026-05-21T21:54:32.895Z | Downloaded icu_locale_core v2.1.1 |
| 577 | 2026-05-21T21:54:32.899Z | Downloaded pem-rfc7468 v0.7.0 |
| 578 | 2026-05-21T21:54:32.902Z | Downloaded pem v3.0.6 |
| 579 | 2026-05-21T21:54:32.902Z | Downloaded phf v0.12.1 |
| 580 | 2026-05-21T21:54:32.902Z | Downloaded peg-macros v0.8.5 |
| 581 | 2026-05-21T21:54:32.905Z | Downloaded path-tree v0.8.3 |
| 582 | 2026-05-21T21:54:32.905Z | Downloaded pin-project-lite v0.2.17 |
| 583 | 2026-05-21T21:54:32.907Z | Downloaded progenitor-client v0.10.0 |
| 584 | 2026-05-21T21:54:32.907Z | Downloaded proc-macro-crate v1.3.1 |
| 585 | 2026-05-21T21:54:32.912Z | Downloaded proc-macro-crate v3.4.0 |
| 586 | 2026-05-21T21:54:32.915Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 587 | 2026-05-21T21:54:32.915Z | Downloaded proc-macro-error-attr v1.0.4 |
| 588 | 2026-05-21T21:54:32.915Z | Downloaded pin-project-internal v1.1.11 |
| 589 | 2026-05-21T21:54:32.915Z | Downloaded pkg-config v0.3.32 |
| 590 | 2026-05-21T21:54:32.918Z | Downloaded phf v0.13.1 |
| 591 | 2026-05-21T21:54:32.918Z | Downloaded bumpalo v3.20.2 |
| 592 | 2026-05-21T21:54:32.921Z | Downloaded diesel_derives v2.3.7 |
| 593 | 2026-05-21T21:54:32.927Z | Downloaded parking_lot_core v0.9.12 |
| 594 | 2026-05-21T21:54:32.930Z | Downloaded progenitor-client v0.14.0 |
| 595 | 2026-05-21T21:54:32.930Z | Downloaded pkcs8 v0.10.2 |
| 596 | 2026-05-21T21:54:32.933Z | Downloaded progenitor-client v0.11.2 |
| 597 | 2026-05-21T21:54:32.933Z | Downloaded hickory-resolver v0.24.4 |
| 598 | 2026-05-21T21:54:32.937Z | Downloaded hickory-resolver v0.25.2 |
| 599 | 2026-05-21T21:54:32.940Z | Downloaded ppv-lite86 v0.2.21 |
| 600 | 2026-05-21T21:54:32.940Z | Downloaded num-traits v0.2.19 |
| 601 | 2026-05-21T21:54:32.940Z | Downloaded knuffel v3.2.0 |
| 602 | 2026-05-21T21:54:32.943Z | Downloaded poly1305 v0.8.0 |
| 603 | 2026-05-21T21:54:32.946Z | Downloaded parking_lot v0.12.5 |
| 604 | 2026-05-21T21:54:32.946Z | Downloaded progenitor-macro v0.10.0 |
| 605 | 2026-05-21T21:54:32.946Z | Downloaded progenitor-macro v0.14.0 |
| 606 | 2026-05-21T21:54:32.951Z | Downloaded predicates-tree v1.0.13 |
| 607 | 2026-05-21T21:54:32.951Z | Downloaded parking_lot v0.11.2 |
| 608 | 2026-05-21T21:54:32.951Z | Downloaded progenitor-macro v0.11.2 |
| 609 | 2026-05-21T21:54:32.954Z | Downloaded aes v0.8.4 |
| 610 | 2026-05-21T21:54:32.954Z | Downloaded miniz_oxide v0.8.9 |
| 611 | 2026-05-21T21:54:32.958Z | Downloaded primeorder v0.13.6 |
| 612 | 2026-05-21T21:54:32.958Z | Downloaded radium v0.7.0 |
| 613 | 2026-05-21T21:54:32.961Z | Downloaded progenitor-macro v0.13.0 |
| 614 | 2026-05-21T21:54:32.961Z | Downloaded predicates v3.1.4 |
| 615 | 2026-05-21T21:54:32.961Z | Downloaded peg v0.8.5 |
| 616 | 2026-05-21T21:54:32.965Z | Downloaded icu_collections v2.1.1 |
| 617 | 2026-05-21T21:54:32.968Z | Downloaded quick-error v1.2.3 |
| 618 | 2026-05-21T21:54:32.974Z | Downloaded rand_chacha v0.3.1 |
| 619 | 2026-05-21T21:54:32.974Z | Downloaded proc-macro-error v1.0.4 |
| 620 | 2026-05-21T21:54:32.984Z | Downloaded papergrid v0.17.0 |
| 621 | 2026-05-21T21:54:32.987Z | Downloaded pest_generator v2.8.6 |
| 622 | 2026-05-21T21:54:32.987Z | Downloaded pest_derive v2.8.6 |
| 623 | 2026-05-21T21:54:32.992Z | Downloaded progenitor v0.10.0 |
| 624 | 2026-05-21T21:54:32.995Z | Downloaded rand_xorshift v0.4.0 |
| 625 | 2026-05-21T21:54:32.995Z | Downloaded progenitor-client v0.13.0 |
| 626 | 2026-05-21T21:54:32.995Z | Downloaded hashbrown v0.13.2 |
| 627 | 2026-05-21T21:54:32.998Z | Downloaded hashbrown v0.12.3 |
| 628 | 2026-05-21T21:54:33.002Z | Downloaded pkcs1 v0.7.5 |
| 629 | 2026-05-21T21:54:33.002Z | Downloaded progenitor v0.13.0 |
| 630 | 2026-05-21T21:54:33.005Z | Downloaded pkcs5 v0.7.1 |
| 631 | 2026-05-21T21:54:33.011Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 632 | 2026-05-21T21:54:33.011Z | Downloaded recursive v0.1.1 |
| 633 | 2026-05-21T21:54:33.014Z | Downloaded ref-cast-impl v1.0.25 |
| 634 | 2026-05-21T21:54:33.014Z | Downloaded criterion v0.7.0 |
| 635 | 2026-05-21T21:54:33.018Z | Downloaded progenitor-extras v0.2.0 |
| 636 | 2026-05-21T21:54:33.021Z | Downloaded postgres-types v0.2.12 |
| 637 | 2026-05-21T21:54:33.025Z | Downloaded postcard v1.1.3 |
| 638 | 2026-05-21T21:54:33.025Z | Downloaded jiff-static v0.2.21 |
| 639 | 2026-05-21T21:54:33.028Z | Downloaded rfc6979 v0.4.0 |
| 640 | 2026-05-21T21:54:33.028Z | Downloaded polyval v0.6.2 |
| 641 | 2026-05-21T21:54:33.031Z | Downloaded psl-types v2.0.11 |
| 642 | 2026-05-21T21:54:33.034Z | Downloaded rtoolbox v0.0.3 |
| 643 | 2026-05-21T21:54:33.041Z | Downloaded quote v1.0.45 |
| 644 | 2026-05-21T21:54:33.045Z | Downloaded rustc-hash v2.1.1 |
| 645 | 2026-05-21T21:54:33.045Z | Downloaded rustc_version v0.1.7 |
| 646 | 2026-05-21T21:54:33.045Z | Downloaded psm v0.1.30 |
| 647 | 2026-05-21T21:54:33.048Z | Downloaded postgres-protocol v0.6.10 |
| 648 | 2026-05-21T21:54:33.048Z | Downloaded rand_chacha v0.9.0 |
| 649 | 2026-05-21T21:54:33.052Z | Downloaded r2d2 v0.8.10 |
| 650 | 2026-05-21T21:54:33.052Z | Downloaded hyper-util v0.1.20 |
| 651 | 2026-05-21T21:54:33.055Z | Downloaded russh-cryptovec v0.7.3 |
| 652 | 2026-05-21T21:54:33.059Z | Downloaded p256 v0.13.2 |
| 653 | 2026-05-21T21:54:33.062Z | Downloaded rustc_version v0.4.1 |
| 654 | 2026-05-21T21:54:33.062Z | Downloaded pin-project v1.1.11 |
| 655 | 2026-05-21T21:54:33.069Z | Downloaded rand_core v0.10.0 |
| 656 | 2026-05-21T21:54:34.074Z | Downloaded proc-macro-error2 v2.0.1 |
| 657 | 2026-05-21T21:54:34.078Z | Downloaded progenitor v0.11.2 |
| 658 | 2026-05-21T21:54:34.078Z | Downloaded oso v0.27.3 |
| 659 | 2026-05-21T21:54:34.078Z | Downloaded rand_core v0.6.4 |
| 660 | 2026-05-21T21:54:34.078Z | Downloaded progenitor v0.14.0 |
| 661 | 2026-05-21T21:54:34.078Z | Downloaded openssl-sys v0.9.115 |
| 662 | 2026-05-21T21:54:34.078Z | Downloaded rand_seeder v0.4.0 |
| 663 | 2026-05-21T21:54:34.078Z | Downloaded minimal-lexical v0.2.1 |
| 664 | 2026-05-21T21:54:34.078Z | Downloaded ref-cast v1.0.25 |
| 665 | 2026-05-21T21:54:34.078Z | Downloaded scopeguard v1.2.0 |
| 666 | 2026-05-21T21:54:34.078Z | Downloaded crossterm v0.28.1 |
| 667 | 2026-05-21T21:54:34.078Z | Downloaded same-file v1.0.6 |
| 668 | 2026-05-21T21:54:34.078Z | Downloaded memchr v2.8.0 |
| 669 | 2026-05-21T21:54:34.078Z | Downloaded rand_core v0.9.5 |
| 670 | 2026-05-21T21:54:34.078Z | Downloaded aes-gcm v0.10.3 |
| 671 | 2026-05-21T21:54:34.078Z | Downloaded sapling-renderdag v0.1.0 |
| 672 | 2026-05-21T21:54:34.078Z | Downloaded salsa20 v0.10.2 |
| 673 | 2026-05-21T21:54:34.078Z | Downloaded relative-path v1.9.3 |
| 674 | 2026-05-21T21:54:34.078Z | Downloaded papergrid v0.11.0 |
| 675 | 2026-05-21T21:54:34.078Z | Downloaded resolv-conf v0.7.6 |
| 676 | 2026-05-21T21:54:34.078Z | Downloaded scroll_derive v0.12.1 |
| 677 | 2026-05-21T21:54:34.078Z | Downloaded secrecy v0.8.0 |
| 678 | 2026-05-21T21:54:34.078Z | Downloaded scroll_derive v0.13.1 |
| 679 | 2026-05-21T21:54:34.078Z | Downloaded scrypt v0.11.0 |
| 680 | 2026-05-21T21:54:34.078Z | Downloaded pest_meta v2.8.6 |
| 681 | 2026-05-21T21:54:34.078Z | Downloaded rust-argon2 v2.1.0 |
| 682 | 2026-05-21T21:54:34.078Z | Downloaded quinn-udp v0.5.14 |
| 683 | 2026-05-21T21:54:34.078Z | Downloaded rustls-native-certs v0.8.3 |
| 684 | 2026-05-21T21:54:34.078Z | Downloaded semver v0.1.20 |
| 685 | 2026-05-21T21:54:34.078Z | Downloaded secrecy v0.10.3 |
| 686 | 2026-05-21T21:54:34.079Z | Downloaded chrono v0.4.44 |
| 687 | 2026-05-21T21:54:34.079Z | Downloaded serde-big-array v0.5.1 |
| 688 | 2026-05-21T21:54:34.079Z | Downloaded seq-macro v0.3.6 |
| 689 | 2026-05-21T21:54:34.079Z | Downloaded serde_bytes v0.11.19 |
| 690 | 2026-05-21T21:54:34.079Z | Downloaded rustls-pemfile v1.0.4 |
| 691 | 2026-05-21T21:54:34.079Z | Downloaded progenitor-impl v0.11.2 |
| 692 | 2026-05-21T21:54:34.079Z | Downloaded http v1.4.0 |
| 693 | 2026-05-21T21:54:34.079Z | Downloaded hickory-server v0.25.2 |
| 694 | 2026-05-21T21:54:34.079Z | Downloaded proc-macro2 v1.0.106 |
| 695 | 2026-05-21T21:54:34.079Z | Downloaded serde_regex v1.1.0 |
| 696 | 2026-05-21T21:54:34.079Z | Downloaded clap_builder v4.5.60 |
| 697 | 2026-05-21T21:54:34.079Z | Downloaded rustversion v1.0.22 |
| 698 | 2026-05-21T21:54:34.079Z | Downloaded itertools v0.10.5 |
| 699 | 2026-05-21T21:54:34.079Z | Downloaded serde_plain v1.0.2 |
| 700 | 2026-05-21T21:54:34.079Z | Downloaded serde_spanned v1.0.4 |
| 701 | 2026-05-21T21:54:34.079Z | Downloaded serde_repr v0.1.20 |
| 702 | 2026-05-21T21:54:34.079Z | Downloaded scheduled-thread-pool v0.2.7 |
| 703 | 2026-05-21T21:54:34.079Z | Downloaded miette v5.10.0 |
| 704 | 2026-05-21T21:54:34.079Z | Downloaded schemars_derive v0.8.22 |
| 705 | 2026-05-21T21:54:34.079Z | Downloaded rusty-fork v0.3.1 |
| 706 | 2026-05-21T21:54:34.079Z | Downloaded mio v1.2.0 |
| 707 | 2026-05-21T21:54:34.079Z | Downloaded sha1 v0.10.6 |
| 708 | 2026-05-21T21:54:34.079Z | Downloaded prettyplease v0.2.37 |
| 709 | 2026-05-21T21:54:34.079Z | Downloaded scroll v0.13.0 |
| 710 | 2026-05-21T21:54:34.079Z | Downloaded progenitor-impl v0.10.0 |
| 711 | 2026-05-21T21:54:34.079Z | Downloaded libxml v0.3.3 |
| 712 | 2026-05-21T21:54:34.079Z | Downloaded rustc-demangle v0.1.27 |
| 713 | 2026-05-21T21:54:34.079Z | Downloaded signature v2.2.0 |
| 714 | 2026-05-21T21:54:34.079Z | Downloaded signal-hook-mio v0.2.5 |
| 715 | 2026-05-21T21:54:34.079Z | Downloaded nom v7.1.3 |
| 716 | 2026-05-21T21:54:34.079Z | Downloaded shell-words v1.1.1 |
| 717 | 2026-05-21T21:54:34.079Z | Downloaded indexmap v2.14.0 |
| 718 | 2026-05-21T21:54:34.079Z | Downloaded siphasher v1.0.2 |
| 719 | 2026-05-21T21:54:34.079Z | Downloaded signal-hook-tokio v0.3.1 |
| 720 | 2026-05-21T21:54:34.079Z | Downloaded similar-asserts v1.7.0 |
| 721 | 2026-05-21T21:54:34.079Z | Downloaded sigpipe v0.1.3 |
| 722 | 2026-05-21T21:54:34.079Z | Downloaded scroll v0.12.0 |
| 723 | 2026-05-21T21:54:34.079Z | Downloaded serde-untagged v0.1.9 |
| 724 | 2026-05-21T21:54:34.080Z | Downloaded serde-hex v0.1.0 |
| 725 | 2026-05-21T21:54:34.080Z | Downloaded num-bigint v0.4.6 |
| 726 | 2026-05-21T21:54:34.080Z | Downloaded rcgen v0.12.1 |
| 727 | 2026-05-21T21:54:34.080Z | Downloaded pretty_assertions v1.4.1 |
| 728 | 2026-05-21T21:54:34.080Z | Downloaded serde-value v0.7.0 |
| 729 | 2026-05-21T21:54:34.080Z | Downloaded slog-bunyan v2.5.0 |
| 730 | 2026-05-21T21:54:34.080Z | Downloaded russh-keys v0.45.0 |
| 731 | 2026-05-21T21:54:34.080Z | Downloaded slog-envlogger v2.2.0 |
| 732 | 2026-05-21T21:54:34.080Z | Downloaded sec1 v0.7.3 |
| 733 | 2026-05-21T21:54:34.080Z | Downloaded itertools v0.12.1 |
| 734 | 2026-05-21T21:54:34.080Z | Downloaded itertools v0.13.0 |
| 735 | 2026-05-21T21:54:34.080Z | Downloaded serde_urlencoded v0.7.1 |
| 736 | 2026-05-21T21:54:34.080Z | Downloaded serde_derive_internals v0.29.1 |
| 737 | 2026-05-21T21:54:34.080Z | Downloaded iri-string v0.7.10 |
| 738 | 2026-05-21T21:54:34.080Z | Downloaded prefix-trie v0.7.0 |
| 739 | 2026-05-21T21:54:34.080Z | Downloaded hashbrown v0.16.1 |
| 740 | 2026-05-21T21:54:34.080Z | Downloaded rustls-pki-types v1.14.0 |
| 741 | 2026-05-21T21:54:34.080Z | Downloaded serde_tokenstream v0.2.3 |
| 742 | 2026-05-21T21:54:34.080Z | Downloaded rustls-pemfile v2.2.0 |
| 743 | 2026-05-21T21:54:34.080Z | Downloaded sct v0.7.1 |
| 744 | 2026-05-21T21:54:34.080Z | Downloaded smawk v0.3.2 |
| 745 | 2026-05-21T21:54:34.080Z | Downloaded serde_spanned v0.6.9 |
| 746 | 2026-05-21T21:54:34.080Z | Downloaded serde_path_to_error v0.1.20 |
| 747 | 2026-05-21T21:54:34.080Z | Downloaded hashbrown v0.15.5 |
| 748 | 2026-05-21T21:54:34.080Z | Downloaded hashbrown v0.14.5 |
| 749 | 2026-05-21T21:54:34.080Z | Downloaded aho-corasick v1.1.4 |
| 750 | 2026-05-21T21:54:34.080Z | Downloaded shlex v1.3.0 |
| 751 | 2026-05-21T21:54:34.080Z | Downloaded stable_deref_trait v1.2.1 |
| 752 | 2026-05-21T21:54:34.080Z | Downloaded icu_properties_data v2.1.2 |
| 753 | 2026-05-21T21:54:34.080Z | Downloaded sqlparser_derive v0.5.0 |
| 754 | 2026-05-21T21:54:34.080Z | Downloaded rand_distr v0.5.1 |
| 755 | 2026-05-21T21:54:34.080Z | Downloaded serde_cbor v0.11.2 |
| 756 | 2026-05-21T21:54:34.080Z | Downloaded progenitor-impl v0.14.0 |
| 757 | 2026-05-21T21:54:34.084Z | Downloaded slab v0.4.12 |
| 758 | 2026-05-21T21:54:34.084Z | Downloaded rstest v0.25.0 |
| 759 | 2026-05-21T21:54:34.084Z | Downloaded structmeta-derive v0.3.0 |
| 760 | 2026-05-21T21:54:34.084Z | Downloaded strsim v0.11.1 |
| 761 | 2026-05-21T21:54:34.084Z | Downloaded strip-ansi-escapes v0.2.1 |
| 762 | 2026-05-21T21:54:34.084Z | Downloaded slog-dtrace v0.3.0 |
| 763 | 2026-05-21T21:54:34.084Z | Downloaded simd-adler32 v0.3.8 |
| 764 | 2026-05-21T21:54:34.084Z | Downloaded ron v0.8.1 |
| 765 | 2026-05-21T21:54:34.084Z | Downloaded structmeta v0.3.0 |
| 766 | 2026-05-21T21:54:34.084Z | Downloaded schemars v0.8.22 |
| 767 | 2026-05-21T21:54:34.085Z | Downloaded strum v0.27.2 |
| 768 | 2026-05-21T21:54:34.085Z | Downloaded slog-stdlog v4.1.1 |
| 769 | 2026-05-21T21:54:34.085Z | Downloaded subtle v2.6.1 |
| 770 | 2026-05-21T21:54:34.085Z | Downloaded slog-json v2.6.1 |
| 771 | 2026-05-21T21:54:34.085Z | Downloaded supports-color v3.0.2 |
| 772 | 2026-05-21T21:54:34.085Z | Downloaded serde_with_macros v3.17.0 |
| 773 | 2026-05-21T21:54:34.085Z | Downloaded sha2 v0.10.9 |
| 774 | 2026-05-21T21:54:34.085Z | Downloaded slog-term v2.9.2 |
| 775 | 2026-05-21T21:54:34.085Z | Downloaded snafu-derive v0.8.9 |
| 776 | 2026-05-21T21:54:34.085Z | Downloaded smf v0.2.3 |
| 777 | 2026-05-21T21:54:34.085Z | Downloaded quinn v0.11.9 |
| 778 | 2026-05-21T21:54:34.085Z | Downloaded ssh-cipher v0.2.0 |
| 779 | 2026-05-21T21:54:34.085Z | Downloaded signal-hook-registry v1.4.8 |
| 780 | 2026-05-21T21:54:34.085Z | Downloaded swrite v0.1.0 |
| 781 | 2026-05-21T21:54:34.085Z | Downloaded supports-unicode v2.1.0 |
| 782 | 2026-05-21T21:54:34.085Z | Downloaded supports-hyperlinks v2.1.0 |
| 783 | 2026-05-21T21:54:34.085Z | Downloaded sync_wrapper v1.0.2 |
| 784 | 2026-05-21T21:54:34.085Z | Downloaded supports-color v2.1.0 |
| 785 | 2026-05-21T21:54:34.085Z | Downloaded publicsuffix v2.3.0 |
| 786 | 2026-05-21T21:54:34.085Z | Downloaded libm v0.2.16 |
| 787 | 2026-05-21T21:54:34.085Z | Downloaded rstest_macros v0.25.0 |
| 788 | 2026-05-21T21:54:34.085Z | Downloaded strum v0.26.3 |
| 789 | 2026-05-21T21:54:34.085Z | Downloaded semver v1.0.28 |
| 790 | 2026-05-21T21:54:34.085Z | Downloaded sync-ptr v0.1.4 |
| 791 | 2026-05-21T21:54:34.085Z | Downloaded tap v1.0.1 |
| 792 | 2026-05-21T21:54:34.085Z | Downloaded tagptr v0.2.0 |
| 793 | 2026-05-21T21:54:34.085Z | Downloaded rayon-core v1.13.0 |
| 794 | 2026-05-21T21:54:34.085Z | Downloaded sqlformat v0.3.5 |
| 795 | 2026-05-21T21:54:34.085Z | Downloaded tabled_derive v0.7.0 |
| 796 | 2026-05-21T21:54:34.085Z | Downloaded smallvec v0.6.14 |
| 797 | 2026-05-21T21:54:34.085Z | Downloaded progenitor-impl v0.13.0 |
| 798 | 2026-05-21T21:54:34.085Z | Downloaded num-bigint-dig v0.8.6 |
| 799 | 2026-05-21T21:54:34.085Z | Downloaded tabwriter v1.4.1 |
| 800 | 2026-05-21T21:54:34.085Z | Downloaded goblin v0.8.2 |
| 801 | 2026-05-21T21:54:34.085Z | Downloaded stringmetrics v2.2.2 |
| 802 | 2026-05-21T21:54:34.085Z | Downloaded static_assertions v1.1.0 |
| 803 | 2026-05-21T21:54:34.085Z | Downloaded serde_core v1.0.228 |
| 804 | 2026-05-21T21:54:34.085Z | Downloaded string_cache v0.8.9 |
| 805 | 2026-05-21T21:54:34.086Z | Downloaded take_mut v0.2.2 |
| 806 | 2026-05-21T21:54:34.086Z | Downloaded target-triple v1.0.0 |
| 807 | 2026-05-21T21:54:34.086Z | Downloaded ssh-encoding v0.2.0 |
| 808 | 2026-05-21T21:54:34.086Z | Downloaded spki v0.7.3 |
| 809 | 2026-05-21T21:54:34.086Z | Downloaded terminal_size v0.1.17 |
| 810 | 2026-05-21T21:54:34.086Z | Downloaded terminal_size v0.4.3 |
| 811 | 2026-05-21T21:54:34.086Z | Downloaded stacker v0.1.23 |
| 812 | 2026-05-21T21:54:34.086Z | Downloaded testing_table v0.3.0 |
| 813 | 2026-05-21T21:54:34.086Z | Downloaded termtree v0.5.1 |
| 814 | 2026-05-21T21:54:34.086Z | Downloaded stringprep v0.1.5 |
| 815 | 2026-05-21T21:54:34.086Z | Downloaded slog-async v2.8.0 |
| 816 | 2026-05-21T21:54:34.086Z | Downloaded hyper v1.8.1 |
| 817 | 2026-05-21T21:54:34.086Z | Downloaded support-bundle-viewer v0.1.2 |
| 818 | 2026-05-21T21:54:34.086Z | Downloaded strum_macros v0.24.3 |
| 819 | 2026-05-21T21:54:34.086Z | Downloaded slog-scope v4.4.1 |
| 820 | 2026-05-21T21:54:34.086Z | Downloaded guppy v0.17.25 |
| 821 | 2026-05-21T21:54:34.086Z | Downloaded similar v2.7.0 |
| 822 | 2026-05-21T21:54:34.086Z | Downloaded h2 v0.4.13 |
| 823 | 2026-05-21T21:54:34.086Z | Downloaded rustls-platform-verifier v0.6.2 |
| 824 | 2026-05-21T21:54:34.086Z | Downloaded spin v0.9.8 |
| 825 | 2026-05-21T21:54:34.086Z | Downloaded synstructure v0.13.2 |
| 826 | 2026-05-21T21:54:34.086Z | Downloaded tabled_derive v0.11.0 |
| 827 | 2026-05-21T21:54:34.086Z | Downloaded thread-id v5.1.0 |
| 828 | 2026-05-21T21:54:34.086Z | Downloaded thread-id v4.2.2 |
| 829 | 2026-05-21T21:54:34.086Z | Downloaded ryu v1.0.23 |
| 830 | 2026-05-21T21:54:34.086Z | Downloaded time-core v0.1.8 |
| 831 | 2026-05-21T21:54:34.086Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 832 | 2026-05-21T21:54:34.086Z | Downloaded iddqd v0.4.1 |
| 833 | 2026-05-21T21:54:34.086Z | Downloaded target-lexicon v0.13.3 |
| 834 | 2026-05-21T21:54:34.086Z | Downloaded slog v2.8.2 |
| 835 | 2026-05-21T21:54:34.086Z | Downloaded tinyvec_macros v0.1.1 |
| 836 | 2026-05-21T21:54:34.086Z | Downloaded tokio-macros v2.7.0 |
| 837 | 2026-05-21T21:54:34.086Z | Downloaded strum_macros v0.27.2 |
| 838 | 2026-05-21T21:54:34.086Z | Downloaded tokio-test v0.4.5 |
| 839 | 2026-05-21T21:54:34.086Z | Downloaded termios v0.3.3 |
| 840 | 2026-05-21T21:54:34.086Z | Downloaded strum_macros v0.26.4 |
| 841 | 2026-05-21T21:54:34.086Z | Downloaded signal-hook v0.3.18 |
| 842 | 2026-05-21T21:54:34.086Z | Downloaded termcolor v1.4.1 |
| 843 | 2026-05-21T21:54:34.087Z | Downloaded itertools v0.14.0 |
| 844 | 2026-05-21T21:54:34.087Z | Downloaded hkdf v0.12.4 |
| 845 | 2026-05-21T21:54:34.087Z | Downloaded socket2 v0.6.3 |
| 846 | 2026-05-21T21:54:34.087Z | Downloaded rsa v0.9.10 |
| 847 | 2026-05-21T21:54:34.087Z | Downloaded toml_datetime v0.6.11 |
| 848 | 2026-05-21T21:54:34.087Z | Downloaded rand v0.9.2 |
| 849 | 2026-05-21T21:54:34.087Z | Downloaded thiserror v2.0.18 |
| 850 | 2026-05-21T21:54:34.087Z | Downloaded tower-layer v0.3.3 |
| 851 | 2026-05-21T21:54:34.087Z | Downloaded topological-sort v0.2.2 |
| 852 | 2026-05-21T21:54:34.087Z | Downloaded toml_write v0.1.2 |
| 853 | 2026-05-21T21:54:34.087Z | Downloaded thiserror-impl v2.0.18 |
| 854 | 2026-05-21T21:54:34.087Z | Downloaded pest v2.8.6 |
| 855 | 2026-05-21T21:54:34.087Z | Downloaded rand v0.8.6 |
| 856 | 2026-05-21T21:54:34.087Z | Downloaded serde v1.0.228 |
| 857 | 2026-05-21T21:54:34.092Z | Downloaded trait-variant v0.1.2 |
| 858 | 2026-05-21T21:54:34.092Z | Downloaded tower-service v0.3.3 |
| 859 | 2026-05-21T21:54:34.092Z | Downloaded thiserror v1.0.69 |
| 860 | 2026-05-21T21:54:34.092Z | Downloaded try-lock v0.2.5 |
| 861 | 2026-05-21T21:54:34.092Z | Downloaded serde_derive v1.0.228 |
| 862 | 2026-05-21T21:54:34.092Z | Downloaded samael v0.0.19 |
| 863 | 2026-05-21T21:54:34.092Z | Downloaded thread_local v1.1.9 |
| 864 | 2026-05-21T21:54:34.092Z | Downloaded smallvec v1.15.1 |
| 865 | 2026-05-21T21:54:34.092Z | Downloaded typeid v1.0.3 |
| 866 | 2026-05-21T21:54:34.092Z | Downloaded tls_codec v0.4.2 |
| 867 | 2026-05-21T21:54:34.092Z | Downloaded tinytemplate v1.2.1 |
| 868 | 2026-05-21T21:54:34.092Z | Downloaded tinystr v0.8.2 |
| 869 | 2026-05-21T21:54:34.092Z | Downloaded tiny-keccak v2.0.2 |
| 870 | 2026-05-21T21:54:34.092Z | Downloaded tokio-native-tls v0.3.1 |
| 871 | 2026-05-21T21:54:34.092Z | Downloaded typify-macro v0.6.2 |
| 872 | 2026-05-21T21:54:34.092Z | Downloaded typify-macro v0.4.3 |
| 873 | 2026-05-21T21:54:34.092Z | Downloaded hashbrown v0.17.0 |
| 874 | 2026-05-21T21:54:34.092Z | Downloaded term v1.2.1 |
| 875 | 2026-05-21T21:54:34.092Z | Downloaded time-macros v0.2.27 |
| 876 | 2026-05-21T21:54:34.092Z | Downloaded tokio-tungstenite v0.21.0 |
| 877 | 2026-05-21T21:54:34.092Z | Downloaded p521 v0.13.3 |
| 878 | 2026-05-21T21:54:34.092Z | Downloaded tokio-tungstenite v0.23.1 |
| 879 | 2026-05-21T21:54:34.093Z | Downloaded thiserror-no-std v2.0.2 |
| 880 | 2026-05-21T21:54:34.093Z | Downloaded tempfile v3.25.0 |
| 881 | 2026-05-21T21:54:34.093Z | Downloaded tokio-dtrace v0.1.1 |
| 882 | 2026-05-21T21:54:34.093Z | Downloaded unarray v0.1.4 |
| 883 | 2026-05-21T21:54:34.093Z | Downloaded serde_yaml v0.9.34+deprecated |
| 884 | 2026-05-21T21:54:34.093Z | Downloaded socket2 v0.5.10 |
| 885 | 2026-05-21T21:54:34.093Z | Downloaded schemars v0.9.0 |
| 886 | 2026-05-21T21:54:34.093Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 887 | 2026-05-21T21:54:34.093Z | Downloaded tokio-rustls v0.25.0 |
| 888 | 2026-05-21T21:54:34.093Z | Downloaded unicode-linebreak v0.1.5 |
| 889 | 2026-05-21T21:54:34.093Z | Downloaded thiserror-impl v1.0.69 |
| 890 | 2026-05-21T21:54:34.093Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 891 | 2026-05-21T21:54:34.093Z | Downloaded target-spec v3.5.7 |
| 892 | 2026-05-21T21:54:34.093Z | Downloaded bindgen v0.71.1 |
| 893 | 2026-05-21T21:54:34.093Z | Downloaded rustls-webpki v0.103.9 |
| 894 | 2026-05-21T21:54:34.093Z | Downloaded rand v0.10.0 |
| 895 | 2026-05-21T21:54:34.093Z | Downloaded usdt-attr-macro v0.6.0 |
| 896 | 2026-05-21T21:54:34.093Z | Downloaded usdt-attr-macro v0.5.0 |
| 897 | 2026-05-21T21:54:34.093Z | Downloaded unicode-truncate v1.1.0 |
| 898 | 2026-05-21T21:54:34.093Z | Downloaded idna v1.1.0 |
| 899 | 2026-05-21T21:54:34.093Z | Downloaded qorb v0.4.1 |
| 900 | 2026-05-21T21:54:34.093Z | Downloaded futures-util v0.3.32 |
| 901 | 2026-05-21T21:54:34.093Z | Downloaded universal-hash v0.5.1 |
| 902 | 2026-05-21T21:54:34.093Z | Downloaded unit-prefix v0.5.2 |
| 903 | 2026-05-21T21:54:34.093Z | Downloaded tui-tree-widget v0.23.1 |
| 904 | 2026-05-21T21:54:34.093Z | Downloaded untrusted v0.9.0 |
| 905 | 2026-05-21T21:54:34.093Z | Downloaded snafu v0.8.9 |
| 906 | 2026-05-21T21:54:34.093Z | Downloaded utf8parse v0.2.2 |
| 907 | 2026-05-21T21:54:34.093Z | Downloaded usdt-macro v0.6.0 |
| 908 | 2026-05-21T21:54:34.093Z | Downloaded blake3 v1.8.3 |
| 909 | 2026-05-21T21:54:34.093Z | Downloaded tls_codec_derive v0.4.2 |
| 910 | 2026-05-21T21:54:34.093Z | Downloaded term v0.7.0 |
| 911 | 2026-05-21T21:54:34.093Z | Downloaded utf-8 v0.7.6 |
| 912 | 2026-05-21T21:54:34.093Z | Downloaded usdt v0.6.0 |
| 913 | 2026-05-21T21:54:34.093Z | Downloaded tokio-rustls v0.26.4 |
| 914 | 2026-05-21T21:54:34.093Z | Downloaded usdt-macro v0.5.0 |
| 915 | 2026-05-21T21:54:34.093Z | Downloaded usdt v0.5.0 |
| 916 | 2026-05-21T21:54:34.093Z | Downloaded schemars v1.2.1 |
| 917 | 2026-05-21T21:54:34.094Z | Downloaded utf8_iter v1.0.4 |
| 918 | 2026-05-21T21:54:34.094Z | Downloaded bitvec v1.0.1 |
| 919 | 2026-05-21T21:54:34.094Z | Downloaded wait-timeout v0.2.1 |
| 920 | 2026-05-21T21:54:34.094Z | Downloaded version_check v0.9.5 |
| 921 | 2026-05-21T21:54:34.094Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 922 | 2026-05-21T21:54:34.094Z | Downloaded textwrap v0.16.2 |
| 923 | 2026-05-21T21:54:34.094Z | Downloaded textwrap v0.15.2 |
| 924 | 2026-05-21T21:54:34.094Z | Downloaded toml v0.8.23 |
| 925 | 2026-05-21T21:54:34.094Z | Downloaded subprocess v0.2.15 |
| 926 | 2026-05-21T21:54:34.094Z | Downloaded tokio-stream v0.1.18 |
| 927 | 2026-05-21T21:54:34.094Z | Downloaded xattr v1.6.1 |
| 928 | 2026-05-21T21:54:34.094Z | Downloaded test-strategy v0.4.5 |
| 929 | 2026-05-21T21:54:34.094Z | Downloaded waitgroup v0.1.2 |
| 930 | 2026-05-21T21:54:34.094Z | Downloaded void v1.0.2 |
| 931 | 2026-05-21T21:54:34.094Z | Downloaded russh v0.45.0 |
| 932 | 2026-05-21T21:54:34.094Z | Downloaded yoke-derive v0.8.1 |
| 933 | 2026-05-21T21:54:34.094Z | Downloaded want v0.3.1 |
| 934 | 2026-05-21T21:54:34.094Z | Downloaded p384 v0.13.1 |
| 935 | 2026-05-21T21:54:34.094Z | Downloaded rustyline v14.0.0 |
| 936 | 2026-05-21T21:54:34.094Z | Downloaded tracing-attributes v0.1.31 |
| 937 | 2026-05-21T21:54:34.094Z | Downloaded usdt-impl v0.5.0 |
| 938 | 2026-05-21T21:54:34.094Z | Downloaded trybuild v1.0.116 |
| 939 | 2026-05-21T21:54:34.094Z | Downloaded zerofrom v0.1.6 |
| 940 | 2026-05-21T21:54:34.094Z | Downloaded untrusted v0.7.1 |
| 941 | 2026-05-21T21:54:34.094Z | Downloaded xshell-macros v0.2.7 |
| 942 | 2026-05-21T21:54:34.094Z | Downloaded git2 v0.20.4 |
| 943 | 2026-05-21T21:54:34.094Z | Downloaded zerofrom-derive v0.1.6 |
| 944 | 2026-05-21T21:54:34.094Z | Downloaded reedline v0.40.0 |
| 945 | 2026-05-21T21:54:34.094Z | Downloaded tinyvec v1.10.0 |
| 946 | 2026-05-21T21:54:34.094Z | Downloaded tar v0.4.45 |
| 947 | 2026-05-21T21:54:34.094Z | Downloaded plotters v0.3.7 |
| 948 | 2026-05-21T21:54:34.094Z | Downloaded zeroize_derive v1.4.3 |
| 949 | 2026-05-21T21:54:34.094Z | Downloaded vergen-lib v0.1.6 |
| 950 | 2026-05-21T21:54:34.094Z | Downloaded ucd-trie v0.1.7 |
| 951 | 2026-05-21T21:54:34.094Z | Downloaded tokio-rustls v0.24.1 |
| 952 | 2026-05-21T21:54:34.094Z | Downloaded steno v0.4.1 |
| 953 | 2026-05-21T21:54:34.094Z | Downloaded aws-lc-rs v1.16.3 |
| 954 | 2026-05-21T21:54:34.094Z | Downloaded vsss-rs v3.3.4 |
| 955 | 2026-05-21T21:54:34.094Z | Downloaded unicode-xid v0.2.6 |
| 956 | 2026-05-21T21:54:34.094Z | Downloaded unicase v2.9.0 |
| 957 | 2026-05-21T21:54:34.098Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 958 | 2026-05-21T21:54:34.098Z | Downloaded zone v0.3.1 |
| 959 | 2026-05-21T21:54:34.098Z | Downloaded toml v0.7.8 |
| 960 | 2026-05-21T21:54:34.098Z | Downloaded zone_cfg_derive v0.3.1 |
| 961 | 2026-05-21T21:54:34.098Z | Downloaded wyz v0.5.1 |
| 962 | 2026-05-21T21:54:34.098Z | Downloaded lalrpop v0.19.12 |
| 963 | 2026-05-21T21:54:34.098Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 964 | 2026-05-21T21:54:34.098Z | Downloaded whoami v1.6.1 |
| 965 | 2026-05-21T21:54:34.098Z | Downloaded walkdir v2.5.0 |
| 966 | 2026-05-21T21:54:34.098Z | Downloaded vergen-git2 v1.0.7 |
| 967 | 2026-05-21T21:54:34.098Z | Downloaded yoke v0.8.1 |
| 968 | 2026-05-21T21:54:34.098Z | Downloaded uzers v0.12.2 |
| 969 | 2026-05-21T21:54:34.098Z | Downloaded unicode-properties v0.1.4 |
| 970 | 2026-05-21T21:54:34.098Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 971 | 2026-05-21T21:54:34.098Z | Downloaded twox-hash v2.1.2 |
| 972 | 2026-05-21T21:54:34.098Z | Downloaded tungstenite v0.21.0 |
| 973 | 2026-05-21T21:54:34.098Z | Downloaded whoami v2.1.0 |
| 974 | 2026-05-21T21:54:34.098Z | Downloaded tracing-core v0.1.36 |
| 975 | 2026-05-21T21:54:34.099Z | Downloaded tungstenite v0.23.0 |
| 976 | 2026-05-21T21:54:34.099Z | Downloaded ssh-key v0.6.7 |
| 977 | 2026-05-21T21:54:34.099Z | Downloaded usdt-impl v0.6.0 |
| 978 | 2026-05-21T21:54:34.099Z | Downloaded zeroize v1.8.2 |
| 979 | 2026-05-21T21:54:34.099Z | Downloaded reqwest v0.12.28 |
| 980 | 2026-05-21T21:54:34.099Z | Downloaded vergen-gitcl v1.0.8 |
| 981 | 2026-05-21T21:54:34.099Z | Downloaded unicode-ident v1.0.24 |
| 982 | 2026-05-21T21:54:34.099Z | Downloaded zerovec-derive v0.11.2 |
| 983 | 2026-05-21T21:54:34.099Z | Downloaded unicode-bidi v0.3.18 |
| 984 | 2026-05-21T21:54:34.099Z | Downloaded toml_edit v0.22.27 |
| 985 | 2026-05-21T21:54:34.099Z | Downloaded zmij v1.0.21 |
| 986 | 2026-05-21T21:54:34.099Z | Downloaded rpassword v7.4.0 |
| 987 | 2026-05-21T21:54:34.099Z | Downloaded zstd-safe v7.2.4 |
| 988 | 2026-05-21T21:54:34.099Z | Downloaded vergen v9.0.6 |
| 989 | 2026-05-21T21:54:34.099Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 990 | 2026-05-21T21:54:34.099Z | Downloaded writeable v0.6.2 |
| 991 | 2026-05-21T21:54:34.099Z | Downloaded xshell v0.2.7 |
| 992 | 2026-05-21T21:54:34.099Z | Downloaded zstd v0.13.3 |
| 993 | 2026-05-21T21:54:34.099Z | Downloaded typify v0.6.2 |
| 994 | 2026-05-21T21:54:34.099Z | Downloaded unsafe-libyaml v0.2.11 |
| 995 | 2026-05-21T21:54:34.099Z | Downloaded yasna v0.5.2 |
| 996 | 2026-05-21T21:54:34.099Z | Downloaded regex v1.12.3 |
| 997 | 2026-05-21T21:54:34.099Z | Downloaded typify v0.4.3 |
| 998 | 2026-05-21T21:54:34.099Z | Downloaded zerocopy-derive v0.7.35 |
| 999 | 2026-05-21T21:54:34.099Z | Downloaded zerocopy v0.6.6 |
| 1000 | 2026-05-21T21:54:34.099Z | Downloaded curve25519-dalek v4.1.3 |
| 1001 | 2026-05-21T21:54:34.099Z | Downloaded reqwest v0.13.2 |
| 1002 | 2026-05-21T21:54:34.099Z | Downloaded rayon v1.11.0 |
| 1003 | 2026-05-21T21:54:34.099Z | Downloaded uuid v1.23.0 |
| 1004 | 2026-05-21T21:54:34.099Z | Downloaded vte v0.14.1 |
| 1005 | 2026-05-21T21:54:34.099Z | Downloaded moka v0.12.13 |
| 1006 | 2026-05-21T21:54:34.099Z | Downloaded goblin v0.10.5 |
| 1007 | 2026-05-21T21:54:34.099Z | Downloaded typenum v1.19.0 |
| 1008 | 2026-05-21T21:54:34.099Z | Downloaded serde_json v1.0.149 |
| 1009 | 2026-05-21T21:54:34.099Z | Downloaded tokio-postgres v0.7.16 |
| 1010 | 2026-05-21T21:54:34.099Z | Downloaded salty v0.3.0 |
| 1011 | 2026-05-21T21:54:34.099Z | Downloaded portable-atomic v1.13.1 |
| 1012 | 2026-05-21T21:54:34.099Z | Downloaded zopfli v0.8.3 |
| 1013 | 2026-05-21T21:54:34.099Z | Downloaded toml_edit v0.19.15 |
| 1014 | 2026-05-21T21:54:34.100Z | Downloaded quick-xml v0.37.5 |
| 1015 | 2026-05-21T21:54:34.100Z | Downloaded unicode_categories v0.1.1 |
| 1016 | 2026-05-21T21:54:34.100Z | Downloaded proptest v1.10.0 |
| 1017 | 2026-05-21T21:54:34.100Z | Downloaded rustls-webpki v0.101.7 |
| 1018 | 2026-05-21T21:54:34.100Z | Downloaded yansi v1.0.1 |
| 1019 | 2026-05-21T21:54:34.100Z | Downloaded url v2.5.8 |
| 1020 | 2026-05-21T21:54:34.100Z | Downloaded zerotrie v0.2.3 |
| 1021 | 2026-05-21T21:54:34.100Z | Downloaded zip v0.6.6 |
| 1022 | 2026-05-21T21:54:34.100Z | Downloaded tower v0.5.3 |
| 1023 | 2026-05-21T21:54:34.100Z | Downloaded gimli v0.32.3 |
| 1024 | 2026-05-21T21:54:34.100Z | Downloaded unicode-segmentation v1.12.0 |
| 1025 | 2026-05-21T21:54:34.100Z | Downloaded nix v0.27.1 |
| 1026 | 2026-05-21T21:54:34.100Z | Downloaded object v0.30.4 |
| 1027 | 2026-05-21T21:54:34.100Z | Downloaded petname v2.0.2 |
| 1028 | 2026-05-21T21:54:34.100Z | Downloaded x509-cert v0.2.5 |
| 1029 | 2026-05-21T21:54:34.100Z | Downloaded typed-path v0.9.3 |
| 1030 | 2026-05-21T21:54:34.100Z | Downloaded zerocopy-derive v0.8.40 |
| 1031 | 2026-05-21T21:54:34.100Z | Downloaded tokio-util v0.7.18 |
| 1032 | 2026-05-21T21:54:34.100Z | Downloaded tower-http v0.6.8 |
| 1033 | 2026-05-21T21:54:34.100Z | Downloaded rustls-webpki v0.102.8 |
| 1034 | 2026-05-21T21:54:34.100Z | Downloaded tough v0.22.0 |
| 1035 | 2026-05-21T21:54:34.100Z | Downloaded serde_with v3.17.0 |
| 1036 | 2026-05-21T21:54:34.103Z | Downloaded openssl v0.10.79 |
| 1037 | 2026-05-21T21:54:34.108Z | Downloaded bstr v1.12.1 |
| 1038 | 2026-05-21T21:54:34.119Z | Downloaded unicode-normalization v0.1.25 |
| 1039 | 2026-05-21T21:54:34.122Z | Downloaded radix_trie v0.2.1 |
| 1040 | 2026-05-21T21:54:34.136Z | Downloaded zip v4.6.1 |
| 1041 | 2026-05-21T21:54:34.140Z | Downloaded quinn-proto v0.11.13 |
| 1042 | 2026-05-21T21:54:34.163Z | Downloaded dropshot v0.17.0 |
| 1043 | 2026-05-21T21:54:34.177Z | Downloaded zerovec v0.11.5 |
| 1044 | 2026-05-21T21:54:34.180Z | Downloaded nix v0.29.0 |
| 1045 | 2026-05-21T21:54:34.186Z | Downloaded nix v0.28.0 |
| 1046 | 2026-05-21T21:54:34.193Z | Downloaded winnow v0.6.26 |
| 1047 | 2026-05-21T21:54:34.198Z | Downloaded zerocopy v0.7.35 |
| 1048 | 2026-05-21T21:54:34.208Z | Downloaded rustls v0.21.12 |
| 1049 | 2026-05-21T21:54:34.214Z | Downloaded regex-syntax v0.6.29 |
| 1050 | 2026-05-21T21:54:34.218Z | Downloaded polar-core v0.27.3 |
| 1051 | 2026-05-21T21:54:34.223Z | Downloaded tabled v0.20.0 |
| 1052 | 2026-05-21T21:54:34.233Z | Downloaded syn v1.0.109 |
| 1053 | 2026-05-21T21:54:34.239Z | Downloaded winnow v0.5.40 |
| 1054 | 2026-05-21T21:54:34.244Z | Downloaded smoltcp v0.9.1 |
| 1055 | 2026-05-21T21:54:34.250Z | Downloaded hickory-proto v0.25.2 |
| 1056 | 2026-05-21T21:54:34.259Z | Downloaded openapiv3 v2.2.0 |
| 1057 | 2026-05-21T21:54:34.266Z | Downloaded winnow v0.7.14 |
| 1058 | 2026-05-21T21:54:34.271Z | Downloaded hickory-proto v0.24.4 |
| 1059 | 2026-05-21T21:54:34.281Z | Downloaded rustls v0.22.4 |
| 1060 | 2026-05-21T21:54:34.288Z | Downloaded diesel v2.3.7 |
| 1061 | 2026-05-21T21:54:34.300Z | Downloaded regress v0.11.1 |
| 1062 | 2026-05-21T21:54:34.306Z | Downloaded vcpkg v0.2.15 |
| 1063 | 2026-05-21T21:54:34.329Z | Downloaded zlib-rs v0.6.2 |
| 1064 | 2026-05-21T21:54:34.333Z | Downloaded webpki-roots v1.0.6 |
| 1065 | 2026-05-21T21:54:34.337Z | Downloaded unicode-width v0.2.0 |
| 1066 | 2026-05-21T21:54:34.343Z | Downloaded syn v2.0.117 |
| 1067 | 2026-05-21T21:54:34.347Z | Downloaded regress v0.10.5 |
| 1068 | 2026-05-21T21:54:34.352Z | Downloaded rustls v0.23.37 |
| 1069 | 2026-05-21T21:54:34.358Z | Downloaded unicode-width v0.1.14 |
| 1070 | 2026-05-21T21:54:34.362Z | Downloaded time v0.3.47 |
| 1071 | 2026-05-21T21:54:34.369Z | Downloaded zerocopy v0.8.40 |
| 1072 | 2026-05-21T21:54:34.374Z | Downloaded object v0.37.3 |
| 1073 | 2026-05-21T21:54:34.381Z | Downloaded smoltcp v0.11.0 |
| 1074 | 2026-05-21T21:54:34.388Z | Downloaded regex-syntax v0.8.10 |
| 1075 | 2026-05-21T21:54:34.392Z | Downloaded nix v0.31.2 |
| 1076 | 2026-05-21T21:54:34.400Z | Downloaded tabled v0.15.0 |
| 1077 | 2026-05-21T21:54:34.409Z | Downloaded sqlparser v0.61.0 |
| 1078 | 2026-05-21T21:54:34.416Z | Downloaded rustix v0.38.44 |
| 1079 | 2026-05-21T21:54:34.428Z | Downloaded dropshot v0.16.7 |
| 1080 | 2026-05-21T21:54:34.442Z | Downloaded sled v0.34.7 |
| 1081 | 2026-05-21T21:54:34.447Z | Downloaded rustix v1.1.3 |
| 1082 | 2026-05-21T21:54:34.462Z | Downloaded tracing v0.1.44 |
| 1083 | 2026-05-21T21:54:34.486Z | Downloaded chrono-tz v0.10.4 |
| 1084 | 2026-05-21T21:54:34.503Z | Downloaded zerocopy-derive v0.6.6 |
| 1085 | 2026-05-21T21:54:34.523Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1086 | 2026-05-21T21:54:34.533Z | Downloaded typify-impl v0.6.2 |
| 1087 | 2026-05-21T21:54:34.549Z | Downloaded ratatui v0.29.0 |
| 1088 | 2026-05-21T21:54:34.579Z | Downloaded typify-impl v0.4.3 |
| 1089 | 2026-05-21T21:54:34.583Z | Downloaded csv v1.4.0 |
| 1090 | 2026-05-21T21:54:34.596Z | Downloaded libc v0.2.185 |
| 1091 | 2026-05-21T21:54:34.626Z | Downloaded libz-sys v1.1.24 |
| 1092 | 2026-05-21T21:54:34.638Z | Downloaded regex-automata v0.4.14 |
| 1093 | 2026-05-21T21:54:34.646Z | Downloaded petgraph v0.6.5 |
| 1094 | 2026-05-21T21:54:34.658Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1095 | 2026-05-21T21:54:34.667Z | Downloaded sha3 v0.10.8 |
| 1096 | 2026-05-21T21:54:34.679Z | Downloaded tokio v1.52.1 |
| 1097 | 2026-05-21T21:54:34.703Z | Downloaded jiff v0.2.21 |
| 1098 | 2026-05-21T21:54:34.721Z | Downloaded petgraph v0.8.3 |
| 1099 | 2026-05-21T21:54:34.911Z | Downloaded encoding_rs v0.8.35 |
| 1100 | 2026-05-21T21:54:34.978Z | Downloaded ring v0.17.14 |
| 1101 | 2026-05-21T21:54:35.011Z | Downloaded httpmock v0.8.3 |
| 1102 | 2026-05-21T21:54:35.036Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1103 | 2026-05-21T21:54:35.627Z | Downloaded aws-lc-sys v0.40.0 |
| 1104 | 2026-05-21T21:54:36.059Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1105 | 2026-05-21T21:54:38.588Z | Startup: Refreshing catalog 'helios' ... Done |
| 1106 | 2026-05-21T21:54:38.665Z | Startup: Caching catalogs ... Done |
| 1107 | 2026-05-21T21:54:38.897Z | Planning: Solver setup ... Done (0.197s) |
| 1108 | 2026-05-21T21:54:38.915Z | Planning: Running solver ... Done (0.018s) |
| 1109 | 2026-05-21T21:54:38.932Z | Planning: Finding local manifests ... Done (0.015s) |
| 1110 | 2026-05-21T21:54:38.947Z | Planning: Fetching manifests: 0/2 0% complete |
| 1111 | 2026-05-21T21:54:38.965Z | Planning: Fetching manifests: 2/2 100% complete |
| 1112 | 2026-05-21T21:54:38.979Z | Planning: Package planning ... Done (0.014s) |
| 1113 | 2026-05-21T21:54:38.982Z | Planning: Merging actions ... Done (0.002s) |
| 1114 | 2026-05-21T21:54:39.192Z | Planning: Checking for conflicting actions ... Done (0.211s) |
| 1115 | 2026-05-21T21:54:39.196Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1116 | 2026-05-21T21:54:41.444Z | Planning: Evaluating mediators ... Done (2.251s) |
| 1117 | 2026-05-21T21:54:41.447Z | Planning: Planning completed in 2.76 seconds |
| 1118 | 2026-05-21T21:54:41.455Z | Packages to install: 2 |
| 1119 | 2026-05-21T21:54:41.456Z | Estimated space available: 155.71 GB |
| 1120 | 2026-05-21T21:54:41.456Z | Estimated space to be consumed: 21.14 MB |
| 1121 | 2026-05-21T21:54:41.456Z | Create boot environment: No |
| 1122 | 2026-05-21T21:54:41.456Z | Create backup boot environment: No |
| 1123 | 2026-05-21T21:54:41.456Z | Rebuild boot archive: No |
| 1124 | 2026-05-21T21:54:41.458Z | |
| 1125 | 2026-05-21T21:54:41.458Z | Changed packages: |
| 1126 | 2026-05-21T21:54:41.458Z | helios |
| 1127 | 2026-05-21T21:54:41.458Z | developer/build-essential |
| 1128 | 2026-05-21T21:54:41.458Z | None -> 11-3.0 |
| 1129 | 2026-05-21T21:54:41.458Z | library/libxmlsec1 |
| 1130 | 2026-05-21T21:54:41.459Z | None -> 1.2.35-3.0 |
| 1131 | 2026-05-21T21:54:41.535Z | |
| 1132 | 2026-05-21T21:54:41.535Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1133 | 2026-05-21T21:54:42.025Z | Download: Completed 1.28 MB in 0.49 seconds (2.6M/s) |
| 1134 | 2026-05-21T21:54:42.109Z | Actions: 1/268 actions (Installing new actions) |
| 1135 | 2026-05-21T21:54:42.158Z | Actions: Completed 268 actions in 0.05 seconds. |
| 1136 | 2026-05-21T21:54:42.166Z | Finalize: Updating package state database ... Done (0.008s) |
| 1137 | 2026-05-21T21:54:42.169Z | Finalize: Updating package cache ... Done (0.000s) |
| 1138 | 2026-05-21T21:54:42.183Z | Finalize: Updating image state ... Done (0.017s) |
| 1139 | 2026-05-21T21:54:45.291Z | Finalize: Creating fast lookup database ... Done (3.085s) |
| 1140 | 2026-05-21T21:54:45.371Z | Finalize: Reading search index ... Done (0.025s) |
| 1141 | 2026-05-21T21:54:45.374Z | Finalize: Updating search index ... Done (0.000s) |
| 1142 | 2026-05-21T21:54:45.462Z | Finalize: Updating package cache ... Done (0.000s) |
| 1143 | 2026-05-21T21:54:45.759Z | Planning: Evaluating mediator changes ... Done |
| 1144 | 2026-05-21T21:54:45.863Z | Planning: Checking for conflicting actions ... Done |
| 1145 | 2026-05-21T21:54:45.866Z | Planning: Consolidating action changes ... Done |
| 1146 | 2026-05-21T21:54:46.022Z | Planning: Evaluating mediators ... Done |
| 1147 | 2026-05-21T21:54:46.025Z | Planning: Planning completed in 0.26 seconds |
| 1148 | 2026-05-21T21:54:46.045Z | Mediators to change: 2 |
| 1149 | 2026-05-21T21:54:46.045Z | Create boot environment: No |
| 1150 | 2026-05-21T21:54:46.045Z | Create backup boot environment: No |
| 1151 | 2026-05-21T21:54:46.104Z | Finalize: Updating package state database ... Done |
| 1152 | 2026-05-21T21:54:46.104Z | Finalize: Updating package cache ... Done |
| 1153 | 2026-05-21T21:54:46.116Z | Finalize: Updating image state ... Done |
| 1154 | 2026-05-21T21:54:48.051Z | Finalize: Creating fast lookup database ... Done |
| 1155 | 2026-05-21T21:54:48.114Z | Finalize: Reading search index ... Done |
| 1156 | 2026-05-21T21:54:48.117Z | Finalize: Updating search index ... Done |
| 1157 | 2026-05-21T21:54:48.193Z | Finalize: Updating package cache ... Done |
| 1158 | 2026-05-21T21:54:48.481Z | Planning: Evaluating mediator changes ... Done |
| 1159 | 2026-05-21T21:54:48.586Z | Planning: Checking for conflicting actions ... Done |
| 1160 | 2026-05-21T21:54:48.589Z | Planning: Consolidating action changes ... Done |
| 1161 | 2026-05-21T21:54:48.749Z | Planning: Evaluating mediators ... Done |
| 1162 | 2026-05-21T21:54:48.752Z | Planning: Planning completed in 0.27 seconds |
| 1163 | 2026-05-21T21:54:48.773Z | Mediators to change: 1 |
| 1164 | 2026-05-21T21:54:48.773Z | Create boot environment: No |
| 1165 | 2026-05-21T21:54:48.773Z | Create backup boot environment: No |
| 1166 | 2026-05-21T21:54:48.827Z | Finalize: Updating package state database ... Done |
| 1167 | 2026-05-21T21:54:48.827Z | Finalize: Updating package cache ... Done |
| 1168 | 2026-05-21T21:54:48.838Z | Finalize: Updating image state ... Done |
| 1169 | 2026-05-21T21:54:50.786Z | Finalize: Creating fast lookup database ... Done |
| 1170 | 2026-05-21T21:54:50.848Z | Finalize: Reading search index ... Done |
| 1171 | 2026-05-21T21:54:50.852Z | Finalize: Updating search index ... Done |
| 1172 | 2026-05-21T21:54:50.910Z | Finalize: Updating package cache ... Done |
| 1173 | 2026-05-21T21:54:51.221Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1174 | 2026-05-21T21:54:51.221Z | apache system 2.4 system |
| 1175 | 2026-05-21T21:54:51.221Z | clang system 15 system |
| 1176 | 2026-05-21T21:54:51.221Z | csh system system illumos |
| 1177 | 2026-05-21T21:54:51.221Z | ctags system system illumos |
| 1178 | 2026-05-21T21:54:51.221Z | file vendor vendor darwinsys |
| 1179 | 2026-05-21T21:54:51.221Z | file system system illumos |
| 1180 | 2026-05-21T21:54:51.221Z | gcc vendor 14 vendor |
| 1181 | 2026-05-21T21:54:51.221Z | gcc system 13 system |
| 1182 | 2026-05-21T21:54:51.221Z | gcc system 10 system |
| 1183 | 2026-05-21T21:54:51.221Z | go system 1.25 system |
| 1184 | 2026-05-21T21:54:51.221Z | llvm system 15 system |
| 1185 | 2026-05-21T21:54:51.221Z | mariadb system 11.4 system |
| 1186 | 2026-05-21T21:54:51.221Z | mta vendor vendor dma |
| 1187 | 2026-05-21T21:54:51.221Z | openjdk system 17 system |
| 1188 | 2026-05-21T21:54:51.221Z | openjdk system 11 system |
| 1189 | 2026-05-21T21:54:51.221Z | openssl vendor 3 vendor |
| 1190 | 2026-05-21T21:54:51.221Z | perl system 5.40 system |
| 1191 | 2026-05-21T21:54:51.221Z | postgresql system 18 system |
| 1192 | 2026-05-21T21:54:51.221Z | postgresql system 17 system |
| 1193 | 2026-05-21T21:54:51.221Z | python vendor 3 vendor |
| 1194 | 2026-05-21T21:54:51.221Z | python system 2 system |
| 1195 | 2026-05-21T21:54:51.221Z | python3 vendor 3.13 vendor |
| 1196 | 2026-05-21T21:54:51.221Z | ruby system 3.4 system |
| 1197 | 2026-05-21T21:54:51.221Z | ruby system 3.0 system |
| 1198 | 2026-05-21T21:54:51.222Z | words vendor vendor american-english |
| 1199 | 2026-05-21T21:54:51.222Z | words system system australian-english |
| 1200 | 2026-05-21T21:54:51.222Z | words system system british-english |
| 1201 | 2026-05-21T21:54:51.222Z | words system system canadian-english |
| 1202 | 2026-05-21T21:54:51.222Z | words system system french |
| 1203 | 2026-05-21T21:54:51.222Z | words system system italian |
| 1204 | 2026-05-21T21:54:51.222Z | words system system ngerman |
| 1205 | 2026-05-21T21:54:51.222Z | words system system ogerman |
| 1206 | 2026-05-21T21:54:51.222Z | words system system spanish |
| 1207 | 2026-05-21T21:54:51.477Z | PUBLISHER TYPE STATUS P LOCATION |
| 1208 | 2026-05-21T21:54:51.477Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1209 | 2026-05-21T21:54:51.757Z | FMRI IFO |
| 1210 | 2026-05-21T21:54:51.757Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1211 | 2026-05-21T21:54:51.757Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1212 | 2026-05-21T21:54:51.757Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1213 | 2026-05-21T21:54:51.757Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1214 | 2026-05-21T21:54:51.757Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1215 | 2026-05-21T21:54:51.757Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1216 | 2026-05-21T21:54:51.757Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1217 | 2026-05-21T21:54:51.757Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1218 | 2026-05-21T21:54:51.757Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1219 | 2026-05-21T21:54:52.348Z | Downloading crates ... |
| 1220 | 2026-05-21T21:54:52.407Z | Downloaded cargo_toml v0.21.0 |
| 1221 | 2026-05-21T21:54:52.455Z | Compiling proc-macro2 v1.0.106 |
| 1222 | 2026-05-21T21:54:52.455Z | Compiling quote v1.0.45 |
| 1223 | 2026-05-21T21:54:52.455Z | Compiling unicode-ident v1.0.24 |
| 1224 | 2026-05-21T21:54:52.455Z | Compiling serde_core v1.0.228 |
| 1225 | 2026-05-21T21:54:52.459Z | Compiling libc v0.2.185 |
| 1226 | 2026-05-21T21:54:52.459Z | Compiling version_check v0.9.5 |
| 1227 | 2026-05-21T21:54:52.459Z | Compiling memchr v2.8.0 |
| 1228 | 2026-05-21T21:54:52.459Z | Compiling serde v1.0.228 |
| 1229 | 2026-05-21T21:54:52.459Z | Compiling stable_deref_trait v1.2.1 |
| 1230 | 2026-05-21T21:54:52.459Z | Compiling zmij v1.0.21 |
| 1231 | 2026-05-21T21:54:52.459Z | Compiling itoa v1.0.17 |
| 1232 | 2026-05-21T21:54:52.459Z | Compiling autocfg v1.5.0 |
| 1233 | 2026-05-21T21:54:52.568Z | Compiling ucd-trie v0.1.7 |
| 1234 | 2026-05-21T21:54:52.576Z | Compiling thiserror v1.0.69 |
| 1235 | 2026-05-21T21:54:52.580Z | Compiling litemap v0.8.1 |
| 1236 | 2026-05-21T21:54:52.678Z | Compiling writeable v0.6.2 |
| 1237 | 2026-05-21T21:54:52.956Z | Compiling icu_normalizer_data v2.1.1 |
| 1238 | 2026-05-21T21:54:52.988Z | Compiling byteorder v1.5.0 |
| 1239 | 2026-05-21T21:54:53.022Z | Compiling rustix v1.1.3 |
| 1240 | 2026-05-21T21:54:53.046Z | Compiling icu_properties_data v2.1.2 |
| 1241 | 2026-05-21T21:54:53.059Z | Compiling serde_json v1.0.149 |
| 1242 | 2026-05-21T21:54:53.212Z | Compiling pest v2.8.6 |
| 1243 | 2026-05-21T21:54:53.237Z | Compiling bitflags v2.11.0 |
| 1244 | 2026-05-21T21:54:53.405Z | Compiling num-traits v0.2.19 |
| 1245 | 2026-05-21T21:54:53.416Z | Compiling typeid v1.0.3 |
| 1246 | 2026-05-21T21:54:53.592Z | Compiling hashbrown v0.17.0 |
| 1247 | 2026-05-21T21:54:53.607Z | Compiling equivalent v1.0.2 |
| 1248 | 2026-05-21T21:54:53.611Z | Compiling smallvec v1.15.1 |
| 1249 | 2026-05-21T21:54:53.638Z | Compiling proc-macro-error-attr v1.0.4 |
| 1250 | 2026-05-21T21:54:53.641Z | Compiling usdt-impl v0.5.0 |
| 1251 | 2026-05-21T21:54:53.674Z | Compiling toml_write v0.1.2 |
| 1252 | 2026-05-21T21:54:53.708Z | Compiling erased-serde v0.4.9 |
| 1253 | 2026-05-21T21:54:53.817Z | Compiling winnow v0.7.14 |
| 1254 | 2026-05-21T21:54:53.831Z | Compiling syn v1.0.109 |
| 1255 | 2026-05-21T21:54:53.856Z | Compiling proc-macro-error v1.0.4 |
| 1256 | 2026-05-21T21:54:53.887Z | Compiling utf8parse v0.2.2 |
| 1257 | 2026-05-21T21:54:53.899Z | Compiling utf8_iter v1.0.4 |
| 1258 | 2026-05-21T21:54:53.910Z | Compiling camino v1.2.2 |
| 1259 | 2026-05-21T21:54:54.016Z | Compiling errno v0.3.14 |
| 1260 | 2026-05-21T21:54:54.029Z | Compiling thread-id v4.2.2 |
| 1261 | 2026-05-21T21:54:54.050Z | Compiling percent-encoding v2.3.2 |
| 1262 | 2026-05-21T21:54:54.050Z | Compiling plain v0.2.3 |
| 1263 | 2026-05-21T21:54:54.072Z | Compiling log v0.4.29 |
| 1264 | 2026-05-21T21:54:54.084Z | Compiling getrandom v0.4.1 |
| 1265 | 2026-05-21T21:54:54.095Z | Compiling thiserror v2.0.18 |
| 1266 | 2026-05-21T21:54:54.162Z | Compiling indexmap v2.14.0 |
| 1267 | 2026-05-21T21:54:54.181Z | Compiling form_urlencoded v1.2.2 |
| 1268 | 2026-05-21T21:54:54.255Z | Compiling anstyle-parse v0.2.7 |
| 1269 | 2026-05-21T21:54:54.321Z | Compiling is_terminal_polyfill v1.70.2 |
| 1270 | 2026-05-21T21:54:54.333Z | Compiling colorchoice v1.0.4 |
| 1271 | 2026-05-21T21:54:54.390Z | Compiling pest_meta v2.8.6 |
| 1272 | 2026-05-21T21:54:54.432Z | Compiling syn v2.0.117 |
| 1273 | 2026-05-21T21:54:54.471Z | Compiling pretty-hex v0.4.1 |
| 1274 | 2026-05-21T21:54:54.492Z | Compiling anstyle v1.0.13 |
| 1275 | 2026-05-21T21:54:54.504Z | Compiling ordered-float v2.10.1 |
| 1276 | 2026-05-21T21:54:54.532Z | Compiling anstyle-query v1.1.5 |
| 1277 | 2026-05-21T21:54:54.607Z | Compiling cfg-if v1.0.4 |
| 1278 | 2026-05-21T21:54:54.655Z | Compiling fs-err v3.3.0 |
| 1279 | 2026-05-21T21:54:54.686Z | Compiling anstream v0.6.21 |
| 1280 | 2026-05-21T21:54:54.732Z | Compiling bytecount v0.6.9 |
| 1281 | 2026-05-21T21:54:54.743Z | Compiling fnv v1.0.7 |
| 1282 | 2026-05-21T21:54:54.777Z | Compiling heck v0.5.0 |
| 1283 | 2026-05-21T21:54:54.806Z | Compiling unicode-width v0.1.14 |
| 1284 | 2026-05-21T21:54:54.861Z | Compiling anyhow v1.0.102 |
| 1285 | 2026-05-21T21:54:54.872Z | Compiling once_cell v1.21.3 |
| 1286 | 2026-05-21T21:54:54.875Z | Compiling unicode-xid v0.2.6 |
| 1287 | 2026-05-21T21:54:54.883Z | Compiling strsim v0.11.1 |
| 1288 | 2026-05-21T21:54:54.995Z | Compiling terminal_size v0.4.3 |
| 1289 | 2026-05-21T21:54:55.010Z | Compiling heck v0.4.1 |
| 1290 | 2026-05-21T21:54:55.020Z | Compiling fastrand v2.3.0 |
| 1291 | 2026-05-21T21:54:55.035Z | Compiling clap_lex v1.0.0 |
| 1292 | 2026-05-21T21:54:55.104Z | Compiling papergrid v0.11.0 |
| 1293 | 2026-05-21T21:54:55.146Z | Compiling memmap v0.7.0 |
| 1294 | 2026-05-21T21:54:55.223Z | Compiling tempfile v3.25.0 |
| 1295 | 2026-05-21T21:54:55.246Z | Compiling clap_builder v4.5.60 |
| 1296 | 2026-05-21T21:54:55.259Z | Compiling unicode-linebreak v0.1.5 |
| 1297 | 2026-05-21T21:54:55.270Z | Compiling unicode-width v0.2.0 |
| 1298 | 2026-05-21T21:54:55.284Z | Compiling smawk v0.3.2 |
| 1299 | 2026-05-21T21:54:55.436Z | Compiling semver v1.0.28 |
| 1300 | 2026-05-21T21:54:55.520Z | Compiling textwrap v0.16.2 |
| 1301 | 2026-05-21T21:54:55.570Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1302 | 2026-05-21T21:54:55.780Z | Compiling serde-untagged v0.1.9 |
| 1303 | 2026-05-21T21:54:55.792Z | Compiling camino-tempfile v1.4.1 |
| 1304 | 2026-05-21T21:54:55.839Z | Compiling swrite v0.1.0 |
| 1305 | 2026-05-21T21:54:56.219Z | Compiling tabled_derive v0.7.0 |
| 1306 | 2026-05-21T21:54:56.868Z | Compiling tabled v0.15.0 |
| 1307 | 2026-05-21T21:54:57.030Z | Compiling synstructure v0.13.2 |
| 1308 | 2026-05-21T21:54:57.033Z | Compiling pest_generator v2.8.6 |
| 1309 | 2026-05-21T21:54:57.531Z | Compiling serde_derive v1.0.228 |
| 1310 | 2026-05-21T21:54:57.531Z | Compiling zerofrom-derive v0.1.6 |
| 1311 | 2026-05-21T21:54:57.534Z | Compiling yoke-derive v0.8.1 |
| 1312 | 2026-05-21T21:54:57.534Z | Compiling zerovec-derive v0.11.2 |
| 1313 | 2026-05-21T21:54:57.534Z | Compiling displaydoc v0.2.5 |
| 1314 | 2026-05-21T21:54:57.534Z | Compiling thiserror-impl v1.0.69 |
| 1315 | 2026-05-21T21:54:57.534Z | Compiling zerocopy-derive v0.7.35 |
| 1316 | 2026-05-21T21:54:57.534Z | Compiling scroll_derive v0.12.1 |
| 1317 | 2026-05-21T21:54:57.534Z | Compiling thiserror-impl v2.0.18 |
| 1318 | 2026-05-21T21:54:57.534Z | Compiling clap_derive v4.5.55 |
| 1319 | 2026-05-21T21:54:57.579Z | Compiling pest_derive v2.8.6 |
| 1320 | 2026-05-21T21:54:58.171Z | Compiling scroll v0.12.0 |
| 1321 | 2026-05-21T21:54:58.312Z | Compiling zerocopy v0.7.35 |
| 1322 | 2026-05-21T21:54:58.391Z | Compiling goblin v0.8.2 |
| 1323 | 2026-05-21T21:54:58.566Z | Compiling zerofrom v0.1.6 |
| 1324 | 2026-05-21T21:54:58.659Z | Compiling yoke v0.8.1 |
| 1325 | 2026-05-21T21:54:58.689Z | Compiling dtrace-parser v0.2.0 |
| 1326 | 2026-05-21T21:54:58.816Z | Compiling zerovec v0.11.5 |
| 1327 | 2026-05-21T21:54:58.816Z | Compiling zerotrie v0.2.3 |
| 1328 | 2026-05-21T21:54:58.889Z | Compiling clap v4.5.60 |
| 1329 | 2026-05-21T21:54:59.223Z | Compiling tinystr v0.8.2 |
| 1330 | 2026-05-21T21:54:59.223Z | Compiling potential_utf v0.1.4 |
| 1331 | 2026-05-21T21:54:59.326Z | Compiling icu_collections v2.1.1 |
| 1332 | 2026-05-21T21:54:59.374Z | Compiling icu_locale_core v2.1.1 |
| 1333 | 2026-05-21T21:54:59.930Z | Compiling icu_provider v2.1.1 |
| 1334 | 2026-05-21T21:55:00.025Z | Compiling dof v0.3.0 |
| 1335 | 2026-05-21T21:55:00.025Z | Compiling serde_tokenstream v0.2.3 |
| 1336 | 2026-05-21T21:55:00.037Z | Compiling toml_datetime v0.6.11 |
| 1337 | 2026-05-21T21:55:00.037Z | Compiling serde_spanned v0.6.9 |
| 1338 | 2026-05-21T21:55:00.040Z | Compiling serde-value v0.7.0 |
| 1339 | 2026-05-21T21:55:00.040Z | Compiling cargo-platform v0.2.0 |
| 1340 | 2026-05-21T21:55:00.040Z | Compiling macaddr v1.0.1 |
| 1341 | 2026-05-21T21:55:00.144Z | Compiling icu_normalizer v2.1.1 |
| 1342 | 2026-05-21T21:55:00.144Z | Compiling icu_properties v2.1.2 |
| 1343 | 2026-05-21T21:55:00.227Z | Compiling toml_edit v0.22.27 |
| 1344 | 2026-05-21T21:55:00.702Z | Compiling usdt-attr-macro v0.5.0 |
| 1345 | 2026-05-21T21:55:00.705Z | Compiling usdt-macro v0.5.0 |
| 1346 | 2026-05-21T21:55:00.949Z | Compiling idna_adapter v1.2.1 |
| 1347 | 2026-05-21T21:55:01.047Z | Compiling idna v1.1.0 |
| 1348 | 2026-05-21T21:55:01.302Z | Compiling usdt v0.5.0 |
| 1349 | 2026-05-21T21:55:01.312Z | Compiling url v2.5.8 |
| 1350 | 2026-05-21T21:55:01.550Z | Compiling toml v0.8.23 |
| 1351 | 2026-05-21T21:55:01.886Z | Compiling cargo-util-schemas v0.8.2 |
| 1352 | 2026-05-21T21:55:01.886Z | Compiling cargo_toml v0.21.0 |
| 1353 | 2026-05-21T21:55:02.658Z | Compiling cargo_metadata v0.21.0 |
| 1354 | 2026-05-21T21:55:03.544Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1355 | 2026-05-21T21:55:05.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 1356 | 2026-05-21T21:55:05.702Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1357 | 2026-05-21T21:55:06.490Z | Compiling libc v0.2.185 |
| 1358 | 2026-05-21T21:55:06.490Z | Compiling serde v1.0.228 |
| 1359 | 2026-05-21T21:55:06.490Z | Compiling log v0.4.29 |
| 1360 | 2026-05-21T21:55:06.493Z | Compiling find-msvc-tools v0.1.9 |
| 1361 | 2026-05-21T21:55:06.493Z | Compiling shlex v1.3.0 |
| 1362 | 2026-05-21T21:55:06.493Z | Compiling smallvec v1.15.1 |
| 1363 | 2026-05-21T21:55:06.493Z | Compiling typenum v1.19.0 |
| 1364 | 2026-05-21T21:55:06.612Z | Compiling subtle v2.6.1 |
| 1365 | 2026-05-21T21:55:06.648Z | Compiling generic-array v0.14.7 |
| 1366 | 2026-05-21T21:55:06.651Z | Compiling scopeguard v1.2.0 |
| 1367 | 2026-05-21T21:55:06.725Z | Compiling const-oid v0.9.6 |
| 1368 | 2026-05-21T21:55:06.728Z | Compiling serde_json v1.0.149 |
| 1369 | 2026-05-21T21:55:06.738Z | Compiling syn v2.0.117 |
| 1370 | 2026-05-21T21:55:06.752Z | Compiling zerocopy v0.8.40 |
| 1371 | 2026-05-21T21:55:06.755Z | Compiling parking_lot_core v0.9.12 |
| 1372 | 2026-05-21T21:55:06.755Z | Compiling portable-atomic v1.13.1 |
| 1373 | 2026-05-21T21:55:06.809Z | Compiling lock_api v0.4.14 |
| 1374 | 2026-05-21T21:55:06.831Z | Compiling pin-project-lite v0.2.17 |
| 1375 | 2026-05-21T21:55:06.850Z | Compiling pkg-config v0.3.32 |
| 1376 | 2026-05-21T21:55:06.884Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-05-21T21:55:06.909Z | Compiling libm v0.2.16 |
| 1378 | 2026-05-21T21:55:06.942Z | Compiling futures-core v0.3.32 |
| 1379 | 2026-05-21T21:55:06.981Z | Compiling critical-section v1.2.0 |
| 1380 | 2026-05-21T21:55:06.998Z | Compiling num-traits v0.2.19 |
| 1381 | 2026-05-21T21:55:07.026Z | Compiling percent-encoding v2.3.2 |
| 1382 | 2026-05-21T21:55:07.086Z | Compiling futures-sink v0.3.32 |
| 1383 | 2026-05-21T21:55:07.133Z | Compiling futures-task v0.3.32 |
| 1384 | 2026-05-21T21:55:07.137Z | Compiling getrandom v0.4.1 |
| 1385 | 2026-05-21T21:55:07.137Z | Compiling slab v0.4.12 |
| 1386 | 2026-05-21T21:55:07.162Z | Compiling cpufeatures v0.2.17 |
| 1387 | 2026-05-21T21:55:07.229Z | Compiling futures-channel v0.3.32 |
| 1388 | 2026-05-21T21:55:07.260Z | Compiling futures-io v0.3.32 |
| 1389 | 2026-05-21T21:55:07.276Z | Compiling rand_core v0.10.0 |
| 1390 | 2026-05-21T21:55:07.306Z | Compiling indexmap v2.14.0 |
| 1391 | 2026-05-21T21:55:07.335Z | Compiling getrandom v0.3.4 |
| 1392 | 2026-05-21T21:55:07.355Z | Compiling rustversion v1.0.22 |
| 1393 | 2026-05-21T21:55:07.403Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-05-21T21:55:07.422Z | Compiling dunce v1.0.5 |
| 1395 | 2026-05-21T21:55:07.437Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-05-21T21:55:07.464Z | Compiling base64ct v1.8.3 |
| 1397 | 2026-05-21T21:55:07.480Z | Compiling ident_case v1.0.1 |
| 1398 | 2026-05-21T21:55:07.496Z | Compiling regex-syntax v0.8.10 |
| 1399 | 2026-05-21T21:55:07.533Z | Compiling flagset v0.4.7 |
| 1400 | 2026-05-21T21:55:07.547Z | Compiling rustix v1.1.3 |
| 1401 | 2026-05-21T21:55:07.594Z | Compiling getrandom v0.2.17 |
| 1402 | 2026-05-21T21:55:07.625Z | Compiling jobserver v0.1.34 |
| 1403 | 2026-05-21T21:55:07.642Z | Compiling errno v0.3.14 |
| 1404 | 2026-05-21T21:55:07.687Z | Compiling mio v1.2.0 |
| 1405 | 2026-05-21T21:55:07.721Z | Compiling socket2 v0.6.3 |
| 1406 | 2026-05-21T21:55:07.736Z | Compiling rand_core v0.6.4 |
| 1407 | 2026-05-21T21:55:07.775Z | Compiling signal-hook-registry v1.4.8 |
| 1408 | 2026-05-21T21:55:07.808Z | Compiling once_cell v1.21.3 |
| 1409 | 2026-05-21T21:55:07.851Z | Compiling cc v1.2.56 |
| 1410 | 2026-05-21T21:55:07.888Z | Compiling parking_lot v0.12.5 |
| 1411 | 2026-05-21T21:55:07.991Z | Compiling pem-rfc7468 v0.7.0 |
| 1412 | 2026-05-21T21:55:08.039Z | Compiling iana-time-zone v0.1.65 |
| 1413 | 2026-05-21T21:55:08.072Z | Compiling aws-lc-rs v1.16.3 |
| 1414 | 2026-05-21T21:55:08.144Z | Compiling vcpkg v0.2.15 |
| 1415 | 2026-05-21T21:55:08.161Z | Compiling uuid v1.23.0 |
| 1416 | 2026-05-21T21:55:08.176Z | Compiling tracing-core v0.1.36 |
| 1417 | 2026-05-21T21:55:08.189Z | Compiling rustc_version v0.4.1 |
| 1418 | 2026-05-21T21:55:08.267Z | Compiling rand_core v0.9.5 |
| 1419 | 2026-05-21T21:55:08.281Z | Compiling base64 v0.22.1 |
| 1420 | 2026-05-21T21:55:08.314Z | Compiling openssl-probe v0.2.1 |
| 1421 | 2026-05-21T21:55:08.372Z | Compiling untrusted v0.7.1 |
| 1422 | 2026-05-21T21:55:08.395Z | Compiling untrusted v0.9.0 |
| 1423 | 2026-05-21T21:55:08.409Z | Compiling tinyvec_macros v0.1.1 |
| 1424 | 2026-05-21T21:55:08.497Z | Compiling httparse v1.10.1 |
| 1425 | 2026-05-21T21:55:08.511Z | Compiling tinyvec v1.10.0 |
| 1426 | 2026-05-21T21:55:08.511Z | Compiling aho-corasick v1.1.4 |
| 1427 | 2026-05-21T21:55:08.539Z | Compiling try-lock v0.2.5 |
| 1428 | 2026-05-21T21:55:08.541Z | Compiling dyn-clone v1.0.20 |
| 1429 | 2026-05-21T21:55:08.570Z | Compiling cmake v0.1.57 |
| 1430 | 2026-05-21T21:55:08.626Z | Compiling atomic-waker v1.1.2 |
| 1431 | 2026-05-21T21:55:08.661Z | Compiling rustls v0.23.37 |
| 1432 | 2026-05-21T21:55:08.664Z | Compiling tower-service v0.3.3 |
| 1433 | 2026-05-21T21:55:08.689Z | Compiling schemars v0.8.22 |
| 1434 | 2026-05-21T21:55:08.712Z | Compiling tower-layer v0.3.3 |
| 1435 | 2026-05-21T21:55:08.729Z | Compiling want v0.3.1 |
| 1436 | 2026-05-21T21:55:08.764Z | Compiling httpdate v1.0.3 |
| 1437 | 2026-05-21T21:55:08.789Z | Compiling openssl v0.10.79 |
| 1438 | 2026-05-21T21:55:08.863Z | Compiling foreign-types-shared v0.1.1 |
| 1439 | 2026-05-21T21:55:08.879Z | Compiling pin-utils v0.1.0 |
| 1440 | 2026-05-21T21:55:08.912Z | Compiling unicode-normalization v0.1.25 |
| 1441 | 2026-05-21T21:55:08.912Z | Compiling spin v0.9.8 |
| 1442 | 2026-05-21T21:55:08.915Z | Compiling time-core v0.1.8 |
| 1443 | 2026-05-21T21:55:08.925Z | Compiling crc32fast v1.5.0 |
| 1444 | 2026-05-21T21:55:08.972Z | Compiling foreign-types v0.3.2 |
| 1445 | 2026-05-21T21:55:08.975Z | Compiling native-tls v0.2.18 |
| 1446 | 2026-05-21T21:55:09.027Z | Compiling num-conv v0.2.0 |
| 1447 | 2026-05-21T21:55:09.030Z | Compiling powerfmt v0.2.0 |
| 1448 | 2026-05-21T21:55:09.030Z | Compiling wait-timeout v0.2.1 |
| 1449 | 2026-05-21T21:55:09.049Z | Compiling sync_wrapper v1.0.2 |
| 1450 | 2026-05-21T21:55:09.058Z | Compiling quick-error v1.2.3 |
| 1451 | 2026-05-21T21:55:09.142Z | Compiling crossbeam-utils v0.8.21 |
| 1452 | 2026-05-21T21:55:09.145Z | Compiling simd-adler32 v0.3.8 |
| 1453 | 2026-05-21T21:55:09.207Z | Compiling siphasher v1.0.2 |
| 1454 | 2026-05-21T21:55:09.224Z | Compiling tempfile v3.25.0 |
| 1455 | 2026-05-21T21:55:09.240Z | Compiling time-macros v0.2.27 |
| 1456 | 2026-05-21T21:55:09.259Z | Compiling num_threads v0.1.7 |
| 1457 | 2026-05-21T21:55:09.311Z | Compiling deranged v0.5.8 |
| 1458 | 2026-05-21T21:55:09.326Z | Compiling syn v1.0.109 |
| 1459 | 2026-05-21T21:55:09.348Z | Compiling regex-automata v0.4.14 |
| 1460 | 2026-05-21T21:55:09.388Z | Compiling usdt-impl v0.6.0 |
| 1461 | 2026-05-21T21:55:09.403Z | Compiling bit-vec v0.8.0 |
| 1462 | 2026-05-21T21:55:09.422Z | Compiling slog v2.8.2 |
| 1463 | 2026-05-21T21:55:09.425Z | Compiling heapless v0.7.17 |
| 1464 | 2026-05-21T21:55:09.471Z | Compiling aws-lc-sys v0.40.0 |
| 1465 | 2026-05-21T21:55:09.484Z | Compiling ring v0.17.14 |
| 1466 | 2026-05-21T21:55:09.511Z | Compiling synstructure v0.13.2 |
| 1467 | 2026-05-21T21:55:09.628Z | Compiling openssl-sys v0.9.115 |
| 1468 | 2026-05-21T21:55:09.645Z | Compiling serde_derive_internals v0.29.1 |
| 1469 | 2026-05-21T21:55:09.648Z | Compiling pest_generator v2.8.6 |
| 1470 | 2026-05-21T21:55:09.674Z | Compiling darling_core v0.20.11 |
| 1471 | 2026-05-21T21:55:09.677Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-21T21:55:09.746Z | Compiling bit-set v0.8.0 |
| 1473 | 2026-05-21T21:55:09.760Z | Compiling darling_core v0.21.3 |
| 1474 | 2026-05-21T21:55:09.881Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1475 | 2026-05-21T21:55:09.926Z | Compiling rusty-fork v0.3.1 |
| 1476 | 2026-05-21T21:55:10.132Z | Compiling rand_xorshift v0.4.0 |
| 1477 | 2026-05-21T21:55:10.185Z | Compiling thread-id v5.1.0 |
| 1478 | 2026-05-21T21:55:10.264Z | Compiling cookie v0.18.1 |
| 1479 | 2026-05-21T21:55:10.280Z | Compiling ryu v1.0.23 |
| 1480 | 2026-05-21T21:55:10.296Z | Compiling unicode-properties v0.1.4 |
| 1481 | 2026-05-21T21:55:10.313Z | Compiling adler2 v2.0.1 |
| 1482 | 2026-05-21T21:55:10.329Z | Compiling zstd-safe v7.2.4 |
| 1483 | 2026-05-21T21:55:10.345Z | Compiling time v0.3.47 |
| 1484 | 2026-05-21T21:55:10.390Z | Compiling iri-string v0.7.10 |
| 1485 | 2026-05-21T21:55:10.457Z | Compiling allocator-api2 v0.2.21 |
| 1486 | 2026-05-21T21:55:10.474Z | Compiling signal-hook v0.3.18 |
| 1487 | 2026-05-21T21:55:10.478Z | Compiling unicode-bidi v0.3.18 |
| 1488 | 2026-05-21T21:55:10.522Z | Compiling paste v1.0.15 |
| 1489 | 2026-05-21T21:55:10.547Z | Compiling unarray v0.1.4 |
| 1490 | 2026-05-21T21:55:10.570Z | Compiling anyhow v1.0.102 |
| 1491 | 2026-05-21T21:55:10.704Z | Compiling miniz_oxide v0.8.9 |
| 1492 | 2026-05-21T21:55:10.955Z | Compiling stringprep v0.1.5 |
| 1493 | 2026-05-21T21:55:11.251Z | Compiling serde_derive v1.0.228 |
| 1494 | 2026-05-21T21:55:11.264Z | Compiling zeroize_derive v1.4.3 |
| 1495 | 2026-05-21T21:55:11.308Z | Compiling zerofrom-derive v0.1.6 |
| 1496 | 2026-05-21T21:55:11.324Z | Compiling yoke-derive v0.8.1 |
| 1497 | 2026-05-21T21:55:11.356Z | Compiling zerovec-derive v0.11.2 |
| 1498 | 2026-05-21T21:55:11.434Z | Compiling zerocopy-derive v0.8.40 |
| 1499 | 2026-05-21T21:55:11.714Z | Compiling displaydoc v0.2.5 |
| 1500 | 2026-05-21T21:55:11.938Z | Compiling zeroize v1.8.2 |
| 1501 | 2026-05-21T21:55:11.953Z | Compiling tokio-macros v2.7.0 |
| 1502 | 2026-05-21T21:55:11.989Z | Compiling futures-macro v0.3.32 |
| 1503 | 2026-05-21T21:55:12.039Z | Compiling der_derive v0.7.3 |
| 1504 | 2026-05-21T21:55:12.353Z | Compiling rustls-pki-types v1.14.0 |
| 1505 | 2026-05-21T21:55:12.503Z | Compiling thiserror-impl v2.0.18 |
| 1506 | 2026-05-21T21:55:12.523Z | Compiling tracing-attributes v0.1.31 |
| 1507 | 2026-05-21T21:55:12.538Z | Compiling pest_derive v2.8.6 |
| 1508 | 2026-05-21T21:55:12.710Z | Compiling crypto-common v0.1.7 |
| 1509 | 2026-05-21T21:55:12.724Z | Compiling block-buffer v0.10.4 |
| 1510 | 2026-05-21T21:55:12.757Z | Compiling zerofrom v0.1.6 |
| 1511 | 2026-05-21T21:55:12.824Z | Compiling block-padding v0.3.3 |
| 1512 | 2026-05-21T21:55:12.838Z | Compiling futures-util v0.3.32 |
| 1513 | 2026-05-21T21:55:12.877Z | Compiling yoke v0.8.1 |
| 1514 | 2026-05-21T21:55:12.900Z | Compiling digest v0.10.7 |
| 1515 | 2026-05-21T21:55:12.915Z | Compiling schemars_derive v0.8.22 |
| 1516 | 2026-05-21T21:55:13.003Z | Compiling inout v0.1.4 |
| 1517 | 2026-05-21T21:55:13.017Z | Compiling scroll_derive v0.13.1 |
| 1518 | 2026-05-21T21:55:13.051Z | Compiling zerovec v0.11.5 |
| 1519 | 2026-05-21T21:55:13.085Z | Compiling zerotrie v0.2.3 |
| 1520 | 2026-05-21T21:55:13.166Z | Compiling hmac v0.12.1 |
| 1521 | 2026-05-21T21:55:13.195Z | Compiling cipher v0.4.4 |
| 1522 | 2026-05-21T21:55:13.342Z | Compiling sha2 v0.10.9 |
| 1523 | 2026-05-21T21:55:13.403Z | Compiling der v0.7.10 |
| 1524 | 2026-05-21T21:55:13.473Z | Compiling salsa20 v0.10.2 |
| 1525 | 2026-05-21T21:55:13.500Z | Compiling pbkdf2 v0.12.2 |
| 1526 | 2026-05-21T21:55:13.574Z | Compiling tinystr v0.8.2 |
| 1527 | 2026-05-21T21:55:13.629Z | Compiling potential_utf v0.1.4 |
| 1528 | 2026-05-21T21:55:13.643Z | Compiling scrypt v0.11.0 |
| 1529 | 2026-05-21T21:55:13.824Z | Compiling icu_locale_core v2.1.1 |
| 1530 | 2026-05-21T21:55:13.848Z | Compiling icu_collections v2.1.1 |
| 1531 | 2026-05-21T21:55:13.890Z | Compiling aes v0.8.4 |
| 1532 | 2026-05-21T21:55:13.911Z | Compiling thiserror v2.0.18 |
| 1533 | 2026-05-21T21:55:13.911Z | Compiling tracing v0.1.44 |
| 1534 | 2026-05-21T21:55:13.948Z | Compiling cbc v0.1.2 |
| 1535 | 2026-05-21T21:55:14.051Z | Compiling scroll v0.13.0 |
| 1536 | 2026-05-21T21:55:14.113Z | Compiling darling_macro v0.20.11 |
| 1537 | 2026-05-21T21:55:14.201Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2026-05-21T21:55:14.260Z | Compiling spki v0.7.3 |
| 1539 | 2026-05-21T21:55:14.338Z | Compiling goblin v0.10.5 |
| 1540 | 2026-05-21T21:55:14.354Z | Compiling rustls-native-certs v0.8.3 |
| 1541 | 2026-05-21T21:55:14.486Z | Compiling icu_provider v2.1.1 |
| 1542 | 2026-05-21T21:55:14.631Z | Compiling pkcs5 v0.7.1 |
| 1543 | 2026-05-21T21:55:14.647Z | Compiling darling v0.20.11 |
| 1544 | 2026-05-21T21:55:14.676Z | Compiling bytes v1.11.1 |
| 1545 | 2026-05-21T21:55:14.724Z | Compiling icu_properties v2.1.2 |
| 1546 | 2026-05-21T21:55:14.762Z | Compiling icu_normalizer v2.1.1 |
| 1547 | 2026-05-21T21:55:14.765Z | Compiling chrono v0.4.44 |
| 1548 | 2026-05-21T21:55:14.765Z | Compiling ipnet v2.11.0 |
| 1549 | 2026-05-21T21:55:14.810Z | Compiling derive_builder_core v0.20.2 |
| 1550 | 2026-05-21T21:55:14.951Z | Compiling pkcs8 v0.10.2 |
| 1551 | 2026-05-21T21:55:14.968Z | Compiling dtrace-parser v0.3.0 |
| 1552 | 2026-05-21T21:55:15.126Z | Compiling signature v2.2.0 |
| 1553 | 2026-05-21T21:55:15.174Z | Compiling tokio v1.52.1 |
| 1554 | 2026-05-21T21:55:15.286Z | Compiling http v1.4.0 |
| 1555 | 2026-05-21T21:55:15.323Z | Compiling webpki-roots v1.0.6 |
| 1556 | 2026-05-21T21:55:15.341Z | Compiling thiserror-impl v1.0.69 |
| 1557 | 2026-05-21T21:55:15.344Z | Compiling scroll_derive v0.12.1 |
| 1558 | 2026-05-21T21:55:15.344Z | Compiling toml_datetime v0.6.11 |
| 1559 | 2026-05-21T21:55:15.460Z | Compiling erased-serde v0.3.31 |
| 1560 | 2026-05-21T21:55:15.633Z | Compiling idna_adapter v1.2.1 |
| 1561 | 2026-05-21T21:55:15.703Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2026-05-21T21:55:15.725Z | Compiling serde_spanned v0.6.9 |
| 1563 | 2026-05-21T21:55:15.789Z | Compiling ppv-lite86 v0.2.21 |
| 1564 | 2026-05-21T21:55:15.848Z | Compiling idna v1.1.0 |
| 1565 | 2026-05-21T21:55:15.915Z | Compiling serde_urlencoded v0.7.1 |
| 1566 | 2026-05-21T21:55:16.000Z | Compiling http-body v1.0.1 |
| 1567 | 2026-05-21T21:55:16.015Z | Compiling serde_tokenstream v0.2.3 |
| 1568 | 2026-05-21T21:55:16.120Z | Compiling rand_chacha v0.9.0 |
| 1569 | 2026-05-21T21:55:16.173Z | Compiling http-body-util v0.1.3 |
| 1570 | 2026-05-21T21:55:16.190Z | Compiling scroll v0.12.0 |
| 1571 | 2026-05-21T21:55:16.214Z | Compiling url v2.5.8 |
| 1572 | 2026-05-21T21:55:16.230Z | Compiling rand_chacha v0.3.1 |
| 1573 | 2026-05-21T21:55:16.234Z | Compiling md-5 v0.10.6 |
| 1574 | 2026-05-21T21:55:16.267Z | Compiling darling_macro v0.21.3 |
| 1575 | 2026-05-21T21:55:16.354Z | Compiling rand v0.9.2 |
| 1576 | 2026-05-21T21:55:16.435Z | Compiling bstr v1.12.1 |
| 1577 | 2026-05-21T21:55:16.438Z | Compiling async-trait v0.1.89 |
| 1578 | 2026-05-21T21:55:16.482Z | Compiling pin-project-internal v1.1.11 |
| 1579 | 2026-05-21T21:55:16.595Z | Compiling zerocopy-derive v0.7.35 |
| 1580 | 2026-05-21T21:55:16.706Z | Compiling thiserror v1.0.69 |
| 1581 | 2026-05-21T21:55:16.831Z | Compiling vergen-lib v0.1.6 |
| 1582 | 2026-05-21T21:55:16.850Z | Compiling num-integer v0.1.46 |
| 1583 | 2026-05-21T21:55:17.056Z | Compiling proptest v1.10.0 |
| 1584 | 2026-05-21T21:55:17.071Z | Compiling curve25519-dalek v4.1.3 |
| 1585 | 2026-05-21T21:55:17.119Z | Compiling dof v0.4.0 |
| 1586 | 2026-05-21T21:55:17.186Z | Compiling ff v0.13.1 |
| 1587 | 2026-05-21T21:55:17.201Z | Compiling hash32 v0.2.1 |
| 1588 | 2026-05-21T21:55:17.317Z | Compiling memoffset v0.9.1 |
| 1589 | 2026-05-21T21:55:17.346Z | Compiling ref-cast v1.0.25 |
| 1590 | 2026-05-21T21:55:17.386Z | Compiling cfg_aliases v0.2.1 |
| 1591 | 2026-05-21T21:55:17.418Z | Compiling smoltcp v0.9.1 |
| 1592 | 2026-05-21T21:55:17.438Z | Compiling zlib-rs v0.6.2 |
| 1593 | 2026-05-21T21:55:17.476Z | Compiling psl-types v2.0.11 |
| 1594 | 2026-05-21T21:55:17.510Z | Compiling base16ct v0.2.0 |
| 1595 | 2026-05-21T21:55:17.537Z | Compiling litrs v1.0.0 |
| 1596 | 2026-05-21T21:55:17.553Z | Compiling fallible-iterator v0.2.0 |
| 1597 | 2026-05-21T21:55:17.621Z | Compiling ipnetwork v0.21.1 |
| 1598 | 2026-05-21T21:55:17.650Z | Compiling rustix v0.38.44 |
| 1599 | 2026-05-21T21:55:17.687Z | Compiling num-bigint-dig v0.8.6 |
| 1600 | 2026-05-21T21:55:17.741Z | Compiling pin-project v1.1.11 |
| 1601 | 2026-05-21T21:55:17.767Z | Compiling sec1 v0.7.3 |
| 1602 | 2026-05-21T21:55:17.815Z | Compiling publicsuffix v2.3.0 |
| 1603 | 2026-05-21T21:55:17.876Z | Compiling oxnet v0.1.4 |
| 1604 | 2026-05-21T21:55:17.923Z | Compiling postgres-protocol v0.6.10 |
| 1605 | 2026-05-21T21:55:18.040Z | Compiling zerocopy v0.7.35 |
| 1606 | 2026-05-21T21:55:18.057Z | Compiling document-features v0.2.12 |
| 1607 | 2026-05-21T21:55:18.073Z | Compiling nix v0.31.2 |
| 1608 | 2026-05-21T21:55:18.149Z | Compiling group v0.13.0 |
| 1609 | 2026-05-21T21:55:18.234Z | Compiling num-iter v0.1.45 |
| 1610 | 2026-05-21T21:55:18.339Z | Compiling darling v0.21.3 |
| 1611 | 2026-05-21T21:55:18.354Z | Compiling rand v0.8.6 |
| 1612 | 2026-05-21T21:55:18.357Z | Compiling goblin v0.8.2 |
| 1613 | 2026-05-21T21:55:18.383Z | Compiling derive_builder v0.20.2 |
| 1614 | 2026-05-21T21:55:18.470Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2026-05-21T21:55:18.472Z | Compiling futures-executor v0.3.32 |
| 1616 | 2026-05-21T21:55:18.500Z | Compiling cargo-platform v0.1.9 |
| 1617 | 2026-05-21T21:55:18.528Z | Compiling hex v0.4.3 |
| 1618 | 2026-05-21T21:55:18.553Z | Compiling hkdf v0.12.4 |
| 1619 | 2026-05-21T21:55:18.620Z | Compiling crypto-bigint v0.5.5 |
| 1620 | 2026-05-21T21:55:18.685Z | Compiling regex v1.12.3 |
| 1621 | 2026-05-21T21:55:18.743Z | Compiling ref-cast-impl v1.0.25 |
| 1622 | 2026-05-21T21:55:18.759Z | Compiling snafu-derive v0.8.9 |
| 1623 | 2026-05-21T21:55:18.776Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-05-21T21:55:18.779Z | Compiling daft-derive v0.1.7 |
| 1625 | 2026-05-21T21:55:18.821Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1626 | 2026-05-21T21:55:19.131Z | Compiling tokio-util v0.7.18 |
| 1627 | 2026-05-21T21:55:19.194Z | Compiling tower v0.5.3 |
| 1628 | 2026-05-21T21:55:19.220Z | Compiling tokio-native-tls v0.3.1 |
| 1629 | 2026-05-21T21:55:19.310Z | Compiling phf_shared v0.13.1 |
| 1630 | 2026-05-21T21:55:19.413Z | Compiling newtype-uuid v1.3.2 |
| 1631 | 2026-05-21T21:55:19.496Z | Compiling terminal_size v0.4.3 |
| 1632 | 2026-05-21T21:55:19.510Z | Compiling lazy_static v1.5.0 |
| 1633 | 2026-05-21T21:55:19.549Z | Compiling vergen v9.0.6 |
| 1634 | 2026-05-21T21:55:19.569Z | Compiling fs-err v3.3.0 |
| 1635 | 2026-05-21T21:55:19.583Z | Compiling ahash v0.8.12 |
| 1636 | 2026-05-21T21:55:19.625Z | Compiling tower-http v0.6.8 |
| 1637 | 2026-05-21T21:55:19.653Z | Compiling encoding_rs v0.8.35 |
| 1638 | 2026-05-21T21:55:19.704Z | Compiling winnow v0.5.40 |
| 1639 | 2026-05-21T21:55:19.761Z | Compiling bitflags v1.3.2 |
| 1640 | 2026-05-21T21:55:19.776Z | Compiling object v0.37.3 |
| 1641 | 2026-05-21T21:55:19.790Z | Compiling foldhash v0.1.5 |
| 1642 | 2026-05-21T21:55:19.811Z | Compiling h2 v0.4.13 |
| 1643 | 2026-05-21T21:55:19.895Z | Compiling managed v0.8.0 |
| 1644 | 2026-05-21T21:55:20.022Z | Compiling same-file v1.0.6 |
| 1645 | 2026-05-21T21:55:20.092Z | Compiling libbz2-rs-sys v0.2.2 |
| 1646 | 2026-05-21T21:55:20.107Z | Compiling foldhash v0.2.0 |
| 1647 | 2026-05-21T21:55:20.119Z | Compiling bumpalo v3.20.2 |
| 1648 | 2026-05-21T21:55:20.203Z | Compiling mime v0.3.17 |
| 1649 | 2026-05-21T21:55:20.228Z | Compiling unicode-segmentation v1.12.0 |
| 1650 | 2026-05-21T21:55:20.344Z | Compiling flate2 v1.1.9 |
| 1651 | 2026-05-21T21:55:20.390Z | Compiling zopfli v0.8.3 |
| 1652 | 2026-05-21T21:55:20.481Z | Compiling hashbrown v0.16.1 |
| 1653 | 2026-05-21T21:55:20.642Z | Compiling dof v0.3.0 |
| 1654 | 2026-05-21T21:55:20.686Z | Compiling bzip2 v0.6.1 |
| 1655 | 2026-05-21T21:55:20.751Z | Compiling snafu v0.8.9 |
| 1656 | 2026-05-21T21:55:20.769Z | Compiling walkdir v2.5.0 |
| 1657 | 2026-05-21T21:55:20.840Z | Compiling strum v0.27.2 |
| 1658 | 2026-05-21T21:55:20.856Z | Compiling hashbrown v0.15.5 |
| 1659 | 2026-05-21T21:55:20.942Z | Compiling clap_builder v4.5.60 |
| 1660 | 2026-05-21T21:55:21.042Z | Compiling toml_edit v0.19.15 |
| 1661 | 2026-05-21T21:55:21.173Z | Compiling daft v0.1.7 |
| 1662 | 2026-05-21T21:55:21.203Z | Compiling elliptic-curve v0.13.8 |
| 1663 | 2026-05-21T21:55:21.206Z | Compiling phf v0.13.1 |
| 1664 | 2026-05-21T21:55:21.247Z | Compiling signal-hook-mio v0.2.5 |
| 1665 | 2026-05-21T21:55:21.380Z | Compiling cargo_metadata v0.19.2 |
| 1666 | 2026-05-21T21:55:21.432Z | Compiling cookie_store v0.22.1 |
| 1667 | 2026-05-21T21:55:21.435Z | Compiling hubpack v0.1.2 |
| 1668 | 2026-05-21T21:55:21.461Z | Compiling bzip2 v0.4.4 |
| 1669 | 2026-05-21T21:55:21.477Z | Compiling usdt-macro v0.6.0 |
| 1670 | 2026-05-21T21:55:21.628Z | Compiling usdt-attr-macro v0.6.0 |
| 1671 | 2026-05-21T21:55:21.687Z | Compiling futures v0.3.32 |
| 1672 | 2026-05-21T21:55:21.687Z | Compiling zstd v0.13.3 |
| 1673 | 2026-05-21T21:55:21.740Z | Compiling serde_with_macros v3.17.0 |
| 1674 | 2026-05-21T21:55:21.788Z | Compiling postgres-types v0.2.12 |
| 1675 | 2026-05-21T21:55:22.003Z | Compiling globset v0.4.18 |
| 1676 | 2026-05-21T21:55:22.090Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2026-05-21T21:55:22.119Z | Compiling ed25519 v2.2.3 |
| 1678 | 2026-05-21T21:55:22.260Z | Compiling pkcs1 v0.7.5 |
| 1679 | 2026-05-21T21:55:22.377Z | Compiling serde-big-array v0.5.1 |
| 1680 | 2026-05-21T21:55:22.457Z | Compiling olpc-cjson v0.1.4 |
| 1681 | 2026-05-21T21:55:22.537Z | Compiling serde_plain v1.0.2 |
| 1682 | 2026-05-21T21:55:22.635Z | Compiling rfc6979 v0.4.0 |
| 1683 | 2026-05-21T21:55:22.681Z | Compiling clap_derive v4.5.55 |
| 1684 | 2026-05-21T21:55:22.713Z | Compiling async-recursion v1.1.1 |
| 1685 | 2026-05-21T21:55:22.753Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-05-21T21:55:22.756Z | Compiling enum-as-inner v0.6.1 |
| 1687 | 2026-05-21T21:55:22.782Z | Compiling serde_repr v0.1.20 |
| 1688 | 2026-05-21T21:55:22.874Z | Compiling hyper v1.8.1 |
| 1689 | 2026-05-21T21:55:22.925Z | Compiling phf_shared v0.11.3 |
| 1690 | 2026-05-21T21:55:22.941Z | Compiling float-cmp v0.10.0 |
| 1691 | 2026-05-21T21:55:23.060Z | Compiling pem v3.0.6 |
| 1692 | 2026-05-21T21:55:23.105Z | Compiling memmap2 v0.9.10 |
| 1693 | 2026-05-21T21:55:23.128Z | Compiling thread-id v4.2.2 |
| 1694 | 2026-05-21T21:55:23.235Z | Compiling env_filter v1.0.0 |
| 1695 | 2026-05-21T21:55:23.313Z | Compiling new_debug_unreachable v1.0.6 |
| 1696 | 2026-05-21T21:55:23.351Z | Compiling typed-path v0.9.3 |
| 1697 | 2026-05-21T21:55:23.365Z | Compiling data-encoding v2.10.0 |
| 1698 | 2026-05-21T21:55:23.400Z | Compiling either v1.15.0 |
| 1699 | 2026-05-21T21:55:23.416Z | Compiling fixedbitset v0.5.7 |
| 1700 | 2026-05-21T21:55:23.431Z | Compiling keccak v0.1.6 |
| 1701 | 2026-05-21T21:55:23.568Z | Compiling precomputed-hash v0.1.1 |
| 1702 | 2026-05-21T21:55:23.629Z | Compiling predicates-core v1.0.10 |
| 1703 | 2026-05-21T21:55:23.675Z | Compiling static_assertions v1.1.0 |
| 1704 | 2026-05-21T21:55:23.747Z | Compiling jiff v0.2.21 |
| 1705 | 2026-05-21T21:55:23.763Z | Compiling whoami v2.1.0 |
| 1706 | 2026-05-21T21:55:23.766Z | Compiling fixedbitset v0.4.2 |
| 1707 | 2026-05-21T21:55:23.831Z | Compiling normalize-line-endings v0.3.0 |
| 1708 | 2026-05-21T21:55:23.857Z | Compiling difflib v0.4.0 |
| 1709 | 2026-05-21T21:55:23.946Z | Compiling petgraph v0.6.5 |
| 1710 | 2026-05-21T21:55:24.002Z | Compiling hyper-util v0.1.20 |
| 1711 | 2026-05-21T21:55:24.018Z | Compiling tokio-postgres v0.7.16 |
| 1712 | 2026-05-21T21:55:24.084Z | Compiling toml_edit v0.22.27 |
| 1713 | 2026-05-21T21:55:24.166Z | Compiling predicates v3.1.4 |
| 1714 | 2026-05-21T21:55:24.255Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1715 | 2026-05-21T21:55:24.259Z | Compiling hickory-proto v0.25.2 |
| 1716 | 2026-05-21T21:55:24.452Z | Compiling string_cache v0.8.9 |
| 1717 | 2026-05-21T21:55:24.499Z | Compiling petgraph v0.8.3 |
| 1718 | 2026-05-21T21:55:24.531Z | Compiling clap v4.5.60 |
| 1719 | 2026-05-21T21:55:24.577Z | Compiling strum v0.26.3 |
| 1720 | 2026-05-21T21:55:24.608Z | Compiling sha3 v0.10.8 |
| 1721 | 2026-05-21T21:55:24.630Z | Compiling itertools v0.13.0 |
| 1722 | 2026-05-21T21:55:24.698Z | Compiling env_logger v0.11.9 |
| 1723 | 2026-05-21T21:55:24.732Z | Compiling usdt v0.6.0 |
| 1724 | 2026-05-21T21:55:24.845Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-05-21T21:55:25.019Z | Compiling serde_with v3.17.0 |
| 1726 | 2026-05-21T21:55:25.073Z | Compiling ecdsa v0.16.9 |
| 1727 | 2026-05-21T21:55:25.087Z | Compiling crossterm v0.28.1 |
| 1728 | 2026-05-21T21:55:25.448Z | Compiling hyper-tls v0.6.0 |
| 1729 | 2026-05-21T21:55:25.463Z | Compiling rsa v0.9.10 |
| 1730 | 2026-05-21T21:55:25.484Z | Compiling toml v0.7.8 |
| 1731 | 2026-05-21T21:55:25.700Z | Compiling ed25519-dalek v2.2.0 |
| 1732 | 2026-05-21T21:55:26.184Z | Compiling zip v0.6.6 |
| 1733 | 2026-05-21T21:55:26.252Z | Compiling iddqd v0.4.1 |
| 1734 | 2026-05-21T21:55:26.433Z | Compiling zip v4.6.1 |
| 1735 | 2026-05-21T21:55:26.737Z | Compiling heck v0.4.1 |
| 1736 | 2026-05-21T21:55:26.772Z | Compiling similar v2.7.0 |
| 1737 | 2026-05-21T21:55:26.793Z | Compiling tokio-stream v0.1.18 |
| 1738 | 2026-05-21T21:55:26.809Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1739 | 2026-05-21T21:55:26.863Z | Compiling buf-list v1.1.2 |
| 1740 | 2026-05-21T21:55:26.895Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1741 | 2026-05-21T21:55:26.985Z | Compiling openapiv3 v2.2.0 |
| 1742 | 2026-05-21T21:55:27.156Z | Compiling x509-cert v0.2.5 |
| 1743 | 2026-05-21T21:55:27.171Z | Compiling sha1 v0.10.6 |
| 1744 | 2026-05-21T21:55:27.216Z | Compiling crossbeam-epoch v0.9.18 |
| 1745 | 2026-05-21T21:55:27.283Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1746 | 2026-05-21T21:55:27.413Z | Compiling lalrpop-util v0.19.12 |
| 1747 | 2026-05-21T21:55:27.428Z | Compiling peg-runtime v0.8.5 |
| 1748 | 2026-05-21T21:55:27.443Z | Compiling thread_local v1.1.9 |
| 1749 | 2026-05-21T21:55:27.473Z | Compiling slog-async v2.8.0 |
| 1750 | 2026-05-21T21:55:27.506Z | Compiling crossbeam-channel v0.5.15 |
| 1751 | 2026-05-21T21:55:27.572Z | Compiling is-terminal v0.4.17 |
| 1752 | 2026-05-21T21:55:27.602Z | Compiling filetime v0.2.27 |
| 1753 | 2026-05-21T21:55:27.632Z | Compiling take_mut v0.2.2 |
| 1754 | 2026-05-21T21:55:27.686Z | Compiling xattr v1.6.1 |
| 1755 | 2026-05-21T21:55:27.701Z | Compiling term v1.2.1 |
| 1756 | 2026-05-21T21:55:27.834Z | Compiling tar v0.4.45 |
| 1757 | 2026-05-21T21:55:27.986Z | Compiling slog-term v2.9.2 |
| 1758 | 2026-05-21T21:55:45.549Z | Compiling rustls-webpki v0.103.9 |
| 1759 | 2026-05-21T21:55:48.344Z | Compiling tokio-rustls v0.26.4 |
| 1760 | 2026-05-21T21:55:48.344Z | Compiling rustls-platform-verifier v0.6.2 |
| 1761 | 2026-05-21T21:55:48.620Z | Compiling hyper-rustls v0.27.7 |
| 1762 | 2026-05-21T21:55:48.751Z | Compiling reqwest v0.12.28 |
| 1763 | 2026-05-21T21:55:48.751Z | Compiling reqwest v0.13.2 |
| 1764 | 2026-05-21T21:55:49.964Z | Compiling tough v0.22.0 |
| 1765 | 2026-05-21T21:55:52.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1766 | 2026-05-21T21:55:52.711Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1767 | 2026-05-21T21:55:55.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.74s |
| 1768 | 2026-05-21T21:55:55.623Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1769 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.693 INFO Starting download, target: Clickhouse |
| 1770 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.694 INFO Starting download, target: Console |
| 1771 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.694 INFO Starting download, target: Cockroach |
| 1772 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.694 INFO Starting download, target: DendriteStub |
| 1773 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.694 INFO Starting download, target: MaghemiteMgd |
| 1774 | 2026-05-21T21:55:55.675Z | May 21 21:55:54.694 INFO Starting download, target: TransceiverControl |
| 1775 | 2026-05-21T21:55:55.679Z | May 21 21:55:54.694 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1776 | 2026-05-21T21:55:55.679Z | May 21 21:55:54.694 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1777 | 2026-05-21T21:55:55.680Z | May 21 21:55:54.694 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1778 | 2026-05-21T21:55:55.680Z | May 21 21:55:54.694 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1779 | 2026-05-21T21:55:55.680Z | May 21 21:55:54.694 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1780 | 2026-05-21T21:55:55.680Z | May 21 21:55:54.695 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1781 | 2026-05-21T21:55:56.150Z | May 21 21:55:55.126 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1782 | 2026-05-21T21:55:56.310Z | May 21 21:55:55.327 INFO Download complete, target: TransceiverControl |
| 1783 | 2026-05-21T21:55:56.677Z | May 21 21:55:55.696 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1784 | 2026-05-21T21:55:56.917Z | May 21 21:55:55.932 INFO Download complete, target: Console |
| 1785 | 2026-05-21T21:55:57.516Z | May 21 21:55:56.515 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1786 | 2026-05-21T21:55:57.749Z | May 21 21:55:56.742 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1787 | 2026-05-21T21:55:57.953Z | May 21 21:55:56.952 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1788 | 2026-05-21T21:55:58.730Z | May 21 21:55:57.749 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1789 | 2026-05-21T21:55:58.730Z | May 21 21:55:57.749 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1790 | 2026-05-21T21:56:00.076Z | May 21 21:55:59.095 INFO Download complete, target: DendriteStub |
| 1791 | 2026-05-21T21:56:00.322Z | May 21 21:55:59.341 INFO Download complete, target: MaghemiteMgd |
| 1792 | 2026-05-21T21:56:03.459Z | May 21 21:56:02.478 INFO Checking that binary works, target: Cockroach |
| 1793 | 2026-05-21T21:56:03.657Z | May 21 21:56:02.675 INFO Download complete, target: Cockroach |
| 1794 | 2026-05-21T21:56:04.254Z | May 21 21:56:03.272 INFO Checking that binary works, target: Clickhouse |
| 1795 | 2026-05-21T21:56:04.377Z | May 21 21:56:03.393 INFO Download complete, target: Clickhouse |
| 1796 | 2026-05-21T21:56:04.381Z | All prerequisites installed successfully |
| 1797 | 2026-05-21T21:56:04.389Z | |
| 1798 | 2026-05-21T21:56:04.389Z | real 1:28.306421422 |
| 1799 | 2026-05-21T21:56:04.389Z | user 6:42.985049060 |
| 1800 | 2026-05-21T21:56:04.389Z | sys 1:42.986563467 |
| 1801 | 2026-05-21T21:56:04.389Z | trap 0.213678239 |
| 1802 | 2026-05-21T21:56:04.389Z | tflt 2.608163328 |
| 1803 | 2026-05-21T21:56:04.389Z | dflt 3.241279261 |
| 1804 | 2026-05-21T21:56:04.390Z | kflt 0.076358229 |
| 1805 | 2026-05-21T21:56:04.390Z | lock 23:34.346350810 |
| 1806 | 2026-05-21T21:56:04.390Z | slp 18:42.488829876 |
| 1807 | 2026-05-21T21:56:04.390Z | lat 20.246122204 |
| 1808 | 2026-05-21T21:56:04.390Z | stop 2:34.688952968 |
| 1809 | 2026-05-21T21:56:04.390Z | + source ./tools/include/force-git-over-https.sh |
| 1810 | 2026-05-21T21:56:04.390Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1811 | 2026-05-21T21:56:04.390Z | ++ (( i = 0 )) |
| 1812 | 2026-05-21T21:56:04.390Z | ++ (( i < 5 )) |
| 1813 | 2026-05-21T21:56:04.390Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1814 | 2026-05-21T21:56:04.390Z | ++ (( i++ )) |
| 1815 | 2026-05-21T21:56:04.390Z | ++ (( i < 5 )) |
| 1816 | 2026-05-21T21:56:04.390Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1817 | 2026-05-21T21:56:04.390Z | ++ (( i++ )) |
| 1818 | 2026-05-21T21:56:04.390Z | ++ (( i < 5 )) |
| 1819 | 2026-05-21T21:56:04.390Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1820 | 2026-05-21T21:56:04.393Z | ++ (( i++ )) |
| 1821 | 2026-05-21T21:56:04.393Z | ++ (( i < 5 )) |
| 1822 | 2026-05-21T21:56:04.393Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1823 | 2026-05-21T21:56:04.396Z | ++ (( i++ )) |
| 1824 | 2026-05-21T21:56:04.396Z | ++ (( i < 5 )) |
| 1825 | 2026-05-21T21:56:04.396Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1826 | 2026-05-21T21:56:04.402Z | ++ (( i++ )) |
| 1827 | 2026-05-21T21:56:04.402Z | ++ (( i < 5 )) |
| 1828 | 2026-05-21T21:56:04.402Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1829 | 2026-05-21T21:56:04.402Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1830 | 2026-05-21T21:56:04.402Z | + rc=0 |
| 1831 | 2026-05-21T21:56:04.402Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1832 | 2026-05-21T21:56:12.886Z | + case $rc in |
| 1833 | 2026-05-21T21:56:12.886Z | + pfexec zfs create -p rpool/images/build/host |
| 1834 | 2026-05-21T21:56:13.075Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1835 | 2026-05-21T21:56:13.127Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1836 | 2026-05-21T21:56:13.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1837 | 2026-05-21T21:56:13.661Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1838 | 2026-05-21T21:56:14.533Z | Compiling proc-macro2 v1.0.106 |
| 1839 | 2026-05-21T21:56:14.533Z | Compiling quote v1.0.45 |
| 1840 | 2026-05-21T21:56:14.533Z | Compiling unicode-ident v1.0.24 |
| 1841 | 2026-05-21T21:56:14.534Z | Compiling libc v0.2.185 |
| 1842 | 2026-05-21T21:56:14.539Z | Compiling serde_core v1.0.228 |
| 1843 | 2026-05-21T21:56:14.539Z | Compiling serde v1.0.228 |
| 1844 | 2026-05-21T21:56:14.539Z | Compiling cfg-if v1.0.4 |
| 1845 | 2026-05-21T21:56:14.539Z | Compiling version_check v0.9.5 |
| 1846 | 2026-05-21T21:56:14.539Z | Compiling shlex v1.3.0 |
| 1847 | 2026-05-21T21:56:14.539Z | Compiling find-msvc-tools v0.1.9 |
| 1848 | 2026-05-21T21:56:14.539Z | Compiling typenum v1.19.0 |
| 1849 | 2026-05-21T21:56:14.539Z | Compiling autocfg v1.5.0 |
| 1850 | 2026-05-21T21:56:14.539Z | Compiling memchr v2.8.0 |
| 1851 | 2026-05-21T21:56:14.669Z | Compiling zmij v1.0.21 |
| 1852 | 2026-05-21T21:56:14.678Z | Compiling zerocopy v0.8.40 |
| 1853 | 2026-05-21T21:56:14.828Z | Compiling portable-atomic v1.13.1 |
| 1854 | 2026-05-21T21:56:14.892Z | Compiling serde_json v1.0.149 |
| 1855 | 2026-05-21T21:56:14.928Z | Compiling libm v0.2.16 |
| 1856 | 2026-05-21T21:56:14.978Z | Compiling parking_lot_core v0.9.12 |
| 1857 | 2026-05-21T21:56:14.997Z | Compiling generic-array v0.14.7 |
| 1858 | 2026-05-21T21:56:15.012Z | Compiling smallvec v1.15.1 |
| 1859 | 2026-05-21T21:56:15.209Z | Compiling num-traits v0.2.19 |
| 1860 | 2026-05-21T21:56:15.243Z | Compiling icu_properties_data v2.1.2 |
| 1861 | 2026-05-21T21:56:15.247Z | Compiling icu_normalizer_data v2.1.1 |
| 1862 | 2026-05-21T21:56:15.248Z | Compiling pkg-config v0.3.32 |
| 1863 | 2026-05-21T21:56:15.262Z | Compiling log v0.4.29 |
| 1864 | 2026-05-21T21:56:15.289Z | Compiling itoa v1.0.17 |
| 1865 | 2026-05-21T21:56:15.305Z | Compiling getrandom v0.4.1 |
| 1866 | 2026-05-21T21:56:15.347Z | Compiling subtle v2.6.1 |
| 1867 | 2026-05-21T21:56:15.482Z | Compiling getrandom v0.3.4 |
| 1868 | 2026-05-21T21:56:15.503Z | Compiling scopeguard v1.2.0 |
| 1869 | 2026-05-21T21:56:15.542Z | Compiling jobserver v0.1.34 |
| 1870 | 2026-05-21T21:56:15.557Z | Compiling getrandom v0.2.17 |
| 1871 | 2026-05-21T21:56:15.557Z | Compiling stable_deref_trait v1.2.1 |
| 1872 | 2026-05-21T21:56:15.606Z | Compiling errno v0.3.14 |
| 1873 | 2026-05-21T21:56:15.621Z | Compiling lock_api v0.4.14 |
| 1874 | 2026-05-21T21:56:15.701Z | Compiling rand_core v0.6.4 |
| 1875 | 2026-05-21T21:56:15.710Z | Compiling rustix v1.1.3 |
| 1876 | 2026-05-21T21:56:15.776Z | Compiling cc v1.2.56 |
| 1877 | 2026-05-21T21:56:15.907Z | Compiling dunce v1.0.5 |
| 1878 | 2026-05-21T21:56:15.912Z | Compiling fs_extra v1.3.0 |
| 1879 | 2026-05-21T21:56:15.971Z | Compiling syn v2.0.117 |
| 1880 | 2026-05-21T21:56:15.974Z | Compiling critical-section v1.2.0 |
| 1881 | 2026-05-21T21:56:16.021Z | Compiling heck v0.5.0 |
| 1882 | 2026-05-21T21:56:16.068Z | Compiling pin-project-lite v0.2.17 |
| 1883 | 2026-05-21T21:56:16.194Z | Compiling percent-encoding v2.3.2 |
| 1884 | 2026-05-21T21:56:16.214Z | Compiling writeable v0.6.2 |
| 1885 | 2026-05-21T21:56:16.229Z | Compiling litemap v0.8.1 |
| 1886 | 2026-05-21T21:56:16.259Z | Compiling thiserror v2.0.18 |
| 1887 | 2026-05-21T21:56:16.275Z | Compiling fnv v1.0.7 |
| 1888 | 2026-05-21T21:56:16.291Z | Compiling const-oid v0.9.6 |
| 1889 | 2026-05-21T21:56:16.428Z | Compiling once_cell v1.21.3 |
| 1890 | 2026-05-21T21:56:16.479Z | Compiling rustversion v1.0.22 |
| 1891 | 2026-05-21T21:56:16.492Z | Compiling aws-lc-rs v1.16.3 |
| 1892 | 2026-05-21T21:56:16.525Z | Compiling cmake v0.1.57 |
| 1893 | 2026-05-21T21:56:16.530Z | Compiling signal-hook-registry v1.4.8 |
| 1894 | 2026-05-21T21:56:16.679Z | Compiling equivalent v1.0.2 |
| 1895 | 2026-05-21T21:56:16.703Z | Compiling futures-core v0.3.32 |
| 1896 | 2026-05-21T21:56:16.730Z | Compiling parking_lot v0.12.5 |
| 1897 | 2026-05-21T21:56:16.816Z | Compiling mio v1.2.0 |
| 1898 | 2026-05-21T21:56:16.912Z | Compiling httparse v1.10.1 |
| 1899 | 2026-05-21T21:56:16.915Z | Compiling vcpkg v0.2.15 |
| 1900 | 2026-05-21T21:56:16.935Z | Compiling socket2 v0.6.3 |
| 1901 | 2026-05-21T21:56:16.994Z | Compiling bitflags v2.11.0 |
| 1902 | 2026-05-21T21:56:17.096Z | Compiling ring v0.17.14 |
| 1903 | 2026-05-21T21:56:17.114Z | Compiling aws-lc-sys v0.40.0 |
| 1904 | 2026-05-21T21:56:17.120Z | Compiling semver v1.0.28 |
| 1905 | 2026-05-21T21:56:17.312Z | Compiling schemars v0.8.22 |
| 1906 | 2026-05-21T21:56:17.360Z | Compiling utf8_iter v1.0.4 |
| 1907 | 2026-05-21T21:56:17.533Z | Compiling openssl-sys v0.9.115 |
| 1908 | 2026-05-21T21:56:17.548Z | Compiling form_urlencoded v1.2.2 |
| 1909 | 2026-05-21T21:56:17.637Z | Compiling hashbrown v0.17.0 |
| 1910 | 2026-05-21T21:56:17.779Z | Compiling rustls v0.23.37 |
| 1911 | 2026-05-21T21:56:17.815Z | Compiling futures-sink v0.3.32 |
| 1912 | 2026-05-21T21:56:17.856Z | Compiling crc32fast v1.5.0 |
| 1913 | 2026-05-21T21:56:17.962Z | Compiling rand_core v0.10.0 |
| 1914 | 2026-05-21T21:56:17.999Z | Compiling futures-channel v0.3.32 |
| 1915 | 2026-05-21T21:56:18.066Z | Compiling cpufeatures v0.2.17 |
| 1916 | 2026-05-21T21:56:18.070Z | Compiling slab v0.4.12 |
| 1917 | 2026-05-21T21:56:18.124Z | Compiling futures-task v0.3.32 |
| 1918 | 2026-05-21T21:56:18.181Z | Compiling futures-io v0.3.32 |
| 1919 | 2026-05-21T21:56:18.246Z | Compiling rustc_version v0.4.1 |
| 1920 | 2026-05-21T21:56:18.300Z | Compiling indexmap v2.14.0 |
| 1921 | 2026-05-21T21:56:18.398Z | Compiling ucd-trie v0.1.7 |
| 1922 | 2026-05-21T21:56:18.415Z | Compiling strsim v0.11.1 |
| 1923 | 2026-05-21T21:56:18.420Z | Compiling openssl v0.10.79 |
| 1924 | 2026-05-21T21:56:18.500Z | Compiling byteorder v1.5.0 |
| 1925 | 2026-05-21T21:56:18.581Z | Compiling pest v2.8.6 |
| 1926 | 2026-05-21T21:56:18.718Z | Compiling native-tls v0.2.18 |
| 1927 | 2026-05-21T21:56:18.726Z | Compiling iana-time-zone v0.1.65 |
| 1928 | 2026-05-21T21:56:18.754Z | Compiling time-core v0.1.8 |
| 1929 | 2026-05-21T21:56:18.779Z | Compiling ident_case v1.0.1 |
| 1930 | 2026-05-21T21:56:18.802Z | Compiling synstructure v0.13.2 |
| 1931 | 2026-05-21T21:56:18.827Z | Compiling serde_derive_internals v0.29.1 |
| 1932 | 2026-05-21T21:56:18.940Z | Compiling num-conv v0.2.0 |
| 1933 | 2026-05-21T21:56:18.943Z | Compiling thiserror v1.0.69 |
| 1934 | 2026-05-21T21:56:19.082Z | Compiling syn v1.0.109 |
| 1935 | 2026-05-21T21:56:19.115Z | Compiling time-macros v0.2.27 |
| 1936 | 2026-05-21T21:56:19.151Z | Compiling base64 v0.22.1 |
| 1937 | 2026-05-21T21:56:19.188Z | Compiling regex-syntax v0.8.10 |
| 1938 | 2026-05-21T21:56:19.261Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1939 | 2026-05-21T21:56:19.348Z | Compiling crossbeam-utils v0.8.21 |
| 1940 | 2026-05-21T21:56:19.401Z | Compiling untrusted v0.9.0 |
| 1941 | 2026-05-21T21:56:19.551Z | Compiling base64ct v1.8.3 |
| 1942 | 2026-05-21T21:56:19.577Z | Compiling uuid v1.23.0 |
| 1943 | 2026-05-21T21:56:19.656Z | Compiling pest_meta v2.8.6 |
| 1944 | 2026-05-21T21:56:19.674Z | Compiling slog v2.8.2 |
| 1945 | 2026-05-21T21:56:19.819Z | Compiling pem-rfc7468 v0.7.0 |
| 1946 | 2026-05-21T21:56:19.868Z | Compiling flagset v0.4.7 |
| 1947 | 2026-05-21T21:56:19.899Z | Compiling rand_core v0.9.5 |
| 1948 | 2026-05-21T21:56:20.048Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1949 | 2026-05-21T21:56:20.072Z | Compiling serde_derive v1.0.228 |
| 1950 | 2026-05-21T21:56:20.089Z | Compiling zeroize_derive v1.4.3 |
| 1951 | 2026-05-21T21:56:20.112Z | Compiling zerofrom-derive v0.1.6 |
| 1952 | 2026-05-21T21:56:20.117Z | Compiling yoke-derive v0.8.1 |
| 1953 | 2026-05-21T21:56:20.144Z | Compiling zerocopy-derive v0.8.40 |
| 1954 | 2026-05-21T21:56:20.220Z | Compiling zerovec-derive v0.11.2 |
| 1955 | 2026-05-21T21:56:20.236Z | Compiling displaydoc v0.2.5 |
| 1956 | 2026-05-21T21:56:20.357Z | Compiling tokio-macros v2.7.0 |
| 1957 | 2026-05-21T21:56:20.370Z | Compiling futures-macro v0.3.32 |
| 1958 | 2026-05-21T21:56:20.538Z | Compiling der_derive v0.7.3 |
| 1959 | 2026-05-21T21:56:20.714Z | Compiling zeroize v1.8.2 |
| 1960 | 2026-05-21T21:56:20.975Z | Compiling tracing-attributes v0.1.31 |
| 1961 | 2026-05-21T21:56:21.052Z | Compiling thiserror-impl v2.0.18 |
| 1962 | 2026-05-21T21:56:21.130Z | Compiling schemars_derive v0.8.22 |
| 1963 | 2026-05-21T21:56:21.150Z | Compiling futures-util v0.3.32 |
| 1964 | 2026-05-21T21:56:21.258Z | Compiling zerofrom v0.1.6 |
| 1965 | 2026-05-21T21:56:21.401Z | Compiling yoke v0.8.1 |
| 1966 | 2026-05-21T21:56:21.489Z | Compiling crypto-common v0.1.7 |
| 1967 | 2026-05-21T21:56:21.615Z | Compiling zerovec v0.11.5 |
| 1968 | 2026-05-21T21:56:21.633Z | Compiling zerotrie v0.2.3 |
| 1969 | 2026-05-21T21:56:21.666Z | Compiling block-buffer v0.10.4 |
| 1970 | 2026-05-21T21:56:21.849Z | Compiling digest v0.10.7 |
| 1971 | 2026-05-21T21:56:22.128Z | Compiling tinystr v0.8.2 |
| 1972 | 2026-05-21T21:56:22.196Z | Compiling potential_utf v0.1.4 |
| 1973 | 2026-05-21T21:56:22.213Z | Compiling hmac v0.12.1 |
| 1974 | 2026-05-21T21:56:22.268Z | Compiling block-padding v0.3.3 |
| 1975 | 2026-05-21T21:56:22.356Z | Compiling icu_locale_core v2.1.1 |
| 1976 | 2026-05-21T21:56:22.375Z | Compiling icu_collections v2.1.1 |
| 1977 | 2026-05-21T21:56:22.397Z | Compiling rustls-pki-types v1.14.0 |
| 1978 | 2026-05-21T21:56:22.397Z | Compiling openssl-macros v0.1.1 |
| 1979 | 2026-05-21T21:56:22.434Z | Compiling inout v0.1.4 |
| 1980 | 2026-05-21T21:56:22.630Z | Compiling pest_generator v2.8.6 |
| 1981 | 2026-05-21T21:56:23.105Z | Compiling icu_provider v2.1.1 |
| 1982 | 2026-05-21T21:56:23.208Z | Compiling bytes v1.11.1 |
| 1983 | 2026-05-21T21:56:23.309Z | Compiling chrono v0.4.44 |
| 1984 | 2026-05-21T21:56:23.326Z | Compiling pest_derive v2.8.6 |
| 1985 | 2026-05-21T21:56:23.328Z | Compiling cipher v0.4.4 |
| 1986 | 2026-05-21T21:56:23.358Z | Compiling sha2 v0.10.9 |
| 1987 | 2026-05-21T21:56:23.573Z | Compiling icu_properties v2.1.2 |
| 1988 | 2026-05-21T21:56:23.592Z | Compiling icu_normalizer v2.1.1 |
| 1989 | 2026-05-21T21:56:23.737Z | Compiling thiserror-impl v1.0.69 |
| 1990 | 2026-05-21T21:56:23.794Z | Compiling tokio v1.52.1 |
| 1991 | 2026-05-21T21:56:24.156Z | Compiling http v1.4.0 |
| 1992 | 2026-05-21T21:56:24.450Z | Compiling ppv-lite86 v0.2.21 |
| 1993 | 2026-05-21T21:56:24.527Z | Compiling idna_adapter v1.2.1 |
| 1994 | 2026-05-21T21:56:24.687Z | Compiling idna v1.1.0 |
| 1995 | 2026-05-21T21:56:24.808Z | Compiling scroll_derive v0.13.1 |
| 1996 | 2026-05-21T21:56:24.981Z | Compiling der v0.7.10 |
| 1997 | 2026-05-21T21:56:25.049Z | Compiling url v2.5.8 |
| 1998 | 2026-05-21T21:56:25.145Z | Compiling tracing-core v0.1.36 |
| 1999 | 2026-05-21T21:56:25.571Z | Compiling plain v0.2.3 |
| 2000 | 2026-05-21T21:56:25.744Z | Compiling camino v1.2.2 |
| 2001 | 2026-05-21T21:56:25.940Z | Compiling paste v1.0.15 |
| 2002 | 2026-05-21T21:56:26.059Z | Compiling spki v0.7.3 |
| 2003 | 2026-05-21T21:56:26.113Z | Compiling tracing v0.1.44 |
| 2004 | 2026-05-21T21:56:26.273Z | Compiling http-body v1.0.1 |
| 2005 | 2026-05-21T21:56:26.288Z | Compiling salsa20 v0.10.2 |
| 2006 | 2026-05-21T21:56:26.311Z | Compiling pbkdf2 v0.12.2 |
| 2007 | 2026-05-21T21:56:26.799Z | Compiling aho-corasick v1.1.4 |
| 2008 | 2026-05-21T21:56:26.842Z | Compiling cookie v0.18.1 |
| 2009 | 2026-05-21T21:56:26.871Z | Compiling fastrand v2.3.0 |
| 2010 | 2026-05-21T21:56:27.035Z | Compiling dyn-clone v1.0.20 |
| 2011 | 2026-05-21T21:56:27.057Z | Compiling atomic-waker v1.1.2 |
| 2012 | 2026-05-21T21:56:27.215Z | Compiling num-bigint-dig v0.8.6 |
| 2013 | 2026-05-21T21:56:27.251Z | Compiling scrypt v0.11.0 |
| 2014 | 2026-05-21T21:56:27.548Z | Compiling tokio-util v0.7.18 |
| 2015 | 2026-05-21T21:56:27.567Z | Compiling rand_chacha v0.9.0 |
| 2016 | 2026-05-21T21:56:27.571Z | Compiling aes v0.8.4 |
| 2017 | 2026-05-21T21:56:27.604Z | Compiling regex-automata v0.4.14 |
| 2018 | 2026-05-21T21:56:27.714Z | Compiling cbc v0.1.2 |
| 2019 | 2026-05-21T21:56:27.762Z | Compiling async-trait v0.1.89 |
| 2020 | 2026-05-21T21:56:27.939Z | Compiling ahash v0.8.12 |
| 2021 | 2026-05-21T21:56:27.967Z | Compiling openssl-probe v0.2.1 |
| 2022 | 2026-05-21T21:56:28.073Z | Compiling pretty-hex v0.4.1 |
| 2023 | 2026-05-21T21:56:28.178Z | Compiling untrusted v0.7.1 |
| 2024 | 2026-05-21T21:56:28.264Z | Compiling tower-service v0.3.3 |
| 2025 | 2026-05-21T21:56:28.375Z | Compiling try-lock v0.2.5 |
| 2026 | 2026-05-21T21:56:28.379Z | Compiling tower-layer v0.3.3 |
| 2027 | 2026-05-21T21:56:28.481Z | Compiling tinyvec_macros v0.1.1 |
| 2028 | 2026-05-21T21:56:28.505Z | Compiling anyhow v1.0.102 |
| 2029 | 2026-05-21T21:56:28.523Z | Compiling zstd-safe v7.2.4 |
| 2030 | 2026-05-21T21:56:28.569Z | Compiling usdt-impl v0.6.0 |
| 2031 | 2026-05-21T21:56:28.586Z | Compiling tinyvec v1.10.0 |
| 2032 | 2026-05-21T21:56:28.642Z | Compiling want v0.3.1 |
| 2033 | 2026-05-21T21:56:28.767Z | Compiling pkcs5 v0.7.1 |
| 2034 | 2026-05-21T21:56:28.812Z | Compiling h2 v0.4.13 |
| 2035 | 2026-05-21T21:56:28.869Z | Compiling rand v0.9.2 |
| 2036 | 2026-05-21T21:56:28.982Z | Compiling scroll v0.13.0 |
| 2037 | 2026-05-21T21:56:29.239Z | Compiling serde_tokenstream v0.2.3 |
| 2038 | 2026-05-21T21:56:29.273Z | Compiling ipnet v2.11.0 |
| 2039 | 2026-05-21T21:56:29.290Z | Compiling clap_derive v4.5.55 |
| 2040 | 2026-05-21T21:56:29.460Z | Compiling daft-derive v0.1.7 |
| 2041 | 2026-05-21T21:56:29.554Z | Compiling scroll_derive v0.12.1 |
| 2042 | 2026-05-21T21:56:29.570Z | Compiling heapless v0.7.17 |
| 2043 | 2026-05-21T21:56:30.067Z | Compiling pin-utils v0.1.0 |
| 2044 | 2026-05-21T21:56:30.167Z | Compiling httpdate v1.0.3 |
| 2045 | 2026-05-21T21:56:30.219Z | Compiling signal-hook v0.3.18 |
| 2046 | 2026-05-21T21:56:30.510Z | Compiling goblin v0.10.5 |
| 2047 | 2026-05-21T21:56:30.701Z | Compiling pkcs8 v0.10.2 |
| 2048 | 2026-05-21T21:56:30.717Z | Compiling tempfile v3.25.0 |
| 2049 | 2026-05-21T21:56:30.909Z | Compiling pin-project-internal v1.1.11 |
| 2050 | 2026-05-21T21:56:31.030Z | Compiling darling_core v0.20.11 |
| 2051 | 2026-05-21T21:56:31.222Z | Compiling spin v0.9.8 |
| 2052 | 2026-05-21T21:56:31.239Z | Compiling foreign-types-shared v0.1.1 |
| 2053 | 2026-05-21T21:56:31.356Z | Compiling simd-adler32 v0.3.8 |
| 2054 | 2026-05-21T21:56:31.476Z | Compiling litrs v1.0.0 |
| 2055 | 2026-05-21T21:56:31.687Z | Compiling foreign-types v0.3.2 |
| 2056 | 2026-05-21T21:56:31.921Z | Compiling unicode-normalization v0.1.25 |
| 2057 | 2026-05-21T21:56:32.005Z | Compiling document-features v0.2.12 |
| 2058 | 2026-05-21T21:56:32.171Z | Compiling dtrace-parser v0.3.0 |
| 2059 | 2026-05-21T21:56:32.369Z | Compiling hyper v1.8.1 |
| 2060 | 2026-05-21T21:56:32.430Z | Compiling hex v0.4.3 |
| 2061 | 2026-05-21T21:56:32.454Z | Compiling strum_macros v0.26.4 |
| 2062 | 2026-05-21T21:56:32.550Z | Compiling zerocopy-derive v0.7.35 |
| 2063 | 2026-05-21T21:56:32.606Z | Compiling darling_core v0.21.3 |
| 2064 | 2026-05-21T21:56:32.786Z | Compiling curve25519-dalek v4.1.3 |
| 2065 | 2026-05-21T21:56:32.908Z | Compiling thread-id v5.1.0 |
| 2066 | 2026-05-21T21:56:33.032Z | Compiling memoffset v0.9.1 |
| 2067 | 2026-05-21T21:56:33.036Z | Compiling utf8parse v0.2.2 |
| 2068 | 2026-05-21T21:56:33.052Z | Compiling adler2 v2.0.1 |
| 2069 | 2026-05-21T21:56:33.055Z | Compiling ref-cast v1.0.25 |
| 2070 | 2026-05-21T21:56:33.087Z | Compiling powerfmt v0.2.0 |
| 2071 | 2026-05-21T21:56:33.134Z | Compiling darling_macro v0.20.11 |
| 2072 | 2026-05-21T21:56:33.200Z | Compiling smoltcp v0.9.1 |
| 2073 | 2026-05-21T21:56:33.273Z | Compiling dof v0.4.0 |
| 2074 | 2026-05-21T21:56:33.349Z | Compiling rustix v0.38.44 |
| 2075 | 2026-05-21T21:56:33.365Z | Compiling anstyle v1.0.13 |
| 2076 | 2026-05-21T21:56:33.409Z | Compiling deranged v0.5.8 |
| 2077 | 2026-05-21T21:56:33.541Z | Compiling miniz_oxide v0.8.9 |
| 2078 | 2026-05-21T21:56:33.683Z | Compiling darling v0.20.11 |
| 2079 | 2026-05-21T21:56:33.701Z | Compiling anstyle-parse v0.2.7 |
| 2080 | 2026-05-21T21:56:33.798Z | Compiling hyper-util v0.1.20 |
| 2081 | 2026-05-21T21:56:33.953Z | Compiling rustls-native-certs v0.8.3 |
| 2082 | 2026-05-21T21:56:34.388Z | Compiling http-body-util v0.1.3 |
| 2083 | 2026-05-21T21:56:34.409Z | Compiling toml_datetime v0.6.11 |
| 2084 | 2026-05-21T21:56:34.444Z | Compiling serde_spanned v0.6.9 |
| 2085 | 2026-05-21T21:56:34.626Z | Compiling snafu-derive v0.8.9 |
| 2086 | 2026-05-21T21:56:34.771Z | Compiling sync_wrapper v1.0.2 |
| 2087 | 2026-05-21T21:56:34.823Z | Compiling wait-timeout v0.2.1 |
| 2088 | 2026-05-21T21:56:34.887Z | Compiling darling_macro v0.21.3 |
| 2089 | 2026-05-21T21:56:34.920Z | Compiling anstyle-query v1.1.5 |
| 2090 | 2026-05-21T21:56:34.925Z | Compiling siphasher v1.0.2 |
| 2091 | 2026-05-21T21:56:34.997Z | Compiling is_terminal_polyfill v1.70.2 |
| 2092 | 2026-05-21T21:56:35.113Z | Compiling bit-vec v0.8.0 |
| 2093 | 2026-05-21T21:56:35.135Z | Compiling zlib-rs v0.6.2 |
| 2094 | 2026-05-21T21:56:35.200Z | Compiling colorchoice v1.0.4 |
| 2095 | 2026-05-21T21:56:35.215Z | Compiling num_threads v0.1.7 |
| 2096 | 2026-05-21T21:56:35.351Z | Compiling quick-error v1.2.3 |
| 2097 | 2026-05-21T21:56:35.410Z | Compiling cfg_aliases v0.2.1 |
| 2098 | 2026-05-21T21:56:35.477Z | Compiling ryu v1.0.23 |
| 2099 | 2026-05-21T21:56:35.510Z | Compiling nix v0.31.2 |
| 2100 | 2026-05-21T21:56:35.585Z | Compiling time v0.3.47 |
| 2101 | 2026-05-21T21:56:35.791Z | Compiling serde_urlencoded v0.7.1 |
| 2102 | 2026-05-21T21:56:35.875Z | Compiling rusty-fork v0.3.1 |
| 2103 | 2026-05-21T21:56:36.091Z | Compiling darling v0.21.3 |
| 2104 | 2026-05-21T21:56:36.201Z | Compiling anstream v0.6.21 |
| 2105 | 2026-05-21T21:56:36.240Z | Compiling bit-set v0.8.0 |
| 2106 | 2026-05-21T21:56:36.282Z | Compiling tower v0.5.3 |
| 2107 | 2026-05-21T21:56:36.423Z | Compiling derive_builder_core v0.20.2 |
| 2108 | 2026-05-21T21:56:36.538Z | Compiling regex v1.12.3 |
| 2109 | 2026-05-21T21:56:36.577Z | Compiling webpki-roots v1.0.6 |
| 2110 | 2026-05-21T21:56:36.593Z | Compiling erased-serde v0.3.31 |
| 2111 | 2026-05-21T21:56:36.608Z | Compiling hubpack_derive v0.1.1 |
| 2112 | 2026-05-21T21:56:36.727Z | Compiling signature v2.2.0 |
| 2113 | 2026-05-21T21:56:36.781Z | Compiling strum_macros v0.27.2 |
| 2114 | 2026-05-21T21:56:36.816Z | Compiling ref-cast-impl v1.0.25 |
| 2115 | 2026-05-21T21:56:36.853Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2116 | 2026-05-21T21:56:36.871Z | Compiling rand_xorshift v0.4.0 |
| 2117 | 2026-05-21T21:56:37.038Z | Compiling fs-err v3.3.0 |
| 2118 | 2026-05-21T21:56:37.075Z | Compiling usdt-impl v0.5.0 |
| 2119 | 2026-05-21T21:56:37.146Z | Compiling unicode-properties v0.1.4 |
| 2120 | 2026-05-21T21:56:37.206Z | Compiling iri-string v0.7.10 |
| 2121 | 2026-05-21T21:56:37.223Z | Compiling object v0.37.3 |
| 2122 | 2026-05-21T21:56:37.260Z | Compiling flate2 v1.1.9 |
| 2123 | 2026-05-21T21:56:37.443Z | Compiling allocator-api2 v0.2.21 |
| 2124 | 2026-05-21T21:56:37.479Z | Compiling unicode-bidi v0.3.18 |
| 2125 | 2026-05-21T21:56:37.497Z | Compiling unarray v0.1.4 |
| 2126 | 2026-05-21T21:56:37.680Z | Compiling proptest v1.10.0 |
| 2127 | 2026-05-21T21:56:37.805Z | Compiling stringprep v0.1.5 |
| 2128 | 2026-05-21T21:56:38.093Z | Compiling derive_builder_macro v0.20.2 |
| 2129 | 2026-05-21T21:56:38.441Z | Compiling tower-http v0.6.8 |
| 2130 | 2026-05-21T21:56:38.606Z | Compiling tokio-native-tls v0.3.1 |
| 2131 | 2026-05-21T21:56:38.671Z | Compiling serde_with_macros v3.17.0 |
| 2132 | 2026-05-21T21:56:38.686Z | Compiling usdt-macro v0.6.0 |
| 2133 | 2026-05-21T21:56:38.810Z | Compiling usdt-attr-macro v0.6.0 |
| 2134 | 2026-05-21T21:56:38.893Z | Compiling ipnetwork v0.21.1 |
| 2135 | 2026-05-21T21:56:39.310Z | Compiling scroll v0.12.0 |
| 2136 | 2026-05-21T21:56:39.327Z | Compiling bstr v1.12.1 |
| 2137 | 2026-05-21T21:56:39.573Z | Compiling rand_chacha v0.3.1 |
| 2138 | 2026-05-21T21:56:39.677Z | Compiling md-5 v0.10.6 |
| 2139 | 2026-05-21T21:56:39.851Z | Compiling async-recursion v1.1.1 |
| 2140 | 2026-05-21T21:56:39.870Z | Compiling terminal_size v0.4.3 |
| 2141 | 2026-05-21T21:56:39.935Z | Compiling num-integer v0.1.46 |
| 2142 | 2026-05-21T21:56:39.951Z | Compiling hash32 v0.2.1 |
| 2143 | 2026-05-21T21:56:39.972Z | Compiling vergen-lib v0.1.6 |
| 2144 | 2026-05-21T21:56:40.045Z | Compiling ff v0.13.1 |
| 2145 | 2026-05-21T21:56:40.156Z | Compiling fallible-iterator v0.2.0 |
| 2146 | 2026-05-21T21:56:40.200Z | Compiling clap_lex v1.0.0 |
| 2147 | 2026-05-21T21:56:40.222Z | Compiling psl-types v2.0.11 |
| 2148 | 2026-05-21T21:56:40.269Z | Compiling winnow v0.7.14 |
| 2149 | 2026-05-21T21:56:40.316Z | Compiling base16ct v0.2.0 |
| 2150 | 2026-05-21T21:56:40.366Z | Compiling publicsuffix v2.3.0 |
| 2151 | 2026-05-21T21:56:40.471Z | Compiling clap_builder v4.5.60 |
| 2152 | 2026-05-21T21:56:40.486Z | Compiling sec1 v0.7.3 |
| 2153 | 2026-05-21T21:56:40.503Z | Compiling postgres-protocol v0.6.10 |
| 2154 | 2026-05-21T21:56:40.618Z | Compiling group v0.13.0 |
| 2155 | 2026-05-21T21:56:40.638Z | Compiling num-iter v0.1.45 |
| 2156 | 2026-05-21T21:56:40.768Z | Compiling rand v0.8.6 |
| 2157 | 2026-05-21T21:56:40.812Z | Compiling newtype-uuid v1.3.2 |
| 2158 | 2026-05-21T21:56:41.214Z | Compiling goblin v0.8.2 |
| 2159 | 2026-05-21T21:56:41.518Z | Compiling oxnet v0.1.4 |
| 2160 | 2026-05-21T21:56:41.560Z | Compiling hyper-tls v0.6.0 |
| 2161 | 2026-05-21T21:56:41.619Z | Compiling derive_builder v0.20.2 |
| 2162 | 2026-05-21T21:56:41.716Z | Compiling phf_shared v0.13.1 |
| 2163 | 2026-05-21T21:56:41.863Z | Compiling zerocopy v0.7.35 |
| 2164 | 2026-05-21T21:56:41.916Z | Compiling lazy_static v1.5.0 |
| 2165 | 2026-05-21T21:56:41.979Z | Compiling pin-project v1.1.11 |
| 2166 | 2026-05-21T21:56:42.073Z | Compiling futures-executor v0.3.32 |
| 2167 | 2026-05-21T21:56:42.215Z | Compiling cargo-platform v0.1.9 |
| 2168 | 2026-05-21T21:56:42.311Z | Compiling hkdf v0.12.4 |
| 2169 | 2026-05-21T21:56:42.329Z | Compiling crypto-bigint v0.5.5 |
| 2170 | 2026-05-21T21:56:42.332Z | Compiling enum-as-inner v0.6.1 |
| 2171 | 2026-05-21T21:56:42.361Z | Compiling serde_repr v0.1.20 |
| 2172 | 2026-05-21T21:56:42.460Z | Compiling vergen v9.0.6 |
| 2173 | 2026-05-21T21:56:42.493Z | Compiling encoding_rs v0.8.35 |
| 2174 | 2026-05-21T21:56:42.673Z | Compiling mime v0.3.17 |
| 2175 | 2026-05-21T21:56:42.832Z | Compiling managed v0.8.0 |
| 2176 | 2026-05-21T21:56:42.894Z | Compiling bitflags v1.3.2 |
| 2177 | 2026-05-21T21:56:42.928Z | Compiling libbz2-rs-sys v0.2.2 |
| 2178 | 2026-05-21T21:56:43.004Z | Compiling winnow v0.5.40 |
| 2179 | 2026-05-21T21:56:43.141Z | Compiling unicode-segmentation v1.12.0 |
| 2180 | 2026-05-21T21:56:43.430Z | Compiling foldhash v0.2.0 |
| 2181 | 2026-05-21T21:56:43.538Z | Compiling foldhash v0.1.5 |
| 2182 | 2026-05-21T21:56:43.598Z | Compiling same-file v1.0.6 |
| 2183 | 2026-05-21T21:56:43.658Z | Compiling bumpalo v3.20.2 |
| 2184 | 2026-05-21T21:56:43.721Z | Compiling walkdir v2.5.0 |
| 2185 | 2026-05-21T21:56:43.764Z | Compiling hashbrown v0.15.5 |
| 2186 | 2026-05-21T21:56:43.884Z | Compiling zopfli v0.8.3 |
| 2187 | 2026-05-21T21:56:43.923Z | Compiling hashbrown v0.16.1 |
| 2188 | 2026-05-21T21:56:44.021Z | Compiling dof v0.3.0 |
| 2189 | 2026-05-21T21:56:44.139Z | Compiling bzip2 v0.6.1 |
| 2190 | 2026-05-21T21:56:44.342Z | Compiling toml_edit v0.19.15 |
| 2191 | 2026-05-21T21:56:44.358Z | Compiling elliptic-curve v0.13.8 |
| 2192 | 2026-05-21T21:56:44.685Z | Compiling cargo_metadata v0.19.2 |
| 2193 | 2026-05-21T21:56:44.720Z | Compiling clap v4.5.60 |
| 2194 | 2026-05-21T21:56:45.131Z | Compiling futures v0.3.32 |
| 2195 | 2026-05-21T21:56:45.239Z | Compiling snafu v0.8.9 |
| 2196 | 2026-05-21T21:56:45.415Z | Compiling phf v0.13.1 |
| 2197 | 2026-05-21T21:56:45.598Z | Compiling daft v0.1.7 |
| 2198 | 2026-05-21T21:56:45.881Z | Compiling cookie_store v0.22.1 |
| 2199 | 2026-05-21T21:56:45.897Z | Compiling signal-hook-mio v0.2.5 |
| 2200 | 2026-05-21T21:56:45.927Z | Compiling zstd v0.13.3 |
| 2201 | 2026-05-21T21:56:46.276Z | Compiling postgres-types v0.2.12 |
| 2202 | 2026-05-21T21:56:46.377Z | Compiling bzip2 v0.4.4 |
| 2203 | 2026-05-21T21:56:46.377Z | Compiling globset v0.4.18 |
| 2204 | 2026-05-21T21:56:46.478Z | Compiling strum v0.27.2 |
| 2205 | 2026-05-21T21:56:46.478Z | Compiling dtrace-parser v0.2.0 |
| 2206 | 2026-05-21T21:56:46.575Z | Compiling hubpack v0.1.2 |
| 2207 | 2026-05-21T21:56:46.576Z | Compiling ed25519 v2.2.3 |
| 2208 | 2026-05-21T21:56:46.649Z | Compiling phf_shared v0.11.3 |
| 2209 | 2026-05-21T21:56:46.649Z | Compiling olpc-cjson v0.1.4 |
| 2210 | 2026-05-21T21:56:46.756Z | Compiling pkcs1 v0.7.5 |
| 2211 | 2026-05-21T21:56:46.868Z | Compiling pem v3.0.6 |
| 2212 | 2026-05-21T21:56:46.868Z | Compiling serde_plain v1.0.2 |
| 2213 | 2026-05-21T21:56:46.974Z | Compiling serde-big-array v0.5.1 |
| 2214 | 2026-05-21T21:56:46.974Z | Compiling rfc6979 v0.4.0 |
| 2215 | 2026-05-21T21:56:46.974Z | Compiling float-cmp v0.10.0 |
| 2216 | 2026-05-21T21:56:47.080Z | Compiling memmap2 v0.9.10 |
| 2217 | 2026-05-21T21:56:47.080Z | Compiling thread-id v4.2.2 |
| 2218 | 2026-05-21T21:56:47.080Z | Compiling env_filter v1.0.0 |
| 2219 | 2026-05-21T21:56:47.116Z | Compiling difflib v0.4.0 |
| 2220 | 2026-05-21T21:56:47.116Z | Compiling whoami v2.1.0 |
| 2221 | 2026-05-21T21:56:47.116Z | Compiling fixedbitset v0.5.7 |
| 2222 | 2026-05-21T21:56:47.116Z | Compiling static_assertions v1.1.0 |
| 2223 | 2026-05-21T21:56:47.133Z | Compiling normalize-line-endings v0.3.0 |
| 2224 | 2026-05-21T21:56:47.183Z | Compiling jiff v0.2.21 |
| 2225 | 2026-05-21T21:56:47.203Z | Compiling data-encoding v2.10.0 |
| 2226 | 2026-05-21T21:56:47.223Z | Compiling typed-path v0.9.3 |
| 2227 | 2026-05-21T21:56:47.247Z | Compiling toml_write v0.1.2 |
| 2228 | 2026-05-21T21:56:47.313Z | Compiling predicates-core v1.0.10 |
| 2229 | 2026-05-21T21:56:47.377Z | Compiling either v1.15.0 |
| 2230 | 2026-05-21T21:56:47.408Z | Compiling new_debug_unreachable v1.0.6 |
| 2231 | 2026-05-21T21:56:47.456Z | Compiling precomputed-hash v0.1.1 |
| 2232 | 2026-05-21T21:56:47.486Z | Compiling keccak v0.1.6 |
| 2233 | 2026-05-21T21:56:47.501Z | Compiling fixedbitset v0.4.2 |
| 2234 | 2026-05-21T21:56:47.504Z | Compiling hickory-proto v0.25.2 |
| 2235 | 2026-05-21T21:56:47.560Z | Compiling itertools v0.13.0 |
| 2236 | 2026-05-21T21:56:47.593Z | Compiling string_cache v0.8.9 |
| 2237 | 2026-05-21T21:56:47.706Z | Compiling petgraph v0.6.5 |
| 2238 | 2026-05-21T21:56:47.723Z | Compiling sha3 v0.10.8 |
| 2239 | 2026-05-21T21:56:47.740Z | Compiling predicates v3.1.4 |
| 2240 | 2026-05-21T21:56:47.825Z | Compiling toml_edit v0.22.27 |
| 2241 | 2026-05-21T21:56:48.006Z | Compiling tokio-postgres v0.7.16 |
| 2242 | 2026-05-21T21:56:48.316Z | Compiling petgraph v0.8.3 |
| 2243 | 2026-05-21T21:56:48.738Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2244 | 2026-05-21T21:56:48.842Z | Compiling env_logger v0.11.9 |
| 2245 | 2026-05-21T21:56:48.879Z | Compiling usdt v0.6.0 |
| 2246 | 2026-05-21T21:56:49.217Z | Compiling ecdsa v0.16.9 |
| 2247 | 2026-05-21T21:56:49.622Z | Compiling rsa v0.9.10 |
| 2248 | 2026-05-21T21:56:49.842Z | Compiling zip v4.6.1 |
| 2249 | 2026-05-21T21:56:50.218Z | Compiling ed25519-dalek v2.2.0 |
| 2250 | 2026-05-21T21:56:50.456Z | Compiling crossterm v0.28.1 |
| 2251 | 2026-05-21T21:56:50.485Z | Compiling zip v0.6.6 |
| 2252 | 2026-05-21T21:56:50.741Z | Compiling iddqd v0.4.1 |
| 2253 | 2026-05-21T21:56:50.823Z | Compiling toml v0.7.8 |
| 2254 | 2026-05-21T21:56:51.024Z | Compiling crossbeam-epoch v0.9.18 |
| 2255 | 2026-05-21T21:56:51.183Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2256 | 2026-05-21T21:56:51.209Z | Compiling similar v2.7.0 |
| 2257 | 2026-05-21T21:56:51.353Z | Compiling heck v0.4.1 |
| 2258 | 2026-05-21T21:56:51.389Z | Compiling serde_with v3.17.0 |
| 2259 | 2026-05-21T21:56:51.510Z | Compiling strum v0.26.3 |
| 2260 | 2026-05-21T21:56:51.642Z | Compiling tokio-stream v0.1.18 |
| 2261 | 2026-05-21T21:56:51.658Z | Compiling buf-list v1.1.2 |
| 2262 | 2026-05-21T21:56:51.733Z | Compiling x509-cert v0.2.5 |
| 2263 | 2026-05-21T21:56:51.795Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2264 | 2026-05-21T21:56:51.938Z | Compiling openapiv3 v2.2.0 |
| 2265 | 2026-05-21T21:56:51.958Z | Compiling sha1 v0.10.6 |
| 2266 | 2026-05-21T21:56:52.082Z | Compiling structmeta-derive v0.3.0 |
| 2267 | 2026-05-21T21:56:52.109Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2268 | 2026-05-21T21:56:52.418Z | Compiling peg-runtime v0.8.5 |
| 2269 | 2026-05-21T21:56:52.446Z | Compiling radium v0.7.0 |
| 2270 | 2026-05-21T21:56:52.674Z | Compiling lalrpop-util v0.19.12 |
| 2271 | 2026-05-21T21:56:53.070Z | Compiling structmeta v0.3.0 |
| 2272 | 2026-05-21T21:56:53.981Z | Compiling maybe-uninit v2.0.0 |
| 2273 | 2026-05-21T21:56:54.266Z | Compiling tap v1.0.1 |
| 2274 | 2026-05-21T21:56:54.386Z | Compiling wyz v0.5.1 |
| 2275 | 2026-05-21T21:56:55.571Z | Compiling packed_struct v0.10.1 |
| 2276 | 2026-05-21T21:56:56.045Z | Compiling funty v2.0.0 |
| 2277 | 2026-05-21T21:56:56.573Z | Compiling bitvec v1.0.1 |
| 2278 | 2026-05-21T21:56:58.585Z | Compiling packed_struct_codegen v0.10.1 |
| 2279 | 2026-05-21T21:56:59.073Z | Compiling bitfield-macros v0.19.4 |
| 2280 | 2026-05-21T21:56:59.073Z | Compiling zerocopy-derive v0.6.6 |
| 2281 | 2026-05-21T21:56:59.425Z | Compiling indexmap v1.9.3 |
| 2282 | 2026-05-21T21:56:59.554Z | Compiling typeid v1.0.3 |
| 2283 | 2026-05-21T21:56:59.588Z | Compiling nodrop v0.1.14 |
| 2284 | 2026-05-21T21:56:59.704Z | Compiling crc-catalog v2.4.0 |
| 2285 | 2026-05-21T21:56:59.822Z | Compiling crc v3.4.0 |
| 2286 | 2026-05-21T21:57:00.049Z | Compiling array-init v0.0.4 |
| 2287 | 2026-05-21T21:57:00.328Z | Compiling zerocopy v0.6.6 |
| 2288 | 2026-05-21T21:57:00.524Z | Compiling bitfield v0.19.4 |
| 2289 | 2026-05-21T21:57:00.974Z | Compiling smallvec v0.6.14 |
| 2290 | 2026-05-21T21:57:01.234Z | Compiling derive-ex v0.1.8 |
| 2291 | 2026-05-21T21:57:03.724Z | Compiling hashbrown v0.12.3 |
| 2292 | 2026-05-21T21:57:04.035Z | Compiling erased-serde v0.4.9 |
| 2293 | 2026-05-21T21:57:04.074Z | Compiling rustls v0.22.4 |
| 2294 | 2026-05-21T21:57:04.139Z | Compiling base64 v0.21.7 |
| 2295 | 2026-05-21T21:57:04.409Z | Compiling ron v0.8.1 |
| 2296 | 2026-05-21T21:57:05.008Z | Compiling rustls-webpki v0.103.9 |
| 2297 | 2026-05-21T21:57:06.640Z | Compiling test-strategy v0.4.5 |
| 2298 | 2026-05-21T21:57:07.022Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2299 | 2026-05-21T21:57:07.502Z | Compiling serde-hex v0.1.0 |
| 2300 | 2026-05-21T21:57:07.921Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2301 | 2026-05-21T21:57:08.151Z | Compiling toml v0.8.23 |
| 2302 | 2026-05-21T21:57:08.266Z | Compiling hashbrown v0.13.2 |
| 2303 | 2026-05-21T21:57:08.877Z | Compiling tokio-rustls v0.26.4 |
| 2304 | 2026-05-21T21:57:08.891Z | Compiling rustls-platform-verifier v0.6.2 |
| 2305 | 2026-05-21T21:57:09.119Z | Compiling hyper-rustls v0.27.7 |
| 2306 | 2026-05-21T21:57:09.161Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2307 | 2026-05-21T21:57:09.405Z | Compiling reqwest v0.12.28 |
| 2308 | 2026-05-21T21:57:09.422Z | Compiling reqwest v0.13.2 |
| 2309 | 2026-05-21T21:57:09.629Z | Compiling rustls-webpki v0.102.8 |
| 2310 | 2026-05-21T21:57:10.182Z | Compiling filetime v0.2.27 |
| 2311 | 2026-05-21T21:57:10.203Z | Compiling multer v3.1.0 |
| 2312 | 2026-05-21T21:57:10.218Z | Compiling thread_local v1.1.9 |
| 2313 | 2026-05-21T21:57:10.261Z | Compiling slog-async v2.8.0 |
| 2314 | 2026-05-21T21:57:10.412Z | Compiling compression-core v0.4.31 |
| 2315 | 2026-05-21T21:57:10.544Z | Compiling rayon-core v1.13.0 |
| 2316 | 2026-05-21T21:57:10.581Z | Compiling xattr v1.6.1 |
| 2317 | 2026-05-21T21:57:10.601Z | Compiling match_cfg v0.1.0 |
| 2318 | 2026-05-21T21:57:10.618Z | Compiling crc-any v2.5.0 |
| 2319 | 2026-05-21T21:57:10.635Z | Compiling compression-codecs v0.4.37 |
| 2320 | 2026-05-21T21:57:10.697Z | Compiling hostname v0.3.1 |
| 2321 | 2026-05-21T21:57:10.715Z | Compiling tar v0.4.45 |
| 2322 | 2026-05-21T21:57:10.842Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2323 | 2026-05-21T21:57:10.887Z | Compiling object v0.30.4 |
| 2324 | 2026-05-21T21:57:10.965Z | Compiling tough v0.22.0 |
| 2325 | 2026-05-21T21:57:11.025Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2326 | 2026-05-21T21:57:11.040Z | Compiling crossbeam-channel v0.5.15 |
| 2327 | 2026-05-21T21:57:11.443Z | Compiling slog-json v2.6.1 |
| 2328 | 2026-05-21T21:57:11.590Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2329 | 2026-05-21T21:57:11.698Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2330 | 2026-05-21T21:57:11.716Z | Compiling async-stream-impl v0.3.6 |
| 2331 | 2026-05-21T21:57:11.744Z | Compiling ordered-float v2.10.1 |
| 2332 | 2026-05-21T21:57:12.048Z | Compiling serde_path_to_error v0.1.20 |
| 2333 | 2026-05-21T21:57:12.065Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2334 | 2026-05-21T21:57:12.112Z | Compiling serde_spanned v1.0.4 |
| 2335 | 2026-05-21T21:57:12.283Z | Compiling is-terminal v0.4.17 |
| 2336 | 2026-05-21T21:57:12.299Z | Compiling fs-err v2.11.0 |
| 2337 | 2026-05-21T21:57:12.337Z | Compiling dropshot v0.17.0 |
| 2338 | 2026-05-21T21:57:12.407Z | Compiling term v1.2.1 |
| 2339 | 2026-05-21T21:57:12.517Z | Compiling path-slash v0.1.5 |
| 2340 | 2026-05-21T21:57:12.533Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2341 | 2026-05-21T21:57:12.550Z | Compiling debug-ignore v1.0.5 |
| 2342 | 2026-05-21T21:57:12.564Z | Compiling take_mut v0.2.2 |
| 2343 | 2026-05-21T21:57:12.703Z | Compiling async-stream v0.3.6 |
| 2344 | 2026-05-21T21:57:12.734Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2345 | 2026-05-21T21:57:12.759Z | Compiling slog-term v2.9.2 |
| 2346 | 2026-05-21T21:57:12.815Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2347 | 2026-05-21T21:57:12.832Z | Compiling tokio-rustls v0.25.0 |
| 2348 | 2026-05-21T21:57:12.933Z | Compiling serde-value v0.7.0 |
| 2349 | 2026-05-21T21:57:12.987Z | Compiling slog-bunyan v2.5.0 |
| 2350 | 2026-05-21T21:57:13.101Z | Compiling serde-untagged v0.1.9 |
| 2351 | 2026-05-21T21:57:13.221Z | Compiling async-compression v0.4.41 |
| 2352 | 2026-05-21T21:57:13.483Z | Compiling crossbeam-deque v0.8.6 |
| 2353 | 2026-05-21T21:57:13.677Z | Compiling parse-display-derive v0.10.0 |
| 2354 | 2026-05-21T21:57:13.702Z | Compiling camino-tempfile v1.4.1 |
| 2355 | 2026-05-21T21:57:13.728Z | Compiling newtype-uuid-macros v0.1.0 |
| 2356 | 2026-05-21T21:57:13.945Z | Compiling dropshot_endpoint v0.17.0 |
| 2357 | 2026-05-21T21:57:14.034Z | Compiling waitgroup v0.1.2 |
| 2358 | 2026-05-21T21:57:14.117Z | Compiling backon v1.6.0 |
| 2359 | 2026-05-21T21:57:14.209Z | Compiling half v2.7.1 |
| 2360 | 2026-05-21T21:57:14.231Z | Compiling rustls-pemfile v2.2.0 |
| 2361 | 2026-05-21T21:57:14.247Z | Compiling blake3 v1.8.3 |
| 2362 | 2026-05-21T21:57:14.387Z | Compiling hostname v0.4.2 |
| 2363 | 2026-05-21T21:57:14.403Z | Compiling instant v0.1.13 |
| 2364 | 2026-05-21T21:57:14.459Z | Compiling unicode-xid v0.2.6 |
| 2365 | 2026-05-21T21:57:14.534Z | Compiling ciborium-io v0.2.2 |
| 2366 | 2026-05-21T21:57:14.551Z | Compiling backoff v0.4.0 |
| 2367 | 2026-05-21T21:57:14.569Z | Compiling cargo-util-schemas v0.8.2 |
| 2368 | 2026-05-21T21:57:14.588Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2369 | 2026-05-21T21:57:14.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2370 | 2026-05-21T21:57:14.647Z | Compiling ciborium-ll v0.2.2 |
| 2371 | 2026-05-21T21:57:14.784Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2372 | 2026-05-21T21:57:14.951Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2373 | 2026-05-21T21:57:15.142Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2374 | 2026-05-21T21:57:15.203Z | Compiling parse-display v0.10.0 |
| 2375 | 2026-05-21T21:57:15.333Z | Compiling regress v0.10.5 |
| 2376 | 2026-05-21T21:57:15.367Z | Compiling itertools v0.14.0 |
| 2377 | 2026-05-21T21:57:15.451Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2378 | 2026-05-21T21:57:15.688Z | Compiling cargo-platform v0.2.0 |
| 2379 | 2026-05-21T21:57:16.120Z | Compiling macaddr v1.0.1 |
| 2380 | 2026-05-21T21:57:16.179Z | Compiling indent_write v2.2.0 |
| 2381 | 2026-05-21T21:57:16.297Z | Compiling arrayref v0.3.9 |
| 2382 | 2026-05-21T21:57:16.347Z | Compiling parse-size v1.1.0 |
| 2383 | 2026-05-21T21:57:16.362Z | Compiling constant_time_eq v0.4.2 |
| 2384 | 2026-05-21T21:57:16.377Z | Compiling arrayvec v0.7.6 |
| 2385 | 2026-05-21T21:57:16.396Z | Compiling cargo_metadata v0.21.0 |
| 2386 | 2026-05-21T21:57:16.421Z | Compiling ciborium v0.2.2 |
| 2387 | 2026-05-21T21:57:16.559Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2388 | 2026-05-21T21:57:16.578Z | Compiling display-error-chain v0.2.2 |
| 2389 | 2026-05-21T21:57:16.738Z | Compiling topological-sort v0.2.2 |
| 2390 | 2026-05-21T21:57:16.864Z | Compiling shell-words v1.1.1 |
| 2391 | 2026-05-21T21:57:17.067Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2392 | 2026-05-21T21:57:27.108Z | Compiling progenitor-client v0.10.0 |
| 2393 | 2026-05-21T21:57:27.108Z | Compiling omicron-zone-package v0.12.2 |
| 2394 | 2026-05-21T21:57:27.140Z | Compiling progenitor-client v0.14.0 |
| 2395 | 2026-05-21T21:57:27.609Z | Compiling progenitor-extras v0.2.0 |
| 2396 | 2026-05-21T21:57:29.794Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2397 | 2026-05-21T21:57:29.842Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2398 | 2026-05-21T21:57:29.928Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2399 | 2026-05-21T21:57:30.086Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2400 | 2026-05-21T21:57:34.149Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2401 | 2026-05-21T21:57:37.563Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2402 | 2026-05-21T21:57:45.638Z | Finished `release` profile [optimized] target(s) in 1m 31s |
| 2403 | 2026-05-21T21:57:45.793Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2404 | 2026-05-21T21:57:45.846Z | May 21 21:57:44.862 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2405 | 2026-05-21T21:57:45.937Z | May 21 21:57:44.954 DEBG running: git rev-parse HEAD |
| 2406 | 2026-05-21T21:57:45.942Z | May 21 21:57:44.957 DEBG process exited with exit status: 0 (3.235425ms) |
| 2407 | 2026-05-21T21:57:45.942Z | May 21 21:57:44.957 INFO version: 20.0.0-0.ci+git1e81977390c |
| 2408 | 2026-05-21T21:57:45.947Z | May 21 21:57:44.965 INFO cloning helios to /work/oxidecomputer/helios |
| 2409 | 2026-05-21T21:57:45.947Z | May 21 21:57:44.965 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2410 | 2026-05-21T21:57:45.950Z | Cloning into '/work/oxidecomputer/helios'... |
| 2411 | 2026-05-21T21:57:46.443Z | May 21 21:57:45.458 DEBG process exited with exit status: 0 (492.566113ms) |
| 2412 | 2026-05-21T21:57:46.443Z | May 21 21:57:45.458 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2413 | 2026-05-21T21:57:46.446Z | May 21 21:57:45.460 DEBG process exited with exit status: 0 (2.617914ms) |
| 2414 | 2026-05-21T21:57:46.446Z | May 21 21:57:45.460 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2415 | 2026-05-21T21:57:46.762Z | May 21 21:57:45.780 DEBG process exited with exit status: 0 (320.137959ms) |
| 2416 | 2026-05-21T21:57:46.762Z | May 21 21:57:45.780 DEBG running: zfs list rpool/images/build/host |
| 2417 | 2026-05-21T21:57:46.766Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2418 | 2026-05-21T21:57:46.766Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2419 | 2026-05-21T21:57:46.771Z | May 21 21:57:45.785 DEBG process exited with exit status: 0 (4.989498ms) |
| 2420 | 2026-05-21T21:57:46.771Z | May 21 21:57:45.785 DEBG running: zfs list rpool/images/build/recovery |
| 2421 | 2026-05-21T21:57:46.774Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2422 | 2026-05-21T21:57:46.774Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2423 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.789 DEBG process exited with exit status: 0 (3.575645ms) |
| 2424 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.790 INFO [hubris-staging] running task |
| 2425 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.790 INFO [hubris-production] running task |
| 2426 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.790 INFO [incorp-manifest] running task |
| 2427 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.790 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2428 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.790 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 |
| 2429 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.791 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2430 | 2026-05-21T21:57:46.774Z | May 21 21:57:45.792 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2431 | 2026-05-21T21:57:46.802Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2432 | 2026-05-21T21:57:47.022Z | May 21 21:57:46.040 INFO [incorp-create] process exited with exit status: 0 (248.68262ms) |
| 2433 | 2026-05-21T21:57:47.025Z | May 21 21:57:46.040 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2434 | 2026-05-21T21:57:47.252Z | May 21 21:57:46.270 INFO [incorp-publisher] process exited with exit status: 0 (229.870401ms) |
| 2435 | 2026-05-21T21:57:47.269Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2436 | 2026-05-21T21:57:47.319Z | May 21 21:57:46.335 DEBG process exited with exit status: 0 (544.751602ms) |
| 2437 | 2026-05-21T21:57:47.322Z | May 21 21:57:46.335 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2438 | 2026-05-21T21:57:47.740Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2439 | 2026-05-21T21:57:47.895Z | May 21 21:57:46.914 INFO [hubris-production] task succeeded (1.124275327s) |
| 2440 | 2026-05-21T21:57:47.921Z | May 21 21:57:46.939 DEBG process exited with exit status: 0 (604.022763ms) |
| 2441 | 2026-05-21T21:57:47.930Z | May 21 21:57:46.940 INFO [incorp-manifest] task succeeded (1.150027866s) |
| 2442 | 2026-05-21T21:57:47.930Z | May 21 21:57:46.940 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2443 | 2026-05-21T21:57:48.106Z | May 21 21:57:47.124 INFO [incorp-fmt] process exited with exit status: 0 (184.211181ms) |
| 2444 | 2026-05-21T21:57:48.109Z | May 21 21:57:47.125 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2445 | 2026-05-21T21:57:48.340Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T215747Z |
| 2446 | 2026-05-21T21:57:48.340Z | [ incorp-pkgsend] PUBLISHED |
| 2447 | 2026-05-21T21:57:48.382Z | May 21 21:57:47.401 INFO [incorp-pkgsend] process exited with exit status: 0 (276.268882ms) |
| 2448 | 2026-05-21T21:57:48.385Z | May 21 21:57:47.401 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2449 | 2026-05-21T21:57:48.602Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2450 | 2026-05-21T21:57:48.606Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2451 | 2026-05-21T21:57:48.629Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2452 | 2026-05-21T21:57:48.630Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2453 | 2026-05-21T21:57:48.630Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2454 | 2026-05-21T21:57:48.634Z | [ helios-incorp] |
| 2455 | 2026-05-21T21:57:48.634Z | [ helios-incorp] Archiving packages ... |
| 2456 | 2026-05-21T21:57:48.634Z | [ helios-incorp] Packages to add: 1 |
| 2457 | 2026-05-21T21:57:48.634Z | [ helios-incorp] Files to retrieve: 0 |
| 2458 | 2026-05-21T21:57:48.634Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2459 | 2026-05-21T21:57:48.634Z | [ helios-incorp] |
| 2460 | 2026-05-21T21:57:48.634Z | [ helios-incorp] Packages to archive: |
| 2461 | 2026-05-21T21:57:48.637Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@20.0.0.0,5.11-3.0:20260521T215747Z |
| 2462 | 2026-05-21T21:57:48.637Z | [ helios-incorp] |
| 2463 | 2026-05-21T21:57:48.637Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2464 | 2026-05-21T21:57:48.637Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2465 | 2026-05-21T21:57:48.720Z | May 21 21:57:47.738 INFO [helios-incorp] process exited with exit status: 0 (337.350386ms) |
| 2466 | 2026-05-21T21:57:48.746Z | [ omicron-package] Compiling ring v0.17.14 |
| 2467 | 2026-05-21T21:57:48.966Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2468 | 2026-05-21T21:57:48.966Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2469 | 2026-05-21T21:57:48.966Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2470 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2471 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2472 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2473 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2474 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2475 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2476 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2477 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2478 | 2026-05-21T21:57:48.971Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2479 | 2026-05-21T21:57:49.083Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2480 | 2026-05-21T21:57:49.083Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2481 | 2026-05-21T21:57:49.717Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2482 | 2026-05-21T21:57:49.839Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2483 | 2026-05-21T21:57:50.084Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2484 | 2026-05-21T21:57:50.169Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2485 | 2026-05-21T21:57:50.234Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2486 | 2026-05-21T21:57:50.237Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2487 | 2026-05-21T21:57:50.237Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2488 | 2026-05-21T21:57:50.269Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2489 | 2026-05-21T21:57:50.281Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2490 | 2026-05-21T21:57:50.566Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2491 | 2026-05-21T21:57:50.643Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2492 | 2026-05-21T21:57:50.729Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2493 | 2026-05-21T21:57:50.806Z | [ omicron-package] Compiling aead v0.5.2 |
| 2494 | 2026-05-21T21:57:50.828Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2495 | 2026-05-21T21:57:50.947Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2496 | 2026-05-21T21:57:50.977Z | [ omicron-package] Compiling num_enum_derive v0.7.5 |
| 2497 | 2026-05-21T21:57:50.993Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2498 | 2026-05-21T21:57:51.089Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2499 | 2026-05-21T21:57:51.120Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2500 | 2026-05-21T21:57:51.121Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2501 | 2026-05-21T21:57:51.153Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2502 | 2026-05-21T21:57:51.324Z | [ omicron-package] Compiling cpufeatures v0.3.0 |
| 2503 | 2026-05-21T21:57:51.355Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2504 | 2026-05-21T21:57:51.439Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2505 | 2026-05-21T21:57:51.446Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2506 | 2026-05-21T21:57:51.556Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2507 | 2026-05-21T21:57:51.616Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2508 | 2026-05-21T21:57:51.737Z | [ omicron-package] Compiling chacha20 v0.10.0 |
| 2509 | 2026-05-21T21:57:51.796Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2510 | 2026-05-21T21:57:51.938Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2511 | 2026-05-21T21:57:51.981Z | [ omicron-package] Compiling byte-wrapper v0.1.0 |
| 2512 | 2026-05-21T21:57:52.059Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2513 | 2026-05-21T21:57:52.114Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2514 | 2026-05-21T21:57:52.162Z | [ omicron-package] Compiling num_enum v0.7.5 |
| 2515 | 2026-05-21T21:57:52.334Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2516 | 2026-05-21T21:57:52.352Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2517 | 2026-05-21T21:57:52.513Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2518 | 2026-05-21T21:57:52.541Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2519 | 2026-05-21T21:57:52.570Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2520 | 2026-05-21T21:57:52.574Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2521 | 2026-05-21T21:57:52.648Z | [ omicron-package] Compiling rand v0.10.0 |
| 2522 | 2026-05-21T21:57:52.651Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2523 | 2026-05-21T21:57:52.668Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2524 | 2026-05-21T21:57:52.736Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2525 | 2026-05-21T21:57:52.774Z | [ omicron-package] Compiling colored v3.1.1 |
| 2526 | 2026-05-21T21:57:52.806Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2527 | 2026-05-21T21:57:52.880Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2528 | 2026-05-21T21:57:52.901Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2529 | 2026-05-21T21:57:52.987Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2530 | 2026-05-21T21:57:53.017Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2531 | 2026-05-21T21:57:53.053Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2532 | 2026-05-21T21:57:53.133Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2533 | 2026-05-21T21:57:53.153Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2534 | 2026-05-21T21:57:53.192Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2535 | 2026-05-21T21:57:53.576Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2536 | 2026-05-21T21:57:53.598Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2537 | 2026-05-21T21:57:53.672Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2538 | 2026-05-21T21:57:53.724Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2539 | 2026-05-21T21:57:53.763Z | [ omicron-package] Compiling glob v0.3.3 |
| 2540 | 2026-05-21T21:57:53.837Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2541 | 2026-05-21T21:57:53.986Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2542 | 2026-05-21T21:57:54.025Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2543 | 2026-05-21T21:57:54.129Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2544 | 2026-05-21T21:57:54.163Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2545 | 2026-05-21T21:57:54.201Z | [ omicron-package] Compiling smf v0.2.3 |
| 2546 | 2026-05-21T21:57:54.300Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2547 | 2026-05-21T21:57:54.375Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2548 | 2026-05-21T21:57:54.436Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-05-21T21:57:54.512Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2550 | 2026-05-21T21:57:54.593Z | [ omicron-package] Compiling zone v0.3.1 |
| 2551 | 2026-05-21T21:57:54.664Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2552 | 2026-05-21T21:57:54.771Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-05-21T21:57:54.841Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2554 | 2026-05-21T21:57:54.841Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2555 | 2026-05-21T21:57:54.901Z | [ omicron-package] Compiling console v0.16.2 |
| 2556 | 2026-05-21T21:57:54.970Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2557 | 2026-05-21T21:57:55.083Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2558 | 2026-05-21T21:57:55.154Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2559 | 2026-05-21T21:57:55.187Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2560 | 2026-05-21T21:57:55.395Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2561 | 2026-05-21T21:57:56.324Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2562 | 2026-05-21T21:57:56.713Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2563 | 2026-05-21T21:57:57.394Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2564 | 2026-05-21T21:57:57.968Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2565 | 2026-05-21T21:57:58.261Z | [ omicron-package] Compiling tokio-rustls v0.26.4 |
| 2566 | 2026-05-21T21:57:58.277Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2567 | 2026-05-21T21:57:58.490Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2568 | 2026-05-21T21:57:58.720Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2569 | 2026-05-21T21:57:58.720Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2570 | 2026-05-21T21:57:59.279Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2571 | 2026-05-21T21:57:59.923Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2572 | 2026-05-21T21:58:00.191Z | [ omicron-package] Compiling tough v0.22.0 |
| 2573 | 2026-05-21T21:58:00.275Z | [ omicron-package] Compiling dropshot v0.17.0 |
| 2574 | 2026-05-21T21:58:02.608Z | May 21 21:58:01.626 INFO [hubris-staging] task succeeded (15.836332727s) |
| 2575 | 2026-05-21T21:58:02.751Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2576 | 2026-05-21T21:58:02.751Z | [ helios-setup] May 21 21:58:01.765 INFO helios repository root is: /work/oxidecomputer/helios |
| 2577 | 2026-05-21T21:58:02.751Z | [ helios-setup] May 21 21:58:01.767 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 |
| 2578 | 2026-05-21T21:58:02.751Z | [ helios-setup] May 21 21:58:01.767 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2579 | 2026-05-21T21:58:03.252Z | [ helios-setup] May 21 21:58:02.270 INFO clone ok!, project: bootserver |
| 2580 | 2026-05-21T21:58:03.256Z | [ helios-setup] May 21 21:58:02.270 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 |
| 2581 | 2026-05-21T21:58:03.256Z | [ helios-setup] May 21 21:58:02.270 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2582 | 2026-05-21T21:58:03.256Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2583 | 2026-05-21T21:58:03.338Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2584 | 2026-05-21T21:58:03.675Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2585 | 2026-05-21T21:58:03.762Z | [ helios-setup] May 21 21:58:02.781 INFO clone ok!, project: pinprick |
| 2586 | 2026-05-21T21:58:03.765Z | [ helios-setup] May 21 21:58:02.781 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 |
| 2587 | 2026-05-21T21:58:03.766Z | [ helios-setup] May 21 21:58:02.781 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2588 | 2026-05-21T21:58:03.766Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2589 | 2026-05-21T21:58:04.094Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2590 | 2026-05-21T21:58:04.121Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2591 | 2026-05-21T21:58:04.170Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2592 | 2026-05-21T21:58:04.345Z | [ helios-setup] May 21 21:58:03.358 INFO clone ok!, project: image-builder |
| 2593 | 2026-05-21T21:58:04.345Z | [ helios-setup] May 21 21:58:03.358 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2594 | 2026-05-21T21:58:04.353Z | [ helios-setup] May 21 21:58:03.358 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 |
| 2595 | 2026-05-21T21:58:04.353Z | [ helios-setup] May 21 21:58:03.358 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2596 | 2026-05-21T21:58:04.353Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2597 | 2026-05-21T21:58:04.373Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2598 | 2026-05-21T21:58:05.185Z | [ helios-setup] May 21 21:58:04.203 INFO clone ok!, project: chelsio-t6-roms |
| 2599 | 2026-05-21T21:58:05.194Z | [ helios-setup] May 21 21:58:04.203 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 |
| 2600 | 2026-05-21T21:58:05.202Z | [ helios-setup] May 21 21:58:04.203 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2601 | 2026-05-21T21:58:05.202Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2602 | 2026-05-21T21:58:06.582Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2603 | 2026-05-21T21:58:06.621Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2604 | 2026-05-21T21:58:06.731Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2605 | 2026-05-21T21:58:06.913Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2606 | 2026-05-21T21:58:06.940Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2607 | 2026-05-21T21:58:07.121Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2608 | 2026-05-21T21:58:07.228Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2609 | 2026-05-21T21:58:07.358Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2610 | 2026-05-21T21:58:07.425Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2611 | 2026-05-21T21:58:11.275Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2612 | 2026-05-21T21:58:11.901Z | [ helios-setup] May 21 21:58:10.919 INFO clone ok!, project: amd-firmware |
| 2613 | 2026-05-21T21:58:11.901Z | [ helios-setup] May 21 21:58:10.919 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2614 | 2026-05-21T21:58:11.904Z | [ helios-setup] May 21 21:58:10.919 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2615 | 2026-05-21T21:58:11.904Z | [ helios-setup] May 21 21:58:10.919 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 |
| 2616 | 2026-05-21T21:58:11.904Z | [ helios-setup] May 21 21:58:10.919 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2617 | 2026-05-21T21:58:11.904Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2618 | 2026-05-21T21:58:12.753Z | [ helios-setup] May 21 21:58:11.771 INFO clone ok!, project: pilot |
| 2619 | 2026-05-21T21:58:12.753Z | [ helios-setup] May 21 21:58:11.771 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 |
| 2620 | 2026-05-21T21:58:12.757Z | [ helios-setup] May 21 21:58:11.771 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2621 | 2026-05-21T21:58:12.757Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2622 | 2026-05-21T21:58:13.209Z | [ helios-setup] May 21 21:58:12.227 INFO clone ok!, project: phbl |
| 2623 | 2026-05-21T21:58:13.212Z | [ helios-setup] May 21 21:58:12.228 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 |
| 2624 | 2026-05-21T21:58:13.212Z | [ helios-setup] May 21 21:58:12.228 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2625 | 2026-05-21T21:58:13.212Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2626 | 2026-05-21T21:58:13.935Z | [ helios-setup] May 21 21:58:12.950 INFO clone ok!, project: dmar-report |
| 2627 | 2026-05-21T21:58:13.935Z | [ helios-setup] May 21 21:58:12.950 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 |
| 2628 | 2026-05-21T21:58:13.938Z | [ helios-setup] May 21 21:58:12.950 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 |
| 2629 | 2026-05-21T21:58:13.938Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2630 | 2026-05-21T21:58:14.642Z | [ helios-setup] May 21 21:58:13.661 INFO clone ok!, project: amd-host-image-builder |
| 2631 | 2026-05-21T21:58:14.645Z | [ helios-setup] May 21 21:58:13.661 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2632 | 2026-05-21T21:58:14.859Z | [ helios-setup] May 21 21:58:13.877 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2633 | 2026-05-21T21:58:15.078Z | [ helios-setup] May 21 21:58:14.096 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2634 | 2026-05-21T21:58:15.078Z | [ helios-setup] May 21 21:58:14.096 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2635 | 2026-05-21T21:58:15.294Z | [ helios-setup] May 21 21:58:14.310 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2636 | 2026-05-21T21:58:15.504Z | [ helios-setup] May 21 21:58:14.522 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2637 | 2026-05-21T21:58:15.504Z | [ helios-setup] May 21 21:58:14.522 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2638 | 2026-05-21T21:58:15.716Z | [ helios-setup] May 21 21:58:14.734 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2639 | 2026-05-21T21:58:15.928Z | [ helios-setup] May 21 21:58:14.947 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2640 | 2026-05-21T21:58:15.928Z | [ helios-setup] May 21 21:58:14.947 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2641 | 2026-05-21T21:58:15.928Z | [ helios-setup] May 21 21:58:14.947 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2642 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO ok! |
| 2643 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2644 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2645 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO ok! |
| 2646 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2647 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2648 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO ok! |
| 2649 | 2026-05-21T21:58:15.932Z | [ helios-setup] May 21 21:58:14.947 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2650 | 2026-05-21T21:58:15.937Z | [ helios-setup] May 21 21:58:14.956 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.94.0-x86_64-unknown-illumos (default)" |
| 2651 | 2026-05-21T21:58:15.937Z | [ helios-setup] May 21 21:58:14.956 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2652 | 2026-05-21T21:58:15.940Z | [ helios-setup] May 21 21:58:14.956 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2653 | 2026-05-21T21:58:16.007Z | [ helios-setup] May 21 21:58:15.025 INFO E| Downloading crates ... |
| 2654 | 2026-05-21T21:58:16.062Z | [ helios-setup] May 21 21:58:15.080 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2655 | 2026-05-21T21:58:16.065Z | [ helios-setup] May 21 21:58:15.081 INFO E| Downloaded cpufeatures v0.2.5 |
| 2656 | 2026-05-21T21:58:16.065Z | [ helios-setup] May 21 21:58:15.082 INFO E| Downloaded block-buffer v0.10.3 |
| 2657 | 2026-05-21T21:58:16.065Z | [ helios-setup] May 21 21:58:15.083 INFO E| Downloaded generic-array v0.14.6 |
| 2658 | 2026-05-21T21:58:16.068Z | [ helios-setup] May 21 21:58:15.087 INFO E| Downloaded sha2 v0.10.5 |
| 2659 | 2026-05-21T21:58:16.078Z | [ helios-setup] May 21 21:58:15.096 INFO E| Downloaded digest v0.10.3 |
| 2660 | 2026-05-21T21:58:16.081Z | [ helios-setup] May 21 21:58:15.098 INFO E| Downloaded anyhow v1.0.62 |
| 2661 | 2026-05-21T21:58:16.085Z | [ helios-setup] May 21 21:58:15.100 INFO E| Downloaded typenum v1.15.0 |
| 2662 | 2026-05-21T21:58:16.089Z | [ helios-setup] May 21 21:58:15.103 INFO E| Downloaded bytes v1.2.1 |
| 2663 | 2026-05-21T21:58:16.089Z | [ helios-setup] May 21 21:58:15.105 INFO E| Downloaded flate2 v1.0.25 |
| 2664 | 2026-05-21T21:58:16.092Z | [ helios-setup] May 21 21:58:15.107 INFO E| Downloaded unicode-width v0.1.10 |
| 2665 | 2026-05-21T21:58:16.115Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling version_check v0.9.4 |
| 2666 | 2026-05-21T21:58:16.115Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling typenum v1.15.0 |
| 2667 | 2026-05-21T21:58:16.116Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling cfg-if v1.0.0 |
| 2668 | 2026-05-21T21:58:16.120Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling crc32fast v1.3.2 |
| 2669 | 2026-05-21T21:58:16.120Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling anyhow v1.0.62 |
| 2670 | 2026-05-21T21:58:16.120Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling adler v1.0.2 |
| 2671 | 2026-05-21T21:58:16.120Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling cpufeatures v0.2.5 |
| 2672 | 2026-05-21T21:58:16.120Z | [ helios-setup] May 21 21:58:15.134 INFO E| Compiling unicode-width v0.1.10 |
| 2673 | 2026-05-21T21:58:16.123Z | [ helios-setup] May 21 21:58:15.141 INFO E| Compiling bitflags v1.3.2 |
| 2674 | 2026-05-21T21:58:16.123Z | [ helios-setup] May 21 21:58:15.141 INFO E| Compiling bytes v1.2.1 |
| 2675 | 2026-05-21T21:58:16.208Z | [ helios-setup] May 21 21:58:15.226 INFO E| Compiling getopts v0.2.21 |
| 2676 | 2026-05-21T21:58:16.216Z | [ helios-setup] May 21 21:58:15.234 INFO E| Compiling miniz_oxide v0.6.2 |
| 2677 | 2026-05-21T21:58:16.333Z | [ helios-setup] May 21 21:58:15.352 INFO E| Compiling generic-array v0.14.6 |
| 2678 | 2026-05-21T21:58:16.583Z | [ helios-setup] May 21 21:58:15.602 INFO E| Compiling flate2 v1.0.25 |
| 2679 | 2026-05-21T21:58:17.384Z | [ helios-setup] May 21 21:58:16.402 INFO E| Compiling block-buffer v0.10.3 |
| 2680 | 2026-05-21T21:58:17.384Z | [ helios-setup] May 21 21:58:16.402 INFO E| Compiling crypto-common v0.1.6 |
| 2681 | 2026-05-21T21:58:17.485Z | [ helios-setup] May 21 21:58:16.503 INFO E| Compiling digest v0.10.3 |
| 2682 | 2026-05-21T21:58:17.618Z | [ helios-setup] May 21 21:58:16.636 INFO E| Compiling sha2 v0.10.5 |
| 2683 | 2026-05-21T21:58:17.809Z | [ helios-setup] May 21 21:58:16.828 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2684 | 2026-05-21T21:58:18.939Z | [ helios-setup] May 21 21:58:17.957 INFO E| Finished `release` profile [optimized] target(s) in 2.99s |
| 2685 | 2026-05-21T21:58:18.948Z | [ helios-setup] May 21 21:58:17.966 INFO building project "bootserver" ok (3 seconds) |
| 2686 | 2026-05-21T21:58:18.948Z | [ helios-setup] May 21 21:58:17.966 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2687 | 2026-05-21T21:58:18.955Z | [ helios-setup] May 21 21:58:17.973 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.94.0-x86_64-unknown-illumos (default)" |
| 2688 | 2026-05-21T21:58:18.955Z | [ helios-setup] May 21 21:58:17.973 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2689 | 2026-05-21T21:58:18.958Z | [ helios-setup] May 21 21:58:17.973 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2690 | 2026-05-21T21:58:19.058Z | [ helios-setup] May 21 21:58:18.076 INFO E| Downloading crates ... |
| 2691 | 2026-05-21T21:58:19.100Z | [ helios-setup] May 21 21:58:18.119 INFO E| Downloaded adler2 v2.0.0 |
| 2692 | 2026-05-21T21:58:19.110Z | [ helios-setup] May 21 21:58:18.129 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2693 | 2026-05-21T21:58:19.133Z | [ helios-setup] May 21 21:58:18.152 INFO E| Compiling adler2 v2.0.0 |
| 2694 | 2026-05-21T21:58:19.201Z | [ helios-setup] May 21 21:58:18.219 INFO E| Compiling miniz_oxide v0.8.8 |
| 2695 | 2026-05-21T21:58:19.245Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2696 | 2026-05-21T21:58:20.045Z | [ helios-setup] May 21 21:58:19.063 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2697 | 2026-05-21T21:58:20.457Z | [ helios-setup] May 21 21:58:19.475 INFO E| Finished `release` profile [optimized] target(s) in 1.49s |
| 2698 | 2026-05-21T21:58:20.464Z | [ helios-setup] May 21 21:58:19.483 INFO building project "pinprick" ok (1 seconds) |
| 2699 | 2026-05-21T21:58:20.464Z | [ helios-setup] May 21 21:58:19.483 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 2700 | 2026-05-21T21:58:20.474Z | [ helios-setup] May 21 21:58:19.491 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.94.0-x86_64-unknown-illumos (default)" |
| 2701 | 2026-05-21T21:58:20.474Z | [ helios-setup] May 21 21:58:19.491 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2702 | 2026-05-21T21:58:20.476Z | [ helios-setup] May 21 21:58:19.491 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2703 | 2026-05-21T21:58:20.561Z | [ helios-setup] May 21 21:58:19.580 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2704 | 2026-05-21T21:58:20.832Z | [ helios-setup] May 21 21:58:19.850 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2705 | 2026-05-21T21:58:20.832Z | [ helios-setup] May 21 21:58:19.850 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2706 | 2026-05-21T21:58:20.844Z | [ helios-setup] May 21 21:58:19.862 INFO E| Updating crates.io index |
| 2707 | 2026-05-21T21:58:21.012Z | [ helios-setup] May 21 21:58:20.030 INFO E| Downloading crates ... |
| 2708 | 2026-05-21T21:58:21.110Z | [ helios-setup] May 21 21:58:20.128 INFO E| Downloaded errno v0.3.1 |
| 2709 | 2026-05-21T21:58:21.117Z | [ helios-setup] May 21 21:58:20.135 INFO E| Downloaded toml v0.5.11 |
| 2710 | 2026-05-21T21:58:21.123Z | [ helios-setup] May 21 21:58:20.141 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2711 | 2026-05-21T21:58:21.126Z | [ helios-setup] May 21 21:58:20.143 INFO E| Downloaded glob v0.3.1 |
| 2712 | 2026-05-21T21:58:21.126Z | [ helios-setup] May 21 21:58:20.144 INFO E| Downloaded block-buffer v0.9.0 |
| 2713 | 2026-05-21T21:58:21.131Z | [ helios-setup] May 21 21:58:20.150 INFO E| Downloaded uuid v0.8.2 |
| 2714 | 2026-05-21T21:58:21.134Z | [ helios-setup] May 21 21:58:20.151 INFO E| Downloaded once_cell v1.18.0 |
| 2715 | 2026-05-21T21:58:21.137Z | [ helios-setup] May 21 21:58:20.154 INFO E| Downloaded ryu v1.0.15 |
| 2716 | 2026-05-21T21:58:21.139Z | [ helios-setup] May 21 21:58:20.156 INFO E| Downloaded serde_derive v1.0.193 |
| 2717 | 2026-05-21T21:58:21.142Z | [ helios-setup] May 21 21:58:20.160 INFO E| Downloaded md-5 v0.9.1 |
| 2718 | 2026-05-21T21:58:21.145Z | [ helios-setup] May 21 21:58:20.161 INFO E| Downloaded unicode-ident v1.0.11 |
| 2719 | 2026-05-21T21:58:21.151Z | [ helios-setup] May 21 21:58:20.170 INFO E| Downloaded serde_json v1.0.103 |
| 2720 | 2026-05-21T21:58:21.157Z | [ helios-setup] May 21 21:58:20.176 INFO E| Downloaded sha-1 v0.9.8 |
| 2721 | 2026-05-21T21:58:21.160Z | [ helios-setup] May 21 21:58:20.177 INFO E| Downloaded syn v2.0.32 |
| 2722 | 2026-05-21T21:58:21.165Z | [ helios-setup] May 21 21:58:20.182 INFO E| Downloaded fastrand v2.0.0 |
| 2723 | 2026-05-21T21:58:21.168Z | [ helios-setup] May 21 21:58:20.183 INFO E| Downloaded digest v0.9.0 |
| 2724 | 2026-05-21T21:58:21.168Z | [ helios-setup] May 21 21:58:20.184 INFO E| Downloaded cpufeatures v0.2.9 |
| 2725 | 2026-05-21T21:58:21.169Z | [ helios-setup] May 21 21:58:20.184 INFO E| Downloaded bitflags v2.3.3 |
| 2726 | 2026-05-21T21:58:21.169Z | [ helios-setup] May 21 21:58:20.186 INFO E| Downloaded typenum v1.16.0 |
| 2727 | 2026-05-21T21:58:21.172Z | [ helios-setup] May 21 21:58:20.188 INFO E| Downloaded anyhow v1.0.72 |
| 2728 | 2026-05-21T21:58:21.172Z | [ helios-setup] May 21 21:58:20.190 INFO E| Downloaded opaque-debug v0.3.0 |
| 2729 | 2026-05-21T21:58:21.174Z | [ helios-setup] May 21 21:58:20.190 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2730 | 2026-05-21T21:58:21.179Z | [ helios-setup] May 21 21:58:20.193 INFO E| Downloaded walkdir v2.3.3 |
| 2731 | 2026-05-21T21:58:21.179Z | [ helios-setup] May 21 21:58:20.194 INFO E| Downloaded getrandom v0.2.10 |
| 2732 | 2026-05-21T21:58:21.179Z | [ helios-setup] May 21 21:58:20.195 INFO E| Downloaded quote v1.0.31 |
| 2733 | 2026-05-21T21:58:21.182Z | [ helios-setup] May 21 21:58:20.197 INFO E| Downloaded itoa v1.0.9 |
| 2734 | 2026-05-21T21:58:21.184Z | [ helios-setup] May 21 21:58:20.202 INFO E| Downloaded tempfile v3.7.0 |
| 2735 | 2026-05-21T21:58:21.216Z | [ helios-setup] May 21 21:58:20.235 INFO E| Downloaded serde v1.0.193 |
| 2736 | 2026-05-21T21:58:21.233Z | [ helios-setup] May 21 21:58:20.252 INFO E| Downloaded rustix v0.38.4 |
| 2737 | 2026-05-21T21:58:21.247Z | [ helios-setup] May 21 21:58:20.266 INFO E| Downloaded libc v0.2.147 |
| 2738 | 2026-05-21T21:58:21.298Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling libc v0.2.147 |
| 2739 | 2026-05-21T21:58:21.298Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling proc-macro2 v1.0.66 |
| 2740 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling cfg-if v1.0.0 |
| 2741 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling unicode-ident v1.0.11 |
| 2742 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling typenum v1.16.0 |
| 2743 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling version_check v0.9.4 |
| 2744 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling serde v1.0.193 |
| 2745 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling num-conv v0.1.0 |
| 2746 | 2026-05-21T21:58:21.306Z | [ helios-setup] May 21 21:58:20.317 INFO E| Compiling time-core v0.1.2 |
| 2747 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.329 INFO E| Compiling itoa v1.0.9 |
| 2748 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.329 INFO E| Compiling slog v2.7.0 |
| 2749 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.329 INFO E| Compiling powerfmt v0.2.0 |
| 2750 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.329 INFO E| Compiling rustix v0.38.4 |
| 2751 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.330 INFO E| Compiling bitflags v2.3.3 |
| 2752 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.330 INFO E| Compiling num_threads v0.1.6 |
| 2753 | 2026-05-21T21:58:21.314Z | [ helios-setup] May 21 21:58:20.330 INFO E| Compiling once_cell v1.18.0 |
| 2754 | 2026-05-21T21:58:22.024Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling deranged v0.3.11 |
| 2755 | 2026-05-21T21:58:22.025Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling thread_local v1.1.7 |
| 2756 | 2026-05-21T21:58:22.025Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling fastrand v2.0.0 |
| 2757 | 2026-05-21T21:58:22.028Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling serde_json v1.0.103 |
| 2758 | 2026-05-21T21:58:22.028Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling anyhow v1.0.72 |
| 2759 | 2026-05-21T21:58:22.028Z | [ helios-setup] May 21 21:58:21.043 INFO E| Compiling opaque-debug v0.3.0 |
| 2760 | 2026-05-21T21:58:22.039Z | [ helios-setup] May 21 21:58:21.057 INFO E| Compiling time-macros v0.2.18 |
| 2761 | 2026-05-21T21:58:22.042Z | [ helios-setup] May 21 21:58:21.059 INFO E| Compiling unicode-width v0.1.10 |
| 2762 | 2026-05-21T21:58:22.042Z | [ helios-setup] May 21 21:58:21.059 INFO E| Compiling ryu v1.0.15 |
| 2763 | 2026-05-21T21:58:22.178Z | [ helios-setup] May 21 21:58:21.196 INFO E| Compiling generic-array v0.14.7 |
| 2764 | 2026-05-21T21:58:22.202Z | [ helios-setup] May 21 21:58:21.220 INFO E| Compiling cpufeatures v0.2.9 |
| 2765 | 2026-05-21T21:58:22.233Z | [ helios-setup] May 21 21:58:21.251 INFO E| Compiling same-file v1.0.6 |
| 2766 | 2026-05-21T21:58:22.274Z | [ helios-setup] May 21 21:58:21.292 INFO E| Compiling getopts v0.2.21 |
| 2767 | 2026-05-21T21:58:22.340Z | [ helios-setup] May 21 21:58:21.358 INFO E| Compiling glob v0.3.1 |
| 2768 | 2026-05-21T21:58:22.517Z | [ helios-setup] May 21 21:58:21.536 INFO E| Compiling walkdir v2.3.3 |
| 2769 | 2026-05-21T21:58:22.595Z | [ helios-setup] May 21 21:58:21.613 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2770 | 2026-05-21T21:58:22.703Z | [ helios-setup] May 21 21:58:21.721 INFO E| Compiling quote v1.0.31 |
| 2771 | 2026-05-21T21:58:22.793Z | [ helios-setup] May 21 21:58:21.811 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2772 | 2026-05-21T21:58:22.809Z | [ helios-setup] May 21 21:58:21.828 INFO E| Compiling errno v0.3.1 |
| 2773 | 2026-05-21T21:58:22.813Z | [ helios-setup] May 21 21:58:21.831 INFO E| Compiling atty v0.2.14 |
| 2774 | 2026-05-21T21:58:22.823Z | [ helios-setup] May 21 21:58:21.841 INFO E| Compiling getrandom v0.2.10 |
| 2775 | 2026-05-21T21:58:22.898Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2776 | 2026-05-21T21:58:22.949Z | [ helios-setup] May 21 21:58:21.967 INFO E| Compiling dirs-next v2.0.0 |
| 2777 | 2026-05-21T21:58:22.971Z | [ helios-setup] May 21 21:58:21.990 INFO E| Compiling syn v2.0.32 |
| 2778 | 2026-05-21T21:58:23.024Z | [ helios-setup] May 21 21:58:22.042 INFO E| Compiling term v0.7.0 |
| 2779 | 2026-05-21T21:58:23.370Z | [ helios-setup] May 21 21:58:22.388 INFO E| Compiling time v0.3.36 |
| 2780 | 2026-05-21T21:58:23.477Z | [ helios-setup] May 21 21:58:22.492 INFO E| Compiling block-buffer v0.9.0 |
| 2781 | 2026-05-21T21:58:23.481Z | [ helios-setup] May 21 21:58:22.492 INFO E| Compiling digest v0.9.0 |
| 2782 | 2026-05-21T21:58:23.490Z | [ helios-setup] May 21 21:58:22.507 INFO E| Compiling tempfile v3.7.0 |
| 2783 | 2026-05-21T21:58:23.585Z | [ helios-setup] May 21 21:58:22.603 INFO E| Compiling md-5 v0.9.1 |
| 2784 | 2026-05-21T21:58:23.585Z | [ helios-setup] May 21 21:58:22.603 INFO E| Compiling sha-1 v0.9.8 |
| 2785 | 2026-05-21T21:58:24.105Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2786 | 2026-05-21T21:58:24.231Z | [ helios-setup] May 21 21:58:23.249 INFO E| Compiling slog-term v2.9.0 |
| 2787 | 2026-05-21T21:58:24.507Z | [ helios-setup] May 21 21:58:23.525 INFO E| Compiling serde_derive v1.0.193 |
| 2788 | 2026-05-21T21:58:27.874Z | [ helios-setup] May 21 21:58:26.892 INFO E| Compiling toml v0.5.11 |
| 2789 | 2026-05-21T21:58:27.874Z | [ helios-setup] May 21 21:58:26.892 INFO E| Compiling uuid v0.8.2 |
| 2790 | 2026-05-21T21:58:28.464Z | [ helios-setup] May 21 21:58:27.482 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2791 | 2026-05-21T21:58:28.736Z | [ helios-setup] May 21 21:58:27.754 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2792 | 2026-05-21T21:58:31.584Z | [ helios-setup] May 21 21:58:30.602 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s |
| 2793 | 2026-05-21T21:58:31.603Z | [ helios-setup] May 21 21:58:30.621 INFO building project "image-builder" ok (11 seconds) |
| 2794 | 2026-05-21T21:58:31.603Z | [ helios-setup] May 21 21:58:30.621 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2795 | 2026-05-21T21:58:31.611Z | [ helios-setup] May 21 21:58:30.628 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.94.0-x86_64-unknown-illumos (default)" |
| 2796 | 2026-05-21T21:58:31.611Z | [ helios-setup] May 21 21:58:30.628 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2797 | 2026-05-21T21:58:31.614Z | [ helios-setup] May 21 21:58:30.628 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2798 | 2026-05-21T21:58:31.693Z | [ helios-setup] May 21 21:58:30.709 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2799 | 2026-05-21T21:58:31.981Z | [ helios-setup] May 21 21:58:30.999 INFO E| From https://github.com/jclulow/hiercmd |
| 2800 | 2026-05-21T21:58:31.981Z | [ helios-setup] May 21 21:58:30.999 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2801 | 2026-05-21T21:58:31.996Z | [ helios-setup] May 21 21:58:31.015 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2802 | 2026-05-21T21:58:32.278Z | [ helios-setup] May 21 21:58:31.294 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2803 | 2026-05-21T21:58:32.278Z | [ helios-setup] May 21 21:58:31.294 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2804 | 2026-05-21T21:58:32.285Z | [ helios-setup] May 21 21:58:31.303 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2805 | 2026-05-21T21:58:32.578Z | [ helios-setup] May 21 21:58:31.596 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2806 | 2026-05-21T21:58:32.578Z | [ helios-setup] May 21 21:58:31.596 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2807 | 2026-05-21T21:58:32.593Z | [ helios-setup] May 21 21:58:31.611 INFO E| Updating crates.io index |
| 2808 | 2026-05-21T21:58:32.785Z | [ helios-setup] May 21 21:58:31.803 INFO E| Downloading crates ... |
| 2809 | 2026-05-21T21:58:32.845Z | [ helios-setup] May 21 21:58:31.863 INFO E| Downloaded anstyle-query v1.1.4 |
| 2810 | 2026-05-21T21:58:32.858Z | [ helios-setup] May 21 21:58:31.875 INFO E| Downloaded time-core v0.1.6 |
| 2811 | 2026-05-21T21:58:32.867Z | [ helios-setup] May 21 21:58:31.885 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2812 | 2026-05-21T21:58:32.870Z | [ helios-setup] May 21 21:58:31.887 INFO E| Downloaded anyhow v1.0.100 |
| 2813 | 2026-05-21T21:58:32.873Z | [ helios-setup] May 21 21:58:31.892 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2814 | 2026-05-21T21:58:32.876Z | [ helios-setup] May 21 21:58:31.894 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2815 | 2026-05-21T21:58:32.882Z | [ helios-setup] May 21 21:58:31.901 INFO E| Downloaded futures-core v0.3.31 |
| 2816 | 2026-05-21T21:58:32.892Z | [ helios-setup] May 21 21:58:31.909 INFO E| Downloaded futures-io v0.3.31 |
| 2817 | 2026-05-21T21:58:32.897Z | [ helios-setup] May 21 21:58:31.912 INFO E| Downloaded futures-sink v0.3.31 |
| 2818 | 2026-05-21T21:58:32.900Z | [ helios-setup] May 21 21:58:31.914 INFO E| Downloaded env_filter v0.1.4 |
| 2819 | 2026-05-21T21:58:32.903Z | [ helios-setup] May 21 21:58:31.921 INFO E| Downloaded itoa v1.0.15 |
| 2820 | 2026-05-21T21:58:32.905Z | [ helios-setup] May 21 21:58:31.922 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2821 | 2026-05-21T21:58:32.908Z | [ helios-setup] May 21 21:58:31.925 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2822 | 2026-05-21T21:58:32.910Z | [ helios-setup] May 21 21:58:31.927 INFO E| Downloaded devinfo v0.1.0 |
| 2823 | 2026-05-21T21:58:32.917Z | [ helios-setup] May 21 21:58:31.936 INFO E| Downloaded futures-task v0.3.31 |
| 2824 | 2026-05-21T21:58:32.921Z | [ helios-setup] May 21 21:58:31.936 INFO E| Downloaded crc v3.3.0 |
| 2825 | 2026-05-21T21:58:32.924Z | [ helios-setup] May 21 21:58:31.942 INFO E| Downloaded futures-macro v0.3.31 |
| 2826 | 2026-05-21T21:58:32.926Z | [ helios-setup] May 21 21:58:31.944 INFO E| Downloaded toml_writer v1.0.4 |
| 2827 | 2026-05-21T21:58:32.926Z | [ helios-setup] May 21 21:58:31.945 INFO E| Downloaded toml_datetime v0.7.3 |
| 2828 | 2026-05-21T21:58:32.929Z | [ helios-setup] May 21 21:58:31.946 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2829 | 2026-05-21T21:58:32.929Z | [ helios-setup] May 21 21:58:31.946 INFO E| Downloaded futures-executor v0.3.31 |
| 2830 | 2026-05-21T21:58:32.932Z | [ helios-setup] May 21 21:58:31.949 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2831 | 2026-05-21T21:58:32.935Z | [ helios-setup] May 21 21:58:31.952 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2832 | 2026-05-21T21:58:32.935Z | [ helios-setup] May 21 21:58:31.953 INFO E| Downloaded getopts v0.2.24 |
| 2833 | 2026-05-21T21:58:32.944Z | [ helios-setup] May 21 21:58:31.962 INFO E| Downloaded serde_spanned v1.0.3 |
| 2834 | 2026-05-21T21:58:32.950Z | [ helios-setup] May 21 21:58:31.969 INFO E| Downloaded time-macros v0.2.24 |
| 2835 | 2026-05-21T21:58:32.953Z | [ helios-setup] May 21 21:58:31.970 INFO E| Downloaded env_logger v0.11.8 |
| 2836 | 2026-05-21T21:58:32.956Z | [ helios-setup] May 21 21:58:31.972 INFO E| Downloaded deranged v0.5.5 |
| 2837 | 2026-05-21T21:58:32.958Z | [ helios-setup] May 21 21:58:31.975 INFO E| Downloaded clap_lex v0.7.6 |
| 2838 | 2026-05-21T21:58:32.958Z | [ helios-setup] May 21 21:58:31.977 INFO E| Downloaded slab v0.4.11 |
| 2839 | 2026-05-21T21:58:32.962Z | [ helios-setup] May 21 21:58:31.980 INFO E| Downloaded bitfield v0.19.3 |
| 2840 | 2026-05-21T21:58:32.965Z | [ helios-setup] May 21 21:58:31.984 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2841 | 2026-05-21T21:58:32.972Z | [ helios-setup] May 21 21:58:31.988 INFO E| Downloaded tokio-macros v2.6.0 |
| 2842 | 2026-05-21T21:58:32.976Z | [ helios-setup] May 21 21:58:31.993 INFO E| Downloaded futures-channel v0.3.31 |
| 2843 | 2026-05-21T21:58:32.979Z | [ helios-setup] May 21 21:58:31.996 INFO E| Downloaded base64ct v1.8.0 |
| 2844 | 2026-05-21T21:58:32.982Z | [ helios-setup] May 21 21:58:31.998 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2845 | 2026-05-21T21:58:32.986Z | [ helios-setup] May 21 21:58:32.004 INFO E| Downloaded generic-array v0.14.9 |
| 2846 | 2026-05-21T21:58:32.993Z | [ helios-setup] May 21 21:58:32.011 INFO E| Downloaded quote v1.0.41 |
| 2847 | 2026-05-21T21:58:32.999Z | [ helios-setup] May 21 21:58:32.017 INFO E| Downloaded term v1.2.0 |
| 2848 | 2026-05-21T21:58:33.002Z | [ helios-setup] May 21 21:58:32.019 INFO E| Downloaded ryu v1.0.20 |
| 2849 | 2026-05-21T21:58:33.006Z | [ helios-setup] May 21 21:58:32.021 INFO E| Downloaded getrandom v0.2.16 |
| 2850 | 2026-05-21T21:58:33.010Z | [ helios-setup] May 21 21:58:32.026 INFO E| Downloaded bitflags v2.10.0 |
| 2851 | 2026-05-21T21:58:33.020Z | [ helios-setup] May 21 21:58:32.029 INFO E| Downloaded thiserror v2.0.17 |
| 2852 | 2026-05-21T21:58:33.021Z | [ helios-setup] May 21 21:58:32.037 INFO E| Downloaded unicode-ident v1.0.22 |
| 2853 | 2026-05-21T21:58:33.026Z | [ helios-setup] May 21 21:58:32.039 INFO E| Downloaded socket2 v0.6.1 |
| 2854 | 2026-05-21T21:58:33.030Z | [ helios-setup] May 21 21:58:32.045 INFO E| Downloaded log v0.4.28 |
| 2855 | 2026-05-21T21:58:33.030Z | [ helios-setup] May 21 21:58:32.048 INFO E| Downloaded futures v0.3.31 |
| 2856 | 2026-05-21T21:58:33.033Z | [ helios-setup] May 21 21:58:32.051 INFO E| Downloaded uuid v1.18.1 |
| 2857 | 2026-05-21T21:58:33.036Z | [ helios-setup] May 21 21:58:32.053 INFO E| Downloaded clap_derive v4.5.49 |
| 2858 | 2026-05-21T21:58:33.036Z | [ helios-setup] May 21 21:58:32.054 INFO E| Downloaded toml v0.9.8 |
| 2859 | 2026-05-21T21:58:33.040Z | [ helios-setup] May 21 21:58:32.057 INFO E| Downloaded clap v4.5.51 |
| 2860 | 2026-05-21T21:58:33.044Z | [ helios-setup] May 21 21:58:32.063 INFO E| Downloaded bytes v1.10.1 |
| 2861 | 2026-05-21T21:58:33.052Z | [ helios-setup] May 21 21:58:32.070 INFO E| Downloaded toml_parser v1.0.4 |
| 2862 | 2026-05-21T21:58:33.056Z | [ helios-setup] May 21 21:58:32.074 INFO E| Downloaded toml_edit v0.23.7 |
| 2863 | 2026-05-21T21:58:33.065Z | [ helios-setup] May 21 21:58:32.083 INFO E| Downloaded rsa v0.9.8 |
| 2864 | 2026-05-21T21:58:33.073Z | [ helios-setup] May 21 21:58:32.091 INFO E| Downloaded cc v1.2.44 |
| 2865 | 2026-05-21T21:58:33.078Z | [ helios-setup] May 21 21:58:32.096 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2866 | 2026-05-21T21:58:33.083Z | [ helios-setup] May 21 21:58:32.101 INFO E| Downloaded flate2 v1.1.5 |
| 2867 | 2026-05-21T21:58:33.086Z | [ helios-setup] May 21 21:58:32.104 INFO E| Downloaded memchr v2.7.6 |
| 2868 | 2026-05-21T21:58:33.089Z | [ helios-setup] May 21 21:58:32.107 INFO E| Downloaded rand v0.8.5 |
| 2869 | 2026-05-21T21:58:33.099Z | [ helios-setup] May 21 21:58:32.118 INFO E| Downloaded indexmap v2.12.0 |
| 2870 | 2026-05-21T21:58:33.102Z | [ helios-setup] May 21 21:58:32.121 INFO E| Downloaded mio v1.1.0 |
| 2871 | 2026-05-21T21:58:33.119Z | [ helios-setup] May 21 21:58:32.137 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2872 | 2026-05-21T21:58:33.122Z | [ helios-setup] May 21 21:58:32.140 INFO E| Downloaded iddqd v0.3.14 |
| 2873 | 2026-05-21T21:58:33.128Z | [ helios-setup] May 21 21:58:32.147 INFO E| Downloaded hashbrown v0.16.0 |
| 2874 | 2026-05-21T21:58:33.132Z | [ helios-setup] May 21 21:58:32.150 INFO E| Downloaded time v0.3.44 |
| 2875 | 2026-05-21T21:58:33.161Z | [ helios-setup] May 21 21:58:32.177 INFO E| Downloaded libm v0.2.15 |
| 2876 | 2026-05-21T21:58:33.168Z | [ helios-setup] May 21 21:58:32.183 INFO E| Downloaded serde_json v1.0.145 |
| 2877 | 2026-05-21T21:58:33.176Z | [ helios-setup] May 21 21:58:32.187 INFO E| Downloaded winnow v0.7.13 |
| 2878 | 2026-05-21T21:58:33.176Z | [ helios-setup] May 21 21:58:32.192 INFO E| Downloaded futures-util v0.3.31 |
| 2879 | 2026-05-21T21:58:33.180Z | [ helios-setup] May 21 21:58:32.198 INFO E| Downloaded clap_builder v4.5.51 |
| 2880 | 2026-05-21T21:58:33.198Z | [ helios-setup] May 21 21:58:32.216 INFO E| Downloaded chrono v0.4.42 |
| 2881 | 2026-05-21T21:58:33.204Z | [ helios-setup] May 21 21:58:32.223 INFO E| Downloaded zerocopy v0.8.27 |
| 2882 | 2026-05-21T21:58:33.217Z | [ helios-setup] May 21 21:58:32.235 INFO E| Downloaded unicode-width v0.2.2 |
| 2883 | 2026-05-21T21:58:33.220Z | [ helios-setup] May 21 21:58:32.239 INFO E| Downloaded syn v2.0.108 |
| 2884 | 2026-05-21T21:58:33.240Z | [ helios-setup] May 21 21:58:32.258 INFO E| Downloaded rustix v1.1.2 |
| 2885 | 2026-05-21T21:58:33.281Z | [ helios-setup] May 21 21:58:32.300 INFO E| Downloaded libc v0.2.177 |
| 2886 | 2026-05-21T21:58:33.295Z | [ helios-setup] May 21 21:58:32.313 INFO E| Downloaded tokio v1.48.0 |
| 2887 | 2026-05-21T21:58:33.376Z | [ helios-setup] May 21 21:58:32.394 INFO E| Compiling proc-macro2 v1.0.103 |
| 2888 | 2026-05-21T21:58:33.376Z | [ helios-setup] May 21 21:58:32.394 INFO E| Compiling quote v1.0.41 |
| 2889 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.394 INFO E| Compiling unicode-ident v1.0.22 |
| 2890 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.394 INFO E| Compiling libc v0.2.177 |
| 2891 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.394 INFO E| Compiling serde_core v1.0.228 |
| 2892 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling cfg-if v1.0.4 |
| 2893 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling serde v1.0.228 |
| 2894 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling version_check v0.9.5 |
| 2895 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling autocfg v1.5.0 |
| 2896 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling typenum v1.19.0 |
| 2897 | 2026-05-21T21:58:33.379Z | [ helios-setup] May 21 21:58:32.395 INFO E| Compiling const-oid v0.9.6 |
| 2898 | 2026-05-21T21:58:33.411Z | [ helios-setup] May 21 21:58:32.430 INFO E| Compiling libm v0.2.15 |
| 2899 | 2026-05-21T21:58:33.420Z | [ helios-setup] May 21 21:58:32.438 INFO E| Compiling zerocopy v0.8.27 |
| 2900 | 2026-05-21T21:58:33.424Z | [ helios-setup] May 21 21:58:32.442 INFO E| Compiling rustversion v1.0.22 |
| 2901 | 2026-05-21T21:58:33.428Z | [ helios-setup] May 21 21:58:32.443 INFO E| Compiling base64ct v1.8.0 |
| 2902 | 2026-05-21T21:58:33.428Z | [ helios-setup] May 21 21:58:32.443 INFO E| Compiling smallvec v1.15.1 |
| 2903 | 2026-05-21T21:58:33.557Z | [ helios-setup] May 21 21:58:32.575 INFO E| Compiling zeroize v1.8.2 |
| 2904 | 2026-05-21T21:58:33.570Z | [ helios-setup] May 21 21:58:32.588 INFO E| Compiling byteorder v1.5.0 |
| 2905 | 2026-05-21T21:58:33.737Z | [ helios-setup] May 21 21:58:32.755 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2906 | 2026-05-21T21:58:33.780Z | [ helios-setup] May 21 21:58:32.798 INFO E| Compiling flagset v0.4.7 |
| 2907 | 2026-05-21T21:58:33.800Z | [ helios-setup] May 21 21:58:32.817 INFO E| Compiling generic-array v0.14.9 |
| 2908 | 2026-05-21T21:58:33.809Z | [ helios-setup] May 21 21:58:32.826 INFO E| Compiling num-traits v0.2.19 |
| 2909 | 2026-05-21T21:58:33.819Z | [ helios-setup] May 21 21:58:32.837 INFO E| Compiling crc32fast v1.5.0 |
| 2910 | 2026-05-21T21:58:33.845Z | [ helios-setup] May 21 21:58:32.863 INFO E| Compiling utf8parse v0.2.2 |
| 2911 | 2026-05-21T21:58:33.868Z | [ helios-setup] May 21 21:58:32.882 INFO E| Compiling equivalent v1.0.2 |
| 2912 | 2026-05-21T21:58:33.871Z | [ helios-setup] May 21 21:58:32.889 INFO E| Compiling anyhow v1.0.100 |
| 2913 | 2026-05-21T21:58:33.934Z | [ helios-setup] May 21 21:58:32.952 INFO E| Compiling rustix v1.1.2 |
| 2914 | 2026-05-21T21:58:33.958Z | [ helios-setup] May 21 21:58:32.975 INFO E| Compiling winnow v0.7.13 |
| 2915 | 2026-05-21T21:58:33.963Z | [ helios-setup] May 21 21:58:32.976 INFO E| Compiling memchr v2.7.6 |
| 2916 | 2026-05-21T21:58:33.971Z | [ helios-setup] May 21 21:58:32.987 INFO E| Compiling hashbrown v0.16.0 |
| 2917 | 2026-05-21T21:58:34.100Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.32s |
| 2918 | 2026-05-21T21:58:34.193Z | [ helios-setup] May 21 21:58:33.211 INFO E| Compiling anstyle-parse v0.2.7 |
| 2919 | 2026-05-21T21:58:34.199Z | [ helios-setup] May 21 21:58:33.217 INFO E| Compiling colorchoice v1.0.4 |
| 2920 | 2026-05-21T21:58:34.296Z | [ helios-setup] May 21 21:58:33.314 INFO E| Compiling getrandom v0.2.16 |
| 2921 | 2026-05-21T21:58:34.322Z | [ helios-setup] May 21 21:58:33.340 INFO E| Compiling errno v0.3.14 |
| 2922 | 2026-05-21T21:58:34.337Z | [ helios-setup] May 21 21:58:33.355 INFO E| Compiling allocator-api2 v0.2.21 |
| 2923 | 2026-05-21T21:58:34.384Z | [ helios-setup] May 21 21:58:33.402 INFO E| Compiling toml_datetime v0.7.3 |
| 2924 | 2026-05-21T21:58:34.418Z | [ omicron-package] |
| 2925 | 2026-05-21T21:58:34.418Z | [ omicron-package] real 47.517492597 |
| 2926 | 2026-05-21T21:58:34.421Z | [ omicron-package] user 5:28.564929803 |
| 2927 | 2026-05-21T21:58:34.421Z | [ omicron-package] sys 29.792867924 |
| 2928 | 2026-05-21T21:58:34.421Z | [ omicron-package] trap 0.462469416 |
| 2929 | 2026-05-21T21:58:34.421Z | [ omicron-package] tflt 0.897705534 |
| 2930 | 2026-05-21T21:58:34.421Z | [ omicron-package] dflt 2.825487923 |
| 2931 | 2026-05-21T21:58:34.421Z | [ omicron-package] kflt 0.000586100 |
| 2932 | 2026-05-21T21:58:34.421Z | [ omicron-package] lock 12:26.556907463 |
| 2933 | 2026-05-21T21:58:34.421Z | [ omicron-package] slp 7:17.423408946 |
| 2934 | 2026-05-21T21:58:34.421Z | [ omicron-package] lat 48.162640495 |
| 2935 | 2026-05-21T21:58:34.421Z | [ omicron-package] stop 1:14.652904679 |
| 2936 | 2026-05-21T21:58:34.421Z | May 21 21:58:33.437 INFO [omicron-package] process exited with exit status: 0 (47.646836544s) |
| 2937 | 2026-05-21T21:58:34.421Z | May 21 21:58:33.437 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2938 | 2026-05-21T21:58:34.421Z | May 21 21:58:33.438 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2939 | 2026-05-21T21:58:34.434Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2940 | 2026-05-21T21:58:34.434Z | [ host-target] Created new build target 'host' and set it as active |
| 2941 | 2026-05-21T21:58:34.438Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2942 | 2026-05-21T21:58:34.438Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2943 | 2026-05-21T21:58:34.441Z | May 21 21:58:33.458 INFO [host-target] process exited with exit status: 0 (20.696142ms) |
| 2944 | 2026-05-21T21:58:34.441Z | May 21 21:58:33.458 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2945 | 2026-05-21T21:58:34.444Z | May 21 21:58:33.461 INFO [recovery-target] process exited with exit status: 0 (22.912615ms) |
| 2946 | 2026-05-21T21:58:34.452Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2947 | 2026-05-21T21:58:34.456Z | [ helios-setup] May 21 21:58:33.474 INFO E| Compiling rand_core v0.6.4 |
| 2948 | 2026-05-21T21:58:34.523Z | [ helios-setup] May 21 21:58:33.541 INFO E| Compiling indexmap v2.12.0 |
| 2949 | 2026-05-21T21:58:34.530Z | [ helios-setup] May 21 21:58:33.548 INFO E| Compiling radium v0.7.0 |
| 2950 | 2026-05-21T21:58:34.552Z | [ helios-setup] May 21 21:58:33.571 INFO E| Compiling syn v1.0.109 |
| 2951 | 2026-05-21T21:58:34.563Z | [ helios-setup] May 21 21:58:33.581 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2952 | 2026-05-21T21:58:34.574Z | [ helios-setup] May 21 21:58:33.592 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2953 | 2026-05-21T21:58:34.613Z | [ helios-setup] May 21 21:58:33.632 INFO E| Compiling anstyle v1.0.13 |
| 2954 | 2026-05-21T21:58:34.631Z | [ helios-setup] May 21 21:58:33.649 INFO E| Compiling cpufeatures v0.2.17 |
| 2955 | 2026-05-21T21:58:34.663Z | [ helios-setup] May 21 21:58:33.681 INFO E| Compiling shlex v1.3.0 |
| 2956 | 2026-05-21T21:58:34.742Z | [ helios-setup] May 21 21:58:33.760 INFO E| Compiling syn v2.0.108 |
| 2957 | 2026-05-21T21:58:34.793Z | [ helios-setup] May 21 21:58:33.810 INFO E| Compiling anstyle-query v1.1.4 |
| 2958 | 2026-05-21T21:58:34.814Z | [ helios-setup] May 21 21:58:33.832 INFO E| Compiling cc v1.2.44 |
| 2959 | 2026-05-21T21:58:34.866Z | [ helios-setup] May 21 21:58:33.884 INFO E| Compiling slog v2.8.2 |
| 2960 | 2026-05-21T21:58:34.936Z | [ helios-setup] May 21 21:58:33.935 INFO E| Compiling anstream v0.6.21 |
| 2961 | 2026-05-21T21:58:34.939Z | [ helios-setup] May 21 21:58:33.942 INFO E| Compiling unicode-width v0.2.2 |
| 2962 | 2026-05-21T21:58:34.947Z | [ helios-setup] May 21 21:58:33.965 INFO E| Compiling maybe-uninit v2.0.0 |
| 2963 | 2026-05-21T21:58:35.052Z | [ helios-setup] May 21 21:58:34.071 INFO E| Compiling crypto-common v0.1.6 |
| 2964 | 2026-05-21T21:58:35.119Z | [ helios-setup] May 21 21:58:34.137 INFO E| Compiling block-buffer v0.10.4 |
| 2965 | 2026-05-21T21:58:35.132Z | [ helios-setup] May 21 21:58:34.150 INFO E| Compiling pkg-config v0.3.32 |
| 2966 | 2026-05-21T21:58:35.171Z | [ helios-setup] May 21 21:58:34.189 INFO E| Compiling pin-project-lite v0.2.16 |
| 2967 | 2026-05-21T21:58:35.221Z | [ helios-setup] May 21 21:58:34.239 INFO E| Compiling futures-core v0.3.31 |
| 2968 | 2026-05-21T21:58:35.233Z | [ helios-setup] May 21 21:58:34.251 INFO E| Compiling tap v1.0.1 |
| 2969 | 2026-05-21T21:58:35.266Z | [ helios-setup] May 21 21:58:34.284 INFO E| Compiling digest v0.10.7 |
| 2970 | 2026-05-21T21:58:35.285Z | [ helios-setup] May 21 21:58:34.304 INFO E| Compiling futures-sink v0.3.31 |
| 2971 | 2026-05-21T21:58:35.293Z | [ helios-setup] May 21 21:58:34.310 INFO E| Compiling parking_lot_core v0.9.12 |
| 2972 | 2026-05-21T21:58:35.356Z | [ helios-setup] May 21 21:58:34.375 INFO E| Compiling num-integer v0.1.46 |
| 2973 | 2026-05-21T21:58:35.397Z | [ helios-setup] May 21 21:58:34.414 INFO E| Compiling toml_parser v1.0.4 |
| 2974 | 2026-05-21T21:58:35.402Z | [ helios-setup] May 21 21:58:34.420 INFO E| Compiling futures-channel v0.3.31 |
| 2975 | 2026-05-21T21:58:35.409Z | [ helios-setup] May 21 21:58:34.427 INFO E| Compiling wyz v0.5.1 |
| 2976 | 2026-05-21T21:58:35.469Z | [ helios-setup] May 21 21:58:34.486 INFO E| Compiling sha2 v0.10.9 |
| 2977 | 2026-05-21T21:58:35.529Z | [ helios-setup] May 21 21:58:34.547 INFO E| Compiling getopts v0.2.24 |
| 2978 | 2026-05-21T21:58:35.563Z | [ helios-setup] May 21 21:58:34.580 INFO E| Compiling ahash v0.8.12 |
| 2979 | 2026-05-21T21:58:35.568Z | [ helios-setup] May 21 21:58:34.587 INFO E| Compiling futures-io v0.3.31 |
| 2980 | 2026-05-21T21:58:35.615Z | [ helios-setup] May 21 21:58:34.633 INFO E| Compiling getrandom v0.3.4 |
| 2981 | 2026-05-21T21:58:35.642Z | [ helios-setup] May 21 21:58:34.661 INFO E| Compiling thiserror v1.0.69 |
| 2982 | 2026-05-21T21:58:35.676Z | [ helios-setup] May 21 21:58:34.694 INFO E| Compiling scopeguard v1.2.0 |
| 2983 | 2026-05-21T21:58:35.709Z | [ helios-setup] May 21 21:58:34.726 INFO E| Compiling packed_struct v0.10.1 |
| 2984 | 2026-05-21T21:58:35.716Z | [ helios-setup] May 21 21:58:34.734 INFO E| Compiling num-conv v0.1.0 |
| 2985 | 2026-05-21T21:58:35.769Z | [ helios-setup] May 21 21:58:34.787 INFO E| Compiling toml_edit v0.23.7 |
| 2986 | 2026-05-21T21:58:35.794Z | [ helios-setup] May 21 21:58:34.812 INFO E| Compiling powerfmt v0.2.0 |
| 2987 | 2026-05-21T21:58:35.804Z | [ helios-setup] May 21 21:58:34.822 INFO E| Compiling clap_lex v0.7.6 |
| 2988 | 2026-05-21T21:58:35.845Z | [ helios-setup] May 21 21:58:34.863 INFO E| Compiling bitflags v2.10.0 |
| 2989 | 2026-05-21T21:58:35.890Z | [ helios-setup] May 21 21:58:34.908 INFO E| Compiling itoa v1.0.15 |
| 2990 | 2026-05-21T21:58:35.914Z | [ helios-setup] May 21 21:58:34.932 INFO E| Compiling heck v0.5.0 |
| 2991 | 2026-05-21T21:58:35.987Z | [ helios-setup] May 21 21:58:35.006 INFO E| Compiling strsim v0.11.1 |
| 2992 | 2026-05-21T21:58:35.995Z | [ helios-setup] May 21 21:58:35.013 INFO E| Compiling time-core v0.1.6 |
| 2993 | 2026-05-21T21:58:36.003Z | [ helios-setup] May 21 21:58:35.019 INFO E| Compiling slab v0.4.11 |
| 2994 | 2026-05-21T21:58:36.077Z | [ helios-setup] May 21 21:58:35.095 INFO E| Compiling futures-task v0.3.31 |
| 2995 | 2026-05-21T21:58:36.080Z | [ helios-setup] May 21 21:58:35.096 INFO E| Compiling bytes v1.10.1 |
| 2996 | 2026-05-21T21:58:36.102Z | [ helios-setup] May 21 21:58:35.120 INFO E| Compiling funty v2.0.0 |
| 2997 | 2026-05-21T21:58:36.116Z | [ helios-setup] May 21 21:58:35.133 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2998 | 2026-05-21T21:58:36.129Z | [ helios-setup] May 21 21:58:35.147 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2999 | 2026-05-21T21:58:36.141Z | [ helios-setup] May 21 21:58:35.160 INFO E| Compiling pin-utils v0.1.0 |
| 3000 | 2026-05-21T21:58:36.182Z | [ helios-setup] May 21 21:58:35.201 INFO E| Compiling spin v0.9.8 |
| 3001 | 2026-05-21T21:58:36.222Z | [ helios-setup] May 21 21:58:35.239 INFO E| Compiling time-macros v0.2.24 |
| 3002 | 2026-05-21T21:58:36.284Z | [ helios-setup] May 21 21:58:35.302 INFO E| Compiling lazy_static v1.5.0 |
| 3003 | 2026-05-21T21:58:36.311Z | [ helios-setup] May 21 21:58:35.327 INFO E| Compiling deranged v0.5.5 |
| 3004 | 2026-05-21T21:58:36.387Z | [ helios-setup] May 21 21:58:35.405 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3005 | 2026-05-21T21:58:36.400Z | [ helios-setup] May 21 21:58:35.418 INFO E| Compiling lock_api v0.4.14 |
| 3006 | 2026-05-21T21:58:36.428Z | [ helios-setup] May 21 21:58:35.446 INFO E| Compiling num-iter v0.1.45 |
| 3007 | 2026-05-21T21:58:36.434Z | [ host-package] Compiling ring v0.17.14 |
| 3008 | 2026-05-21T21:58:36.550Z | [ helios-setup] May 21 21:58:35.567 INFO E| Compiling terminal_size v0.4.3 |
| 3009 | 2026-05-21T21:58:36.675Z | [ helios-setup] May 21 21:58:35.693 INFO E| Compiling clap_builder v4.5.51 |
| 3010 | 2026-05-21T21:58:36.713Z | [ helios-setup] May 21 21:58:35.731 INFO E| Compiling bitvec v1.0.1 |
| 3011 | 2026-05-21T21:58:36.753Z | [ host-package] Compiling heck v0.5.0 |
| 3012 | 2026-05-21T21:58:36.753Z | [ host-package] Compiling regress v0.11.1 |
| 3013 | 2026-05-21T21:58:36.756Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 3014 | 2026-05-21T21:58:36.756Z | [ host-package] Compiling regress v0.10.5 |
| 3015 | 2026-05-21T21:58:36.760Z | [ host-package] Compiling is-terminal v0.4.17 |
| 3016 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling unicode-width v0.1.14 |
| 3017 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling prettyplease v0.2.37 |
| 3018 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling bytecount v0.6.9 |
| 3019 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling thread_local v1.1.9 |
| 3020 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling derive-where v1.6.0 |
| 3021 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling compression-core v0.4.31 |
| 3022 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling match_cfg v0.1.0 |
| 3023 | 2026-05-21T21:58:36.763Z | [ host-package] Compiling multer v3.1.0 |
| 3024 | 2026-05-21T21:58:36.769Z | [ helios-setup] May 21 21:58:35.784 INFO E| Compiling indexmap v1.9.3 |
| 3025 | 2026-05-21T21:58:36.797Z | [ helios-setup] May 21 21:58:35.815 INFO E| Compiling log v0.4.28 |
| 3026 | 2026-05-21T21:58:36.835Z | [ helios-setup] May 21 21:58:35.852 INFO E| Compiling nodrop v0.1.14 |
| 3027 | 2026-05-21T21:58:36.842Z | [ helios-setup] May 21 21:58:35.860 INFO E| Compiling crc-catalog v2.4.0 |
| 3028 | 2026-05-21T21:58:36.866Z | [ helios-setup] May 21 21:58:35.884 INFO E| Compiling serde_json v1.0.145 |
| 3029 | 2026-05-21T21:58:36.940Z | [ helios-setup] May 21 21:58:35.958 INFO E| Compiling once_cell v1.21.3 |
| 3030 | 2026-05-21T21:58:36.940Z | [ helios-setup] May 21 21:58:35.958 INFO E| Compiling iana-time-zone v0.1.64 |
| 3031 | 2026-05-21T21:58:37.111Z | [ helios-setup] May 21 21:58:36.130 INFO E| Compiling simd-adler32 v0.3.7 |
| 3032 | 2026-05-21T21:58:37.137Z | [ helios-setup] May 21 21:58:36.156 INFO E| Compiling thiserror v2.0.17 |
| 3033 | 2026-05-21T21:58:37.188Z | [ helios-setup] May 21 21:58:36.206 INFO E| Compiling adler2 v2.0.1 |
| 3034 | 2026-05-21T21:58:37.243Z | [ helios-setup] May 21 21:58:36.261 INFO E| Compiling chrono v0.4.42 |
| 3035 | 2026-05-21T21:58:37.257Z | [ helios-setup] May 21 21:58:36.275 INFO E| Compiling env_filter v0.1.4 |
| 3036 | 2026-05-21T21:58:37.292Z | [ helios-setup] May 21 21:58:36.307 INFO E| Compiling crc v3.3.0 |
| 3037 | 2026-05-21T21:58:37.399Z | [ helios-setup] May 21 21:58:36.417 INFO E| Compiling miniz_oxide v0.8.9 |
| 3038 | 2026-05-21T21:58:37.406Z | [ helios-setup] May 21 21:58:36.424 INFO E| Compiling array-init v0.0.4 |
| 3039 | 2026-05-21T21:58:37.483Z | [ helios-setup] May 21 21:58:36.502 INFO E| Compiling smallvec v0.6.14 |
| 3040 | 2026-05-21T21:58:37.523Z | [ helios-setup] May 21 21:58:36.540 INFO E| Compiling parking_lot v0.12.5 |
| 3041 | 2026-05-21T21:58:37.582Z | [ host-package] Compiling hostname v0.3.1 |
| 3042 | 2026-05-21T21:58:37.582Z | [ host-package] Compiling slog-async v2.8.0 |
| 3043 | 2026-05-21T21:58:37.786Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 3044 | 2026-05-21T21:58:37.910Z | [ helios-setup] May 21 21:58:36.928 INFO E| Compiling time v0.3.44 |
| 3045 | 2026-05-21T21:58:37.939Z | [ helios-setup] May 21 21:58:36.957 INFO E| Compiling serde_spanned v1.0.3 |
| 3046 | 2026-05-21T21:58:37.971Z | [ host-package] Compiling slog-json v2.6.1 |
| 3047 | 2026-05-21T21:58:37.998Z | [ helios-setup] May 21 21:58:37.006 INFO E| Compiling signature v2.2.0 |
| 3048 | 2026-05-21T21:58:38.018Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 3049 | 2026-05-21T21:58:38.023Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 3050 | 2026-05-21T21:58:38.138Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 3051 | 2026-05-21T21:58:38.141Z | [ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3052 | 2026-05-21T21:58:38.141Z | [ host-package] Compiling term v1.2.1 |
| 3053 | 2026-05-21T21:58:38.141Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3054 | 2026-05-21T21:58:38.141Z | [ host-package] Compiling take_mut v0.2.2 |
| 3055 | 2026-05-21T21:58:38.182Z | [ helios-setup] May 21 21:58:37.200 INFO E| Compiling is-terminal v0.4.17 |
| 3056 | 2026-05-21T21:58:38.235Z | [ helios-setup] May 21 21:58:37.253 INFO E| Compiling mio v1.1.0 |
| 3057 | 2026-05-21T21:58:38.290Z | [ helios-setup] May 21 21:58:37.308 INFO E| Compiling socket2 v0.6.1 |
| 3058 | 2026-05-21T21:58:38.450Z | [ helios-setup] May 21 21:58:37.467 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3059 | 2026-05-21T21:58:38.702Z | [ helios-setup] May 21 21:58:37.720 INFO E| Compiling thread_local v1.1.9 |
| 3060 | 2026-05-21T21:58:38.874Z | [ helios-setup] May 21 21:58:37.892 INFO E| Compiling toml_writer v1.0.4 |
| 3061 | 2026-05-21T21:58:39.104Z | [ helios-setup] May 21 21:58:38.122 INFO E| Compiling ryu v1.0.20 |
| 3062 | 2026-05-21T21:58:39.121Z | [ host-package] Compiling slog-term v2.9.2 |
| 3063 | 2026-05-21T21:58:39.147Z | [ host-package] Compiling async-compression v0.4.41 |
| 3064 | 2026-05-21T21:58:39.149Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3065 | 2026-05-21T21:58:39.158Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3066 | 2026-05-21T21:58:39.215Z | [ helios-setup] May 21 21:58:38.234 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3067 | 2026-05-21T21:58:39.242Z | [ host-package] Compiling dropshot v0.17.0 |
| 3068 | 2026-05-21T21:58:39.246Z | [ host-package] Compiling async-stream v0.3.6 |
| 3069 | 2026-05-21T21:58:39.282Z | [ helios-setup] May 21 21:58:38.300 INFO E| Compiling hashbrown v0.12.3 |
| 3070 | 2026-05-21T21:58:39.313Z | [ helios-setup] May 21 21:58:38.331 INFO E| Compiling winnow v0.5.40 |
| 3071 | 2026-05-21T21:58:39.336Z | [ helios-setup] May 21 21:58:38.353 INFO E| Compiling base64 v0.21.7 |
| 3072 | 2026-05-21T21:58:39.442Z | [ helios-setup] May 21 21:58:38.460 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3073 | 2026-05-21T21:58:39.463Z | [ host-package] Compiling toml v1.0.6+spec-1.1.0 |
| 3074 | 2026-05-21T21:58:39.470Z | [ helios-setup] May 21 21:58:38.487 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3075 | 2026-05-21T21:58:39.481Z | [ helios-setup] May 21 21:58:38.499 INFO E| Compiling term v1.2.0 |
| 3076 | 2026-05-21T21:58:39.500Z | [ helios-setup] May 21 21:58:38.518 INFO E| Compiling serde_derive v1.0.228 |
| 3077 | 2026-05-21T21:58:39.603Z | [ host-package] Compiling num-rational v0.4.2 |
| 3078 | 2026-05-21T21:58:39.668Z | [ helios-setup] May 21 21:58:38.685 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3079 | 2026-05-21T21:58:39.782Z | [ helios-setup] May 21 21:58:38.795 INFO E| Compiling der_derive v0.7.3 |
| 3080 | 2026-05-21T21:58:39.786Z | [ helios-setup] May 21 21:58:38.803 INFO E| Compiling futures-macro v0.3.31 |
| 3081 | 2026-05-21T21:58:39.844Z | [ helios-setup] May 21 21:58:38.863 INFO E| Compiling num_enum_derive v0.7.5 |
| 3082 | 2026-05-21T21:58:39.870Z | [ helios-setup] May 21 21:58:38.888 INFO E| Compiling clap_derive v4.5.49 |
| 3083 | 2026-05-21T21:58:39.960Z | [ host-package] Compiling typify-impl v0.6.2 |
| 3084 | 2026-05-21T21:58:39.963Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3085 | 2026-05-21T21:58:39.973Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3086 | 2026-05-21T21:58:40.045Z | [ host-package] Compiling backon v1.6.0 |
| 3087 | 2026-05-21T21:58:40.048Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3088 | 2026-05-21T21:58:40.069Z | [ helios-setup] May 21 21:58:39.086 INFO E| Compiling thiserror-impl v1.0.69 |
| 3089 | 2026-05-21T21:58:40.280Z | [ helios-setup] May 21 21:58:39.298 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3090 | 2026-05-21T21:58:40.356Z | [ helios-setup] May 21 21:58:39.372 INFO E| Compiling bitfield-macros v0.19.3 |
| 3091 | 2026-05-21T21:58:40.376Z | [ host-package] Compiling num-complex v0.4.6 |
| 3092 | 2026-05-21T21:58:40.454Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3093 | 2026-05-21T21:58:40.457Z | [ host-package] Compiling instant v0.1.13 |
| 3094 | 2026-05-21T21:58:40.525Z | [ host-package] Compiling hostname v0.4.2 |
| 3095 | 2026-05-21T21:58:40.787Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3096 | 2026-05-21T21:58:40.787Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3097 | 2026-05-21T21:58:41.024Z | [ host-package] Compiling num v0.4.3 |
| 3098 | 2026-05-21T21:58:41.244Z | [ host-package] Compiling backoff v0.4.0 |
| 3099 | 2026-05-21T21:58:41.260Z | [ helios-setup] May 21 21:58:40.276 INFO E| Compiling thiserror-impl v2.0.17 |
| 3100 | 2026-05-21T21:58:41.521Z | [ host-package] Compiling parse-display v0.10.0 |
| 3101 | 2026-05-21T21:58:41.524Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3102 | 2026-05-21T21:58:41.524Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3103 | 2026-05-21T21:58:41.524Z | [ host-package] Compiling macaddr v1.0.1 |
| 3104 | 2026-05-21T21:58:41.524Z | [ host-package] Compiling float-ord v0.3.2 |
| 3105 | 2026-05-21T21:58:41.610Z | [ helios-setup] May 21 21:58:40.628 INFO E| Compiling tokio-macros v2.6.0 |
| 3106 | 2026-05-21T21:58:41.657Z | [ helios-setup] May 21 21:58:40.671 INFO E| Compiling bitfield v0.19.3 |
| 3107 | 2026-05-21T21:58:41.696Z | [ helios-setup] May 21 21:58:40.715 INFO E| Compiling futures-util v0.3.31 |
| 3108 | 2026-05-21T21:58:41.700Z | [ host-package] Compiling rustls v0.23.37 |
| 3109 | 2026-05-21T21:58:41.780Z | [ helios-setup] May 21 21:58:40.787 INFO E| Compiling der v0.7.10 |
| 3110 | 2026-05-21T21:58:41.780Z | [ helios-setup] May 21 21:58:40.796 INFO E| Compiling subtle v2.6.1 |
| 3111 | 2026-05-21T21:58:41.785Z | [ helios-setup] May 21 21:58:40.803 INFO E| Compiling zerocopy v0.6.6 |
| 3112 | 2026-05-21T21:58:41.793Z | [ helios-setup] May 21 21:58:40.811 INFO E| Compiling num_enum v0.7.5 |
| 3113 | 2026-05-21T21:58:41.930Z | [ host-package] Compiling rustls v0.22.4 |
| 3114 | 2026-05-21T21:58:41.943Z | [ helios-setup] May 21 21:58:40.961 INFO E| Compiling devinfo v0.1.0 |
| 3115 | 2026-05-21T21:58:41.977Z | [ helios-setup] May 21 21:58:40.995 INFO E| Compiling bzip2 v0.4.4 |
| 3116 | 2026-05-21T21:58:42.024Z | [ helios-setup] May 21 21:58:41.043 INFO E| Compiling toml v0.9.8 |
| 3117 | 2026-05-21T21:58:42.129Z | [ host-package] Compiling console v0.15.11 |
| 3118 | 2026-05-21T21:58:42.308Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3119 | 2026-05-21T21:58:42.309Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3120 | 2026-05-21T21:58:42.372Z | [ helios-setup] May 21 21:58:41.390 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3121 | 2026-05-21T21:58:42.596Z | [ helios-setup] May 21 21:58:41.614 INFO E| Compiling flate2 v1.1.5 |
| 3122 | 2026-05-21T21:58:42.636Z | [ helios-setup] May 21 21:58:41.645 INFO E| Compiling uuid v1.18.1 |
| 3123 | 2026-05-21T21:58:42.657Z | [ helios-setup] May 21 21:58:41.675 INFO E| Compiling tokio v1.48.0 |
| 3124 | 2026-05-21T21:58:42.705Z | [ helios-setup] May 21 21:58:41.723 INFO E| Compiling env_logger v0.11.8 |
| 3125 | 2026-05-21T21:58:42.745Z | [ helios-setup] May 21 21:58:41.763 INFO E| Compiling crc-any v2.5.0 |
| 3126 | 2026-05-21T21:58:42.838Z | [ helios-setup] May 21 21:58:41.855 INFO E| Compiling clap v4.5.51 |
| 3127 | 2026-05-21T21:58:42.849Z | [ helios-setup] May 21 21:58:41.864 INFO E| Compiling bitflags v1.3.2 |
| 3128 | 2026-05-21T21:58:42.930Z | [ helios-setup] May 21 21:58:41.948 INFO E| Compiling hex v0.4.3 |
| 3129 | 2026-05-21T21:58:42.967Z | [ helios-setup] May 21 21:58:41.982 INFO E| Compiling foldhash v0.2.0 |
| 3130 | 2026-05-21T21:58:43.061Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3131 | 2026-05-21T21:58:43.065Z | [ host-package] Compiling expectorate v1.2.0 |
| 3132 | 2026-05-21T21:58:43.066Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 3133 | 2026-05-21T21:58:43.066Z | [ host-package] Compiling owo-colors v4.3.0 |
| 3134 | 2026-05-21T21:58:43.163Z | [ helios-setup] May 21 21:58:42.179 INFO E| Compiling rustc-hash v2.1.1 |
| 3135 | 2026-05-21T21:58:43.303Z | [ helios-setup] May 21 21:58:42.320 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3136 | 2026-05-21T21:58:43.352Z | [ helios-setup] May 21 21:58:42.370 INFO E| Compiling spki v0.7.3 |
| 3137 | 2026-05-21T21:58:43.447Z | [ helios-setup] May 21 21:58:42.464 INFO E| Compiling iddqd v0.3.14 |
| 3138 | 2026-05-21T21:58:43.636Z | [ helios-setup] May 21 21:58:42.654 INFO E| Compiling pkcs8 v0.10.2 |
| 3139 | 2026-05-21T21:58:43.760Z | [ helios-setup] May 21 21:58:42.777 INFO E| Compiling x509-cert v0.2.5 |
| 3140 | 2026-05-21T21:58:43.767Z | [ helios-setup] May 21 21:58:42.785 INFO E| Compiling zip v0.6.6 |
| 3141 | 2026-05-21T21:58:43.879Z | [ helios-setup] May 21 21:58:42.897 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3142 | 2026-05-21T21:58:43.882Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3143 | 2026-05-21T21:58:43.971Z | [ helios-setup] May 21 21:58:42.988 INFO E| Compiling pkcs1 v0.7.5 |
| 3144 | 2026-05-21T21:58:44.166Z | [ host-package] Compiling toml v0.8.23 |
| 3145 | 2026-05-21T21:58:44.170Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3146 | 2026-05-21T21:58:44.290Z | [ helios-setup] May 21 21:58:43.308 INFO E| Compiling path-slash v0.1.5 |
| 3147 | 2026-05-21T21:58:44.337Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 3148 | 2026-05-21T21:58:44.436Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3149 | 2026-05-21T21:58:44.697Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3150 | 2026-05-21T21:58:44.700Z | [ host-package] Compiling linear-map v1.2.0 |
| 3151 | 2026-05-21T21:58:44.832Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3152 | 2026-05-21T21:58:44.837Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3153 | 2026-05-21T21:58:44.953Z | [ helios-setup] May 21 21:58:43.971 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3154 | 2026-05-21T21:58:45.243Z | [ host-package] Compiling libsw v3.5.0 |
| 3155 | 2026-05-21T21:58:45.252Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3156 | 2026-05-21T21:58:45.311Z | [ helios-setup] May 21 21:58:44.328 INFO E| Compiling erased-serde v0.3.31 |
| 3157 | 2026-05-21T21:58:45.369Z | [ helios-setup] May 21 21:58:44.386 INFO E| Compiling serde_spanned v0.6.9 |
| 3158 | 2026-05-21T21:58:45.555Z | [ helios-setup] May 21 21:58:44.573 INFO E| Compiling rand_chacha v0.3.1 |
| 3159 | 2026-05-21T21:58:45.576Z | [ helios-setup] May 21 21:58:44.594 INFO E| Compiling futures-executor v0.3.31 |
| 3160 | 2026-05-21T21:58:45.651Z | [ helios-setup] May 21 21:58:44.669 INFO E| Compiling toml_datetime v0.6.11 |
| 3161 | 2026-05-21T21:58:45.733Z | [ helios-setup] May 21 21:58:44.750 INFO E| Compiling hashbrown v0.13.2 |
| 3162 | 2026-05-21T21:58:45.823Z | [ helios-setup] May 21 21:58:44.839 INFO E| Compiling rand v0.8.5 |
| 3163 | 2026-05-21T21:58:46.035Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3164 | 2026-05-21T21:58:46.110Z | [ host-package] Compiling convert_case v0.10.0 |
| 3165 | 2026-05-21T21:58:46.113Z | [ host-package] Compiling papergrid v0.11.0 |
| 3166 | 2026-05-21T21:58:46.113Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3167 | 2026-05-21T21:58:46.233Z | [ helios-setup] May 21 21:58:45.250 INFO E| Compiling toml_edit v0.19.15 |
| 3168 | 2026-05-21T21:58:46.271Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3169 | 2026-05-21T21:58:46.271Z | [ host-package] Compiling termtree v0.5.1 |
| 3170 | 2026-05-21T21:58:46.277Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3171 | 2026-05-21T21:58:46.306Z | [ helios-setup] May 21 21:58:45.324 INFO E| Compiling futures v0.3.31 |
| 3172 | 2026-05-21T21:58:46.313Z | [ helios-setup] May 21 21:58:45.331 INFO E| Compiling ron v0.8.1 |
| 3173 | 2026-05-21T21:58:46.316Z | [ helios-setup] May 21 21:58:45.332 INFO E| Compiling serde-hex v0.1.0 |
| 3174 | 2026-05-21T21:58:46.667Z | [ helios-setup] May 21 21:58:45.685 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3175 | 2026-05-21T21:58:46.762Z | [ helios-setup] May 21 21:58:45.780 INFO E| Compiling slog-term v2.9.2 |
| 3176 | 2026-05-21T21:58:46.854Z | [ helios-setup] May 21 21:58:45.872 INFO E| Compiling object v0.30.4 |
| 3177 | 2026-05-21T21:58:47.186Z | [ host-package] Compiling nom v7.1.3 |
| 3178 | 2026-05-21T21:58:47.190Z | [ host-package] Compiling vte v0.14.1 |
| 3179 | 2026-05-21T21:58:47.190Z | [ host-package] Compiling csv-core v0.1.13 |
| 3180 | 2026-05-21T21:58:47.190Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3181 | 2026-05-21T21:58:47.190Z | [ host-package] Compiling highway v1.3.0 |
| 3182 | 2026-05-21T21:58:47.251Z | [ helios-setup] May 21 21:58:46.265 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3183 | 2026-05-21T21:58:47.657Z | [ host-package] Compiling phf v0.12.1 |
| 3184 | 2026-05-21T21:58:48.242Z | [ helios-setup] May 21 21:58:47.260 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3185 | 2026-05-21T21:58:48.328Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3186 | 2026-05-21T21:58:48.328Z | [ host-package] Compiling csv v1.4.0 |
| 3187 | 2026-05-21T21:58:48.534Z | [ helios-setup] May 21 21:58:47.552 INFO E| Compiling rsa v0.9.8 |
| 3188 | 2026-05-21T21:58:48.577Z | [ helios-setup] May 21 21:58:47.595 INFO E| Compiling toml v0.7.8 |
| 3189 | 2026-05-21T21:58:48.889Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3190 | 2026-05-21T21:58:48.894Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3191 | 2026-05-21T21:58:48.903Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3192 | 2026-05-21T21:58:49.131Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3193 | 2026-05-21T21:58:49.398Z | [ host-package] Compiling tabled v0.15.0 |
| 3194 | 2026-05-21T21:58:49.517Z | [ host-package] Compiling typify v0.6.2 |
| 3195 | 2026-05-21T21:58:49.626Z | [ helios-setup] May 21 21:58:48.644 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3196 | 2026-05-21T21:58:49.629Z | [ helios-setup] May 21 21:58:48.645 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3197 | 2026-05-21T21:58:49.770Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3198 | 2026-05-21T21:58:49.835Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3199 | 2026-05-21T21:58:50.160Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3200 | 2026-05-21T21:58:50.160Z | [ host-package] Compiling derive_more v2.1.1 |
| 3201 | 2026-05-21T21:58:50.622Z | [ host-package] Compiling tokio-rustls v0.26.4 |
| 3202 | 2026-05-21T21:58:50.792Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3203 | 2026-05-21T21:58:51.373Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3204 | 2026-05-21T21:58:52.069Z | [ host-package] Compiling reqwest v0.12.28 |
| 3205 | 2026-05-21T21:58:53.437Z | [ host-package] Compiling reqwest v0.13.2 |
| 3206 | 2026-05-21T21:58:55.082Z | [ host-package] Compiling tough v0.22.0 |
| 3207 | 2026-05-21T21:58:55.186Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3208 | 2026-05-21T21:58:55.273Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3209 | 2026-05-21T21:58:55.408Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3210 | 2026-05-21T21:58:55.639Z | [ host-package] Compiling qorb v0.4.1 |
| 3211 | 2026-05-21T21:58:55.904Z | [ helios-setup] May 21 21:58:54.922 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3212 | 2026-05-21T21:58:56.974Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3213 | 2026-05-21T21:58:57.058Z | [ helios-setup] May 21 21:58:56.075 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3214 | 2026-05-21T21:58:57.904Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3215 | 2026-05-21T21:58:57.963Z | [ host-package] Compiling crossterm v0.29.0 |
| 3216 | 2026-05-21T21:58:58.051Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3217 | 2026-05-21T21:58:58.373Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3218 | 2026-05-21T21:58:59.694Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3219 | 2026-05-21T21:59:00.375Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3220 | 2026-05-21T21:59:00.488Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3221 | 2026-05-21T21:59:00.716Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3222 | 2026-05-21T21:59:00.887Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3223 | 2026-05-21T21:59:00.957Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3224 | 2026-05-21T21:59:01.018Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3225 | 2026-05-21T21:59:01.079Z | [ host-package] Compiling peg v0.8.5 |
| 3226 | 2026-05-21T21:59:01.437Z | [ host-package] Compiling reedline v0.40.0 |
| 3227 | 2026-05-21T21:59:01.584Z | [ host-package] Compiling const_format v0.2.35 |
| 3228 | 2026-05-21T21:59:02.065Z | [ helios-setup] May 21 21:59:01.083 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3229 | 2026-05-21T21:59:02.922Z | [ host-package] Compiling progenitor v0.14.0 |
| 3230 | 2026-05-21T21:59:03.009Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3231 | 2026-05-21T21:59:03.066Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3232 | 2026-05-21T21:59:03.115Z | [ host-package] Compiling bcs v0.1.6 |
| 3233 | 2026-05-21T21:59:03.652Z | [ host-package] Compiling progenitor v0.13.0 |
| 3234 | 2026-05-21T21:59:03.816Z | [ host-package] Compiling semver v0.1.20 |
| 3235 | 2026-05-21T21:59:03.871Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3236 | 2026-05-21T21:59:04.154Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3237 | 2026-05-21T21:59:04.429Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3238 | 2026-05-21T21:59:04.792Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3239 | 2026-05-21T21:59:05.273Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3240 | 2026-05-21T21:59:06.001Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3241 | 2026-05-21T21:59:06.555Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3242 | 2026-05-21T21:59:07.092Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3243 | 2026-05-21T21:59:07.575Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3244 | 2026-05-21T21:59:07.752Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3245 | 2026-05-21T21:59:07.802Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3246 | 2026-05-21T21:59:07.995Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3247 | 2026-05-21T21:59:08.069Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3248 | 2026-05-21T21:59:09.019Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3249 | 2026-05-21T21:59:10.687Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3250 | 2026-05-21T21:59:10.791Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3251 | 2026-05-21T21:59:11.032Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3252 | 2026-05-21T21:59:11.109Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3253 | 2026-05-21T21:59:11.344Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3254 | 2026-05-21T21:59:11.629Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3255 | 2026-05-21T21:59:11.728Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3256 | 2026-05-21T21:59:12.438Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-05-21T21:59:12.465Z | [ host-package] Compiling humantime v2.3.0 |
| 3258 | 2026-05-21T21:59:12.732Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3259 | 2026-05-21T21:59:13.169Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3260 | 2026-05-21T21:59:13.651Z | [ helios-setup] May 21 21:59:12.669 INFO E| Finished `release` profile [optimized] target(s) in 42.03s |
| 3261 | 2026-05-21T21:59:13.654Z | [ helios-setup] May 21 21:59:12.671 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3262 | 2026-05-21T21:59:13.654Z | [ helios-setup] May 21 21:59:12.671 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3263 | 2026-05-21T21:59:13.690Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3264 | 2026-05-21T21:59:13.708Z | [ helios-setup] May 21 21:59:12.726 INFO building project "pilot" ok (42 seconds) |
| 3265 | 2026-05-21T21:59:13.708Z | [ helios-setup] May 21 21:59:12.726 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3266 | 2026-05-21T21:59:13.719Z | [ helios-setup] May 21 21:59:12.735 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.94.0-x86_64-unknown-illumos (default)" |
| 3267 | 2026-05-21T21:59:13.719Z | [ helios-setup] May 21 21:59:12.735 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3268 | 2026-05-21T21:59:13.719Z | [ helios-setup] May 21 21:59:12.735 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3269 | 2026-05-21T21:59:13.850Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3270 | 2026-05-21T21:59:13.877Z | [ helios-setup] May 21 21:59:12.895 INFO E| Updating crates.io index |
| 3271 | 2026-05-21T21:59:14.030Z | [ helios-setup] May 21 21:59:13.048 INFO E| Downloading crates ... |
| 3272 | 2026-05-21T21:59:14.085Z | [ helios-setup] May 21 21:59:13.101 INFO E| Downloaded errno v0.3.12 |
| 3273 | 2026-05-21T21:59:14.115Z | [ helios-setup] May 21 21:59:13.133 INFO E| Downloaded deranged v0.4.0 |
| 3274 | 2026-05-21T21:59:14.118Z | [ helios-setup] May 21 21:59:13.136 INFO E| Downloaded time-core v0.1.4 |
| 3275 | 2026-05-21T21:59:14.139Z | [ helios-setup] May 21 21:59:13.157 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3276 | 2026-05-21T21:59:14.142Z | [ helios-setup] May 21 21:59:13.159 INFO E| Downloaded quote v1.0.40 |
| 3277 | 2026-05-21T21:59:14.142Z | [ helios-setup] May 21 21:59:13.160 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3278 | 2026-05-21T21:59:14.145Z | [ helios-setup] May 21 21:59:13.161 INFO E| Downloaded autocfg v1.4.0 |
| 3279 | 2026-05-21T21:59:14.148Z | [ helios-setup] May 21 21:59:13.165 INFO E| Downloaded thiserror v2.0.12 |
| 3280 | 2026-05-21T21:59:14.170Z | [ helios-setup] May 21 21:59:13.188 INFO E| Downloaded tempfile v3.20.0 |
| 3281 | 2026-05-21T21:59:14.173Z | [ helios-setup] May 21 21:59:13.190 INFO E| Downloaded time-macros v0.2.22 |
| 3282 | 2026-05-21T21:59:14.175Z | [ helios-setup] May 21 21:59:13.191 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3283 | 2026-05-21T21:59:14.180Z | [ helios-setup] May 21 21:59:13.197 INFO E| Downloaded unicode-ident v1.0.18 |
| 3284 | 2026-05-21T21:59:14.184Z | [ helios-setup] May 21 21:59:13.199 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3285 | 2026-05-21T21:59:14.184Z | [ helios-setup] May 21 21:59:13.201 INFO E| Downloaded bitflags v2.9.1 |
| 3286 | 2026-05-21T21:59:14.187Z | [ helios-setup] May 21 21:59:13.203 INFO E| Downloaded anyhow v1.0.98 |
| 3287 | 2026-05-21T21:59:14.190Z | [ helios-setup] May 21 21:59:13.205 INFO E| Downloaded getrandom v0.3.3 |
| 3288 | 2026-05-21T21:59:14.193Z | [ helios-setup] May 21 21:59:13.208 INFO E| Downloaded serde_derive v1.0.219 |
| 3289 | 2026-05-21T21:59:14.202Z | [ helios-setup] May 21 21:59:13.220 INFO E| Downloaded hashbrown v0.15.3 |
| 3290 | 2026-05-21T21:59:14.210Z | [ helios-setup] May 21 21:59:13.228 INFO E| Downloaded serde v1.0.219 |
| 3291 | 2026-05-21T21:59:14.213Z | [ helios-setup] May 21 21:59:13.230 INFO E| Downloaded indexmap v2.9.0 |
| 3292 | 2026-05-21T21:59:14.222Z | [ helios-setup] May 21 21:59:13.240 INFO E| Downloaded memchr v2.7.4 |
| 3293 | 2026-05-21T21:59:14.234Z | [ helios-setup] May 21 21:59:13.252 INFO E| Downloaded serde_with v3.12.0 |
| 3294 | 2026-05-21T21:59:14.253Z | [ helios-setup] May 21 21:59:13.271 INFO E| Downloaded time v0.3.41 |
| 3295 | 2026-05-21T21:59:14.258Z | [ helios-setup] May 21 21:59:13.276 INFO E| Downloaded serde_json v1.0.140 |
| 3296 | 2026-05-21T21:59:14.291Z | [ helios-setup] May 21 21:59:13.309 INFO E| Downloaded chrono v0.4.41 |
| 3297 | 2026-05-21T21:59:14.314Z | [ helios-setup] May 21 21:59:13.332 INFO E| Downloaded syn v2.0.101 |
| 3298 | 2026-05-21T21:59:14.337Z | [ helios-setup] May 21 21:59:13.355 INFO E| Downloaded rustix v1.0.7 |
| 3299 | 2026-05-21T21:59:14.434Z | [ helios-setup] May 21 21:59:13.452 INFO E| Downloaded libc v0.2.172 |
| 3300 | 2026-05-21T21:59:14.500Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling proc-macro2 v1.0.95 |
| 3301 | 2026-05-21T21:59:14.500Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling unicode-ident v1.0.18 |
| 3302 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling libc v0.2.172 |
| 3303 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling fnv v1.0.7 |
| 3304 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling ident_case v1.0.1 |
| 3305 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling strsim v0.11.1 |
| 3306 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling serde v1.0.219 |
| 3307 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling rustix v1.0.7 |
| 3308 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling getrandom v0.3.3 |
| 3309 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling bitflags v2.9.1 |
| 3310 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling anyhow v1.0.98 |
| 3311 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling cfg-if v1.0.0 |
| 3312 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling thiserror v2.0.12 |
| 3313 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling serde_json v1.0.140 |
| 3314 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling once_cell v1.21.3 |
| 3315 | 2026-05-21T21:59:14.503Z | [ helios-setup] May 21 21:59:13.518 INFO E| Compiling itoa v1.0.15 |
| 3316 | 2026-05-21T21:59:14.821Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3317 | 2026-05-21T21:59:15.047Z | [ helios-setup] May 21 21:59:14.064 INFO E| Compiling fastrand v2.3.0 |
| 3318 | 2026-05-21T21:59:15.047Z | [ helios-setup] May 21 21:59:14.064 INFO E| Compiling ryu v1.0.20 |
| 3319 | 2026-05-21T21:59:15.148Z | [ helios-setup] May 21 21:59:14.165 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3320 | 2026-05-21T21:59:15.350Z | [ helios-setup] May 21 21:59:14.367 INFO E| Compiling memchr v2.7.4 |
| 3321 | 2026-05-21T21:59:15.813Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3322 | 2026-05-21T21:59:16.256Z | [ helios-setup] May 21 21:59:15.273 INFO E| Compiling errno v0.3.12 |
| 3323 | 2026-05-21T21:59:16.561Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3324 | 2026-05-21T21:59:16.744Z | [ helios-setup] May 21 21:59:15.762 INFO E| Compiling quote v1.0.40 |
| 3325 | 2026-05-21T21:59:16.967Z | [ helios-setup] May 21 21:59:15.985 INFO E| Compiling syn v2.0.101 |
| 3326 | 2026-05-21T21:59:17.262Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3327 | 2026-05-21T21:59:17.357Z | [ helios-setup] May 21 21:59:16.375 INFO E| Compiling tempfile v3.20.0 |
| 3328 | 2026-05-21T21:59:17.647Z | [ host-package] Compiling smawk v0.3.2 |
| 3329 | 2026-05-21T21:59:18.042Z | [ host-package] Compiling textwrap v0.16.2 |
| 3330 | 2026-05-21T21:59:18.496Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3331 | 2026-05-21T21:59:18.549Z | [ host-package] Compiling dropshot-api-manager-types v0.7.1 |
| 3332 | 2026-05-21T21:59:18.689Z | [ host-package] Compiling steno v0.4.1 |
| 3333 | 2026-05-21T21:59:18.725Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3334 | 2026-05-21T21:59:19.253Z | [ host-package] Compiling tagptr v0.2.0 |
| 3335 | 2026-05-21T21:59:19.283Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3336 | 2026-05-21T21:59:19.381Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3337 | 2026-05-21T21:59:19.477Z | [ host-package] Compiling moka v0.12.13 |
| 3338 | 2026-05-21T21:59:19.517Z | [ helios-setup] May 21 21:59:18.522 INFO E| Compiling darling_core v0.20.11 |
| 3339 | 2026-05-21T21:59:19.540Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3340 | 2026-05-21T21:59:19.615Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3341 | 2026-05-21T21:59:19.805Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3342 | 2026-05-21T21:59:19.886Z | [ host-package] Compiling num-derive v0.3.3 |
| 3343 | 2026-05-21T21:59:20.003Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3344 | 2026-05-21T21:59:20.581Z | [ helios-setup] May 21 21:59:19.599 INFO E| Compiling serde_derive v1.0.219 |
| 3345 | 2026-05-21T21:59:20.581Z | [ helios-setup] May 21 21:59:19.599 INFO E| Compiling thiserror-impl v2.0.12 |
| 3346 | 2026-05-21T21:59:20.773Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3347 | 2026-05-21T21:59:20.835Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3348 | 2026-05-21T21:59:21.042Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3349 | 2026-05-21T21:59:21.389Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3350 | 2026-05-21T21:59:21.548Z | [ helios-setup] May 21 21:59:20.565 INFO E| Compiling darling_macro v0.20.11 |
| 3351 | 2026-05-21T21:59:21.709Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3352 | 2026-05-21T21:59:22.046Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3353 | 2026-05-21T21:59:22.128Z | [ host-package] Compiling typify-impl v0.4.3 |
| 3354 | 2026-05-21T21:59:22.201Z | [ helios-setup] May 21 21:59:21.218 INFO E| Compiling darling v0.20.11 |
| 3355 | 2026-05-21T21:59:22.245Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3356 | 2026-05-21T21:59:22.295Z | [ helios-setup] May 21 21:59:21.313 INFO E| Compiling serde_with_macros v3.12.0 |
| 3357 | 2026-05-21T21:59:22.319Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3358 | 2026-05-21T21:59:22.683Z | [ host-package] Compiling papergrid v0.17.0 |
| 3359 | 2026-05-21T21:59:22.863Z | [ host-package] Compiling testing_table v0.3.0 |
| 3360 | 2026-05-21T21:59:23.053Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3361 | 2026-05-21T21:59:23.371Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3362 | 2026-05-21T21:59:23.394Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3363 | 2026-05-21T21:59:23.468Z | [ host-package] Compiling glob v0.3.3 |
| 3364 | 2026-05-21T21:59:23.535Z | [ host-package] Compiling maplit v1.0.2 |
| 3365 | 2026-05-21T21:59:23.611Z | [ host-package] Compiling crunchy v0.2.4 |
| 3366 | 2026-05-21T21:59:23.661Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3367 | 2026-05-21T21:59:23.741Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3368 | 2026-05-21T21:59:23.768Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3369 | 2026-05-21T21:59:23.788Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3370 | 2026-05-21T21:59:23.826Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3371 | 2026-05-21T21:59:23.955Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3372 | 2026-05-21T21:59:24.065Z | [ host-package] Compiling tabled v0.20.0 |
| 3373 | 2026-05-21T21:59:24.100Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3374 | 2026-05-21T21:59:24.350Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3375 | 2026-05-21T21:59:24.397Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3376 | 2026-05-21T21:59:24.440Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3377 | 2026-05-21T21:59:24.721Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3378 | 2026-05-21T21:59:25.013Z | [ host-package] Compiling xshell v0.2.7 |
| 3379 | 2026-05-21T21:59:25.054Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3380 | 2026-05-21T21:59:25.281Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3381 | 2026-05-21T21:59:25.586Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3382 | 2026-05-21T21:59:26.015Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3383 | 2026-05-21T21:59:26.092Z | [ helios-setup] May 21 21:59:25.107 INFO E| Compiling serde_with v3.12.0 |
| 3384 | 2026-05-21T21:59:26.544Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3385 | 2026-05-21T21:59:27.112Z | [ host-package] Compiling typify-macro v0.4.3 |
| 3386 | 2026-05-21T21:59:28.282Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3387 | 2026-05-21T21:59:29.005Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3388 | 2026-05-21T21:59:29.072Z | [ host-package] Compiling term v0.7.0 |
| 3389 | 2026-05-21T21:59:29.701Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3390 | 2026-05-21T21:59:29.805Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3391 | 2026-05-21T21:59:29.967Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3392 | 2026-05-21T21:59:30.001Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3393 | 2026-05-21T21:59:30.221Z | [ host-package] Compiling bit-set v0.5.3 |
| 3394 | 2026-05-21T21:59:30.264Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3395 | 2026-05-21T21:59:30.353Z | [ helios-setup] May 21 21:59:29.371 INFO E| Finished `release` profile [optimized] target(s) in 16.60s |
| 3396 | 2026-05-21T21:59:30.382Z | [ helios-setup] May 21 21:59:29.400 INFO building project "dmar-report" ok (16 seconds) |
| 3397 | 2026-05-21T21:59:30.382Z | [ helios-setup] May 21 21:59:29.400 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3398 | 2026-05-21T21:59:30.424Z | [ helios-setup] May 21 21:59:29.442 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')" |
| 3399 | 2026-05-21T21:59:30.424Z | [ helios-setup] May 21 21:59:29.442 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3400 | 2026-05-21T21:59:30.424Z | [ helios-setup] May 21 21:59:29.442 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3401 | 2026-05-21T21:59:30.452Z | [ host-package] Compiling itertools v0.10.5 |
| 3402 | 2026-05-21T21:59:30.613Z | [ helios-setup] May 21 21:59:29.630 INFO E| Updating crates.io index |
| 3403 | 2026-05-21T21:59:30.616Z | [ helios-setup] May 21 21:59:29.631 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3404 | 2026-05-21T21:59:30.664Z | [ host-package] Compiling ena v0.14.4 |
| 3405 | 2026-05-21T21:59:30.751Z | [ host-package] Compiling libloading v0.8.9 |
| 3406 | 2026-05-21T21:59:30.883Z | [ host-package] Compiling bindgen v0.71.1 |
| 3407 | 2026-05-21T21:59:30.908Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3408 | 2026-05-21T21:59:30.993Z | [ host-package] Compiling diff v0.1.13 |
| 3409 | 2026-05-21T21:59:31.083Z | [ helios-setup] May 21 21:59:30.101 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3410 | 2026-05-21T21:59:31.083Z | [ helios-setup] May 21 21:59:30.101 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3411 | 2026-05-21T21:59:31.140Z | [ helios-setup] May 21 21:59:30.157 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3412 | 2026-05-21T21:59:31.228Z | [ host-package] Compiling unicase v2.9.0 |
| 3413 | 2026-05-21T21:59:31.303Z | [ host-package] Compiling crc8 v0.1.1 |
| 3414 | 2026-05-21T21:59:31.476Z | [ helios-setup] May 21 21:59:30.494 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3415 | 2026-05-21T21:59:31.476Z | [ helios-setup] May 21 21:59:30.494 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3416 | 2026-05-21T21:59:31.535Z | [ host-package] Compiling typify v0.4.3 |
| 3417 | 2026-05-21T21:59:31.560Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3418 | 2026-05-21T21:59:31.581Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3419 | 2026-05-21T21:59:31.681Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3420 | 2026-05-21T21:59:31.741Z | [ helios-setup] May 21 21:59:30.759 INFO E| Downloading crates ... |
| 3421 | 2026-05-21T21:59:31.828Z | [ helios-setup] May 21 21:59:30.846 INFO E| Downloaded four-cc v0.4.0 |
| 3422 | 2026-05-21T21:59:31.846Z | [ helios-setup] May 21 21:59:30.864 INFO E| Downloaded vec_map v0.8.2 |
| 3423 | 2026-05-21T21:59:31.849Z | [ helios-setup] May 21 21:59:30.865 INFO E| Downloaded structopt v0.3.26 |
| 3424 | 2026-05-21T21:59:31.852Z | [ helios-setup] May 21 21:59:30.870 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3425 | 2026-05-21T21:59:31.855Z | [ helios-setup] May 21 21:59:30.871 INFO E| Downloaded unic-char-range v0.9.0 |
| 3426 | 2026-05-21T21:59:31.855Z | [ helios-setup] May 21 21:59:30.872 INFO E| Downloaded unic-char-property v0.9.0 |
| 3427 | 2026-05-21T21:59:31.855Z | [ helios-setup] May 21 21:59:30.873 INFO E| Downloaded parse_int v0.9.0 |
| 3428 | 2026-05-21T21:59:31.867Z | [ helios-setup] May 21 21:59:30.885 INFO E| Downloaded unic-common v0.9.0 |
| 3429 | 2026-05-21T21:59:31.870Z | [ helios-setup] May 21 21:59:30.886 INFO E| Downloaded fletcher v1.0.0 |
| 3430 | 2026-05-21T21:59:31.870Z | [ helios-setup] May 21 21:59:30.887 INFO E| Downloaded dyn-clone v1.0.19 |
| 3431 | 2026-05-21T21:59:31.870Z | [ helios-setup] May 21 21:59:30.888 INFO E| Downloaded strum_macros v0.27.1 |
| 3432 | 2026-05-21T21:59:31.873Z | [ helios-setup] May 21 21:59:30.889 INFO E| Downloaded strsim v0.8.0 |
| 3433 | 2026-05-21T21:59:31.873Z | [ helios-setup] May 21 21:59:30.890 INFO E| Downloaded heck v0.3.3 |
| 3434 | 2026-05-21T21:59:31.893Z | [ helios-setup] May 21 21:59:30.910 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3435 | 2026-05-21T21:59:31.896Z | [ helios-setup] May 21 21:59:30.912 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3436 | 2026-05-21T21:59:31.896Z | [ helios-setup] May 21 21:59:30.913 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3437 | 2026-05-21T21:59:31.899Z | [ helios-setup] May 21 21:59:30.914 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3438 | 2026-05-21T21:59:31.902Z | [ helios-setup] May 21 21:59:30.920 INFO E| Downloaded textwrap v0.11.0 |
| 3439 | 2026-05-21T21:59:31.905Z | [ helios-setup] May 21 21:59:30.921 INFO E| Downloaded pest_meta v2.8.0 |
| 3440 | 2026-05-21T21:59:31.906Z | [ helios-setup] May 21 21:59:30.923 INFO E| Downloaded log v0.4.27 |
| 3441 | 2026-05-21T21:59:31.909Z | [ helios-setup] May 21 21:59:30.925 INFO E| Downloaded pest_derive v2.8.0 |
| 3442 | 2026-05-21T21:59:31.909Z | [ helios-setup] May 21 21:59:30.927 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3443 | 2026-05-21T21:59:31.914Z | [ helios-setup] May 21 21:59:30.932 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3444 | 2026-05-21T21:59:31.918Z | [ helios-setup] May 21 21:59:30.936 INFO E| Downloaded typenum v1.18.0 |
| 3445 | 2026-05-21T21:59:31.921Z | [ helios-setup] May 21 21:59:30.939 INFO E| Downloaded bytesize v2.0.1 |
| 3446 | 2026-05-21T21:59:31.924Z | [ helios-setup] May 21 21:59:30.940 INFO E| Downloaded ansi_term v0.12.1 |
| 3447 | 2026-05-21T21:59:31.924Z | [ helios-setup] May 21 21:59:30.941 INFO E| Downloaded strum v0.27.1 |
| 3448 | 2026-05-21T21:59:31.924Z | [ helios-setup] May 21 21:59:30.942 INFO E| Downloaded structopt-derive v0.4.18 |
| 3449 | 2026-05-21T21:59:31.927Z | [ helios-setup] May 21 21:59:30.943 INFO E| Downloaded rustversion v1.0.20 |
| 3450 | 2026-05-21T21:59:31.927Z | [ helios-setup] May 21 21:59:30.944 INFO E| Downloaded pest_generator v2.8.0 |
| 3451 | 2026-05-21T21:59:31.930Z | [ helios-setup] May 21 21:59:30.946 INFO E| Downloaded pest v2.8.0 |
| 3452 | 2026-05-21T21:59:31.944Z | [ helios-setup] May 21 21:59:30.961 INFO E| Downloaded goblin v0.9.3 |
| 3453 | 2026-05-21T21:59:31.947Z | [ helios-setup] May 21 21:59:30.965 INFO E| Downloaded clap v2.34.0 |
| 3454 | 2026-05-21T21:59:31.951Z | [ helios-setup] May 21 21:59:30.969 INFO E| Downloaded zerocopy v0.8.25 |
| 3455 | 2026-05-21T21:59:32.013Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3456 | 2026-05-21T21:59:32.052Z | [ helios-setup] May 21 21:59:31.069 INFO E| Compiling proc-macro2 v1.0.95 |
| 3457 | 2026-05-21T21:59:32.052Z | [ helios-setup] May 21 21:59:31.069 INFO E| Compiling unicode-ident v1.0.18 |
| 3458 | 2026-05-21T21:59:32.052Z | [ helios-setup] May 21 21:59:31.069 INFO E| Compiling memchr v2.7.4 |
| 3459 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.069 INFO E| Compiling autocfg v1.4.0 |
| 3460 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling thiserror v2.0.12 |
| 3461 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling syn v1.0.109 |
| 3462 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling serde v1.0.219 |
| 3463 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling version_check v0.9.5 |
| 3464 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling serde_json v1.0.140 |
| 3465 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling ryu v1.0.20 |
| 3466 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling itoa v1.0.15 |
| 3467 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling schemars v0.8.22 |
| 3468 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling zerocopy v0.8.25 |
| 3469 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling ucd-trie v0.1.7 |
| 3470 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling dyn-clone v1.0.19 |
| 3471 | 2026-05-21T21:59:32.055Z | [ helios-setup] May 21 21:59:31.070 INFO E| Compiling rustversion v1.0.20 |
| 3472 | 2026-05-21T21:59:32.201Z | [ host-package] Compiling cexpr v0.6.0 |
| 3473 | 2026-05-21T21:59:32.399Z | [ helios-setup] May 21 21:59:31.417 INFO E| Compiling libc v0.2.172 |
| 3474 | 2026-05-21T21:59:32.444Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3475 | 2026-05-21T21:59:32.461Z | [ helios-setup] May 21 21:59:31.478 INFO E| Compiling static_assertions v1.1.0 |
| 3476 | 2026-05-21T21:59:32.521Z | [ helios-setup] May 21 21:59:31.538 INFO E| Compiling paste v1.0.15 |
| 3477 | 2026-05-21T21:59:32.547Z | [ helios-setup] May 21 21:59:31.565 INFO E| Compiling once_cell v1.21.3 |
| 3478 | 2026-05-21T21:59:32.594Z | [ helios-setup] May 21 21:59:31.612 INFO E| Compiling heck v0.5.0 |
| 3479 | 2026-05-21T21:59:32.594Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3480 | 2026-05-21T21:59:32.735Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3481 | 2026-05-21T21:59:32.735Z | [ helios-setup] May 21 21:59:31.753 INFO E| Compiling unicode-width v0.1.14 |
| 3482 | 2026-05-21T21:59:32.802Z | [ helios-setup] May 21 21:59:31.820 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3483 | 2026-05-21T21:59:32.895Z | [ helios-setup] May 21 21:59:31.913 INFO E| Compiling fletcher v1.0.0 |
| 3484 | 2026-05-21T21:59:33.021Z | [ helios-setup] May 21 21:59:32.038 INFO E| Compiling textwrap v0.11.0 |
| 3485 | 2026-05-21T21:59:33.048Z | [ helios-setup] May 21 21:59:32.066 INFO E| Compiling strum v0.27.1 |
| 3486 | 2026-05-21T21:59:33.051Z | [ helios-setup] May 21 21:59:32.066 INFO E| Compiling ansi_term v0.12.1 |
| 3487 | 2026-05-21T21:59:33.127Z | [ helios-setup] May 21 21:59:32.144 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3488 | 2026-05-21T21:59:33.127Z | [ helios-setup] May 21 21:59:32.144 INFO E| Compiling num-traits v0.2.19 |
| 3489 | 2026-05-21T21:59:33.132Z | [ helios-setup] May 21 21:59:32.144 INFO E| Compiling memoffset v0.9.1 |
| 3490 | 2026-05-21T21:59:33.176Z | [ helios-setup] May 21 21:59:32.194 INFO E| Compiling proc-macro-error v1.0.4 |
| 3491 | 2026-05-21T21:59:33.206Z | [ helios-setup] May 21 21:59:32.223 INFO E| Compiling vec_map v0.8.2 |
| 3492 | 2026-05-21T21:59:33.236Z | [ helios-setup] May 21 21:59:32.254 INFO E| Compiling unic-char-range v0.9.0 |
| 3493 | 2026-05-21T21:59:33.299Z | [ helios-setup] May 21 21:59:32.316 INFO E| Compiling byteorder v1.5.0 |
| 3494 | 2026-05-21T21:59:33.374Z | [ helios-setup] May 21 21:59:32.392 INFO E| Compiling unic-common v0.9.0 |
| 3495 | 2026-05-21T21:59:33.406Z | [ helios-setup] May 21 21:59:32.424 INFO E| Compiling bitflags v1.3.2 |
| 3496 | 2026-05-21T21:59:33.434Z | [ host-package] Compiling headers-core v0.3.0 |
| 3497 | 2026-05-21T21:59:33.487Z | [ helios-setup] May 21 21:59:32.505 INFO E| Compiling strsim v0.8.0 |
| 3498 | 2026-05-21T21:59:33.504Z | [ helios-setup] May 21 21:59:32.522 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3499 | 2026-05-21T21:59:33.522Z | [ helios-setup] May 21 21:59:32.540 INFO E| Compiling heck v0.3.3 |
| 3500 | 2026-05-21T21:59:33.574Z | [ host-package] Compiling git-stub v1.0.0 |
| 3501 | 2026-05-21T21:59:33.603Z | [ helios-setup] May 21 21:59:32.621 INFO E| Compiling unic-char-property v0.9.0 |
| 3502 | 2026-05-21T21:59:33.624Z | [ helios-setup] May 21 21:59:32.642 INFO E| Compiling lazy_static v1.5.0 |
| 3503 | 2026-05-21T21:59:33.646Z | [ helios-setup] May 21 21:59:32.663 INFO E| Compiling log v0.4.27 |
| 3504 | 2026-05-21T21:59:33.767Z | [ host-package] Compiling diesel v2.3.7 |
| 3505 | 2026-05-21T21:59:33.772Z | [ helios-setup] May 21 21:59:32.789 INFO E| Compiling plain v0.2.3 |
| 3506 | 2026-05-21T21:59:33.800Z | [ helios-setup] May 21 21:59:32.815 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3507 | 2026-05-21T21:59:33.805Z | [ helios-setup] May 21 21:59:32.823 INFO E| Compiling bytesize v2.0.1 |
| 3508 | 2026-05-21T21:59:33.827Z | [ helios-setup] May 21 21:59:32.845 INFO E| Compiling atty v0.2.14 |
| 3509 | 2026-05-21T21:59:33.921Z | [ helios-setup] May 21 21:59:32.939 INFO E| Compiling clap v2.34.0 |
| 3510 | 2026-05-21T21:59:33.971Z | [ host-package] Compiling libxml v0.3.3 |
| 3511 | 2026-05-21T21:59:34.109Z | [ host-package] Compiling headers v0.4.1 |
| 3512 | 2026-05-21T21:59:34.113Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3513 | 2026-05-21T21:59:34.113Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3514 | 2026-05-21T21:59:34.228Z | [ helios-setup] May 21 21:59:33.246 INFO E| Compiling quote v1.0.40 |
| 3515 | 2026-05-21T21:59:34.481Z | [ helios-setup] May 21 21:59:33.499 INFO E| Compiling syn v2.0.101 |
| 3516 | 2026-05-21T21:59:34.679Z | [ helios-setup] May 21 21:59:33.697 INFO E| Compiling parse_int v0.9.0 |
| 3517 | 2026-05-21T21:59:34.806Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3518 | 2026-05-21T21:59:34.898Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3519 | 2026-05-21T21:59:35.277Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3520 | 2026-05-21T21:59:35.392Z | [ host-package] Compiling indoc v1.0.9 |
| 3521 | 2026-05-21T21:59:36.034Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3522 | 2026-05-21T21:59:36.078Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3523 | 2026-05-21T21:59:36.209Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3524 | 2026-05-21T21:59:36.439Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3525 | 2026-05-21T21:59:36.527Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3526 | 2026-05-21T21:59:36.573Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3527 | 2026-05-21T21:59:36.658Z | [ host-package] Compiling half v1.8.3 |
| 3528 | 2026-05-21T21:59:36.971Z | [ helios-setup] May 21 21:59:35.989 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3529 | 2026-05-21T21:59:37.069Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3530 | 2026-05-21T21:59:37.140Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3531 | 2026-05-21T21:59:37.432Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3532 | 2026-05-21T21:59:37.591Z | [ helios-setup] May 21 21:59:36.608 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3533 | 2026-05-21T21:59:37.591Z | [ helios-setup] May 21 21:59:36.608 INFO E| Compiling structopt-derive v0.4.18 |
| 3534 | 2026-05-21T21:59:37.809Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3535 | 2026-05-21T21:59:37.824Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling thiserror-impl v2.0.12 |
| 3536 | 2026-05-21T21:59:37.824Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling serde_derive v1.0.219 |
| 3537 | 2026-05-21T21:59:37.824Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3538 | 2026-05-21T21:59:37.828Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3539 | 2026-05-21T21:59:37.828Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling num-derive v0.4.2 |
| 3540 | 2026-05-21T21:59:37.828Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling scroll_derive v0.12.1 |
| 3541 | 2026-05-21T21:59:37.828Z | [ helios-setup] May 21 21:59:36.842 INFO E| Compiling strum_macros v0.27.1 |
| 3542 | 2026-05-21T21:59:38.194Z | [ helios-setup] May 21 21:59:37.212 INFO E| Compiling schemars_derive v0.8.22 |
| 3543 | 2026-05-21T21:59:38.259Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3544 | 2026-05-21T21:59:38.385Z | [ host-package] Compiling bb8 v0.8.6 |
| 3545 | 2026-05-21T21:59:38.586Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3546 | 2026-05-21T21:59:38.683Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3547 | 2026-05-21T21:59:38.790Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3548 | 2026-05-21T21:59:38.963Z | [ helios-setup] May 21 21:59:37.981 INFO E| Compiling structopt v0.3.26 |
| 3549 | 2026-05-21T21:59:39.000Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3550 | 2026-05-21T21:59:39.170Z | [ host-package] Compiling fxhash v0.2.1 |
| 3551 | 2026-05-21T21:59:39.291Z | [ helios-setup] May 21 21:59:38.301 INFO E| Compiling modular-bitfield v0.11.2 |
| 3552 | 2026-05-21T21:59:39.303Z | [ host-package] Compiling salty v0.3.0 |
| 3553 | 2026-05-21T21:59:39.616Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3554 | 2026-05-21T21:59:39.719Z | [ helios-setup] May 21 21:59:38.737 INFO E| Compiling scroll v0.12.0 |
| 3555 | 2026-05-21T21:59:39.774Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3556 | 2026-05-21T21:59:39.966Z | [ helios-setup] May 21 21:59:38.984 INFO E| Compiling goblin v0.9.3 |
| 3557 | 2026-05-21T21:59:39.998Z | [ helios-setup] May 21 21:59:39.015 INFO E| Compiling pest v2.8.0 |
| 3558 | 2026-05-21T21:59:40.004Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3559 | 2026-05-21T21:59:40.025Z | [ helios-setup] May 21 21:59:39.043 INFO E| Compiling modular-bitfield v0.13.1 |
| 3560 | 2026-05-21T21:59:40.130Z | [ host-package] Compiling progenitor-impl v0.11.2 |
| 3561 | 2026-05-21T21:59:40.543Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3562 | 2026-05-21T21:59:40.803Z | [ host-package] Compiling samael v0.0.19 |
| 3563 | 2026-05-21T21:59:40.866Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3564 | 2026-05-21T21:59:41.280Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3565 | 2026-05-21T21:59:41.598Z | [ helios-setup] May 21 21:59:40.616 INFO E| Compiling pest_meta v2.8.0 |
| 3566 | 2026-05-21T21:59:41.664Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3567 | 2026-05-21T21:59:41.989Z | [ host-package] Compiling nonempty v0.12.0 |
| 3568 | 2026-05-21T21:59:42.251Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3569 | 2026-05-21T21:59:42.302Z | [ helios-setup] May 21 21:59:41.320 INFO E| Compiling pest_generator v2.8.0 |
| 3570 | 2026-05-21T21:59:42.409Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3571 | 2026-05-21T21:59:42.603Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3572 | 2026-05-21T21:59:42.654Z | [ host-package] Compiling polar-core v0.27.3 |
| 3573 | 2026-05-21T21:59:42.894Z | [ host-package] Compiling progenitor-macro v0.11.2 |
| 3574 | 2026-05-21T21:59:43.365Z | [ helios-setup] May 21 21:59:42.382 INFO E| Compiling pest_derive v2.8.0 |
| 3575 | 2026-05-21T21:59:44.140Z | [ helios-setup] May 21 21:59:43.157 INFO E| Compiling json5 v0.4.1 |
| 3576 | 2026-05-21T21:59:45.299Z | [ helios-setup] May 21 21:59:44.317 INFO E| Compiling four-cc v0.4.0 |
| 3577 | 2026-05-21T21:59:45.299Z | [ helios-setup] May 21 21:59:44.317 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3578 | 2026-05-21T21:59:45.423Z | [ helios-setup] May 21 21:59:44.440 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3579 | 2026-05-21T21:59:46.679Z | [ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3580 | 2026-05-21T21:59:46.781Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3581 | 2026-05-21T21:59:47.346Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3582 | 2026-05-21T21:59:47.647Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3583 | 2026-05-21T21:59:47.826Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3584 | 2026-05-21T21:59:48.177Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3585 | 2026-05-21T21:59:48.457Z | [ host-package] Compiling darling_core v0.23.0 |
| 3586 | 2026-05-21T21:59:49.226Z | [ host-package] Compiling nanorand v0.7.0 |
| 3587 | 2026-05-21T21:59:49.627Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3588 | 2026-05-21T21:59:50.297Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3589 | 2026-05-21T21:59:50.715Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3590 | 2026-05-21T21:59:50.719Z | [ host-package] Compiling darling_macro v0.23.0 |
| 3591 | 2026-05-21T21:59:51.322Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3592 | 2026-05-21T21:59:51.388Z | [ host-package] Compiling flume v0.11.1 |
| 3593 | 2026-05-21T21:59:51.873Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 3594 | 2026-05-21T21:59:51.926Z | [ host-package] Compiling progenitor v0.11.2 |
| 3595 | 2026-05-21T21:59:52.087Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3596 | 2026-05-21T21:59:52.145Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3597 | 2026-05-21T21:59:53.021Z | [ host-package] Compiling oso v0.27.3 |
| 3598 | 2026-05-21T21:59:53.576Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3599 | 2026-05-21T21:59:57.263Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3600 | 2026-05-21T21:59:57.770Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3601 | 2026-05-21T21:59:57.872Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3602 | 2026-05-21T21:59:57.975Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3603 | 2026-05-21T21:59:58.050Z | [ host-package] Compiling progenitor v0.10.0 |
| 3604 | 2026-05-21T21:59:58.186Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3605 | 2026-05-21T21:59:59.778Z | [ host-package] Compiling primeorder v0.13.6 |
| 3606 | 2026-05-21T22:00:00.107Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3607 | 2026-05-21T22:00:00.279Z | [ helios-setup] May 21 21:59:59.297 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3608 | 2026-05-21T22:00:00.312Z | [ host-package] Compiling instability v0.3.11 |
| 3609 | 2026-05-21T22:00:00.397Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3610 | 2026-05-21T22:00:00.602Z | [ host-package] Compiling p384 v0.13.1 |
| 3611 | 2026-05-21T22:00:00.953Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3612 | 2026-05-21T22:00:02.043Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3613 | 2026-05-21T22:00:02.168Z | [ host-package] Compiling darling v0.23.0 |
| 3614 | 2026-05-21T22:00:02.418Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3615 | 2026-05-21T22:00:02.584Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3616 | 2026-05-21T22:00:02.610Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3617 | 2026-05-21T22:00:02.885Z | [ host-package] Compiling ignore v0.4.25 |
| 3618 | 2026-05-21T22:00:03.127Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3619 | 2026-05-21T22:00:03.540Z | [ host-package] Compiling castaway v0.2.4 |
| 3620 | 2026-05-21T22:00:03.697Z | [ helios-setup] May 21 22:00:02.714 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3621 | 2026-05-21T22:00:03.713Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3622 | 2026-05-21T22:00:03.860Z | [ host-package] Compiling atty v0.2.14 |
| 3623 | 2026-05-21T22:00:04.017Z | [ host-package] Compiling indoc v2.0.7 |
| 3624 | 2026-05-21T22:00:04.044Z | [ host-package] Compiling http-range v0.1.5 |
| 3625 | 2026-05-21T22:00:04.047Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3626 | 2026-05-21T22:00:04.418Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 3627 | 2026-05-21T22:00:04.672Z | [ host-package] Compiling compact_str v0.8.1 |
| 3628 | 2026-05-21T22:00:04.848Z | [ host-package] Compiling globwalk v0.9.1 |
| 3629 | 2026-05-21T22:00:05.294Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3630 | 2026-05-21T22:00:05.853Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3631 | 2026-05-21T22:00:06.430Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3632 | 2026-05-21T22:00:06.741Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3633 | 2026-05-21T22:00:06.886Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3634 | 2026-05-21T22:00:08.077Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3635 | 2026-05-21T22:00:08.330Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3636 | 2026-05-21T22:00:08.691Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3637 | 2026-05-21T22:00:08.999Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3638 | 2026-05-21T22:00:09.079Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3639 | 2026-05-21T22:00:09.273Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3640 | 2026-05-21T22:00:09.319Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3641 | 2026-05-21T22:00:09.373Z | [ host-package] Compiling lru v0.12.5 |
| 3642 | 2026-05-21T22:00:09.571Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3643 | 2026-05-21T22:00:09.668Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3644 | 2026-05-21T22:00:09.793Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3645 | 2026-05-21T22:00:09.848Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3646 | 2026-05-21T22:00:09.909Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3647 | 2026-05-21T22:00:10.018Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3648 | 2026-05-21T22:00:10.200Z | [ host-package] Compiling corncobs v0.1.4 |
| 3649 | 2026-05-21T22:00:10.281Z | [ host-package] Compiling cassowary v0.3.0 |
| 3650 | 2026-05-21T22:00:10.405Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3651 | 2026-05-21T22:00:10.408Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3652 | 2026-05-21T22:00:10.529Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3653 | 2026-05-21T22:00:10.602Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3654 | 2026-05-21T22:00:10.892Z | [ host-package] Compiling ratatui v0.29.0 |
| 3655 | 2026-05-21T22:00:11.177Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3656 | 2026-05-21T22:00:11.321Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3657 | 2026-05-21T22:00:11.416Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3658 | 2026-05-21T22:00:11.468Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3659 | 2026-05-21T22:00:11.533Z | [ host-package] Compiling sled v0.34.7 |
| 3660 | 2026-05-21T22:00:12.097Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3661 | 2026-05-21T22:00:12.637Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3662 | 2026-05-21T22:00:12.715Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3663 | 2026-05-21T22:00:12.775Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3664 | 2026-05-21T22:00:13.014Z | [ host-package] Compiling secrecy v0.8.0 |
| 3665 | 2026-05-21T22:00:13.327Z | [ host-package] Compiling rustls v0.21.12 |
| 3666 | 2026-05-21T22:00:13.571Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3667 | 2026-05-21T22:00:15.029Z | [ helios-setup] May 21 22:00:14.047 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.56s |
| 3668 | 2026-05-21T22:00:15.070Z | [ helios-setup] May 21 22:00:14.087 INFO building project "amd-host-image-builder" ok (44 seconds) |
| 3669 | 2026-05-21T22:00:15.073Z | [ helios-setup] rm -f helios-build |
| 3670 | 2026-05-21T22:00:15.073Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3671 | 2026-05-21T22:00:15.088Z | [ helios-setup] |
| 3672 | 2026-05-21T22:00:15.092Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3673 | 2026-05-21T22:00:15.092Z | [ helios-setup] |
| 3674 | 2026-05-21T22:00:15.092Z | [ helios-setup] |
| 3675 | 2026-05-21T22:00:15.092Z | [ helios-setup] real 2:28.315437235 |
| 3676 | 2026-05-21T22:00:15.092Z | [ helios-setup] user 6:50.107324756 |
| 3677 | 2026-05-21T22:00:15.092Z | [ helios-setup] sys 1:12.751629166 |
| 3678 | 2026-05-21T22:00:15.092Z | [ helios-setup] trap 0.459044647 |
| 3679 | 2026-05-21T22:00:15.092Z | [ helios-setup] tflt 3.129649475 |
| 3680 | 2026-05-21T22:00:15.092Z | [ helios-setup] dflt 7.222009024 |
| 3681 | 2026-05-21T22:00:15.092Z | [ helios-setup] kflt 0.001093030 |
| 3682 | 2026-05-21T22:00:15.092Z | [ helios-setup] lock 33:10.062900961 |
| 3683 | 2026-05-21T22:00:15.092Z | [ helios-setup] slp 30:59.407644739 |
| 3684 | 2026-05-21T22:00:15.092Z | [ helios-setup] lat 5:06.583757539 |
| 3685 | 2026-05-21T22:00:15.092Z | [ helios-setup] stop 1:12.763678946 |
| 3686 | 2026-05-21T22:00:15.092Z | May 21 22:00:14.109 INFO [helios-setup] process exited with exit status: 0 (148.318271839s) |
| 3687 | 2026-05-21T22:00:15.092Z | May 21 22:00:14.109 INFO [helios-record] running task |
| 3688 | 2026-05-21T22:00:15.095Z | May 21 22:00:14.110 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3689 | 2026-05-21T22:00:15.098Z | May 21 22:00:14.114 DEBG process exited with exit status: 0 (4.977167ms) |
| 3690 | 2026-05-21T22:00:15.098Z | May 21 22:00:14.115 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3691 | 2026-05-21T22:00:15.101Z | May 21 22:00:14.118 DEBG process exited with exit status: 0 (3.885536ms) |
| 3692 | 2026-05-21T22:00:15.101Z | May 21 22:00:14.118 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3693 | 2026-05-21T22:00:15.104Z | May 21 22:00:14.122 DEBG process exited with exit status: 0 (3.787226ms) |
| 3694 | 2026-05-21T22:00:15.104Z | May 21 22:00:14.122 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3695 | 2026-05-21T22:00:15.108Z | May 21 22:00:14.126 DEBG process exited with exit status: 0 (3.581866ms) |
| 3696 | 2026-05-21T22:00:15.108Z | May 21 22:00:14.126 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3697 | 2026-05-21T22:00:15.111Z | May 21 22:00:14.129 DEBG process exited with exit status: 0 (3.231584ms) |
| 3698 | 2026-05-21T22:00:15.111Z | May 21 22:00:14.129 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3699 | 2026-05-21T22:00:15.116Z | May 21 22:00:14.134 DEBG process exited with exit status: 0 (4.591517ms) |
| 3700 | 2026-05-21T22:00:15.116Z | May 21 22:00:14.134 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3701 | 2026-05-21T22:00:15.120Z | May 21 22:00:14.138 DEBG process exited with exit status: 0 (4.088826ms) |
| 3702 | 2026-05-21T22:00:15.120Z | May 21 22:00:14.138 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3703 | 2026-05-21T22:00:15.125Z | May 21 22:00:14.143 DEBG process exited with exit status: 0 (3.457045ms) |
| 3704 | 2026-05-21T22:00:15.125Z | May 21 22:00:14.143 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3705 | 2026-05-21T22:00:15.128Z | May 21 22:00:14.146 DEBG process exited with exit status: 0 (4.467377ms) |
| 3706 | 2026-05-21T22:00:15.131Z | May 21 22:00:14.146 INFO [helios-record] task succeeded (36.714686ms) |
| 3707 | 2026-05-21T22:00:15.475Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3708 | 2026-05-21T22:00:15.526Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3709 | 2026-05-21T22:00:15.784Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3710 | 2026-05-21T22:00:16.043Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3711 | 2026-05-21T22:00:17.540Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3712 | 2026-05-21T22:00:17.634Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3713 | 2026-05-21T22:00:17.958Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3714 | 2026-05-21T22:00:19.589Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3715 | 2026-05-21T22:00:19.875Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3716 | 2026-05-21T22:00:20.111Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3717 | 2026-05-21T22:00:20.135Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3718 | 2026-05-21T22:00:20.343Z | [ host-package] Compiling sct v0.7.1 |
| 3719 | 2026-05-21T22:00:20.374Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3720 | 2026-05-21T22:00:20.625Z | [ host-package] Compiling nix v0.29.0 |
| 3721 | 2026-05-21T22:00:20.650Z | [ host-package] Compiling dropshot v0.16.7 |
| 3722 | 2026-05-21T22:00:20.892Z | [ host-package] Compiling void v1.0.2 |
| 3723 | 2026-05-21T22:00:21.052Z | [ host-package] Compiling lzss v0.8.2 |
| 3724 | 2026-05-21T22:00:21.157Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 3725 | 2026-05-21T22:00:21.471Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3726 | 2026-05-21T22:00:21.546Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3727 | 2026-05-21T22:00:21.801Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3728 | 2026-05-21T22:00:22.347Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3729 | 2026-05-21T22:00:22.889Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3730 | 2026-05-21T22:00:23.077Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3731 | 2026-05-21T22:00:23.159Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3732 | 2026-05-21T22:00:23.741Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3733 | 2026-05-21T22:00:23.974Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3734 | 2026-05-21T22:00:24.209Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3735 | 2026-05-21T22:00:24.452Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3736 | 2026-05-21T22:00:24.697Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3737 | 2026-05-21T22:00:24.925Z | [ host-package] Compiling toml v0.9.12+spec-1.1.0 |
| 3738 | 2026-05-21T22:00:25.301Z | [ host-package] Compiling nix v0.27.1 |
| 3739 | 2026-05-21T22:00:25.462Z | [ host-package] Compiling dropshot_endpoint v0.16.7 |
| 3740 | 2026-05-21T22:00:25.556Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3741 | 2026-05-21T22:00:25.579Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3742 | 2026-05-21T22:00:25.931Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3743 | 2026-05-21T22:00:26.617Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3744 | 2026-05-21T22:00:27.023Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3745 | 2026-05-21T22:00:27.150Z | [ host-package] Compiling git2 v0.20.4 |
| 3746 | 2026-05-21T22:00:27.338Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3747 | 2026-05-21T22:00:29.292Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3748 | 2026-05-21T22:00:31.000Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3749 | 2026-05-21T22:00:31.098Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3750 | 2026-05-21T22:00:31.948Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3751 | 2026-05-21T22:00:32.456Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3752 | 2026-05-21T22:00:32.630Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3753 | 2026-05-21T22:00:32.654Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3754 | 2026-05-21T22:00:32.677Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3755 | 2026-05-21T22:00:33.060Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3756 | 2026-05-21T22:00:33.119Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3757 | 2026-05-21T22:00:34.577Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3758 | 2026-05-21T22:00:34.792Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3759 | 2026-05-21T22:00:34.884Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3760 | 2026-05-21T22:00:34.982Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3761 | 2026-05-21T22:00:35.172Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3762 | 2026-05-21T22:00:35.861Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3763 | 2026-05-21T22:00:37.376Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3764 | 2026-05-21T22:00:37.505Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3765 | 2026-05-21T22:00:38.930Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3766 | 2026-05-21T22:00:39.066Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3767 | 2026-05-21T22:00:39.428Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3768 | 2026-05-21T22:00:39.519Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3769 | 2026-05-21T22:00:39.778Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3770 | 2026-05-21T22:00:39.937Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3771 | 2026-05-21T22:00:39.987Z | [ host-package] Compiling yasna v0.5.2 |
| 3772 | 2026-05-21T22:00:40.050Z | [ host-package] Compiling is_ci v1.2.0 |
| 3773 | 2026-05-21T22:00:40.277Z | [ host-package] Compiling supports-color v3.0.2 |
| 3774 | 2026-05-21T22:00:40.501Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3775 | 2026-05-21T22:00:40.577Z | [ host-package] Compiling rcgen v0.12.1 |
| 3776 | 2026-05-21T22:00:40.946Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3777 | 2026-05-21T22:00:42.216Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3778 | 2026-05-21T22:00:42.455Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3779 | 2026-05-21T22:00:42.482Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3780 | 2026-05-21T22:00:43.061Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3781 | 2026-05-21T22:00:43.367Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3782 | 2026-05-21T22:00:44.572Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3783 | 2026-05-21T22:00:45.203Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3784 | 2026-05-21T22:00:45.380Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3785 | 2026-05-21T22:00:45.606Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3786 | 2026-05-21T22:00:45.902Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3787 | 2026-05-21T22:00:46.147Z | [ host-package] Compiling fatfs v0.3.6 |
| 3788 | 2026-05-21T22:00:47.115Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3789 | 2026-05-21T22:00:47.397Z | [ host-package] Compiling subprocess v0.2.15 |
| 3790 | 2026-05-21T22:00:47.594Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3791 | 2026-05-21T22:00:47.909Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3792 | 2026-05-21T22:00:47.944Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3793 | 2026-05-21T22:00:48.086Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3794 | 2026-05-21T22:00:48.478Z | [ host-package] Compiling rpassword v7.4.0 |
| 3795 | 2026-05-21T22:00:48.864Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3796 | 2026-05-21T22:00:49.048Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3797 | 2026-05-21T22:00:49.702Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3798 | 2026-05-21T22:00:49.847Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3799 | 2026-05-21T22:00:50.860Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3800 | 2026-05-21T22:00:50.908Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3801 | 2026-05-21T22:00:51.070Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3802 | 2026-05-21T22:00:51.163Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3803 | 2026-05-21T22:00:51.624Z | [ host-package] Compiling uzers v0.12.2 |
| 3804 | 2026-05-21T22:00:51.651Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3805 | 2026-05-21T22:00:53.147Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3806 | 2026-05-21T22:00:53.908Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3807 | 2026-05-21T22:00:55.642Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3808 | 2026-05-21T22:00:57.166Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3809 | 2026-05-21T22:00:59.304Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3810 | 2026-05-21T22:00:59.414Z | [ host-package] Compiling multimap v0.10.1 |
| 3811 | 2026-05-21T22:01:08.803Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3812 | 2026-05-21T22:01:19.776Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3813 | 2026-05-21T22:01:22.140Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3814 | 2026-05-21T22:07:26.989Z | [ host-package] Finished `release` profile [optimized] target(s) in 8m 52s |
| 3815 | 2026-05-21T22:08:11.662Z | May 21 22:08:10.677 INFO [host-package] process exited with exit status: 0 (577.218729611s) |
| 3816 | 2026-05-21T22:08:11.662Z | May 21 22:08:10.677 INFO [host-stamp] running task |
| 3817 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.677 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3818 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.677 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 20.0.0-0.ci+git1e81977390c |
| 3819 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.678 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 20.0.0-0.ci+git1e81977390c |
| 3820 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.678 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 20.0.0-0.ci+git1e81977390c |
| 3821 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.678 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 20.0.0-0.ci+git1e81977390c |
| 3822 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.679 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 20.0.0-0.ci+git1e81977390c |
| 3823 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.679 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 20.0.0-0.ci+git1e81977390c |
| 3824 | 2026-05-21T22:08:11.665Z | May 21 22:08:10.679 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 20.0.0-0.ci+git1e81977390c |
| 3825 | 2026-05-21T22:08:11.666Z | May 21 22:08:10.679 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 20.0.0-0.ci+git1e81977390c |
| 3826 | 2026-05-21T22:08:11.676Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3827 | 2026-05-21T22:08:11.676Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3828 | 2026-05-21T22:08:11.679Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3829 | 2026-05-21T22:08:11.679Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3830 | 2026-05-21T22:08:11.679Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3831 | 2026-05-21T22:08:11.679Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3832 | 2026-05-21T22:08:11.679Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3833 | 2026-05-21T22:08:11.679Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3834 | 2026-05-21T22:08:11.679Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3835 | 2026-05-21T22:08:11.679Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3836 | 2026-05-21T22:08:11.682Z | May 21 22:08:10.696 INFO [stamp-overlay] process exited with exit status: 0 (18.993209ms) |
| 3837 | 2026-05-21T22:08:11.685Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3838 | 2026-05-21T22:08:11.688Z | May 21 22:08:10.703 INFO [stamp-oxlog] process exited with exit status: 0 (24.596787ms) |
| 3839 | 2026-05-21T22:08:11.722Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3840 | 2026-05-21T22:08:11.725Z | May 21 22:08:10.741 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.718076ms) |
| 3841 | 2026-05-21T22:08:11.739Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3842 | 2026-05-21T22:08:11.742Z | May 21 22:08:10.757 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (78.867361ms) |
| 3843 | 2026-05-21T22:08:11.868Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3844 | 2026-05-21T22:08:11.872Z | May 21 22:08:10.887 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (207.871347ms) |
| 3845 | 2026-05-21T22:08:12.120Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3846 | 2026-05-21T22:08:12.124Z | May 21 22:08:11.139 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (460.978754ms) |
| 3847 | 2026-05-21T22:08:12.284Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3848 | 2026-05-21T22:08:12.288Z | May 21 22:08:11.303 INFO [stamp-propolis-server] process exited with exit status: 0 (623.528412ms) |
| 3849 | 2026-05-21T22:08:12.693Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3850 | 2026-05-21T22:08:12.929Z | [recovery-package] Compiling daft v0.1.7 |
| 3851 | 2026-05-21T22:08:13.137Z | [recovery-package] Compiling iddqd v0.4.1 |
| 3852 | 2026-05-21T22:08:14.078Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3853 | 2026-05-21T22:08:14.333Z | [recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3854 | 2026-05-21T22:08:14.333Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3855 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3856 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3857 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3858 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3859 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3860 | 2026-05-21T22:08:14.337Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3861 | 2026-05-21T22:08:14.441Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3862 | 2026-05-21T22:08:14.715Z | [recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3863 | 2026-05-21T22:08:14.735Z | [recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3864 | 2026-05-21T22:08:14.829Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3865 | 2026-05-21T22:08:17.173Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3866 | 2026-05-21T22:08:17.177Z | May 21 22:08:16.192 INFO [stamp-switch-asic] process exited with exit status: 0 (5.512569313s) |
| 3867 | 2026-05-21T22:08:17.177Z | May 21 22:08:16.192 INFO [host-stamp] task succeeded (5.515320917s) |
| 3868 | 2026-05-21T22:08:17.177Z | May 21 22:08:16.192 INFO [host-proto] running task |
| 3869 | 2026-05-21T22:08:17.541Z | May 21 22:08:16.555 INFO [host-proto] task succeeded (363.266065ms) |
| 3870 | 2026-05-21T22:08:17.541Z | May 21 22:08:16.555 INFO [host-profile] running task |
| 3871 | 2026-05-21T22:08:17.544Z | May 21 22:08:16.556 INFO [host-profile] task succeeded (274.041µs) |
| 3872 | 2026-05-21T22:08:17.544Z | May 21 22:08:16.556 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.40.479' -P /tmp/.tmpjbDixS/proto/host/root -N 'ci 1e81977/${os_short_commit} 2026-05-21 21:57' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3873 | 2026-05-21T22:08:17.547Z | [ host-image] May 21 22:08:16.562 INFO Checking files for board 'cosmo-mbist' |
| 3874 | 2026-05-21T22:08:17.547Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3875 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO Checking files for board 'gimlet' |
| 3876 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3877 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3878 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3879 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3880 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO Checking files for board 'cosmo' |
| 3881 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3882 | 2026-05-21T22:08:17.550Z | [ host-image] May 21 22:08:16.562 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3883 | 2026-05-21T22:08:17.557Z | [ host-image] May 21 22:08:16.572 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjbDixS/proto/host/root" |
| 3884 | 2026-05-21T22:08:17.560Z | [ host-image] May 21 22:08:16.572 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3885 | 2026-05-21T22:08:17.560Z | [ host-image] May 21 22:08:16.572 INFO image builder template: ramdisk-01-os... |
| 3886 | 2026-05-21T22:08:17.560Z | [ host-image] May 21 22:08:16.572 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/.tmpjbDixS/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3887 | 2026-05-21T22:08:17.571Z | [ host-image] May 21 22:08:16.586 INFO O| May 21 22:08:16.586 INFO CREATE DATASET: rpool/images/build/host/output |
| 3888 | 2026-05-21T22:08:18.934Z | [recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3889 | 2026-05-21T22:08:18.934Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3890 | 2026-05-21T22:08:18.934Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3891 | 2026-05-21T22:08:18.937Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3892 | 2026-05-21T22:08:18.937Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3893 | 2026-05-21T22:08:19.798Z | [ host-image] May 21 22:08:18.812 INFO O| May 21 22:08:18.812 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3894 | 2026-05-21T22:08:19.801Z | [ host-image] May 21 22:08:18.815 INFO O| May 21 22:08:18.815 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3895 | 2026-05-21T22:08:20.052Z | [ host-image] May 21 22:08:19.066 INFO O| May 21 22:08:19.066 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3896 | 2026-05-21T22:08:20.103Z | [ host-image] May 21 22:08:19.117 INFO O| May 21 22:08:19.117 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3897 | 2026-05-21T22:08:20.103Z | [ host-image] May 21 22:08:19.118 INFO O| May 21 22:08:19.117 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3898 | 2026-05-21T22:08:20.106Z | [ host-image] May 21 22:08:19.118 INFO O| May 21 22:08:19.118 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3899 | 2026-05-21T22:08:20.106Z | [ host-image] May 21 22:08:19.118 INFO O| May 21 22:08:19.118 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3900 | 2026-05-21T22:08:20.109Z | [ host-image] May 21 22:08:19.123 INFO O| May 21 22:08:19.123 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3901 | 2026-05-21T22:08:20.422Z | [ host-image] May 21 22:08:19.436 INFO O| May 21 22:08:19.435 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3902 | 2026-05-21T22:08:20.428Z | [ host-image] May 21 22:08:19.442 INFO O| May 21 22:08:19.442 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3903 | 2026-05-21T22:08:20.696Z | [ host-image] May 21 22:08:19.710 INFO O| May 21 22:08:19.710 INFO O| Caching catalogs ... Done |
| 3904 | 2026-05-21T22:08:20.760Z | [ host-image] May 21 22:08:19.774 INFO O| May 21 22:08:19.774 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3905 | 2026-05-21T22:08:20.760Z | [ host-image] May 21 22:08:19.774 INFO O| May 21 22:08:19.774 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3906 | 2026-05-21T22:08:20.766Z | [ host-image] May 21 22:08:19.781 INFO O| May 21 22:08:19.781 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"] |
| 3907 | 2026-05-21T22:08:21.027Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3908 | 2026-05-21T22:08:21.027Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3909 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO skip step because feature "publisher_1_name" is not enabled |
| 3910 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3911 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO skip step because feature "publisher_2_name" is not enabled |
| 3912 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3913 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO skip step because feature "publisher_3_name" is not enabled |
| 3914 | 2026-05-21T22:08:21.030Z | [ host-image] May 21 22:08:20.041 INFO O| May 21 22:08:20.041 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3915 | 2026-05-21T22:08:21.282Z | [ host-image] May 21 22:08:20.296 INFO O| May 21 22:08:20.296 INFO variant opensolaris.zone is already global |
| 3916 | 2026-05-21T22:08:21.282Z | [ host-image] May 21 22:08:20.296 INFO O| May 21 22:08:20.296 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3917 | 2026-05-21T22:08:21.285Z | [ host-image] May 21 22:08:20.296 INFO O| May 21 22:08:20.296 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3918 | 2026-05-21T22:08:21.534Z | [ host-image] May 21 22:08:20.549 INFO O| May 21 22:08:20.549 INFO variant opensolaris.imagetype is full; changing to partial |
| 3919 | 2026-05-21T22:08:21.534Z | [ host-image] May 21 22:08:20.549 INFO O| May 21 22:08:20.549 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3920 | 2026-05-21T22:08:22.008Z | [ host-image] May 21 22:08:21.022 INFO O| May 21 22:08:21.022 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3921 | 2026-05-21T22:08:22.069Z | [ host-image] May 21 22:08:21.084 INFO O| May 21 22:08:21.084 INFO O| Startup: Caching catalogs ... Done |
| 3922 | 2026-05-21T22:08:22.074Z | [ host-image] May 21 22:08:21.087 INFO O| May 21 22:08:21.087 INFO O| Planning: Planning completed in 0.00 seconds |
| 3923 | 2026-05-21T22:08:22.074Z | [ host-image] May 21 22:08:21.087 INFO O| May 21 22:08:21.087 INFO O| Planning: Consolidating action changes ... Done |
| 3924 | 2026-05-21T22:08:22.074Z | [ host-image] May 21 22:08:21.087 INFO O| May 21 22:08:21.087 INFO O| Planning: Evaluating mediators ... Done |
| 3925 | 2026-05-21T22:08:22.074Z | [ host-image] May 21 22:08:21.087 INFO O| May 21 22:08:21.087 INFO O| Planning: Planning completed in 0.00 seconds |
| 3926 | 2026-05-21T22:08:22.074Z | [ host-image] May 21 22:08:21.087 INFO O| May 21 22:08:21.087 INFO O| Variants/Facets to change: 1 |
| 3927 | 2026-05-21T22:08:22.081Z | [ host-image] May 21 22:08:21.096 INFO O| May 21 22:08:21.096 INFO O| Finalize: Updating package state database ... Done |
| 3928 | 2026-05-21T22:08:22.081Z | [ host-image] May 21 22:08:21.096 INFO O| May 21 22:08:21.096 INFO O| Finalize: Updating package cache ... Done |
| 3929 | 2026-05-21T22:08:22.091Z | [ host-image] May 21 22:08:21.106 INFO O| May 21 22:08:21.106 INFO O| Finalize: Updating image state ... Done |
| 3930 | 2026-05-21T22:08:22.094Z | [ host-image] May 21 22:08:21.108 INFO O| May 21 22:08:21.108 INFO O| Finalize: Creating fast lookup database ... Done |
| 3931 | 2026-05-21T22:08:22.094Z | [ host-image] May 21 22:08:21.108 INFO O| May 21 22:08:21.108 INFO O| Finalize: Reading search index ... Done |
| 3932 | 2026-05-21T22:08:22.094Z | [ host-image] May 21 22:08:21.109 INFO O| May 21 22:08:21.109 INFO O| Finalize: Updating search index ... Done |
| 3933 | 2026-05-21T22:08:22.097Z | [ host-image] May 21 22:08:21.109 INFO O| May 21 22:08:21.109 INFO O| Finalize: Updating package cache ... Done |
| 3934 | 2026-05-21T22:08:22.162Z | [ host-image] May 21 22:08:21.177 INFO O| May 21 22:08:21.176 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3935 | 2026-05-21T22:08:22.162Z | [ host-image] May 21 22:08:21.177 INFO O| May 21 22:08:21.176 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3936 | 2026-05-21T22:08:22.165Z | [ host-image] May 21 22:08:21.177 INFO O| May 21 22:08:21.177 INFO skip step because feature "debug_variant" is not enabled |
| 3937 | 2026-05-21T22:08:22.165Z | [ host-image] May 21 22:08:21.177 INFO O| May 21 22:08:21.177 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3938 | 2026-05-21T22:08:22.430Z | [ host-image] May 21 22:08:21.444 INFO O| May 21 22:08:21.444 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3939 | 2026-05-21T22:08:22.884Z | [ host-image] May 21 22:08:21.899 INFO O| May 21 22:08:21.898 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3940 | 2026-05-21T22:08:22.940Z | [ host-image] May 21 22:08:21.954 INFO O| May 21 22:08:21.954 INFO O| Startup: Caching catalogs ... Done |
| 3941 | 2026-05-21T22:08:22.943Z | [ host-image] May 21 22:08:21.957 INFO O| May 21 22:08:21.957 INFO O| Planning: Planning completed in 0.00 seconds |
| 3942 | 2026-05-21T22:08:22.943Z | [ host-image] May 21 22:08:21.957 INFO O| May 21 22:08:21.957 INFO O| Planning: Consolidating action changes ... Done |
| 3943 | 2026-05-21T22:08:22.943Z | [ host-image] May 21 22:08:21.958 INFO O| May 21 22:08:21.957 INFO O| Planning: Evaluating mediators ... Done |
| 3944 | 2026-05-21T22:08:22.943Z | [ host-image] May 21 22:08:21.958 INFO O| May 21 22:08:21.958 INFO O| Planning: Planning completed in 0.00 seconds |
| 3945 | 2026-05-21T22:08:22.946Z | [ host-image] May 21 22:08:21.958 INFO O| May 21 22:08:21.958 INFO O| Variants/Facets to change: 1 |
| 3946 | 2026-05-21T22:08:22.952Z | [ host-image] May 21 22:08:21.967 INFO O| May 21 22:08:21.967 INFO O| Finalize: Updating package state database ... Done |
| 3947 | 2026-05-21T22:08:22.952Z | [ host-image] May 21 22:08:21.967 INFO O| May 21 22:08:21.967 INFO O| Finalize: Updating package cache ... Done |
| 3948 | 2026-05-21T22:08:22.962Z | [ host-image] May 21 22:08:21.977 INFO O| May 21 22:08:21.977 INFO O| Finalize: Updating image state ... Done |
| 3949 | 2026-05-21T22:08:22.965Z | [ host-image] May 21 22:08:21.979 INFO O| May 21 22:08:21.979 INFO O| Finalize: Creating fast lookup database ... Done |
| 3950 | 2026-05-21T22:08:22.965Z | [ host-image] May 21 22:08:21.979 INFO O| May 21 22:08:21.979 INFO O| Finalize: Reading search index ... Done |
| 3951 | 2026-05-21T22:08:22.965Z | [ host-image] May 21 22:08:21.979 INFO O| May 21 22:08:21.979 INFO O| Finalize: Updating search index ... Done |
| 3952 | 2026-05-21T22:08:22.965Z | [ host-image] May 21 22:08:21.980 INFO O| May 21 22:08:21.980 INFO O| Finalize: Updating package cache ... Done |
| 3953 | 2026-05-21T22:08:23.038Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.052 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3954 | 2026-05-21T22:08:23.038Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.053 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3955 | 2026-05-21T22:08:23.041Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.053 INFO skip step because feature "recovery" is not enabled |
| 3956 | 2026-05-21T22:08:23.041Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.053 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3957 | 2026-05-21T22:08:23.041Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.053 INFO skip step because feature "recovery" is not enabled |
| 3958 | 2026-05-21T22:08:23.041Z | [ host-image] May 21 22:08:22.053 INFO O| May 21 22:08:22.053 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3959 | 2026-05-21T22:08:23.046Z | [ host-image] May 21 22:08:22.061 INFO O| May 21 22:08:22.061 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@20.0.0.0"] |
| 3960 | 2026-05-21T22:08:23.485Z | [ host-image] May 21 22:08:22.499 INFO O| May 21 22:08:22.499 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3961 | 2026-05-21T22:08:23.542Z | [ host-image] May 21 22:08:22.556 INFO O| May 21 22:08:22.556 INFO O| Startup: Caching catalogs ... Done |
| 3962 | 2026-05-21T22:08:23.728Z | [ host-image] May 21 22:08:22.742 INFO O| May 21 22:08:22.742 INFO O| Planning: Solver setup ... Done |
| 3963 | 2026-05-21T22:08:23.734Z | [ host-image] May 21 22:08:22.749 INFO O| May 21 22:08:22.749 INFO O| Planning: Running solver ... Done |
| 3964 | 2026-05-21T22:08:23.739Z | [ host-image] May 21 22:08:22.753 INFO O| May 21 22:08:22.753 INFO O| Planning: Finding local manifests ... Done |
| 3965 | 2026-05-21T22:08:23.754Z | [ host-image] May 21 22:08:22.768 INFO O| May 21 22:08:22.768 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 3966 | 2026-05-21T22:08:25.196Z | [ host-image] May 21 22:08:24.210 INFO O| May 21 22:08:24.210 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 3967 | 2026-05-21T22:08:25.593Z | [ host-image] May 21 22:08:24.607 INFO O| May 21 22:08:24.607 INFO O| Planning: Package planning ... Done |
| 3968 | 2026-05-21T22:08:25.895Z | [ host-image] May 21 22:08:24.909 INFO O| May 21 22:08:24.909 INFO O| Planning: Merging actions ... Done |
| 3969 | 2026-05-21T22:08:25.995Z | [ host-image] May 21 22:08:25.009 INFO O| May 21 22:08:25.009 INFO O| Planning: Checking for conflicting actions ... Done |
| 3970 | 2026-05-21T22:08:26.095Z | [ host-image] May 21 22:08:25.110 INFO O| May 21 22:08:25.109 INFO O| Planning: Consolidating action changes ... Done |
| 3971 | 2026-05-21T22:08:26.258Z | [ host-image] May 21 22:08:25.273 INFO O| May 21 22:08:25.273 INFO O| Planning: Evaluating mediators ... Done |
| 3972 | 2026-05-21T22:08:26.819Z | [recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3973 | 2026-05-21T22:08:27.628Z | [ host-image] May 21 22:08:26.643 INFO O| May 21 22:08:26.643 INFO O| Planning: Planning completed in 4.08 seconds |
| 3974 | 2026-05-21T22:08:27.631Z | [ host-image] May 21 22:08:26.644 INFO O| May 21 22:08:26.644 INFO O| Packages to install: 127 |
| 3975 | 2026-05-21T22:08:27.631Z | [ host-image] May 21 22:08:26.644 INFO O| May 21 22:08:26.644 INFO O| Mediators to change: 5 |
| 3976 | 2026-05-21T22:08:27.631Z | [ host-image] May 21 22:08:26.644 INFO O| May 21 22:08:26.644 INFO O| Services to change: 6 |
| 3977 | 2026-05-21T22:08:27.655Z | [ host-image] May 21 22:08:26.669 INFO O| May 21 22:08:26.669 INFO O| Download: 0/23754 items 0.0/222.1MB 0% complete |
| 3978 | 2026-05-21T22:08:27.667Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3979 | 2026-05-21T22:08:29.944Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3980 | 2026-05-21T22:08:29.945Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3981 | 2026-05-21T22:08:30.973Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3982 | 2026-05-21T22:08:31.570Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3983 | 2026-05-21T22:08:33.015Z | [ host-image] May 21 22:08:32.029 INFO O| May 21 22:08:32.029 INFO O| Download: 1698/23754 items 11.1/222.1MB 5% complete (2.3M/s) |
| 3984 | 2026-05-21T22:08:38.016Z | [ host-image] May 21 22:08:37.030 INFO O| May 21 22:08:37.030 INFO O| Download: 2825/23754 items 31.2/222.1MB 14% complete (3.0M/s) |
| 3985 | 2026-05-21T22:08:43.062Z | [ host-image] May 21 22:08:42.070 INFO O| May 21 22:08:42.070 INFO O| Download: 4808/23754 items 42.3/222.1MB 19% complete (3.2M/s) |
| 3986 | 2026-05-21T22:08:43.959Z | [recovery-package] Finished `release` profile [optimized] target(s) in 32.15s |
| 3987 | 2026-05-21T22:08:45.722Z | May 21 22:08:44.733 INFO [recovery-package] process exited with exit status: 0 (34.056049108s) |
| 3988 | 2026-05-21T22:08:45.722Z | May 21 22:08:44.733 INFO [recovery-stamp] running task |
| 3989 | 2026-05-21T22:08:45.739Z | May 21 22:08:44.733 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3990 | 2026-05-21T22:08:45.739Z | May 21 22:08:44.733 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 20.0.0-0.ci+git1e81977390c |
| 3991 | 2026-05-21T22:08:45.739Z | May 21 22:08:44.734 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 20.0.0-0.ci+git1e81977390c |
| 3992 | 2026-05-21T22:08:45.739Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3993 | 2026-05-21T22:08:45.739Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3994 | 2026-05-21T22:08:45.806Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3995 | 2026-05-21T22:08:45.811Z | May 21 22:08:44.820 INFO [stamp-installinator] process exited with exit status: 0 (86.414261ms) |
| 3996 | 2026-05-21T22:08:45.865Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3997 | 2026-05-21T22:08:45.869Z | May 21 22:08:44.884 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (150.58589ms) |
| 3998 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.884 INFO [recovery-stamp] task succeeded (150.7612ms) |
| 3999 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.884 INFO [recovery-proto] running task |
| 4000 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.884 INFO [tuf-stamp] running task |
| 4001 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.885 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 20.0.0-0.ci+git1e81977390c |
| 4002 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.885 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 20.0.0-0.ci+git1e81977390c |
| 4003 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.885 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 20.0.0-0.ci+git1e81977390c |
| 4004 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.886 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 20.0.0-0.ci+git1e81977390c |
| 4005 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.886 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 20.0.0-0.ci+git1e81977390c |
| 4006 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.886 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 20.0.0-0.ci+git1e81977390c |
| 4007 | 2026-05-21T22:08:45.877Z | May 21 22:08:44.887 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 20.0.0-0.ci+git1e81977390c |
| 4008 | 2026-05-21T22:08:45.890Z | May 21 22:08:44.887 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 20.0.0-0.ci+git1e81977390c |
| 4009 | 2026-05-21T22:08:45.890Z | May 21 22:08:44.888 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 20.0.0-0.ci+git1e81977390c |
| 4010 | 2026-05-21T22:08:45.891Z | May 21 22:08:44.888 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 20.0.0-0.ci+git1e81977390c |
| 4011 | 2026-05-21T22:08:45.891Z | May 21 22:08:44.888 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 20.0.0-0.ci+git1e81977390c |
| 4012 | 2026-05-21T22:08:45.891Z | May 21 22:08:44.889 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 20.0.0-0.ci+git1e81977390c |
| 4013 | 2026-05-21T22:08:45.891Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4014 | 2026-05-21T22:08:45.891Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4015 | 2026-05-21T22:08:45.891Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4016 | 2026-05-21T22:08:45.891Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4017 | 2026-05-21T22:08:45.891Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4018 | 2026-05-21T22:08:45.891Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4019 | 2026-05-21T22:08:45.892Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4020 | 2026-05-21T22:08:45.892Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4021 | 2026-05-21T22:08:45.892Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4022 | 2026-05-21T22:08:45.892Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4023 | 2026-05-21T22:08:45.892Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4024 | 2026-05-21T22:08:45.892Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4025 | 2026-05-21T22:08:45.935Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4026 | 2026-05-21T22:08:45.938Z | May 21 22:08:44.947 INFO [stamp-probe] process exited with exit status: 0 (61.565354ms) |
| 4027 | 2026-05-21T22:08:45.996Z | May 21 22:08:45.007 INFO [recovery-proto] task succeeded (123.282248ms) |
| 4028 | 2026-05-21T22:08:46.003Z | May 21 22:08:45.007 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.40.479' -P /tmp/.tmpjbDixS/proto/recovery/root -N 'recovery 1e81977/${os_short_commit} 2026-05-21 21:57' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4029 | 2026-05-21T22:08:46.003Z | [ recovery-image] May 21 22:08:45.014 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4030 | 2026-05-21T22:08:46.004Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4031 | 2026-05-21T22:08:46.004Z | [ recovery-image] May 21 22:08:45.014 INFO Checking files for board 'gimlet' |
| 4032 | 2026-05-21T22:08:46.004Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4033 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4034 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO Checking files for board 'cosmo' |
| 4035 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4036 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4037 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO Checking files for board 'cosmo-mbist' |
| 4038 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.014 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4039 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.023 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjbDixS/proto/recovery/root" |
| 4040 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.023 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4041 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.023 INFO image builder template: ramdisk-01-os... |
| 4042 | 2026-05-21T22:08:46.009Z | [ recovery-image] May 21 22:08:45.023 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/.tmpjbDixS/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", "heliosv3", "-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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4043 | 2026-05-21T22:08:46.026Z | [ recovery-image] May 21 22:08:45.041 INFO O| May 21 22:08:45.040 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4044 | 2026-05-21T22:08:46.344Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 4045 | 2026-05-21T22:08:46.383Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4046 | 2026-05-21T22:08:46.389Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4047 | 2026-05-21T22:08:46.395Z | May 21 22:08:45.410 INFO [stamp-ntp] process exited with exit status: 0 (522.358699ms) |
| 4048 | 2026-05-21T22:08:46.480Z | [ recovery-image] May 21 22:08:45.494 INFO O| May 21 22:08:45.494 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4049 | 2026-05-21T22:08:46.483Z | [ recovery-image] May 21 22:08:45.498 INFO O| May 21 22:08:45.498 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4050 | 2026-05-21T22:08:46.540Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4051 | 2026-05-21T22:08:46.544Z | May 21 22:08:45.559 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (673.238279ms) |
| 4052 | 2026-05-21T22:08:46.638Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4053 | 2026-05-21T22:08:46.642Z | May 21 22:08:45.657 INFO [stamp-internal-dns] process exited with exit status: 0 (770.577448ms) |
| 4054 | 2026-05-21T22:08:46.664Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4055 | 2026-05-21T22:08:46.668Z | May 21 22:08:45.683 INFO [stamp-external-dns] process exited with exit status: 0 (797.138779ms) |
| 4056 | 2026-05-21T22:08:46.751Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4057 | 2026-05-21T22:08:46.755Z | May 21 22:08:45.770 INFO [stamp-crucible-zone] process exited with exit status: 0 (883.583991ms) |
| 4058 | 2026-05-21T22:08:46.876Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4059 | 2026-05-21T22:08:46.880Z | May 21 22:08:45.895 INFO [stamp-oximeter] process exited with exit status: 0 (1.006603578s) |
| 4060 | 2026-05-21T22:08:47.404Z | [ recovery-image] May 21 22:08:46.418 INFO O| May 21 22:08:46.418 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4061 | 2026-05-21T22:08:48.057Z | [ host-image] May 21 22:08:47.072 INFO O| May 21 22:08:47.072 INFO O| Download: 6206/23754 items 47.0/222.1MB 21% complete (1.6M/s) |
| 4062 | 2026-05-21T22:08:48.111Z | [ recovery-image] May 21 22:08:47.124 INFO O| May 21 22:08:47.124 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4063 | 2026-05-21T22:08:48.111Z | [ recovery-image] May 21 22:08:47.124 INFO O| May 21 22:08:47.124 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4064 | 2026-05-21T22:08:48.111Z | [ recovery-image] May 21 22:08:47.124 INFO O| May 21 22:08:47.124 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4065 | 2026-05-21T22:08:48.114Z | [ recovery-image] May 21 22:08:47.124 INFO O| May 21 22:08:47.124 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4066 | 2026-05-21T22:08:48.117Z | [ recovery-image] May 21 22:08:47.130 INFO O| May 21 22:08:47.130 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4067 | 2026-05-21T22:08:48.464Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4068 | 2026-05-21T22:08:48.468Z | May 21 22:08:47.482 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.59782943s) |
| 4069 | 2026-05-21T22:08:49.190Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4070 | 2026-05-21T22:08:49.194Z | May 21 22:08:48.208 INFO [stamp-nexus] process exited with exit status: 0 (3.323461599s) |
| 4071 | 2026-05-21T22:08:50.396Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4072 | 2026-05-21T22:08:50.407Z | May 21 22:08:49.415 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.527726939s) |
| 4073 | 2026-05-21T22:08:50.673Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4074 | 2026-05-21T22:08:50.736Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4075 | 2026-05-21T22:08:50.740Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4076 | 2026-05-21T22:08:50.743Z | May 21 22:08:49.755 INFO [stamp-clickhouse] process exited with exit status: 0 (4.866199886s) |
| 4077 | 2026-05-21T22:08:50.746Z | May 21 22:08:49.758 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.869711242s) |
| 4078 | 2026-05-21T22:08:50.746Z | May 21 22:08:49.758 INFO [tuf-stamp] task succeeded (4.873928048s) |
| 4079 | 2026-05-21T22:08:50.891Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4080 | 2026-05-21T22:08:50.918Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4081 | 2026-05-21T22:08:50.920Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4082 | 2026-05-21T22:08:50.957Z | [verify-libraries] Compiling home v0.5.12 |
| 4083 | 2026-05-21T22:08:50.974Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4084 | 2026-05-21T22:08:50.974Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4085 | 2026-05-21T22:08:50.977Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4086 | 2026-05-21T22:08:51.038Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4087 | 2026-05-21T22:08:51.057Z | [verify-libraries] Compiling nix v0.28.0 |
| 4088 | 2026-05-21T22:08:51.078Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4089 | 2026-05-21T22:08:51.101Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4090 | 2026-05-21T22:08:51.122Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4091 | 2026-05-21T22:08:51.148Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4092 | 2026-05-21T22:08:51.174Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4093 | 2026-05-21T22:08:51.216Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4094 | 2026-05-21T22:08:51.273Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4095 | 2026-05-21T22:08:51.299Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4096 | 2026-05-21T22:08:51.323Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4097 | 2026-05-21T22:08:51.351Z | [verify-libraries] Compiling colored v2.2.0 |
| 4098 | 2026-05-21T22:08:51.351Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4099 | 2026-05-21T22:08:51.351Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4100 | 2026-05-21T22:08:51.470Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4101 | 2026-05-21T22:08:51.559Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4102 | 2026-05-21T22:08:51.600Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4103 | 2026-05-21T22:08:51.603Z | [verify-libraries] Compiling petname v2.0.2 |
| 4104 | 2026-05-21T22:08:51.658Z | [verify-libraries] Compiling psm v0.1.30 |
| 4105 | 2026-05-21T22:08:51.681Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4106 | 2026-05-21T22:08:51.681Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4107 | 2026-05-21T22:08:51.722Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4108 | 2026-05-21T22:08:51.722Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4109 | 2026-05-21T22:08:51.766Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4110 | 2026-05-21T22:08:51.847Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4111 | 2026-05-21T22:08:51.925Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4112 | 2026-05-21T22:08:51.952Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4113 | 2026-05-21T22:08:52.000Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4114 | 2026-05-21T22:08:52.041Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4115 | 2026-05-21T22:08:52.063Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4116 | 2026-05-21T22:08:52.065Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4117 | 2026-05-21T22:08:52.134Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4118 | 2026-05-21T22:08:52.208Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4119 | 2026-05-21T22:08:52.241Z | [verify-libraries] Compiling des v0.8.1 |
| 4120 | 2026-05-21T22:08:52.291Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4121 | 2026-05-21T22:08:52.316Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4122 | 2026-05-21T22:08:52.362Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4123 | 2026-05-21T22:08:52.480Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4124 | 2026-05-21T22:08:52.580Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4125 | 2026-05-21T22:08:52.617Z | [ recovery-image] May 21 22:08:51.632 INFO O| May 21 22:08:51.632 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4126 | 2026-05-21T22:08:52.631Z | [ recovery-image] May 21 22:08:51.645 INFO O| May 21 22:08:51.645 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4127 | 2026-05-21T22:08:52.634Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4128 | 2026-05-21T22:08:52.634Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4129 | 2026-05-21T22:08:52.705Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4130 | 2026-05-21T22:08:52.793Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4131 | 2026-05-21T22:08:52.831Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4132 | 2026-05-21T22:08:52.870Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4133 | 2026-05-21T22:08:52.915Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 4134 | 2026-05-21T22:08:52.982Z | [ recovery-image] May 21 22:08:51.996 INFO O| May 21 22:08:51.996 INFO O| Caching catalogs ... Done |
| 4135 | 2026-05-21T22:08:53.058Z | [ host-image] May 21 22:08:52.072 INFO O| May 21 22:08:52.072 INFO O| Download: 8198/23754 items 61.2/222.1MB 27% complete (1.9M/s) |
| 4136 | 2026-05-21T22:08:53.081Z | [ recovery-image] May 21 22:08:52.095 INFO O| May 21 22:08:52.095 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4137 | 2026-05-21T22:08:53.081Z | [ recovery-image] May 21 22:08:52.095 INFO O| May 21 22:08:52.095 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4138 | 2026-05-21T22:08:53.090Z | [ recovery-image] May 21 22:08:52.105 INFO O| May 21 22:08:52.105 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"] |
| 4139 | 2026-05-21T22:08:53.097Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4140 | 2026-05-21T22:08:53.121Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4141 | 2026-05-21T22:08:53.293Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4142 | 2026-05-21T22:08:53.457Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4143 | 2026-05-21T22:08:53.457Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4144 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO skip step because feature "publisher_1_name" is not enabled |
| 4145 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4146 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO skip step because feature "publisher_2_name" is not enabled |
| 4147 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4148 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO skip step because feature "publisher_3_name" is not enabled |
| 4149 | 2026-05-21T22:08:53.460Z | [ recovery-image] May 21 22:08:52.471 INFO O| May 21 22:08:52.471 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4150 | 2026-05-21T22:08:53.559Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4151 | 2026-05-21T22:08:53.615Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4152 | 2026-05-21T22:08:53.779Z | [ recovery-image] May 21 22:08:52.793 INFO O| May 21 22:08:52.793 INFO variant opensolaris.zone is already global |
| 4153 | 2026-05-21T22:08:53.779Z | [ recovery-image] May 21 22:08:52.793 INFO O| May 21 22:08:52.793 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4154 | 2026-05-21T22:08:53.779Z | [ recovery-image] May 21 22:08:52.793 INFO O| May 21 22:08:52.793 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4155 | 2026-05-21T22:08:53.829Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4156 | 2026-05-21T22:08:53.881Z | [verify-libraries] Compiling diff v0.1.13 |
| 4157 | 2026-05-21T22:08:54.121Z | [ recovery-image] May 21 22:08:53.135 INFO O| May 21 22:08:53.135 INFO variant opensolaris.imagetype is full; changing to partial |
| 4158 | 2026-05-21T22:08:54.121Z | [ recovery-image] May 21 22:08:53.135 INFO O| May 21 22:08:53.135 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4159 | 2026-05-21T22:08:54.156Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4160 | 2026-05-21T22:08:54.436Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4161 | 2026-05-21T22:08:54.559Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4162 | 2026-05-21T22:08:54.786Z | [ recovery-image] May 21 22:08:53.799 INFO O| May 21 22:08:53.799 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4163 | 2026-05-21T22:08:54.806Z | [verify-libraries] Compiling russh v0.45.0 |
| 4164 | 2026-05-21T22:08:54.853Z | [ recovery-image] May 21 22:08:53.867 INFO O| May 21 22:08:53.867 INFO O| Startup: Caching catalogs ... Done |
| 4165 | 2026-05-21T22:08:54.858Z | [ recovery-image] May 21 22:08:53.872 INFO O| May 21 22:08:53.872 INFO O| Planning: Planning completed in 0.00 seconds |
| 4166 | 2026-05-21T22:08:54.861Z | [ recovery-image] May 21 22:08:53.873 INFO O| May 21 22:08:53.872 INFO O| Planning: Consolidating action changes ... Done |
| 4167 | 2026-05-21T22:08:54.861Z | [ recovery-image] May 21 22:08:53.873 INFO O| May 21 22:08:53.873 INFO O| Planning: Evaluating mediators ... Done |
| 4168 | 2026-05-21T22:08:54.861Z | [ recovery-image] May 21 22:08:53.873 INFO O| May 21 22:08:53.873 INFO O| Planning: Planning completed in 0.00 seconds |
| 4169 | 2026-05-21T22:08:54.861Z | [ recovery-image] May 21 22:08:53.873 INFO O| May 21 22:08:53.873 INFO O| Variants/Facets to change: 1 |
| 4170 | 2026-05-21T22:08:54.876Z | [ recovery-image] May 21 22:08:53.891 INFO O| May 21 22:08:53.890 INFO O| Finalize: Updating package state database ... Done |
| 4171 | 2026-05-21T22:08:54.876Z | [ recovery-image] May 21 22:08:53.891 INFO O| May 21 22:08:53.890 INFO O| Finalize: Updating package cache ... Done |
| 4172 | 2026-05-21T22:08:54.900Z | [ recovery-image] May 21 22:08:53.914 INFO O| May 21 22:08:53.914 INFO O| Finalize: Updating image state ... Done |
| 4173 | 2026-05-21T22:08:54.904Z | [ recovery-image] May 21 22:08:53.918 INFO O| May 21 22:08:53.918 INFO O| Finalize: Creating fast lookup database ... Done |
| 4174 | 2026-05-21T22:08:54.907Z | [ recovery-image] May 21 22:08:53.919 INFO O| May 21 22:08:53.919 INFO O| Finalize: Reading search index ... Done |
| 4175 | 2026-05-21T22:08:54.907Z | [ recovery-image] May 21 22:08:53.919 INFO O| May 21 22:08:53.919 INFO O| Finalize: Updating search index ... Done |
| 4176 | 2026-05-21T22:08:54.907Z | [ recovery-image] May 21 22:08:53.920 INFO O| May 21 22:08:53.920 INFO O| Finalize: Updating package cache ... Done |
| 4177 | 2026-05-21T22:08:54.957Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4178 | 2026-05-21T22:08:55.037Z | [ recovery-image] May 21 22:08:54.051 INFO O| May 21 22:08:54.050 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4179 | 2026-05-21T22:08:55.037Z | [ recovery-image] May 21 22:08:54.051 INFO O| May 21 22:08:54.051 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4180 | 2026-05-21T22:08:55.063Z | [ recovery-image] May 21 22:08:54.051 INFO O| May 21 22:08:54.051 INFO skip step because feature "debug_variant" is not enabled |
| 4181 | 2026-05-21T22:08:55.063Z | [ recovery-image] May 21 22:08:54.051 INFO O| May 21 22:08:54.051 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4182 | 2026-05-21T22:08:55.072Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4183 | 2026-05-21T22:08:55.266Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4184 | 2026-05-21T22:08:55.372Z | [ recovery-image] May 21 22:08:54.386 INFO O| May 21 22:08:54.386 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4185 | 2026-05-21T22:08:55.385Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4186 | 2026-05-21T22:08:55.439Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4187 | 2026-05-21T22:08:55.556Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4188 | 2026-05-21T22:08:55.595Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4189 | 2026-05-21T22:08:55.654Z | [verify-libraries] Compiling drift v0.1.4 |
| 4190 | 2026-05-21T22:08:55.900Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4191 | 2026-05-21T22:08:55.923Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4192 | 2026-05-21T22:08:55.947Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4193 | 2026-05-21T22:08:55.984Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4194 | 2026-05-21T22:08:56.026Z | [ recovery-image] May 21 22:08:55.039 INFO O| May 21 22:08:55.039 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4195 | 2026-05-21T22:08:56.094Z | [ recovery-image] May 21 22:08:55.109 INFO O| May 21 22:08:55.109 INFO O| Startup: Caching catalogs ... Done |
| 4196 | 2026-05-21T22:08:56.099Z | [ recovery-image] May 21 22:08:55.114 INFO O| May 21 22:08:55.114 INFO O| Planning: Planning completed in 0.00 seconds |
| 4197 | 2026-05-21T22:08:56.104Z | [ recovery-image] May 21 22:08:55.114 INFO O| May 21 22:08:55.114 INFO O| Planning: Consolidating action changes ... Done |
| 4198 | 2026-05-21T22:08:56.104Z | [ recovery-image] May 21 22:08:55.114 INFO O| May 21 22:08:55.114 INFO O| Planning: Evaluating mediators ... Done |
| 4199 | 2026-05-21T22:08:56.104Z | [ recovery-image] May 21 22:08:55.115 INFO O| May 21 22:08:55.115 INFO O| Planning: Planning completed in 0.00 seconds |
| 4200 | 2026-05-21T22:08:56.104Z | [ recovery-image] May 21 22:08:55.115 INFO O| May 21 22:08:55.115 INFO O| Variants/Facets to change: 1 |
| 4201 | 2026-05-21T22:08:56.153Z | [ recovery-image] May 21 22:08:55.167 INFO O| May 21 22:08:55.167 INFO O| Finalize: Updating package state database ... Done |
| 4202 | 2026-05-21T22:08:56.153Z | [ recovery-image] May 21 22:08:55.167 INFO O| May 21 22:08:55.167 INFO O| Finalize: Updating package cache ... Done |
| 4203 | 2026-05-21T22:08:56.166Z | [ recovery-image] May 21 22:08:55.180 INFO O| May 21 22:08:55.180 INFO O| Finalize: Updating image state ... Done |
| 4204 | 2026-05-21T22:08:56.169Z | [ recovery-image] May 21 22:08:55.183 INFO O| May 21 22:08:55.183 INFO O| Finalize: Creating fast lookup database ... Done |
| 4205 | 2026-05-21T22:08:56.169Z | [ recovery-image] May 21 22:08:55.183 INFO O| May 21 22:08:55.183 INFO O| Finalize: Reading search index ... Done |
| 4206 | 2026-05-21T22:08:56.169Z | [ recovery-image] May 21 22:08:55.183 INFO O| May 21 22:08:55.183 INFO O| Finalize: Updating search index ... Done |
| 4207 | 2026-05-21T22:08:56.172Z | [ recovery-image] May 21 22:08:55.184 INFO O| May 21 22:08:55.184 INFO O| Finalize: Updating package cache ... Done |
| 4208 | 2026-05-21T22:08:56.279Z | [ recovery-image] May 21 22:08:55.293 INFO O| May 21 22:08:55.293 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4209 | 2026-05-21T22:08:56.279Z | [ recovery-image] May 21 22:08:55.293 INFO O| May 21 22:08:55.293 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4210 | 2026-05-21T22:08:56.384Z | [verify-libraries] Compiling dropshot-api-manager v0.7.1 |
| 4211 | 2026-05-21T22:08:56.540Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4212 | 2026-05-21T22:08:56.606Z | [ recovery-image] May 21 22:08:55.620 INFO O| May 21 22:08:55.620 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4213 | 2026-05-21T22:08:56.645Z | [verify-libraries] Compiling termios v0.3.3 |
| 4214 | 2026-05-21T22:08:56.933Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4215 | 2026-05-21T22:08:57.276Z | [ recovery-image] May 21 22:08:56.290 INFO O| May 21 22:08:56.290 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4216 | 2026-05-21T22:08:57.343Z | [ recovery-image] May 21 22:08:56.358 INFO O| May 21 22:08:56.358 INFO O| Startup: Caching catalogs ... Done |
| 4217 | 2026-05-21T22:08:57.348Z | [ recovery-image] May 21 22:08:56.363 INFO O| May 21 22:08:56.363 INFO O| Planning: Planning completed in 0.00 seconds |
| 4218 | 2026-05-21T22:08:57.351Z | [ recovery-image] May 21 22:08:56.363 INFO O| May 21 22:08:56.363 INFO O| Planning: Consolidating action changes ... Done |
| 4219 | 2026-05-21T22:08:57.351Z | [ recovery-image] May 21 22:08:56.364 INFO O| May 21 22:08:56.364 INFO O| Planning: Evaluating mediators ... Done |
| 4220 | 2026-05-21T22:08:57.351Z | [ recovery-image] May 21 22:08:56.364 INFO O| May 21 22:08:56.364 INFO O| Planning: Planning completed in 0.00 seconds |
| 4221 | 2026-05-21T22:08:57.351Z | [ recovery-image] May 21 22:08:56.364 INFO O| May 21 22:08:56.364 INFO O| Variants/Facets to change: 1 |
| 4222 | 2026-05-21T22:08:57.361Z | [ recovery-image] May 21 22:08:56.375 INFO O| May 21 22:08:56.375 INFO O| Finalize: Updating package state database ... Done |
| 4223 | 2026-05-21T22:08:57.361Z | [ recovery-image] May 21 22:08:56.375 INFO O| May 21 22:08:56.375 INFO O| Finalize: Updating package cache ... Done |
| 4224 | 2026-05-21T22:08:57.373Z | [ recovery-image] May 21 22:08:56.388 INFO O| May 21 22:08:56.388 INFO O| Finalize: Updating image state ... Done |
| 4225 | 2026-05-21T22:08:57.376Z | [ recovery-image] May 21 22:08:56.391 INFO O| May 21 22:08:56.391 INFO O| Finalize: Creating fast lookup database ... Done |
| 4226 | 2026-05-21T22:08:57.379Z | [ recovery-image] May 21 22:08:56.391 INFO O| May 21 22:08:56.391 INFO O| Finalize: Reading search index ... Done |
| 4227 | 2026-05-21T22:08:57.379Z | [ recovery-image] May 21 22:08:56.392 INFO O| May 21 22:08:56.391 INFO O| Finalize: Updating search index ... Done |
| 4228 | 2026-05-21T22:08:57.379Z | [ recovery-image] May 21 22:08:56.392 INFO O| May 21 22:08:56.392 INFO O| Finalize: Updating package cache ... Done |
| 4229 | 2026-05-21T22:08:57.510Z | [ recovery-image] May 21 22:08:56.524 INFO O| May 21 22:08:56.524 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4230 | 2026-05-21T22:08:57.510Z | [ recovery-image] May 21 22:08:56.524 INFO O| May 21 22:08:56.524 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4231 | 2026-05-21T22:08:57.938Z | [ recovery-image] May 21 22:08:56.952 INFO O| May 21 22:08:56.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4232 | 2026-05-21T22:08:58.060Z | [ host-image] May 21 22:08:57.074 INFO O| May 21 22:08:57.074 INFO O| Download: 9312/23754 items 79.9/222.1MB 35% complete (3.2M/s) |
| 4233 | 2026-05-21T22:08:58.191Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4234 | 2026-05-21T22:08:58.223Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4235 | 2026-05-21T22:08:58.261Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4236 | 2026-05-21T22:08:58.744Z | [ recovery-image] May 21 22:08:57.758 INFO O| May 21 22:08:57.758 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4237 | 2026-05-21T22:08:58.838Z | [ recovery-image] May 21 22:08:57.853 INFO O| May 21 22:08:57.853 INFO O| Startup: Caching catalogs ... Done |
| 4238 | 2026-05-21T22:08:58.843Z | [ recovery-image] May 21 22:08:57.858 INFO O| May 21 22:08:57.858 INFO O| Planning: Planning completed in 0.00 seconds |
| 4239 | 2026-05-21T22:08:58.846Z | [ recovery-image] May 21 22:08:57.858 INFO O| May 21 22:08:57.858 INFO O| Planning: Consolidating action changes ... Done |
| 4240 | 2026-05-21T22:08:58.846Z | [ recovery-image] May 21 22:08:57.858 INFO O| May 21 22:08:57.858 INFO O| Planning: Evaluating mediators ... Done |
| 4241 | 2026-05-21T22:08:58.846Z | [ recovery-image] May 21 22:08:57.859 INFO O| May 21 22:08:57.859 INFO O| Planning: Planning completed in 0.00 seconds |
| 4242 | 2026-05-21T22:08:58.846Z | [ recovery-image] May 21 22:08:57.859 INFO O| May 21 22:08:57.859 INFO O| Variants/Facets to change: 1 |
| 4243 | 2026-05-21T22:08:58.855Z | [ recovery-image] May 21 22:08:57.870 INFO O| May 21 22:08:57.870 INFO O| Finalize: Updating package state database ... Done |
| 4244 | 2026-05-21T22:08:58.855Z | [ recovery-image] May 21 22:08:57.870 INFO O| May 21 22:08:57.870 INFO O| Finalize: Updating package cache ... Done |
| 4245 | 2026-05-21T22:08:58.868Z | [ recovery-image] May 21 22:08:57.882 INFO O| May 21 22:08:57.882 INFO O| Finalize: Updating image state ... Done |
| 4246 | 2026-05-21T22:08:58.871Z | [ recovery-image] May 21 22:08:57.885 INFO O| May 21 22:08:57.885 INFO O| Finalize: Creating fast lookup database ... Done |
| 4247 | 2026-05-21T22:08:58.871Z | [ recovery-image] May 21 22:08:57.885 INFO O| May 21 22:08:57.885 INFO O| Finalize: Reading search index ... Done |
| 4248 | 2026-05-21T22:08:58.871Z | [ recovery-image] May 21 22:08:57.885 INFO O| May 21 22:08:57.885 INFO O| Finalize: Updating search index ... Done |
| 4249 | 2026-05-21T22:08:58.874Z | [ recovery-image] May 21 22:08:57.886 INFO O| May 21 22:08:57.886 INFO O| Finalize: Updating package cache ... Done |
| 4250 | 2026-05-21T22:08:58.993Z | [ recovery-image] May 21 22:08:58.007 INFO O| May 21 22:08:58.007 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4251 | 2026-05-21T22:08:58.993Z | [ recovery-image] May 21 22:08:58.007 INFO O| May 21 22:08:58.007 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4252 | 2026-05-21T22:08:59.002Z | [ recovery-image] May 21 22:08:58.016 INFO O| May 21 22:08:58.016 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@20.0.0.0"] |
| 4253 | 2026-05-21T22:08:59.557Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4254 | 2026-05-21T22:08:59.844Z | [ recovery-image] May 21 22:08:58.858 INFO O| May 21 22:08:58.858 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4255 | 2026-05-21T22:08:59.909Z | [ recovery-image] May 21 22:08:58.923 INFO O| May 21 22:08:58.923 INFO O| Startup: Caching catalogs ... Done |
| 4256 | 2026-05-21T22:09:00.164Z | [ recovery-image] May 21 22:08:59.178 INFO O| May 21 22:08:59.178 INFO O| Planning: Solver setup ... Done |
| 4257 | 2026-05-21T22:09:00.172Z | [ recovery-image] May 21 22:08:59.187 INFO O| May 21 22:08:59.187 INFO O| Planning: Running solver ... Done |
| 4258 | 2026-05-21T22:09:00.180Z | [ recovery-image] May 21 22:08:59.195 INFO O| May 21 22:08:59.194 INFO O| Planning: Finding local manifests ... Done |
| 4259 | 2026-05-21T22:09:00.281Z | [ recovery-image] May 21 22:08:59.295 INFO O| May 21 22:08:59.295 INFO O| Planning: Fetching manifests: 0/127 0% complete |
| 4260 | 2026-05-21T22:09:01.545Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4261 | 2026-05-21T22:09:02.173Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4262 | 2026-05-21T22:09:03.182Z | [ host-image] May 21 22:09:02.196 INFO O| May 21 22:09:02.196 INFO O| Download: 10919/23754 items 96.0/222.1MB 43% complete (3.5M/s) |
| 4263 | 2026-05-21T22:09:03.544Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4264 | 2026-05-21T22:09:05.421Z | [ recovery-image] May 21 22:09:04.435 INFO O| May 21 22:09:04.435 INFO O| Planning: Fetching manifests: 126/127 99% complete |
| 4265 | 2026-05-21T22:09:05.433Z | [ recovery-image] May 21 22:09:04.447 INFO O| May 21 22:09:04.447 INFO O| Planning: Fetching manifests: 127/127 100% complete |
| 4266 | 2026-05-21T22:09:05.648Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4267 | 2026-05-21T22:09:05.703Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4268 | 2026-05-21T22:09:05.869Z | [ recovery-image] May 21 22:09:04.883 INFO O| May 21 22:09:04.882 INFO O| Planning: Package planning ... Done |
| 4269 | 2026-05-21T22:09:06.017Z | [ recovery-image] May 21 22:09:05.030 INFO O| May 21 22:09:05.030 INFO O| Planning: Merging actions ... Done |
| 4270 | 2026-05-21T22:09:06.158Z | [ recovery-image] May 21 22:09:05.173 INFO O| May 21 22:09:05.172 INFO O| Planning: Checking for conflicting actions ... Done |
| 4271 | 2026-05-21T22:09:06.212Z | [ recovery-image] May 21 22:09:05.227 INFO O| May 21 22:09:05.226 INFO O| Planning: Consolidating action changes ... Done |
| 4272 | 2026-05-21T22:09:06.341Z | [ recovery-image] May 21 22:09:05.355 INFO O| May 21 22:09:05.355 INFO O| Planning: Evaluating mediators ... Done |
| 4273 | 2026-05-21T22:09:07.782Z | [ recovery-image] May 21 22:09:06.796 INFO O| May 21 22:09:06.796 INFO O| Planning: Planning completed in 7.87 seconds |
| 4274 | 2026-05-21T22:09:07.785Z | [ recovery-image] May 21 22:09:06.798 INFO O| May 21 22:09:06.798 INFO O| Packages to install: 127 |
| 4275 | 2026-05-21T22:09:07.785Z | [ recovery-image] May 21 22:09:06.798 INFO O| May 21 22:09:06.798 INFO O| Mediators to change: 5 |
| 4276 | 2026-05-21T22:09:07.786Z | [ recovery-image] May 21 22:09:06.798 INFO O| May 21 22:09:06.798 INFO O| Services to change: 5 |
| 4277 | 2026-05-21T22:09:07.813Z | [ recovery-image] May 21 22:09:06.827 INFO O| May 21 22:09:06.827 INFO O| Download: 0/16562 items 0.0/199.3MB 0% complete |
| 4278 | 2026-05-21T22:09:08.312Z | [ host-image] May 21 22:09:07.326 INFO O| May 21 22:09:07.326 INFO O| Download: 12025/23754 items 103.4/222.1MB 46% complete (2.4M/s) |
| 4279 | 2026-05-21T22:09:09.191Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4280 | 2026-05-21T22:09:09.751Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4281 | 2026-05-21T22:09:09.899Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4282 | 2026-05-21T22:09:13.131Z | [ recovery-image] May 21 22:09:12.146 INFO O| May 21 22:09:12.145 INFO O| Download: 1160/16562 items 9.9/199.3MB 4% complete (2.0M/s) |
| 4283 | 2026-05-21T22:09:13.384Z | [ host-image] May 21 22:09:12.398 INFO O| May 21 22:09:12.398 INFO O| Download: 12730/23754 items 107.4/222.1MB 48% complete (1.1M/s) |
| 4284 | 2026-05-21T22:09:14.179Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4285 | 2026-05-21T22:09:14.243Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4286 | 2026-05-21T22:09:14.832Z | [verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4287 | 2026-05-21T22:09:15.426Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4288 | 2026-05-21T22:09:15.563Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4289 | 2026-05-21T22:09:16.234Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4290 | 2026-05-21T22:09:16.593Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4291 | 2026-05-21T22:09:17.727Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4292 | 2026-05-21T22:09:18.071Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4293 | 2026-05-21T22:09:18.224Z | [ recovery-image] May 21 22:09:17.238 INFO O| May 21 22:09:17.238 INFO O| Download: 1530/16562 items 21.3/199.3MB 10% complete (2.2M/s) |
| 4294 | 2026-05-21T22:09:18.393Z | [ host-image] May 21 22:09:17.408 INFO O| May 21 22:09:17.408 INFO O| Download: 13351/23754 items 119.1/222.1MB 53% complete (1.6M/s) |
| 4295 | 2026-05-21T22:09:18.518Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4296 | 2026-05-21T22:09:19.665Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4297 | 2026-05-21T22:09:19.907Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4298 | 2026-05-21T22:09:20.319Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4299 | 2026-05-21T22:09:20.894Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4300 | 2026-05-21T22:09:21.366Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4301 | 2026-05-21T22:09:21.615Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4302 | 2026-05-21T22:09:23.227Z | [ recovery-image] May 21 22:09:22.241 INFO O| May 21 22:09:22.241 INFO O| Download: 2457/16562 items 30.9/199.3MB 15% complete (2.2M/s) |
| 4303 | 2026-05-21T22:09:23.399Z | [ host-image] May 21 22:09:22.413 INFO O| May 21 22:09:22.413 INFO O| Download: 14661/23754 items 119.8/222.1MB 53% complete (1.4M/s) |
| 4304 | 2026-05-21T22:09:25.541Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4305 | 2026-05-21T22:09:27.517Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4306 | 2026-05-21T22:09:27.654Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4307 | 2026-05-21T22:09:27.822Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4308 | 2026-05-21T22:09:28.228Z | [ recovery-image] May 21 22:09:27.242 INFO O| May 21 22:09:27.242 INFO O| Download: 3635/16562 items 38.4/199.3MB 19% complete (1.7M/s) |
| 4309 | 2026-05-21T22:09:28.406Z | [ host-image] May 21 22:09:27.420 INFO O| May 21 22:09:27.420 INFO O| Download: 15458/23754 items 127.2/222.1MB 57% complete (824k/s) |
| 4310 | 2026-05-21T22:09:28.952Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4311 | 2026-05-21T22:09:29.250Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4312 | 2026-05-21T22:09:29.331Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4313 | 2026-05-21T22:09:29.954Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4314 | 2026-05-21T22:09:33.260Z | [ recovery-image] May 21 22:09:32.274 INFO O| May 21 22:09:32.274 INFO O| Download: 3937/16562 items 39.6/199.3MB 19% complete (933k/s) |
| 4315 | 2026-05-21T22:09:33.658Z | [ host-image] May 21 22:09:32.672 INFO O| May 21 22:09:32.672 INFO O| Download: 16476/23754 items 135.4/222.1MB 60% complete (1.6M/s) |
| 4316 | 2026-05-21T22:09:36.807Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4317 | 2026-05-21T22:09:38.367Z | [ recovery-image] May 21 22:09:37.381 INFO O| May 21 22:09:37.381 INFO O| Download: 4557/16562 items 43.4/199.3MB 21% complete (510k/s) |
| 4318 | 2026-05-21T22:09:39.010Z | [ host-image] May 21 22:09:38.023 INFO O| May 21 22:09:38.023 INFO O| Download: 16530/23754 items 135.8/222.1MB 61% complete (870k/s) |
| 4319 | 2026-05-21T22:09:39.221Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4320 | 2026-05-21T22:09:41.322Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4321 | 2026-05-21T22:09:41.388Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4322 | 2026-05-21T22:09:41.432Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4323 | 2026-05-21T22:09:41.494Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4324 | 2026-05-21T22:09:41.700Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4325 | 2026-05-21T22:09:42.347Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4326 | 2026-05-21T22:09:43.374Z | [ recovery-image] May 21 22:09:42.387 INFO O| May 21 22:09:42.387 INFO O| Download: 5590/16562 items 44.0/199.3MB 22% complete (474k/s) |
| 4327 | 2026-05-21T22:09:44.016Z | [ host-image] May 21 22:09:43.029 INFO O| May 21 22:09:43.029 INFO O| Download: 17655/23754 items 151.4/222.1MB 68% complete (1.6M/s) |
| 4328 | 2026-05-21T22:09:44.683Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4329 | 2026-05-21T22:09:45.718Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4330 | 2026-05-21T22:09:46.062Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4331 | 2026-05-21T22:09:46.782Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4332 | 2026-05-21T22:09:47.267Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4333 | 2026-05-21T22:09:48.402Z | [ recovery-image] May 21 22:09:47.416 INFO O| May 21 22:09:47.416 INFO O| Download: 6125/16562 items 47.3/199.3MB 23% complete (364k/s) |
| 4334 | 2026-05-21T22:09:49.036Z | [ host-image] May 21 22:09:48.049 INFO O| May 21 22:09:48.049 INFO O| Download: 18797/23754 items 172.1/222.1MB 77% complete (3.7M/s) |
| 4335 | 2026-05-21T22:09:49.293Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4336 | 2026-05-21T22:09:49.465Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4337 | 2026-05-21T22:09:49.858Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4338 | 2026-05-21T22:09:53.672Z | [ recovery-image] May 21 22:09:52.686 INFO O| May 21 22:09:52.685 INFO O| Download: 6158/16562 items 48.5/199.3MB 24% complete (444k/s) |
| 4339 | 2026-05-21T22:09:54.643Z | [ host-image] May 21 22:09:53.656 INFO O| May 21 22:09:53.655 INFO O| Download: 19758/23754 items 176.1/222.1MB 79% complete (2.6M/s) |
| 4340 | 2026-05-21T22:09:54.763Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4341 | 2026-05-21T22:09:57.614Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4342 | 2026-05-21T22:09:58.731Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4343 | 2026-05-21T22:09:58.802Z | [ recovery-image] May 21 22:09:57.816 INFO O| May 21 22:09:57.816 INFO O| Download: 6610/16562 items 70.8/199.3MB 35% complete (2.3M/s) |
| 4344 | 2026-05-21T22:09:59.657Z | [ host-image] May 21 22:09:58.670 INFO O| May 21 22:09:58.670 INFO O| Download: 21058/23754 items 181.4/222.1MB 81% complete (858k/s) |
| 4345 | 2026-05-21T22:10:02.398Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4346 | 2026-05-21T22:10:03.806Z | [ recovery-image] May 21 22:10:02.820 INFO O| May 21 22:10:02.820 INFO O| Download: 7958/16562 items 82.9/199.3MB 41% complete (3.4M/s) |
| 4347 | 2026-05-21T22:10:04.392Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4348 | 2026-05-21T22:10:05.620Z | [ host-image] May 21 22:10:04.633 INFO O| May 21 22:10:04.633 INFO O| Download: 21426/23754 items 182.9/222.1MB 82% complete (707k/s) |
| 4349 | 2026-05-21T22:10:11.545Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4350 | 2026-05-21T22:10:11.570Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4351 | 2026-05-21T22:10:11.570Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4352 | 2026-05-21T22:10:11.571Z | [ recovery-image] May 21 22:10:08.381 INFO O| May 21 22:10:08.381 INFO O| Download: 8490/16562 items 86.8/199.3MB 43% complete (1.6M/s) |
| 4353 | 2026-05-21T22:10:11.571Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4354 | 2026-05-21T22:10:11.571Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4355 | 2026-05-21T22:10:11.579Z | [ host-image] May 21 22:10:10.067 INFO O| May 21 22:10:10.067 INFO O| Download: 21804/23754 items 189.3/222.1MB 85% complete (786k/s) |
| 4356 | 2026-05-21T22:10:14.380Z | [ recovery-image] May 21 22:10:13.394 INFO O| May 21 22:10:13.394 INFO O| Download: 9176/16562 items 91.3/199.3MB 45% complete (775k/s) |
| 4357 | 2026-05-21T22:10:16.054Z | [ host-image] May 21 22:10:15.067 INFO O| May 21 22:10:15.067 INFO O| Download: 22403/23754 items 197.3/222.1MB 88% complete (1.2M/s) |
| 4358 | 2026-05-21T22:10:19.383Z | [ recovery-image] May 21 22:10:18.396 INFO O| May 21 22:10:18.396 INFO O| Download: 9496/16562 items 102.7/199.3MB 51% complete (1.6M/s) |
| 4359 | 2026-05-21T22:10:21.891Z | [ host-image] May 21 22:10:20.905 INFO O| May 21 22:10:20.904 INFO O| Download: 22843/23754 items 214.4/222.1MB 96% complete (2.5M/s) |
| 4360 | 2026-05-21T22:10:22.321Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4361 | 2026-05-21T22:10:24.383Z | [ recovery-image] May 21 22:10:23.397 INFO O| May 21 22:10:23.397 INFO O| Download: 11087/16562 items 103.5/199.3MB 51% complete (1.2M/s) |
| 4362 | 2026-05-21T22:10:26.581Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4363 | 2026-05-21T22:10:26.893Z | [ host-image] May 21 22:10:25.906 INFO O| May 21 22:10:25.906 INFO O| Download: 22959/23754 items 215.4/222.1MB 97% complete (1.6M/s) |
| 4364 | 2026-05-21T22:10:27.610Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4365 | 2026-05-21T22:10:29.445Z | [ recovery-image] May 21 22:10:28.459 INFO O| May 21 22:10:28.459 INFO O| Download: 11614/16562 items 109.8/199.3MB 55% complete (711k/s) |
| 4366 | 2026-05-21T22:10:30.461Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4367 | 2026-05-21T22:10:31.307Z | [ host-image] May 21 22:10:30.320 INFO O| May 21 22:10:30.320 INFO O| Download: Completed 222.08 MB in 123.65 seconds (1.8M/s) |
| 4368 | 2026-05-21T22:10:31.808Z | [ host-image] May 21 22:10:30.821 INFO O| May 21 22:10:30.821 INFO O| Actions: 1/53918 actions (Installing new actions) |
| 4369 | 2026-05-21T22:10:31.815Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4370 | 2026-05-21T22:10:32.534Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4371 | 2026-05-21T22:10:32.810Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4372 | 2026-05-21T22:10:34.430Z | [ recovery-image] May 21 22:10:33.443 INFO O| May 21 22:10:33.443 INFO O| Download: 12443/16562 items 138.8/199.3MB 69% complete (3.5M/s) |
| 4373 | 2026-05-21T22:10:36.059Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4374 | 2026-05-21T22:10:36.808Z | [ host-image] May 21 22:10:35.821 INFO O| May 21 22:10:35.821 INFO O| Actions: 21678/53918 actions (Installing new actions) |
| 4375 | 2026-05-21T22:10:37.145Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4376 | 2026-05-21T22:10:39.451Z | [ recovery-image] May 21 22:10:38.464 INFO O| May 21 22:10:38.464 INFO O| Download: 13365/16562 items 154.1/199.3MB 77% complete (4.5M/s) |
| 4377 | 2026-05-21T22:10:39.860Z | [ host-image] May 21 22:10:38.874 INFO O| May 21 22:10:38.874 INFO O| Actions: Completed 53918 actions in 8.05 seconds. |
| 4378 | 2026-05-21T22:10:39.929Z | [ host-image] May 21 22:10:38.935 INFO O| May 21 22:10:38.935 INFO O| Finalize: Updating package state database ... Done |
| 4379 | 2026-05-21T22:10:39.929Z | [ host-image] May 21 22:10:38.935 INFO O| May 21 22:10:38.935 INFO O| Finalize: Updating package cache ... Done |
| 4380 | 2026-05-21T22:10:39.947Z | [ host-image] May 21 22:10:38.961 INFO O| May 21 22:10:38.961 INFO O| Finalize: Updating image state ... Done |
| 4381 | 2026-05-21T22:10:40.925Z | [ host-image] May 21 22:10:39.938 INFO O| May 21 22:10:39.938 INFO O| Finalize: Creating fast lookup database ... Done |
| 4382 | 2026-05-21T22:10:40.955Z | [ host-image] May 21 22:10:39.968 INFO O| May 21 22:10:39.968 INFO O| Finalize: Reading search index ... Done |
| 4383 | 2026-05-21T22:10:43.839Z | [ host-image] May 21 22:10:42.852 INFO O| May 21 22:10:42.852 INFO O| Finalize: Building new search index ... Done |
| 4384 | 2026-05-21T22:10:44.283Z | [ host-image] May 21 22:10:43.296 INFO O| May 21 22:10:43.296 INFO O| Finalize: Updating package cache ... Done |
| 4385 | 2026-05-21T22:10:44.424Z | [ host-image] May 21 22:10:43.438 INFO O| May 21 22:10:43.438 INFO STEP 11 (pkg_install) COMPLETE |
| 4386 | 2026-05-21T22:10:44.424Z | [ host-image] May 21 22:10:43.438 INFO O| May 21 22:10:43.438 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4387 | 2026-05-21T22:10:44.436Z | [ host-image] May 21 22:10:43.449 INFO O| May 21 22:10:43.449 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", "/system/i2c"] |
| 4388 | 2026-05-21T22:10:44.465Z | [ recovery-image] May 21 22:10:43.478 INFO O| May 21 22:10:43.478 INFO O| Download: 14200/16562 items 157.9/199.3MB 79% complete (1.9M/s) |
| 4389 | 2026-05-21T22:10:45.400Z | [ host-image] May 21 22:10:44.414 INFO O| May 21 22:10:44.414 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4390 | 2026-05-21T22:10:45.494Z | [ host-image] May 21 22:10:44.507 INFO O| May 21 22:10:44.507 INFO O| Startup: Caching catalogs ... Done |
| 4391 | 2026-05-21T22:10:45.626Z | [ host-image] May 21 22:10:44.640 INFO O| May 21 22:10:44.639 INFO O| Planning: Solver setup ... Done |
| 4392 | 2026-05-21T22:10:45.631Z | [ host-image] May 21 22:10:44.644 INFO O| May 21 22:10:44.644 INFO O| Planning: Running solver ... Done |
| 4393 | 2026-05-21T22:10:45.635Z | [ host-image] May 21 22:10:44.648 INFO O| May 21 22:10:44.648 INFO O| Planning: Finding local manifests ... Done |
| 4394 | 2026-05-21T22:10:45.716Z | [ host-image] May 21 22:10:44.729 INFO O| May 21 22:10:44.729 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4395 | 2026-05-21T22:10:45.870Z | [ host-image] May 21 22:10:44.878 INFO O| May 21 22:10:44.878 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4396 | 2026-05-21T22:10:45.886Z | [ host-image] May 21 22:10:44.899 INFO O| May 21 22:10:44.899 INFO O| Planning: Package planning ... Done |
| 4397 | 2026-05-21T22:10:45.890Z | [ host-image] May 21 22:10:44.902 INFO O| May 21 22:10:44.901 INFO O| Planning: Merging actions ... Done |
| 4398 | 2026-05-21T22:10:45.985Z | [ host-image] May 21 22:10:44.998 INFO O| May 21 22:10:44.998 INFO O| Planning: Checking for conflicting actions ... Done |
| 4399 | 2026-05-21T22:10:45.989Z | [ host-image] May 21 22:10:44.999 INFO O| May 21 22:10:44.999 INFO O| Planning: Consolidating action changes ... Done |
| 4400 | 2026-05-21T22:10:46.126Z | [ host-image] May 21 22:10:45.139 INFO O| May 21 22:10:45.139 INFO O| Planning: Evaluating mediators ... Done |
| 4401 | 2026-05-21T22:10:46.130Z | [ host-image] May 21 22:10:45.141 INFO O| May 21 22:10:45.140 INFO O| Planning: Planning completed in 0.63 seconds |
| 4402 | 2026-05-21T22:10:46.130Z | [ host-image] May 21 22:10:45.141 INFO O| May 21 22:10:45.141 INFO O| Packages to install: 6 |
| 4403 | 2026-05-21T22:10:46.130Z | [ host-image] May 21 22:10:45.141 INFO O| May 21 22:10:45.141 INFO O| Services to change: 2 |
| 4404 | 2026-05-21T22:10:46.138Z | [ host-image] May 21 22:10:45.152 INFO O| May 21 22:10:45.152 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4405 | 2026-05-21T22:10:49.578Z | [ host-image] May 21 22:10:48.591 INFO O| May 21 22:10:48.591 INFO O| Download: Completed 1.75 MB in 3.44 seconds (519k/s) |
| 4406 | 2026-05-21T22:10:49.598Z | [ host-image] May 21 22:10:48.611 INFO O| May 21 22:10:48.611 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4407 | 2026-05-21T22:10:49.714Z | [ recovery-image] May 21 22:10:48.727 INFO O| May 21 22:10:48.727 INFO O| Download: 15217/16562 items 161.6/199.3MB 81% complete (747k/s) |
| 4408 | 2026-05-21T22:10:49.727Z | [ host-image] May 21 22:10:48.740 INFO O| May 21 22:10:48.740 INFO O| Actions: Completed 390 actions in 0.13 seconds. |
| 4409 | 2026-05-21T22:10:49.733Z | [ host-image] May 21 22:10:48.747 INFO O| May 21 22:10:48.747 INFO O| Finalize: Updating package state database ... Done |
| 4410 | 2026-05-21T22:10:49.733Z | [ host-image] May 21 22:10:48.747 INFO O| May 21 22:10:48.747 INFO O| Finalize: Updating package cache ... Done |
| 4411 | 2026-05-21T22:10:49.754Z | [ host-image] May 21 22:10:48.766 INFO O| May 21 22:10:48.766 INFO O| Finalize: Updating image state ... Done |
| 4412 | 2026-05-21T22:10:50.792Z | [ host-image] May 21 22:10:49.806 INFO O| May 21 22:10:49.805 INFO O| Finalize: Creating fast lookup database ... Done |
| 4413 | 2026-05-21T22:10:50.819Z | [ host-image] May 21 22:10:49.833 INFO O| May 21 22:10:49.833 INFO O| Finalize: Reading search index ... Done |
| 4414 | 2026-05-21T22:10:50.819Z | [ host-image] May 21 22:10:49.833 INFO O| May 21 22:10:49.833 INFO O| Finalize: Updating search index ... Done |
| 4415 | 2026-05-21T22:10:50.836Z | [ host-image] May 21 22:10:49.848 INFO O| May 21 22:10:49.848 INFO O| Finalize: Updating package cache ... Done |
| 4416 | 2026-05-21T22:10:50.993Z | [ host-image] May 21 22:10:50.000 INFO O| May 21 22:10:50.000 INFO STEP 12 (pkg_install) COMPLETE |
| 4417 | 2026-05-21T22:10:50.993Z | [ host-image] May 21 22:10:50.000 INFO O| May 21 22:10:50.000 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4418 | 2026-05-21T22:10:50.996Z | [ host-image] May 21 22:10:50.010 INFO O| May 21 22:10:50.010 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4419 | 2026-05-21T22:10:51.826Z | [ host-image] May 21 22:10:50.839 INFO O| May 21 22:10:50.839 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4420 | 2026-05-21T22:10:52.362Z | [ host-image] May 21 22:10:51.376 INFO O| May 21 22:10:51.376 INFO O| Startup: Caching catalogs ... Done |
| 4421 | 2026-05-21T22:10:52.487Z | [ host-image] May 21 22:10:51.500 INFO O| May 21 22:10:51.500 INFO O| Planning: Solver setup ... Done |
| 4422 | 2026-05-21T22:10:52.492Z | [ host-image] May 21 22:10:51.505 INFO O| May 21 22:10:51.505 INFO O| Planning: Running solver ... Done |
| 4423 | 2026-05-21T22:10:52.495Z | [ host-image] May 21 22:10:51.509 INFO O| May 21 22:10:51.509 INFO O| Planning: Finding local manifests ... Done |
| 4424 | 2026-05-21T22:10:52.546Z | [ host-image] May 21 22:10:51.559 INFO O| May 21 22:10:51.559 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4425 | 2026-05-21T22:10:52.738Z | [ host-image] May 21 22:10:51.751 INFO O| May 21 22:10:51.751 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4426 | 2026-05-21T22:10:52.765Z | [ host-image] May 21 22:10:51.778 INFO O| May 21 22:10:51.778 INFO O| Planning: Package planning ... Done |
| 4427 | 2026-05-21T22:10:52.773Z | [ host-image] May 21 22:10:51.787 INFO O| May 21 22:10:51.786 INFO O| Planning: Merging actions ... Done |
| 4428 | 2026-05-21T22:10:52.864Z | [ host-image] May 21 22:10:51.878 INFO O| May 21 22:10:51.877 INFO O| Planning: Checking for conflicting actions ... Done |
| 4429 | 2026-05-21T22:10:52.867Z | [ host-image] May 21 22:10:51.880 INFO O| May 21 22:10:51.880 INFO O| Planning: Consolidating action changes ... Done |
| 4430 | 2026-05-21T22:10:53.038Z | [ host-image] May 21 22:10:52.051 INFO O| May 21 22:10:52.051 INFO O| Planning: Evaluating mediators ... Done |
| 4431 | 2026-05-21T22:10:53.041Z | [ host-image] May 21 22:10:52.054 INFO O| May 21 22:10:52.054 INFO O| Planning: Planning completed in 0.67 seconds |
| 4432 | 2026-05-21T22:10:53.041Z | [ host-image] May 21 22:10:52.055 INFO O| May 21 22:10:52.055 INFO O| Packages to install: 6 |
| 4433 | 2026-05-21T22:10:53.041Z | [ host-image] May 21 22:10:52.055 INFO O| May 21 22:10:52.055 INFO O| Mediators to change: 1 |
| 4434 | 2026-05-21T22:10:53.041Z | [ host-image] May 21 22:10:52.055 INFO O| May 21 22:10:52.055 INFO O| Services to change: 1 |
| 4435 | 2026-05-21T22:10:53.052Z | [ host-image] May 21 22:10:52.066 INFO O| May 21 22:10:52.066 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4436 | 2026-05-21T22:10:55.204Z | [ recovery-image] May 21 22:10:54.218 INFO O| May 21 22:10:54.218 INFO O| Download: 15436/16562 items 168.2/199.3MB 84% complete (1.2M/s) |
| 4437 | 2026-05-21T22:10:58.053Z | [ host-image] May 21 22:10:57.067 INFO O| May 21 22:10:57.067 INFO O| Download: 735/1147 items 3.1/7.8MB 39% complete (632k/s) |
| 4438 | 2026-05-21T22:11:00.319Z | [ recovery-image] May 21 22:10:59.332 INFO O| May 21 22:10:59.332 INFO O| Download: 15977/16562 items 178.1/199.3MB 89% complete (1.7M/s) |
| 4439 | 2026-05-21T22:11:05.140Z | [ host-image] May 21 22:11:04.154 INFO O| May 21 22:11:04.154 INFO O| Download: 1124/1147 items 6.8/7.8MB 86% complete (984k/s) |
| 4440 | 2026-05-21T22:11:05.604Z | [ host-image] May 21 22:11:04.617 INFO O| May 21 22:11:04.617 INFO O| Download: Completed 7.84 MB in 12.55 seconds (639k/s) |
| 4441 | 2026-05-21T22:11:05.638Z | [ host-image] May 21 22:11:04.651 INFO O| May 21 22:11:04.651 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4442 | 2026-05-21T22:11:05.878Z | [ host-image] May 21 22:11:04.892 INFO O| May 21 22:11:04.892 INFO O| Actions: Completed 1366 actions in 0.24 seconds. |
| 4443 | 2026-05-21T22:11:05.886Z | [ host-image] May 21 22:11:04.900 INFO O| May 21 22:11:04.900 INFO O| Finalize: Updating package state database ... Done |
| 4444 | 2026-05-21T22:11:05.886Z | [ host-image] May 21 22:11:04.900 INFO O| May 21 22:11:04.900 INFO O| Finalize: Updating package cache ... Done |
| 4445 | 2026-05-21T22:11:05.907Z | [ host-image] May 21 22:11:04.921 INFO O| May 21 22:11:04.921 INFO O| Finalize: Updating image state ... Done |
| 4446 | 2026-05-21T22:11:06.966Z | [ host-image] May 21 22:11:05.979 INFO O| May 21 22:11:05.979 INFO O| Finalize: Creating fast lookup database ... Done |
| 4447 | 2026-05-21T22:11:06.995Z | [ host-image] May 21 22:11:06.008 INFO O| May 21 22:11:06.008 INFO O| Finalize: Reading search index ... Done |
| 4448 | 2026-05-21T22:11:06.995Z | [ host-image] May 21 22:11:06.009 INFO O| May 21 22:11:06.009 INFO O| Finalize: Updating search index ... Done |
| 4449 | 2026-05-21T22:11:07.029Z | [ host-image] May 21 22:11:06.043 INFO O| May 21 22:11:06.043 INFO O| Finalize: Updating package cache ... Done |
| 4450 | 2026-05-21T22:11:07.159Z | [ host-image] May 21 22:11:06.172 INFO O| May 21 22:11:06.172 INFO STEP 13 (pkg_install) COMPLETE |
| 4451 | 2026-05-21T22:11:07.159Z | [ host-image] May 21 22:11:06.172 INFO O| May 21 22:11:06.172 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4452 | 2026-05-21T22:11:07.170Z | [ host-image] May 21 22:11:06.183 INFO O| May 21 22:11:06.183 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"] |
| 4453 | 2026-05-21T22:11:07.811Z | [ host-image] May 21 22:11:06.825 INFO O| May 21 22:11:06.824 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4454 | 2026-05-21T22:11:07.888Z | [ host-image] May 21 22:11:06.901 INFO O| May 21 22:11:06.899 INFO O| Startup: Caching catalogs ... Done |
| 4455 | 2026-05-21T22:11:08.016Z | [ host-image] May 21 22:11:07.030 INFO O| May 21 22:11:07.029 INFO O| Planning: Solver setup ... Done |
| 4456 | 2026-05-21T22:11:08.021Z | [ host-image] May 21 22:11:07.035 INFO O| May 21 22:11:07.035 INFO O| Planning: Running solver ... Done |
| 4457 | 2026-05-21T22:11:08.025Z | [ host-image] May 21 22:11:07.038 INFO O| May 21 22:11:07.038 INFO O| Planning: Finding local manifests ... Done |
| 4458 | 2026-05-21T22:11:08.042Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4459 | 2026-05-21T22:11:08.046Z | [ host-image] May 21 22:11:07.060 INFO O| May 21 22:11:07.060 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4460 | 2026-05-21T22:11:08.064Z | [ host-image] May 21 22:11:07.065 INFO O| May 21 22:11:07.065 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4461 | 2026-05-21T22:11:08.075Z | [ host-image] May 21 22:11:07.089 INFO O| May 21 22:11:07.089 INFO O| Planning: Package planning ... Done |
| 4462 | 2026-05-21T22:11:08.079Z | [ host-image] May 21 22:11:07.089 INFO O| May 21 22:11:07.089 INFO O| Planning: Merging actions ... Done |
| 4463 | 2026-05-21T22:11:08.156Z | [ host-image] May 21 22:11:07.170 INFO O| May 21 22:11:07.170 INFO O| Planning: Checking for conflicting actions ... Done |
| 4464 | 2026-05-21T22:11:08.159Z | [ host-image] May 21 22:11:07.170 INFO O| May 21 22:11:07.170 INFO O| Planning: Consolidating action changes ... Done |
| 4465 | 2026-05-21T22:11:08.298Z | [ host-image] May 21 22:11:07.311 INFO O| May 21 22:11:07.311 INFO O| Planning: Evaluating mediators ... Done |
| 4466 | 2026-05-21T22:11:08.301Z | [ host-image] May 21 22:11:07.312 INFO O| May 21 22:11:07.312 INFO O| Planning: Planning completed in 0.41 seconds |
| 4467 | 2026-05-21T22:11:08.301Z | [ host-image] May 21 22:11:07.312 INFO O| May 21 22:11:07.312 INFO O| Packages to install: 1 |
| 4468 | 2026-05-21T22:11:08.309Z | [ host-image] May 21 22:11:07.322 INFO O| May 21 22:11:07.322 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete |
| 4469 | 2026-05-21T22:11:08.887Z | [ host-image] May 21 22:11:07.900 INFO O| May 21 22:11:07.900 INFO O| Download: Completed 12.63 MB in 0.58 seconds (21.8M/s) |
| 4470 | 2026-05-21T22:11:08.930Z | [ host-image] May 21 22:11:07.943 INFO O| May 21 22:11:07.943 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4471 | 2026-05-21T22:11:09.062Z | [ recovery-image] May 21 22:11:08.075 INFO O| May 21 22:11:08.075 INFO O| Download: 16273/16562 items 193.1/199.3MB 96% complete (2.6M/s) |
| 4472 | 2026-05-21T22:11:09.173Z | [ host-image] May 21 22:11:08.187 INFO O| May 21 22:11:08.187 INFO O| Actions: Completed 22 actions in 0.24 seconds. |
| 4473 | 2026-05-21T22:11:09.179Z | [ host-image] May 21 22:11:08.193 INFO O| May 21 22:11:08.193 INFO O| Finalize: Updating package state database ... Done |
| 4474 | 2026-05-21T22:11:09.179Z | [ host-image] May 21 22:11:08.193 INFO O| May 21 22:11:08.193 INFO O| Finalize: Updating package cache ... Done |
| 4475 | 2026-05-21T22:11:09.200Z | [ host-image] May 21 22:11:08.213 INFO O| May 21 22:11:08.213 INFO O| Finalize: Updating image state ... Done |
| 4476 | 2026-05-21T22:11:10.150Z | [ host-image] May 21 22:11:09.164 INFO O| May 21 22:11:09.163 INFO O| Finalize: Creating fast lookup database ... Done |
| 4477 | 2026-05-21T22:11:10.176Z | [ host-image] May 21 22:11:09.189 INFO O| May 21 22:11:09.189 INFO O| Finalize: Reading search index ... Done |
| 4478 | 2026-05-21T22:11:10.176Z | [ host-image] May 21 22:11:09.189 INFO O| May 21 22:11:09.189 INFO O| Finalize: Updating search index ... Done |
| 4479 | 2026-05-21T22:11:10.186Z | [ host-image] May 21 22:11:09.200 INFO O| May 21 22:11:09.199 INFO O| Finalize: Updating package cache ... Done |
| 4480 | 2026-05-21T22:11:10.308Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 14 (pkg_install) COMPLETE |
| 4481 | 2026-05-21T22:11:10.309Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4482 | 2026-05-21T22:11:10.309Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "mbist" is not enabled |
| 4483 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4484 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "mfg" is not enabled |
| 4485 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4486 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "compliance" is not enabled |
| 4487 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4488 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "stress" is not enabled |
| 4489 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4490 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "compliance" is not enabled |
| 4491 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4492 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO skip step because feature "nfs" is not enabled |
| 4493 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4494 | 2026-05-21T22:11:10.312Z | [ host-image] May 21 22:11:09.322 INFO O| May 21 22:11:09.322 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4495 | 2026-05-21T22:11:10.444Z | [ host-image] May 21 22:11:09.458 INFO O| May 21 22:11:09.458 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4496 | 2026-05-21T22:11:10.536Z | [ host-image] May 21 22:11:09.549 INFO O| May 21 22:11:09.548 INFO completed processing sled/ramdisk-01-os |
| 4497 | 2026-05-21T22:11:10.539Z | [ host-image] May 21 22:11:09.551 INFO omicron1 baseline generation... |
| 4498 | 2026-05-21T22:11:10.539Z | [ host-image] May 21 22:11:09.551 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4499 | 2026-05-21T22:11:10.890Z | [ host-image] May 21 22:11:09.903 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.23996:20260521T181433Z |
| 4500 | 2026-05-21T22:11:11.743Z | [ recovery-image] May 21 22:11:10.757 INFO O| May 21 22:11:10.757 INFO O| Download: Completed 199.27 MB in 123.93 seconds (1.6M/s) |
| 4501 | 2026-05-21T22:11:12.039Z | [ recovery-image] May 21 22:11:11.052 INFO O| May 21 22:11:11.052 INFO O| Actions: 1/27371 actions (Installing new actions) |
| 4502 | 2026-05-21T22:11:14.540Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4503 | 2026-05-21T22:11:15.127Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4504 | 2026-05-21T22:11:17.039Z | [ recovery-image] May 21 22:11:16.053 INFO O| May 21 22:11:16.052 INFO O| Actions: 23017/27371 actions (Installing new actions) |
| 4505 | 2026-05-21T22:11:17.099Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4506 | 2026-05-21T22:11:17.629Z | [ recovery-image] May 21 22:11:16.642 INFO O| May 21 22:11:16.642 INFO O| Actions: Completed 27371 actions in 5.59 seconds. |
| 4507 | 2026-05-21T22:11:17.667Z | [ recovery-image] May 21 22:11:16.681 INFO O| May 21 22:11:16.681 INFO O| Finalize: Updating package state database ... Done |
| 4508 | 2026-05-21T22:11:17.668Z | [ recovery-image] May 21 22:11:16.681 INFO O| May 21 22:11:16.681 INFO O| Finalize: Updating package cache ... Done |
| 4509 | 2026-05-21T22:11:17.694Z | [ recovery-image] May 21 22:11:16.708 INFO O| May 21 22:11:16.708 INFO O| Finalize: Updating image state ... Done |
| 4510 | 2026-05-21T22:11:18.242Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4511 | 2026-05-21T22:11:18.352Z | [ recovery-image] May 21 22:11:17.365 INFO O| May 21 22:11:17.365 INFO O| Finalize: Creating fast lookup database ... Done |
| 4512 | 2026-05-21T22:11:18.377Z | [ recovery-image] May 21 22:11:17.390 INFO O| May 21 22:11:17.390 INFO O| Finalize: Reading search index ... Done |
| 4513 | 2026-05-21T22:11:20.094Z | [ recovery-image] May 21 22:11:19.108 INFO O| May 21 22:11:19.107 INFO O| Finalize: Building new search index ... Done |
| 4514 | 2026-05-21T22:11:20.537Z | [ recovery-image] May 21 22:11:19.550 INFO O| May 21 22:11:19.550 INFO O| Finalize: Updating package cache ... Done |
| 4515 | 2026-05-21T22:11:20.672Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO STEP 11 (pkg_install) COMPLETE |
| 4516 | 2026-05-21T22:11:20.672Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4517 | 2026-05-21T22:11:20.676Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO skip step because feature "recovery" is enabled |
| 4518 | 2026-05-21T22:11:20.676Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4519 | 2026-05-21T22:11:20.676Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO skip step because feature "omicron1" is not enabled |
| 4520 | 2026-05-21T22:11:20.676Z | [ recovery-image] May 21 22:11:19.686 INFO O| May 21 22:11:19.686 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4521 | 2026-05-21T22:11:20.683Z | [ recovery-image] May 21 22:11:19.697 INFO O| May 21 22:11:19.696 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.40.479"] |
| 4522 | 2026-05-21T22:11:20.686Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4523 | 2026-05-21T22:11:21.353Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4524 | 2026-05-21T22:11:22.731Z | [ recovery-image] May 21 22:11:21.744 INFO O| May 21 22:11:21.744 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4525 | 2026-05-21T22:11:22.837Z | [ recovery-image] May 21 22:11:21.849 INFO O| May 21 22:11:21.849 INFO O| Startup: Caching catalogs ... Done |
| 4526 | 2026-05-21T22:11:22.878Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4527 | 2026-05-21T22:11:23.008Z | [ recovery-image] May 21 22:11:22.021 INFO O| May 21 22:11:22.021 INFO O| Planning: Solver setup ... Done |
| 4528 | 2026-05-21T22:11:23.030Z | [ recovery-image] May 21 22:11:22.026 INFO O| May 21 22:11:22.026 INFO O| Planning: Running solver ... Done |
| 4529 | 2026-05-21T22:11:23.038Z | [ recovery-image] May 21 22:11:22.029 INFO O| May 21 22:11:22.029 INFO O| Planning: Finding local manifests ... Done |
| 4530 | 2026-05-21T22:11:23.057Z | [ recovery-image] May 21 22:11:22.063 INFO O| May 21 22:11:22.062 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4531 | 2026-05-21T22:11:23.072Z | [ recovery-image] May 21 22:11:22.067 INFO O| May 21 22:11:22.067 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4532 | 2026-05-21T22:11:23.081Z | [ recovery-image] May 21 22:11:22.083 INFO O| May 21 22:11:22.082 INFO O| Planning: Package planning ... Done |
| 4533 | 2026-05-21T22:11:23.081Z | [ recovery-image] May 21 22:11:22.083 INFO O| May 21 22:11:22.083 INFO O| Planning: Merging actions ... Done |
| 4534 | 2026-05-21T22:11:23.105Z | [ recovery-image] May 21 22:11:22.113 INFO O| May 21 22:11:22.113 INFO O| Planning: Checking for conflicting actions ... Done |
| 4535 | 2026-05-21T22:11:23.112Z | [ recovery-image] May 21 22:11:22.113 INFO O| May 21 22:11:22.113 INFO O| Planning: Consolidating action changes ... Done |
| 4536 | 2026-05-21T22:11:23.207Z | [ recovery-image] May 21 22:11:22.220 INFO O| May 21 22:11:22.220 INFO O| Planning: Evaluating mediators ... Done |
| 4537 | 2026-05-21T22:11:23.212Z | [ recovery-image] May 21 22:11:22.220 INFO O| May 21 22:11:22.220 INFO O| Planning: Planning completed in 0.37 seconds |
| 4538 | 2026-05-21T22:11:23.212Z | [ recovery-image] May 21 22:11:22.220 INFO O| May 21 22:11:22.220 INFO O| Packages to install: 1 |
| 4539 | 2026-05-21T22:11:23.219Z | [ recovery-image] May 21 22:11:22.232 INFO O| May 21 22:11:22.232 INFO O| Download: 0/4 items 0.0/12.6MB 0% complete |
| 4540 | 2026-05-21T22:11:23.826Z | [ recovery-image] May 21 22:11:22.839 INFO O| May 21 22:11:22.839 INFO O| Download: Completed 12.63 MB in 0.61 seconds (20.8M/s) |
| 4541 | 2026-05-21T22:11:23.850Z | [ recovery-image] May 21 22:11:22.863 INFO O| May 21 22:11:22.863 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4542 | 2026-05-21T22:11:24.096Z | [ recovery-image] May 21 22:11:23.108 INFO O| May 21 22:11:23.108 INFO O| Actions: Completed 22 actions in 0.25 seconds. |
| 4543 | 2026-05-21T22:11:24.106Z | [ recovery-image] May 21 22:11:23.116 INFO O| May 21 22:11:23.116 INFO O| Finalize: Updating package state database ... Done |
| 4544 | 2026-05-21T22:11:24.107Z | [ recovery-image] May 21 22:11:23.116 INFO O| May 21 22:11:23.116 INFO O| Finalize: Updating package cache ... Done |
| 4545 | 2026-05-21T22:11:24.124Z | [ recovery-image] May 21 22:11:23.134 INFO O| May 21 22:11:23.134 INFO O| Finalize: Updating image state ... Done |
| 4546 | 2026-05-21T22:11:24.800Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4547 | 2026-05-21T22:11:24.824Z | [ recovery-image] May 21 22:11:23.819 INFO O| May 21 22:11:23.819 INFO O| Finalize: Creating fast lookup database ... Done |
| 4548 | 2026-05-21T22:11:24.829Z | [ recovery-image] May 21 22:11:23.833 INFO O| May 21 22:11:23.833 INFO O| Finalize: Reading search index ... Done |
| 4549 | 2026-05-21T22:11:24.829Z | [ recovery-image] May 21 22:11:23.833 INFO O| May 21 22:11:23.833 INFO O| Finalize: Updating search index ... Done |
| 4550 | 2026-05-21T22:11:24.832Z | [ recovery-image] May 21 22:11:23.843 INFO O| May 21 22:11:23.843 INFO O| Finalize: Updating package cache ... Done |
| 4551 | 2026-05-21T22:11:24.939Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 14 (pkg_install) COMPLETE |
| 4552 | 2026-05-21T22:11:24.940Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4553 | 2026-05-21T22:11:24.940Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "mbist" is not enabled |
| 4554 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4555 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "mfg" is not enabled |
| 4556 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4557 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "compliance" is not enabled |
| 4558 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4559 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "stress" is not enabled |
| 4560 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4561 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "compliance" is not enabled |
| 4562 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4563 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO skip step because feature "nfs" is not enabled |
| 4564 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4565 | 2026-05-21T22:11:24.946Z | [ recovery-image] May 21 22:11:23.952 INFO O| May 21 22:11:23.952 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4566 | 2026-05-21T22:11:25.099Z | [ recovery-image] May 21 22:11:24.112 INFO O| May 21 22:11:24.112 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4567 | 2026-05-21T22:11:25.203Z | [ recovery-image] May 21 22:11:24.214 INFO O| May 21 22:11:24.214 INFO completed processing sled/ramdisk-01-os |
| 4568 | 2026-05-21T22:11:25.208Z | [ recovery-image] May 21 22:11:24.217 INFO image builder template: ramdisk-02-trim... |
| 4569 | 2026-05-21T22:11:25.208Z | [ recovery-image] May 21 22:11:24.217 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/.tmpjbDixS/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", "heliosv3", "-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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4570 | 2026-05-21T22:11:25.222Z | [ recovery-image] May 21 22:11:24.236 INFO O| May 21 22:11:24.236 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4571 | 2026-05-21T22:11:25.229Z | [ recovery-image] May 21 22:11:24.239 INFO O| May 21 22:11:24.239 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4572 | 2026-05-21T22:11:25.319Z | [ recovery-image] May 21 22:11:24.331 INFO O| May 21 22:11:24.331 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4573 | 2026-05-21T22:11:25.391Z | [ recovery-image] May 21 22:11:24.404 INFO O| May 21 22:11:24.404 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4574 | 2026-05-21T22:11:25.391Z | [ recovery-image] May 21 22:11:24.404 INFO O| May 21 22:11:24.404 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4575 | 2026-05-21T22:11:25.395Z | [ recovery-image] May 21 22:11:24.409 INFO O| May 21 22:11:24.409 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4576 | 2026-05-21T22:11:25.401Z | [ recovery-image] May 21 22:11:24.413 INFO O| May 21 22:11:24.413 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4577 | 2026-05-21T22:11:25.405Z | [ recovery-image] May 21 22:11:24.418 INFO O| May 21 22:11:24.418 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4578 | 2026-05-21T22:11:25.704Z | [ recovery-image] May 21 22:11:24.717 INFO O| May 21 22:11:24.717 INFO rolled back to input snapshot; work may begin |
| 4579 | 2026-05-21T22:11:25.704Z | [ recovery-image] May 21 22:11:24.717 INFO O| May 21 22:11:24.717 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4580 | 2026-05-21T22:11:25.708Z | [ recovery-image] May 21 22:11:24.722 INFO O| May 21 22:11:24.721 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4581 | 2026-05-21T22:11:25.720Z | [ recovery-image] May 21 22:11:24.733 INFO O| May 21 22:11:24.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4582 | 2026-05-21T22:11:25.762Z | [ recovery-image] May 21 22:11:24.774 INFO O| May 21 22:11:24.774 INFO STEP 0 (remove_files) COMPLETE |
| 4583 | 2026-05-21T22:11:25.762Z | [ recovery-image] May 21 22:11:24.774 INFO O| May 21 22:11:24.774 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4584 | 2026-05-21T22:11:25.771Z | [ recovery-image] May 21 22:11:24.784 INFO O| May 21 22:11:24.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4585 | 2026-05-21T22:11:25.775Z | [ recovery-image] May 21 22:11:24.785 INFO O| May 21 22:11:24.785 INFO STEP 1 (remove_files) COMPLETE |
| 4586 | 2026-05-21T22:11:25.775Z | [ recovery-image] May 21 22:11:24.785 INFO O| May 21 22:11:24.785 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4587 | 2026-05-21T22:11:25.789Z | [ recovery-image] May 21 22:11:24.794 INFO O| May 21 22:11:24.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4588 | 2026-05-21T22:11:25.795Z | [ recovery-image] May 21 22:11:24.808 INFO O| May 21 22:11:24.808 INFO STEP 2 (remove_files) COMPLETE |
| 4589 | 2026-05-21T22:11:25.795Z | [ recovery-image] May 21 22:11:24.808 INFO O| May 21 22:11:24.808 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4590 | 2026-05-21T22:11:25.806Z | [ recovery-image] May 21 22:11:24.818 INFO O| May 21 22:11:24.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4591 | 2026-05-21T22:11:25.811Z | [ recovery-image] May 21 22:11:24.820 INFO O| May 21 22:11:24.820 INFO STEP 3 (remove_files) COMPLETE |
| 4592 | 2026-05-21T22:11:25.811Z | [ recovery-image] May 21 22:11:24.820 INFO O| May 21 22:11:24.820 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4593 | 2026-05-21T22:11:25.815Z | [ recovery-image] May 21 22:11:24.828 INFO O| May 21 22:11:24.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4594 | 2026-05-21T22:11:25.820Z | [ recovery-image] May 21 22:11:24.832 INFO O| May 21 22:11:24.832 INFO STEP 4 (remove_files) COMPLETE |
| 4595 | 2026-05-21T22:11:25.820Z | [ recovery-image] May 21 22:11:24.832 INFO O| May 21 22:11:24.832 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4596 | 2026-05-21T22:11:25.827Z | [ recovery-image] May 21 22:11:24.840 INFO O| May 21 22:11:24.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4597 | 2026-05-21T22:11:25.827Z | [ recovery-image] May 21 22:11:24.840 INFO O| May 21 22:11:24.840 INFO STEP 5 (remove_files) COMPLETE |
| 4598 | 2026-05-21T22:11:25.828Z | [ recovery-image] May 21 22:11:24.840 INFO O| May 21 22:11:24.840 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4599 | 2026-05-21T22:11:25.840Z | [ recovery-image] May 21 22:11:24.848 INFO O| May 21 22:11:24.848 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4600 | 2026-05-21T22:11:25.849Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 6 (remove_files) COMPLETE |
| 4601 | 2026-05-21T22:11:25.849Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4602 | 2026-05-21T22:11:25.849Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO skip step because feature "heliosv2" is not enabled |
| 4603 | 2026-05-21T22:11:25.849Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4604 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO skip step because feature "recovery" is enabled |
| 4605 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4606 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO skip step because feature "recovery" is enabled |
| 4607 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4608 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO skip step because feature "recovery" is enabled |
| 4609 | 2026-05-21T22:11:25.854Z | [ recovery-image] May 21 22:11:24.860 INFO O| May 21 22:11:24.860 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4610 | 2026-05-21T22:11:25.861Z | [ recovery-image] May 21 22:11:24.873 INFO O| May 21 22:11:24.870 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4611 | 2026-05-21T22:11:25.861Z | [ recovery-image] May 21 22:11:24.873 INFO O| May 21 22:11:24.873 INFO STEP 11 (remove_files) COMPLETE |
| 4612 | 2026-05-21T22:11:25.861Z | [ recovery-image] May 21 22:11:24.873 INFO O| May 21 22:11:24.873 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4613 | 2026-05-21T22:11:25.871Z | [ recovery-image] May 21 22:11:24.883 INFO O| May 21 22:11:24.883 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4614 | 2026-05-21T22:11:25.876Z | [ recovery-image] May 21 22:11:24.884 INFO O| May 21 22:11:24.884 INFO STEP 12 (remove_files) COMPLETE |
| 4615 | 2026-05-21T22:11:25.876Z | [ recovery-image] May 21 22:11:24.884 INFO O| May 21 22:11:24.884 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4616 | 2026-05-21T22:11:25.880Z | [ recovery-image] May 21 22:11:24.893 INFO O| May 21 22:11:24.893 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4617 | 2026-05-21T22:11:25.885Z | [ recovery-image] May 21 22:11:24.894 INFO O| May 21 22:11:24.894 INFO STEP 13 (remove_files) COMPLETE |
| 4618 | 2026-05-21T22:11:25.885Z | [ recovery-image] May 21 22:11:24.894 INFO O| May 21 22:11:24.894 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4619 | 2026-05-21T22:11:25.977Z | [ recovery-image] May 21 22:11:24.989 INFO O| May 21 22:11:24.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4620 | 2026-05-21T22:11:25.982Z | [ recovery-image] May 21 22:11:24.996 INFO O| May 21 22:11:24.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4621 | 2026-05-21T22:11:26.047Z | [ recovery-image] May 21 22:11:25.057 INFO O| May 21 22:11:25.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 4622 | 2026-05-21T22:11:26.047Z | [ recovery-image] May 21 22:11:25.057 INFO O| May 21 22:11:25.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 4623 | 2026-05-21T22:11:26.055Z | [ recovery-image] May 21 22:11:25.066 INFO O| May 21 22:11:25.066 INFO STEP 14 (remove_files) COMPLETE |
| 4624 | 2026-05-21T22:11:26.055Z | [ recovery-image] May 21 22:11:25.066 INFO O| May 21 22:11:25.066 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4625 | 2026-05-21T22:11:26.077Z | [ recovery-image] May 21 22:11:25.090 INFO O| May 21 22:11:25.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4626 | 2026-05-21T22:11:26.082Z | [ recovery-image] May 21 22:11:25.091 INFO O| May 21 22:11:25.091 INFO STEP 15 (remove_files) COMPLETE |
| 4627 | 2026-05-21T22:11:26.082Z | [ recovery-image] May 21 22:11:25.091 INFO O| May 21 22:11:25.091 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4628 | 2026-05-21T22:11:26.087Z | [ recovery-image] May 21 22:11:25.100 INFO O| May 21 22:11:25.100 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4629 | 2026-05-21T22:11:26.093Z | [ recovery-image] May 21 22:11:25.106 INFO O| May 21 22:11:25.106 INFO STEP 16 (remove_files) COMPLETE |
| 4630 | 2026-05-21T22:11:26.093Z | [ recovery-image] May 21 22:11:25.106 INFO O| May 21 22:11:25.106 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4631 | 2026-05-21T22:11:26.103Z | [ recovery-image] May 21 22:11:25.116 INFO O| May 21 22:11:25.116 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4632 | 2026-05-21T22:11:26.108Z | [ recovery-image] May 21 22:11:25.116 INFO O| May 21 22:11:25.116 INFO STEP 17 (remove_files) COMPLETE |
| 4633 | 2026-05-21T22:11:26.108Z | [ recovery-image] May 21 22:11:25.116 INFO O| May 21 22:11:25.116 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4634 | 2026-05-21T22:11:26.113Z | [ recovery-image] May 21 22:11:25.127 INFO O| May 21 22:11:25.127 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4635 | 2026-05-21T22:11:26.117Z | [ recovery-image] May 21 22:11:25.128 INFO O| May 21 22:11:25.128 INFO STEP 18 (remove_files) COMPLETE |
| 4636 | 2026-05-21T22:11:26.117Z | [ recovery-image] May 21 22:11:25.128 INFO O| May 21 22:11:25.128 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4637 | 2026-05-21T22:11:26.125Z | [ recovery-image] May 21 22:11:25.138 INFO O| May 21 22:11:25.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4638 | 2026-05-21T22:11:26.125Z | [ recovery-image] May 21 22:11:25.138 INFO O| May 21 22:11:25.138 INFO STEP 19 (remove_files) COMPLETE |
| 4639 | 2026-05-21T22:11:26.125Z | [ recovery-image] May 21 22:11:25.138 INFO O| May 21 22:11:25.138 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4640 | 2026-05-21T22:11:26.136Z | [ recovery-image] May 21 22:11:25.148 INFO O| May 21 22:11:25.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4641 | 2026-05-21T22:11:26.136Z | [ recovery-image] May 21 22:11:25.148 INFO O| May 21 22:11:25.148 INFO STEP 20 (remove_files) COMPLETE |
| 4642 | 2026-05-21T22:11:26.136Z | [ recovery-image] May 21 22:11:25.148 INFO O| May 21 22:11:25.148 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4643 | 2026-05-21T22:11:26.144Z | [ recovery-image] May 21 22:11:25.157 INFO O| May 21 22:11:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4644 | 2026-05-21T22:11:26.144Z | [ recovery-image] May 21 22:11:25.157 INFO O| May 21 22:11:25.157 INFO STEP 21 (remove_files) COMPLETE |
| 4645 | 2026-05-21T22:11:26.144Z | [ recovery-image] May 21 22:11:25.157 INFO O| May 21 22:11:25.157 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4646 | 2026-05-21T22:11:26.155Z | [ recovery-image] May 21 22:11:25.167 INFO O| May 21 22:11:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4647 | 2026-05-21T22:11:26.155Z | [ recovery-image] May 21 22:11:25.167 INFO O| May 21 22:11:25.167 INFO STEP 22 (remove_files) COMPLETE |
| 4648 | 2026-05-21T22:11:26.155Z | [ recovery-image] May 21 22:11:25.167 INFO O| May 21 22:11:25.167 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4649 | 2026-05-21T22:11:26.164Z | [ recovery-image] May 21 22:11:25.176 INFO O| May 21 22:11:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4650 | 2026-05-21T22:11:26.164Z | [ recovery-image] May 21 22:11:25.176 INFO O| May 21 22:11:25.176 INFO STEP 23 (remove_files) COMPLETE |
| 4651 | 2026-05-21T22:11:26.164Z | [ recovery-image] May 21 22:11:25.176 INFO O| May 21 22:11:25.176 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4652 | 2026-05-21T22:11:26.178Z | [ recovery-image] May 21 22:11:25.191 INFO O| May 21 22:11:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4653 | 2026-05-21T22:11:26.178Z | [ recovery-image] May 21 22:11:25.191 INFO O| May 21 22:11:25.185 INFO STEP 24 (remove_files) COMPLETE |
| 4654 | 2026-05-21T22:11:26.178Z | [ recovery-image] May 21 22:11:25.191 INFO O| May 21 22:11:25.185 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4655 | 2026-05-21T22:11:26.184Z | [ recovery-image] May 21 22:11:25.192 INFO O| May 21 22:11:25.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4656 | 2026-05-21T22:11:26.184Z | [ recovery-image] May 21 22:11:25.192 INFO O| May 21 22:11:25.192 INFO STEP 25 (remove_files) COMPLETE |
| 4657 | 2026-05-21T22:11:26.185Z | [ recovery-image] May 21 22:11:25.192 INFO O| May 21 22:11:25.192 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4658 | 2026-05-21T22:11:26.189Z | [ recovery-image] May 21 22:11:25.199 INFO O| May 21 22:11:25.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4659 | 2026-05-21T22:11:26.189Z | [ recovery-image] May 21 22:11:25.199 INFO O| May 21 22:11:25.199 INFO STEP 26 (remove_files) COMPLETE |
| 4660 | 2026-05-21T22:11:26.189Z | [ recovery-image] May 21 22:11:25.199 INFO O| May 21 22:11:25.199 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4661 | 2026-05-21T22:11:26.193Z | [ recovery-image] May 21 22:11:25.206 INFO O| May 21 22:11:25.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4662 | 2026-05-21T22:11:26.193Z | [ recovery-image] May 21 22:11:25.206 INFO O| May 21 22:11:25.206 INFO STEP 27 (remove_files) COMPLETE |
| 4663 | 2026-05-21T22:11:26.193Z | [ recovery-image] May 21 22:11:25.206 INFO O| May 21 22:11:25.206 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4664 | 2026-05-21T22:11:26.199Z | [ recovery-image] May 21 22:11:25.213 INFO O| May 21 22:11:25.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4665 | 2026-05-21T22:11:26.199Z | [ recovery-image] May 21 22:11:25.213 INFO O| May 21 22:11:25.213 INFO STEP 28 (remove_files) COMPLETE |
| 4666 | 2026-05-21T22:11:26.202Z | [ recovery-image] May 21 22:11:25.213 INFO O| May 21 22:11:25.213 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4667 | 2026-05-21T22:11:26.209Z | [ recovery-image] May 21 22:11:25.223 INFO O| May 21 22:11:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4668 | 2026-05-21T22:11:26.209Z | [ recovery-image] May 21 22:11:25.223 INFO O| May 21 22:11:25.223 INFO STEP 29 (remove_files) COMPLETE |
| 4669 | 2026-05-21T22:11:26.209Z | [ recovery-image] May 21 22:11:25.223 INFO O| May 21 22:11:25.223 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4670 | 2026-05-21T22:11:26.230Z | [ recovery-image] May 21 22:11:25.244 INFO O| May 21 22:11:25.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4671 | 2026-05-21T22:11:26.230Z | [ recovery-image] May 21 22:11:25.244 INFO O| May 21 22:11:25.244 INFO STEP 30 (remove_files) COMPLETE |
| 4672 | 2026-05-21T22:11:26.230Z | [ recovery-image] May 21 22:11:25.244 INFO O| May 21 22:11:25.244 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4673 | 2026-05-21T22:11:26.239Z | [ recovery-image] May 21 22:11:25.253 INFO O| May 21 22:11:25.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4674 | 2026-05-21T22:11:26.239Z | [ recovery-image] May 21 22:11:25.253 INFO O| May 21 22:11:25.253 INFO STEP 31 (remove_files) COMPLETE |
| 4675 | 2026-05-21T22:11:26.239Z | [ recovery-image] May 21 22:11:25.253 INFO O| May 21 22:11:25.253 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4676 | 2026-05-21T22:11:26.248Z | [ recovery-image] May 21 22:11:25.260 INFO O| May 21 22:11:25.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4677 | 2026-05-21T22:11:26.248Z | [ recovery-image] May 21 22:11:25.260 INFO O| May 21 22:11:25.260 INFO STEP 32 (remove_files) COMPLETE |
| 4678 | 2026-05-21T22:11:26.253Z | [ recovery-image] May 21 22:11:25.260 INFO O| May 21 22:11:25.260 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4679 | 2026-05-21T22:11:26.257Z | [ recovery-image] May 21 22:11:25.268 INFO O| May 21 22:11:25.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4680 | 2026-05-21T22:11:26.257Z | [ recovery-image] May 21 22:11:25.268 INFO O| May 21 22:11:25.268 INFO STEP 33 (remove_files) COMPLETE |
| 4681 | 2026-05-21T22:11:26.257Z | [ recovery-image] May 21 22:11:25.268 INFO O| May 21 22:11:25.268 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4682 | 2026-05-21T22:11:26.262Z | [ recovery-image] May 21 22:11:25.275 INFO O| May 21 22:11:25.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4683 | 2026-05-21T22:11:26.262Z | [ recovery-image] May 21 22:11:25.275 INFO O| May 21 22:11:25.275 INFO STEP 34 (remove_files) COMPLETE |
| 4684 | 2026-05-21T22:11:26.262Z | [ recovery-image] May 21 22:11:25.275 INFO O| May 21 22:11:25.275 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4685 | 2026-05-21T22:11:26.269Z | [ recovery-image] May 21 22:11:25.283 INFO O| May 21 22:11:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4686 | 2026-05-21T22:11:26.269Z | [ recovery-image] May 21 22:11:25.283 INFO O| May 21 22:11:25.283 INFO STEP 35 (remove_files) COMPLETE |
| 4687 | 2026-05-21T22:11:26.269Z | [ recovery-image] May 21 22:11:25.283 INFO O| May 21 22:11:25.283 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4688 | 2026-05-21T22:11:26.277Z | [ recovery-image] May 21 22:11:25.291 INFO O| May 21 22:11:25.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4689 | 2026-05-21T22:11:26.277Z | [ recovery-image] May 21 22:11:25.291 INFO O| May 21 22:11:25.291 INFO STEP 36 (remove_files) COMPLETE |
| 4690 | 2026-05-21T22:11:26.284Z | [ recovery-image] May 21 22:11:25.291 INFO O| May 21 22:11:25.291 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4691 | 2026-05-21T22:11:26.301Z | [ recovery-image] May 21 22:11:25.311 INFO O| May 21 22:11:25.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4692 | 2026-05-21T22:11:26.301Z | [ recovery-image] May 21 22:11:25.311 INFO O| May 21 22:11:25.311 INFO STEP 37 (remove_files) COMPLETE |
| 4693 | 2026-05-21T22:11:26.301Z | [ recovery-image] May 21 22:11:25.311 INFO O| May 21 22:11:25.311 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4694 | 2026-05-21T22:11:26.306Z | [ recovery-image] May 21 22:11:25.320 INFO O| May 21 22:11:25.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4695 | 2026-05-21T22:11:26.306Z | [ recovery-image] May 21 22:11:25.320 INFO O| May 21 22:11:25.320 INFO STEP 38 (remove_files) COMPLETE |
| 4696 | 2026-05-21T22:11:26.306Z | [ recovery-image] May 21 22:11:25.320 INFO O| May 21 22:11:25.320 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4697 | 2026-05-21T22:11:26.317Z | [ recovery-image] May 21 22:11:25.330 INFO O| May 21 22:11:25.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4698 | 2026-05-21T22:11:26.317Z | [ recovery-image] May 21 22:11:25.330 INFO O| May 21 22:11:25.330 INFO STEP 39 (remove_files) COMPLETE |
| 4699 | 2026-05-21T22:11:26.317Z | [ recovery-image] May 21 22:11:25.330 INFO O| May 21 22:11:25.330 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4700 | 2026-05-21T22:11:26.342Z | [ recovery-image] May 21 22:11:25.338 INFO O| May 21 22:11:25.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4701 | 2026-05-21T22:11:26.342Z | [ recovery-image] May 21 22:11:25.338 INFO O| May 21 22:11:25.338 INFO STEP 40 (remove_files) COMPLETE |
| 4702 | 2026-05-21T22:11:26.347Z | [ recovery-image] May 21 22:11:25.338 INFO O| May 21 22:11:25.338 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4703 | 2026-05-21T22:11:26.347Z | [ recovery-image] May 21 22:11:25.347 INFO O| May 21 22:11:25.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4704 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.347 INFO O| May 21 22:11:25.347 INFO STEP 41 (remove_files) COMPLETE |
| 4705 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.347 INFO O| May 21 22:11:25.347 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4706 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.355 INFO O| May 21 22:11:25.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4707 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.355 INFO O| May 21 22:11:25.355 INFO STEP 42 (remove_files) COMPLETE |
| 4708 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.355 INFO O| May 21 22:11:25.355 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4709 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.363 INFO O| May 21 22:11:25.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4710 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.363 INFO O| May 21 22:11:25.363 INFO STEP 43 (remove_files) COMPLETE |
| 4711 | 2026-05-21T22:11:26.353Z | [ recovery-image] May 21 22:11:25.363 INFO O| May 21 22:11:25.363 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4712 | 2026-05-21T22:11:26.359Z | [ recovery-image] May 21 22:11:25.371 INFO O| May 21 22:11:25.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4713 | 2026-05-21T22:11:26.359Z | [ recovery-image] May 21 22:11:25.371 INFO O| May 21 22:11:25.371 INFO STEP 44 (remove_files) COMPLETE |
| 4714 | 2026-05-21T22:11:26.364Z | [ recovery-image] May 21 22:11:25.371 INFO O| May 21 22:11:25.371 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4715 | 2026-05-21T22:11:26.368Z | [ recovery-image] May 21 22:11:25.379 INFO O| May 21 22:11:25.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4716 | 2026-05-21T22:11:26.368Z | [ recovery-image] May 21 22:11:25.379 INFO O| May 21 22:11:25.379 INFO STEP 45 (remove_files) COMPLETE |
| 4717 | 2026-05-21T22:11:26.368Z | [ recovery-image] May 21 22:11:25.379 INFO O| May 21 22:11:25.379 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4718 | 2026-05-21T22:11:26.373Z | [ recovery-image] May 21 22:11:25.387 INFO O| May 21 22:11:25.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4719 | 2026-05-21T22:11:26.380Z | [ recovery-image] May 21 22:11:25.387 INFO O| May 21 22:11:25.387 INFO STEP 46 (remove_files) COMPLETE |
| 4720 | 2026-05-21T22:11:26.380Z | [ recovery-image] May 21 22:11:25.387 INFO O| May 21 22:11:25.387 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4721 | 2026-05-21T22:11:26.384Z | [ recovery-image] May 21 22:11:25.395 INFO O| May 21 22:11:25.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4722 | 2026-05-21T22:11:26.384Z | [ recovery-image] May 21 22:11:25.395 INFO O| May 21 22:11:25.395 INFO STEP 47 (remove_files) COMPLETE |
| 4723 | 2026-05-21T22:11:26.384Z | [ recovery-image] May 21 22:11:25.395 INFO O| May 21 22:11:25.395 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4724 | 2026-05-21T22:11:26.389Z | [ recovery-image] May 21 22:11:25.402 INFO O| May 21 22:11:25.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4725 | 2026-05-21T22:11:26.390Z | [ recovery-image] May 21 22:11:25.403 INFO O| May 21 22:11:25.403 INFO STEP 48 (remove_files) COMPLETE |
| 4726 | 2026-05-21T22:11:26.395Z | [ recovery-image] May 21 22:11:25.403 INFO O| May 21 22:11:25.403 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4727 | 2026-05-21T22:11:26.400Z | [ recovery-image] May 21 22:11:25.410 INFO O| May 21 22:11:25.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4728 | 2026-05-21T22:11:26.400Z | [ recovery-image] May 21 22:11:25.410 INFO O| May 21 22:11:25.410 INFO STEP 49 (remove_files) COMPLETE |
| 4729 | 2026-05-21T22:11:26.400Z | [ recovery-image] May 21 22:11:25.410 INFO O| May 21 22:11:25.410 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4730 | 2026-05-21T22:11:26.405Z | [ recovery-image] May 21 22:11:25.418 INFO O| May 21 22:11:25.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4731 | 2026-05-21T22:11:26.405Z | [ recovery-image] May 21 22:11:25.418 INFO O| May 21 22:11:25.418 INFO STEP 50 (remove_files) COMPLETE |
| 4732 | 2026-05-21T22:11:26.405Z | [ recovery-image] May 21 22:11:25.418 INFO O| May 21 22:11:25.418 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4733 | 2026-05-21T22:11:26.413Z | [ recovery-image] May 21 22:11:25.426 INFO O| May 21 22:11:25.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4734 | 2026-05-21T22:11:26.414Z | [ recovery-image] May 21 22:11:25.426 INFO O| May 21 22:11:25.426 INFO STEP 51 (remove_files) COMPLETE |
| 4735 | 2026-05-21T22:11:26.418Z | [ recovery-image] May 21 22:11:25.426 INFO O| May 21 22:11:25.426 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4736 | 2026-05-21T22:11:26.422Z | [ recovery-image] May 21 22:11:25.434 INFO O| May 21 22:11:25.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4737 | 2026-05-21T22:11:26.422Z | [ recovery-image] May 21 22:11:25.434 INFO O| May 21 22:11:25.434 INFO STEP 52 (remove_files) COMPLETE |
| 4738 | 2026-05-21T22:11:26.422Z | [ recovery-image] May 21 22:11:25.434 INFO O| May 21 22:11:25.434 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4739 | 2026-05-21T22:11:26.430Z | [ recovery-image] May 21 22:11:25.442 INFO O| May 21 22:11:25.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4740 | 2026-05-21T22:11:26.430Z | [ recovery-image] May 21 22:11:25.442 INFO O| May 21 22:11:25.442 INFO STEP 53 (remove_files) COMPLETE |
| 4741 | 2026-05-21T22:11:26.434Z | [ recovery-image] May 21 22:11:25.442 INFO O| May 21 22:11:25.442 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4742 | 2026-05-21T22:11:26.460Z | [ recovery-image] May 21 22:11:25.453 INFO O| May 21 22:11:25.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4743 | 2026-05-21T22:11:26.462Z | [ recovery-image] May 21 22:11:25.453 INFO O| May 21 22:11:25.453 INFO STEP 54 (remove_files) COMPLETE |
| 4744 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.453 INFO O| May 21 22:11:25.453 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4745 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.462 INFO O| May 21 22:11:25.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4746 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.462 INFO O| May 21 22:11:25.462 INFO STEP 55 (remove_files) COMPLETE |
| 4747 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.462 INFO O| May 21 22:11:25.462 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4748 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.470 INFO O| May 21 22:11:25.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4749 | 2026-05-21T22:11:26.468Z | [ recovery-image] May 21 22:11:25.470 INFO O| May 21 22:11:25.470 INFO STEP 56 (remove_files) COMPLETE |
| 4750 | 2026-05-21T22:11:26.469Z | [ recovery-image] May 21 22:11:25.470 INFO O| May 21 22:11:25.470 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4751 | 2026-05-21T22:11:26.469Z | [ recovery-image] May 21 22:11:25.478 INFO O| May 21 22:11:25.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4752 | 2026-05-21T22:11:26.469Z | [ recovery-image] May 21 22:11:25.478 INFO O| May 21 22:11:25.478 INFO STEP 57 (remove_files) COMPLETE |
| 4753 | 2026-05-21T22:11:26.469Z | [ recovery-image] May 21 22:11:25.478 INFO O| May 21 22:11:25.478 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4754 | 2026-05-21T22:11:26.473Z | [ recovery-image] May 21 22:11:25.487 INFO O| May 21 22:11:25.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4755 | 2026-05-21T22:11:26.474Z | [ recovery-image] May 21 22:11:25.487 INFO O| May 21 22:11:25.487 INFO STEP 58 (remove_files) COMPLETE |
| 4756 | 2026-05-21T22:11:26.481Z | [ recovery-image] May 21 22:11:25.487 INFO O| May 21 22:11:25.487 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4757 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4758 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4759 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4760 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4761 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4762 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4763 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO ok! |
| 4764 | 2026-05-21T22:11:26.490Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO STEP 59 (ensure_file) COMPLETE |
| 4765 | 2026-05-21T22:11:26.491Z | [ recovery-image] May 21 22:11:25.495 INFO O| May 21 22:11:25.495 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4766 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4767 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4768 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4769 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4770 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4771 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4772 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO ok! |
| 4773 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO STEP 60 (ensure_file) COMPLETE |
| 4774 | 2026-05-21T22:11:26.535Z | [ recovery-image] May 21 22:11:25.504 INFO O| May 21 22:11:25.504 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4775 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.512 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4776 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.512 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4777 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4778 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.513 INFO ok! |
| 4779 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.513 INFO STEP 61 (ensure_file) COMPLETE |
| 4780 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.513 INFO O| May 21 22:11:25.513 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4781 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.522 INFO O| May 21 22:11:25.522 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4782 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.522 INFO O| May 21 22:11:25.522 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4783 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.523 INFO O| May 21 22:11:25.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4784 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.523 INFO O| May 21 22:11:25.523 INFO ok! |
| 4785 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.523 INFO O| May 21 22:11:25.523 INFO STEP 62 (ensure_file) COMPLETE |
| 4786 | 2026-05-21T22:11:26.536Z | [ recovery-image] May 21 22:11:25.523 INFO O| May 21 22:11:25.523 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4787 | 2026-05-21T22:11:26.544Z | [ recovery-image] May 21 22:11:25.532 INFO O| May 21 22:11:25.532 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4788 | 2026-05-21T22:11:26.544Z | [ recovery-image] May 21 22:11:25.532 INFO O| May 21 22:11:25.532 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4789 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.533 INFO O| May 21 22:11:25.533 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4790 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.533 INFO O| May 21 22:11:25.533 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4791 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.533 INFO O| May 21 22:11:25.533 INFO ok! |
| 4792 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.533 INFO O| May 21 22:11:25.533 INFO STEP 63 (ensure_file) COMPLETE |
| 4793 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.533 INFO O| May 21 22:11:25.533 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4794 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4795 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4796 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4797 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4798 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO ok! |
| 4799 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO STEP 64 (ensure_file) COMPLETE |
| 4800 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.542 INFO O| May 21 22:11:25.542 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4801 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4802 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4803 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4804 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO ok! |
| 4805 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO STEP 65 (assemble_files) COMPLETE |
| 4806 | 2026-05-21T22:11:26.545Z | [ recovery-image] May 21 22:11:25.551 INFO O| May 21 22:11:25.551 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4807 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4808 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4809 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4810 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4811 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO ok! |
| 4812 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO STEP 66 (ensure_file) COMPLETE |
| 4813 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4814 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO skip step because feature "omicron1" is not enabled |
| 4815 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4816 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO skip step because feature "omicron1" is not enabled |
| 4817 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4818 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO skip step because feature "omicron1" is not enabled |
| 4819 | 2026-05-21T22:11:26.550Z | [ recovery-image] May 21 22:11:25.560 INFO O| May 21 22:11:25.560 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4820 | 2026-05-21T22:11:26.560Z | [ recovery-image] May 21 22:11:25.573 INFO O| May 21 22:11:25.573 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4821 | 2026-05-21T22:11:26.560Z | [ recovery-image] May 21 22:11:25.573 INFO O| May 21 22:11:25.573 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4822 | 2026-05-21T22:11:27.730Z | [ recovery-image] May 21 22:11:26.741 INFO O| May 21 22:11:26.741 INFO STEP 70 (pack_tar) COMPLETE |
| 4823 | 2026-05-21T22:11:27.730Z | [ recovery-image] May 21 22:11:26.741 INFO O| May 21 22:11:26.741 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4824 | 2026-05-21T22:11:27.730Z | [ recovery-image] May 21 22:11:26.741 INFO O| May 21 22:11:26.741 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4825 | 2026-05-21T22:11:28.197Z | [ recovery-image] May 21 22:11:27.210 INFO O| May 21 22:11:27.210 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4826 | 2026-05-21T22:11:28.282Z | [ recovery-image] May 21 22:11:27.295 INFO O| May 21 22:11:27.295 INFO completed processing sled/ramdisk-02-trim |
| 4827 | 2026-05-21T22:11:28.291Z | [ recovery-image] May 21 22:11:27.297 INFO image builder template: ramdisk-03-recovery-trim... |
| 4828 | 2026-05-21T22:11:28.291Z | [ recovery-image] May 21 22:11:27.297 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/.tmpjbDixS/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", "heliosv3", "-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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4829 | 2026-05-21T22:11:28.295Z | [ recovery-image] May 21 22:11:27.302 INFO O| May 21 22:11:27.302 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 4830 | 2026-05-21T22:11:28.363Z | [ recovery-image] May 21 22:11:27.375 INFO O| May 21 22:11:27.375 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4831 | 2026-05-21T22:11:28.369Z | [ recovery-image] May 21 22:11:27.380 INFO O| May 21 22:11:27.380 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4832 | 2026-05-21T22:11:28.454Z | [ recovery-image] May 21 22:11:27.463 INFO O| May 21 22:11:27.463 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4833 | 2026-05-21T22:11:28.510Z | [ recovery-image] May 21 22:11:27.516 INFO O| May 21 22:11:27.516 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4834 | 2026-05-21T22:11:28.510Z | [ recovery-image] May 21 22:11:27.516 INFO O| May 21 22:11:27.516 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4835 | 2026-05-21T22:11:28.517Z | [ recovery-image] May 21 22:11:27.522 INFO O| May 21 22:11:27.522 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4836 | 2026-05-21T22:11:28.517Z | [ recovery-image] May 21 22:11:27.526 INFO O| May 21 22:11:27.526 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4837 | 2026-05-21T22:11:28.524Z | [ recovery-image] May 21 22:11:27.530 INFO O| May 21 22:11:27.530 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4838 | 2026-05-21T22:11:28.857Z | [ recovery-image] May 21 22:11:27.870 INFO O| May 21 22:11:27.870 INFO rolled back to input snapshot; work may begin |
| 4839 | 2026-05-21T22:11:28.857Z | [ recovery-image] May 21 22:11:27.870 INFO O| May 21 22:11:27.870 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4840 | 2026-05-21T22:11:28.861Z | [ recovery-image] May 21 22:11:27.875 INFO O| May 21 22:11:27.875 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4841 | 2026-05-21T22:11:28.869Z | [ recovery-image] May 21 22:11:27.883 INFO O| May 21 22:11:27.882 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4842 | 2026-05-21T22:11:28.891Z | [ recovery-image] May 21 22:11:27.893 INFO O| May 21 22:11:27.893 INFO STEP 0 (remove_files) COMPLETE |
| 4843 | 2026-05-21T22:11:28.891Z | [ recovery-image] May 21 22:11:27.893 INFO O| May 21 22:11:27.893 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4844 | 2026-05-21T22:11:28.901Z | [ recovery-image] May 21 22:11:27.903 INFO O| May 21 22:11:27.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4845 | 2026-05-21T22:11:29.057Z | [ recovery-image] May 21 22:11:28.069 INFO O| May 21 22:11:28.069 INFO STEP 1 (remove_files) COMPLETE |
| 4846 | 2026-05-21T22:11:29.057Z | [ recovery-image] May 21 22:11:28.069 INFO O| May 21 22:11:28.069 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4847 | 2026-05-21T22:11:29.077Z | [ recovery-image] May 21 22:11:28.079 INFO O| May 21 22:11:28.079 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4848 | 2026-05-21T22:11:29.088Z | [ recovery-image] May 21 22:11:28.082 INFO O| May 21 22:11:28.081 INFO STEP 2 (remove_files) COMPLETE |
| 4849 | 2026-05-21T22:11:29.088Z | [ recovery-image] May 21 22:11:28.082 INFO O| May 21 22:11:28.081 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4850 | 2026-05-21T22:11:29.088Z | [ recovery-image] May 21 22:11:28.091 INFO O| May 21 22:11:28.091 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4851 | 2026-05-21T22:11:29.124Z | [ recovery-image] May 21 22:11:28.138 INFO O| May 21 22:11:28.138 INFO STEP 3 (remove_files) COMPLETE |
| 4852 | 2026-05-21T22:11:29.124Z | [ recovery-image] May 21 22:11:28.138 INFO O| May 21 22:11:28.138 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4853 | 2026-05-21T22:11:29.135Z | [ recovery-image] May 21 22:11:28.148 INFO O| May 21 22:11:28.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4854 | 2026-05-21T22:11:29.152Z | [ recovery-image] May 21 22:11:28.165 INFO O| May 21 22:11:28.165 INFO STEP 4 (remove_files) COMPLETE |
| 4855 | 2026-05-21T22:11:29.152Z | [ recovery-image] May 21 22:11:28.165 INFO O| May 21 22:11:28.165 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4856 | 2026-05-21T22:11:29.164Z | [ recovery-image] May 21 22:11:28.176 INFO O| May 21 22:11:28.176 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4857 | 2026-05-21T22:11:29.168Z | [ recovery-image] May 21 22:11:28.178 INFO O| May 21 22:11:28.178 INFO STEP 5 (remove_files) COMPLETE |
| 4858 | 2026-05-21T22:11:29.168Z | [ recovery-image] May 21 22:11:28.178 INFO O| May 21 22:11:28.178 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4859 | 2026-05-21T22:11:29.176Z | [ recovery-image] May 21 22:11:28.189 INFO O| May 21 22:11:28.189 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4860 | 2026-05-21T22:11:29.183Z | [ recovery-image] May 21 22:11:28.194 INFO O| May 21 22:11:28.191 INFO STEP 6 (remove_files) COMPLETE |
| 4861 | 2026-05-21T22:11:29.183Z | [ recovery-image] May 21 22:11:28.194 INFO O| May 21 22:11:28.191 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4862 | 2026-05-21T22:11:29.189Z | [ recovery-image] May 21 22:11:28.200 INFO O| May 21 22:11:28.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4863 | 2026-05-21T22:11:29.194Z | [ recovery-image] May 21 22:11:28.203 INFO O| May 21 22:11:28.203 INFO STEP 7 (remove_files) COMPLETE |
| 4864 | 2026-05-21T22:11:29.194Z | [ recovery-image] May 21 22:11:28.203 INFO O| May 21 22:11:28.203 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4865 | 2026-05-21T22:11:29.199Z | [ recovery-image] May 21 22:11:28.212 INFO O| May 21 22:11:28.212 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4866 | 2026-05-21T22:11:29.199Z | [ recovery-image] May 21 22:11:28.212 INFO O| May 21 22:11:28.212 INFO STEP 8 (remove_files) COMPLETE |
| 4867 | 2026-05-21T22:11:29.199Z | [ recovery-image] May 21 22:11:28.212 INFO O| May 21 22:11:28.212 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4868 | 2026-05-21T22:11:29.207Z | [ recovery-image] May 21 22:11:28.220 INFO O| May 21 22:11:28.220 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4869 | 2026-05-21T22:11:29.213Z | [ recovery-image] May 21 22:11:28.221 INFO O| May 21 22:11:28.221 INFO STEP 9 (remove_files) COMPLETE |
| 4870 | 2026-05-21T22:11:29.213Z | [ recovery-image] May 21 22:11:28.221 INFO O| May 21 22:11:28.221 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4871 | 2026-05-21T22:11:29.216Z | [ recovery-image] May 21 22:11:28.229 INFO O| May 21 22:11:28.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4872 | 2026-05-21T22:11:29.410Z | [ recovery-image] May 21 22:11:28.422 INFO O| May 21 22:11:28.422 INFO STEP 10 (remove_files) COMPLETE |
| 4873 | 2026-05-21T22:11:29.410Z | [ recovery-image] May 21 22:11:28.422 INFO O| May 21 22:11:28.422 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4874 | 2026-05-21T22:11:29.438Z | [ recovery-image] May 21 22:11:28.451 INFO O| May 21 22:11:28.451 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4875 | 2026-05-21T22:11:29.510Z | [ recovery-image] May 21 22:11:28.521 INFO O| May 21 22:11:28.521 INFO STEP 11 (remove_files) COMPLETE |
| 4876 | 2026-05-21T22:11:29.511Z | [ recovery-image] May 21 22:11:28.521 INFO O| May 21 22:11:28.521 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4877 | 2026-05-21T22:11:29.516Z | [ recovery-image] May 21 22:11:28.529 INFO O| May 21 22:11:28.529 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4878 | 2026-05-21T22:11:29.566Z | [ recovery-image] May 21 22:11:28.579 INFO O| May 21 22:11:28.579 INFO STEP 12 (remove_files) COMPLETE |
| 4879 | 2026-05-21T22:11:29.566Z | [ recovery-image] May 21 22:11:28.579 INFO O| May 21 22:11:28.579 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4880 | 2026-05-21T22:11:29.578Z | [ recovery-image] May 21 22:11:28.588 INFO O| May 21 22:11:28.588 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4881 | 2026-05-21T22:11:29.578Z | [ recovery-image] May 21 22:11:28.588 INFO O| May 21 22:11:28.588 INFO STEP 13 (remove_files) COMPLETE |
| 4882 | 2026-05-21T22:11:29.578Z | [ recovery-image] May 21 22:11:28.588 INFO O| May 21 22:11:28.588 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4883 | 2026-05-21T22:11:29.583Z | [ recovery-image] May 21 22:11:28.596 INFO O| May 21 22:11:28.596 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4884 | 2026-05-21T22:11:29.626Z | [ recovery-image] May 21 22:11:28.638 INFO O| May 21 22:11:28.638 INFO STEP 14 (remove_files) COMPLETE |
| 4885 | 2026-05-21T22:11:29.626Z | [ recovery-image] May 21 22:11:28.638 INFO O| May 21 22:11:28.638 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4886 | 2026-05-21T22:11:29.635Z | [ recovery-image] May 21 22:11:28.647 INFO O| May 21 22:11:28.647 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4887 | 2026-05-21T22:11:29.814Z | [ recovery-image] May 21 22:11:28.827 INFO O| May 21 22:11:28.827 INFO STEP 15 (remove_files) COMPLETE |
| 4888 | 2026-05-21T22:11:29.815Z | [ recovery-image] May 21 22:11:28.827 INFO O| May 21 22:11:28.827 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4889 | 2026-05-21T22:11:29.823Z | [ recovery-image] May 21 22:11:28.836 INFO O| May 21 22:11:28.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4890 | 2026-05-21T22:11:29.823Z | [ recovery-image] May 21 22:11:28.836 INFO O| May 21 22:11:28.836 INFO STEP 16 (remove_files) COMPLETE |
| 4891 | 2026-05-21T22:11:29.828Z | [ recovery-image] May 21 22:11:28.836 INFO O| May 21 22:11:28.836 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4892 | 2026-05-21T22:11:29.834Z | [ recovery-image] May 21 22:11:28.845 INFO O| May 21 22:11:28.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4893 | 2026-05-21T22:11:29.834Z | [ recovery-image] May 21 22:11:28.845 INFO O| May 21 22:11:28.845 INFO STEP 17 (remove_files) COMPLETE |
| 4894 | 2026-05-21T22:11:29.834Z | [ recovery-image] May 21 22:11:28.845 INFO O| May 21 22:11:28.845 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4895 | 2026-05-21T22:11:29.840Z | [ recovery-image] May 21 22:11:28.853 INFO O| May 21 22:11:28.853 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4896 | 2026-05-21T22:11:30.073Z | [ recovery-image] May 21 22:11:29.085 INFO O| May 21 22:11:29.085 INFO STEP 18 (remove_files) COMPLETE |
| 4897 | 2026-05-21T22:11:30.073Z | [ recovery-image] May 21 22:11:29.085 INFO O| May 21 22:11:29.085 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4898 | 2026-05-21T22:11:30.082Z | [ recovery-image] May 21 22:11:29.095 INFO O| May 21 22:11:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4899 | 2026-05-21T22:11:30.085Z | [ recovery-image] May 21 22:11:29.097 INFO O| May 21 22:11:29.097 INFO STEP 19 (remove_files) COMPLETE |
| 4900 | 2026-05-21T22:11:30.085Z | [ recovery-image] May 21 22:11:29.097 INFO O| May 21 22:11:29.097 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4901 | 2026-05-21T22:11:30.094Z | [ recovery-image] May 21 22:11:29.107 INFO O| May 21 22:11:29.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4902 | 2026-05-21T22:11:30.095Z | [ recovery-image] May 21 22:11:29.107 INFO O| May 21 22:11:29.107 INFO STEP 20 (remove_files) COMPLETE |
| 4903 | 2026-05-21T22:11:30.095Z | [ recovery-image] May 21 22:11:29.107 INFO O| May 21 22:11:29.107 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4904 | 2026-05-21T22:11:30.103Z | [ recovery-image] May 21 22:11:29.116 INFO O| May 21 22:11:29.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4905 | 2026-05-21T22:11:30.109Z | [ recovery-image] May 21 22:11:29.117 INFO O| May 21 22:11:29.117 INFO STEP 21 (remove_files) COMPLETE |
| 4906 | 2026-05-21T22:11:30.109Z | [ recovery-image] May 21 22:11:29.117 INFO O| May 21 22:11:29.117 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4907 | 2026-05-21T22:11:30.113Z | [ recovery-image] May 21 22:11:29.127 INFO O| May 21 22:11:29.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4908 | 2026-05-21T22:11:30.118Z | [ recovery-image] May 21 22:11:29.128 INFO O| May 21 22:11:29.128 INFO STEP 22 (remove_files) COMPLETE |
| 4909 | 2026-05-21T22:11:30.118Z | [ recovery-image] May 21 22:11:29.128 INFO O| May 21 22:11:29.128 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4910 | 2026-05-21T22:11:30.125Z | [ recovery-image] May 21 22:11:29.138 INFO O| May 21 22:11:29.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4911 | 2026-05-21T22:11:30.130Z | [ recovery-image] May 21 22:11:29.139 INFO O| May 21 22:11:29.139 INFO STEP 23 (remove_files) COMPLETE |
| 4912 | 2026-05-21T22:11:30.130Z | [ recovery-image] May 21 22:11:29.139 INFO O| May 21 22:11:29.139 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4913 | 2026-05-21T22:11:30.135Z | [ recovery-image] May 21 22:11:29.147 INFO O| May 21 22:11:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4914 | 2026-05-21T22:11:30.135Z | [ recovery-image] May 21 22:11:29.147 INFO O| May 21 22:11:29.147 INFO STEP 24 (remove_files) COMPLETE |
| 4915 | 2026-05-21T22:11:30.135Z | [ recovery-image] May 21 22:11:29.147 INFO O| May 21 22:11:29.147 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4916 | 2026-05-21T22:11:30.142Z | [ recovery-image] May 21 22:11:29.155 INFO O| May 21 22:11:29.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4917 | 2026-05-21T22:11:30.142Z | [ recovery-image] May 21 22:11:29.155 INFO O| May 21 22:11:29.155 INFO STEP 25 (remove_files) COMPLETE |
| 4918 | 2026-05-21T22:11:30.142Z | [ recovery-image] May 21 22:11:29.155 INFO O| May 21 22:11:29.155 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4919 | 2026-05-21T22:11:30.149Z | [ recovery-image] May 21 22:11:29.163 INFO O| May 21 22:11:29.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4920 | 2026-05-21T22:11:30.156Z | [ recovery-image] May 21 22:11:29.164 INFO O| May 21 22:11:29.164 INFO STEP 26 (remove_files) COMPLETE |
| 4921 | 2026-05-21T22:11:30.156Z | [ recovery-image] May 21 22:11:29.164 INFO O| May 21 22:11:29.164 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4922 | 2026-05-21T22:11:30.161Z | [ recovery-image] May 21 22:11:29.171 INFO O| May 21 22:11:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4923 | 2026-05-21T22:11:30.161Z | [ recovery-image] May 21 22:11:29.172 INFO O| May 21 22:11:29.172 INFO STEP 27 (remove_files) COMPLETE |
| 4924 | 2026-05-21T22:11:30.161Z | [ recovery-image] May 21 22:11:29.172 INFO O| May 21 22:11:29.172 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4925 | 2026-05-21T22:11:30.167Z | [ recovery-image] May 21 22:11:29.180 INFO O| May 21 22:11:29.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4926 | 2026-05-21T22:11:30.171Z | [ recovery-image] May 21 22:11:29.181 INFO O| May 21 22:11:29.181 INFO STEP 28 (remove_files) COMPLETE |
| 4927 | 2026-05-21T22:11:30.171Z | [ recovery-image] May 21 22:11:29.181 INFO O| May 21 22:11:29.181 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4928 | 2026-05-21T22:11:30.176Z | [ recovery-image] May 21 22:11:29.189 INFO O| May 21 22:11:29.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4929 | 2026-05-21T22:11:30.176Z | [ recovery-image] May 21 22:11:29.189 INFO O| May 21 22:11:29.189 INFO STEP 29 (remove_files) COMPLETE |
| 4930 | 2026-05-21T22:11:30.176Z | [ recovery-image] May 21 22:11:29.189 INFO O| May 21 22:11:29.189 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4931 | 2026-05-21T22:11:30.183Z | [ recovery-image] May 21 22:11:29.196 INFO O| May 21 22:11:29.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4932 | 2026-05-21T22:11:30.183Z | [ recovery-image] May 21 22:11:29.196 INFO O| May 21 22:11:29.196 INFO STEP 30 (remove_files) COMPLETE |
| 4933 | 2026-05-21T22:11:30.183Z | [ recovery-image] May 21 22:11:29.196 INFO O| May 21 22:11:29.196 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4934 | 2026-05-21T22:11:30.191Z | [ recovery-image] May 21 22:11:29.203 INFO O| May 21 22:11:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4935 | 2026-05-21T22:11:30.191Z | [ recovery-image] May 21 22:11:29.203 INFO O| May 21 22:11:29.203 INFO STEP 31 (remove_files) COMPLETE |
| 4936 | 2026-05-21T22:11:30.191Z | [ recovery-image] May 21 22:11:29.203 INFO O| May 21 22:11:29.203 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4937 | 2026-05-21T22:11:30.197Z | [ recovery-image] May 21 22:11:29.210 INFO O| May 21 22:11:29.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4938 | 2026-05-21T22:11:30.197Z | [ recovery-image] May 21 22:11:29.210 INFO O| May 21 22:11:29.210 INFO STEP 32 (remove_files) COMPLETE |
| 4939 | 2026-05-21T22:11:30.197Z | [ recovery-image] May 21 22:11:29.210 INFO O| May 21 22:11:29.210 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4940 | 2026-05-21T22:11:30.204Z | [ recovery-image] May 21 22:11:29.217 INFO O| May 21 22:11:29.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4941 | 2026-05-21T22:11:30.204Z | [ recovery-image] May 21 22:11:29.217 INFO O| May 21 22:11:29.217 INFO STEP 33 (remove_files) COMPLETE |
| 4942 | 2026-05-21T22:11:30.207Z | [ recovery-image] May 21 22:11:29.217 INFO O| May 21 22:11:29.217 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4943 | 2026-05-21T22:11:30.212Z | [ recovery-image] May 21 22:11:29.224 INFO O| May 21 22:11:29.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4944 | 2026-05-21T22:11:30.212Z | [ recovery-image] May 21 22:11:29.224 INFO O| May 21 22:11:29.224 INFO STEP 34 (remove_files) COMPLETE |
| 4945 | 2026-05-21T22:11:30.212Z | [ recovery-image] May 21 22:11:29.224 INFO O| May 21 22:11:29.224 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4946 | 2026-05-21T22:11:30.222Z | [ recovery-image] May 21 22:11:29.232 INFO O| May 21 22:11:29.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4947 | 2026-05-21T22:11:30.222Z | [ recovery-image] May 21 22:11:29.232 INFO O| May 21 22:11:29.232 INFO STEP 35 (remove_files) COMPLETE |
| 4948 | 2026-05-21T22:11:30.222Z | [ recovery-image] May 21 22:11:29.232 INFO O| May 21 22:11:29.232 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4949 | 2026-05-21T22:11:30.229Z | [ recovery-image] May 21 22:11:29.241 INFO O| May 21 22:11:29.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4950 | 2026-05-21T22:11:30.229Z | [ recovery-image] May 21 22:11:29.241 INFO O| May 21 22:11:29.241 INFO STEP 36 (remove_files) COMPLETE |
| 4951 | 2026-05-21T22:11:30.229Z | [ recovery-image] May 21 22:11:29.241 INFO O| May 21 22:11:29.241 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4952 | 2026-05-21T22:11:30.241Z | [ recovery-image] May 21 22:11:29.250 INFO O| May 21 22:11:29.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4953 | 2026-05-21T22:11:30.242Z | [ recovery-image] May 21 22:11:29.250 INFO O| May 21 22:11:29.250 INFO STEP 37 (remove_files) COMPLETE |
| 4954 | 2026-05-21T22:11:30.242Z | [ recovery-image] May 21 22:11:29.250 INFO O| May 21 22:11:29.250 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4955 | 2026-05-21T22:11:30.246Z | [ recovery-image] May 21 22:11:29.258 INFO O| May 21 22:11:29.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4956 | 2026-05-21T22:11:30.247Z | [ recovery-image] May 21 22:11:29.258 INFO O| May 21 22:11:29.258 INFO STEP 38 (remove_files) COMPLETE |
| 4957 | 2026-05-21T22:11:30.247Z | [ recovery-image] May 21 22:11:29.258 INFO O| May 21 22:11:29.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4958 | 2026-05-21T22:11:30.257Z | [ recovery-image] May 21 22:11:29.266 INFO O| May 21 22:11:29.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4959 | 2026-05-21T22:11:30.258Z | [ recovery-image] May 21 22:11:29.266 INFO O| May 21 22:11:29.266 INFO STEP 39 (remove_files) COMPLETE |
| 4960 | 2026-05-21T22:11:30.258Z | [ recovery-image] May 21 22:11:29.266 INFO O| May 21 22:11:29.266 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4961 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.274 INFO O| May 21 22:11:29.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4962 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.274 INFO O| May 21 22:11:29.274 INFO STEP 40 (remove_files) COMPLETE |
| 4963 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.274 INFO O| May 21 22:11:29.274 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4964 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.282 INFO O| May 21 22:11:29.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4965 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.282 INFO O| May 21 22:11:29.282 INFO STEP 41 (remove_files) COMPLETE |
| 4966 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.282 INFO O| May 21 22:11:29.282 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4967 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.290 INFO O| May 21 22:11:29.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4968 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.291 INFO O| May 21 22:11:29.291 INFO STEP 42 (remove_files) COMPLETE |
| 4969 | 2026-05-21T22:11:30.281Z | [ recovery-image] May 21 22:11:29.291 INFO O| May 21 22:11:29.291 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4970 | 2026-05-21T22:11:30.299Z | [ recovery-image] May 21 22:11:29.299 INFO O| May 21 22:11:29.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4971 | 2026-05-21T22:11:30.299Z | [ recovery-image] May 21 22:11:29.299 INFO O| May 21 22:11:29.299 INFO STEP 43 (remove_files) COMPLETE |
| 4972 | 2026-05-21T22:11:30.299Z | [ recovery-image] May 21 22:11:29.299 INFO O| May 21 22:11:29.299 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4973 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.306 INFO O| May 21 22:11:29.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4974 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.306 INFO O| May 21 22:11:29.306 INFO STEP 44 (remove_files) COMPLETE |
| 4975 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.306 INFO O| May 21 22:11:29.306 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4976 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.313 INFO O| May 21 22:11:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4977 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.313 INFO O| May 21 22:11:29.313 INFO STEP 45 (remove_files) COMPLETE |
| 4978 | 2026-05-21T22:11:30.312Z | [ recovery-image] May 21 22:11:29.313 INFO O| May 21 22:11:29.313 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4979 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.321 INFO O| May 21 22:11:29.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4980 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.321 INFO O| May 21 22:11:29.321 INFO STEP 46 (remove_files) COMPLETE |
| 4981 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.321 INFO O| May 21 22:11:29.321 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4982 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.329 INFO O| May 21 22:11:29.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4983 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.329 INFO O| May 21 22:11:29.329 INFO STEP 47 (remove_files) COMPLETE |
| 4984 | 2026-05-21T22:11:30.319Z | [ recovery-image] May 21 22:11:29.329 INFO O| May 21 22:11:29.329 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4985 | 2026-05-21T22:11:30.325Z | [ recovery-image] May 21 22:11:29.337 INFO O| May 21 22:11:29.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4986 | 2026-05-21T22:11:30.325Z | [ recovery-image] May 21 22:11:29.337 INFO O| May 21 22:11:29.337 INFO STEP 48 (remove_files) COMPLETE |
| 4987 | 2026-05-21T22:11:30.325Z | [ recovery-image] May 21 22:11:29.337 INFO O| May 21 22:11:29.337 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4988 | 2026-05-21T22:11:30.333Z | [ recovery-image] May 21 22:11:29.345 INFO O| May 21 22:11:29.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4989 | 2026-05-21T22:11:30.333Z | [ recovery-image] May 21 22:11:29.346 INFO O| May 21 22:11:29.346 INFO STEP 49 (remove_files) COMPLETE |
| 4990 | 2026-05-21T22:11:30.333Z | [ recovery-image] May 21 22:11:29.346 INFO O| May 21 22:11:29.346 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4991 | 2026-05-21T22:11:30.349Z | [ recovery-image] May 21 22:11:29.353 INFO O| May 21 22:11:29.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4992 | 2026-05-21T22:11:30.350Z | [ recovery-image] May 21 22:11:29.353 INFO O| May 21 22:11:29.353 INFO STEP 50 (remove_files) COMPLETE |
| 4993 | 2026-05-21T22:11:30.350Z | [ recovery-image] May 21 22:11:29.353 INFO O| May 21 22:11:29.353 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4994 | 2026-05-21T22:11:30.355Z | [ recovery-image] May 21 22:11:29.361 INFO O| May 21 22:11:29.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4995 | 2026-05-21T22:11:30.355Z | [ recovery-image] May 21 22:11:29.361 INFO O| May 21 22:11:29.361 INFO STEP 51 (remove_files) COMPLETE |
| 4996 | 2026-05-21T22:11:30.355Z | [ recovery-image] May 21 22:11:29.361 INFO O| May 21 22:11:29.361 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 4997 | 2026-05-21T22:11:30.360Z | [ recovery-image] May 21 22:11:29.369 INFO O| May 21 22:11:29.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4998 | 2026-05-21T22:11:30.360Z | [ recovery-image] May 21 22:11:29.369 INFO O| May 21 22:11:29.369 INFO STEP 52 (remove_files) COMPLETE |
| 4999 | 2026-05-21T22:11:30.360Z | [ recovery-image] May 21 22:11:29.369 INFO O| May 21 22:11:29.369 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5000 | 2026-05-21T22:11:30.365Z | [ recovery-image] May 21 22:11:29.377 INFO O| May 21 22:11:29.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5001 | 2026-05-21T22:11:30.365Z | [ recovery-image] May 21 22:11:29.378 INFO O| May 21 22:11:29.378 INFO STEP 53 (remove_files) COMPLETE |
| 5002 | 2026-05-21T22:11:30.365Z | [ recovery-image] May 21 22:11:29.378 INFO O| May 21 22:11:29.378 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5003 | 2026-05-21T22:11:30.372Z | [ recovery-image] May 21 22:11:29.385 INFO O| May 21 22:11:29.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5004 | 2026-05-21T22:11:30.372Z | [ recovery-image] May 21 22:11:29.385 INFO O| May 21 22:11:29.385 INFO STEP 54 (remove_files) COMPLETE |
| 5005 | 2026-05-21T22:11:30.372Z | [ recovery-image] May 21 22:11:29.385 INFO O| May 21 22:11:29.385 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5006 | 2026-05-21T22:11:30.380Z | [ recovery-image] May 21 22:11:29.393 INFO O| May 21 22:11:29.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5007 | 2026-05-21T22:11:30.380Z | [ recovery-image] May 21 22:11:29.393 INFO O| May 21 22:11:29.393 INFO STEP 55 (remove_files) COMPLETE |
| 5008 | 2026-05-21T22:11:30.380Z | [ recovery-image] May 21 22:11:29.393 INFO O| May 21 22:11:29.393 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5009 | 2026-05-21T22:11:30.390Z | [ recovery-image] May 21 22:11:29.401 INFO O| May 21 22:11:29.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5010 | 2026-05-21T22:11:30.390Z | [ recovery-image] May 21 22:11:29.401 INFO O| May 21 22:11:29.401 INFO STEP 56 (remove_files) COMPLETE |
| 5011 | 2026-05-21T22:11:30.390Z | [ recovery-image] May 21 22:11:29.401 INFO O| May 21 22:11:29.401 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5012 | 2026-05-21T22:11:30.395Z | [ recovery-image] May 21 22:11:29.408 INFO O| May 21 22:11:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5013 | 2026-05-21T22:11:30.395Z | [ recovery-image] May 21 22:11:29.408 INFO O| May 21 22:11:29.408 INFO STEP 57 (remove_files) COMPLETE |
| 5014 | 2026-05-21T22:11:30.395Z | [ recovery-image] May 21 22:11:29.408 INFO O| May 21 22:11:29.408 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5015 | 2026-05-21T22:11:30.403Z | [ recovery-image] May 21 22:11:29.416 INFO O| May 21 22:11:29.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5016 | 2026-05-21T22:11:30.403Z | [ recovery-image] May 21 22:11:29.416 INFO O| May 21 22:11:29.416 INFO STEP 58 (remove_files) COMPLETE |
| 5017 | 2026-05-21T22:11:30.404Z | [ recovery-image] May 21 22:11:29.416 INFO O| May 21 22:11:29.416 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5018 | 2026-05-21T22:11:30.413Z | [ recovery-image] May 21 22:11:29.424 INFO O| May 21 22:11:29.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5019 | 2026-05-21T22:11:30.413Z | [ recovery-image] May 21 22:11:29.424 INFO O| May 21 22:11:29.424 INFO STEP 59 (remove_files) COMPLETE |
| 5020 | 2026-05-21T22:11:30.413Z | [ recovery-image] May 21 22:11:29.424 INFO O| May 21 22:11:29.424 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5021 | 2026-05-21T22:11:30.419Z | [ recovery-image] May 21 22:11:29.433 INFO O| May 21 22:11:29.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5022 | 2026-05-21T22:11:30.419Z | [ recovery-image] May 21 22:11:29.433 INFO O| May 21 22:11:29.433 INFO STEP 60 (remove_files) COMPLETE |
| 5023 | 2026-05-21T22:11:30.419Z | [ recovery-image] May 21 22:11:29.433 INFO O| May 21 22:11:29.433 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5024 | 2026-05-21T22:11:30.428Z | [ recovery-image] May 21 22:11:29.441 INFO O| May 21 22:11:29.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5025 | 2026-05-21T22:11:30.428Z | [ recovery-image] May 21 22:11:29.441 INFO O| May 21 22:11:29.441 INFO STEP 61 (remove_files) COMPLETE |
| 5026 | 2026-05-21T22:11:30.428Z | [ recovery-image] May 21 22:11:29.441 INFO O| May 21 22:11:29.441 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5027 | 2026-05-21T22:11:30.436Z | [ recovery-image] May 21 22:11:29.449 INFO O| May 21 22:11:29.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5028 | 2026-05-21T22:11:30.436Z | [ recovery-image] May 21 22:11:29.449 INFO O| May 21 22:11:29.449 INFO STEP 62 (remove_files) COMPLETE |
| 5029 | 2026-05-21T22:11:30.436Z | [ recovery-image] May 21 22:11:29.449 INFO O| May 21 22:11:29.449 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5030 | 2026-05-21T22:11:30.444Z | [ recovery-image] May 21 22:11:29.457 INFO O| May 21 22:11:29.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5031 | 2026-05-21T22:11:30.444Z | [ recovery-image] May 21 22:11:29.457 INFO O| May 21 22:11:29.457 INFO STEP 63 (remove_files) COMPLETE |
| 5032 | 2026-05-21T22:11:30.444Z | [ recovery-image] May 21 22:11:29.457 INFO O| May 21 22:11:29.457 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5033 | 2026-05-21T22:11:30.452Z | [ recovery-image] May 21 22:11:29.465 INFO O| May 21 22:11:29.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5034 | 2026-05-21T22:11:30.452Z | [ recovery-image] May 21 22:11:29.465 INFO O| May 21 22:11:29.465 INFO STEP 64 (remove_files) COMPLETE |
| 5035 | 2026-05-21T22:11:30.452Z | [ recovery-image] May 21 22:11:29.465 INFO O| May 21 22:11:29.465 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5036 | 2026-05-21T22:11:30.461Z | [ recovery-image] May 21 22:11:29.473 INFO O| May 21 22:11:29.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5037 | 2026-05-21T22:11:30.461Z | [ recovery-image] May 21 22:11:29.473 INFO O| May 21 22:11:29.473 INFO STEP 65 (remove_files) COMPLETE |
| 5038 | 2026-05-21T22:11:30.461Z | [ recovery-image] May 21 22:11:29.473 INFO O| May 21 22:11:29.473 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5039 | 2026-05-21T22:11:30.469Z | [ recovery-image] May 21 22:11:29.481 INFO O| May 21 22:11:29.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5040 | 2026-05-21T22:11:30.469Z | [ recovery-image] May 21 22:11:29.482 INFO O| May 21 22:11:29.482 INFO STEP 66 (remove_files) COMPLETE |
| 5041 | 2026-05-21T22:11:30.478Z | [ recovery-image] May 21 22:11:29.482 INFO O| May 21 22:11:29.482 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5042 | 2026-05-21T22:11:30.482Z | [ recovery-image] May 21 22:11:29.490 INFO O| May 21 22:11:29.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5043 | 2026-05-21T22:11:30.482Z | [ recovery-image] May 21 22:11:29.490 INFO O| May 21 22:11:29.490 INFO STEP 67 (remove_files) COMPLETE |
| 5044 | 2026-05-21T22:11:30.483Z | [ recovery-image] May 21 22:11:29.490 INFO O| May 21 22:11:29.490 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5045 | 2026-05-21T22:11:30.490Z | [ recovery-image] May 21 22:11:29.498 INFO O| May 21 22:11:29.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5046 | 2026-05-21T22:11:30.490Z | [ recovery-image] May 21 22:11:29.498 INFO O| May 21 22:11:29.498 INFO STEP 68 (remove_files) COMPLETE |
| 5047 | 2026-05-21T22:11:30.490Z | [ recovery-image] May 21 22:11:29.498 INFO O| May 21 22:11:29.498 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5048 | 2026-05-21T22:11:30.494Z | [ recovery-image] May 21 22:11:29.505 INFO O| May 21 22:11:29.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5049 | 2026-05-21T22:11:30.494Z | [ recovery-image] May 21 22:11:29.505 INFO O| May 21 22:11:29.505 INFO STEP 69 (remove_files) COMPLETE |
| 5050 | 2026-05-21T22:11:30.494Z | [ recovery-image] May 21 22:11:29.505 INFO O| May 21 22:11:29.505 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5051 | 2026-05-21T22:11:30.503Z | [ recovery-image] May 21 22:11:29.513 INFO O| May 21 22:11:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5052 | 2026-05-21T22:11:30.503Z | [ recovery-image] May 21 22:11:29.513 INFO O| May 21 22:11:29.513 INFO STEP 70 (remove_files) COMPLETE |
| 5053 | 2026-05-21T22:11:30.503Z | [ recovery-image] May 21 22:11:29.513 INFO O| May 21 22:11:29.513 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5054 | 2026-05-21T22:11:30.508Z | [ recovery-image] May 21 22:11:29.520 INFO O| May 21 22:11:29.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5055 | 2026-05-21T22:11:30.508Z | [ recovery-image] May 21 22:11:29.520 INFO O| May 21 22:11:29.520 INFO STEP 71 (remove_files) COMPLETE |
| 5056 | 2026-05-21T22:11:30.508Z | [ recovery-image] May 21 22:11:29.520 INFO O| May 21 22:11:29.520 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5057 | 2026-05-21T22:11:30.515Z | [ recovery-image] May 21 22:11:29.528 INFO O| May 21 22:11:29.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5058 | 2026-05-21T22:11:30.515Z | [ recovery-image] May 21 22:11:29.528 INFO O| May 21 22:11:29.528 INFO STEP 72 (remove_files) COMPLETE |
| 5059 | 2026-05-21T22:11:30.515Z | [ recovery-image] May 21 22:11:29.528 INFO O| May 21 22:11:29.528 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5060 | 2026-05-21T22:11:30.523Z | [ recovery-image] May 21 22:11:29.536 INFO O| May 21 22:11:29.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5061 | 2026-05-21T22:11:30.523Z | [ recovery-image] May 21 22:11:29.536 INFO O| May 21 22:11:29.536 INFO STEP 73 (remove_files) COMPLETE |
| 5062 | 2026-05-21T22:11:30.523Z | [ recovery-image] May 21 22:11:29.536 INFO O| May 21 22:11:29.536 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5063 | 2026-05-21T22:11:30.531Z | [ recovery-image] May 21 22:11:29.543 INFO O| May 21 22:11:29.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5064 | 2026-05-21T22:11:30.531Z | [ recovery-image] May 21 22:11:29.543 INFO O| May 21 22:11:29.543 INFO STEP 74 (remove_files) COMPLETE |
| 5065 | 2026-05-21T22:11:30.531Z | [ recovery-image] May 21 22:11:29.543 INFO O| May 21 22:11:29.543 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5066 | 2026-05-21T22:11:30.538Z | [ recovery-image] May 21 22:11:29.551 INFO O| May 21 22:11:29.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5067 | 2026-05-21T22:11:30.539Z | [ recovery-image] May 21 22:11:29.551 INFO O| May 21 22:11:29.551 INFO STEP 75 (remove_files) COMPLETE |
| 5068 | 2026-05-21T22:11:30.542Z | [ recovery-image] May 21 22:11:29.551 INFO O| May 21 22:11:29.551 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5069 | 2026-05-21T22:11:30.547Z | [ recovery-image] May 21 22:11:29.559 INFO O| May 21 22:11:29.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5070 | 2026-05-21T22:11:30.547Z | [ recovery-image] May 21 22:11:29.559 INFO O| May 21 22:11:29.559 INFO STEP 76 (remove_files) COMPLETE |
| 5071 | 2026-05-21T22:11:30.553Z | [ recovery-image] May 21 22:11:29.559 INFO O| May 21 22:11:29.559 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5072 | 2026-05-21T22:11:30.558Z | [ recovery-image] May 21 22:11:29.566 INFO O| May 21 22:11:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5073 | 2026-05-21T22:11:30.558Z | [ recovery-image] May 21 22:11:29.567 INFO O| May 21 22:11:29.567 INFO STEP 77 (remove_files) COMPLETE |
| 5074 | 2026-05-21T22:11:30.558Z | [ recovery-image] May 21 22:11:29.567 INFO O| May 21 22:11:29.567 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5075 | 2026-05-21T22:11:30.571Z | [ recovery-image] May 21 22:11:29.575 INFO O| May 21 22:11:29.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5076 | 2026-05-21T22:11:30.571Z | [ recovery-image] May 21 22:11:29.575 INFO O| May 21 22:11:29.575 INFO STEP 78 (remove_files) COMPLETE |
| 5077 | 2026-05-21T22:11:30.571Z | [ recovery-image] May 21 22:11:29.575 INFO O| May 21 22:11:29.575 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5078 | 2026-05-21T22:11:30.580Z | [ recovery-image] May 21 22:11:29.584 INFO O| May 21 22:11:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5079 | 2026-05-21T22:11:30.580Z | [ recovery-image] May 21 22:11:29.584 INFO O| May 21 22:11:29.584 INFO STEP 79 (remove_files) COMPLETE |
| 5080 | 2026-05-21T22:11:30.580Z | [ recovery-image] May 21 22:11:29.584 INFO O| May 21 22:11:29.584 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5081 | 2026-05-21T22:11:30.587Z | [ recovery-image] May 21 22:11:29.592 INFO O| May 21 22:11:29.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5082 | 2026-05-21T22:11:30.587Z | [ recovery-image] May 21 22:11:29.592 INFO O| May 21 22:11:29.592 INFO STEP 80 (remove_files) COMPLETE |
| 5083 | 2026-05-21T22:11:30.588Z | [ recovery-image] May 21 22:11:29.592 INFO O| May 21 22:11:29.592 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5084 | 2026-05-21T22:11:30.592Z | [ recovery-image] May 21 22:11:29.601 INFO O| May 21 22:11:29.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5085 | 2026-05-21T22:11:30.592Z | [ recovery-image] May 21 22:11:29.601 INFO O| May 21 22:11:29.601 INFO STEP 81 (remove_files) COMPLETE |
| 5086 | 2026-05-21T22:11:30.593Z | [ recovery-image] May 21 22:11:29.601 INFO O| May 21 22:11:29.601 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5087 | 2026-05-21T22:11:30.597Z | [ recovery-image] May 21 22:11:29.610 INFO O| May 21 22:11:29.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5088 | 2026-05-21T22:11:30.597Z | [ recovery-image] May 21 22:11:29.610 INFO O| May 21 22:11:29.610 INFO STEP 82 (remove_files) COMPLETE |
| 5089 | 2026-05-21T22:11:30.601Z | [ recovery-image] May 21 22:11:29.610 INFO O| May 21 22:11:29.610 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5090 | 2026-05-21T22:11:30.606Z | [ recovery-image] May 21 22:11:29.620 INFO O| May 21 22:11:29.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5091 | 2026-05-21T22:11:30.631Z | [ recovery-image] May 21 22:11:29.644 INFO O| May 21 22:11:29.621 INFO STEP 83 (remove_files) COMPLETE |
| 5092 | 2026-05-21T22:11:30.631Z | [ recovery-image] May 21 22:11:29.644 INFO O| May 21 22:11:29.644 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5093 | 2026-05-21T22:11:30.661Z | [ recovery-image] May 21 22:11:29.673 INFO O| May 21 22:11:29.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5094 | 2026-05-21T22:11:30.662Z | [ recovery-image] May 21 22:11:29.674 INFO O| May 21 22:11:29.674 INFO STEP 84 (remove_files) COMPLETE |
| 5095 | 2026-05-21T22:11:30.666Z | [ recovery-image] May 21 22:11:29.674 INFO O| May 21 22:11:29.674 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5096 | 2026-05-21T22:11:30.671Z | [ recovery-image] May 21 22:11:29.683 INFO O| May 21 22:11:29.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5097 | 2026-05-21T22:11:30.671Z | [ recovery-image] May 21 22:11:29.683 INFO O| May 21 22:11:29.683 INFO STEP 85 (remove_files) COMPLETE |
| 5098 | 2026-05-21T22:11:30.671Z | [ recovery-image] May 21 22:11:29.683 INFO O| May 21 22:11:29.683 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5099 | 2026-05-21T22:11:30.679Z | [ recovery-image] May 21 22:11:29.692 INFO O| May 21 22:11:29.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5100 | 2026-05-21T22:11:30.680Z | [ recovery-image] May 21 22:11:29.692 INFO O| May 21 22:11:29.692 INFO STEP 86 (remove_files) COMPLETE |
| 5101 | 2026-05-21T22:11:30.680Z | [ recovery-image] May 21 22:11:29.692 INFO O| May 21 22:11:29.692 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5102 | 2026-05-21T22:11:30.688Z | [ recovery-image] May 21 22:11:29.701 INFO O| May 21 22:11:29.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5103 | 2026-05-21T22:11:30.688Z | [ recovery-image] May 21 22:11:29.701 INFO O| May 21 22:11:29.701 INFO STEP 87 (remove_files) COMPLETE |
| 5104 | 2026-05-21T22:11:30.697Z | [ recovery-image] May 21 22:11:29.701 INFO O| May 21 22:11:29.701 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5105 | 2026-05-21T22:11:30.697Z | [ recovery-image] May 21 22:11:29.709 INFO O| May 21 22:11:29.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5106 | 2026-05-21T22:11:30.698Z | [ recovery-image] May 21 22:11:29.709 INFO O| May 21 22:11:29.709 INFO STEP 88 (remove_files) COMPLETE |
| 5107 | 2026-05-21T22:11:30.698Z | [ recovery-image] May 21 22:11:29.709 INFO O| May 21 22:11:29.709 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5108 | 2026-05-21T22:11:30.705Z | [ recovery-image] May 21 22:11:29.717 INFO O| May 21 22:11:29.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5109 | 2026-05-21T22:11:30.705Z | [ recovery-image] May 21 22:11:29.717 INFO O| May 21 22:11:29.717 INFO STEP 89 (remove_files) COMPLETE |
| 5110 | 2026-05-21T22:11:30.710Z | [ recovery-image] May 21 22:11:29.717 INFO O| May 21 22:11:29.717 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5111 | 2026-05-21T22:11:30.714Z | [ recovery-image] May 21 22:11:29.725 INFO O| May 21 22:11:29.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5112 | 2026-05-21T22:11:30.714Z | [ recovery-image] May 21 22:11:29.725 INFO O| May 21 22:11:29.725 INFO STEP 90 (remove_files) COMPLETE |
| 5113 | 2026-05-21T22:11:30.714Z | [ recovery-image] May 21 22:11:29.725 INFO O| May 21 22:11:29.725 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5114 | 2026-05-21T22:11:30.721Z | [ recovery-image] May 21 22:11:29.732 INFO O| May 21 22:11:29.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5115 | 2026-05-21T22:11:30.721Z | [ recovery-image] May 21 22:11:29.733 INFO O| May 21 22:11:29.733 INFO STEP 91 (remove_files) COMPLETE |
| 5116 | 2026-05-21T22:11:30.727Z | [ recovery-image] May 21 22:11:29.733 INFO O| May 21 22:11:29.733 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5117 | 2026-05-21T22:11:30.732Z | [ recovery-image] May 21 22:11:29.740 INFO O| May 21 22:11:29.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5118 | 2026-05-21T22:11:30.732Z | [ recovery-image] May 21 22:11:29.740 INFO O| May 21 22:11:29.740 INFO STEP 92 (remove_files) COMPLETE |
| 5119 | 2026-05-21T22:11:30.732Z | [ recovery-image] May 21 22:11:29.740 INFO O| May 21 22:11:29.740 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5120 | 2026-05-21T22:11:30.752Z | [ recovery-image] May 21 22:11:29.748 INFO O| May 21 22:11:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5121 | 2026-05-21T22:11:30.752Z | [ recovery-image] May 21 22:11:29.748 INFO O| May 21 22:11:29.748 INFO STEP 93 (remove_files) COMPLETE |
| 5122 | 2026-05-21T22:11:30.752Z | [ recovery-image] May 21 22:11:29.748 INFO O| May 21 22:11:29.748 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5123 | 2026-05-21T22:11:30.752Z | [ recovery-image] May 21 22:11:29.757 INFO O| May 21 22:11:29.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5124 | 2026-05-21T22:11:30.753Z | [ recovery-image] May 21 22:11:29.757 INFO O| May 21 22:11:29.757 INFO STEP 94 (remove_files) COMPLETE |
| 5125 | 2026-05-21T22:11:30.753Z | [ recovery-image] May 21 22:11:29.757 INFO O| May 21 22:11:29.757 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5126 | 2026-05-21T22:11:30.760Z | [ recovery-image] May 21 22:11:29.766 INFO O| May 21 22:11:29.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5127 | 2026-05-21T22:11:30.760Z | [ recovery-image] May 21 22:11:29.766 INFO O| May 21 22:11:29.766 INFO STEP 95 (remove_files) COMPLETE |
| 5128 | 2026-05-21T22:11:30.760Z | [ recovery-image] May 21 22:11:29.766 INFO O| May 21 22:11:29.766 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5129 | 2026-05-21T22:11:30.766Z | [ recovery-image] May 21 22:11:29.773 INFO O| May 21 22:11:29.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5130 | 2026-05-21T22:11:30.766Z | [ recovery-image] May 21 22:11:29.774 INFO O| May 21 22:11:29.773 INFO STEP 96 (remove_files) COMPLETE |
| 5131 | 2026-05-21T22:11:30.766Z | [ recovery-image] May 21 22:11:29.774 INFO O| May 21 22:11:29.774 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5132 | 2026-05-21T22:11:30.770Z | [ recovery-image] May 21 22:11:29.781 INFO O| May 21 22:11:29.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5133 | 2026-05-21T22:11:30.770Z | [ recovery-image] May 21 22:11:29.781 INFO O| May 21 22:11:29.781 INFO STEP 97 (remove_files) COMPLETE |
| 5134 | 2026-05-21T22:11:30.770Z | [ recovery-image] May 21 22:11:29.781 INFO O| May 21 22:11:29.781 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5135 | 2026-05-21T22:11:30.774Z | [ recovery-image] May 21 22:11:29.788 INFO O| May 21 22:11:29.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5136 | 2026-05-21T22:11:30.775Z | [ recovery-image] May 21 22:11:29.788 INFO O| May 21 22:11:29.788 INFO STEP 98 (remove_files) COMPLETE |
| 5137 | 2026-05-21T22:11:30.775Z | [ recovery-image] May 21 22:11:29.788 INFO O| May 21 22:11:29.788 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5138 | 2026-05-21T22:11:30.781Z | [ recovery-image] May 21 22:11:29.795 INFO O| May 21 22:11:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5139 | 2026-05-21T22:11:30.782Z | [ recovery-image] May 21 22:11:29.795 INFO O| May 21 22:11:29.795 INFO STEP 99 (remove_files) COMPLETE |
| 5140 | 2026-05-21T22:11:30.788Z | [ recovery-image] May 21 22:11:29.795 INFO O| May 21 22:11:29.795 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5141 | 2026-05-21T22:11:30.793Z | [ recovery-image] May 21 22:11:29.802 INFO O| May 21 22:11:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5142 | 2026-05-21T22:11:30.793Z | [ recovery-image] May 21 22:11:29.802 INFO O| May 21 22:11:29.802 INFO STEP 100 (remove_files) COMPLETE |
| 5143 | 2026-05-21T22:11:30.793Z | [ recovery-image] May 21 22:11:29.802 INFO O| May 21 22:11:29.802 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5144 | 2026-05-21T22:11:30.797Z | [ recovery-image] May 21 22:11:29.809 INFO O| May 21 22:11:29.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5145 | 2026-05-21T22:11:30.797Z | [ recovery-image] May 21 22:11:29.809 INFO O| May 21 22:11:29.809 INFO STEP 101 (remove_files) COMPLETE |
| 5146 | 2026-05-21T22:11:30.797Z | [ recovery-image] May 21 22:11:29.809 INFO O| May 21 22:11:29.809 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5147 | 2026-05-21T22:11:30.802Z | [ recovery-image] May 21 22:11:29.816 INFO O| May 21 22:11:29.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5148 | 2026-05-21T22:11:30.802Z | [ recovery-image] May 21 22:11:29.816 INFO O| May 21 22:11:29.816 INFO STEP 102 (remove_files) COMPLETE |
| 5149 | 2026-05-21T22:11:30.805Z | [ recovery-image] May 21 22:11:29.816 INFO O| May 21 22:11:29.816 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5150 | 2026-05-21T22:11:30.812Z | [ recovery-image] May 21 22:11:29.823 INFO O| May 21 22:11:29.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5151 | 2026-05-21T22:11:30.812Z | [ recovery-image] May 21 22:11:29.823 INFO O| May 21 22:11:29.823 INFO STEP 103 (remove_files) COMPLETE |
| 5152 | 2026-05-21T22:11:30.812Z | [ recovery-image] May 21 22:11:29.823 INFO O| May 21 22:11:29.823 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5153 | 2026-05-21T22:11:30.819Z | [ recovery-image] May 21 22:11:29.830 INFO O| May 21 22:11:29.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5154 | 2026-05-21T22:11:30.819Z | [ recovery-image] May 21 22:11:29.830 INFO O| May 21 22:11:29.830 INFO STEP 104 (remove_files) COMPLETE |
| 5155 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.830 INFO O| May 21 22:11:29.830 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5156 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.836 INFO O| May 21 22:11:29.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5157 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.837 INFO O| May 21 22:11:29.837 INFO STEP 105 (remove_files) COMPLETE |
| 5158 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.837 INFO O| May 21 22:11:29.837 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5159 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.844 INFO O| May 21 22:11:29.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5160 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.844 INFO O| May 21 22:11:29.844 INFO STEP 106 (remove_files) COMPLETE |
| 5161 | 2026-05-21T22:11:30.840Z | [ recovery-image] May 21 22:11:29.844 INFO O| May 21 22:11:29.844 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5162 | 2026-05-21T22:11:30.844Z | [ recovery-image] May 21 22:11:29.851 INFO O| May 21 22:11:29.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5163 | 2026-05-21T22:11:30.844Z | [ recovery-image] May 21 22:11:29.851 INFO O| May 21 22:11:29.851 INFO STEP 107 (remove_files) COMPLETE |
| 5164 | 2026-05-21T22:11:30.844Z | [ recovery-image] May 21 22:11:29.851 INFO O| May 21 22:11:29.851 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5165 | 2026-05-21T22:11:30.849Z | [ recovery-image] May 21 22:11:29.858 INFO O| May 21 22:11:29.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5166 | 2026-05-21T22:11:30.849Z | [ recovery-image] May 21 22:11:29.859 INFO O| May 21 22:11:29.859 INFO STEP 108 (remove_files) COMPLETE |
| 5167 | 2026-05-21T22:11:30.849Z | [ recovery-image] May 21 22:11:29.859 INFO O| May 21 22:11:29.859 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5168 | 2026-05-21T22:11:30.858Z | [ recovery-image] May 21 22:11:29.866 INFO O| May 21 22:11:29.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5169 | 2026-05-21T22:11:30.858Z | [ recovery-image] May 21 22:11:29.866 INFO O| May 21 22:11:29.866 INFO STEP 109 (remove_files) COMPLETE |
| 5170 | 2026-05-21T22:11:30.858Z | [ recovery-image] May 21 22:11:29.866 INFO O| May 21 22:11:29.866 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5171 | 2026-05-21T22:11:30.861Z | [ recovery-image] May 21 22:11:29.873 INFO O| May 21 22:11:29.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5172 | 2026-05-21T22:11:30.861Z | [ recovery-image] May 21 22:11:29.873 INFO O| May 21 22:11:29.873 INFO STEP 110 (remove_files) COMPLETE |
| 5173 | 2026-05-21T22:11:30.862Z | [ recovery-image] May 21 22:11:29.873 INFO O| May 21 22:11:29.873 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5174 | 2026-05-21T22:11:30.867Z | [ recovery-image] May 21 22:11:29.881 INFO O| May 21 22:11:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5175 | 2026-05-21T22:11:30.867Z | [ recovery-image] May 21 22:11:29.881 INFO O| May 21 22:11:29.881 INFO STEP 111 (remove_files) COMPLETE |
| 5176 | 2026-05-21T22:11:30.873Z | [ recovery-image] May 21 22:11:29.881 INFO O| May 21 22:11:29.881 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5177 | 2026-05-21T22:11:30.879Z | [ recovery-image] May 21 22:11:29.889 INFO O| May 21 22:11:29.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5178 | 2026-05-21T22:11:30.879Z | [ recovery-image] May 21 22:11:29.889 INFO O| May 21 22:11:29.889 INFO STEP 112 (remove_files) COMPLETE |
| 5179 | 2026-05-21T22:11:30.879Z | [ recovery-image] May 21 22:11:29.889 INFO O| May 21 22:11:29.889 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5180 | 2026-05-21T22:11:30.884Z | [ recovery-image] May 21 22:11:29.896 INFO O| May 21 22:11:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5181 | 2026-05-21T22:11:30.884Z | [ recovery-image] May 21 22:11:29.897 INFO O| May 21 22:11:29.897 INFO STEP 113 (remove_files) COMPLETE |
| 5182 | 2026-05-21T22:11:30.889Z | [ recovery-image] May 21 22:11:29.897 INFO O| May 21 22:11:29.897 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5183 | 2026-05-21T22:11:30.892Z | [ recovery-image] May 21 22:11:29.904 INFO O| May 21 22:11:29.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5184 | 2026-05-21T22:11:30.892Z | [ recovery-image] May 21 22:11:29.905 INFO O| May 21 22:11:29.905 INFO STEP 114 (remove_files) COMPLETE |
| 5185 | 2026-05-21T22:11:30.892Z | [ recovery-image] May 21 22:11:29.905 INFO O| May 21 22:11:29.905 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5186 | 2026-05-21T22:11:30.898Z | [ recovery-image] May 21 22:11:29.912 INFO O| May 21 22:11:29.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5187 | 2026-05-21T22:11:30.898Z | [ recovery-image] May 21 22:11:29.912 INFO O| May 21 22:11:29.912 INFO STEP 115 (remove_files) COMPLETE |
| 5188 | 2026-05-21T22:11:30.898Z | [ recovery-image] May 21 22:11:29.912 INFO O| May 21 22:11:29.912 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5189 | 2026-05-21T22:11:30.907Z | [ recovery-image] May 21 22:11:29.919 INFO O| May 21 22:11:29.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5190 | 2026-05-21T22:11:30.907Z | [ recovery-image] May 21 22:11:29.919 INFO O| May 21 22:11:29.919 INFO STEP 116 (remove_files) COMPLETE |
| 5191 | 2026-05-21T22:11:30.907Z | [ recovery-image] May 21 22:11:29.919 INFO O| May 21 22:11:29.919 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5192 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.927 INFO O| May 21 22:11:29.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5193 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.927 INFO O| May 21 22:11:29.927 INFO STEP 117 (remove_files) COMPLETE |
| 5194 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.927 INFO O| May 21 22:11:29.927 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5195 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.935 INFO O| May 21 22:11:29.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5196 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.935 INFO O| May 21 22:11:29.935 INFO STEP 118 (remove_files) COMPLETE |
| 5197 | 2026-05-21T22:11:30.929Z | [ recovery-image] May 21 22:11:29.935 INFO O| May 21 22:11:29.935 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5198 | 2026-05-21T22:11:30.932Z | [ recovery-image] May 21 22:11:29.943 INFO O| May 21 22:11:29.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5199 | 2026-05-21T22:11:30.932Z | [ recovery-image] May 21 22:11:29.944 INFO O| May 21 22:11:29.944 INFO STEP 119 (remove_files) COMPLETE |
| 5200 | 2026-05-21T22:11:30.932Z | [ recovery-image] May 21 22:11:29.944 INFO O| May 21 22:11:29.944 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5201 | 2026-05-21T22:11:30.947Z | [ recovery-image] May 21 22:11:29.952 INFO O| May 21 22:11:29.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5202 | 2026-05-21T22:11:30.951Z | [ recovery-image] May 21 22:11:29.952 INFO O| May 21 22:11:29.952 INFO STEP 120 (remove_files) COMPLETE |
| 5203 | 2026-05-21T22:11:30.951Z | [ recovery-image] May 21 22:11:29.952 INFO O| May 21 22:11:29.952 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5204 | 2026-05-21T22:11:30.951Z | [ recovery-image] May 21 22:11:29.960 INFO O| May 21 22:11:29.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5205 | 2026-05-21T22:11:30.951Z | [ recovery-image] May 21 22:11:29.961 INFO O| May 21 22:11:29.960 INFO STEP 121 (remove_files) COMPLETE |
| 5206 | 2026-05-21T22:11:30.951Z | [ recovery-image] May 21 22:11:29.961 INFO O| May 21 22:11:29.961 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5207 | 2026-05-21T22:11:30.958Z | [ recovery-image] May 21 22:11:29.970 INFO O| May 21 22:11:29.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5208 | 2026-05-21T22:11:30.961Z | [ recovery-image] May 21 22:11:29.970 INFO O| May 21 22:11:29.970 INFO STEP 122 (remove_files) COMPLETE |
| 5209 | 2026-05-21T22:11:30.961Z | [ recovery-image] May 21 22:11:29.970 INFO O| May 21 22:11:29.970 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5210 | 2026-05-21T22:11:30.966Z | [ recovery-image] May 21 22:11:29.979 INFO O| May 21 22:11:29.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5211 | 2026-05-21T22:11:30.972Z | [ recovery-image] May 21 22:11:29.979 INFO O| May 21 22:11:29.979 INFO STEP 123 (remove_files) COMPLETE |
| 5212 | 2026-05-21T22:11:30.972Z | [ recovery-image] May 21 22:11:29.979 INFO O| May 21 22:11:29.979 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5213 | 2026-05-21T22:11:30.976Z | [ recovery-image] May 21 22:11:29.988 INFO O| May 21 22:11:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5214 | 2026-05-21T22:11:30.997Z | [ recovery-image] May 21 22:11:30.011 INFO O| May 21 22:11:30.011 INFO STEP 124 (remove_files) COMPLETE |
| 5215 | 2026-05-21T22:11:30.998Z | [ recovery-image] May 21 22:11:30.011 INFO O| May 21 22:11:30.011 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5216 | 2026-05-21T22:11:31.008Z | [ recovery-image] May 21 22:11:30.020 INFO O| May 21 22:11:30.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5217 | 2026-05-21T22:11:31.013Z | [ recovery-image] May 21 22:11:30.021 INFO O| May 21 22:11:30.021 INFO STEP 125 (remove_files) COMPLETE |
| 5218 | 2026-05-21T22:11:31.013Z | [ recovery-image] May 21 22:11:30.021 INFO O| May 21 22:11:30.021 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5219 | 2026-05-21T22:11:31.017Z | [ recovery-image] May 21 22:11:30.029 INFO O| May 21 22:11:30.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5220 | 2026-05-21T22:11:31.017Z | [ recovery-image] May 21 22:11:30.029 INFO O| May 21 22:11:30.029 INFO STEP 126 (remove_files) COMPLETE |
| 5221 | 2026-05-21T22:11:31.017Z | [ recovery-image] May 21 22:11:30.029 INFO O| May 21 22:11:30.029 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5222 | 2026-05-21T22:11:31.024Z | [ recovery-image] May 21 22:11:30.037 INFO O| May 21 22:11:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5223 | 2026-05-21T22:11:31.030Z | [ recovery-image] May 21 22:11:30.038 INFO O| May 21 22:11:30.038 INFO STEP 127 (remove_files) COMPLETE |
| 5224 | 2026-05-21T22:11:31.030Z | [ recovery-image] May 21 22:11:30.038 INFO O| May 21 22:11:30.038 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5225 | 2026-05-21T22:11:31.038Z | [ recovery-image] May 21 22:11:30.047 INFO O| May 21 22:11:30.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5226 | 2026-05-21T22:11:31.038Z | [ recovery-image] May 21 22:11:30.047 INFO O| May 21 22:11:30.047 INFO STEP 128 (remove_files) COMPLETE |
| 5227 | 2026-05-21T22:11:31.038Z | [ recovery-image] May 21 22:11:30.047 INFO O| May 21 22:11:30.047 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5228 | 2026-05-21T22:11:31.051Z | [ recovery-image] May 21 22:11:30.064 INFO O| May 21 22:11:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5229 | 2026-05-21T22:11:31.051Z | [ recovery-image] May 21 22:11:30.064 INFO O| May 21 22:11:30.064 INFO STEP 129 (remove_files) COMPLETE |
| 5230 | 2026-05-21T22:11:31.051Z | [ recovery-image] May 21 22:11:30.064 INFO O| May 21 22:11:30.064 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5231 | 2026-05-21T22:11:31.062Z | [ recovery-image] May 21 22:11:30.074 INFO O| May 21 22:11:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5232 | 2026-05-21T22:11:31.062Z | [ recovery-image] May 21 22:11:30.075 INFO O| May 21 22:11:30.075 INFO STEP 130 (remove_files) COMPLETE |
| 5233 | 2026-05-21T22:11:31.069Z | [ recovery-image] May 21 22:11:30.075 INFO O| May 21 22:11:30.075 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5234 | 2026-05-21T22:11:31.076Z | [ recovery-image] May 21 22:11:30.085 INFO O| May 21 22:11:30.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5235 | 2026-05-21T22:11:31.076Z | [ recovery-image] May 21 22:11:30.085 INFO O| May 21 22:11:30.085 INFO STEP 131 (remove_files) COMPLETE |
| 5236 | 2026-05-21T22:11:31.076Z | [ recovery-image] May 21 22:11:30.085 INFO O| May 21 22:11:30.085 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5237 | 2026-05-21T22:11:31.081Z | [ recovery-image] May 21 22:11:30.094 INFO O| May 21 22:11:30.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5238 | 2026-05-21T22:11:31.085Z | [ recovery-image] May 21 22:11:30.094 INFO O| May 21 22:11:30.094 INFO STEP 132 (remove_files) COMPLETE |
| 5239 | 2026-05-21T22:11:31.085Z | [ recovery-image] May 21 22:11:30.094 INFO O| May 21 22:11:30.094 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5240 | 2026-05-21T22:11:31.089Z | [ recovery-image] May 21 22:11:30.102 INFO O| May 21 22:11:30.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5241 | 2026-05-21T22:11:31.089Z | [ recovery-image] May 21 22:11:30.102 INFO O| May 21 22:11:30.102 INFO STEP 133 (remove_files) COMPLETE |
| 5242 | 2026-05-21T22:11:31.089Z | [ recovery-image] May 21 22:11:30.102 INFO O| May 21 22:11:30.102 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5243 | 2026-05-21T22:11:31.098Z | [ recovery-image] May 21 22:11:30.110 INFO O| May 21 22:11:30.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5244 | 2026-05-21T22:11:31.098Z | [ recovery-image] May 21 22:11:30.110 INFO O| May 21 22:11:30.110 INFO STEP 134 (remove_files) COMPLETE |
| 5245 | 2026-05-21T22:11:31.104Z | [ recovery-image] May 21 22:11:30.110 INFO O| May 21 22:11:30.110 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5246 | 2026-05-21T22:11:31.108Z | [ recovery-image] May 21 22:11:30.119 INFO O| May 21 22:11:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5247 | 2026-05-21T22:11:31.108Z | [ recovery-image] May 21 22:11:30.119 INFO O| May 21 22:11:30.119 INFO STEP 135 (remove_files) COMPLETE |
| 5248 | 2026-05-21T22:11:31.108Z | [ recovery-image] May 21 22:11:30.119 INFO O| May 21 22:11:30.119 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5249 | 2026-05-21T22:11:31.114Z | [ recovery-image] May 21 22:11:30.128 INFO O| May 21 22:11:30.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5250 | 2026-05-21T22:11:31.114Z | [ recovery-image] May 21 22:11:30.128 INFO O| May 21 22:11:30.128 INFO STEP 136 (remove_files) COMPLETE |
| 5251 | 2026-05-21T22:11:31.118Z | [ recovery-image] May 21 22:11:30.128 INFO O| May 21 22:11:30.128 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5252 | 2026-05-21T22:11:31.124Z | [ recovery-image] May 21 22:11:30.137 INFO O| May 21 22:11:30.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5253 | 2026-05-21T22:11:31.124Z | [ recovery-image] May 21 22:11:30.138 INFO O| May 21 22:11:30.138 INFO STEP 137 (remove_files) COMPLETE |
| 5254 | 2026-05-21T22:11:31.124Z | [ recovery-image] May 21 22:11:30.138 INFO O| May 21 22:11:30.138 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5255 | 2026-05-21T22:11:31.135Z | [ recovery-image] May 21 22:11:30.147 INFO O| May 21 22:11:30.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5256 | 2026-05-21T22:11:31.135Z | [ recovery-image] May 21 22:11:30.147 INFO O| May 21 22:11:30.147 INFO STEP 138 (remove_files) COMPLETE |
| 5257 | 2026-05-21T22:11:31.135Z | [ recovery-image] May 21 22:11:30.147 INFO O| May 21 22:11:30.147 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5258 | 2026-05-21T22:11:31.143Z | [ recovery-image] May 21 22:11:30.155 INFO O| May 21 22:11:30.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5259 | 2026-05-21T22:11:31.143Z | [ recovery-image] May 21 22:11:30.155 INFO O| May 21 22:11:30.155 INFO STEP 139 (remove_files) COMPLETE |
| 5260 | 2026-05-21T22:11:31.143Z | [ recovery-image] May 21 22:11:30.155 INFO O| May 21 22:11:30.155 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5261 | 2026-05-21T22:11:31.152Z | [ recovery-image] May 21 22:11:30.163 INFO O| May 21 22:11:30.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5262 | 2026-05-21T22:11:31.152Z | [ recovery-image] May 21 22:11:30.163 INFO O| May 21 22:11:30.163 INFO STEP 140 (remove_files) COMPLETE |
| 5263 | 2026-05-21T22:11:31.152Z | [ recovery-image] May 21 22:11:30.163 INFO O| May 21 22:11:30.163 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5264 | 2026-05-21T22:11:31.158Z | [ recovery-image] May 21 22:11:30.170 INFO O| May 21 22:11:30.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5265 | 2026-05-21T22:11:31.158Z | [ recovery-image] May 21 22:11:30.170 INFO O| May 21 22:11:30.170 INFO STEP 141 (remove_files) COMPLETE |
| 5266 | 2026-05-21T22:11:31.158Z | [ recovery-image] May 21 22:11:30.170 INFO O| May 21 22:11:30.170 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5267 | 2026-05-21T22:11:31.170Z | [ recovery-image] May 21 22:11:30.177 INFO O| May 21 22:11:30.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5268 | 2026-05-21T22:11:31.170Z | [ recovery-image] May 21 22:11:30.177 INFO O| May 21 22:11:30.177 INFO STEP 142 (remove_files) COMPLETE |
| 5269 | 2026-05-21T22:11:31.170Z | [ recovery-image] May 21 22:11:30.177 INFO O| May 21 22:11:30.177 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5270 | 2026-05-21T22:11:31.176Z | [ recovery-image] May 21 22:11:30.184 INFO O| May 21 22:11:30.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5271 | 2026-05-21T22:11:31.176Z | [ recovery-image] May 21 22:11:30.184 INFO O| May 21 22:11:30.184 INFO STEP 143 (remove_files) COMPLETE |
| 5272 | 2026-05-21T22:11:31.176Z | [ recovery-image] May 21 22:11:30.184 INFO O| May 21 22:11:30.184 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5273 | 2026-05-21T22:11:31.182Z | [ recovery-image] May 21 22:11:30.191 INFO O| May 21 22:11:30.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5274 | 2026-05-21T22:11:31.182Z | [ recovery-image] May 21 22:11:30.191 INFO O| May 21 22:11:30.191 INFO STEP 144 (remove_files) COMPLETE |
| 5275 | 2026-05-21T22:11:31.182Z | [ recovery-image] May 21 22:11:30.191 INFO O| May 21 22:11:30.191 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5276 | 2026-05-21T22:11:31.187Z | [ recovery-image] May 21 22:11:30.198 INFO O| May 21 22:11:30.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5277 | 2026-05-21T22:11:31.187Z | [ recovery-image] May 21 22:11:30.198 INFO O| May 21 22:11:30.198 INFO STEP 145 (remove_files) COMPLETE |
| 5278 | 2026-05-21T22:11:31.187Z | [ recovery-image] May 21 22:11:30.198 INFO O| May 21 22:11:30.198 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5279 | 2026-05-21T22:11:31.193Z | [ recovery-image] May 21 22:11:30.205 INFO O| May 21 22:11:30.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5280 | 2026-05-21T22:11:31.193Z | [ recovery-image] May 21 22:11:30.205 INFO O| May 21 22:11:30.205 INFO STEP 146 (remove_files) COMPLETE |
| 5281 | 2026-05-21T22:11:31.193Z | [ recovery-image] May 21 22:11:30.205 INFO O| May 21 22:11:30.205 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5282 | 2026-05-21T22:11:31.199Z | [ recovery-image] May 21 22:11:30.212 INFO O| May 21 22:11:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5283 | 2026-05-21T22:11:31.199Z | [ recovery-image] May 21 22:11:30.212 INFO O| May 21 22:11:30.212 INFO STEP 147 (remove_files) COMPLETE |
| 5284 | 2026-05-21T22:11:31.206Z | [ recovery-image] May 21 22:11:30.212 INFO O| May 21 22:11:30.212 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5285 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.219 INFO O| May 21 22:11:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5286 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.219 INFO O| May 21 22:11:30.219 INFO STEP 148 (remove_files) COMPLETE |
| 5287 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.219 INFO O| May 21 22:11:30.219 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5288 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.227 INFO O| May 21 22:11:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5289 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.227 INFO O| May 21 22:11:30.227 INFO STEP 149 (remove_files) COMPLETE |
| 5290 | 2026-05-21T22:11:31.218Z | [ recovery-image] May 21 22:11:30.227 INFO O| May 21 22:11:30.227 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5291 | 2026-05-21T22:11:31.226Z | [ recovery-image] May 21 22:11:30.234 INFO O| May 21 22:11:30.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5292 | 2026-05-21T22:11:31.226Z | [ recovery-image] May 21 22:11:30.234 INFO O| May 21 22:11:30.234 INFO STEP 150 (remove_files) COMPLETE |
| 5293 | 2026-05-21T22:11:31.226Z | [ recovery-image] May 21 22:11:30.234 INFO O| May 21 22:11:30.234 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5294 | 2026-05-21T22:11:31.232Z | [ recovery-image] May 21 22:11:30.242 INFO O| May 21 22:11:30.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5295 | 2026-05-21T22:11:31.232Z | [ recovery-image] May 21 22:11:30.242 INFO O| May 21 22:11:30.242 INFO STEP 151 (remove_files) COMPLETE |
| 5296 | 2026-05-21T22:11:31.233Z | [ recovery-image] May 21 22:11:30.242 INFO O| May 21 22:11:30.242 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5297 | 2026-05-21T22:11:31.237Z | [ recovery-image] May 21 22:11:30.250 INFO O| May 21 22:11:30.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5298 | 2026-05-21T22:11:31.237Z | [ recovery-image] May 21 22:11:30.250 INFO O| May 21 22:11:30.250 INFO STEP 152 (remove_files) COMPLETE |
| 5299 | 2026-05-21T22:11:31.241Z | [ recovery-image] May 21 22:11:30.250 INFO O| May 21 22:11:30.250 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5300 | 2026-05-21T22:11:31.245Z | [ recovery-image] May 21 22:11:30.258 INFO O| May 21 22:11:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5301 | 2026-05-21T22:11:31.246Z | [ recovery-image] May 21 22:11:30.258 INFO O| May 21 22:11:30.258 INFO STEP 153 (remove_files) COMPLETE |
| 5302 | 2026-05-21T22:11:31.246Z | [ recovery-image] May 21 22:11:30.258 INFO O| May 21 22:11:30.258 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5303 | 2026-05-21T22:11:31.252Z | [ recovery-image] May 21 22:11:30.265 INFO O| May 21 22:11:30.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5304 | 2026-05-21T22:11:31.252Z | [ recovery-image] May 21 22:11:30.266 INFO O| May 21 22:11:30.266 INFO STEP 154 (remove_files) COMPLETE |
| 5305 | 2026-05-21T22:11:31.252Z | [ recovery-image] May 21 22:11:30.266 INFO O| May 21 22:11:30.266 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5306 | 2026-05-21T22:11:31.260Z | [ recovery-image] May 21 22:11:30.273 INFO O| May 21 22:11:30.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5307 | 2026-05-21T22:11:31.260Z | [ recovery-image] May 21 22:11:30.273 INFO O| May 21 22:11:30.273 INFO STEP 155 (remove_files) COMPLETE |
| 5308 | 2026-05-21T22:11:31.260Z | [ recovery-image] May 21 22:11:30.273 INFO O| May 21 22:11:30.273 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5309 | 2026-05-21T22:11:31.268Z | [ recovery-image] May 21 22:11:30.281 INFO O| May 21 22:11:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5310 | 2026-05-21T22:11:31.268Z | [ recovery-image] May 21 22:11:30.281 INFO O| May 21 22:11:30.281 INFO STEP 156 (remove_files) COMPLETE |
| 5311 | 2026-05-21T22:11:31.268Z | [ recovery-image] May 21 22:11:30.281 INFO O| May 21 22:11:30.281 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5312 | 2026-05-21T22:11:31.277Z | [ recovery-image] May 21 22:11:30.288 INFO O| May 21 22:11:30.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5313 | 2026-05-21T22:11:31.277Z | [ recovery-image] May 21 22:11:30.289 INFO O| May 21 22:11:30.289 INFO STEP 157 (remove_files) COMPLETE |
| 5314 | 2026-05-21T22:11:31.277Z | [ recovery-image] May 21 22:11:30.289 INFO O| May 21 22:11:30.289 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5315 | 2026-05-21T22:11:31.285Z | [ recovery-image] May 21 22:11:30.297 INFO O| May 21 22:11:30.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5316 | 2026-05-21T22:11:31.285Z | [ recovery-image] May 21 22:11:30.297 INFO O| May 21 22:11:30.297 INFO STEP 158 (remove_files) COMPLETE |
| 5317 | 2026-05-21T22:11:31.289Z | [ recovery-image] May 21 22:11:30.297 INFO O| May 21 22:11:30.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5318 | 2026-05-21T22:11:31.297Z | [ recovery-image] May 21 22:11:30.307 INFO O| May 21 22:11:30.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5319 | 2026-05-21T22:11:31.297Z | [ recovery-image] May 21 22:11:30.307 INFO O| May 21 22:11:30.307 INFO STEP 159 (remove_files) COMPLETE |
| 5320 | 2026-05-21T22:11:31.297Z | [ recovery-image] May 21 22:11:30.307 INFO O| May 21 22:11:30.307 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5321 | 2026-05-21T22:11:31.304Z | [ recovery-image] May 21 22:11:30.317 INFO O| May 21 22:11:30.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5322 | 2026-05-21T22:11:31.304Z | [ recovery-image] May 21 22:11:30.317 INFO O| May 21 22:11:30.317 INFO STEP 160 (remove_files) COMPLETE |
| 5323 | 2026-05-21T22:11:31.304Z | [ recovery-image] May 21 22:11:30.317 INFO O| May 21 22:11:30.317 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5324 | 2026-05-21T22:11:31.315Z | [ recovery-image] May 21 22:11:30.327 INFO O| May 21 22:11:30.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5325 | 2026-05-21T22:11:31.315Z | [ recovery-image] May 21 22:11:30.327 INFO O| May 21 22:11:30.327 INFO STEP 161 (remove_files) COMPLETE |
| 5326 | 2026-05-21T22:11:31.316Z | [ recovery-image] May 21 22:11:30.327 INFO O| May 21 22:11:30.327 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5327 | 2026-05-21T22:11:31.324Z | [ recovery-image] May 21 22:11:30.337 INFO O| May 21 22:11:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5328 | 2026-05-21T22:11:31.324Z | [ recovery-image] May 21 22:11:30.337 INFO O| May 21 22:11:30.337 INFO STEP 162 (remove_files) COMPLETE |
| 5329 | 2026-05-21T22:11:31.328Z | [ recovery-image] May 21 22:11:30.337 INFO O| May 21 22:11:30.337 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5330 | 2026-05-21T22:11:31.340Z | [ recovery-image] May 21 22:11:30.346 INFO O| May 21 22:11:30.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5331 | 2026-05-21T22:11:31.340Z | [ recovery-image] May 21 22:11:30.346 INFO O| May 21 22:11:30.346 INFO STEP 163 (remove_files) COMPLETE |
| 5332 | 2026-05-21T22:11:31.344Z | [ recovery-image] May 21 22:11:30.346 INFO O| May 21 22:11:30.346 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5333 | 2026-05-21T22:11:31.344Z | [ recovery-image] May 21 22:11:30.355 INFO O| May 21 22:11:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5334 | 2026-05-21T22:11:31.344Z | [ recovery-image] May 21 22:11:30.355 INFO O| May 21 22:11:30.355 INFO STEP 164 (remove_files) COMPLETE |
| 5335 | 2026-05-21T22:11:31.344Z | [ recovery-image] May 21 22:11:30.355 INFO O| May 21 22:11:30.355 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5336 | 2026-05-21T22:11:31.351Z | [ recovery-image] May 21 22:11:30.363 INFO O| May 21 22:11:30.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5337 | 2026-05-21T22:11:31.351Z | [ recovery-image] May 21 22:11:30.363 INFO O| May 21 22:11:30.363 INFO STEP 165 (remove_files) COMPLETE |
| 5338 | 2026-05-21T22:11:31.351Z | [ recovery-image] May 21 22:11:30.363 INFO O| May 21 22:11:30.363 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5339 | 2026-05-21T22:11:31.362Z | [ recovery-image] May 21 22:11:30.371 INFO O| May 21 22:11:30.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5340 | 2026-05-21T22:11:31.363Z | [ recovery-image] May 21 22:11:30.371 INFO O| May 21 22:11:30.371 INFO STEP 166 (remove_files) COMPLETE |
| 5341 | 2026-05-21T22:11:31.363Z | [ recovery-image] May 21 22:11:30.371 INFO O| May 21 22:11:30.371 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5342 | 2026-05-21T22:11:31.367Z | [ recovery-image] May 21 22:11:30.380 INFO O| May 21 22:11:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5343 | 2026-05-21T22:11:31.367Z | [ recovery-image] May 21 22:11:30.380 INFO O| May 21 22:11:30.380 INFO STEP 167 (remove_files) COMPLETE |
| 5344 | 2026-05-21T22:11:31.371Z | [ recovery-image] May 21 22:11:30.380 INFO O| May 21 22:11:30.380 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5345 | 2026-05-21T22:11:31.376Z | [ recovery-image] May 21 22:11:30.388 INFO O| May 21 22:11:30.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5346 | 2026-05-21T22:11:31.376Z | [ recovery-image] May 21 22:11:30.388 INFO O| May 21 22:11:30.388 INFO STEP 168 (remove_files) COMPLETE |
| 5347 | 2026-05-21T22:11:31.376Z | [ recovery-image] May 21 22:11:30.388 INFO O| May 21 22:11:30.388 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5348 | 2026-05-21T22:11:31.384Z | [ recovery-image] May 21 22:11:30.397 INFO O| May 21 22:11:30.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5349 | 2026-05-21T22:11:31.389Z | [ recovery-image] May 21 22:11:30.398 INFO O| May 21 22:11:30.398 INFO STEP 169 (remove_files) COMPLETE |
| 5350 | 2026-05-21T22:11:31.389Z | [ recovery-image] May 21 22:11:30.398 INFO O| May 21 22:11:30.398 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5351 | 2026-05-21T22:11:31.397Z | [ recovery-image] May 21 22:11:30.406 INFO O| May 21 22:11:30.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5352 | 2026-05-21T22:11:31.398Z | [ recovery-image] May 21 22:11:30.406 INFO O| May 21 22:11:30.406 INFO STEP 170 (remove_files) COMPLETE |
| 5353 | 2026-05-21T22:11:31.398Z | [ recovery-image] May 21 22:11:30.406 INFO O| May 21 22:11:30.406 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5354 | 2026-05-21T22:11:31.403Z | [ recovery-image] May 21 22:11:30.415 INFO O| May 21 22:11:30.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5355 | 2026-05-21T22:11:31.403Z | [ recovery-image] May 21 22:11:30.415 INFO O| May 21 22:11:30.415 INFO STEP 171 (remove_files) COMPLETE |
| 5356 | 2026-05-21T22:11:31.403Z | [ recovery-image] May 21 22:11:30.415 INFO O| May 21 22:11:30.415 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5357 | 2026-05-21T22:11:31.410Z | [ recovery-image] May 21 22:11:30.423 INFO O| May 21 22:11:30.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5358 | 2026-05-21T22:11:31.410Z | [ recovery-image] May 21 22:11:30.423 INFO O| May 21 22:11:30.423 INFO STEP 172 (remove_files) COMPLETE |
| 5359 | 2026-05-21T22:11:31.421Z | [ recovery-image] May 21 22:11:30.423 INFO O| May 21 22:11:30.423 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5360 | 2026-05-21T22:11:31.425Z | [ recovery-image] May 21 22:11:30.432 INFO O| May 21 22:11:30.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5361 | 2026-05-21T22:11:31.425Z | [ recovery-image] May 21 22:11:30.432 INFO O| May 21 22:11:30.432 INFO STEP 173 (remove_files) COMPLETE |
| 5362 | 2026-05-21T22:11:31.425Z | [ recovery-image] May 21 22:11:30.432 INFO O| May 21 22:11:30.432 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5363 | 2026-05-21T22:11:31.428Z | [ recovery-image] May 21 22:11:30.440 INFO O| May 21 22:11:30.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5364 | 2026-05-21T22:11:31.429Z | [ recovery-image] May 21 22:11:30.440 INFO O| May 21 22:11:30.440 INFO STEP 174 (remove_files) COMPLETE |
| 5365 | 2026-05-21T22:11:31.429Z | [ recovery-image] May 21 22:11:30.440 INFO O| May 21 22:11:30.440 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5366 | 2026-05-21T22:11:31.440Z | [ recovery-image] May 21 22:11:30.448 INFO O| May 21 22:11:30.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5367 | 2026-05-21T22:11:31.444Z | [ recovery-image] May 21 22:11:30.449 INFO O| May 21 22:11:30.449 INFO STEP 175 (remove_files) COMPLETE |
| 5368 | 2026-05-21T22:11:31.444Z | [ recovery-image] May 21 22:11:30.449 INFO O| May 21 22:11:30.449 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5369 | 2026-05-21T22:11:31.448Z | [ recovery-image] May 21 22:11:30.458 INFO O| May 21 22:11:30.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5370 | 2026-05-21T22:11:31.448Z | [ recovery-image] May 21 22:11:30.458 INFO O| May 21 22:11:30.458 INFO STEP 176 (remove_files) COMPLETE |
| 5371 | 2026-05-21T22:11:31.448Z | [ recovery-image] May 21 22:11:30.458 INFO O| May 21 22:11:30.458 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5372 | 2026-05-21T22:11:31.456Z | [ recovery-image] May 21 22:11:30.466 INFO O| May 21 22:11:30.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5373 | 2026-05-21T22:11:31.456Z | [ recovery-image] May 21 22:11:30.466 INFO O| May 21 22:11:30.466 INFO STEP 177 (remove_files) COMPLETE |
| 5374 | 2026-05-21T22:11:31.456Z | [ recovery-image] May 21 22:11:30.466 INFO O| May 21 22:11:30.466 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5375 | 2026-05-21T22:11:31.462Z | [ recovery-image] May 21 22:11:30.475 INFO O| May 21 22:11:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5376 | 2026-05-21T22:11:31.462Z | [ recovery-image] May 21 22:11:30.475 INFO O| May 21 22:11:30.475 INFO STEP 178 (remove_files) COMPLETE |
| 5377 | 2026-05-21T22:11:31.463Z | [ recovery-image] May 21 22:11:30.475 INFO O| May 21 22:11:30.475 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5378 | 2026-05-21T22:11:31.473Z | [ recovery-image] May 21 22:11:30.483 INFO O| May 21 22:11:30.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5379 | 2026-05-21T22:11:31.473Z | [ recovery-image] May 21 22:11:30.483 INFO O| May 21 22:11:30.483 INFO STEP 179 (remove_files) COMPLETE |
| 5380 | 2026-05-21T22:11:31.478Z | [ recovery-image] May 21 22:11:30.483 INFO O| May 21 22:11:30.483 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5381 | 2026-05-21T22:11:31.482Z | [ recovery-image] May 21 22:11:30.492 INFO O| May 21 22:11:30.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5382 | 2026-05-21T22:11:31.482Z | [ recovery-image] May 21 22:11:30.492 INFO O| May 21 22:11:30.492 INFO STEP 180 (remove_files) COMPLETE |
| 5383 | 2026-05-21T22:11:31.483Z | [ recovery-image] May 21 22:11:30.492 INFO O| May 21 22:11:30.492 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5384 | 2026-05-21T22:11:31.487Z | [ recovery-image] May 21 22:11:30.500 INFO O| May 21 22:11:30.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5385 | 2026-05-21T22:11:31.487Z | [ recovery-image] May 21 22:11:30.500 INFO O| May 21 22:11:30.500 INFO STEP 181 (remove_files) COMPLETE |
| 5386 | 2026-05-21T22:11:31.487Z | [ recovery-image] May 21 22:11:30.500 INFO O| May 21 22:11:30.500 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5387 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.509 INFO O| May 21 22:11:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5388 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.509 INFO O| May 21 22:11:30.509 INFO STEP 182 (remove_files) COMPLETE |
| 5389 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.509 INFO O| May 21 22:11:30.509 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5390 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.517 INFO O| May 21 22:11:30.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5391 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.517 INFO O| May 21 22:11:30.517 INFO STEP 183 (remove_files) COMPLETE |
| 5392 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.517 INFO O| May 21 22:11:30.517 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5393 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.525 INFO O| May 21 22:11:30.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5394 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.525 INFO O| May 21 22:11:30.525 INFO STEP 184 (remove_files) COMPLETE |
| 5395 | 2026-05-21T22:11:31.520Z | [ recovery-image] May 21 22:11:30.525 INFO O| May 21 22:11:30.525 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5396 | 2026-05-21T22:11:31.529Z | [ recovery-image] May 21 22:11:30.534 INFO O| May 21 22:11:30.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5397 | 2026-05-21T22:11:31.529Z | [ recovery-image] May 21 22:11:30.534 INFO O| May 21 22:11:30.534 INFO STEP 185 (remove_files) COMPLETE |
| 5398 | 2026-05-21T22:11:31.529Z | [ recovery-image] May 21 22:11:30.534 INFO O| May 21 22:11:30.534 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5399 | 2026-05-21T22:11:31.534Z | [ recovery-image] May 21 22:11:30.542 INFO O| May 21 22:11:30.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5400 | 2026-05-21T22:11:31.534Z | [ recovery-image] May 21 22:11:30.543 INFO O| May 21 22:11:30.543 INFO STEP 186 (remove_files) COMPLETE |
| 5401 | 2026-05-21T22:11:31.534Z | [ recovery-image] May 21 22:11:30.543 INFO O| May 21 22:11:30.543 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5402 | 2026-05-21T22:11:31.538Z | [ recovery-image] May 21 22:11:30.551 INFO O| May 21 22:11:30.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5403 | 2026-05-21T22:11:31.538Z | [ recovery-image] May 21 22:11:30.551 INFO O| May 21 22:11:30.551 INFO STEP 187 (remove_files) COMPLETE |
| 5404 | 2026-05-21T22:11:31.538Z | [ recovery-image] May 21 22:11:30.551 INFO O| May 21 22:11:30.551 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5405 | 2026-05-21T22:11:31.549Z | [ recovery-image] May 21 22:11:30.560 INFO O| May 21 22:11:30.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5406 | 2026-05-21T22:11:31.549Z | [ recovery-image] May 21 22:11:30.560 INFO O| May 21 22:11:30.560 INFO STEP 188 (remove_files) COMPLETE |
| 5407 | 2026-05-21T22:11:31.549Z | [ recovery-image] May 21 22:11:30.560 INFO O| May 21 22:11:30.560 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5408 | 2026-05-21T22:11:31.558Z | [ recovery-image] May 21 22:11:30.570 INFO O| May 21 22:11:30.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5409 | 2026-05-21T22:11:31.558Z | [ recovery-image] May 21 22:11:30.570 INFO O| May 21 22:11:30.570 INFO STEP 189 (remove_files) COMPLETE |
| 5410 | 2026-05-21T22:11:31.558Z | [ recovery-image] May 21 22:11:30.570 INFO O| May 21 22:11:30.570 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5411 | 2026-05-21T22:11:31.566Z | [ recovery-image] May 21 22:11:30.579 INFO O| May 21 22:11:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5412 | 2026-05-21T22:11:31.566Z | [ recovery-image] May 21 22:11:30.579 INFO O| May 21 22:11:30.579 INFO STEP 190 (remove_files) COMPLETE |
| 5413 | 2026-05-21T22:11:31.572Z | [ recovery-image] May 21 22:11:30.579 INFO O| May 21 22:11:30.579 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5414 | 2026-05-21T22:11:31.585Z | [ recovery-image] May 21 22:11:30.597 INFO O| May 21 22:11:30.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5415 | 2026-05-21T22:11:31.585Z | [ recovery-image] May 21 22:11:30.597 INFO O| May 21 22:11:30.597 INFO STEP 191 (remove_files) COMPLETE |
| 5416 | 2026-05-21T22:11:31.594Z | [ recovery-image] May 21 22:11:30.597 INFO O| May 21 22:11:30.597 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5417 | 2026-05-21T22:11:31.602Z | [ recovery-image] May 21 22:11:30.616 INFO O| May 21 22:11:30.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5418 | 2026-05-21T22:11:31.602Z | [ recovery-image] May 21 22:11:30.616 INFO O| May 21 22:11:30.616 INFO STEP 192 (remove_files) COMPLETE |
| 5419 | 2026-05-21T22:11:31.609Z | [ recovery-image] May 21 22:11:30.616 INFO O| May 21 22:11:30.616 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5420 | 2026-05-21T22:11:31.613Z | [ recovery-image] May 21 22:11:30.625 INFO O| May 21 22:11:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5421 | 2026-05-21T22:11:31.613Z | [ recovery-image] May 21 22:11:30.625 INFO O| May 21 22:11:30.625 INFO STEP 193 (remove_files) COMPLETE |
| 5422 | 2026-05-21T22:11:31.613Z | [ recovery-image] May 21 22:11:30.625 INFO O| May 21 22:11:30.625 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5423 | 2026-05-21T22:11:31.632Z | [ recovery-image] May 21 22:11:30.645 INFO O| May 21 22:11:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5424 | 2026-05-21T22:11:31.632Z | [ recovery-image] May 21 22:11:30.645 INFO O| May 21 22:11:30.645 INFO STEP 194 (remove_files) COMPLETE |
| 5425 | 2026-05-21T22:11:31.638Z | [ recovery-image] May 21 22:11:30.645 INFO O| May 21 22:11:30.645 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5426 | 2026-05-21T22:11:31.643Z | [ recovery-image] May 21 22:11:30.655 INFO O| May 21 22:11:30.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5427 | 2026-05-21T22:11:31.647Z | [ recovery-image] May 21 22:11:30.656 INFO O| May 21 22:11:30.655 INFO STEP 195 (remove_files) COMPLETE |
| 5428 | 2026-05-21T22:11:31.647Z | [ recovery-image] May 21 22:11:30.656 INFO O| May 21 22:11:30.656 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5429 | 2026-05-21T22:11:31.652Z | [ recovery-image] May 21 22:11:30.665 INFO O| May 21 22:11:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5430 | 2026-05-21T22:11:31.656Z | [ recovery-image] May 21 22:11:30.665 INFO O| May 21 22:11:30.665 INFO STEP 196 (remove_files) COMPLETE |
| 5431 | 2026-05-21T22:11:31.656Z | [ recovery-image] May 21 22:11:30.665 INFO O| May 21 22:11:30.665 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5432 | 2026-05-21T22:11:31.660Z | [ recovery-image] May 21 22:11:30.673 INFO O| May 21 22:11:30.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5433 | 2026-05-21T22:11:31.660Z | [ recovery-image] May 21 22:11:30.673 INFO O| May 21 22:11:30.673 INFO STEP 197 (remove_files) COMPLETE |
| 5434 | 2026-05-21T22:11:31.666Z | [ recovery-image] May 21 22:11:30.673 INFO O| May 21 22:11:30.673 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5435 | 2026-05-21T22:11:31.677Z | [ recovery-image] May 21 22:11:30.681 INFO O| May 21 22:11:30.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5436 | 2026-05-21T22:11:31.677Z | [ recovery-image] May 21 22:11:30.681 INFO O| May 21 22:11:30.681 INFO STEP 198 (remove_files) COMPLETE |
| 5437 | 2026-05-21T22:11:31.677Z | [ recovery-image] May 21 22:11:30.681 INFO O| May 21 22:11:30.681 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5438 | 2026-05-21T22:11:31.681Z | [ recovery-image] May 21 22:11:30.689 INFO O| May 21 22:11:30.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5439 | 2026-05-21T22:11:31.682Z | [ recovery-image] May 21 22:11:30.689 INFO O| May 21 22:11:30.689 INFO STEP 199 (remove_files) COMPLETE |
| 5440 | 2026-05-21T22:11:31.682Z | [ recovery-image] May 21 22:11:30.689 INFO O| May 21 22:11:30.689 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5441 | 2026-05-21T22:11:31.685Z | [ recovery-image] May 21 22:11:30.697 INFO O| May 21 22:11:30.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5442 | 2026-05-21T22:11:31.685Z | [ recovery-image] May 21 22:11:30.697 INFO O| May 21 22:11:30.697 INFO STEP 200 (remove_files) COMPLETE |
| 5443 | 2026-05-21T22:11:31.685Z | [ recovery-image] May 21 22:11:30.697 INFO O| May 21 22:11:30.697 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5444 | 2026-05-21T22:11:31.692Z | [ recovery-image] May 21 22:11:30.705 INFO O| May 21 22:11:30.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5445 | 2026-05-21T22:11:31.692Z | [ recovery-image] May 21 22:11:30.705 INFO O| May 21 22:11:30.705 INFO STEP 201 (remove_files) COMPLETE |
| 5446 | 2026-05-21T22:11:31.692Z | [ recovery-image] May 21 22:11:30.705 INFO O| May 21 22:11:30.705 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5447 | 2026-05-21T22:11:31.700Z | [ recovery-image] May 21 22:11:30.713 INFO O| May 21 22:11:30.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5448 | 2026-05-21T22:11:31.700Z | [ recovery-image] May 21 22:11:30.713 INFO O| May 21 22:11:30.713 INFO STEP 202 (remove_files) COMPLETE |
| 5449 | 2026-05-21T22:11:31.705Z | [ recovery-image] May 21 22:11:30.713 INFO O| May 21 22:11:30.713 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5450 | 2026-05-21T22:11:31.709Z | [ recovery-image] May 21 22:11:30.721 INFO O| May 21 22:11:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5451 | 2026-05-21T22:11:31.709Z | [ recovery-image] May 21 22:11:30.721 INFO O| May 21 22:11:30.721 INFO STEP 203 (remove_files) COMPLETE |
| 5452 | 2026-05-21T22:11:31.709Z | [ recovery-image] May 21 22:11:30.721 INFO O| May 21 22:11:30.721 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5453 | 2026-05-21T22:11:31.716Z | [ recovery-image] May 21 22:11:30.729 INFO O| May 21 22:11:30.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5454 | 2026-05-21T22:11:31.719Z | [ recovery-image] May 21 22:11:30.729 INFO O| May 21 22:11:30.729 INFO STEP 204 (remove_files) COMPLETE |
| 5455 | 2026-05-21T22:11:31.719Z | [ recovery-image] May 21 22:11:30.729 INFO O| May 21 22:11:30.729 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5456 | 2026-05-21T22:11:31.723Z | [ recovery-image] May 21 22:11:30.737 INFO O| May 21 22:11:30.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5457 | 2026-05-21T22:11:31.723Z | [ recovery-image] May 21 22:11:30.737 INFO O| May 21 22:11:30.737 INFO STEP 205 (remove_files) COMPLETE |
| 5458 | 2026-05-21T22:11:31.732Z | [ recovery-image] May 21 22:11:30.737 INFO O| May 21 22:11:30.737 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5459 | 2026-05-21T22:11:31.736Z | [ recovery-image] May 21 22:11:30.745 INFO O| May 21 22:11:30.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5460 | 2026-05-21T22:11:31.736Z | [ recovery-image] May 21 22:11:30.745 INFO O| May 21 22:11:30.745 INFO STEP 206 (remove_files) COMPLETE |
| 5461 | 2026-05-21T22:11:31.736Z | [ recovery-image] May 21 22:11:30.745 INFO O| May 21 22:11:30.745 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5462 | 2026-05-21T22:11:31.740Z | [ recovery-image] May 21 22:11:30.752 INFO O| May 21 22:11:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5463 | 2026-05-21T22:11:31.740Z | [ recovery-image] May 21 22:11:30.752 INFO O| May 21 22:11:30.752 INFO STEP 207 (remove_files) COMPLETE |
| 5464 | 2026-05-21T22:11:31.740Z | [ recovery-image] May 21 22:11:30.752 INFO O| May 21 22:11:30.752 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5465 | 2026-05-21T22:11:31.746Z | [ recovery-image] May 21 22:11:30.759 INFO O| May 21 22:11:30.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5466 | 2026-05-21T22:11:31.750Z | [ recovery-image] May 21 22:11:30.759 INFO O| May 21 22:11:30.759 INFO STEP 208 (remove_files) COMPLETE |
| 5467 | 2026-05-21T22:11:31.750Z | [ recovery-image] May 21 22:11:30.759 INFO O| May 21 22:11:30.759 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5468 | 2026-05-21T22:11:31.753Z | [ recovery-image] May 21 22:11:30.767 INFO O| May 21 22:11:30.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5469 | 2026-05-21T22:11:31.753Z | [ recovery-image] May 21 22:11:30.767 INFO O| May 21 22:11:30.767 INFO STEP 209 (remove_files) COMPLETE |
| 5470 | 2026-05-21T22:11:31.758Z | [ recovery-image] May 21 22:11:30.767 INFO O| May 21 22:11:30.767 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5471 | 2026-05-21T22:11:31.763Z | [ recovery-image] May 21 22:11:30.775 INFO O| May 21 22:11:30.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5472 | 2026-05-21T22:11:31.763Z | [ recovery-image] May 21 22:11:30.775 INFO O| May 21 22:11:30.775 INFO STEP 210 (remove_files) COMPLETE |
| 5473 | 2026-05-21T22:11:31.763Z | [ recovery-image] May 21 22:11:30.775 INFO O| May 21 22:11:30.775 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5474 | 2026-05-21T22:11:31.770Z | [ recovery-image] May 21 22:11:30.782 INFO O| May 21 22:11:30.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5475 | 2026-05-21T22:11:31.775Z | [ recovery-image] May 21 22:11:30.783 INFO O| May 21 22:11:30.783 INFO STEP 211 (remove_files) COMPLETE |
| 5476 | 2026-05-21T22:11:31.775Z | [ recovery-image] May 21 22:11:30.783 INFO O| May 21 22:11:30.783 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5477 | 2026-05-21T22:11:31.778Z | [ recovery-image] May 21 22:11:30.791 INFO O| May 21 22:11:30.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5478 | 2026-05-21T22:11:31.778Z | [ recovery-image] May 21 22:11:30.791 INFO O| May 21 22:11:30.791 INFO STEP 212 (remove_files) COMPLETE |
| 5479 | 2026-05-21T22:11:31.778Z | [ recovery-image] May 21 22:11:30.791 INFO O| May 21 22:11:30.791 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5480 | 2026-05-21T22:11:31.786Z | [ recovery-image] May 21 22:11:30.800 INFO O| May 21 22:11:30.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5481 | 2026-05-21T22:11:31.793Z | [ recovery-image] May 21 22:11:30.800 INFO O| May 21 22:11:30.800 INFO STEP 213 (remove_files) COMPLETE |
| 5482 | 2026-05-21T22:11:31.793Z | [ recovery-image] May 21 22:11:30.800 INFO O| May 21 22:11:30.800 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5483 | 2026-05-21T22:11:31.798Z | [ recovery-image] May 21 22:11:30.808 INFO O| May 21 22:11:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5484 | 2026-05-21T22:11:31.798Z | [ recovery-image] May 21 22:11:30.808 INFO O| May 21 22:11:30.808 INFO STEP 214 (remove_files) COMPLETE |
| 5485 | 2026-05-21T22:11:31.798Z | [ recovery-image] May 21 22:11:30.808 INFO O| May 21 22:11:30.808 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5486 | 2026-05-21T22:11:31.804Z | [ recovery-image] May 21 22:11:30.817 INFO O| May 21 22:11:30.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5487 | 2026-05-21T22:11:31.807Z | [ recovery-image] May 21 22:11:30.817 INFO O| May 21 22:11:30.817 INFO STEP 215 (remove_files) COMPLETE |
| 5488 | 2026-05-21T22:11:31.807Z | [ recovery-image] May 21 22:11:30.817 INFO O| May 21 22:11:30.817 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5489 | 2026-05-21T22:11:31.812Z | [ recovery-image] May 21 22:11:30.825 INFO O| May 21 22:11:30.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5490 | 2026-05-21T22:11:31.812Z | [ recovery-image] May 21 22:11:30.826 INFO O| May 21 22:11:30.826 INFO STEP 216 (remove_files) COMPLETE |
| 5491 | 2026-05-21T22:11:31.818Z | [ recovery-image] May 21 22:11:30.826 INFO O| May 21 22:11:30.826 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5492 | 2026-05-21T22:11:31.825Z | [ recovery-image] May 21 22:11:30.837 INFO O| May 21 22:11:30.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5493 | 2026-05-21T22:11:31.825Z | [ recovery-image] May 21 22:11:30.837 INFO O| May 21 22:11:30.837 INFO STEP 217 (remove_files) COMPLETE |
| 5494 | 2026-05-21T22:11:31.832Z | [ recovery-image] May 21 22:11:30.837 INFO O| May 21 22:11:30.837 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5495 | 2026-05-21T22:11:31.836Z | [ recovery-image] May 21 22:11:30.845 INFO O| May 21 22:11:30.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5496 | 2026-05-21T22:11:31.836Z | [ recovery-image] May 21 22:11:30.845 INFO O| May 21 22:11:30.845 INFO STEP 218 (remove_files) COMPLETE |
| 5497 | 2026-05-21T22:11:31.836Z | [ recovery-image] May 21 22:11:30.845 INFO O| May 21 22:11:30.845 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5498 | 2026-05-21T22:11:31.841Z | [ recovery-image] May 21 22:11:30.854 INFO O| May 21 22:11:30.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5499 | 2026-05-21T22:11:31.841Z | [ recovery-image] May 21 22:11:30.854 INFO O| May 21 22:11:30.854 INFO STEP 219 (remove_files) COMPLETE |
| 5500 | 2026-05-21T22:11:31.841Z | [ recovery-image] May 21 22:11:30.854 INFO O| May 21 22:11:30.854 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5501 | 2026-05-21T22:11:31.850Z | [ recovery-image] May 21 22:11:30.863 INFO O| May 21 22:11:30.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5502 | 2026-05-21T22:11:31.851Z | [ recovery-image] May 21 22:11:30.863 INFO O| May 21 22:11:30.863 INFO STEP 220 (remove_files) COMPLETE |
| 5503 | 2026-05-21T22:11:31.851Z | [ recovery-image] May 21 22:11:30.863 INFO O| May 21 22:11:30.863 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5504 | 2026-05-21T22:11:31.858Z | [ recovery-image] May 21 22:11:30.871 INFO O| May 21 22:11:30.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5505 | 2026-05-21T22:11:31.858Z | [ recovery-image] May 21 22:11:30.871 INFO O| May 21 22:11:30.871 INFO STEP 221 (remove_files) COMPLETE |
| 5506 | 2026-05-21T22:11:31.858Z | [ recovery-image] May 21 22:11:30.871 INFO O| May 21 22:11:30.871 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5507 | 2026-05-21T22:11:31.867Z | [ recovery-image] May 21 22:11:30.880 INFO O| May 21 22:11:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5508 | 2026-05-21T22:11:31.867Z | [ recovery-image] May 21 22:11:30.880 INFO O| May 21 22:11:30.880 INFO STEP 222 (remove_files) COMPLETE |
| 5509 | 2026-05-21T22:11:31.867Z | [ recovery-image] May 21 22:11:30.880 INFO O| May 21 22:11:30.880 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5510 | 2026-05-21T22:11:31.875Z | [ recovery-image] May 21 22:11:30.888 INFO O| May 21 22:11:30.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5511 | 2026-05-21T22:11:31.875Z | [ recovery-image] May 21 22:11:30.889 INFO O| May 21 22:11:30.888 INFO STEP 223 (remove_files) COMPLETE |
| 5512 | 2026-05-21T22:11:31.875Z | [ recovery-image] May 21 22:11:30.889 INFO O| May 21 22:11:30.889 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5513 | 2026-05-21T22:11:31.885Z | [ recovery-image] May 21 22:11:30.897 INFO O| May 21 22:11:30.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5514 | 2026-05-21T22:11:31.885Z | [ recovery-image] May 21 22:11:30.897 INFO O| May 21 22:11:30.897 INFO STEP 224 (remove_files) COMPLETE |
| 5515 | 2026-05-21T22:11:31.885Z | [ recovery-image] May 21 22:11:30.897 INFO O| May 21 22:11:30.897 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5516 | 2026-05-21T22:11:31.893Z | [ recovery-image] May 21 22:11:30.906 INFO O| May 21 22:11:30.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5517 | 2026-05-21T22:11:31.893Z | [ recovery-image] May 21 22:11:30.906 INFO O| May 21 22:11:30.906 INFO STEP 225 (remove_files) COMPLETE |
| 5518 | 2026-05-21T22:11:31.893Z | [ recovery-image] May 21 22:11:30.906 INFO O| May 21 22:11:30.906 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5519 | 2026-05-21T22:11:31.902Z | [ recovery-image] May 21 22:11:30.914 INFO O| May 21 22:11:30.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5520 | 2026-05-21T22:11:31.902Z | [ recovery-image] May 21 22:11:30.914 INFO O| May 21 22:11:30.914 INFO STEP 226 (remove_files) COMPLETE |
| 5521 | 2026-05-21T22:11:31.902Z | [ recovery-image] May 21 22:11:30.914 INFO O| May 21 22:11:30.914 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5522 | 2026-05-21T22:11:31.911Z | [ recovery-image] May 21 22:11:30.923 INFO O| May 21 22:11:30.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5523 | 2026-05-21T22:11:31.911Z | [ recovery-image] May 21 22:11:30.923 INFO O| May 21 22:11:30.923 INFO STEP 227 (remove_files) COMPLETE |
| 5524 | 2026-05-21T22:11:31.911Z | [ recovery-image] May 21 22:11:30.923 INFO O| May 21 22:11:30.923 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5525 | 2026-05-21T22:11:31.919Z | [ recovery-image] May 21 22:11:30.931 INFO O| May 21 22:11:30.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5526 | 2026-05-21T22:11:31.919Z | [ recovery-image] May 21 22:11:30.931 INFO O| May 21 22:11:30.931 INFO STEP 228 (remove_files) COMPLETE |
| 5527 | 2026-05-21T22:11:31.919Z | [ recovery-image] May 21 22:11:30.931 INFO O| May 21 22:11:30.931 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5528 | 2026-05-21T22:11:31.928Z | [ recovery-image] May 21 22:11:30.940 INFO O| May 21 22:11:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5529 | 2026-05-21T22:11:31.928Z | [ recovery-image] May 21 22:11:30.940 INFO O| May 21 22:11:30.940 INFO STEP 229 (remove_files) COMPLETE |
| 5530 | 2026-05-21T22:11:31.929Z | [ recovery-image] May 21 22:11:30.940 INFO O| May 21 22:11:30.940 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5531 | 2026-05-21T22:11:31.935Z | [ recovery-image] May 21 22:11:30.949 INFO O| May 21 22:11:30.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5532 | 2026-05-21T22:11:31.935Z | [ recovery-image] May 21 22:11:30.949 INFO O| May 21 22:11:30.949 INFO STEP 230 (remove_files) COMPLETE |
| 5533 | 2026-05-21T22:11:31.935Z | [ recovery-image] May 21 22:11:30.949 INFO O| May 21 22:11:30.949 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5534 | 2026-05-21T22:11:31.946Z | [ recovery-image] May 21 22:11:30.958 INFO O| May 21 22:11:30.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5535 | 2026-05-21T22:11:31.946Z | [ recovery-image] May 21 22:11:30.958 INFO O| May 21 22:11:30.958 INFO STEP 231 (remove_files) COMPLETE |
| 5536 | 2026-05-21T22:11:31.947Z | [ recovery-image] May 21 22:11:30.958 INFO O| May 21 22:11:30.958 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5537 | 2026-05-21T22:11:31.954Z | [ recovery-image] May 21 22:11:30.967 INFO O| May 21 22:11:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5538 | 2026-05-21T22:11:31.954Z | [ recovery-image] May 21 22:11:30.967 INFO O| May 21 22:11:30.967 INFO STEP 232 (remove_files) COMPLETE |
| 5539 | 2026-05-21T22:11:31.954Z | [ recovery-image] May 21 22:11:30.967 INFO O| May 21 22:11:30.967 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5540 | 2026-05-21T22:11:31.965Z | [ recovery-image] May 21 22:11:30.976 INFO O| May 21 22:11:30.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5541 | 2026-05-21T22:11:31.965Z | [ recovery-image] May 21 22:11:30.976 INFO O| May 21 22:11:30.976 INFO STEP 233 (remove_files) COMPLETE |
| 5542 | 2026-05-21T22:11:31.966Z | [ recovery-image] May 21 22:11:30.976 INFO O| May 21 22:11:30.976 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5543 | 2026-05-21T22:11:31.973Z | [ recovery-image] May 21 22:11:30.986 INFO O| May 21 22:11:30.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5544 | 2026-05-21T22:11:31.974Z | [ recovery-image] May 21 22:11:30.986 INFO O| May 21 22:11:30.986 INFO STEP 234 (remove_files) COMPLETE |
| 5545 | 2026-05-21T22:11:31.974Z | [ recovery-image] May 21 22:11:30.986 INFO O| May 21 22:11:30.986 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5546 | 2026-05-21T22:11:31.984Z | [ recovery-image] May 21 22:11:30.994 INFO O| May 21 22:11:30.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5547 | 2026-05-21T22:11:31.984Z | [ recovery-image] May 21 22:11:30.994 INFO O| May 21 22:11:30.994 INFO STEP 235 (remove_files) COMPLETE |
| 5548 | 2026-05-21T22:11:31.988Z | [ recovery-image] May 21 22:11:30.994 INFO O| May 21 22:11:30.994 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5549 | 2026-05-21T22:11:32.005Z | [ recovery-image] May 21 22:11:31.014 INFO O| May 21 22:11:31.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5550 | 2026-05-21T22:11:32.005Z | [ recovery-image] May 21 22:11:31.014 INFO O| May 21 22:11:31.014 INFO STEP 236 (remove_files) COMPLETE |
| 5551 | 2026-05-21T22:11:32.011Z | [ recovery-image] May 21 22:11:31.014 INFO O| May 21 22:11:31.014 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5552 | 2026-05-21T22:11:32.015Z | [ recovery-image] May 21 22:11:31.025 INFO O| May 21 22:11:31.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5553 | 2026-05-21T22:11:32.015Z | [ recovery-image] May 21 22:11:31.025 INFO O| May 21 22:11:31.025 INFO STEP 237 (remove_files) COMPLETE |
| 5554 | 2026-05-21T22:11:32.016Z | [ recovery-image] May 21 22:11:31.025 INFO O| May 21 22:11:31.025 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5555 | 2026-05-21T22:11:32.021Z | [ recovery-image] May 21 22:11:31.035 INFO O| May 21 22:11:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5556 | 2026-05-21T22:11:32.021Z | [ recovery-image] May 21 22:11:31.035 INFO O| May 21 22:11:31.035 INFO STEP 238 (remove_files) COMPLETE |
| 5557 | 2026-05-21T22:11:32.026Z | [ recovery-image] May 21 22:11:31.035 INFO O| May 21 22:11:31.035 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5558 | 2026-05-21T22:11:32.032Z | [ recovery-image] May 21 22:11:31.044 INFO O| May 21 22:11:31.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5559 | 2026-05-21T22:11:32.032Z | [ recovery-image] May 21 22:11:31.044 INFO O| May 21 22:11:31.044 INFO STEP 239 (remove_files) COMPLETE |
| 5560 | 2026-05-21T22:11:32.037Z | [ recovery-image] May 21 22:11:31.044 INFO O| May 21 22:11:31.044 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5561 | 2026-05-21T22:11:32.042Z | [ recovery-image] May 21 22:11:31.054 INFO O| May 21 22:11:31.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5562 | 2026-05-21T22:11:32.042Z | [ recovery-image] May 21 22:11:31.054 INFO O| May 21 22:11:31.054 INFO STEP 240 (remove_files) COMPLETE |
| 5563 | 2026-05-21T22:11:32.042Z | [ recovery-image] May 21 22:11:31.054 INFO O| May 21 22:11:31.054 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5564 | 2026-05-21T22:11:32.050Z | [ recovery-image] May 21 22:11:31.063 INFO O| May 21 22:11:31.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5565 | 2026-05-21T22:11:32.050Z | [ recovery-image] May 21 22:11:31.063 INFO O| May 21 22:11:31.063 INFO STEP 241 (remove_files) COMPLETE |
| 5566 | 2026-05-21T22:11:32.054Z | [ recovery-image] May 21 22:11:31.063 INFO O| May 21 22:11:31.063 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5567 | 2026-05-21T22:11:32.063Z | [ recovery-image] May 21 22:11:31.076 INFO O| May 21 22:11:31.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5568 | 2026-05-21T22:11:32.063Z | [ recovery-image] May 21 22:11:31.076 INFO O| May 21 22:11:31.076 INFO STEP 242 (remove_files) COMPLETE |
| 5569 | 2026-05-21T22:11:32.067Z | [ recovery-image] May 21 22:11:31.076 INFO O| May 21 22:11:31.076 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5570 | 2026-05-21T22:11:32.072Z | [ recovery-image] May 21 22:11:31.085 INFO O| May 21 22:11:31.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5571 | 2026-05-21T22:11:32.073Z | [ recovery-image] May 21 22:11:31.085 INFO O| May 21 22:11:31.085 INFO STEP 243 (remove_files) COMPLETE |
| 5572 | 2026-05-21T22:11:32.076Z | [ recovery-image] May 21 22:11:31.085 INFO O| May 21 22:11:31.085 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5573 | 2026-05-21T22:11:32.081Z | [ recovery-image] May 21 22:11:31.094 INFO O| May 21 22:11:31.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5574 | 2026-05-21T22:11:32.081Z | [ recovery-image] May 21 22:11:31.094 INFO O| May 21 22:11:31.094 INFO STEP 244 (remove_files) COMPLETE |
| 5575 | 2026-05-21T22:11:32.085Z | [ recovery-image] May 21 22:11:31.094 INFO O| May 21 22:11:31.094 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5576 | 2026-05-21T22:11:32.090Z | [ recovery-image] May 21 22:11:31.103 INFO O| May 21 22:11:31.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5577 | 2026-05-21T22:11:32.090Z | [ recovery-image] May 21 22:11:31.103 INFO O| May 21 22:11:31.103 INFO STEP 245 (remove_files) COMPLETE |
| 5578 | 2026-05-21T22:11:32.094Z | [ recovery-image] May 21 22:11:31.103 INFO O| May 21 22:11:31.103 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5579 | 2026-05-21T22:11:32.101Z | [ recovery-image] May 21 22:11:31.113 INFO O| May 21 22:11:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5580 | 2026-05-21T22:11:32.101Z | [ recovery-image] May 21 22:11:31.113 INFO O| May 21 22:11:31.113 INFO STEP 246 (remove_files) COMPLETE |
| 5581 | 2026-05-21T22:11:32.101Z | [ recovery-image] May 21 22:11:31.113 INFO O| May 21 22:11:31.113 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5582 | 2026-05-21T22:11:32.115Z | [ recovery-image] May 21 22:11:31.124 INFO O| May 21 22:11:31.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5583 | 2026-05-21T22:11:32.115Z | [ recovery-image] May 21 22:11:31.124 INFO O| May 21 22:11:31.124 INFO STEP 247 (remove_files) COMPLETE |
| 5584 | 2026-05-21T22:11:32.136Z | [ recovery-image] May 21 22:11:31.124 INFO O| May 21 22:11:31.124 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5585 | 2026-05-21T22:11:32.136Z | [ recovery-image] May 21 22:11:31.133 INFO O| May 21 22:11:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5586 | 2026-05-21T22:11:32.136Z | [ recovery-image] May 21 22:11:31.133 INFO O| May 21 22:11:31.133 INFO STEP 248 (remove_files) COMPLETE |
| 5587 | 2026-05-21T22:11:32.136Z | [ recovery-image] May 21 22:11:31.133 INFO O| May 21 22:11:31.133 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5588 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.142 INFO O| May 21 22:11:31.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5589 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.142 INFO O| May 21 22:11:31.142 INFO STEP 249 (remove_files) COMPLETE |
| 5590 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.142 INFO O| May 21 22:11:31.142 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5591 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.150 INFO O| May 21 22:11:31.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5592 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.150 INFO O| May 21 22:11:31.150 INFO STEP 250 (remove_files) COMPLETE |
| 5593 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.150 INFO O| May 21 22:11:31.150 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5594 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.159 INFO O| May 21 22:11:31.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5595 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.159 INFO O| May 21 22:11:31.159 INFO STEP 251 (remove_files) COMPLETE |
| 5596 | 2026-05-21T22:11:32.148Z | [ recovery-image] May 21 22:11:31.159 INFO O| May 21 22:11:31.159 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5597 | 2026-05-21T22:11:32.154Z | [ recovery-image] May 21 22:11:31.167 INFO O| May 21 22:11:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5598 | 2026-05-21T22:11:32.154Z | [ recovery-image] May 21 22:11:31.168 INFO O| May 21 22:11:31.167 INFO STEP 252 (remove_files) COMPLETE |
| 5599 | 2026-05-21T22:11:32.154Z | [ recovery-image] May 21 22:11:31.168 INFO O| May 21 22:11:31.167 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5600 | 2026-05-21T22:11:32.165Z | [ recovery-image] May 21 22:11:31.178 INFO O| May 21 22:11:31.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5601 | 2026-05-21T22:11:32.165Z | [ recovery-image] May 21 22:11:31.178 INFO O| May 21 22:11:31.178 INFO STEP 253 (remove_files) COMPLETE |
| 5602 | 2026-05-21T22:11:32.170Z | [ recovery-image] May 21 22:11:31.178 INFO O| May 21 22:11:31.178 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5603 | 2026-05-21T22:11:32.174Z | [ recovery-image] May 21 22:11:31.187 INFO O| May 21 22:11:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5604 | 2026-05-21T22:11:32.174Z | [ recovery-image] May 21 22:11:31.187 INFO O| May 21 22:11:31.187 INFO STEP 254 (remove_files) COMPLETE |
| 5605 | 2026-05-21T22:11:32.174Z | [ recovery-image] May 21 22:11:31.187 INFO O| May 21 22:11:31.187 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5606 | 2026-05-21T22:11:32.182Z | [ recovery-image] May 21 22:11:31.196 INFO O| May 21 22:11:31.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5607 | 2026-05-21T22:11:32.182Z | [ recovery-image] May 21 22:11:31.196 INFO O| May 21 22:11:31.196 INFO STEP 255 (remove_files) COMPLETE |
| 5608 | 2026-05-21T22:11:32.183Z | [ recovery-image] May 21 22:11:31.196 INFO O| May 21 22:11:31.196 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5609 | 2026-05-21T22:11:32.191Z | [ recovery-image] May 21 22:11:31.204 INFO O| May 21 22:11:31.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5610 | 2026-05-21T22:11:32.191Z | [ recovery-image] May 21 22:11:31.204 INFO O| May 21 22:11:31.204 INFO STEP 256 (remove_files) COMPLETE |
| 5611 | 2026-05-21T22:11:32.191Z | [ recovery-image] May 21 22:11:31.204 INFO O| May 21 22:11:31.204 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5612 | 2026-05-21T22:11:32.211Z | [ recovery-image] May 21 22:11:31.213 INFO O| May 21 22:11:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5613 | 2026-05-21T22:11:32.211Z | [ recovery-image] May 21 22:11:31.213 INFO O| May 21 22:11:31.213 INFO STEP 257 (remove_files) COMPLETE |
| 5614 | 2026-05-21T22:11:32.212Z | [ recovery-image] May 21 22:11:31.213 INFO O| May 21 22:11:31.213 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5615 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.221 INFO O| May 21 22:11:31.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5616 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.221 INFO O| May 21 22:11:31.221 INFO STEP 258 (remove_files) COMPLETE |
| 5617 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.221 INFO O| May 21 22:11:31.221 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5618 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.232 INFO O| May 21 22:11:31.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5619 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.232 INFO O| May 21 22:11:31.232 INFO STEP 259 (remove_files) COMPLETE |
| 5620 | 2026-05-21T22:11:32.229Z | [ recovery-image] May 21 22:11:31.232 INFO O| May 21 22:11:31.232 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5621 | 2026-05-21T22:11:32.275Z | [ recovery-image] May 21 22:11:31.242 INFO O| May 21 22:11:31.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5622 | 2026-05-21T22:11:32.275Z | [ recovery-image] May 21 22:11:31.242 INFO O| May 21 22:11:31.242 INFO STEP 260 (remove_files) COMPLETE |
| 5623 | 2026-05-21T22:11:32.275Z | [ recovery-image] May 21 22:11:31.242 INFO O| May 21 22:11:31.242 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5624 | 2026-05-21T22:11:32.282Z | [ recovery-image] May 21 22:11:31.252 INFO O| May 21 22:11:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5625 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.252 INFO O| May 21 22:11:31.252 INFO STEP 261 (remove_files) COMPLETE |
| 5626 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.252 INFO O| May 21 22:11:31.252 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5627 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.262 INFO O| May 21 22:11:31.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5628 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.262 INFO O| May 21 22:11:31.262 INFO STEP 262 (remove_files) COMPLETE |
| 5629 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.262 INFO O| May 21 22:11:31.262 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5630 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.273 INFO O| May 21 22:11:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5631 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.273 INFO O| May 21 22:11:31.273 INFO STEP 263 (remove_files) COMPLETE |
| 5632 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.273 INFO O| May 21 22:11:31.273 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5633 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.283 INFO O| May 21 22:11:31.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5634 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.284 INFO O| May 21 22:11:31.284 INFO STEP 264 (remove_files) COMPLETE |
| 5635 | 2026-05-21T22:11:32.283Z | [ recovery-image] May 21 22:11:31.284 INFO O| May 21 22:11:31.284 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5636 | 2026-05-21T22:11:32.288Z | [ recovery-image] May 21 22:11:31.296 INFO O| May 21 22:11:31.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5637 | 2026-05-21T22:11:32.288Z | [ recovery-image] May 21 22:11:31.296 INFO O| May 21 22:11:31.296 INFO STEP 265 (remove_files) COMPLETE |
| 5638 | 2026-05-21T22:11:32.289Z | [ recovery-image] May 21 22:11:31.296 INFO O| May 21 22:11:31.296 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5639 | 2026-05-21T22:11:32.295Z | [ recovery-image] May 21 22:11:31.307 INFO O| May 21 22:11:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5640 | 2026-05-21T22:11:32.295Z | [ recovery-image] May 21 22:11:31.307 INFO O| May 21 22:11:31.307 INFO STEP 266 (remove_files) COMPLETE |
| 5641 | 2026-05-21T22:11:32.295Z | [ recovery-image] May 21 22:11:31.307 INFO O| May 21 22:11:31.307 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5642 | 2026-05-21T22:11:32.304Z | [ recovery-image] May 21 22:11:31.317 INFO O| May 21 22:11:31.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5643 | 2026-05-21T22:11:32.304Z | [ recovery-image] May 21 22:11:31.317 INFO O| May 21 22:11:31.317 INFO STEP 267 (remove_files) COMPLETE |
| 5644 | 2026-05-21T22:11:32.304Z | [ recovery-image] May 21 22:11:31.317 INFO O| May 21 22:11:31.317 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5645 | 2026-05-21T22:11:32.314Z | [ recovery-image] May 21 22:11:31.327 INFO O| May 21 22:11:31.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5646 | 2026-05-21T22:11:32.314Z | [ recovery-image] May 21 22:11:31.327 INFO O| May 21 22:11:31.327 INFO STEP 268 (remove_files) COMPLETE |
| 5647 | 2026-05-21T22:11:32.314Z | [ recovery-image] May 21 22:11:31.327 INFO O| May 21 22:11:31.327 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5648 | 2026-05-21T22:11:32.324Z | [ recovery-image] May 21 22:11:31.337 INFO O| May 21 22:11:31.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5649 | 2026-05-21T22:11:32.324Z | [ recovery-image] May 21 22:11:31.337 INFO O| May 21 22:11:31.337 INFO STEP 269 (remove_files) COMPLETE |
| 5650 | 2026-05-21T22:11:32.324Z | [ recovery-image] May 21 22:11:31.337 INFO O| May 21 22:11:31.337 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5651 | 2026-05-21T22:11:32.334Z | [ recovery-image] May 21 22:11:31.347 INFO O| May 21 22:11:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5652 | 2026-05-21T22:11:32.334Z | [ recovery-image] May 21 22:11:31.347 INFO O| May 21 22:11:31.347 INFO STEP 270 (remove_files) COMPLETE |
| 5653 | 2026-05-21T22:11:32.334Z | [ recovery-image] May 21 22:11:31.347 INFO O| May 21 22:11:31.347 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5654 | 2026-05-21T22:11:32.344Z | [ recovery-image] May 21 22:11:31.356 INFO O| May 21 22:11:31.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5655 | 2026-05-21T22:11:32.344Z | [ recovery-image] May 21 22:11:31.356 INFO O| May 21 22:11:31.356 INFO STEP 271 (remove_files) COMPLETE |
| 5656 | 2026-05-21T22:11:32.344Z | [ recovery-image] May 21 22:11:31.356 INFO O| May 21 22:11:31.356 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5657 | 2026-05-21T22:11:32.353Z | [ recovery-image] May 21 22:11:31.366 INFO O| May 21 22:11:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5658 | 2026-05-21T22:11:32.353Z | [ recovery-image] May 21 22:11:31.366 INFO O| May 21 22:11:31.366 INFO STEP 272 (remove_files) COMPLETE |
| 5659 | 2026-05-21T22:11:32.353Z | [ recovery-image] May 21 22:11:31.366 INFO O| May 21 22:11:31.366 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5660 | 2026-05-21T22:11:32.361Z | [ recovery-image] May 21 22:11:31.375 INFO O| May 21 22:11:31.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5661 | 2026-05-21T22:11:32.361Z | [ recovery-image] May 21 22:11:31.375 INFO O| May 21 22:11:31.375 INFO STEP 273 (remove_files) COMPLETE |
| 5662 | 2026-05-21T22:11:32.361Z | [ recovery-image] May 21 22:11:31.375 INFO O| May 21 22:11:31.375 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5663 | 2026-05-21T22:11:32.371Z | [ recovery-image] May 21 22:11:31.384 INFO O| May 21 22:11:31.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5664 | 2026-05-21T22:11:32.371Z | [ recovery-image] May 21 22:11:31.384 INFO O| May 21 22:11:31.384 INFO STEP 274 (remove_files) COMPLETE |
| 5665 | 2026-05-21T22:11:32.371Z | [ recovery-image] May 21 22:11:31.384 INFO O| May 21 22:11:31.384 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5666 | 2026-05-21T22:11:32.381Z | [ recovery-image] May 21 22:11:31.394 INFO O| May 21 22:11:31.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5667 | 2026-05-21T22:11:32.387Z | [ recovery-image] May 21 22:11:31.395 INFO O| May 21 22:11:31.395 INFO STEP 275 (remove_files) COMPLETE |
| 5668 | 2026-05-21T22:11:32.387Z | [ recovery-image] May 21 22:11:31.395 INFO O| May 21 22:11:31.395 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5669 | 2026-05-21T22:11:32.391Z | [ recovery-image] May 21 22:11:31.404 INFO O| May 21 22:11:31.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5670 | 2026-05-21T22:11:32.391Z | [ recovery-image] May 21 22:11:31.404 INFO O| May 21 22:11:31.404 INFO STEP 276 (remove_files) COMPLETE |
| 5671 | 2026-05-21T22:11:32.391Z | [ recovery-image] May 21 22:11:31.404 INFO O| May 21 22:11:31.404 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5672 | 2026-05-21T22:11:32.399Z | [ recovery-image] May 21 22:11:31.413 INFO O| May 21 22:11:31.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5673 | 2026-05-21T22:11:32.405Z | [ recovery-image] May 21 22:11:31.414 INFO O| May 21 22:11:31.414 INFO STEP 277 (remove_files) COMPLETE |
| 5674 | 2026-05-21T22:11:32.405Z | [ recovery-image] May 21 22:11:31.414 INFO O| May 21 22:11:31.414 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5675 | 2026-05-21T22:11:32.421Z | [ recovery-image] May 21 22:11:31.433 INFO O| May 21 22:11:31.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5676 | 2026-05-21T22:11:32.421Z | [ recovery-image] May 21 22:11:31.433 INFO O| May 21 22:11:31.433 INFO STEP 278 (remove_files) COMPLETE |
| 5677 | 2026-05-21T22:11:32.421Z | [ recovery-image] May 21 22:11:31.433 INFO O| May 21 22:11:31.433 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5678 | 2026-05-21T22:11:32.430Z | [ recovery-image] May 21 22:11:31.442 INFO O| May 21 22:11:31.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5679 | 2026-05-21T22:11:32.430Z | [ recovery-image] May 21 22:11:31.443 INFO O| May 21 22:11:31.443 INFO STEP 279 (remove_files) COMPLETE |
| 5680 | 2026-05-21T22:11:32.437Z | [ recovery-image] May 21 22:11:31.443 INFO O| May 21 22:11:31.443 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5681 | 2026-05-21T22:11:32.443Z | [ recovery-image] May 21 22:11:31.451 INFO O| May 21 22:11:31.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5682 | 2026-05-21T22:11:32.443Z | [ recovery-image] May 21 22:11:31.451 INFO O| May 21 22:11:31.451 INFO STEP 280 (remove_files) COMPLETE |
| 5683 | 2026-05-21T22:11:32.443Z | [ recovery-image] May 21 22:11:31.451 INFO O| May 21 22:11:31.451 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5684 | 2026-05-21T22:11:32.447Z | [ recovery-image] May 21 22:11:31.459 INFO O| May 21 22:11:31.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5685 | 2026-05-21T22:11:32.447Z | [ recovery-image] May 21 22:11:31.459 INFO O| May 21 22:11:31.459 INFO STEP 281 (remove_files) COMPLETE |
| 5686 | 2026-05-21T22:11:32.447Z | [ recovery-image] May 21 22:11:31.459 INFO O| May 21 22:11:31.459 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5687 | 2026-05-21T22:11:32.454Z | [ recovery-image] May 21 22:11:31.467 INFO O| May 21 22:11:31.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5688 | 2026-05-21T22:11:32.454Z | [ recovery-image] May 21 22:11:31.467 INFO O| May 21 22:11:31.467 INFO STEP 282 (remove_files) COMPLETE |
| 5689 | 2026-05-21T22:11:32.454Z | [ recovery-image] May 21 22:11:31.467 INFO O| May 21 22:11:31.467 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5690 | 2026-05-21T22:11:32.461Z | [ recovery-image] May 21 22:11:31.475 INFO O| May 21 22:11:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5691 | 2026-05-21T22:11:32.461Z | [ recovery-image] May 21 22:11:31.475 INFO O| May 21 22:11:31.475 INFO STEP 283 (remove_files) COMPLETE |
| 5692 | 2026-05-21T22:11:32.469Z | [ recovery-image] May 21 22:11:31.475 INFO O| May 21 22:11:31.475 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5693 | 2026-05-21T22:11:32.474Z | [ recovery-image] May 21 22:11:31.482 INFO O| May 21 22:11:31.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5694 | 2026-05-21T22:11:32.474Z | [ recovery-image] May 21 22:11:31.482 INFO O| May 21 22:11:31.482 INFO STEP 284 (remove_files) COMPLETE |
| 5695 | 2026-05-21T22:11:32.474Z | [ recovery-image] May 21 22:11:31.482 INFO O| May 21 22:11:31.482 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5696 | 2026-05-21T22:11:32.479Z | [ recovery-image] May 21 22:11:31.490 INFO O| May 21 22:11:31.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5697 | 2026-05-21T22:11:32.479Z | [ recovery-image] May 21 22:11:31.490 INFO O| May 21 22:11:31.490 INFO STEP 285 (remove_files) COMPLETE |
| 5698 | 2026-05-21T22:11:32.479Z | [ recovery-image] May 21 22:11:31.490 INFO O| May 21 22:11:31.490 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5699 | 2026-05-21T22:11:32.485Z | [ recovery-image] May 21 22:11:31.497 INFO O| May 21 22:11:31.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5700 | 2026-05-21T22:11:32.485Z | [ recovery-image] May 21 22:11:31.497 INFO O| May 21 22:11:31.497 INFO STEP 286 (remove_files) COMPLETE |
| 5701 | 2026-05-21T22:11:32.485Z | [ recovery-image] May 21 22:11:31.497 INFO O| May 21 22:11:31.497 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5702 | 2026-05-21T22:11:32.492Z | [ recovery-image] May 21 22:11:31.505 INFO O| May 21 22:11:31.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5703 | 2026-05-21T22:11:32.492Z | [ recovery-image] May 21 22:11:31.505 INFO O| May 21 22:11:31.505 INFO STEP 287 (remove_files) COMPLETE |
| 5704 | 2026-05-21T22:11:32.492Z | [ recovery-image] May 21 22:11:31.505 INFO O| May 21 22:11:31.505 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5705 | 2026-05-21T22:11:32.551Z | [ recovery-image] May 21 22:11:31.565 INFO O| May 21 22:11:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5706 | 2026-05-21T22:11:32.551Z | [ recovery-image] May 21 22:11:31.565 INFO O| May 21 22:11:31.565 INFO STEP 288 (remove_files) COMPLETE |
| 5707 | 2026-05-21T22:11:32.551Z | [ recovery-image] May 21 22:11:31.565 INFO O| May 21 22:11:31.565 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5708 | 2026-05-21T22:11:32.580Z | [ recovery-image] May 21 22:11:31.594 INFO O| May 21 22:11:31.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5709 | 2026-05-21T22:11:32.580Z | [ recovery-image] May 21 22:11:31.594 INFO O| May 21 22:11:31.594 INFO STEP 289 (remove_files) COMPLETE |
| 5710 | 2026-05-21T22:11:32.580Z | [ recovery-image] May 21 22:11:31.594 INFO O| May 21 22:11:31.594 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5711 | 2026-05-21T22:11:32.589Z | [ recovery-image] May 21 22:11:31.602 INFO O| May 21 22:11:31.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5712 | 2026-05-21T22:11:32.589Z | [ recovery-image] May 21 22:11:31.602 INFO O| May 21 22:11:31.602 INFO STEP 290 (remove_files) COMPLETE |
| 5713 | 2026-05-21T22:11:32.589Z | [ recovery-image] May 21 22:11:31.602 INFO O| May 21 22:11:31.602 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-05-21T22:11:32.597Z | [ recovery-image] May 21 22:11:31.609 INFO O| May 21 22:11:31.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5715 | 2026-05-21T22:11:32.597Z | [ recovery-image] May 21 22:11:31.609 INFO O| May 21 22:11:31.609 INFO STEP 291 (remove_files) COMPLETE |
| 5716 | 2026-05-21T22:11:32.597Z | [ recovery-image] May 21 22:11:31.609 INFO O| May 21 22:11:31.609 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-05-21T22:11:32.604Z | [ recovery-image] May 21 22:11:31.617 INFO O| May 21 22:11:31.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5718 | 2026-05-21T22:11:32.604Z | [ recovery-image] May 21 22:11:31.617 INFO O| May 21 22:11:31.617 INFO STEP 292 (remove_files) COMPLETE |
| 5719 | 2026-05-21T22:11:32.605Z | [ recovery-image] May 21 22:11:31.617 INFO O| May 21 22:11:31.617 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-05-21T22:11:32.613Z | [ recovery-image] May 21 22:11:31.625 INFO O| May 21 22:11:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5721 | 2026-05-21T22:11:32.613Z | [ recovery-image] May 21 22:11:31.625 INFO O| May 21 22:11:31.625 INFO STEP 293 (remove_files) COMPLETE |
| 5722 | 2026-05-21T22:11:32.613Z | [ recovery-image] May 21 22:11:31.625 INFO O| May 21 22:11:31.625 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-05-21T22:11:32.620Z | [ recovery-image] May 21 22:11:31.633 INFO O| May 21 22:11:31.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5724 | 2026-05-21T22:11:32.621Z | [ recovery-image] May 21 22:11:31.633 INFO O| May 21 22:11:31.633 INFO STEP 294 (remove_files) COMPLETE |
| 5725 | 2026-05-21T22:11:32.625Z | [ recovery-image] May 21 22:11:31.633 INFO O| May 21 22:11:31.633 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-05-21T22:11:32.631Z | [ recovery-image] May 21 22:11:31.643 INFO O| May 21 22:11:31.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5727 | 2026-05-21T22:11:32.631Z | [ recovery-image] May 21 22:11:31.643 INFO O| May 21 22:11:31.643 INFO STEP 295 (remove_files) COMPLETE |
| 5728 | 2026-05-21T22:11:32.635Z | [ recovery-image] May 21 22:11:31.643 INFO O| May 21 22:11:31.643 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-05-21T22:11:32.638Z | [ recovery-image] May 21 22:11:31.652 INFO O| May 21 22:11:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5730 | 2026-05-21T22:11:32.638Z | [ recovery-image] May 21 22:11:31.652 INFO O| May 21 22:11:31.652 INFO STEP 296 (remove_files) COMPLETE |
| 5731 | 2026-05-21T22:11:32.641Z | [ recovery-image] May 21 22:11:31.652 INFO O| May 21 22:11:31.652 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-05-21T22:11:32.647Z | [ recovery-image] May 21 22:11:31.660 INFO O| May 21 22:11:31.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5733 | 2026-05-21T22:11:32.647Z | [ recovery-image] May 21 22:11:31.660 INFO O| May 21 22:11:31.660 INFO STEP 297 (remove_files) COMPLETE |
| 5734 | 2026-05-21T22:11:32.650Z | [ recovery-image] May 21 22:11:31.660 INFO O| May 21 22:11:31.660 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-05-21T22:11:32.656Z | [ recovery-image] May 21 22:11:31.669 INFO O| May 21 22:11:31.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5736 | 2026-05-21T22:11:32.656Z | [ recovery-image] May 21 22:11:31.669 INFO O| May 21 22:11:31.669 INFO STEP 298 (remove_files) COMPLETE |
| 5737 | 2026-05-21T22:11:32.663Z | [ recovery-image] May 21 22:11:31.669 INFO O| May 21 22:11:31.669 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-05-21T22:11:32.671Z | [ recovery-image] May 21 22:11:31.678 INFO O| May 21 22:11:31.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5739 | 2026-05-21T22:11:32.671Z | [ recovery-image] May 21 22:11:31.679 INFO O| May 21 22:11:31.679 INFO STEP 299 (remove_files) COMPLETE |
| 5740 | 2026-05-21T22:11:32.671Z | [ recovery-image] May 21 22:11:31.679 INFO O| May 21 22:11:31.679 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-05-21T22:11:32.700Z | [ recovery-image] May 21 22:11:31.713 INFO O| May 21 22:11:31.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5742 | 2026-05-21T22:11:32.700Z | [ recovery-image] May 21 22:11:31.713 INFO O| May 21 22:11:31.713 INFO STEP 300 (remove_files) COMPLETE |
| 5743 | 2026-05-21T22:11:32.700Z | [ recovery-image] May 21 22:11:31.713 INFO O| May 21 22:11:31.713 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-05-21T22:11:32.709Z | [ recovery-image] May 21 22:11:31.722 INFO O| May 21 22:11:31.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5745 | 2026-05-21T22:11:32.709Z | [ recovery-image] May 21 22:11:31.722 INFO O| May 21 22:11:31.722 INFO STEP 301 (remove_files) COMPLETE |
| 5746 | 2026-05-21T22:11:32.711Z | [ recovery-image] May 21 22:11:31.722 INFO O| May 21 22:11:31.722 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-05-21T22:11:32.717Z | [ recovery-image] May 21 22:11:31.730 INFO O| May 21 22:11:31.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5748 | 2026-05-21T22:11:32.718Z | [ recovery-image] May 21 22:11:31.730 INFO O| May 21 22:11:31.730 INFO STEP 302 (remove_files) COMPLETE |
| 5749 | 2026-05-21T22:11:32.718Z | [ recovery-image] May 21 22:11:31.730 INFO O| May 21 22:11:31.730 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-05-21T22:11:32.727Z | [ recovery-image] May 21 22:11:31.741 INFO O| May 21 22:11:31.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5751 | 2026-05-21T22:11:32.727Z | [ recovery-image] May 21 22:11:31.741 INFO O| May 21 22:11:31.741 INFO STEP 303 (remove_files) COMPLETE |
| 5752 | 2026-05-21T22:11:32.734Z | [ recovery-image] May 21 22:11:31.741 INFO O| May 21 22:11:31.741 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-05-21T22:11:32.772Z | [ recovery-image] May 21 22:11:31.785 INFO O| May 21 22:11:31.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5754 | 2026-05-21T22:11:32.772Z | [ recovery-image] May 21 22:11:31.785 INFO O| May 21 22:11:31.785 INFO STEP 304 (remove_files) COMPLETE |
| 5755 | 2026-05-21T22:11:32.775Z | [ recovery-image] May 21 22:11:31.785 INFO O| May 21 22:11:31.785 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-05-21T22:11:32.798Z | [ recovery-image] May 21 22:11:31.811 INFO O| May 21 22:11:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5757 | 2026-05-21T22:11:32.798Z | [ recovery-image] May 21 22:11:31.811 INFO O| May 21 22:11:31.811 INFO STEP 305 (remove_files) COMPLETE |
| 5758 | 2026-05-21T22:11:32.798Z | [ recovery-image] May 21 22:11:31.811 INFO O| May 21 22:11:31.811 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-05-21T22:11:32.806Z | [ recovery-image] May 21 22:11:31.820 INFO O| May 21 22:11:31.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5760 | 2026-05-21T22:11:32.806Z | [ recovery-image] May 21 22:11:31.820 INFO O| May 21 22:11:31.820 INFO STEP 306 (remove_files) COMPLETE |
| 5761 | 2026-05-21T22:11:32.810Z | [ recovery-image] May 21 22:11:31.820 INFO O| May 21 22:11:31.820 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-05-21T22:11:32.815Z | [ recovery-image] May 21 22:11:31.829 INFO O| May 21 22:11:31.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5763 | 2026-05-21T22:11:32.815Z | [ recovery-image] May 21 22:11:31.829 INFO O| May 21 22:11:31.829 INFO STEP 307 (remove_files) COMPLETE |
| 5764 | 2026-05-21T22:11:32.818Z | [ recovery-image] May 21 22:11:31.829 INFO O| May 21 22:11:31.829 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-05-21T22:11:32.823Z | [ recovery-image] May 21 22:11:31.837 INFO O| May 21 22:11:31.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5766 | 2026-05-21T22:11:32.823Z | [ recovery-image] May 21 22:11:31.837 INFO O| May 21 22:11:31.837 INFO STEP 308 (remove_files) COMPLETE |
| 5767 | 2026-05-21T22:11:32.827Z | [ recovery-image] May 21 22:11:31.837 INFO O| May 21 22:11:31.837 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-05-21T22:11:32.832Z | [ recovery-image] May 21 22:11:31.846 INFO O| May 21 22:11:31.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5769 | 2026-05-21T22:11:32.832Z | [ recovery-image] May 21 22:11:31.846 INFO O| May 21 22:11:31.846 INFO STEP 309 (remove_files) COMPLETE |
| 5770 | 2026-05-21T22:11:32.836Z | [ recovery-image] May 21 22:11:31.846 INFO O| May 21 22:11:31.846 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-05-21T22:11:32.840Z | [ recovery-image] May 21 22:11:31.854 INFO O| May 21 22:11:31.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5772 | 2026-05-21T22:11:32.840Z | [ recovery-image] May 21 22:11:31.854 INFO O| May 21 22:11:31.854 INFO STEP 310 (remove_files) COMPLETE |
| 5773 | 2026-05-21T22:11:32.844Z | [ recovery-image] May 21 22:11:31.854 INFO O| May 21 22:11:31.854 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-05-21T22:11:32.848Z | [ recovery-image] May 21 22:11:31.862 INFO O| May 21 22:11:31.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5775 | 2026-05-21T22:11:32.848Z | [ recovery-image] May 21 22:11:31.862 INFO O| May 21 22:11:31.862 INFO STEP 311 (remove_files) COMPLETE |
| 5776 | 2026-05-21T22:11:32.851Z | [ recovery-image] May 21 22:11:31.862 INFO O| May 21 22:11:31.862 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-05-21T22:11:32.871Z | [ recovery-image] May 21 22:11:31.869 INFO O| May 21 22:11:31.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5778 | 2026-05-21T22:11:32.871Z | [ recovery-image] May 21 22:11:31.869 INFO O| May 21 22:11:31.869 INFO STEP 312 (remove_files) COMPLETE |
| 5779 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.869 INFO O| May 21 22:11:31.869 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5780 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.876 INFO O| May 21 22:11:31.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5781 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.876 INFO O| May 21 22:11:31.876 INFO STEP 313 (remove_files) COMPLETE |
| 5782 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.876 INFO O| May 21 22:11:31.876 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5783 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.883 INFO O| May 21 22:11:31.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5784 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.883 INFO O| May 21 22:11:31.883 INFO STEP 314 (remove_files) COMPLETE |
| 5785 | 2026-05-21T22:11:32.874Z | [ recovery-image] May 21 22:11:31.883 INFO O| May 21 22:11:31.883 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5786 | 2026-05-21T22:11:32.877Z | [ recovery-image] May 21 22:11:31.891 INFO O| May 21 22:11:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5787 | 2026-05-21T22:11:32.877Z | [ recovery-image] May 21 22:11:31.891 INFO O| May 21 22:11:31.891 INFO STEP 315 (remove_files) COMPLETE |
| 5788 | 2026-05-21T22:11:32.879Z | [ recovery-image] May 21 22:11:31.891 INFO O| May 21 22:11:31.891 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5789 | 2026-05-21T22:11:32.884Z | [ recovery-image] May 21 22:11:31.898 INFO O| May 21 22:11:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5790 | 2026-05-21T22:11:32.884Z | [ recovery-image] May 21 22:11:31.898 INFO O| May 21 22:11:31.898 INFO STEP 316 (remove_files) COMPLETE |
| 5791 | 2026-05-21T22:11:32.887Z | [ recovery-image] May 21 22:11:31.898 INFO O| May 21 22:11:31.898 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5792 | 2026-05-21T22:11:32.891Z | [ recovery-image] May 21 22:11:31.905 INFO O| May 21 22:11:31.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5793 | 2026-05-21T22:11:32.891Z | [ recovery-image] May 21 22:11:31.905 INFO O| May 21 22:11:31.905 INFO STEP 317 (remove_files) COMPLETE |
| 5794 | 2026-05-21T22:11:32.894Z | [ recovery-image] May 21 22:11:31.905 INFO O| May 21 22:11:31.905 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5795 | 2026-05-21T22:11:32.911Z | [ recovery-image] May 21 22:11:31.924 INFO O| May 21 22:11:31.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5796 | 2026-05-21T22:11:32.911Z | [ recovery-image] May 21 22:11:31.924 INFO O| May 21 22:11:31.924 INFO STEP 318 (remove_files) COMPLETE |
| 5797 | 2026-05-21T22:11:32.911Z | [ recovery-image] May 21 22:11:31.924 INFO O| May 21 22:11:31.924 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5798 | 2026-05-21T22:11:32.920Z | [ recovery-image] May 21 22:11:31.934 INFO O| May 21 22:11:31.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5799 | 2026-05-21T22:11:32.920Z | [ recovery-image] May 21 22:11:31.934 INFO O| May 21 22:11:31.934 INFO STEP 319 (remove_files) COMPLETE |
| 5800 | 2026-05-21T22:11:32.920Z | [ recovery-image] May 21 22:11:31.934 INFO O| May 21 22:11:31.934 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5801 | 2026-05-21T22:11:32.929Z | [ recovery-image] May 21 22:11:31.942 INFO O| May 21 22:11:31.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5802 | 2026-05-21T22:11:32.929Z | [ recovery-image] May 21 22:11:31.942 INFO O| May 21 22:11:31.942 INFO STEP 320 (remove_files) COMPLETE |
| 5803 | 2026-05-21T22:11:32.929Z | [ recovery-image] May 21 22:11:31.942 INFO O| May 21 22:11:31.942 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5804 | 2026-05-21T22:11:32.936Z | [ recovery-image] May 21 22:11:31.949 INFO O| May 21 22:11:31.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5805 | 2026-05-21T22:11:32.936Z | [ recovery-image] May 21 22:11:31.949 INFO O| May 21 22:11:31.949 INFO STEP 321 (remove_files) COMPLETE |
| 5806 | 2026-05-21T22:11:32.936Z | [ recovery-image] May 21 22:11:31.949 INFO O| May 21 22:11:31.949 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5807 | 2026-05-21T22:11:32.943Z | [ recovery-image] May 21 22:11:31.956 INFO O| May 21 22:11:31.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5808 | 2026-05-21T22:11:32.943Z | [ recovery-image] May 21 22:11:31.956 INFO O| May 21 22:11:31.956 INFO STEP 322 (remove_files) COMPLETE |
| 5809 | 2026-05-21T22:11:32.943Z | [ recovery-image] May 21 22:11:31.956 INFO O| May 21 22:11:31.956 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5810 | 2026-05-21T22:11:32.951Z | [ recovery-image] May 21 22:11:31.965 INFO O| May 21 22:11:31.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5811 | 2026-05-21T22:11:32.952Z | [ recovery-image] May 21 22:11:31.965 INFO O| May 21 22:11:31.965 INFO STEP 323 (remove_files) COMPLETE |
| 5812 | 2026-05-21T22:11:32.952Z | [ recovery-image] May 21 22:11:31.965 INFO O| May 21 22:11:31.965 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5813 | 2026-05-21T22:11:32.959Z | [ recovery-image] May 21 22:11:31.972 INFO O| May 21 22:11:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5814 | 2026-05-21T22:11:32.959Z | [ recovery-image] May 21 22:11:31.973 INFO O| May 21 22:11:31.973 INFO STEP 324 (remove_files) COMPLETE |
| 5815 | 2026-05-21T22:11:32.962Z | [ recovery-image] May 21 22:11:31.973 INFO O| May 21 22:11:31.973 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5816 | 2026-05-21T22:11:32.966Z | [ recovery-image] May 21 22:11:31.980 INFO O| May 21 22:11:31.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5817 | 2026-05-21T22:11:32.966Z | [ recovery-image] May 21 22:11:31.980 INFO O| May 21 22:11:31.980 INFO STEP 325 (remove_files) COMPLETE |
| 5818 | 2026-05-21T22:11:32.966Z | [ recovery-image] May 21 22:11:31.980 INFO O| May 21 22:11:31.980 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5819 | 2026-05-21T22:11:32.976Z | [ recovery-image] May 21 22:11:31.988 INFO O| May 21 22:11:31.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5820 | 2026-05-21T22:11:32.976Z | [ recovery-image] May 21 22:11:31.988 INFO O| May 21 22:11:31.988 INFO STEP 326 (remove_files) COMPLETE |
| 5821 | 2026-05-21T22:11:32.979Z | [ recovery-image] May 21 22:11:31.988 INFO O| May 21 22:11:31.988 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5822 | 2026-05-21T22:11:32.983Z | [ recovery-image] May 21 22:11:31.997 INFO O| May 21 22:11:31.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5823 | 2026-05-21T22:11:32.983Z | [ recovery-image] May 21 22:11:31.997 INFO O| May 21 22:11:31.997 INFO STEP 327 (remove_files) COMPLETE |
| 5824 | 2026-05-21T22:11:32.987Z | [ recovery-image] May 21 22:11:31.997 INFO O| May 21 22:11:31.997 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5825 | 2026-05-21T22:11:32.991Z | [ recovery-image] May 21 22:11:32.005 INFO O| May 21 22:11:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5826 | 2026-05-21T22:11:32.991Z | [ recovery-image] May 21 22:11:32.005 INFO O| May 21 22:11:32.005 INFO STEP 328 (remove_files) COMPLETE |
| 5827 | 2026-05-21T22:11:32.995Z | [ recovery-image] May 21 22:11:32.005 INFO O| May 21 22:11:32.005 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5828 | 2026-05-21T22:11:33.007Z | [ recovery-image] May 21 22:11:32.021 INFO O| May 21 22:11:32.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5829 | 2026-05-21T22:11:33.007Z | [ recovery-image] May 21 22:11:32.021 INFO O| May 21 22:11:32.021 INFO STEP 329 (remove_files) COMPLETE |
| 5830 | 2026-05-21T22:11:33.007Z | [ recovery-image] May 21 22:11:32.021 INFO O| May 21 22:11:32.021 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5831 | 2026-05-21T22:11:33.055Z | [ recovery-image] May 21 22:11:32.068 INFO O| May 21 22:11:32.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5832 | 2026-05-21T22:11:33.055Z | [ recovery-image] May 21 22:11:32.068 INFO O| May 21 22:11:32.068 INFO STEP 330 (remove_files) COMPLETE |
| 5833 | 2026-05-21T22:11:33.055Z | [ recovery-image] May 21 22:11:32.068 INFO O| May 21 22:11:32.068 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5834 | 2026-05-21T22:11:33.066Z | [ recovery-image] May 21 22:11:32.079 INFO O| May 21 22:11:32.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5835 | 2026-05-21T22:11:33.066Z | [ recovery-image] May 21 22:11:32.079 INFO O| May 21 22:11:32.079 INFO STEP 331 (remove_files) COMPLETE |
| 5836 | 2026-05-21T22:11:33.069Z | [ recovery-image] May 21 22:11:32.079 INFO O| May 21 22:11:32.079 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5837 | 2026-05-21T22:11:33.159Z | [ recovery-image] May 21 22:11:32.090 INFO O| May 21 22:11:32.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5838 | 2026-05-21T22:11:33.159Z | [ recovery-image] May 21 22:11:32.090 INFO O| May 21 22:11:32.090 INFO STEP 332 (remove_files) COMPLETE |
| 5839 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.090 INFO O| May 21 22:11:32.090 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5840 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.099 INFO O| May 21 22:11:32.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5841 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.100 INFO O| May 21 22:11:32.100 INFO STEP 333 (remove_files) COMPLETE |
| 5842 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.100 INFO O| May 21 22:11:32.100 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5843 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.108 INFO O| May 21 22:11:32.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5844 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.109 INFO O| May 21 22:11:32.109 INFO STEP 334 (remove_files) COMPLETE |
| 5845 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.109 INFO O| May 21 22:11:32.109 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5846 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.118 INFO O| May 21 22:11:32.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5847 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.118 INFO O| May 21 22:11:32.118 INFO STEP 335 (remove_files) COMPLETE |
| 5848 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.118 INFO O| May 21 22:11:32.118 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5849 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.128 INFO O| May 21 22:11:32.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5850 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.128 INFO O| May 21 22:11:32.128 INFO STEP 336 (remove_files) COMPLETE |
| 5851 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.128 INFO O| May 21 22:11:32.128 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5852 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.139 INFO O| May 21 22:11:32.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5853 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.139 INFO O| May 21 22:11:32.139 INFO STEP 337 (remove_files) COMPLETE |
| 5854 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.139 INFO O| May 21 22:11:32.139 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5855 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.149 INFO O| May 21 22:11:32.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5856 | 2026-05-21T22:11:33.166Z | [ recovery-image] May 21 22:11:32.149 INFO O| May 21 22:11:32.149 INFO STEP 338 (remove_files) COMPLETE |
| 5857 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.149 INFO O| May 21 22:11:32.149 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5858 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.159 INFO O| May 21 22:11:32.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5859 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.159 INFO O| May 21 22:11:32.159 INFO STEP 339 (remove_files) COMPLETE |
| 5860 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.159 INFO O| May 21 22:11:32.159 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5861 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.169 INFO O| May 21 22:11:32.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5862 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.170 INFO O| May 21 22:11:32.170 INFO STEP 340 (remove_files) COMPLETE |
| 5863 | 2026-05-21T22:11:33.167Z | [ recovery-image] May 21 22:11:32.170 INFO O| May 21 22:11:32.170 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5864 | 2026-05-21T22:11:33.173Z | [ recovery-image] May 21 22:11:32.180 INFO O| May 21 22:11:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5865 | 2026-05-21T22:11:33.174Z | [ recovery-image] May 21 22:11:32.180 INFO O| May 21 22:11:32.180 INFO STEP 341 (remove_files) COMPLETE |
| 5866 | 2026-05-21T22:11:33.174Z | [ recovery-image] May 21 22:11:32.180 INFO O| May 21 22:11:32.180 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5867 | 2026-05-21T22:11:33.178Z | [ recovery-image] May 21 22:11:32.190 INFO O| May 21 22:11:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5868 | 2026-05-21T22:11:33.178Z | [ recovery-image] May 21 22:11:32.190 INFO O| May 21 22:11:32.190 INFO STEP 342 (remove_files) COMPLETE |
| 5869 | 2026-05-21T22:11:33.178Z | [ recovery-image] May 21 22:11:32.190 INFO O| May 21 22:11:32.190 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5870 | 2026-05-21T22:11:33.189Z | [ recovery-image] May 21 22:11:32.199 INFO O| May 21 22:11:32.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5871 | 2026-05-21T22:11:33.189Z | [ recovery-image] May 21 22:11:32.199 INFO O| May 21 22:11:32.199 INFO STEP 343 (remove_files) COMPLETE |
| 5872 | 2026-05-21T22:11:33.189Z | [ recovery-image] May 21 22:11:32.199 INFO O| May 21 22:11:32.199 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5873 | 2026-05-21T22:11:33.195Z | [ recovery-image] May 21 22:11:32.208 INFO O| May 21 22:11:32.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5874 | 2026-05-21T22:11:33.195Z | [ recovery-image] May 21 22:11:32.208 INFO O| May 21 22:11:32.208 INFO STEP 344 (remove_files) COMPLETE |
| 5875 | 2026-05-21T22:11:33.195Z | [ recovery-image] May 21 22:11:32.208 INFO O| May 21 22:11:32.208 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5876 | 2026-05-21T22:11:33.204Z | [ recovery-image] May 21 22:11:32.217 INFO O| May 21 22:11:32.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5877 | 2026-05-21T22:11:33.205Z | [ recovery-image] May 21 22:11:32.217 INFO O| May 21 22:11:32.217 INFO STEP 345 (remove_files) COMPLETE |
| 5878 | 2026-05-21T22:11:33.205Z | [ recovery-image] May 21 22:11:32.217 INFO O| May 21 22:11:32.217 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5879 | 2026-05-21T22:11:33.213Z | [ recovery-image] May 21 22:11:32.227 INFO O| May 21 22:11:32.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5880 | 2026-05-21T22:11:33.213Z | [ recovery-image] May 21 22:11:32.227 INFO O| May 21 22:11:32.227 INFO STEP 346 (remove_files) COMPLETE |
| 5881 | 2026-05-21T22:11:33.213Z | [ recovery-image] May 21 22:11:32.227 INFO O| May 21 22:11:32.227 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5882 | 2026-05-21T22:11:33.224Z | [ recovery-image] May 21 22:11:32.235 INFO O| May 21 22:11:32.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5883 | 2026-05-21T22:11:33.224Z | [ recovery-image] May 21 22:11:32.235 INFO O| May 21 22:11:32.235 INFO STEP 347 (remove_files) COMPLETE |
| 5884 | 2026-05-21T22:11:33.224Z | [ recovery-image] May 21 22:11:32.235 INFO O| May 21 22:11:32.235 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5885 | 2026-05-21T22:11:33.230Z | [ recovery-image] May 21 22:11:32.243 INFO O| May 21 22:11:32.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5886 | 2026-05-21T22:11:33.237Z | [ recovery-image] May 21 22:11:32.244 INFO O| May 21 22:11:32.244 INFO STEP 348 (remove_files) COMPLETE |
| 5887 | 2026-05-21T22:11:33.237Z | [ recovery-image] May 21 22:11:32.244 INFO O| May 21 22:11:32.244 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5888 | 2026-05-21T22:11:33.241Z | [ recovery-image] May 21 22:11:32.254 INFO O| May 21 22:11:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5889 | 2026-05-21T22:11:33.241Z | [ recovery-image] May 21 22:11:32.254 INFO O| May 21 22:11:32.254 INFO STEP 349 (remove_files) COMPLETE |
| 5890 | 2026-05-21T22:11:33.241Z | [ recovery-image] May 21 22:11:32.254 INFO O| May 21 22:11:32.254 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5891 | 2026-05-21T22:11:33.250Z | [ recovery-image] May 21 22:11:32.263 INFO O| May 21 22:11:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5892 | 2026-05-21T22:11:33.250Z | [ recovery-image] May 21 22:11:32.263 INFO O| May 21 22:11:32.263 INFO STEP 350 (remove_files) COMPLETE |
| 5893 | 2026-05-21T22:11:33.250Z | [ recovery-image] May 21 22:11:32.263 INFO O| May 21 22:11:32.263 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5894 | 2026-05-21T22:11:33.259Z | [ recovery-image] May 21 22:11:32.272 INFO O| May 21 22:11:32.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5895 | 2026-05-21T22:11:33.259Z | [ recovery-image] May 21 22:11:32.272 INFO O| May 21 22:11:32.272 INFO STEP 351 (remove_files) COMPLETE |
| 5896 | 2026-05-21T22:11:33.265Z | [ recovery-image] May 21 22:11:32.272 INFO O| May 21 22:11:32.272 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5897 | 2026-05-21T22:11:33.268Z | [ recovery-image] May 21 22:11:32.281 INFO O| May 21 22:11:32.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5898 | 2026-05-21T22:11:33.272Z | [ recovery-image] May 21 22:11:32.282 INFO O| May 21 22:11:32.282 INFO STEP 352 (remove_files) COMPLETE |
| 5899 | 2026-05-21T22:11:33.272Z | [ recovery-image] May 21 22:11:32.282 INFO O| May 21 22:11:32.282 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5900 | 2026-05-21T22:11:33.278Z | [ recovery-image] May 21 22:11:32.291 INFO O| May 21 22:11:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5901 | 2026-05-21T22:11:33.278Z | [ recovery-image] May 21 22:11:32.291 INFO O| May 21 22:11:32.291 INFO STEP 353 (remove_files) COMPLETE |
| 5902 | 2026-05-21T22:11:33.283Z | [ recovery-image] May 21 22:11:32.291 INFO O| May 21 22:11:32.291 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5903 | 2026-05-21T22:11:33.292Z | [ recovery-image] May 21 22:11:32.299 INFO O| May 21 22:11:32.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5904 | 2026-05-21T22:11:33.292Z | [ recovery-image] May 21 22:11:32.300 INFO O| May 21 22:11:32.300 INFO STEP 354 (remove_files) COMPLETE |
| 5905 | 2026-05-21T22:11:33.292Z | [ recovery-image] May 21 22:11:32.300 INFO O| May 21 22:11:32.300 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5906 | 2026-05-21T22:11:33.296Z | [ recovery-image] May 21 22:11:32.308 INFO O| May 21 22:11:32.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5907 | 2026-05-21T22:11:33.296Z | [ recovery-image] May 21 22:11:32.309 INFO O| May 21 22:11:32.309 INFO STEP 355 (remove_files) COMPLETE |
| 5908 | 2026-05-21T22:11:33.296Z | [ recovery-image] May 21 22:11:32.309 INFO O| May 21 22:11:32.309 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5909 | 2026-05-21T22:11:33.305Z | [ recovery-image] May 21 22:11:32.317 INFO O| May 21 22:11:32.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5910 | 2026-05-21T22:11:33.305Z | [ recovery-image] May 21 22:11:32.317 INFO O| May 21 22:11:32.317 INFO STEP 356 (remove_files) COMPLETE |
| 5911 | 2026-05-21T22:11:33.305Z | [ recovery-image] May 21 22:11:32.317 INFO O| May 21 22:11:32.317 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5912 | 2026-05-21T22:11:33.314Z | [ recovery-image] May 21 22:11:32.326 INFO O| May 21 22:11:32.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5913 | 2026-05-21T22:11:33.314Z | [ recovery-image] May 21 22:11:32.326 INFO O| May 21 22:11:32.326 INFO STEP 357 (remove_files) COMPLETE |
| 5914 | 2026-05-21T22:11:33.314Z | [ recovery-image] May 21 22:11:32.326 INFO O| May 21 22:11:32.326 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5915 | 2026-05-21T22:11:33.329Z | [ recovery-image] May 21 22:11:32.337 INFO O| May 21 22:11:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5916 | 2026-05-21T22:11:33.329Z | [ recovery-image] May 21 22:11:32.337 INFO O| May 21 22:11:32.337 INFO STEP 358 (remove_files) COMPLETE |
| 5917 | 2026-05-21T22:11:33.329Z | [ recovery-image] May 21 22:11:32.337 INFO O| May 21 22:11:32.337 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5918 | 2026-05-21T22:11:33.335Z | [ recovery-image] May 21 22:11:32.347 INFO O| May 21 22:11:32.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5919 | 2026-05-21T22:11:33.335Z | [ recovery-image] May 21 22:11:32.347 INFO O| May 21 22:11:32.347 INFO STEP 359 (remove_files) COMPLETE |
| 5920 | 2026-05-21T22:11:33.335Z | [ recovery-image] May 21 22:11:32.347 INFO O| May 21 22:11:32.347 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5921 | 2026-05-21T22:11:33.344Z | [ recovery-image] May 21 22:11:32.356 INFO O| May 21 22:11:32.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5922 | 2026-05-21T22:11:33.345Z | [ recovery-image] May 21 22:11:32.356 INFO O| May 21 22:11:32.356 INFO STEP 360 (remove_files) COMPLETE |
| 5923 | 2026-05-21T22:11:33.345Z | [ recovery-image] May 21 22:11:32.356 INFO O| May 21 22:11:32.356 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5924 | 2026-05-21T22:11:33.355Z | [ recovery-image] May 21 22:11:32.365 INFO O| May 21 22:11:32.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5925 | 2026-05-21T22:11:33.355Z | [ recovery-image] May 21 22:11:32.365 INFO O| May 21 22:11:32.365 INFO STEP 361 (remove_files) COMPLETE |
| 5926 | 2026-05-21T22:11:33.360Z | [ recovery-image] May 21 22:11:32.365 INFO O| May 21 22:11:32.365 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5927 | 2026-05-21T22:11:33.365Z | [ recovery-image] May 21 22:11:32.374 INFO O| May 21 22:11:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5928 | 2026-05-21T22:11:33.365Z | [ recovery-image] May 21 22:11:32.374 INFO O| May 21 22:11:32.374 INFO STEP 362 (remove_files) COMPLETE |
| 5929 | 2026-05-21T22:11:33.365Z | [ recovery-image] May 21 22:11:32.374 INFO O| May 21 22:11:32.374 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5930 | 2026-05-21T22:11:33.369Z | [ recovery-image] May 21 22:11:32.382 INFO O| May 21 22:11:32.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5931 | 2026-05-21T22:11:33.369Z | [ recovery-image] May 21 22:11:32.382 INFO O| May 21 22:11:32.382 INFO STEP 363 (remove_files) COMPLETE |
| 5932 | 2026-05-21T22:11:33.369Z | [ recovery-image] May 21 22:11:32.382 INFO O| May 21 22:11:32.382 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5933 | 2026-05-21T22:11:33.378Z | [ recovery-image] May 21 22:11:32.391 INFO O| May 21 22:11:32.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5934 | 2026-05-21T22:11:33.378Z | [ recovery-image] May 21 22:11:32.391 INFO O| May 21 22:11:32.391 INFO STEP 364 (remove_files) COMPLETE |
| 5935 | 2026-05-21T22:11:33.378Z | [ recovery-image] May 21 22:11:32.391 INFO O| May 21 22:11:32.391 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5936 | 2026-05-21T22:11:34.389Z | [ recovery-image] May 21 22:11:32.399 INFO O| May 21 22:11:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5937 | 2026-05-21T22:11:34.390Z | [ recovery-image] May 21 22:11:32.399 INFO O| May 21 22:11:32.399 INFO STEP 365 (remove_files) COMPLETE |
| 5938 | 2026-05-21T22:11:34.390Z | [ recovery-image] May 21 22:11:32.399 INFO O| May 21 22:11:32.399 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5939 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.408 INFO O| May 21 22:11:32.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5940 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.408 INFO O| May 21 22:11:32.408 INFO STEP 366 (remove_files) COMPLETE |
| 5941 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.408 INFO O| May 21 22:11:32.408 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5942 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.418 INFO O| May 21 22:11:32.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5943 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.418 INFO O| May 21 22:11:32.418 INFO STEP 367 (remove_files) COMPLETE |
| 5944 | 2026-05-21T22:11:34.399Z | [ recovery-image] May 21 22:11:32.418 INFO O| May 21 22:11:32.418 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5945 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.428 INFO O| May 21 22:11:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 5946 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.428 INFO O| May 21 22:11:32.428 INFO STEP 368 (remove_files) COMPLETE |
| 5947 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.428 INFO O| May 21 22:11:32.428 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5948 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.438 INFO O| May 21 22:11:32.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 5949 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.438 INFO O| May 21 22:11:32.438 INFO STEP 369 (remove_files) COMPLETE |
| 5950 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.438 INFO O| May 21 22:11:32.438 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5951 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.447 INFO O| May 21 22:11:32.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 5952 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.447 INFO O| May 21 22:11:32.447 INFO STEP 370 (remove_files) COMPLETE |
| 5953 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.447 INFO O| May 21 22:11:32.447 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5954 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.457 INFO O| May 21 22:11:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 5955 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.457 INFO O| May 21 22:11:32.457 INFO STEP 371 (remove_files) COMPLETE |
| 5956 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.457 INFO O| May 21 22:11:32.457 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5957 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.467 INFO O| May 21 22:11:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 5958 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.467 INFO O| May 21 22:11:32.467 INFO STEP 372 (remove_files) COMPLETE |
| 5959 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.467 INFO O| May 21 22:11:32.467 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5960 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.477 INFO O| May 21 22:11:32.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 5961 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.477 INFO O| May 21 22:11:32.477 INFO STEP 373 (remove_files) COMPLETE |
| 5962 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.477 INFO O| May 21 22:11:32.477 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5963 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.487 INFO O| May 21 22:11:32.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 5964 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.487 INFO O| May 21 22:11:32.487 INFO STEP 374 (remove_files) COMPLETE |
| 5965 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.487 INFO O| May 21 22:11:32.487 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5966 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.498 INFO O| May 21 22:11:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 5967 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.498 INFO O| May 21 22:11:32.498 INFO STEP 375 (remove_files) COMPLETE |
| 5968 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.498 INFO O| May 21 22:11:32.498 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5969 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.508 INFO O| May 21 22:11:32.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 5970 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.508 INFO O| May 21 22:11:32.508 INFO STEP 376 (remove_files) COMPLETE |
| 5971 | 2026-05-21T22:11:34.400Z | [ recovery-image] May 21 22:11:32.508 INFO O| May 21 22:11:32.508 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5972 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.518 INFO O| May 21 22:11:32.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 5973 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.518 INFO O| May 21 22:11:32.518 INFO STEP 377 (remove_files) COMPLETE |
| 5974 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.518 INFO O| May 21 22:11:32.518 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5975 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.528 INFO O| May 21 22:11:32.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 5976 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.528 INFO O| May 21 22:11:32.528 INFO STEP 378 (remove_files) COMPLETE |
| 5977 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.528 INFO O| May 21 22:11:32.528 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5978 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.537 INFO O| May 21 22:11:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 5979 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.537 INFO O| May 21 22:11:32.537 INFO STEP 379 (remove_files) COMPLETE |
| 5980 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.537 INFO O| May 21 22:11:32.537 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5981 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.546 INFO O| May 21 22:11:32.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 5982 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.546 INFO O| May 21 22:11:32.546 INFO STEP 380 (remove_files) COMPLETE |
| 5983 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.546 INFO O| May 21 22:11:32.546 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5984 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.555 INFO O| May 21 22:11:32.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 5985 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.555 INFO O| May 21 22:11:32.555 INFO STEP 381 (remove_files) COMPLETE |
| 5986 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.555 INFO O| May 21 22:11:32.555 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5987 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.564 INFO O| May 21 22:11:32.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 5988 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.564 INFO O| May 21 22:11:32.564 INFO STEP 382 (remove_files) COMPLETE |
| 5989 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.564 INFO O| May 21 22:11:32.564 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5990 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.573 INFO O| May 21 22:11:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 5991 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.573 INFO O| May 21 22:11:32.573 INFO STEP 383 (remove_files) COMPLETE |
| 5992 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.573 INFO O| May 21 22:11:32.573 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5993 | 2026-05-21T22:11:34.401Z | [ recovery-image] May 21 22:11:32.581 INFO O| May 21 22:11:32.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 5994 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.581 INFO O| May 21 22:11:32.581 INFO STEP 384 (remove_files) COMPLETE |
| 5995 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.581 INFO O| May 21 22:11:32.581 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5996 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.589 INFO O| May 21 22:11:32.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 5997 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.589 INFO O| May 21 22:11:32.589 INFO STEP 385 (remove_files) COMPLETE |
| 5998 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.589 INFO O| May 21 22:11:32.589 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5999 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.596 INFO O| May 21 22:11:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6000 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.596 INFO O| May 21 22:11:32.596 INFO STEP 386 (remove_files) COMPLETE |
| 6001 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.596 INFO O| May 21 22:11:32.596 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6002 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.605 INFO O| May 21 22:11:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6003 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.605 INFO O| May 21 22:11:32.605 INFO STEP 387 (remove_files) COMPLETE |
| 6004 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.605 INFO O| May 21 22:11:32.605 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6005 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.612 INFO O| May 21 22:11:32.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6006 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.613 INFO O| May 21 22:11:32.613 INFO STEP 388 (remove_files) COMPLETE |
| 6007 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.613 INFO O| May 21 22:11:32.613 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6008 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.621 INFO O| May 21 22:11:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6009 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.621 INFO O| May 21 22:11:32.621 INFO STEP 389 (remove_files) COMPLETE |
| 6010 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.621 INFO O| May 21 22:11:32.621 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6011 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.629 INFO O| May 21 22:11:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6012 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.629 INFO O| May 21 22:11:32.629 INFO STEP 390 (remove_files) COMPLETE |
| 6013 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.629 INFO O| May 21 22:11:32.629 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6014 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.637 INFO O| May 21 22:11:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6015 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.637 INFO O| May 21 22:11:32.637 INFO STEP 391 (remove_files) COMPLETE |
| 6016 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.637 INFO O| May 21 22:11:32.637 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6017 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.645 INFO O| May 21 22:11:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6018 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.645 INFO O| May 21 22:11:32.645 INFO STEP 392 (remove_files) COMPLETE |
| 6019 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.645 INFO O| May 21 22:11:32.645 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6020 | 2026-05-21T22:11:34.402Z | [ recovery-image] May 21 22:11:32.653 INFO O| May 21 22:11:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6021 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.653 INFO O| May 21 22:11:32.653 INFO STEP 393 (remove_files) COMPLETE |
| 6022 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.653 INFO O| May 21 22:11:32.653 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6023 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.661 INFO O| May 21 22:11:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6024 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.661 INFO O| May 21 22:11:32.661 INFO STEP 394 (remove_files) COMPLETE |
| 6025 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.661 INFO O| May 21 22:11:32.661 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6026 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.669 INFO O| May 21 22:11:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6027 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.669 INFO O| May 21 22:11:32.669 INFO STEP 395 (remove_files) COMPLETE |
| 6028 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.669 INFO O| May 21 22:11:32.669 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6029 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.676 INFO O| May 21 22:11:32.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6030 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.677 INFO O| May 21 22:11:32.677 INFO STEP 396 (remove_files) COMPLETE |
| 6031 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.677 INFO O| May 21 22:11:32.677 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6032 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.684 INFO O| May 21 22:11:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6033 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.684 INFO O| May 21 22:11:32.684 INFO STEP 397 (remove_files) COMPLETE |
| 6034 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.684 INFO O| May 21 22:11:32.684 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6035 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.691 INFO O| May 21 22:11:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6036 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.691 INFO O| May 21 22:11:32.691 INFO STEP 398 (remove_files) COMPLETE |
| 6037 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.691 INFO O| May 21 22:11:32.691 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6038 | 2026-05-21T22:11:34.403Z | [ recovery-image] May 21 22:11:32.699 INFO O| May 21 22:11:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6039 | 2026-05-21T22:11:34.408Z | [ recovery-image] May 21 22:11:32.699 INFO O| May 21 22:11:32.699 INFO STEP 399 (remove_files) COMPLETE |
| 6040 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.699 INFO O| May 21 22:11:32.699 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6041 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.706 INFO O| May 21 22:11:32.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6042 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.707 INFO O| May 21 22:11:32.707 INFO STEP 400 (remove_files) COMPLETE |
| 6043 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.707 INFO O| May 21 22:11:32.707 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6044 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.714 INFO O| May 21 22:11:32.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6045 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.714 INFO O| May 21 22:11:32.714 INFO STEP 401 (remove_files) COMPLETE |
| 6046 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.714 INFO O| May 21 22:11:32.714 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6047 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.727 INFO O| May 21 22:11:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6048 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.727 INFO O| May 21 22:11:32.727 INFO STEP 402 (remove_files) COMPLETE |
| 6049 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.727 INFO O| May 21 22:11:32.727 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6050 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.737 INFO O| May 21 22:11:32.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6051 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.743 INFO O| May 21 22:11:32.743 INFO STEP 403 (remove_files) COMPLETE |
| 6052 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.743 INFO O| May 21 22:11:32.743 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6053 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.751 INFO O| May 21 22:11:32.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6054 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.751 INFO O| May 21 22:11:32.751 INFO STEP 404 (remove_files) COMPLETE |
| 6055 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.751 INFO O| May 21 22:11:32.751 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6056 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.762 INFO O| May 21 22:11:32.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6057 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.762 INFO O| May 21 22:11:32.762 INFO STEP 405 (remove_files) COMPLETE |
| 6058 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.762 INFO O| May 21 22:11:32.762 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6059 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.770 INFO O| May 21 22:11:32.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6060 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.770 INFO O| May 21 22:11:32.770 INFO STEP 406 (remove_files) COMPLETE |
| 6061 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.770 INFO O| May 21 22:11:32.770 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6062 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.778 INFO O| May 21 22:11:32.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6063 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.778 INFO O| May 21 22:11:32.778 INFO STEP 407 (remove_files) COMPLETE |
| 6064 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.778 INFO O| May 21 22:11:32.778 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6065 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.786 INFO O| May 21 22:11:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6066 | 2026-05-21T22:11:34.409Z | [ recovery-image] May 21 22:11:32.786 INFO O| May 21 22:11:32.786 INFO STEP 408 (remove_files) COMPLETE |
| 6067 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.786 INFO O| May 21 22:11:32.786 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6068 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.793 INFO O| May 21 22:11:32.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6069 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.793 INFO O| May 21 22:11:32.793 INFO STEP 409 (remove_files) COMPLETE |
| 6070 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.793 INFO O| May 21 22:11:32.793 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6071 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.802 INFO O| May 21 22:11:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6072 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.802 INFO O| May 21 22:11:32.802 INFO STEP 410 (remove_files) COMPLETE |
| 6073 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.802 INFO O| May 21 22:11:32.802 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6074 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.810 INFO O| May 21 22:11:32.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6075 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.810 INFO O| May 21 22:11:32.810 INFO STEP 411 (remove_files) COMPLETE |
| 6076 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.810 INFO O| May 21 22:11:32.810 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6077 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.818 INFO O| May 21 22:11:32.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6078 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.818 INFO O| May 21 22:11:32.818 INFO STEP 412 (remove_files) COMPLETE |
| 6079 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.818 INFO O| May 21 22:11:32.818 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6080 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.827 INFO O| May 21 22:11:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6081 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.827 INFO O| May 21 22:11:32.827 INFO STEP 413 (remove_files) COMPLETE |
| 6082 | 2026-05-21T22:11:34.410Z | [ recovery-image] May 21 22:11:32.828 INFO O| May 21 22:11:32.827 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6083 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.839 INFO O| May 21 22:11:32.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6084 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.839 INFO O| May 21 22:11:32.839 INFO STEP 414 (remove_files) COMPLETE |
| 6085 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.839 INFO O| May 21 22:11:32.839 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6086 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.849 INFO O| May 21 22:11:32.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6087 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.849 INFO O| May 21 22:11:32.849 INFO STEP 415 (remove_files) COMPLETE |
| 6088 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.849 INFO O| May 21 22:11:32.849 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6089 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.858 INFO O| May 21 22:11:32.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6090 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.858 INFO O| May 21 22:11:32.858 INFO STEP 416 (remove_files) COMPLETE |
| 6091 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.858 INFO O| May 21 22:11:32.858 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6092 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.867 INFO O| May 21 22:11:32.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6093 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.867 INFO O| May 21 22:11:32.867 INFO STEP 417 (remove_files) COMPLETE |
| 6094 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.867 INFO O| May 21 22:11:32.867 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6095 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.877 INFO O| May 21 22:11:32.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6096 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.877 INFO O| May 21 22:11:32.877 INFO STEP 418 (remove_files) COMPLETE |
| 6097 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.877 INFO O| May 21 22:11:32.877 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6098 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.887 INFO O| May 21 22:11:32.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6099 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.887 INFO O| May 21 22:11:32.887 INFO STEP 419 (remove_files) COMPLETE |
| 6100 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.887 INFO O| May 21 22:11:32.887 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6101 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.894 INFO O| May 21 22:11:32.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6102 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.894 INFO O| May 21 22:11:32.894 INFO STEP 420 (remove_files) COMPLETE |
| 6103 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.894 INFO O| May 21 22:11:32.894 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6104 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.902 INFO O| May 21 22:11:32.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6105 | 2026-05-21T22:11:34.411Z | [ recovery-image] May 21 22:11:32.902 INFO O| May 21 22:11:32.902 INFO STEP 421 (remove_files) COMPLETE |
| 6106 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.902 INFO O| May 21 22:11:32.902 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6107 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.909 INFO O| May 21 22:11:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6108 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.909 INFO O| May 21 22:11:32.909 INFO STEP 422 (remove_files) COMPLETE |
| 6109 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.909 INFO O| May 21 22:11:32.909 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6110 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.917 INFO O| May 21 22:11:32.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6111 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.917 INFO O| May 21 22:11:32.917 INFO STEP 423 (remove_files) COMPLETE |
| 6112 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.917 INFO O| May 21 22:11:32.917 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6113 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.924 INFO O| May 21 22:11:32.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6114 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.924 INFO O| May 21 22:11:32.924 INFO STEP 424 (remove_files) COMPLETE |
| 6115 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.924 INFO O| May 21 22:11:32.924 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6116 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.932 INFO O| May 21 22:11:32.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6117 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.932 INFO O| May 21 22:11:32.932 INFO STEP 425 (remove_files) COMPLETE |
| 6118 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.932 INFO O| May 21 22:11:32.932 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6119 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.939 INFO O| May 21 22:11:32.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6120 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.939 INFO O| May 21 22:11:32.939 INFO STEP 426 (remove_files) COMPLETE |
| 6121 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.939 INFO O| May 21 22:11:32.939 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6122 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.947 INFO O| May 21 22:11:32.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6123 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.947 INFO O| May 21 22:11:32.947 INFO STEP 427 (remove_files) COMPLETE |
| 6124 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.947 INFO O| May 21 22:11:32.947 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6125 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.954 INFO O| May 21 22:11:32.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6126 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.954 INFO O| May 21 22:11:32.954 INFO STEP 428 (remove_files) COMPLETE |
| 6127 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.954 INFO O| May 21 22:11:32.954 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6128 | 2026-05-21T22:11:34.412Z | [ recovery-image] May 21 22:11:32.961 INFO O| May 21 22:11:32.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6129 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.962 INFO O| May 21 22:11:32.962 INFO STEP 429 (remove_files) COMPLETE |
| 6130 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.962 INFO O| May 21 22:11:32.962 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6131 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.969 INFO O| May 21 22:11:32.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6132 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.969 INFO O| May 21 22:11:32.969 INFO STEP 430 (remove_files) COMPLETE |
| 6133 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.969 INFO O| May 21 22:11:32.969 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6134 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.977 INFO O| May 21 22:11:32.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6135 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.977 INFO O| May 21 22:11:32.977 INFO STEP 431 (remove_files) COMPLETE |
| 6136 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.977 INFO O| May 21 22:11:32.977 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6137 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.985 INFO O| May 21 22:11:32.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6138 | 2026-05-21T22:11:34.413Z | [ recovery-image] May 21 22:11:32.986 INFO O| May 21 22:11:32.985 INFO STEP 432 (remove_files) COMPLETE |
| 6139 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:32.986 INFO O| May 21 22:11:32.985 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6140 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:32.994 INFO O| May 21 22:11:32.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6141 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:32.994 INFO O| May 21 22:11:32.994 INFO STEP 433 (remove_files) COMPLETE |
| 6142 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:32.994 INFO O| May 21 22:11:32.994 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6143 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.002 INFO O| May 21 22:11:33.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6144 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.002 INFO O| May 21 22:11:33.002 INFO STEP 434 (remove_files) COMPLETE |
| 6145 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.002 INFO O| May 21 22:11:33.002 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6146 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.010 INFO O| May 21 22:11:33.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6147 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.010 INFO O| May 21 22:11:33.010 INFO STEP 435 (remove_files) COMPLETE |
| 6148 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.010 INFO O| May 21 22:11:33.010 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6149 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.018 INFO O| May 21 22:11:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6150 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.018 INFO O| May 21 22:11:33.018 INFO STEP 436 (remove_files) COMPLETE |
| 6151 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.018 INFO O| May 21 22:11:33.018 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6152 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.027 INFO O| May 21 22:11:33.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6153 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.027 INFO O| May 21 22:11:33.027 INFO STEP 437 (remove_files) COMPLETE |
| 6154 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.027 INFO O| May 21 22:11:33.027 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6155 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.035 INFO O| May 21 22:11:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6156 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.035 INFO O| May 21 22:11:33.035 INFO STEP 438 (remove_files) COMPLETE |
| 6157 | 2026-05-21T22:11:34.420Z | [ recovery-image] May 21 22:11:33.035 INFO O| May 21 22:11:33.035 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6158 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.043 INFO O| May 21 22:11:33.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6159 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.043 INFO O| May 21 22:11:33.043 INFO STEP 439 (remove_files) COMPLETE |
| 6160 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.043 INFO O| May 21 22:11:33.043 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6161 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.052 INFO O| May 21 22:11:33.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6162 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.052 INFO O| May 21 22:11:33.052 INFO STEP 440 (remove_files) COMPLETE |
| 6163 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.052 INFO O| May 21 22:11:33.052 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6164 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.060 INFO O| May 21 22:11:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6165 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.060 INFO O| May 21 22:11:33.060 INFO STEP 441 (remove_files) COMPLETE |
| 6166 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.060 INFO O| May 21 22:11:33.060 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6167 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.069 INFO O| May 21 22:11:33.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6168 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.069 INFO O| May 21 22:11:33.069 INFO STEP 442 (remove_files) COMPLETE |
| 6169 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.069 INFO O| May 21 22:11:33.069 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6170 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.080 INFO O| May 21 22:11:33.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6171 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.080 INFO O| May 21 22:11:33.080 INFO STEP 443 (remove_files) COMPLETE |
| 6172 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.080 INFO O| May 21 22:11:33.080 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6173 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.089 INFO O| May 21 22:11:33.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6174 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.089 INFO O| May 21 22:11:33.089 INFO STEP 444 (remove_files) COMPLETE |
| 6175 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.089 INFO O| May 21 22:11:33.089 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6176 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.098 INFO O| May 21 22:11:33.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6177 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.098 INFO O| May 21 22:11:33.098 INFO STEP 445 (remove_files) COMPLETE |
| 6178 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.098 INFO O| May 21 22:11:33.098 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6179 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.106 INFO O| May 21 22:11:33.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6180 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.106 INFO O| May 21 22:11:33.106 INFO STEP 446 (remove_files) COMPLETE |
| 6181 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.106 INFO O| May 21 22:11:33.106 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6182 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.117 INFO O| May 21 22:11:33.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6183 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.117 INFO O| May 21 22:11:33.117 INFO STEP 447 (remove_files) COMPLETE |
| 6184 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.117 INFO O| May 21 22:11:33.117 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6185 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.126 INFO O| May 21 22:11:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6186 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.126 INFO O| May 21 22:11:33.126 INFO STEP 448 (remove_files) COMPLETE |
| 6187 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.126 INFO O| May 21 22:11:33.126 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6188 | 2026-05-21T22:11:34.421Z | [ recovery-image] May 21 22:11:33.135 INFO O| May 21 22:11:33.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6189 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.136 INFO O| May 21 22:11:33.136 INFO STEP 449 (remove_files) COMPLETE |
| 6190 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.136 INFO O| May 21 22:11:33.136 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6191 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.146 INFO O| May 21 22:11:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6192 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.147 INFO O| May 21 22:11:33.147 INFO STEP 450 (remove_files) COMPLETE |
| 6193 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.147 INFO O| May 21 22:11:33.147 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6194 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.155 INFO O| May 21 22:11:33.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6195 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.155 INFO O| May 21 22:11:33.155 INFO STEP 451 (remove_files) COMPLETE |
| 6196 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.155 INFO O| May 21 22:11:33.155 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6197 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.164 INFO O| May 21 22:11:33.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6198 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.164 INFO O| May 21 22:11:33.164 INFO STEP 452 (remove_files) COMPLETE |
| 6199 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.164 INFO O| May 21 22:11:33.164 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6200 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.172 INFO O| May 21 22:11:33.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6201 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.172 INFO O| May 21 22:11:33.172 INFO STEP 453 (remove_files) COMPLETE |
| 6202 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.172 INFO O| May 21 22:11:33.172 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6203 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.180 INFO O| May 21 22:11:33.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6204 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.180 INFO O| May 21 22:11:33.180 INFO STEP 454 (remove_files) COMPLETE |
| 6205 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.180 INFO O| May 21 22:11:33.180 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6206 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.189 INFO O| May 21 22:11:33.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6207 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.189 INFO O| May 21 22:11:33.189 INFO STEP 455 (remove_files) COMPLETE |
| 6208 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.189 INFO O| May 21 22:11:33.189 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6209 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.198 INFO O| May 21 22:11:33.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6210 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.198 INFO O| May 21 22:11:33.198 INFO STEP 456 (remove_files) COMPLETE |
| 6211 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.198 INFO O| May 21 22:11:33.198 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6212 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.207 INFO O| May 21 22:11:33.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6213 | 2026-05-21T22:11:34.422Z | [ recovery-image] May 21 22:11:33.207 INFO O| May 21 22:11:33.207 INFO STEP 457 (remove_files) COMPLETE |
| 6214 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.207 INFO O| May 21 22:11:33.207 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6215 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.215 INFO O| May 21 22:11:33.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6216 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.215 INFO O| May 21 22:11:33.215 INFO STEP 458 (remove_files) COMPLETE |
| 6217 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.215 INFO O| May 21 22:11:33.215 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6218 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.224 INFO O| May 21 22:11:33.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6219 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.224 INFO O| May 21 22:11:33.224 INFO STEP 459 (remove_files) COMPLETE |
| 6220 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.224 INFO O| May 21 22:11:33.224 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6221 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.232 INFO O| May 21 22:11:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6222 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.232 INFO O| May 21 22:11:33.232 INFO STEP 460 (remove_files) COMPLETE |
| 6223 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.232 INFO O| May 21 22:11:33.232 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6224 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.241 INFO O| May 21 22:11:33.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6225 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.241 INFO O| May 21 22:11:33.241 INFO STEP 461 (remove_files) COMPLETE |
| 6226 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.241 INFO O| May 21 22:11:33.241 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6227 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.248 INFO O| May 21 22:11:33.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6228 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.248 INFO O| May 21 22:11:33.248 INFO STEP 462 (remove_files) COMPLETE |
| 6229 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.248 INFO O| May 21 22:11:33.248 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6230 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.256 INFO O| May 21 22:11:33.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6231 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.256 INFO O| May 21 22:11:33.256 INFO STEP 463 (remove_files) COMPLETE |
| 6232 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.256 INFO O| May 21 22:11:33.256 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6233 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.264 INFO O| May 21 22:11:33.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6234 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.264 INFO O| May 21 22:11:33.264 INFO STEP 464 (remove_files) COMPLETE |
| 6235 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.264 INFO O| May 21 22:11:33.264 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6236 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.272 INFO O| May 21 22:11:33.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6237 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.272 INFO O| May 21 22:11:33.272 INFO STEP 465 (remove_files) COMPLETE |
| 6238 | 2026-05-21T22:11:34.423Z | [ recovery-image] May 21 22:11:33.272 INFO O| May 21 22:11:33.272 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6239 | 2026-05-21T22:11:34.430Z | [ recovery-image] May 21 22:11:33.281 INFO O| May 21 22:11:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6240 | 2026-05-21T22:11:34.430Z | [ recovery-image] May 21 22:11:33.281 INFO O| May 21 22:11:33.281 INFO STEP 466 (remove_files) COMPLETE |
| 6241 | 2026-05-21T22:11:34.430Z | [ recovery-image] May 21 22:11:33.281 INFO O| May 21 22:11:33.281 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6242 | 2026-05-21T22:11:34.430Z | [ recovery-image] May 21 22:11:33.289 INFO O| May 21 22:11:33.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6243 | 2026-05-21T22:11:34.430Z | [ recovery-image] May 21 22:11:33.289 INFO O| May 21 22:11:33.289 INFO STEP 467 (remove_files) COMPLETE |
| 6244 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.289 INFO O| May 21 22:11:33.289 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6245 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.297 INFO O| May 21 22:11:33.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6246 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.297 INFO O| May 21 22:11:33.297 INFO STEP 468 (remove_files) COMPLETE |
| 6247 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.297 INFO O| May 21 22:11:33.297 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6248 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.305 INFO O| May 21 22:11:33.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6249 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.306 INFO O| May 21 22:11:33.305 INFO STEP 469 (remove_files) COMPLETE |
| 6250 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.306 INFO O| May 21 22:11:33.306 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6251 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.314 INFO O| May 21 22:11:33.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6252 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.314 INFO O| May 21 22:11:33.314 INFO STEP 470 (remove_files) COMPLETE |
| 6253 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.314 INFO O| May 21 22:11:33.314 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6254 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.322 INFO O| May 21 22:11:33.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6255 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.322 INFO O| May 21 22:11:33.322 INFO STEP 471 (remove_files) COMPLETE |
| 6256 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.322 INFO O| May 21 22:11:33.322 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6257 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.330 INFO O| May 21 22:11:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6258 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.331 INFO O| May 21 22:11:33.331 INFO STEP 472 (remove_files) COMPLETE |
| 6259 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.331 INFO O| May 21 22:11:33.331 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6260 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.339 INFO O| May 21 22:11:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6261 | 2026-05-21T22:11:34.431Z | [ recovery-image] May 21 22:11:33.340 INFO O| May 21 22:11:33.339 INFO STEP 473 (remove_files) COMPLETE |
| 6262 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.340 INFO O| May 21 22:11:33.339 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6263 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.348 INFO O| May 21 22:11:33.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6264 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.348 INFO O| May 21 22:11:33.348 INFO STEP 474 (remove_files) COMPLETE |
| 6265 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.348 INFO O| May 21 22:11:33.348 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6266 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.357 INFO O| May 21 22:11:33.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6267 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.358 INFO O| May 21 22:11:33.358 INFO STEP 475 (remove_files) COMPLETE |
| 6268 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.358 INFO O| May 21 22:11:33.358 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6269 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.367 INFO O| May 21 22:11:33.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6270 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.368 INFO O| May 21 22:11:33.368 INFO STEP 476 (remove_files) COMPLETE |
| 6271 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.368 INFO O| May 21 22:11:33.368 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6272 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.377 INFO O| May 21 22:11:33.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6273 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.377 INFO O| May 21 22:11:33.377 INFO STEP 477 (remove_files) COMPLETE |
| 6274 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.377 INFO O| May 21 22:11:33.377 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6275 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.386 INFO O| May 21 22:11:33.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6276 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.386 INFO O| May 21 22:11:33.386 INFO STEP 478 (remove_files) COMPLETE |
| 6277 | 2026-05-21T22:11:34.432Z | [ recovery-image] May 21 22:11:33.386 INFO O| May 21 22:11:33.386 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6278 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.395 INFO O| May 21 22:11:33.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6279 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.395 INFO O| May 21 22:11:33.395 INFO STEP 479 (remove_files) COMPLETE |
| 6280 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.395 INFO O| May 21 22:11:33.395 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6281 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.404 INFO O| May 21 22:11:33.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6282 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.404 INFO O| May 21 22:11:33.404 INFO STEP 480 (remove_files) COMPLETE |
| 6283 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.404 INFO O| May 21 22:11:33.404 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6284 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.413 INFO O| May 21 22:11:33.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6285 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.413 INFO O| May 21 22:11:33.413 INFO STEP 481 (remove_files) COMPLETE |
| 6286 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.413 INFO O| May 21 22:11:33.413 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6287 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.422 INFO O| May 21 22:11:33.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6288 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.422 INFO O| May 21 22:11:33.422 INFO STEP 482 (remove_files) COMPLETE |
| 6289 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.422 INFO O| May 21 22:11:33.422 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6290 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.431 INFO O| May 21 22:11:33.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6291 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.431 INFO O| May 21 22:11:33.431 INFO STEP 483 (remove_files) COMPLETE |
| 6292 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.431 INFO O| May 21 22:11:33.431 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6293 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.440 INFO O| May 21 22:11:33.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6294 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.440 INFO O| May 21 22:11:33.440 INFO STEP 484 (remove_files) COMPLETE |
| 6295 | 2026-05-21T22:11:34.433Z | [ recovery-image] May 21 22:11:33.440 INFO O| May 21 22:11:33.440 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6296 | 2026-05-21T22:11:34.438Z | [ recovery-image] May 21 22:11:33.449 INFO O| May 21 22:11:33.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6297 | 2026-05-21T22:11:34.438Z | [ recovery-image] May 21 22:11:33.449 INFO O| May 21 22:11:33.449 INFO STEP 485 (remove_files) COMPLETE |
| 6298 | 2026-05-21T22:11:34.438Z | [ recovery-image] May 21 22:11:33.449 INFO O| May 21 22:11:33.449 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6299 | 2026-05-21T22:11:34.446Z | [ recovery-image] May 21 22:11:33.458 INFO O| May 21 22:11:33.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6300 | 2026-05-21T22:11:34.446Z | [ recovery-image] May 21 22:11:33.458 INFO O| May 21 22:11:33.458 INFO STEP 486 (remove_files) COMPLETE |
| 6301 | 2026-05-21T22:11:34.452Z | [ recovery-image] May 21 22:11:33.458 INFO O| May 21 22:11:33.458 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6302 | 2026-05-21T22:11:34.456Z | [ recovery-image] May 21 22:11:33.467 INFO O| May 21 22:11:33.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6303 | 2026-05-21T22:11:34.456Z | [ recovery-image] May 21 22:11:33.467 INFO O| May 21 22:11:33.467 INFO STEP 487 (remove_files) COMPLETE |
| 6304 | 2026-05-21T22:11:34.456Z | [ recovery-image] May 21 22:11:33.467 INFO O| May 21 22:11:33.467 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6305 | 2026-05-21T22:11:34.463Z | [ recovery-image] May 21 22:11:33.475 INFO O| May 21 22:11:33.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6306 | 2026-05-21T22:11:34.463Z | [ recovery-image] May 21 22:11:33.475 INFO O| May 21 22:11:33.475 INFO STEP 488 (remove_files) COMPLETE |
| 6307 | 2026-05-21T22:11:34.463Z | [ recovery-image] May 21 22:11:33.475 INFO O| May 21 22:11:33.475 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6308 | 2026-05-21T22:11:34.471Z | [ recovery-image] May 21 22:11:33.484 INFO O| May 21 22:11:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6309 | 2026-05-21T22:11:34.471Z | [ recovery-image] May 21 22:11:33.484 INFO O| May 21 22:11:33.484 INFO STEP 489 (remove_files) COMPLETE |
| 6310 | 2026-05-21T22:11:34.472Z | [ recovery-image] May 21 22:11:33.484 INFO O| May 21 22:11:33.484 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6311 | 2026-05-21T22:11:34.479Z | [ recovery-image] May 21 22:11:33.492 INFO O| May 21 22:11:33.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6312 | 2026-05-21T22:11:34.479Z | [ recovery-image] May 21 22:11:33.492 INFO O| May 21 22:11:33.492 INFO STEP 490 (remove_files) COMPLETE |
| 6313 | 2026-05-21T22:11:34.483Z | [ recovery-image] May 21 22:11:33.492 INFO O| May 21 22:11:33.492 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6314 | 2026-05-21T22:11:34.488Z | [ recovery-image] May 21 22:11:33.500 INFO O| May 21 22:11:33.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6315 | 2026-05-21T22:11:34.492Z | [ recovery-image] May 21 22:11:33.501 INFO O| May 21 22:11:33.501 INFO STEP 491 (remove_files) COMPLETE |
| 6316 | 2026-05-21T22:11:34.492Z | [ recovery-image] May 21 22:11:33.501 INFO O| May 21 22:11:33.501 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6317 | 2026-05-21T22:11:34.496Z | [ recovery-image] May 21 22:11:33.510 INFO O| May 21 22:11:33.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6318 | 2026-05-21T22:11:34.497Z | [ recovery-image] May 21 22:11:33.510 INFO O| May 21 22:11:33.510 INFO STEP 492 (remove_files) COMPLETE |
| 6319 | 2026-05-21T22:11:34.497Z | [ recovery-image] May 21 22:11:33.510 INFO O| May 21 22:11:33.510 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6320 | 2026-05-21T22:11:34.506Z | [ recovery-image] May 21 22:11:33.519 INFO O| May 21 22:11:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6321 | 2026-05-21T22:11:34.507Z | [ recovery-image] May 21 22:11:33.519 INFO O| May 21 22:11:33.519 INFO STEP 493 (remove_files) COMPLETE |
| 6322 | 2026-05-21T22:11:34.507Z | [ recovery-image] May 21 22:11:33.519 INFO O| May 21 22:11:33.519 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6323 | 2026-05-21T22:11:34.515Z | [ recovery-image] May 21 22:11:33.528 INFO O| May 21 22:11:33.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6324 | 2026-05-21T22:11:34.516Z | [ recovery-image] May 21 22:11:33.529 INFO O| May 21 22:11:33.529 INFO STEP 494 (remove_files) COMPLETE |
| 6325 | 2026-05-21T22:11:34.516Z | [ recovery-image] May 21 22:11:33.529 INFO O| May 21 22:11:33.529 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6326 | 2026-05-21T22:11:34.525Z | [ recovery-image] May 21 22:11:33.537 INFO O| May 21 22:11:33.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6327 | 2026-05-21T22:11:34.530Z | [ recovery-image] May 21 22:11:33.539 INFO O| May 21 22:11:33.539 INFO STEP 495 (remove_files) COMPLETE |
| 6328 | 2026-05-21T22:11:34.530Z | [ recovery-image] May 21 22:11:33.539 INFO O| May 21 22:11:33.539 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6329 | 2026-05-21T22:11:34.534Z | [ recovery-image] May 21 22:11:33.548 INFO O| May 21 22:11:33.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6330 | 2026-05-21T22:11:34.534Z | [ recovery-image] May 21 22:11:33.548 INFO O| May 21 22:11:33.548 INFO STEP 496 (remove_files) COMPLETE |
| 6331 | 2026-05-21T22:11:34.535Z | [ recovery-image] May 21 22:11:33.548 INFO O| May 21 22:11:33.548 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6332 | 2026-05-21T22:11:34.543Z | [ recovery-image] May 21 22:11:33.557 INFO O| May 21 22:11:33.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6333 | 2026-05-21T22:11:34.543Z | [ recovery-image] May 21 22:11:33.557 INFO O| May 21 22:11:33.557 INFO STEP 497 (remove_files) COMPLETE |
| 6334 | 2026-05-21T22:11:34.543Z | [ recovery-image] May 21 22:11:33.557 INFO O| May 21 22:11:33.557 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6335 | 2026-05-21T22:11:34.553Z | [ recovery-image] May 21 22:11:33.565 INFO O| May 21 22:11:33.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6336 | 2026-05-21T22:11:34.553Z | [ recovery-image] May 21 22:11:33.565 INFO O| May 21 22:11:33.565 INFO STEP 498 (remove_files) COMPLETE |
| 6337 | 2026-05-21T22:11:34.553Z | [ recovery-image] May 21 22:11:33.565 INFO O| May 21 22:11:33.565 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6338 | 2026-05-21T22:11:34.561Z | [ recovery-image] May 21 22:11:33.573 INFO O| May 21 22:11:33.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6339 | 2026-05-21T22:11:34.561Z | [ recovery-image] May 21 22:11:33.573 INFO O| May 21 22:11:33.573 INFO STEP 499 (remove_files) COMPLETE |
| 6340 | 2026-05-21T22:11:34.561Z | [ recovery-image] May 21 22:11:33.573 INFO O| May 21 22:11:33.573 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6341 | 2026-05-21T22:11:34.571Z | [ recovery-image] May 21 22:11:33.583 INFO O| May 21 22:11:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6342 | 2026-05-21T22:11:34.571Z | [ recovery-image] May 21 22:11:33.583 INFO O| May 21 22:11:33.583 INFO STEP 500 (remove_files) COMPLETE |
| 6343 | 2026-05-21T22:11:34.571Z | [ recovery-image] May 21 22:11:33.584 INFO O| May 21 22:11:33.583 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6344 | 2026-05-21T22:11:34.580Z | [ recovery-image] May 21 22:11:33.592 INFO O| May 21 22:11:33.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6345 | 2026-05-21T22:11:34.580Z | [ recovery-image] May 21 22:11:33.592 INFO O| May 21 22:11:33.592 INFO STEP 501 (remove_files) COMPLETE |
| 6346 | 2026-05-21T22:11:34.580Z | [ recovery-image] May 21 22:11:33.592 INFO O| May 21 22:11:33.592 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6347 | 2026-05-21T22:11:34.589Z | [ recovery-image] May 21 22:11:33.601 INFO O| May 21 22:11:33.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6348 | 2026-05-21T22:11:34.589Z | [ recovery-image] May 21 22:11:33.601 INFO O| May 21 22:11:33.601 INFO STEP 502 (remove_files) COMPLETE |
| 6349 | 2026-05-21T22:11:34.589Z | [ recovery-image] May 21 22:11:33.601 INFO O| May 21 22:11:33.601 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6350 | 2026-05-21T22:11:34.596Z | [ recovery-image] May 21 22:11:33.609 INFO O| May 21 22:11:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6351 | 2026-05-21T22:11:34.596Z | [ recovery-image] May 21 22:11:33.609 INFO O| May 21 22:11:33.609 INFO STEP 503 (remove_files) COMPLETE |
| 6352 | 2026-05-21T22:11:34.596Z | [ recovery-image] May 21 22:11:33.609 INFO O| May 21 22:11:33.609 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6353 | 2026-05-21T22:11:34.604Z | [ recovery-image] May 21 22:11:33.618 INFO O| May 21 22:11:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6354 | 2026-05-21T22:11:34.604Z | [ recovery-image] May 21 22:11:33.618 INFO O| May 21 22:11:33.618 INFO STEP 504 (remove_files) COMPLETE |
| 6355 | 2026-05-21T22:11:34.605Z | [ recovery-image] May 21 22:11:33.618 INFO O| May 21 22:11:33.618 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6356 | 2026-05-21T22:11:34.614Z | [ recovery-image] May 21 22:11:33.626 INFO O| May 21 22:11:33.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6357 | 2026-05-21T22:11:34.614Z | [ recovery-image] May 21 22:11:33.626 INFO O| May 21 22:11:33.626 INFO STEP 505 (remove_files) COMPLETE |
| 6358 | 2026-05-21T22:11:34.614Z | [ recovery-image] May 21 22:11:33.626 INFO O| May 21 22:11:33.626 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6359 | 2026-05-21T22:11:34.627Z | [ recovery-image] May 21 22:11:33.635 INFO O| May 21 22:11:33.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6360 | 2026-05-21T22:11:34.627Z | [ recovery-image] May 21 22:11:33.635 INFO O| May 21 22:11:33.635 INFO STEP 506 (remove_files) COMPLETE |
| 6361 | 2026-05-21T22:11:34.627Z | [ recovery-image] May 21 22:11:33.635 INFO O| May 21 22:11:33.635 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6362 | 2026-05-21T22:11:34.632Z | [ recovery-image] May 21 22:11:33.644 INFO O| May 21 22:11:33.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6363 | 2026-05-21T22:11:34.632Z | [ recovery-image] May 21 22:11:33.644 INFO O| May 21 22:11:33.644 INFO STEP 507 (remove_files) COMPLETE |
| 6364 | 2026-05-21T22:11:34.632Z | [ recovery-image] May 21 22:11:33.644 INFO O| May 21 22:11:33.644 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6365 | 2026-05-21T22:11:34.640Z | [ recovery-image] May 21 22:11:33.652 INFO O| May 21 22:11:33.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6366 | 2026-05-21T22:11:34.640Z | [ recovery-image] May 21 22:11:33.652 INFO O| May 21 22:11:33.652 INFO STEP 508 (remove_files) COMPLETE |
| 6367 | 2026-05-21T22:11:34.640Z | [ recovery-image] May 21 22:11:33.652 INFO O| May 21 22:11:33.652 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6368 | 2026-05-21T22:11:34.657Z | [ recovery-image] May 21 22:11:33.661 INFO O| May 21 22:11:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6369 | 2026-05-21T22:11:34.657Z | [ recovery-image] May 21 22:11:33.661 INFO O| May 21 22:11:33.661 INFO STEP 509 (remove_files) COMPLETE |
| 6370 | 2026-05-21T22:11:34.657Z | [ recovery-image] May 21 22:11:33.661 INFO O| May 21 22:11:33.661 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6371 | 2026-05-21T22:11:34.662Z | [ recovery-image] May 21 22:11:33.670 INFO O| May 21 22:11:33.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6372 | 2026-05-21T22:11:34.662Z | [ recovery-image] May 21 22:11:33.670 INFO O| May 21 22:11:33.670 INFO STEP 510 (remove_files) COMPLETE |
| 6373 | 2026-05-21T22:11:34.662Z | [ recovery-image] May 21 22:11:33.670 INFO O| May 21 22:11:33.670 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6374 | 2026-05-21T22:11:34.667Z | [ recovery-image] May 21 22:11:33.679 INFO O| May 21 22:11:33.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6375 | 2026-05-21T22:11:34.667Z | [ recovery-image] May 21 22:11:33.679 INFO O| May 21 22:11:33.679 INFO STEP 511 (remove_files) COMPLETE |
| 6376 | 2026-05-21T22:11:34.667Z | [ recovery-image] May 21 22:11:33.679 INFO O| May 21 22:11:33.679 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-05-21T22:11:34.675Z | [ recovery-image] May 21 22:11:33.688 INFO O| May 21 22:11:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6378 | 2026-05-21T22:11:34.675Z | [ recovery-image] May 21 22:11:33.688 INFO O| May 21 22:11:33.688 INFO STEP 512 (remove_files) COMPLETE |
| 6379 | 2026-05-21T22:11:34.679Z | [ recovery-image] May 21 22:11:33.688 INFO O| May 21 22:11:33.688 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-05-21T22:11:34.683Z | [ recovery-image] May 21 22:11:33.697 INFO O| May 21 22:11:33.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6381 | 2026-05-21T22:11:34.687Z | [ recovery-image] May 21 22:11:33.697 INFO O| May 21 22:11:33.697 INFO STEP 513 (remove_files) COMPLETE |
| 6382 | 2026-05-21T22:11:34.687Z | [ recovery-image] May 21 22:11:33.697 INFO O| May 21 22:11:33.697 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-05-21T22:11:34.692Z | [ recovery-image] May 21 22:11:33.705 INFO O| May 21 22:11:33.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6384 | 2026-05-21T22:11:34.695Z | [ recovery-image] May 21 22:11:33.706 INFO O| May 21 22:11:33.706 INFO STEP 514 (remove_files) COMPLETE |
| 6385 | 2026-05-21T22:11:34.695Z | [ recovery-image] May 21 22:11:33.707 INFO O| May 21 22:11:33.706 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-05-21T22:11:34.703Z | [ recovery-image] May 21 22:11:33.715 INFO O| May 21 22:11:33.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6387 | 2026-05-21T22:11:34.703Z | [ recovery-image] May 21 22:11:33.715 INFO O| May 21 22:11:33.715 INFO STEP 515 (remove_files) COMPLETE |
| 6388 | 2026-05-21T22:11:34.703Z | [ recovery-image] May 21 22:11:33.715 INFO O| May 21 22:11:33.715 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-05-21T22:11:34.711Z | [ recovery-image] May 21 22:11:33.725 INFO O| May 21 22:11:33.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6390 | 2026-05-21T22:11:34.711Z | [ recovery-image] May 21 22:11:33.725 INFO O| May 21 22:11:33.725 INFO STEP 516 (remove_files) COMPLETE |
| 6391 | 2026-05-21T22:11:34.715Z | [ recovery-image] May 21 22:11:33.725 INFO O| May 21 22:11:33.725 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-05-21T22:11:34.721Z | [ recovery-image] May 21 22:11:33.734 INFO O| May 21 22:11:33.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6393 | 2026-05-21T22:11:34.721Z | [ recovery-image] May 21 22:11:33.734 INFO O| May 21 22:11:33.734 INFO STEP 517 (remove_files) COMPLETE |
| 6394 | 2026-05-21T22:11:34.726Z | [ recovery-image] May 21 22:11:33.734 INFO O| May 21 22:11:33.734 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-05-21T22:11:34.730Z | [ recovery-image] May 21 22:11:33.742 INFO O| May 21 22:11:33.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6396 | 2026-05-21T22:11:34.730Z | [ recovery-image] May 21 22:11:33.742 INFO O| May 21 22:11:33.742 INFO STEP 518 (remove_files) COMPLETE |
| 6397 | 2026-05-21T22:11:34.730Z | [ recovery-image] May 21 22:11:33.742 INFO O| May 21 22:11:33.742 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-05-21T22:11:34.738Z | [ recovery-image] May 21 22:11:33.751 INFO O| May 21 22:11:33.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6399 | 2026-05-21T22:11:34.738Z | [ recovery-image] May 21 22:11:33.751 INFO O| May 21 22:11:33.751 INFO STEP 519 (remove_files) COMPLETE |
| 6400 | 2026-05-21T22:11:34.742Z | [ recovery-image] May 21 22:11:33.751 INFO O| May 21 22:11:33.751 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-05-21T22:11:34.769Z | [ recovery-image] May 21 22:11:33.781 INFO O| May 21 22:11:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6402 | 2026-05-21T22:11:34.769Z | [ recovery-image] May 21 22:11:33.781 INFO O| May 21 22:11:33.781 INFO STEP 520 (remove_files) COMPLETE |
| 6403 | 2026-05-21T22:11:34.769Z | [ recovery-image] May 21 22:11:33.781 INFO O| May 21 22:11:33.781 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-05-21T22:11:34.778Z | [ recovery-image] May 21 22:11:33.791 INFO O| May 21 22:11:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6405 | 2026-05-21T22:11:34.784Z | [ recovery-image] May 21 22:11:33.792 INFO O| May 21 22:11:33.791 INFO STEP 521 (remove_files) COMPLETE |
| 6406 | 2026-05-21T22:11:34.784Z | [ recovery-image] May 21 22:11:33.792 INFO O| May 21 22:11:33.792 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-05-21T22:11:34.788Z | [ recovery-image] May 21 22:11:33.801 INFO O| May 21 22:11:33.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6408 | 2026-05-21T22:11:34.793Z | [ recovery-image] May 21 22:11:33.801 INFO O| May 21 22:11:33.801 INFO STEP 522 (remove_files) COMPLETE |
| 6409 | 2026-05-21T22:11:34.793Z | [ recovery-image] May 21 22:11:33.802 INFO O| May 21 22:11:33.802 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-05-21T22:11:34.798Z | [ recovery-image] May 21 22:11:33.811 INFO O| May 21 22:11:33.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6411 | 2026-05-21T22:11:34.798Z | [ recovery-image] May 21 22:11:33.811 INFO O| May 21 22:11:33.811 INFO STEP 523 (remove_files) COMPLETE |
| 6412 | 2026-05-21T22:11:34.802Z | [ recovery-image] May 21 22:11:33.811 INFO O| May 21 22:11:33.811 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-05-21T22:11:34.807Z | [ recovery-image] May 21 22:11:33.821 INFO O| May 21 22:11:33.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6414 | 2026-05-21T22:11:34.807Z | [ recovery-image] May 21 22:11:33.821 INFO O| May 21 22:11:33.821 INFO STEP 524 (remove_files) COMPLETE |
| 6415 | 2026-05-21T22:11:34.807Z | [ recovery-image] May 21 22:11:33.821 INFO O| May 21 22:11:33.821 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6416 | 2026-05-21T22:11:34.827Z | [ recovery-image] May 21 22:11:33.840 INFO O| May 21 22:11:33.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6417 | 2026-05-21T22:11:34.827Z | [ recovery-image] May 21 22:11:33.841 INFO O| May 21 22:11:33.840 INFO STEP 525 (remove_files) COMPLETE |
| 6418 | 2026-05-21T22:11:34.831Z | [ recovery-image] May 21 22:11:33.841 INFO O| May 21 22:11:33.840 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6419 | 2026-05-21T22:11:34.837Z | [ recovery-image] May 21 22:11:33.849 INFO O| May 21 22:11:33.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6420 | 2026-05-21T22:11:34.837Z | [ recovery-image] May 21 22:11:33.849 INFO O| May 21 22:11:33.849 INFO STEP 526 (remove_files) COMPLETE |
| 6421 | 2026-05-21T22:11:34.842Z | [ recovery-image] May 21 22:11:33.849 INFO O| May 21 22:11:33.849 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6422 | 2026-05-21T22:11:34.846Z | [ recovery-image] May 21 22:11:33.858 INFO O| May 21 22:11:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6423 | 2026-05-21T22:11:34.846Z | [ recovery-image] May 21 22:11:33.858 INFO O| May 21 22:11:33.858 INFO STEP 527 (remove_files) COMPLETE |
| 6424 | 2026-05-21T22:11:34.846Z | [ recovery-image] May 21 22:11:33.858 INFO O| May 21 22:11:33.858 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6425 | 2026-05-21T22:11:34.855Z | [ recovery-image] May 21 22:11:33.867 INFO O| May 21 22:11:33.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6426 | 2026-05-21T22:11:34.855Z | [ recovery-image] May 21 22:11:33.867 INFO O| May 21 22:11:33.867 INFO STEP 528 (remove_files) COMPLETE |
| 6427 | 2026-05-21T22:11:34.859Z | [ recovery-image] May 21 22:11:33.867 INFO O| May 21 22:11:33.867 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6428 | 2026-05-21T22:11:34.862Z | [ recovery-image] May 21 22:11:33.874 INFO O| May 21 22:11:33.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6429 | 2026-05-21T22:11:34.862Z | [ recovery-image] May 21 22:11:33.875 INFO O| May 21 22:11:33.875 INFO STEP 529 (remove_files) COMPLETE |
| 6430 | 2026-05-21T22:11:34.862Z | [ recovery-image] May 21 22:11:33.875 INFO O| May 21 22:11:33.875 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6431 | 2026-05-21T22:11:34.868Z | [ recovery-image] May 21 22:11:33.881 INFO O| May 21 22:11:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6432 | 2026-05-21T22:11:34.868Z | [ recovery-image] May 21 22:11:33.881 INFO O| May 21 22:11:33.881 INFO STEP 530 (remove_files) COMPLETE |
| 6433 | 2026-05-21T22:11:34.868Z | [ recovery-image] May 21 22:11:33.881 INFO O| May 21 22:11:33.881 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6434 | 2026-05-21T22:11:34.876Z | [ recovery-image] May 21 22:11:33.888 INFO O| May 21 22:11:33.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6435 | 2026-05-21T22:11:34.876Z | [ recovery-image] May 21 22:11:33.888 INFO O| May 21 22:11:33.888 INFO STEP 531 (remove_files) COMPLETE |
| 6436 | 2026-05-21T22:11:34.876Z | [ recovery-image] May 21 22:11:33.888 INFO O| May 21 22:11:33.888 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6437 | 2026-05-21T22:11:34.892Z | [ recovery-image] May 21 22:11:33.896 INFO O| May 21 22:11:33.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6438 | 2026-05-21T22:11:34.892Z | [ recovery-image] May 21 22:11:33.896 INFO O| May 21 22:11:33.896 INFO STEP 532 (remove_files) COMPLETE |
| 6439 | 2026-05-21T22:11:34.897Z | [ recovery-image] May 21 22:11:33.896 INFO O| May 21 22:11:33.896 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6440 | 2026-05-21T22:11:34.897Z | [ recovery-image] May 21 22:11:33.904 INFO O| May 21 22:11:33.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6441 | 2026-05-21T22:11:34.897Z | [ recovery-image] May 21 22:11:33.904 INFO O| May 21 22:11:33.904 INFO STEP 533 (remove_files) COMPLETE |
| 6442 | 2026-05-21T22:11:34.897Z | [ recovery-image] May 21 22:11:33.904 INFO O| May 21 22:11:33.904 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6443 | 2026-05-21T22:11:34.900Z | [ recovery-image] May 21 22:11:33.912 INFO O| May 21 22:11:33.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6444 | 2026-05-21T22:11:34.900Z | [ recovery-image] May 21 22:11:33.912 INFO O| May 21 22:11:33.912 INFO STEP 534 (remove_files) COMPLETE |
| 6445 | 2026-05-21T22:11:34.900Z | [ recovery-image] May 21 22:11:33.912 INFO O| May 21 22:11:33.912 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6446 | 2026-05-21T22:11:34.908Z | [ recovery-image] May 21 22:11:33.920 INFO O| May 21 22:11:33.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6447 | 2026-05-21T22:11:34.908Z | [ recovery-image] May 21 22:11:33.920 INFO O| May 21 22:11:33.920 INFO STEP 535 (remove_files) COMPLETE |
| 6448 | 2026-05-21T22:11:34.913Z | [ recovery-image] May 21 22:11:33.920 INFO O| May 21 22:11:33.920 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6449 | 2026-05-21T22:11:34.917Z | [ recovery-image] May 21 22:11:33.930 INFO O| May 21 22:11:33.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6450 | 2026-05-21T22:11:34.917Z | [ recovery-image] May 21 22:11:33.930 INFO O| May 21 22:11:33.930 INFO STEP 536 (remove_files) COMPLETE |
| 6451 | 2026-05-21T22:11:34.917Z | [ recovery-image] May 21 22:11:33.930 INFO O| May 21 22:11:33.930 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6452 | 2026-05-21T22:11:34.925Z | [ recovery-image] May 21 22:11:33.939 INFO O| May 21 22:11:33.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6453 | 2026-05-21T22:11:34.925Z | [ recovery-image] May 21 22:11:33.939 INFO O| May 21 22:11:33.939 INFO STEP 537 (remove_files) COMPLETE |
| 6454 | 2026-05-21T22:11:34.926Z | [ recovery-image] May 21 22:11:33.939 INFO O| May 21 22:11:33.939 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6455 | 2026-05-21T22:11:34.935Z | [ recovery-image] May 21 22:11:33.948 INFO O| May 21 22:11:33.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6456 | 2026-05-21T22:11:34.953Z | [ recovery-image] May 21 22:11:33.965 INFO O| May 21 22:11:33.965 INFO STEP 538 (remove_files) COMPLETE |
| 6457 | 2026-05-21T22:11:34.953Z | [ recovery-image] May 21 22:11:33.965 INFO O| May 21 22:11:33.965 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6458 | 2026-05-21T22:11:34.991Z | [ recovery-image] May 21 22:11:34.003 INFO O| May 21 22:11:34.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6459 | 2026-05-21T22:11:34.991Z | [ recovery-image] May 21 22:11:34.003 INFO O| May 21 22:11:34.003 INFO STEP 539 (remove_files) COMPLETE |
| 6460 | 2026-05-21T22:11:34.997Z | [ recovery-image] May 21 22:11:34.003 INFO O| May 21 22:11:34.003 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6461 | 2026-05-21T22:11:35.002Z | [ recovery-image] May 21 22:11:34.012 INFO O| May 21 22:11:34.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6462 | 2026-05-21T22:11:35.002Z | [ recovery-image] May 21 22:11:34.012 INFO O| May 21 22:11:34.012 INFO STEP 540 (remove_files) COMPLETE |
| 6463 | 2026-05-21T22:11:35.002Z | [ recovery-image] May 21 22:11:34.012 INFO O| May 21 22:11:34.012 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6464 | 2026-05-21T22:11:35.006Z | [ recovery-image] May 21 22:11:34.020 INFO O| May 21 22:11:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6465 | 2026-05-21T22:11:35.006Z | [ recovery-image] May 21 22:11:34.020 INFO O| May 21 22:11:34.020 INFO STEP 541 (remove_files) COMPLETE |
| 6466 | 2026-05-21T22:11:35.007Z | [ recovery-image] May 21 22:11:34.020 INFO O| May 21 22:11:34.020 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6467 | 2026-05-21T22:11:35.058Z | [ recovery-image] May 21 22:11:34.071 INFO O| May 21 22:11:34.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6468 | 2026-05-21T22:11:35.058Z | [ recovery-image] May 21 22:11:34.071 INFO O| May 21 22:11:34.071 INFO STEP 542 (remove_files) COMPLETE |
| 6469 | 2026-05-21T22:11:35.058Z | [ recovery-image] May 21 22:11:34.071 INFO O| May 21 22:11:34.071 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6470 | 2026-05-21T22:11:35.069Z | [ recovery-image] May 21 22:11:34.082 INFO O| May 21 22:11:34.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6471 | 2026-05-21T22:11:35.069Z | [ recovery-image] May 21 22:11:34.082 INFO O| May 21 22:11:34.082 INFO STEP 543 (remove_files) COMPLETE |
| 6472 | 2026-05-21T22:11:35.073Z | [ recovery-image] May 21 22:11:34.082 INFO O| May 21 22:11:34.082 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6473 | 2026-05-21T22:11:35.078Z | [ recovery-image] May 21 22:11:34.091 INFO O| May 21 22:11:34.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6474 | 2026-05-21T22:11:35.083Z | [ recovery-image] May 21 22:11:34.092 INFO O| May 21 22:11:34.092 INFO STEP 544 (remove_files) COMPLETE |
| 6475 | 2026-05-21T22:11:35.083Z | [ recovery-image] May 21 22:11:34.092 INFO O| May 21 22:11:34.092 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6476 | 2026-05-21T22:11:35.091Z | [ recovery-image] May 21 22:11:34.104 INFO O| May 21 22:11:34.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6477 | 2026-05-21T22:11:35.091Z | [ recovery-image] May 21 22:11:34.104 INFO O| May 21 22:11:34.104 INFO STEP 545 (remove_files) COMPLETE |
| 6478 | 2026-05-21T22:11:35.091Z | [ recovery-image] May 21 22:11:34.104 INFO O| May 21 22:11:34.104 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6479 | 2026-05-21T22:11:35.099Z | [ recovery-image] May 21 22:11:34.112 INFO O| May 21 22:11:34.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6480 | 2026-05-21T22:11:35.099Z | [ recovery-image] May 21 22:11:34.112 INFO O| May 21 22:11:34.112 INFO STEP 546 (remove_files) COMPLETE |
| 6481 | 2026-05-21T22:11:35.099Z | [ recovery-image] May 21 22:11:34.112 INFO O| May 21 22:11:34.112 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6482 | 2026-05-21T22:11:35.109Z | [ recovery-image] May 21 22:11:34.121 INFO O| May 21 22:11:34.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6483 | 2026-05-21T22:11:35.109Z | [ recovery-image] May 21 22:11:34.121 INFO O| May 21 22:11:34.121 INFO STEP 547 (remove_files) COMPLETE |
| 6484 | 2026-05-21T22:11:35.114Z | [ recovery-image] May 21 22:11:34.121 INFO O| May 21 22:11:34.121 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6485 | 2026-05-21T22:11:35.118Z | [ recovery-image] May 21 22:11:34.130 INFO O| May 21 22:11:34.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6486 | 2026-05-21T22:11:35.119Z | [ recovery-image] May 21 22:11:34.130 INFO O| May 21 22:11:34.130 INFO STEP 548 (remove_files) COMPLETE |
| 6487 | 2026-05-21T22:11:35.119Z | [ recovery-image] May 21 22:11:34.130 INFO O| May 21 22:11:34.130 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6488 | 2026-05-21T22:11:35.127Z | [ recovery-image] May 21 22:11:34.141 INFO O| May 21 22:11:34.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6489 | 2026-05-21T22:11:35.128Z | [ recovery-image] May 21 22:11:34.141 INFO O| May 21 22:11:34.141 INFO STEP 549 (remove_files) COMPLETE |
| 6490 | 2026-05-21T22:11:35.133Z | [ recovery-image] May 21 22:11:34.141 INFO O| May 21 22:11:34.141 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6491 | 2026-05-21T22:11:35.138Z | [ recovery-image] May 21 22:11:34.149 INFO O| May 21 22:11:34.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6492 | 2026-05-21T22:11:35.138Z | [ recovery-image] May 21 22:11:34.149 INFO O| May 21 22:11:34.149 INFO STEP 550 (remove_files) COMPLETE |
| 6493 | 2026-05-21T22:11:35.138Z | [ recovery-image] May 21 22:11:34.149 INFO O| May 21 22:11:34.149 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6494 | 2026-05-21T22:11:35.145Z | [ recovery-image] May 21 22:11:34.157 INFO O| May 21 22:11:34.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6495 | 2026-05-21T22:11:35.145Z | [ recovery-image] May 21 22:11:34.157 INFO O| May 21 22:11:34.157 INFO STEP 551 (remove_files) COMPLETE |
| 6496 | 2026-05-21T22:11:35.146Z | [ recovery-image] May 21 22:11:34.157 INFO O| May 21 22:11:34.157 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6497 | 2026-05-21T22:11:35.152Z | [ recovery-image] May 21 22:11:34.165 INFO O| May 21 22:11:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6498 | 2026-05-21T22:11:35.152Z | [ recovery-image] May 21 22:11:34.165 INFO O| May 21 22:11:34.165 INFO STEP 552 (remove_files) COMPLETE |
| 6499 | 2026-05-21T22:11:35.152Z | [ recovery-image] May 21 22:11:34.165 INFO O| May 21 22:11:34.165 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6500 | 2026-05-21T22:11:35.161Z | [ recovery-image] May 21 22:11:34.173 INFO O| May 21 22:11:34.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6501 | 2026-05-21T22:11:35.161Z | [ recovery-image] May 21 22:11:34.173 INFO O| May 21 22:11:34.173 INFO STEP 553 (remove_files) COMPLETE |
| 6502 | 2026-05-21T22:11:35.161Z | [ recovery-image] May 21 22:11:34.173 INFO O| May 21 22:11:34.173 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6503 | 2026-05-21T22:11:35.169Z | [ recovery-image] May 21 22:11:34.182 INFO O| May 21 22:11:34.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6504 | 2026-05-21T22:11:35.170Z | [ recovery-image] May 21 22:11:34.182 INFO O| May 21 22:11:34.182 INFO STEP 554 (remove_files) COMPLETE |
| 6505 | 2026-05-21T22:11:35.170Z | [ recovery-image] May 21 22:11:34.182 INFO O| May 21 22:11:34.182 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6506 | 2026-05-21T22:11:35.178Z | [ recovery-image] May 21 22:11:34.191 INFO O| May 21 22:11:34.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6507 | 2026-05-21T22:11:35.178Z | [ recovery-image] May 21 22:11:34.191 INFO O| May 21 22:11:34.191 INFO STEP 555 (remove_files) COMPLETE |
| 6508 | 2026-05-21T22:11:35.178Z | [ recovery-image] May 21 22:11:34.191 INFO O| May 21 22:11:34.191 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6509 | 2026-05-21T22:11:35.186Z | [ recovery-image] May 21 22:11:34.199 INFO O| May 21 22:11:34.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6510 | 2026-05-21T22:11:35.186Z | [ recovery-image] May 21 22:11:34.199 INFO O| May 21 22:11:34.199 INFO STEP 556 (remove_files) COMPLETE |
| 6511 | 2026-05-21T22:11:35.186Z | [ recovery-image] May 21 22:11:34.199 INFO O| May 21 22:11:34.199 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6512 | 2026-05-21T22:11:35.193Z | [ recovery-image] May 21 22:11:34.207 INFO O| May 21 22:11:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6513 | 2026-05-21T22:11:35.194Z | [ recovery-image] May 21 22:11:34.207 INFO O| May 21 22:11:34.207 INFO STEP 557 (remove_files) COMPLETE |
| 6514 | 2026-05-21T22:11:35.194Z | [ recovery-image] May 21 22:11:34.207 INFO O| May 21 22:11:34.207 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6515 | 2026-05-21T22:11:35.202Z | [ recovery-image] May 21 22:11:34.214 INFO O| May 21 22:11:34.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6516 | 2026-05-21T22:11:35.202Z | [ recovery-image] May 21 22:11:34.214 INFO O| May 21 22:11:34.214 INFO STEP 558 (remove_files) COMPLETE |
| 6517 | 2026-05-21T22:11:35.202Z | [ recovery-image] May 21 22:11:34.214 INFO O| May 21 22:11:34.214 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6518 | 2026-05-21T22:11:35.212Z | [ recovery-image] May 21 22:11:34.222 INFO O| May 21 22:11:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6519 | 2026-05-21T22:11:35.212Z | [ recovery-image] May 21 22:11:34.222 INFO O| May 21 22:11:34.222 INFO STEP 559 (remove_files) COMPLETE |
| 6520 | 2026-05-21T22:11:35.212Z | [ recovery-image] May 21 22:11:34.222 INFO O| May 21 22:11:34.222 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6521 | 2026-05-21T22:11:35.217Z | [ recovery-image] May 21 22:11:34.231 INFO O| May 21 22:11:34.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6522 | 2026-05-21T22:11:35.218Z | [ recovery-image] May 21 22:11:34.231 INFO O| May 21 22:11:34.231 INFO STEP 560 (remove_files) COMPLETE |
| 6523 | 2026-05-21T22:11:35.223Z | [ recovery-image] May 21 22:11:34.231 INFO O| May 21 22:11:34.231 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6524 | 2026-05-21T22:11:35.228Z | [ recovery-image] May 21 22:11:34.239 INFO O| May 21 22:11:34.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6525 | 2026-05-21T22:11:35.228Z | [ recovery-image] May 21 22:11:34.239 INFO O| May 21 22:11:34.239 INFO STEP 561 (remove_files) COMPLETE |
| 6526 | 2026-05-21T22:11:35.228Z | [ recovery-image] May 21 22:11:34.239 INFO O| May 21 22:11:34.239 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6527 | 2026-05-21T22:11:35.234Z | [ recovery-image] May 21 22:11:34.247 INFO O| May 21 22:11:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6528 | 2026-05-21T22:11:35.234Z | [ recovery-image] May 21 22:11:34.247 INFO O| May 21 22:11:34.247 INFO STEP 562 (remove_files) COMPLETE |
| 6529 | 2026-05-21T22:11:35.240Z | [ recovery-image] May 21 22:11:34.247 INFO O| May 21 22:11:34.247 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6530 | 2026-05-21T22:11:35.243Z | [ recovery-image] May 21 22:11:34.255 INFO O| May 21 22:11:34.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6531 | 2026-05-21T22:11:35.243Z | [ recovery-image] May 21 22:11:34.255 INFO O| May 21 22:11:34.255 INFO STEP 563 (remove_files) COMPLETE |
| 6532 | 2026-05-21T22:11:35.244Z | [ recovery-image] May 21 22:11:34.255 INFO O| May 21 22:11:34.255 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6533 | 2026-05-21T22:11:35.249Z | [ recovery-image] May 21 22:11:34.262 INFO O| May 21 22:11:34.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6534 | 2026-05-21T22:11:35.249Z | [ recovery-image] May 21 22:11:34.262 INFO O| May 21 22:11:34.262 INFO STEP 564 (remove_files) COMPLETE |
| 6535 | 2026-05-21T22:11:35.255Z | [ recovery-image] May 21 22:11:34.262 INFO O| May 21 22:11:34.262 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6536 | 2026-05-21T22:11:35.259Z | [ recovery-image] May 21 22:11:34.271 INFO O| May 21 22:11:34.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6537 | 2026-05-21T22:11:35.259Z | [ recovery-image] May 21 22:11:34.271 INFO O| May 21 22:11:34.271 INFO STEP 565 (remove_files) COMPLETE |
| 6538 | 2026-05-21T22:11:35.259Z | [ recovery-image] May 21 22:11:34.271 INFO O| May 21 22:11:34.271 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6539 | 2026-05-21T22:11:35.267Z | [ recovery-image] May 21 22:11:34.280 INFO O| May 21 22:11:34.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6540 | 2026-05-21T22:11:35.267Z | [ recovery-image] May 21 22:11:34.280 INFO O| May 21 22:11:34.280 INFO STEP 566 (remove_files) COMPLETE |
| 6541 | 2026-05-21T22:11:35.267Z | [ recovery-image] May 21 22:11:34.280 INFO O| May 21 22:11:34.280 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6542 | 2026-05-21T22:11:35.275Z | [ recovery-image] May 21 22:11:34.288 INFO O| May 21 22:11:34.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6543 | 2026-05-21T22:11:35.275Z | [ recovery-image] May 21 22:11:34.289 INFO O| May 21 22:11:34.289 INFO STEP 567 (remove_files) COMPLETE |
| 6544 | 2026-05-21T22:11:35.275Z | [ recovery-image] May 21 22:11:34.289 INFO O| May 21 22:11:34.289 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6545 | 2026-05-21T22:11:35.283Z | [ recovery-image] May 21 22:11:34.297 INFO O| May 21 22:11:34.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6546 | 2026-05-21T22:11:35.284Z | [ recovery-image] May 21 22:11:34.297 INFO O| May 21 22:11:34.297 INFO STEP 568 (remove_files) COMPLETE |
| 6547 | 2026-05-21T22:11:35.284Z | [ recovery-image] May 21 22:11:34.297 INFO O| May 21 22:11:34.297 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6548 | 2026-05-21T22:11:35.296Z | [ recovery-image] May 21 22:11:34.307 INFO O| May 21 22:11:34.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6549 | 2026-05-21T22:11:35.296Z | [ recovery-image] May 21 22:11:34.307 INFO O| May 21 22:11:34.307 INFO STEP 569 (remove_files) COMPLETE |
| 6550 | 2026-05-21T22:11:35.301Z | [ recovery-image] May 21 22:11:34.308 INFO O| May 21 22:11:34.307 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6551 | 2026-05-21T22:11:35.305Z | [ recovery-image] May 21 22:11:34.318 INFO O| May 21 22:11:34.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6552 | 2026-05-21T22:11:35.305Z | [ recovery-image] May 21 22:11:34.318 INFO O| May 21 22:11:34.318 INFO STEP 570 (remove_files) COMPLETE |
| 6553 | 2026-05-21T22:11:35.305Z | [ recovery-image] May 21 22:11:34.318 INFO O| May 21 22:11:34.318 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6554 | 2026-05-21T22:11:35.314Z | [ recovery-image] May 21 22:11:34.328 INFO O| May 21 22:11:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6555 | 2026-05-21T22:11:35.314Z | [ recovery-image] May 21 22:11:34.328 INFO O| May 21 22:11:34.328 INFO STEP 571 (remove_files) COMPLETE |
| 6556 | 2026-05-21T22:11:35.314Z | [ recovery-image] May 21 22:11:34.328 INFO O| May 21 22:11:34.328 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6557 | 2026-05-21T22:11:35.325Z | [ recovery-image] May 21 22:11:34.337 INFO O| May 21 22:11:34.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6558 | 2026-05-21T22:11:35.326Z | [ recovery-image] May 21 22:11:34.337 INFO O| May 21 22:11:34.337 INFO STEP 572 (remove_files) COMPLETE |
| 6559 | 2026-05-21T22:11:35.329Z | [ recovery-image] May 21 22:11:34.337 INFO O| May 21 22:11:34.337 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6560 | 2026-05-21T22:11:35.339Z | [ recovery-image] May 21 22:11:34.346 INFO O| May 21 22:11:34.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6561 | 2026-05-21T22:11:35.342Z | [ recovery-image] May 21 22:11:34.347 INFO O| May 21 22:11:34.347 INFO STEP 573 (remove_files) COMPLETE |
| 6562 | 2026-05-21T22:11:35.342Z | [ recovery-image] May 21 22:11:34.347 INFO O| May 21 22:11:34.347 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6563 | 2026-05-21T22:11:35.346Z | [ recovery-image] May 21 22:11:34.356 INFO O| May 21 22:11:34.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6564 | 2026-05-21T22:11:35.346Z | [ recovery-image] May 21 22:11:34.357 INFO O| May 21 22:11:34.357 INFO STEP 574 (remove_files) COMPLETE |
| 6565 | 2026-05-21T22:11:35.346Z | [ recovery-image] May 21 22:11:34.357 INFO O| May 21 22:11:34.357 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6566 | 2026-05-21T22:11:35.354Z | [ recovery-image] May 21 22:11:34.366 INFO O| May 21 22:11:34.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6567 | 2026-05-21T22:11:35.354Z | [ recovery-image] May 21 22:11:34.366 INFO O| May 21 22:11:34.366 INFO STEP 575 (remove_files) COMPLETE |
| 6568 | 2026-05-21T22:11:35.359Z | [ recovery-image] May 21 22:11:34.366 INFO O| May 21 22:11:34.366 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6569 | 2026-05-21T22:11:35.363Z | [ recovery-image] May 21 22:11:34.374 INFO O| May 21 22:11:34.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 6570 | 2026-05-21T22:11:35.363Z | [ recovery-image] May 21 22:11:34.375 INFO O| May 21 22:11:34.375 INFO STEP 576 (remove_files) COMPLETE |
| 6571 | 2026-05-21T22:11:35.363Z | [ recovery-image] May 21 22:11:34.375 INFO O| May 21 22:11:34.375 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6572 | 2026-05-21T22:11:35.369Z | [ recovery-image] May 21 22:11:34.382 INFO O| May 21 22:11:34.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6573 | 2026-05-21T22:11:35.369Z | [ recovery-image] May 21 22:11:34.383 INFO O| May 21 22:11:34.383 INFO STEP 577 (remove_files) COMPLETE |
| 6574 | 2026-05-21T22:11:35.375Z | [ recovery-image] May 21 22:11:34.383 INFO O| May 21 22:11:34.383 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6575 | 2026-05-21T22:11:35.385Z | [ recovery-image] May 21 22:11:34.391 INFO O| May 21 22:11:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6576 | 2026-05-21T22:11:35.386Z | [ recovery-image] May 21 22:11:34.391 INFO O| May 21 22:11:34.391 INFO STEP 578 (remove_files) COMPLETE |
| 6577 | 2026-05-21T22:11:35.386Z | [ recovery-image] May 21 22:11:34.391 INFO O| May 21 22:11:34.391 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6578 | 2026-05-21T22:11:35.390Z | [ recovery-image] May 21 22:11:34.398 INFO O| May 21 22:11:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6579 | 2026-05-21T22:11:35.390Z | [ recovery-image] May 21 22:11:34.399 INFO O| May 21 22:11:34.399 INFO STEP 579 (remove_files) COMPLETE |
| 6580 | 2026-05-21T22:11:35.390Z | [ recovery-image] May 21 22:11:34.399 INFO O| May 21 22:11:34.399 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6581 | 2026-05-21T22:11:35.398Z | [ recovery-image] May 21 22:11:34.406 INFO O| May 21 22:11:34.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6582 | 2026-05-21T22:11:35.398Z | [ recovery-image] May 21 22:11:34.406 INFO O| May 21 22:11:34.406 INFO STEP 580 (remove_files) COMPLETE |
| 6583 | 2026-05-21T22:11:35.398Z | [ recovery-image] May 21 22:11:34.406 INFO O| May 21 22:11:34.406 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6584 | 2026-05-21T22:11:35.403Z | [ recovery-image] May 21 22:11:34.414 INFO O| May 21 22:11:34.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6585 | 2026-05-21T22:11:35.403Z | [ recovery-image] May 21 22:11:34.414 INFO O| May 21 22:11:34.414 INFO STEP 581 (remove_files) COMPLETE |
| 6586 | 2026-05-21T22:11:35.403Z | [ recovery-image] May 21 22:11:34.414 INFO O| May 21 22:11:34.414 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6587 | 2026-05-21T22:11:35.409Z | [ recovery-image] May 21 22:11:34.422 INFO O| May 21 22:11:34.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6588 | 2026-05-21T22:11:35.410Z | [ recovery-image] May 21 22:11:34.422 INFO O| May 21 22:11:34.422 INFO STEP 582 (remove_files) COMPLETE |
| 6589 | 2026-05-21T22:11:35.410Z | [ recovery-image] May 21 22:11:34.422 INFO O| May 21 22:11:34.422 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6590 | 2026-05-21T22:11:35.417Z | [ recovery-image] May 21 22:11:34.430 INFO O| May 21 22:11:34.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6591 | 2026-05-21T22:11:35.417Z | [ recovery-image] May 21 22:11:34.430 INFO O| May 21 22:11:34.430 INFO STEP 583 (remove_files) COMPLETE |
| 6592 | 2026-05-21T22:11:35.417Z | [ recovery-image] May 21 22:11:34.430 INFO O| May 21 22:11:34.430 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6593 | 2026-05-21T22:11:35.425Z | [ recovery-image] May 21 22:11:34.438 INFO O| May 21 22:11:34.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6594 | 2026-05-21T22:11:35.425Z | [ recovery-image] May 21 22:11:34.438 INFO O| May 21 22:11:34.438 INFO STEP 584 (remove_files) COMPLETE |
| 6595 | 2026-05-21T22:11:35.425Z | [ recovery-image] May 21 22:11:34.438 INFO O| May 21 22:11:34.438 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6596 | 2026-05-21T22:11:35.433Z | [ recovery-image] May 21 22:11:34.446 INFO O| May 21 22:11:34.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6597 | 2026-05-21T22:11:35.433Z | [ recovery-image] May 21 22:11:34.446 INFO O| May 21 22:11:34.446 INFO STEP 585 (remove_files) COMPLETE |
| 6598 | 2026-05-21T22:11:35.440Z | [ recovery-image] May 21 22:11:34.446 INFO O| May 21 22:11:34.446 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6599 | 2026-05-21T22:11:35.445Z | [ recovery-image] May 21 22:11:34.454 INFO O| May 21 22:11:34.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6600 | 2026-05-21T22:11:35.445Z | [ recovery-image] May 21 22:11:34.454 INFO O| May 21 22:11:34.454 INFO STEP 586 (remove_files) COMPLETE |
| 6601 | 2026-05-21T22:11:35.445Z | [ recovery-image] May 21 22:11:34.454 INFO O| May 21 22:11:34.454 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6602 | 2026-05-21T22:11:35.449Z | [ recovery-image] May 21 22:11:34.462 INFO O| May 21 22:11:34.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6603 | 2026-05-21T22:11:35.450Z | [ recovery-image] May 21 22:11:34.462 INFO O| May 21 22:11:34.462 INFO STEP 587 (remove_files) COMPLETE |
| 6604 | 2026-05-21T22:11:35.450Z | [ recovery-image] May 21 22:11:34.462 INFO O| May 21 22:11:34.462 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6605 | 2026-05-21T22:11:35.457Z | [ recovery-image] May 21 22:11:34.470 INFO O| May 21 22:11:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6606 | 2026-05-21T22:11:35.457Z | [ recovery-image] May 21 22:11:34.470 INFO O| May 21 22:11:34.470 INFO STEP 588 (remove_files) COMPLETE |
| 6607 | 2026-05-21T22:11:35.457Z | [ recovery-image] May 21 22:11:34.470 INFO O| May 21 22:11:34.470 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6608 | 2026-05-21T22:11:35.466Z | [ recovery-image] May 21 22:11:34.479 INFO O| May 21 22:11:34.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6609 | 2026-05-21T22:11:35.466Z | [ recovery-image] May 21 22:11:34.480 INFO O| May 21 22:11:34.479 INFO STEP 589 (remove_files) COMPLETE |
| 6610 | 2026-05-21T22:11:35.466Z | [ recovery-image] May 21 22:11:34.480 INFO O| May 21 22:11:34.480 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6611 | 2026-05-21T22:11:35.476Z | [ recovery-image] May 21 22:11:34.489 INFO O| May 21 22:11:34.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6612 | 2026-05-21T22:11:35.476Z | [ recovery-image] May 21 22:11:34.489 INFO O| May 21 22:11:34.489 INFO STEP 590 (remove_files) COMPLETE |
| 6613 | 2026-05-21T22:11:35.476Z | [ recovery-image] May 21 22:11:34.489 INFO O| May 21 22:11:34.489 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6614 | 2026-05-21T22:11:35.484Z | [ recovery-image] May 21 22:11:34.498 INFO O| May 21 22:11:34.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6615 | 2026-05-21T22:11:35.485Z | [ recovery-image] May 21 22:11:34.498 INFO O| May 21 22:11:34.498 INFO STEP 591 (remove_files) COMPLETE |
| 6616 | 2026-05-21T22:11:35.485Z | [ recovery-image] May 21 22:11:34.498 INFO O| May 21 22:11:34.498 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6617 | 2026-05-21T22:11:35.493Z | [ recovery-image] May 21 22:11:34.507 INFO O| May 21 22:11:34.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6618 | 2026-05-21T22:11:35.493Z | [ recovery-image] May 21 22:11:34.507 INFO O| May 21 22:11:34.507 INFO STEP 592 (remove_files) COMPLETE |
| 6619 | 2026-05-21T22:11:35.493Z | [ recovery-image] May 21 22:11:34.507 INFO O| May 21 22:11:34.507 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6620 | 2026-05-21T22:11:35.502Z | [ recovery-image] May 21 22:11:34.515 INFO O| May 21 22:11:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6621 | 2026-05-21T22:11:35.503Z | [ recovery-image] May 21 22:11:34.515 INFO O| May 21 22:11:34.515 INFO STEP 593 (remove_files) COMPLETE |
| 6622 | 2026-05-21T22:11:35.503Z | [ recovery-image] May 21 22:11:34.515 INFO O| May 21 22:11:34.515 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6623 | 2026-05-21T22:11:35.517Z | [ recovery-image] May 21 22:11:34.530 INFO O| May 21 22:11:34.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6624 | 2026-05-21T22:11:35.520Z | [ recovery-image] May 21 22:11:34.531 INFO O| May 21 22:11:34.531 INFO STEP 594 (remove_files) COMPLETE |
| 6625 | 2026-05-21T22:11:35.520Z | [ recovery-image] May 21 22:11:34.531 INFO O| May 21 22:11:34.531 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6626 | 2026-05-21T22:11:35.526Z | [ recovery-image] May 21 22:11:34.539 INFO O| May 21 22:11:34.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6627 | 2026-05-21T22:11:35.526Z | [ recovery-image] May 21 22:11:34.539 INFO O| May 21 22:11:34.539 INFO STEP 595 (remove_files) COMPLETE |
| 6628 | 2026-05-21T22:11:35.531Z | [ recovery-image] May 21 22:11:34.539 INFO O| May 21 22:11:34.539 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6629 | 2026-05-21T22:11:35.535Z | [ recovery-image] May 21 22:11:34.548 INFO O| May 21 22:11:34.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6630 | 2026-05-21T22:11:35.535Z | [ recovery-image] May 21 22:11:34.548 INFO O| May 21 22:11:34.548 INFO STEP 596 (remove_files) COMPLETE |
| 6631 | 2026-05-21T22:11:35.539Z | [ recovery-image] May 21 22:11:34.548 INFO O| May 21 22:11:34.548 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6632 | 2026-05-21T22:11:35.543Z | [ recovery-image] May 21 22:11:34.557 INFO O| May 21 22:11:34.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6633 | 2026-05-21T22:11:35.543Z | [ recovery-image] May 21 22:11:34.557 INFO O| May 21 22:11:34.557 INFO STEP 597 (remove_files) COMPLETE |
| 6634 | 2026-05-21T22:11:35.543Z | [ recovery-image] May 21 22:11:34.557 INFO O| May 21 22:11:34.557 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6635 | 2026-05-21T22:11:35.552Z | [ recovery-image] May 21 22:11:34.565 INFO O| May 21 22:11:34.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6636 | 2026-05-21T22:11:35.552Z | [ recovery-image] May 21 22:11:34.565 INFO O| May 21 22:11:34.565 INFO STEP 598 (remove_files) COMPLETE |
| 6637 | 2026-05-21T22:11:35.552Z | [ recovery-image] May 21 22:11:34.565 INFO O| May 21 22:11:34.565 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6638 | 2026-05-21T22:11:35.573Z | [ recovery-image] May 21 22:11:34.585 INFO O| May 21 22:11:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6639 | 2026-05-21T22:11:35.573Z | [ recovery-image] May 21 22:11:34.586 INFO O| May 21 22:11:34.586 INFO STEP 599 (remove_files) COMPLETE |
| 6640 | 2026-05-21T22:11:35.574Z | [ recovery-image] May 21 22:11:34.586 INFO O| May 21 22:11:34.586 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6641 | 2026-05-21T22:11:35.582Z | [ recovery-image] May 21 22:11:34.596 INFO O| May 21 22:11:34.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6642 | 2026-05-21T22:11:35.582Z | [ recovery-image] May 21 22:11:34.596 INFO O| May 21 22:11:34.596 INFO STEP 600 (remove_files) COMPLETE |
| 6643 | 2026-05-21T22:11:35.582Z | [ recovery-image] May 21 22:11:34.596 INFO O| May 21 22:11:34.596 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6644 | 2026-05-21T22:11:35.593Z | [ recovery-image] May 21 22:11:34.605 INFO O| May 21 22:11:34.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6645 | 2026-05-21T22:11:35.593Z | [ recovery-image] May 21 22:11:34.605 INFO O| May 21 22:11:34.605 INFO STEP 601 (remove_files) COMPLETE |
| 6646 | 2026-05-21T22:11:35.593Z | [ recovery-image] May 21 22:11:34.605 INFO O| May 21 22:11:34.605 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6647 | 2026-05-21T22:11:35.600Z | [ recovery-image] May 21 22:11:34.613 INFO O| May 21 22:11:34.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6648 | 2026-05-21T22:11:35.600Z | [ recovery-image] May 21 22:11:34.613 INFO O| May 21 22:11:34.613 INFO STEP 602 (remove_files) COMPLETE |
| 6649 | 2026-05-21T22:11:35.601Z | [ recovery-image] May 21 22:11:34.613 INFO O| May 21 22:11:34.613 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6650 | 2026-05-21T22:11:35.607Z | [ recovery-image] May 21 22:11:34.620 INFO O| May 21 22:11:34.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6651 | 2026-05-21T22:11:35.607Z | [ recovery-image] May 21 22:11:34.621 INFO O| May 21 22:11:34.620 INFO STEP 603 (remove_files) COMPLETE |
| 6652 | 2026-05-21T22:11:35.607Z | [ recovery-image] May 21 22:11:34.621 INFO O| May 21 22:11:34.620 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6653 | 2026-05-21T22:11:35.614Z | [ recovery-image] May 21 22:11:34.628 INFO O| May 21 22:11:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6654 | 2026-05-21T22:11:35.615Z | [ recovery-image] May 21 22:11:34.628 INFO O| May 21 22:11:34.628 INFO STEP 604 (remove_files) COMPLETE |
| 6655 | 2026-05-21T22:11:35.615Z | [ recovery-image] May 21 22:11:34.628 INFO O| May 21 22:11:34.628 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6656 | 2026-05-21T22:11:35.627Z | [ recovery-image] May 21 22:11:34.639 INFO O| May 21 22:11:34.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6657 | 2026-05-21T22:11:35.627Z | [ recovery-image] May 21 22:11:34.639 INFO O| May 21 22:11:34.639 INFO STEP 605 (remove_files) COMPLETE |
| 6658 | 2026-05-21T22:11:35.627Z | [ recovery-image] May 21 22:11:34.639 INFO O| May 21 22:11:34.639 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6659 | 2026-05-21T22:11:35.637Z | [ recovery-image] May 21 22:11:34.648 INFO O| May 21 22:11:34.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6660 | 2026-05-21T22:11:35.641Z | [ recovery-image] May 21 22:11:34.650 INFO O| May 21 22:11:34.649 INFO STEP 606 (remove_files) COMPLETE |
| 6661 | 2026-05-21T22:11:35.641Z | [ recovery-image] May 21 22:11:34.650 INFO O| May 21 22:11:34.650 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6662 | 2026-05-21T22:11:35.646Z | [ recovery-image] May 21 22:11:34.659 INFO O| May 21 22:11:34.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6663 | 2026-05-21T22:11:35.646Z | [ recovery-image] May 21 22:11:34.659 INFO O| May 21 22:11:34.659 INFO STEP 607 (remove_files) COMPLETE |
| 6664 | 2026-05-21T22:11:35.646Z | [ recovery-image] May 21 22:11:34.659 INFO O| May 21 22:11:34.659 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6665 | 2026-05-21T22:11:35.656Z | [ recovery-image] May 21 22:11:34.668 INFO O| May 21 22:11:34.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6666 | 2026-05-21T22:11:35.656Z | [ recovery-image] May 21 22:11:34.668 INFO O| May 21 22:11:34.668 INFO STEP 608 (remove_files) COMPLETE |
| 6667 | 2026-05-21T22:11:35.657Z | [ recovery-image] May 21 22:11:34.668 INFO O| May 21 22:11:34.668 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6668 | 2026-05-21T22:11:35.664Z | [ recovery-image] May 21 22:11:34.677 INFO O| May 21 22:11:34.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6669 | 2026-05-21T22:11:35.664Z | [ recovery-image] May 21 22:11:34.677 INFO O| May 21 22:11:34.677 INFO STEP 609 (remove_files) COMPLETE |
| 6670 | 2026-05-21T22:11:35.664Z | [ recovery-image] May 21 22:11:34.677 INFO O| May 21 22:11:34.677 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6671 | 2026-05-21T22:11:35.673Z | [ recovery-image] May 21 22:11:34.686 INFO O| May 21 22:11:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6672 | 2026-05-21T22:11:35.673Z | [ recovery-image] May 21 22:11:34.686 INFO O| May 21 22:11:34.686 INFO STEP 610 (remove_files) COMPLETE |
| 6673 | 2026-05-21T22:11:35.673Z | [ recovery-image] May 21 22:11:34.686 INFO O| May 21 22:11:34.686 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6674 | 2026-05-21T22:11:35.682Z | [ recovery-image] May 21 22:11:34.695 INFO O| May 21 22:11:34.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6675 | 2026-05-21T22:11:35.682Z | [ recovery-image] May 21 22:11:34.695 INFO O| May 21 22:11:34.695 INFO STEP 611 (remove_files) COMPLETE |
| 6676 | 2026-05-21T22:11:35.687Z | [ recovery-image] May 21 22:11:34.695 INFO O| May 21 22:11:34.695 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6677 | 2026-05-21T22:11:35.693Z | [ recovery-image] May 21 22:11:34.703 INFO O| May 21 22:11:34.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6678 | 2026-05-21T22:11:35.693Z | [ recovery-image] May 21 22:11:34.703 INFO O| May 21 22:11:34.703 INFO STEP 612 (remove_files) COMPLETE |
| 6679 | 2026-05-21T22:11:35.693Z | [ recovery-image] May 21 22:11:34.703 INFO O| May 21 22:11:34.703 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6680 | 2026-05-21T22:11:35.698Z | [ recovery-image] May 21 22:11:34.712 INFO O| May 21 22:11:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6681 | 2026-05-21T22:11:35.698Z | [ recovery-image] May 21 22:11:34.712 INFO O| May 21 22:11:34.712 INFO STEP 613 (remove_files) COMPLETE |
| 6682 | 2026-05-21T22:11:35.698Z | [ recovery-image] May 21 22:11:34.712 INFO O| May 21 22:11:34.712 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6683 | 2026-05-21T22:11:35.708Z | [ recovery-image] May 21 22:11:34.720 INFO O| May 21 22:11:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6684 | 2026-05-21T22:11:35.708Z | [ recovery-image] May 21 22:11:34.721 INFO O| May 21 22:11:34.720 INFO STEP 614 (remove_files) COMPLETE |
| 6685 | 2026-05-21T22:11:35.708Z | [ recovery-image] May 21 22:11:34.721 INFO O| May 21 22:11:34.721 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6686 | 2026-05-21T22:11:35.717Z | [ recovery-image] May 21 22:11:34.729 INFO O| May 21 22:11:34.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6687 | 2026-05-21T22:11:35.717Z | [ recovery-image] May 21 22:11:34.729 INFO O| May 21 22:11:34.729 INFO STEP 615 (remove_files) COMPLETE |
| 6688 | 2026-05-21T22:11:35.717Z | [ recovery-image] May 21 22:11:34.729 INFO O| May 21 22:11:34.729 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6689 | 2026-05-21T22:11:35.725Z | [ recovery-image] May 21 22:11:34.738 INFO O| May 21 22:11:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6690 | 2026-05-21T22:11:35.734Z | [ recovery-image] May 21 22:11:34.748 INFO O| May 21 22:11:34.748 INFO STEP 616 (remove_files) COMPLETE |
| 6691 | 2026-05-21T22:11:35.734Z | [ recovery-image] May 21 22:11:34.748 INFO O| May 21 22:11:34.748 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6692 | 2026-05-21T22:11:35.744Z | [ recovery-image] May 21 22:11:34.757 INFO O| May 21 22:11:34.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6693 | 2026-05-21T22:11:35.744Z | [ recovery-image] May 21 22:11:34.757 INFO O| May 21 22:11:34.757 INFO STEP 617 (remove_files) COMPLETE |
| 6694 | 2026-05-21T22:11:35.749Z | [ recovery-image] May 21 22:11:34.757 INFO O| May 21 22:11:34.757 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6695 | 2026-05-21T22:11:35.752Z | [ recovery-image] May 21 22:11:34.764 INFO O| May 21 22:11:34.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6696 | 2026-05-21T22:11:35.752Z | [ recovery-image] May 21 22:11:34.764 INFO O| May 21 22:11:34.764 INFO STEP 618 (remove_files) COMPLETE |
| 6697 | 2026-05-21T22:11:35.752Z | [ recovery-image] May 21 22:11:34.765 INFO O| May 21 22:11:34.764 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6698 | 2026-05-21T22:11:35.759Z | [ recovery-image] May 21 22:11:34.772 INFO O| May 21 22:11:34.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6699 | 2026-05-21T22:11:35.759Z | [ recovery-image] May 21 22:11:34.772 INFO O| May 21 22:11:34.772 INFO STEP 619 (remove_files) COMPLETE |
| 6700 | 2026-05-21T22:11:35.763Z | [ recovery-image] May 21 22:11:34.772 INFO O| May 21 22:11:34.772 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6701 | 2026-05-21T22:11:35.767Z | [ recovery-image] May 21 22:11:34.779 INFO O| May 21 22:11:34.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6702 | 2026-05-21T22:11:35.767Z | [ recovery-image] May 21 22:11:34.779 INFO O| May 21 22:11:34.779 INFO STEP 620 (remove_files) COMPLETE |
| 6703 | 2026-05-21T22:11:35.768Z | [ recovery-image] May 21 22:11:34.779 INFO O| May 21 22:11:34.779 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6704 | 2026-05-21T22:11:35.802Z | [ recovery-image] May 21 22:11:34.815 INFO O| May 21 22:11:34.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6705 | 2026-05-21T22:11:35.802Z | [ recovery-image] May 21 22:11:34.815 INFO O| May 21 22:11:34.815 INFO STEP 621 (remove_files) COMPLETE |
| 6706 | 2026-05-21T22:11:35.803Z | [ recovery-image] May 21 22:11:34.815 INFO O| May 21 22:11:34.815 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6707 | 2026-05-21T22:11:35.812Z | [ recovery-image] May 21 22:11:34.825 INFO O| May 21 22:11:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6708 | 2026-05-21T22:11:35.812Z | [ recovery-image] May 21 22:11:34.825 INFO O| May 21 22:11:34.825 INFO STEP 622 (remove_files) COMPLETE |
| 6709 | 2026-05-21T22:11:35.817Z | [ recovery-image] May 21 22:11:34.825 INFO O| May 21 22:11:34.825 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6710 | 2026-05-21T22:11:35.820Z | [ recovery-image] May 21 22:11:34.833 INFO O| May 21 22:11:34.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6711 | 2026-05-21T22:11:35.820Z | [ recovery-image] May 21 22:11:34.833 INFO O| May 21 22:11:34.833 INFO STEP 623 (remove_files) COMPLETE |
| 6712 | 2026-05-21T22:11:35.820Z | [ recovery-image] May 21 22:11:34.833 INFO O| May 21 22:11:34.833 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6713 | 2026-05-21T22:11:35.827Z | [ recovery-image] May 21 22:11:34.840 INFO O| May 21 22:11:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6714 | 2026-05-21T22:11:35.827Z | [ recovery-image] May 21 22:11:34.840 INFO O| May 21 22:11:34.840 INFO STEP 624 (remove_files) COMPLETE |
| 6715 | 2026-05-21T22:11:35.827Z | [ recovery-image] May 21 22:11:34.840 INFO O| May 21 22:11:34.840 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6716 | 2026-05-21T22:11:35.833Z | [ recovery-image] May 21 22:11:34.846 INFO O| May 21 22:11:34.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6717 | 2026-05-21T22:11:35.833Z | [ recovery-image] May 21 22:11:34.846 INFO O| May 21 22:11:34.846 INFO STEP 625 (remove_files) COMPLETE |
| 6718 | 2026-05-21T22:11:35.833Z | [ recovery-image] May 21 22:11:34.846 INFO O| May 21 22:11:34.846 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6719 | 2026-05-21T22:11:35.840Z | [ recovery-image] May 21 22:11:34.853 INFO O| May 21 22:11:34.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6720 | 2026-05-21T22:11:35.840Z | [ recovery-image] May 21 22:11:34.853 INFO O| May 21 22:11:34.853 INFO STEP 626 (remove_files) COMPLETE |
| 6721 | 2026-05-21T22:11:35.840Z | [ recovery-image] May 21 22:11:34.853 INFO O| May 21 22:11:34.853 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6722 | 2026-05-21T22:11:35.898Z | [ recovery-image] May 21 22:11:34.911 INFO O| May 21 22:11:34.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6723 | 2026-05-21T22:11:35.899Z | [ recovery-image] May 21 22:11:34.911 INFO O| May 21 22:11:34.911 INFO STEP 627 (remove_files) COMPLETE |
| 6724 | 2026-05-21T22:11:35.904Z | [ recovery-image] May 21 22:11:34.911 INFO O| May 21 22:11:34.911 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6725 | 2026-05-21T22:11:35.909Z | [ recovery-image] May 21 22:11:34.921 INFO O| May 21 22:11:34.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6726 | 2026-05-21T22:11:35.909Z | [ recovery-image] May 21 22:11:34.921 INFO O| May 21 22:11:34.921 INFO STEP 628 (remove_files) COMPLETE |
| 6727 | 2026-05-21T22:11:35.909Z | [ recovery-image] May 21 22:11:34.921 INFO O| May 21 22:11:34.921 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6728 | 2026-05-21T22:11:35.917Z | [ recovery-image] May 21 22:11:34.929 INFO O| May 21 22:11:34.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6729 | 2026-05-21T22:11:35.918Z | [ recovery-image] May 21 22:11:34.929 INFO O| May 21 22:11:34.929 INFO STEP 629 (remove_files) COMPLETE |
| 6730 | 2026-05-21T22:11:35.918Z | [ recovery-image] May 21 22:11:34.929 INFO O| May 21 22:11:34.929 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6731 | 2026-05-21T22:11:35.923Z | [ recovery-image] May 21 22:11:34.936 INFO O| May 21 22:11:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6732 | 2026-05-21T22:11:35.923Z | [ recovery-image] May 21 22:11:34.936 INFO O| May 21 22:11:34.936 INFO STEP 630 (remove_files) COMPLETE |
| 6733 | 2026-05-21T22:11:35.928Z | [ recovery-image] May 21 22:11:34.936 INFO O| May 21 22:11:34.936 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6734 | 2026-05-21T22:11:35.931Z | [ recovery-image] May 21 22:11:34.943 INFO O| May 21 22:11:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6735 | 2026-05-21T22:11:35.932Z | [ recovery-image] May 21 22:11:34.943 INFO O| May 21 22:11:34.943 INFO STEP 631 (remove_files) COMPLETE |
| 6736 | 2026-05-21T22:11:35.932Z | [ recovery-image] May 21 22:11:34.943 INFO O| May 21 22:11:34.943 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6737 | 2026-05-21T22:11:35.938Z | [ recovery-image] May 21 22:11:34.951 INFO O| May 21 22:11:34.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6738 | 2026-05-21T22:11:35.938Z | [ recovery-image] May 21 22:11:34.951 INFO O| May 21 22:11:34.951 INFO STEP 632 (remove_files) COMPLETE |
| 6739 | 2026-05-21T22:11:35.942Z | [ recovery-image] May 21 22:11:34.951 INFO O| May 21 22:11:34.951 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6740 | 2026-05-21T22:11:35.957Z | [ recovery-image] May 21 22:11:34.959 INFO O| May 21 22:11:34.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6741 | 2026-05-21T22:11:35.957Z | [ recovery-image] May 21 22:11:34.959 INFO O| May 21 22:11:34.959 INFO STEP 633 (remove_files) COMPLETE |
| 6742 | 2026-05-21T22:11:35.957Z | [ recovery-image] May 21 22:11:34.959 INFO O| May 21 22:11:34.959 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6743 | 2026-05-21T22:11:35.985Z | [ recovery-image] May 21 22:11:34.968 INFO O| May 21 22:11:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6744 | 2026-05-21T22:11:35.985Z | [ recovery-image] May 21 22:11:34.969 INFO O| May 21 22:11:34.969 INFO STEP 634 (remove_files) COMPLETE |
| 6745 | 2026-05-21T22:11:35.985Z | [ recovery-image] May 21 22:11:34.969 INFO O| May 21 22:11:34.969 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6746 | 2026-05-21T22:11:35.985Z | [ recovery-image] May 21 22:11:34.987 INFO O| May 21 22:11:34.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6747 | 2026-05-21T22:11:35.986Z | [ recovery-image] May 21 22:11:34.987 INFO O| May 21 22:11:34.987 INFO STEP 635 (remove_files) COMPLETE |
| 6748 | 2026-05-21T22:11:35.986Z | [ recovery-image] May 21 22:11:34.987 INFO O| May 21 22:11:34.987 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6749 | 2026-05-21T22:11:35.995Z | [ recovery-image] May 21 22:11:35.008 INFO O| May 21 22:11:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6750 | 2026-05-21T22:11:35.995Z | [ recovery-image] May 21 22:11:35.008 INFO O| May 21 22:11:35.008 INFO STEP 636 (remove_files) COMPLETE |
| 6751 | 2026-05-21T22:11:35.995Z | [ recovery-image] May 21 22:11:35.008 INFO O| May 21 22:11:35.008 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6752 | 2026-05-21T22:11:36.017Z | [ recovery-image] May 21 22:11:35.016 INFO O| May 21 22:11:35.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6753 | 2026-05-21T22:11:36.017Z | [ recovery-image] May 21 22:11:35.016 INFO O| May 21 22:11:35.016 INFO STEP 637 (remove_files) COMPLETE |
| 6754 | 2026-05-21T22:11:36.018Z | [ recovery-image] May 21 22:11:35.016 INFO O| May 21 22:11:35.016 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6755 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.023 INFO O| May 21 22:11:35.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6756 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.023 INFO O| May 21 22:11:35.023 INFO STEP 638 (remove_files) COMPLETE |
| 6757 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.023 INFO O| May 21 22:11:35.023 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6758 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.030 INFO O| May 21 22:11:35.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6759 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.030 INFO O| May 21 22:11:35.030 INFO STEP 639 (remove_files) COMPLETE |
| 6760 | 2026-05-21T22:11:36.024Z | [ recovery-image] May 21 22:11:35.030 INFO O| May 21 22:11:35.030 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6761 | 2026-05-21T22:11:36.032Z | [ recovery-image] May 21 22:11:35.038 INFO O| May 21 22:11:35.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6762 | 2026-05-21T22:11:36.032Z | [ recovery-image] May 21 22:11:35.038 INFO O| May 21 22:11:35.038 INFO STEP 640 (remove_files) COMPLETE |
| 6763 | 2026-05-21T22:11:36.032Z | [ recovery-image] May 21 22:11:35.038 INFO O| May 21 22:11:35.038 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6764 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.046 INFO O| May 21 22:11:35.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6765 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.046 INFO O| May 21 22:11:35.046 INFO STEP 641 (remove_files) COMPLETE |
| 6766 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.046 INFO O| May 21 22:11:35.046 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6767 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.053 INFO O| May 21 22:11:35.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6768 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.053 INFO O| May 21 22:11:35.053 INFO STEP 642 (remove_files) COMPLETE |
| 6769 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.053 INFO O| May 21 22:11:35.053 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6770 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.064 INFO O| May 21 22:11:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6771 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.064 INFO O| May 21 22:11:35.064 INFO STEP 643 (remove_files) COMPLETE |
| 6772 | 2026-05-21T22:11:36.059Z | [ recovery-image] May 21 22:11:35.064 INFO O| May 21 22:11:35.064 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6773 | 2026-05-21T22:11:36.072Z | [ recovery-image] May 21 22:11:35.073 INFO O| May 21 22:11:35.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6774 | 2026-05-21T22:11:36.072Z | [ recovery-image] May 21 22:11:35.073 INFO O| May 21 22:11:35.073 INFO STEP 644 (remove_files) COMPLETE |
| 6775 | 2026-05-21T22:11:36.072Z | [ recovery-image] May 21 22:11:35.073 INFO O| May 21 22:11:35.073 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6776 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.081 INFO O| May 21 22:11:35.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6777 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.081 INFO O| May 21 22:11:35.081 INFO STEP 645 (remove_files) COMPLETE |
| 6778 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.081 INFO O| May 21 22:11:35.081 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6779 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.088 INFO O| May 21 22:11:35.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6780 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.088 INFO O| May 21 22:11:35.088 INFO STEP 646 (remove_files) COMPLETE |
| 6781 | 2026-05-21T22:11:36.090Z | [ recovery-image] May 21 22:11:35.088 INFO O| May 21 22:11:35.088 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6782 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.095 INFO O| May 21 22:11:35.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6783 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.095 INFO O| May 21 22:11:35.095 INFO STEP 647 (remove_files) COMPLETE |
| 6784 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.095 INFO O| May 21 22:11:35.095 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6785 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.103 INFO O| May 21 22:11:35.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6786 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.103 INFO O| May 21 22:11:35.103 INFO STEP 648 (remove_files) COMPLETE |
| 6787 | 2026-05-21T22:11:36.094Z | [ recovery-image] May 21 22:11:35.103 INFO O| May 21 22:11:35.103 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6788 | 2026-05-21T22:11:36.098Z | [ recovery-image] May 21 22:11:35.111 INFO O| May 21 22:11:35.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6789 | 2026-05-21T22:11:36.102Z | [ recovery-image] May 21 22:11:35.111 INFO O| May 21 22:11:35.111 INFO STEP 649 (remove_files) COMPLETE |
| 6790 | 2026-05-21T22:11:36.102Z | [ recovery-image] May 21 22:11:35.111 INFO O| May 21 22:11:35.111 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6791 | 2026-05-21T22:11:36.106Z | [ recovery-image] May 21 22:11:35.119 INFO O| May 21 22:11:35.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6792 | 2026-05-21T22:11:36.106Z | [ recovery-image] May 21 22:11:35.119 INFO O| May 21 22:11:35.119 INFO STEP 650 (remove_files) COMPLETE |
| 6793 | 2026-05-21T22:11:36.106Z | [ recovery-image] May 21 22:11:35.119 INFO O| May 21 22:11:35.119 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6794 | 2026-05-21T22:11:36.114Z | [ recovery-image] May 21 22:11:35.128 INFO O| May 21 22:11:35.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6795 | 2026-05-21T22:11:36.114Z | [ recovery-image] May 21 22:11:35.128 INFO O| May 21 22:11:35.128 INFO STEP 651 (remove_files) COMPLETE |
| 6796 | 2026-05-21T22:11:36.115Z | [ recovery-image] May 21 22:11:35.128 INFO O| May 21 22:11:35.128 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6797 | 2026-05-21T22:11:36.124Z | [ recovery-image] May 21 22:11:35.138 INFO O| May 21 22:11:35.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6798 | 2026-05-21T22:11:36.125Z | [ recovery-image] May 21 22:11:35.138 INFO O| May 21 22:11:35.138 INFO STEP 652 (remove_files) COMPLETE |
| 6799 | 2026-05-21T22:11:36.125Z | [ recovery-image] May 21 22:11:35.138 INFO O| May 21 22:11:35.138 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6800 | 2026-05-21T22:11:36.132Z | [ recovery-image] May 21 22:11:35.146 INFO O| May 21 22:11:35.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6801 | 2026-05-21T22:11:36.132Z | [ recovery-image] May 21 22:11:35.146 INFO O| May 21 22:11:35.146 INFO STEP 653 (remove_files) COMPLETE |
| 6802 | 2026-05-21T22:11:36.132Z | [ recovery-image] May 21 22:11:35.146 INFO O| May 21 22:11:35.146 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6803 | 2026-05-21T22:11:36.142Z | [ recovery-image] May 21 22:11:35.156 INFO O| May 21 22:11:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6804 | 2026-05-21T22:11:36.142Z | [ recovery-image] May 21 22:11:35.156 INFO O| May 21 22:11:35.156 INFO STEP 654 (remove_files) COMPLETE |
| 6805 | 2026-05-21T22:11:36.145Z | [ recovery-image] May 21 22:11:35.156 INFO O| May 21 22:11:35.156 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6806 | 2026-05-21T22:11:36.161Z | [ recovery-image] May 21 22:11:35.165 INFO O| May 21 22:11:35.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6807 | 2026-05-21T22:11:36.161Z | [ recovery-image] May 21 22:11:35.165 INFO O| May 21 22:11:35.165 INFO STEP 655 (remove_files) COMPLETE |
| 6808 | 2026-05-21T22:11:36.161Z | [ recovery-image] May 21 22:11:35.165 INFO O| May 21 22:11:35.165 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6809 | 2026-05-21T22:11:36.165Z | [ recovery-image] May 21 22:11:35.174 INFO O| May 21 22:11:35.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6810 | 2026-05-21T22:11:36.165Z | [ recovery-image] May 21 22:11:35.174 INFO O| May 21 22:11:35.174 INFO STEP 656 (remove_files) COMPLETE |
| 6811 | 2026-05-21T22:11:36.165Z | [ recovery-image] May 21 22:11:35.174 INFO O| May 21 22:11:35.174 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6812 | 2026-05-21T22:11:36.170Z | [ recovery-image] May 21 22:11:35.183 INFO O| May 21 22:11:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6813 | 2026-05-21T22:11:36.170Z | [ recovery-image] May 21 22:11:35.183 INFO O| May 21 22:11:35.183 INFO STEP 657 (remove_files) COMPLETE |
| 6814 | 2026-05-21T22:11:36.170Z | [ recovery-image] May 21 22:11:35.183 INFO O| May 21 22:11:35.183 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6815 | 2026-05-21T22:11:36.178Z | [ recovery-image] May 21 22:11:35.191 INFO O| May 21 22:11:35.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6816 | 2026-05-21T22:11:36.178Z | [ recovery-image] May 21 22:11:35.191 INFO O| May 21 22:11:35.191 INFO STEP 658 (remove_files) COMPLETE |
| 6817 | 2026-05-21T22:11:36.178Z | [ recovery-image] May 21 22:11:35.191 INFO O| May 21 22:11:35.191 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6818 | 2026-05-21T22:11:36.185Z | [ recovery-image] May 21 22:11:35.198 INFO O| May 21 22:11:35.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6819 | 2026-05-21T22:11:36.185Z | [ recovery-image] May 21 22:11:35.198 INFO O| May 21 22:11:35.198 INFO STEP 659 (remove_files) COMPLETE |
| 6820 | 2026-05-21T22:11:36.185Z | [ recovery-image] May 21 22:11:35.198 INFO O| May 21 22:11:35.198 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6821 | 2026-05-21T22:11:36.192Z | [ recovery-image] May 21 22:11:35.205 INFO O| May 21 22:11:35.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6822 | 2026-05-21T22:11:36.192Z | [ recovery-image] May 21 22:11:35.206 INFO O| May 21 22:11:35.205 INFO STEP 660 (remove_files) COMPLETE |
| 6823 | 2026-05-21T22:11:36.192Z | [ recovery-image] May 21 22:11:35.206 INFO O| May 21 22:11:35.205 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6824 | 2026-05-21T22:11:36.199Z | [ recovery-image] May 21 22:11:35.212 INFO O| May 21 22:11:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6825 | 2026-05-21T22:11:36.199Z | [ recovery-image] May 21 22:11:35.212 INFO O| May 21 22:11:35.212 INFO STEP 661 (remove_files) COMPLETE |
| 6826 | 2026-05-21T22:11:36.199Z | [ recovery-image] May 21 22:11:35.212 INFO O| May 21 22:11:35.212 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6827 | 2026-05-21T22:11:36.205Z | [ recovery-image] May 21 22:11:35.219 INFO O| May 21 22:11:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6828 | 2026-05-21T22:11:36.208Z | [ recovery-image] May 21 22:11:35.220 INFO O| May 21 22:11:35.220 INFO STEP 662 (remove_files) COMPLETE |
| 6829 | 2026-05-21T22:11:36.208Z | [ recovery-image] May 21 22:11:35.220 INFO O| May 21 22:11:35.220 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6830 | 2026-05-21T22:11:36.215Z | [ recovery-image] May 21 22:11:35.229 INFO O| May 21 22:11:35.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6831 | 2026-05-21T22:11:36.215Z | [ recovery-image] May 21 22:11:35.229 INFO O| May 21 22:11:35.229 INFO STEP 663 (remove_files) COMPLETE |
| 6832 | 2026-05-21T22:11:36.218Z | [ recovery-image] May 21 22:11:35.229 INFO O| May 21 22:11:35.229 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6833 | 2026-05-21T22:11:36.222Z | [ recovery-image] May 21 22:11:35.236 INFO O| May 21 22:11:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6834 | 2026-05-21T22:11:36.222Z | [ recovery-image] May 21 22:11:35.236 INFO O| May 21 22:11:35.236 INFO STEP 664 (remove_files) COMPLETE |
| 6835 | 2026-05-21T22:11:36.226Z | [ recovery-image] May 21 22:11:35.236 INFO O| May 21 22:11:35.236 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6836 | 2026-05-21T22:11:36.231Z | [ recovery-image] May 21 22:11:35.245 INFO O| May 21 22:11:35.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6837 | 2026-05-21T22:11:36.231Z | [ recovery-image] May 21 22:11:35.245 INFO O| May 21 22:11:35.245 INFO STEP 665 (remove_files) COMPLETE |
| 6838 | 2026-05-21T22:11:36.235Z | [ recovery-image] May 21 22:11:35.245 INFO O| May 21 22:11:35.245 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6839 | 2026-05-21T22:11:36.238Z | [ recovery-image] May 21 22:11:35.252 INFO O| May 21 22:11:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6840 | 2026-05-21T22:11:36.238Z | [ recovery-image] May 21 22:11:35.252 INFO O| May 21 22:11:35.252 INFO STEP 666 (remove_files) COMPLETE |
| 6841 | 2026-05-21T22:11:36.242Z | [ recovery-image] May 21 22:11:35.252 INFO O| May 21 22:11:35.252 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6842 | 2026-05-21T22:11:36.245Z | [ recovery-image] May 21 22:11:35.259 INFO O| May 21 22:11:35.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6843 | 2026-05-21T22:11:36.246Z | [ recovery-image] May 21 22:11:35.259 INFO O| May 21 22:11:35.259 INFO STEP 667 (remove_files) COMPLETE |
| 6844 | 2026-05-21T22:11:36.249Z | [ recovery-image] May 21 22:11:35.259 INFO O| May 21 22:11:35.259 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6845 | 2026-05-21T22:11:36.254Z | [ recovery-image] May 21 22:11:35.267 INFO O| May 21 22:11:35.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6846 | 2026-05-21T22:11:36.254Z | [ recovery-image] May 21 22:11:35.267 INFO O| May 21 22:11:35.267 INFO STEP 668 (remove_files) COMPLETE |
| 6847 | 2026-05-21T22:11:36.258Z | [ recovery-image] May 21 22:11:35.267 INFO O| May 21 22:11:35.267 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6848 | 2026-05-21T22:11:36.263Z | [ recovery-image] May 21 22:11:35.277 INFO O| May 21 22:11:35.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6849 | 2026-05-21T22:11:36.263Z | [ recovery-image] May 21 22:11:35.277 INFO O| May 21 22:11:35.277 INFO STEP 669 (remove_files) COMPLETE |
| 6850 | 2026-05-21T22:11:36.267Z | [ recovery-image] May 21 22:11:35.277 INFO O| May 21 22:11:35.277 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6851 | 2026-05-21T22:11:36.271Z | [ recovery-image] May 21 22:11:35.285 INFO O| May 21 22:11:35.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6852 | 2026-05-21T22:11:36.271Z | [ recovery-image] May 21 22:11:35.285 INFO O| May 21 22:11:35.285 INFO STEP 670 (remove_files) COMPLETE |
| 6853 | 2026-05-21T22:11:36.271Z | [ recovery-image] May 21 22:11:35.285 INFO O| May 21 22:11:35.285 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6854 | 2026-05-21T22:11:36.279Z | [ recovery-image] May 21 22:11:35.293 INFO O| May 21 22:11:35.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6855 | 2026-05-21T22:11:36.279Z | [ recovery-image] May 21 22:11:35.293 INFO O| May 21 22:11:35.293 INFO STEP 671 (remove_files) COMPLETE |
| 6856 | 2026-05-21T22:11:36.280Z | [ recovery-image] May 21 22:11:35.293 INFO O| May 21 22:11:35.293 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6857 | 2026-05-21T22:11:36.286Z | [ recovery-image] May 21 22:11:35.300 INFO O| May 21 22:11:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6858 | 2026-05-21T22:11:36.287Z | [ recovery-image] May 21 22:11:35.300 INFO O| May 21 22:11:35.300 INFO STEP 672 (remove_files) COMPLETE |
| 6859 | 2026-05-21T22:11:36.287Z | [ recovery-image] May 21 22:11:35.300 INFO O| May 21 22:11:35.300 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6860 | 2026-05-21T22:11:36.294Z | [ recovery-image] May 21 22:11:35.307 INFO O| May 21 22:11:35.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 6861 | 2026-05-21T22:11:36.294Z | [ recovery-image] May 21 22:11:35.307 INFO O| May 21 22:11:35.307 INFO STEP 673 (remove_files) COMPLETE |
| 6862 | 2026-05-21T22:11:36.298Z | [ recovery-image] May 21 22:11:35.307 INFO O| May 21 22:11:35.307 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6863 | 2026-05-21T22:11:36.301Z | [ recovery-image] May 21 22:11:35.314 INFO O| May 21 22:11:35.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6864 | 2026-05-21T22:11:36.301Z | [ recovery-image] May 21 22:11:35.314 INFO O| May 21 22:11:35.314 INFO STEP 674 (remove_files) COMPLETE |
| 6865 | 2026-05-21T22:11:36.304Z | [ recovery-image] May 21 22:11:35.314 INFO O| May 21 22:11:35.314 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6866 | 2026-05-21T22:11:36.308Z | [ recovery-image] May 21 22:11:35.321 INFO O| May 21 22:11:35.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6867 | 2026-05-21T22:11:36.308Z | [ recovery-image] May 21 22:11:35.321 INFO O| May 21 22:11:35.321 INFO STEP 675 (remove_files) COMPLETE |
| 6868 | 2026-05-21T22:11:36.308Z | [ recovery-image] May 21 22:11:35.321 INFO O| May 21 22:11:35.321 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6869 | 2026-05-21T22:11:36.314Z | [ recovery-image] May 21 22:11:35.328 INFO O| May 21 22:11:35.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6870 | 2026-05-21T22:11:36.314Z | [ recovery-image] May 21 22:11:35.328 INFO O| May 21 22:11:35.328 INFO STEP 676 (remove_files) COMPLETE |
| 6871 | 2026-05-21T22:11:36.318Z | [ recovery-image] May 21 22:11:35.328 INFO O| May 21 22:11:35.328 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6872 | 2026-05-21T22:11:36.321Z | [ recovery-image] May 21 22:11:35.335 INFO O| May 21 22:11:35.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6873 | 2026-05-21T22:11:36.321Z | [ recovery-image] May 21 22:11:35.335 INFO O| May 21 22:11:35.335 INFO STEP 677 (remove_files) COMPLETE |
| 6874 | 2026-05-21T22:11:36.325Z | [ recovery-image] May 21 22:11:35.335 INFO O| May 21 22:11:35.335 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6875 | 2026-05-21T22:11:36.328Z | [ recovery-image] May 21 22:11:35.342 INFO O| May 21 22:11:35.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6876 | 2026-05-21T22:11:36.328Z | [ recovery-image] May 21 22:11:35.342 INFO O| May 21 22:11:35.342 INFO STEP 678 (remove_files) COMPLETE |
| 6877 | 2026-05-21T22:11:36.328Z | [ recovery-image] May 21 22:11:35.342 INFO O| May 21 22:11:35.342 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6878 | 2026-05-21T22:11:36.339Z | [ recovery-image] May 21 22:11:35.352 INFO O| May 21 22:11:35.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6879 | 2026-05-21T22:11:36.343Z | [ recovery-image] May 21 22:11:35.353 INFO O| May 21 22:11:35.353 INFO STEP 679 (remove_files) COMPLETE |
| 6880 | 2026-05-21T22:11:36.343Z | [ recovery-image] May 21 22:11:35.353 INFO O| May 21 22:11:35.353 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6881 | 2026-05-21T22:11:36.349Z | [ recovery-image] May 21 22:11:35.363 INFO O| May 21 22:11:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6882 | 2026-05-21T22:11:36.349Z | [ recovery-image] May 21 22:11:35.363 INFO O| May 21 22:11:35.363 INFO STEP 680 (remove_files) COMPLETE |
| 6883 | 2026-05-21T22:11:36.353Z | [ recovery-image] May 21 22:11:35.363 INFO O| May 21 22:11:35.363 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6884 | 2026-05-21T22:11:36.358Z | [ recovery-image] May 21 22:11:35.372 INFO O| May 21 22:11:35.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6885 | 2026-05-21T22:11:36.361Z | [ recovery-image] May 21 22:11:35.373 INFO O| May 21 22:11:35.373 INFO STEP 681 (remove_files) COMPLETE |
| 6886 | 2026-05-21T22:11:36.361Z | [ recovery-image] May 21 22:11:35.373 INFO O| May 21 22:11:35.373 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6887 | 2026-05-21T22:11:36.369Z | [ recovery-image] May 21 22:11:35.383 INFO O| May 21 22:11:35.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6888 | 2026-05-21T22:11:36.369Z | [ recovery-image] May 21 22:11:35.383 INFO O| May 21 22:11:35.383 INFO STEP 682 (remove_files) COMPLETE |
| 6889 | 2026-05-21T22:11:36.372Z | [ recovery-image] May 21 22:11:35.383 INFO O| May 21 22:11:35.383 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6890 | 2026-05-21T22:11:36.380Z | [ recovery-image] May 21 22:11:35.393 INFO O| May 21 22:11:35.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6891 | 2026-05-21T22:11:36.380Z | [ recovery-image] May 21 22:11:35.393 INFO O| May 21 22:11:35.393 INFO STEP 683 (remove_files) COMPLETE |
| 6892 | 2026-05-21T22:11:36.383Z | [ recovery-image] May 21 22:11:35.393 INFO O| May 21 22:11:35.393 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6893 | 2026-05-21T22:11:36.390Z | [ recovery-image] May 21 22:11:35.402 INFO O| May 21 22:11:35.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 6894 | 2026-05-21T22:11:36.390Z | [ recovery-image] May 21 22:11:35.403 INFO O| May 21 22:11:35.403 INFO STEP 684 (remove_files) COMPLETE |
| 6895 | 2026-05-21T22:11:36.393Z | [ recovery-image] May 21 22:11:35.403 INFO O| May 21 22:11:35.403 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6896 | 2026-05-21T22:11:36.398Z | [ recovery-image] May 21 22:11:35.411 INFO O| May 21 22:11:35.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 6897 | 2026-05-21T22:11:36.398Z | [ recovery-image] May 21 22:11:35.411 INFO O| May 21 22:11:35.411 INFO STEP 685 (remove_files) COMPLETE |
| 6898 | 2026-05-21T22:11:36.401Z | [ recovery-image] May 21 22:11:35.411 INFO O| May 21 22:11:35.411 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6899 | 2026-05-21T22:11:36.406Z | [ recovery-image] May 21 22:11:35.420 INFO O| May 21 22:11:35.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 6900 | 2026-05-21T22:11:36.406Z | [ recovery-image] May 21 22:11:35.420 INFO O| May 21 22:11:35.420 INFO STEP 686 (remove_files) COMPLETE |
| 6901 | 2026-05-21T22:11:36.409Z | [ recovery-image] May 21 22:11:35.420 INFO O| May 21 22:11:35.420 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6902 | 2026-05-21T22:11:36.415Z | [ recovery-image] May 21 22:11:35.428 INFO O| May 21 22:11:35.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 6903 | 2026-05-21T22:11:36.415Z | [ recovery-image] May 21 22:11:35.428 INFO O| May 21 22:11:35.428 INFO STEP 687 (remove_files) COMPLETE |
| 6904 | 2026-05-21T22:11:36.418Z | [ recovery-image] May 21 22:11:35.428 INFO O| May 21 22:11:35.428 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6905 | 2026-05-21T22:11:36.422Z | [ recovery-image] May 21 22:11:35.436 INFO O| May 21 22:11:35.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 6906 | 2026-05-21T22:11:36.422Z | [ recovery-image] May 21 22:11:35.436 INFO O| May 21 22:11:35.436 INFO STEP 688 (remove_files) COMPLETE |
| 6907 | 2026-05-21T22:11:36.426Z | [ recovery-image] May 21 22:11:35.436 INFO O| May 21 22:11:35.436 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6908 | 2026-05-21T22:11:36.431Z | [ recovery-image] May 21 22:11:35.444 INFO O| May 21 22:11:35.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 6909 | 2026-05-21T22:11:36.431Z | [ recovery-image] May 21 22:11:35.444 INFO O| May 21 22:11:35.444 INFO STEP 689 (remove_files) COMPLETE |
| 6910 | 2026-05-21T22:11:36.434Z | [ recovery-image] May 21 22:11:35.444 INFO O| May 21 22:11:35.444 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6911 | 2026-05-21T22:11:36.439Z | [ recovery-image] May 21 22:11:35.452 INFO O| May 21 22:11:35.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 6912 | 2026-05-21T22:11:36.439Z | [ recovery-image] May 21 22:11:35.453 INFO O| May 21 22:11:35.453 INFO STEP 690 (remove_files) COMPLETE |
| 6913 | 2026-05-21T22:11:36.443Z | [ recovery-image] May 21 22:11:35.453 INFO O| May 21 22:11:35.453 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6914 | 2026-05-21T22:11:36.447Z | [ recovery-image] May 21 22:11:35.460 INFO O| May 21 22:11:35.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 6915 | 2026-05-21T22:11:36.447Z | [ recovery-image] May 21 22:11:35.460 INFO O| May 21 22:11:35.460 INFO STEP 691 (remove_files) COMPLETE |
| 6916 | 2026-05-21T22:11:36.453Z | [ recovery-image] May 21 22:11:35.460 INFO O| May 21 22:11:35.460 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6917 | 2026-05-21T22:11:36.456Z | [ recovery-image] May 21 22:11:35.469 INFO O| May 21 22:11:35.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 6918 | 2026-05-21T22:11:36.456Z | [ recovery-image] May 21 22:11:35.469 INFO O| May 21 22:11:35.469 INFO STEP 692 (remove_files) COMPLETE |
| 6919 | 2026-05-21T22:11:36.456Z | [ recovery-image] May 21 22:11:35.469 INFO O| May 21 22:11:35.469 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6920 | 2026-05-21T22:11:36.463Z | [ recovery-image] May 21 22:11:35.476 INFO O| May 21 22:11:35.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 6921 | 2026-05-21T22:11:36.463Z | [ recovery-image] May 21 22:11:35.476 INFO O| May 21 22:11:35.476 INFO STEP 693 (remove_files) COMPLETE |
| 6922 | 2026-05-21T22:11:36.463Z | [ recovery-image] May 21 22:11:35.476 INFO O| May 21 22:11:35.476 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6923 | 2026-05-21T22:11:36.470Z | [ recovery-image] May 21 22:11:35.483 INFO O| May 21 22:11:35.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 6924 | 2026-05-21T22:11:36.473Z | [ recovery-image] May 21 22:11:35.483 INFO O| May 21 22:11:35.483 INFO STEP 694 (remove_files) COMPLETE |
| 6925 | 2026-05-21T22:11:36.473Z | [ recovery-image] May 21 22:11:35.483 INFO O| May 21 22:11:35.483 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6926 | 2026-05-21T22:11:36.477Z | [ recovery-image] May 21 22:11:35.491 INFO O| May 21 22:11:35.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 6927 | 2026-05-21T22:11:36.481Z | [ recovery-image] May 21 22:11:35.492 INFO O| May 21 22:11:35.492 INFO STEP 695 (remove_files) COMPLETE |
| 6928 | 2026-05-21T22:11:36.481Z | [ recovery-image] May 21 22:11:35.492 INFO O| May 21 22:11:35.492 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6929 | 2026-05-21T22:11:36.485Z | [ recovery-image] May 21 22:11:35.499 INFO O| May 21 22:11:35.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 6930 | 2026-05-21T22:11:36.485Z | [ recovery-image] May 21 22:11:35.499 INFO O| May 21 22:11:35.499 INFO STEP 696 (remove_files) COMPLETE |
| 6931 | 2026-05-21T22:11:36.489Z | [ recovery-image] May 21 22:11:35.499 INFO O| May 21 22:11:35.499 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6932 | 2026-05-21T22:11:36.492Z | [ recovery-image] May 21 22:11:35.506 INFO O| May 21 22:11:35.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 6933 | 2026-05-21T22:11:36.492Z | [ recovery-image] May 21 22:11:35.506 INFO O| May 21 22:11:35.506 INFO STEP 697 (remove_files) COMPLETE |
| 6934 | 2026-05-21T22:11:36.496Z | [ recovery-image] May 21 22:11:35.506 INFO O| May 21 22:11:35.506 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6935 | 2026-05-21T22:11:36.499Z | [ recovery-image] May 21 22:11:35.513 INFO O| May 21 22:11:35.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 6936 | 2026-05-21T22:11:36.499Z | [ recovery-image] May 21 22:11:35.513 INFO O| May 21 22:11:35.513 INFO STEP 698 (remove_files) COMPLETE |
| 6937 | 2026-05-21T22:11:36.503Z | [ recovery-image] May 21 22:11:35.513 INFO O| May 21 22:11:35.513 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6938 | 2026-05-21T22:11:36.507Z | [ recovery-image] May 21 22:11:35.520 INFO O| May 21 22:11:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 6939 | 2026-05-21T22:11:36.507Z | [ recovery-image] May 21 22:11:35.521 INFO O| May 21 22:11:35.520 INFO STEP 699 (remove_files) COMPLETE |
| 6940 | 2026-05-21T22:11:36.511Z | [ recovery-image] May 21 22:11:35.521 INFO O| May 21 22:11:35.521 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6941 | 2026-05-21T22:11:36.514Z | [ recovery-image] May 21 22:11:35.527 INFO O| May 21 22:11:35.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 6942 | 2026-05-21T22:11:36.514Z | [ recovery-image] May 21 22:11:35.527 INFO O| May 21 22:11:35.527 INFO STEP 700 (remove_files) COMPLETE |
| 6943 | 2026-05-21T22:11:36.514Z | [ recovery-image] May 21 22:11:35.527 INFO O| May 21 22:11:35.527 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6944 | 2026-05-21T22:11:36.521Z | [ recovery-image] May 21 22:11:35.534 INFO O| May 21 22:11:35.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 6945 | 2026-05-21T22:11:36.521Z | [ recovery-image] May 21 22:11:35.534 INFO O| May 21 22:11:35.534 INFO STEP 701 (remove_files) COMPLETE |
| 6946 | 2026-05-21T22:11:36.525Z | [ recovery-image] May 21 22:11:35.534 INFO O| May 21 22:11:35.534 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6947 | 2026-05-21T22:11:36.529Z | [ recovery-image] May 21 22:11:35.542 INFO O| May 21 22:11:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 6948 | 2026-05-21T22:11:36.532Z | [ recovery-image] May 21 22:11:35.542 INFO O| May 21 22:11:35.542 INFO STEP 702 (remove_files) COMPLETE |
| 6949 | 2026-05-21T22:11:36.532Z | [ recovery-image] May 21 22:11:35.542 INFO O| May 21 22:11:35.542 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6950 | 2026-05-21T22:11:36.538Z | [ recovery-image] May 21 22:11:35.551 INFO O| May 21 22:11:35.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 6951 | 2026-05-21T22:11:36.538Z | [ recovery-image] May 21 22:11:35.551 INFO O| May 21 22:11:35.551 INFO STEP 703 (remove_files) COMPLETE |
| 6952 | 2026-05-21T22:11:36.541Z | [ recovery-image] May 21 22:11:35.551 INFO O| May 21 22:11:35.551 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6953 | 2026-05-21T22:11:36.546Z | [ recovery-image] May 21 22:11:35.559 INFO O| May 21 22:11:35.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 6954 | 2026-05-21T22:11:36.546Z | [ recovery-image] May 21 22:11:35.559 INFO O| May 21 22:11:35.559 INFO STEP 704 (remove_files) COMPLETE |
| 6955 | 2026-05-21T22:11:36.550Z | [ recovery-image] May 21 22:11:35.559 INFO O| May 21 22:11:35.559 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6956 | 2026-05-21T22:11:36.553Z | [ recovery-image] May 21 22:11:35.566 INFO O| May 21 22:11:35.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 6957 | 2026-05-21T22:11:36.553Z | [ recovery-image] May 21 22:11:35.567 INFO O| May 21 22:11:35.567 INFO STEP 705 (remove_files) COMPLETE |
| 6958 | 2026-05-21T22:11:36.556Z | [ recovery-image] May 21 22:11:35.567 INFO O| May 21 22:11:35.567 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6959 | 2026-05-21T22:11:36.560Z | [ recovery-image] May 21 22:11:35.574 INFO O| May 21 22:11:35.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 6960 | 2026-05-21T22:11:36.560Z | [ recovery-image] May 21 22:11:35.574 INFO O| May 21 22:11:35.574 INFO STEP 706 (remove_files) COMPLETE |
| 6961 | 2026-05-21T22:11:36.563Z | [ recovery-image] May 21 22:11:35.574 INFO O| May 21 22:11:35.574 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6962 | 2026-05-21T22:11:36.567Z | [ recovery-image] May 21 22:11:35.581 INFO O| May 21 22:11:35.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 6963 | 2026-05-21T22:11:36.567Z | [ recovery-image] May 21 22:11:35.581 INFO O| May 21 22:11:35.581 INFO STEP 707 (remove_files) COMPLETE |
| 6964 | 2026-05-21T22:11:36.570Z | [ recovery-image] May 21 22:11:35.581 INFO O| May 21 22:11:35.581 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6965 | 2026-05-21T22:11:36.575Z | [ recovery-image] May 21 22:11:35.588 INFO O| May 21 22:11:35.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 6966 | 2026-05-21T22:11:36.575Z | [ recovery-image] May 21 22:11:35.588 INFO O| May 21 22:11:35.588 INFO STEP 708 (remove_files) COMPLETE |
| 6967 | 2026-05-21T22:11:36.578Z | [ recovery-image] May 21 22:11:35.588 INFO O| May 21 22:11:35.588 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6968 | 2026-05-21T22:11:36.582Z | [ recovery-image] May 21 22:11:35.595 INFO O| May 21 22:11:35.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 6969 | 2026-05-21T22:11:36.582Z | [ recovery-image] May 21 22:11:35.595 INFO O| May 21 22:11:35.595 INFO STEP 709 (remove_files) COMPLETE |
| 6970 | 2026-05-21T22:11:36.582Z | [ recovery-image] May 21 22:11:35.595 INFO O| May 21 22:11:35.595 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6971 | 2026-05-21T22:11:36.589Z | [ recovery-image] May 21 22:11:35.602 INFO O| May 21 22:11:35.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 6972 | 2026-05-21T22:11:36.589Z | [ recovery-image] May 21 22:11:35.602 INFO O| May 21 22:11:35.602 INFO STEP 710 (remove_files) COMPLETE |
| 6973 | 2026-05-21T22:11:36.592Z | [ recovery-image] May 21 22:11:35.602 INFO O| May 21 22:11:35.602 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6974 | 2026-05-21T22:11:36.595Z | [ recovery-image] May 21 22:11:35.609 INFO O| May 21 22:11:35.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 6975 | 2026-05-21T22:11:36.596Z | [ recovery-image] May 21 22:11:35.609 INFO O| May 21 22:11:35.609 INFO STEP 711 (remove_files) COMPLETE |
| 6976 | 2026-05-21T22:11:36.596Z | [ recovery-image] May 21 22:11:35.609 INFO O| May 21 22:11:35.609 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6977 | 2026-05-21T22:11:36.602Z | [ recovery-image] May 21 22:11:35.616 INFO O| May 21 22:11:35.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 6978 | 2026-05-21T22:11:36.602Z | [ recovery-image] May 21 22:11:35.616 INFO O| May 21 22:11:35.616 INFO STEP 712 (remove_files) COMPLETE |
| 6979 | 2026-05-21T22:11:36.605Z | [ recovery-image] May 21 22:11:35.616 INFO O| May 21 22:11:35.616 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6980 | 2026-05-21T22:11:36.609Z | [ recovery-image] May 21 22:11:35.623 INFO O| May 21 22:11:35.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 6981 | 2026-05-21T22:11:36.609Z | [ recovery-image] May 21 22:11:35.623 INFO O| May 21 22:11:35.623 INFO STEP 713 (remove_files) COMPLETE |
| 6982 | 2026-05-21T22:11:36.612Z | [ recovery-image] May 21 22:11:35.623 INFO O| May 21 22:11:35.623 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6983 | 2026-05-21T22:11:36.695Z | [ recovery-image] May 21 22:11:35.708 INFO O| May 21 22:11:35.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 6984 | 2026-05-21T22:11:36.695Z | [ recovery-image] May 21 22:11:35.708 INFO O| May 21 22:11:35.708 INFO STEP 714 (remove_files) COMPLETE |
| 6985 | 2026-05-21T22:11:36.695Z | [ recovery-image] May 21 22:11:35.708 INFO O| May 21 22:11:35.708 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6986 | 2026-05-21T22:11:36.704Z | [ recovery-image] May 21 22:11:35.716 INFO O| May 21 22:11:35.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 6987 | 2026-05-21T22:11:36.704Z | [ recovery-image] May 21 22:11:35.716 INFO O| May 21 22:11:35.716 INFO STEP 715 (remove_files) COMPLETE |
| 6988 | 2026-05-21T22:11:36.704Z | [ recovery-image] May 21 22:11:35.716 INFO O| May 21 22:11:35.716 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6989 | 2026-05-21T22:11:36.710Z | [ recovery-image] May 21 22:11:35.723 INFO O| May 21 22:11:35.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 6990 | 2026-05-21T22:11:36.710Z | [ recovery-image] May 21 22:11:35.723 INFO O| May 21 22:11:35.723 INFO STEP 716 (remove_files) COMPLETE |
| 6991 | 2026-05-21T22:11:36.710Z | [ recovery-image] May 21 22:11:35.723 INFO O| May 21 22:11:35.723 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6992 | 2026-05-21T22:11:36.716Z | [ recovery-image] May 21 22:11:35.730 INFO O| May 21 22:11:35.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 6993 | 2026-05-21T22:11:36.716Z | [ recovery-image] May 21 22:11:35.730 INFO O| May 21 22:11:35.730 INFO STEP 717 (remove_files) COMPLETE |
| 6994 | 2026-05-21T22:11:36.720Z | [ recovery-image] May 21 22:11:35.730 INFO O| May 21 22:11:35.730 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6995 | 2026-05-21T22:11:36.724Z | [ recovery-image] May 21 22:11:35.736 INFO O| May 21 22:11:35.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 6996 | 2026-05-21T22:11:36.724Z | [ recovery-image] May 21 22:11:35.736 INFO O| May 21 22:11:35.736 INFO STEP 718 (remove_files) COMPLETE |
| 6997 | 2026-05-21T22:11:36.724Z | [ recovery-image] May 21 22:11:35.736 INFO O| May 21 22:11:35.736 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6998 | 2026-05-21T22:11:36.730Z | [ recovery-image] May 21 22:11:35.743 INFO O| May 21 22:11:35.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 6999 | 2026-05-21T22:11:36.730Z | [ recovery-image] May 21 22:11:35.743 INFO O| May 21 22:11:35.743 INFO STEP 719 (remove_files) COMPLETE |
| 7000 | 2026-05-21T22:11:36.730Z | [ recovery-image] May 21 22:11:35.743 INFO O| May 21 22:11:35.743 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7001 | 2026-05-21T22:11:36.737Z | [ recovery-image] May 21 22:11:35.750 INFO O| May 21 22:11:35.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7002 | 2026-05-21T22:11:36.762Z | [ recovery-image] May 21 22:11:35.775 INFO O| May 21 22:11:35.775 INFO STEP 720 (remove_files) COMPLETE |
| 7003 | 2026-05-21T22:11:36.762Z | [ recovery-image] May 21 22:11:35.775 INFO O| May 21 22:11:35.775 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7004 | 2026-05-21T22:11:36.771Z | [ recovery-image] May 21 22:11:35.784 INFO O| May 21 22:11:35.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7005 | 2026-05-21T22:11:36.771Z | [ recovery-image] May 21 22:11:35.784 INFO O| May 21 22:11:35.784 INFO STEP 721 (remove_files) COMPLETE |
| 7006 | 2026-05-21T22:11:36.774Z | [ recovery-image] May 21 22:11:35.784 INFO O| May 21 22:11:35.784 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7007 | 2026-05-21T22:11:36.778Z | [ recovery-image] May 21 22:11:35.791 INFO O| May 21 22:11:35.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7008 | 2026-05-21T22:11:36.778Z | [ recovery-image] May 21 22:11:35.791 INFO O| May 21 22:11:35.791 INFO STEP 722 (remove_files) COMPLETE |
| 7009 | 2026-05-21T22:11:36.778Z | [ recovery-image] May 21 22:11:35.791 INFO O| May 21 22:11:35.791 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7010 | 2026-05-21T22:11:36.785Z | [ recovery-image] May 21 22:11:35.798 INFO O| May 21 22:11:35.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7011 | 2026-05-21T22:11:36.785Z | [ recovery-image] May 21 22:11:35.798 INFO O| May 21 22:11:35.798 INFO STEP 723 (remove_files) COMPLETE |
| 7012 | 2026-05-21T22:11:36.785Z | [ recovery-image] May 21 22:11:35.798 INFO O| May 21 22:11:35.798 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7013 | 2026-05-21T22:11:36.792Z | [ recovery-image] May 21 22:11:35.805 INFO O| May 21 22:11:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7014 | 2026-05-21T22:11:36.792Z | [ recovery-image] May 21 22:11:35.805 INFO O| May 21 22:11:35.805 INFO STEP 724 (remove_files) COMPLETE |
| 7015 | 2026-05-21T22:11:36.795Z | [ recovery-image] May 21 22:11:35.805 INFO O| May 21 22:11:35.805 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7016 | 2026-05-21T22:11:36.800Z | [ recovery-image] May 21 22:11:35.812 INFO O| May 21 22:11:35.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7017 | 2026-05-21T22:11:36.800Z | [ recovery-image] May 21 22:11:35.812 INFO O| May 21 22:11:35.812 INFO STEP 725 (remove_files) COMPLETE |
| 7018 | 2026-05-21T22:11:36.800Z | [ recovery-image] May 21 22:11:35.812 INFO O| May 21 22:11:35.812 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7019 | 2026-05-21T22:11:36.807Z | [ recovery-image] May 21 22:11:35.820 INFO O| May 21 22:11:35.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7020 | 2026-05-21T22:11:36.807Z | [ recovery-image] May 21 22:11:35.820 INFO O| May 21 22:11:35.820 INFO STEP 726 (remove_files) COMPLETE |
| 7021 | 2026-05-21T22:11:36.807Z | [ recovery-image] May 21 22:11:35.820 INFO O| May 21 22:11:35.820 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7022 | 2026-05-21T22:11:36.835Z | [ recovery-image] May 21 22:11:35.848 INFO O| May 21 22:11:35.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7023 | 2026-05-21T22:11:36.835Z | [ recovery-image] May 21 22:11:35.848 INFO O| May 21 22:11:35.848 INFO STEP 727 (remove_files) COMPLETE |
| 7024 | 2026-05-21T22:11:36.840Z | [ recovery-image] May 21 22:11:35.848 INFO O| May 21 22:11:35.848 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7025 | 2026-05-21T22:11:36.846Z | [ recovery-image] May 21 22:11:35.855 INFO O| May 21 22:11:35.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7026 | 2026-05-21T22:11:36.846Z | [ recovery-image] May 21 22:11:35.855 INFO O| May 21 22:11:35.855 INFO STEP 728 (remove_files) COMPLETE |
| 7027 | 2026-05-21T22:11:36.846Z | [ recovery-image] May 21 22:11:35.855 INFO O| May 21 22:11:35.855 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7028 | 2026-05-21T22:11:36.893Z | [ recovery-image] May 21 22:11:35.862 INFO O| May 21 22:11:35.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7029 | 2026-05-21T22:11:36.893Z | [ recovery-image] May 21 22:11:35.862 INFO O| May 21 22:11:35.862 INFO STEP 729 (remove_files) COMPLETE |
| 7030 | 2026-05-21T22:11:36.893Z | [ recovery-image] May 21 22:11:35.862 INFO O| May 21 22:11:35.862 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7031 | 2026-05-21T22:11:36.893Z | [ recovery-image] May 21 22:11:35.869 INFO O| May 21 22:11:35.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7032 | 2026-05-21T22:11:36.893Z | [ recovery-image] May 21 22:11:35.869 INFO O| May 21 22:11:35.869 INFO STEP 730 (remove_files) COMPLETE |
| 7033 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.869 INFO O| May 21 22:11:35.869 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7034 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.875 INFO O| May 21 22:11:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7035 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.875 INFO O| May 21 22:11:35.875 INFO STEP 731 (remove_files) COMPLETE |
| 7036 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.875 INFO O| May 21 22:11:35.875 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7037 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.882 INFO O| May 21 22:11:35.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7038 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.882 INFO O| May 21 22:11:35.882 INFO STEP 732 (remove_files) COMPLETE |
| 7039 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.882 INFO O| May 21 22:11:35.882 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7040 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.888 INFO O| May 21 22:11:35.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7041 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.888 INFO O| May 21 22:11:35.888 INFO STEP 733 (remove_files) COMPLETE |
| 7042 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.888 INFO O| May 21 22:11:35.888 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7043 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.894 INFO O| May 21 22:11:35.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7044 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.894 INFO O| May 21 22:11:35.894 INFO STEP 734 (remove_files) COMPLETE |
| 7045 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.894 INFO O| May 21 22:11:35.894 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7046 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.901 INFO O| May 21 22:11:35.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7047 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.901 INFO O| May 21 22:11:35.901 INFO STEP 735 (remove_files) COMPLETE |
| 7048 | 2026-05-21T22:11:36.894Z | [ recovery-image] May 21 22:11:35.901 INFO O| May 21 22:11:35.901 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7049 | 2026-05-21T22:11:36.899Z | [ recovery-image] May 21 22:11:35.907 INFO O| May 21 22:11:35.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7050 | 2026-05-21T22:11:36.899Z | [ recovery-image] May 21 22:11:35.907 INFO O| May 21 22:11:35.907 INFO STEP 736 (remove_files) COMPLETE |
| 7051 | 2026-05-21T22:11:36.900Z | [ recovery-image] May 21 22:11:35.907 INFO O| May 21 22:11:35.907 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7052 | 2026-05-21T22:11:36.909Z | [ recovery-image] May 21 22:11:35.914 INFO O| May 21 22:11:35.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7053 | 2026-05-21T22:11:36.909Z | [ recovery-image] May 21 22:11:35.914 INFO O| May 21 22:11:35.914 INFO STEP 737 (remove_files) COMPLETE |
| 7054 | 2026-05-21T22:11:36.909Z | [ recovery-image] May 21 22:11:35.914 INFO O| May 21 22:11:35.914 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7055 | 2026-05-21T22:11:36.953Z | [ recovery-image] May 21 22:11:35.966 INFO O| May 21 22:11:35.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7056 | 2026-05-21T22:11:36.953Z | [ recovery-image] May 21 22:11:35.966 INFO O| May 21 22:11:35.966 INFO STEP 738 (remove_files) COMPLETE |
| 7057 | 2026-05-21T22:11:36.961Z | [ recovery-image] May 21 22:11:35.966 INFO O| May 21 22:11:35.966 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7058 | 2026-05-21T22:11:36.968Z | [ recovery-image] May 21 22:11:35.973 INFO O| May 21 22:11:35.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7059 | 2026-05-21T22:11:36.968Z | [ recovery-image] May 21 22:11:35.973 INFO O| May 21 22:11:35.973 INFO STEP 739 (remove_files) COMPLETE |
| 7060 | 2026-05-21T22:11:36.969Z | [ recovery-image] May 21 22:11:35.973 INFO O| May 21 22:11:35.973 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7061 | 2026-05-21T22:11:36.969Z | [ recovery-image] May 21 22:11:35.980 INFO O| May 21 22:11:35.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7062 | 2026-05-21T22:11:36.969Z | [ recovery-image] May 21 22:11:35.981 INFO O| May 21 22:11:35.980 INFO STEP 740 (remove_files) COMPLETE |
| 7063 | 2026-05-21T22:11:36.969Z | [ recovery-image] May 21 22:11:35.981 INFO O| May 21 22:11:35.980 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7064 | 2026-05-21T22:11:36.981Z | [ recovery-image] May 21 22:11:35.994 INFO O| May 21 22:11:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7065 | 2026-05-21T22:11:36.981Z | [ recovery-image] May 21 22:11:35.994 INFO O| May 21 22:11:35.994 INFO STEP 741 (remove_files) COMPLETE |
| 7066 | 2026-05-21T22:11:36.981Z | [ recovery-image] May 21 22:11:35.994 INFO O| May 21 22:11:35.994 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7067 | 2026-05-21T22:11:36.992Z | [ recovery-image] May 21 22:11:36.004 INFO O| May 21 22:11:36.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7068 | 2026-05-21T22:11:36.992Z | [ recovery-image] May 21 22:11:36.004 INFO O| May 21 22:11:36.004 INFO STEP 742 (remove_files) COMPLETE |
| 7069 | 2026-05-21T22:11:36.992Z | [ recovery-image] May 21 22:11:36.004 INFO O| May 21 22:11:36.004 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7070 | 2026-05-21T22:11:37.022Z | [ recovery-image] May 21 22:11:36.035 INFO O| May 21 22:11:36.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7071 | 2026-05-21T22:11:37.022Z | [ recovery-image] May 21 22:11:36.035 INFO O| May 21 22:11:36.035 INFO STEP 743 (remove_files) COMPLETE |
| 7072 | 2026-05-21T22:11:37.022Z | [ recovery-image] May 21 22:11:36.035 INFO O| May 21 22:11:36.035 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7073 | 2026-05-21T22:11:37.029Z | [ recovery-image] May 21 22:11:36.042 INFO O| May 21 22:11:36.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7074 | 2026-05-21T22:11:37.029Z | [ recovery-image] May 21 22:11:36.042 INFO O| May 21 22:11:36.042 INFO STEP 744 (remove_files) COMPLETE |
| 7075 | 2026-05-21T22:11:37.029Z | [ recovery-image] May 21 22:11:36.042 INFO O| May 21 22:11:36.042 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7076 | 2026-05-21T22:11:37.036Z | [ recovery-image] May 21 22:11:36.049 INFO O| May 21 22:11:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7077 | 2026-05-21T22:11:37.036Z | [ recovery-image] May 21 22:11:36.049 INFO O| May 21 22:11:36.049 INFO STEP 745 (remove_files) COMPLETE |
| 7078 | 2026-05-21T22:11:37.036Z | [ recovery-image] May 21 22:11:36.049 INFO O| May 21 22:11:36.049 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7079 | 2026-05-21T22:11:37.052Z | [ recovery-image] May 21 22:11:36.065 INFO O| May 21 22:11:36.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7080 | 2026-05-21T22:11:37.056Z | [ recovery-image] May 21 22:11:36.066 INFO O| May 21 22:11:36.065 INFO STEP 746 (remove_files) COMPLETE |
| 7081 | 2026-05-21T22:11:37.056Z | [ recovery-image] May 21 22:11:36.066 INFO O| May 21 22:11:36.066 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7082 | 2026-05-21T22:11:37.062Z | [ recovery-image] May 21 22:11:36.075 INFO O| May 21 22:11:36.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7083 | 2026-05-21T22:11:37.062Z | [ recovery-image] May 21 22:11:36.075 INFO O| May 21 22:11:36.075 INFO STEP 747 (remove_files) COMPLETE |
| 7084 | 2026-05-21T22:11:37.077Z | [ recovery-image] May 21 22:11:36.075 INFO O| May 21 22:11:36.075 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7085 | 2026-05-21T22:11:37.085Z | [ recovery-image] May 21 22:11:36.086 INFO O| May 21 22:11:36.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7086 | 2026-05-21T22:11:37.085Z | [ recovery-image] May 21 22:11:36.086 INFO O| May 21 22:11:36.086 INFO STEP 748 (remove_files) COMPLETE |
| 7087 | 2026-05-21T22:11:37.085Z | [ recovery-image] May 21 22:11:36.086 INFO O| May 21 22:11:36.086 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7088 | 2026-05-21T22:11:37.086Z | [ recovery-image] May 21 22:11:36.095 INFO O| May 21 22:11:36.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7089 | 2026-05-21T22:11:37.086Z | [ recovery-image] May 21 22:11:36.095 INFO O| May 21 22:11:36.095 INFO STEP 749 (remove_files) COMPLETE |
| 7090 | 2026-05-21T22:11:37.086Z | [ recovery-image] May 21 22:11:36.095 INFO O| May 21 22:11:36.095 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7091 | 2026-05-21T22:11:37.095Z | [ recovery-image] May 21 22:11:36.105 INFO O| May 21 22:11:36.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7092 | 2026-05-21T22:11:37.095Z | [ recovery-image] May 21 22:11:36.105 INFO O| May 21 22:11:36.105 INFO STEP 750 (remove_files) COMPLETE |
| 7093 | 2026-05-21T22:11:37.095Z | [ recovery-image] May 21 22:11:36.105 INFO O| May 21 22:11:36.105 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7094 | 2026-05-21T22:11:37.101Z | [ recovery-image] May 21 22:11:36.114 INFO O| May 21 22:11:36.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7095 | 2026-05-21T22:11:37.101Z | [ recovery-image] May 21 22:11:36.114 INFO O| May 21 22:11:36.114 INFO STEP 751 (remove_files) COMPLETE |
| 7096 | 2026-05-21T22:11:37.101Z | [ recovery-image] May 21 22:11:36.114 INFO O| May 21 22:11:36.114 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7097 | 2026-05-21T22:11:37.118Z | [ recovery-image] May 21 22:11:36.125 INFO O| May 21 22:11:36.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7098 | 2026-05-21T22:11:37.118Z | [ recovery-image] May 21 22:11:36.125 INFO O| May 21 22:11:36.125 INFO STEP 752 (remove_files) COMPLETE |
| 7099 | 2026-05-21T22:11:37.118Z | [ recovery-image] May 21 22:11:36.125 INFO O| May 21 22:11:36.125 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7100 | 2026-05-21T22:11:37.122Z | [ recovery-image] May 21 22:11:36.135 INFO O| May 21 22:11:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7101 | 2026-05-21T22:11:37.122Z | [ recovery-image] May 21 22:11:36.135 INFO O| May 21 22:11:36.135 INFO STEP 753 (remove_files) COMPLETE |
| 7102 | 2026-05-21T22:11:37.137Z | [ recovery-image] May 21 22:11:36.135 INFO O| May 21 22:11:36.135 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7103 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.144 INFO O| May 21 22:11:36.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7104 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.144 INFO O| May 21 22:11:36.144 INFO STEP 754 (remove_files) COMPLETE |
| 7105 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.144 INFO O| May 21 22:11:36.144 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7106 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.152 INFO O| May 21 22:11:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7107 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.152 INFO O| May 21 22:11:36.152 INFO STEP 755 (remove_files) COMPLETE |
| 7108 | 2026-05-21T22:11:37.149Z | [ recovery-image] May 21 22:11:36.152 INFO O| May 21 22:11:36.152 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7109 | 2026-05-21T22:11:37.152Z | [ recovery-image] May 21 22:11:36.160 INFO O| May 21 22:11:36.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7110 | 2026-05-21T22:11:37.152Z | [ recovery-image] May 21 22:11:36.160 INFO O| May 21 22:11:36.160 INFO STEP 756 (remove_files) COMPLETE |
| 7111 | 2026-05-21T22:11:37.152Z | [ recovery-image] May 21 22:11:36.160 INFO O| May 21 22:11:36.160 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7112 | 2026-05-21T22:11:37.155Z | [ recovery-image] May 21 22:11:36.167 INFO O| May 21 22:11:36.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7113 | 2026-05-21T22:11:37.155Z | [ recovery-image] May 21 22:11:36.167 INFO O| May 21 22:11:36.167 INFO STEP 757 (remove_files) COMPLETE |
| 7114 | 2026-05-21T22:11:37.155Z | [ recovery-image] May 21 22:11:36.167 INFO O| May 21 22:11:36.167 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7115 | 2026-05-21T22:11:37.160Z | [ recovery-image] May 21 22:11:36.174 INFO O| May 21 22:11:36.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7116 | 2026-05-21T22:11:37.161Z | [ recovery-image] May 21 22:11:36.174 INFO O| May 21 22:11:36.174 INFO STEP 758 (remove_files) COMPLETE |
| 7117 | 2026-05-21T22:11:37.163Z | [ recovery-image] May 21 22:11:36.174 INFO O| May 21 22:11:36.174 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7118 | 2026-05-21T22:11:37.167Z | [ recovery-image] May 21 22:11:36.181 INFO O| May 21 22:11:36.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7119 | 2026-05-21T22:11:37.168Z | [ recovery-image] May 21 22:11:36.181 INFO O| May 21 22:11:36.181 INFO STEP 759 (remove_files) COMPLETE |
| 7120 | 2026-05-21T22:11:37.170Z | [ recovery-image] May 21 22:11:36.181 INFO O| May 21 22:11:36.181 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7121 | 2026-05-21T22:11:37.176Z | [ recovery-image] May 21 22:11:36.190 INFO O| May 21 22:11:36.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7122 | 2026-05-21T22:11:37.176Z | [ recovery-image] May 21 22:11:36.190 INFO O| May 21 22:11:36.190 INFO STEP 760 (remove_files) COMPLETE |
| 7123 | 2026-05-21T22:11:37.179Z | [ recovery-image] May 21 22:11:36.190 INFO O| May 21 22:11:36.190 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7124 | 2026-05-21T22:11:37.189Z | [ recovery-image] May 21 22:11:36.199 INFO O| May 21 22:11:36.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7125 | 2026-05-21T22:11:37.189Z | [ recovery-image] May 21 22:11:36.199 INFO O| May 21 22:11:36.199 INFO STEP 761 (remove_files) COMPLETE |
| 7126 | 2026-05-21T22:11:37.189Z | [ recovery-image] May 21 22:11:36.199 INFO O| May 21 22:11:36.199 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7127 | 2026-05-21T22:11:37.197Z | [ recovery-image] May 21 22:11:36.209 INFO O| May 21 22:11:36.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7128 | 2026-05-21T22:11:37.198Z | [ recovery-image] May 21 22:11:36.209 INFO O| May 21 22:11:36.209 INFO STEP 762 (remove_files) COMPLETE |
| 7129 | 2026-05-21T22:11:37.198Z | [ recovery-image] May 21 22:11:36.209 INFO O| May 21 22:11:36.209 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7130 | 2026-05-21T22:11:37.205Z | [ recovery-image] May 21 22:11:36.218 INFO O| May 21 22:11:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7131 | 2026-05-21T22:11:37.205Z | [ recovery-image] May 21 22:11:36.218 INFO O| May 21 22:11:36.218 INFO STEP 763 (remove_files) COMPLETE |
| 7132 | 2026-05-21T22:11:37.205Z | [ recovery-image] May 21 22:11:36.218 INFO O| May 21 22:11:36.218 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7133 | 2026-05-21T22:11:37.215Z | [ recovery-image] May 21 22:11:36.226 INFO O| May 21 22:11:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7134 | 2026-05-21T22:11:37.215Z | [ recovery-image] May 21 22:11:36.226 INFO O| May 21 22:11:36.226 INFO STEP 764 (remove_files) COMPLETE |
| 7135 | 2026-05-21T22:11:37.215Z | [ recovery-image] May 21 22:11:36.226 INFO O| May 21 22:11:36.226 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7136 | 2026-05-21T22:11:37.221Z | [ recovery-image] May 21 22:11:36.234 INFO O| May 21 22:11:36.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7137 | 2026-05-21T22:11:37.228Z | [ recovery-image] May 21 22:11:36.236 INFO O| May 21 22:11:36.236 INFO STEP 765 (remove_files) COMPLETE |
| 7138 | 2026-05-21T22:11:37.228Z | [ recovery-image] May 21 22:11:36.236 INFO O| May 21 22:11:36.236 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7139 | 2026-05-21T22:11:37.239Z | [ recovery-image] May 21 22:11:36.246 INFO O| May 21 22:11:36.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7140 | 2026-05-21T22:11:37.239Z | [ recovery-image] May 21 22:11:36.246 INFO O| May 21 22:11:36.246 INFO STEP 766 (remove_files) COMPLETE |
| 7141 | 2026-05-21T22:11:37.239Z | [ recovery-image] May 21 22:11:36.246 INFO O| May 21 22:11:36.246 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7142 | 2026-05-21T22:11:37.242Z | [ recovery-image] May 21 22:11:36.254 INFO O| May 21 22:11:36.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7143 | 2026-05-21T22:11:37.242Z | [ recovery-image] May 21 22:11:36.254 INFO O| May 21 22:11:36.254 INFO STEP 767 (remove_files) COMPLETE |
| 7144 | 2026-05-21T22:11:37.242Z | [ recovery-image] May 21 22:11:36.254 INFO O| May 21 22:11:36.254 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7145 | 2026-05-21T22:11:37.251Z | [ recovery-image] May 21 22:11:36.262 INFO O| May 21 22:11:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7146 | 2026-05-21T22:11:37.251Z | [ recovery-image] May 21 22:11:36.263 INFO O| May 21 22:11:36.263 INFO STEP 768 (remove_files) COMPLETE |
| 7147 | 2026-05-21T22:11:37.251Z | [ recovery-image] May 21 22:11:36.263 INFO O| May 21 22:11:36.263 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7148 | 2026-05-21T22:11:37.259Z | [ recovery-image] May 21 22:11:36.271 INFO O| May 21 22:11:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7149 | 2026-05-21T22:11:37.259Z | [ recovery-image] May 21 22:11:36.271 INFO O| May 21 22:11:36.271 INFO STEP 769 (remove_files) COMPLETE |
| 7150 | 2026-05-21T22:11:37.259Z | [ recovery-image] May 21 22:11:36.271 INFO O| May 21 22:11:36.271 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7151 | 2026-05-21T22:11:37.269Z | [ recovery-image] May 21 22:11:36.279 INFO O| May 21 22:11:36.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7152 | 2026-05-21T22:11:37.269Z | [ recovery-image] May 21 22:11:36.281 INFO O| May 21 22:11:36.281 INFO STEP 770 (remove_files) COMPLETE |
| 7153 | 2026-05-21T22:11:37.270Z | [ recovery-image] May 21 22:11:36.281 INFO O| May 21 22:11:36.281 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7154 | 2026-05-21T22:11:37.277Z | [ recovery-image] May 21 22:11:36.290 INFO O| May 21 22:11:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7155 | 2026-05-21T22:11:37.280Z | [ recovery-image] May 21 22:11:36.291 INFO O| May 21 22:11:36.291 INFO STEP 771 (remove_files) COMPLETE |
| 7156 | 2026-05-21T22:11:37.280Z | [ recovery-image] May 21 22:11:36.291 INFO O| May 21 22:11:36.291 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7157 | 2026-05-21T22:11:37.286Z | [ recovery-image] May 21 22:11:36.299 INFO O| May 21 22:11:36.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7158 | 2026-05-21T22:11:37.286Z | [ recovery-image] May 21 22:11:36.300 INFO O| May 21 22:11:36.299 INFO STEP 772 (remove_files) COMPLETE |
| 7159 | 2026-05-21T22:11:37.290Z | [ recovery-image] May 21 22:11:36.300 INFO O| May 21 22:11:36.299 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7160 | 2026-05-21T22:11:37.294Z | [ recovery-image] May 21 22:11:36.307 INFO O| May 21 22:11:36.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7161 | 2026-05-21T22:11:37.295Z | [ recovery-image] May 21 22:11:36.307 INFO O| May 21 22:11:36.307 INFO STEP 773 (remove_files) COMPLETE |
| 7162 | 2026-05-21T22:11:37.295Z | [ recovery-image] May 21 22:11:36.307 INFO O| May 21 22:11:36.307 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7163 | 2026-05-21T22:11:37.302Z | [ recovery-image] May 21 22:11:36.315 INFO O| May 21 22:11:36.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7164 | 2026-05-21T22:11:37.302Z | [ recovery-image] May 21 22:11:36.315 INFO O| May 21 22:11:36.315 INFO STEP 774 (remove_files) COMPLETE |
| 7165 | 2026-05-21T22:11:37.302Z | [ recovery-image] May 21 22:11:36.315 INFO O| May 21 22:11:36.315 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7166 | 2026-05-21T22:11:37.310Z | [ recovery-image] May 21 22:11:36.323 INFO O| May 21 22:11:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7167 | 2026-05-21T22:11:37.310Z | [ recovery-image] May 21 22:11:36.323 INFO O| May 21 22:11:36.323 INFO STEP 775 (remove_files) COMPLETE |
| 7168 | 2026-05-21T22:11:37.317Z | [ recovery-image] May 21 22:11:36.323 INFO O| May 21 22:11:36.323 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7169 | 2026-05-21T22:11:37.321Z | [ recovery-image] May 21 22:11:36.331 INFO O| May 21 22:11:36.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7170 | 2026-05-21T22:11:37.321Z | [ recovery-image] May 21 22:11:36.331 INFO O| May 21 22:11:36.331 INFO STEP 776 (remove_files) COMPLETE |
| 7171 | 2026-05-21T22:11:37.321Z | [ recovery-image] May 21 22:11:36.331 INFO O| May 21 22:11:36.331 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7172 | 2026-05-21T22:11:37.325Z | [ recovery-image] May 21 22:11:36.339 INFO O| May 21 22:11:36.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7173 | 2026-05-21T22:11:37.328Z | [ recovery-image] May 21 22:11:36.339 INFO O| May 21 22:11:36.339 INFO STEP 777 (remove_files) COMPLETE |
| 7174 | 2026-05-21T22:11:37.328Z | [ recovery-image] May 21 22:11:36.339 INFO O| May 21 22:11:36.339 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7175 | 2026-05-21T22:11:37.334Z | [ recovery-image] May 21 22:11:36.347 INFO O| May 21 22:11:36.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7176 | 2026-05-21T22:11:37.334Z | [ recovery-image] May 21 22:11:36.347 INFO O| May 21 22:11:36.347 INFO STEP 778 (remove_files) COMPLETE |
| 7177 | 2026-05-21T22:11:37.334Z | [ recovery-image] May 21 22:11:36.347 INFO O| May 21 22:11:36.347 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7178 | 2026-05-21T22:11:37.343Z | [ recovery-image] May 21 22:11:36.356 INFO O| May 21 22:11:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7179 | 2026-05-21T22:11:37.343Z | [ recovery-image] May 21 22:11:36.356 INFO O| May 21 22:11:36.356 INFO STEP 779 (remove_files) COMPLETE |
| 7180 | 2026-05-21T22:11:37.343Z | [ recovery-image] May 21 22:11:36.356 INFO O| May 21 22:11:36.356 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7181 | 2026-05-21T22:11:37.353Z | [ recovery-image] May 21 22:11:36.366 INFO O| May 21 22:11:36.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7182 | 2026-05-21T22:11:37.353Z | [ recovery-image] May 21 22:11:36.366 INFO O| May 21 22:11:36.366 INFO STEP 780 (remove_files) COMPLETE |
| 7183 | 2026-05-21T22:11:37.353Z | [ recovery-image] May 21 22:11:36.366 INFO O| May 21 22:11:36.366 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7184 | 2026-05-21T22:11:37.362Z | [ recovery-image] May 21 22:11:36.375 INFO O| May 21 22:11:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7185 | 2026-05-21T22:11:37.362Z | [ recovery-image] May 21 22:11:36.376 INFO O| May 21 22:11:36.375 INFO STEP 781 (remove_files) COMPLETE |
| 7186 | 2026-05-21T22:11:37.362Z | [ recovery-image] May 21 22:11:36.376 INFO O| May 21 22:11:36.376 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7187 | 2026-05-21T22:11:37.370Z | [ recovery-image] May 21 22:11:36.383 INFO O| May 21 22:11:36.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7188 | 2026-05-21T22:11:37.370Z | [ recovery-image] May 21 22:11:36.383 INFO O| May 21 22:11:36.383 INFO STEP 782 (remove_files) COMPLETE |
| 7189 | 2026-05-21T22:11:37.370Z | [ recovery-image] May 21 22:11:36.383 INFO O| May 21 22:11:36.383 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7190 | 2026-05-21T22:11:37.378Z | [ recovery-image] May 21 22:11:36.391 INFO O| May 21 22:11:36.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7191 | 2026-05-21T22:11:37.378Z | [ recovery-image] May 21 22:11:36.391 INFO O| May 21 22:11:36.391 INFO STEP 783 (remove_files) COMPLETE |
| 7192 | 2026-05-21T22:11:37.378Z | [ recovery-image] May 21 22:11:36.391 INFO O| May 21 22:11:36.391 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7193 | 2026-05-21T22:11:37.386Z | [ recovery-image] May 21 22:11:36.400 INFO O| May 21 22:11:36.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7194 | 2026-05-21T22:11:37.386Z | [ recovery-image] May 21 22:11:36.400 INFO O| May 21 22:11:36.400 INFO STEP 784 (remove_files) COMPLETE |
| 7195 | 2026-05-21T22:11:37.387Z | [ recovery-image] May 21 22:11:36.400 INFO O| May 21 22:11:36.400 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7196 | 2026-05-21T22:11:37.396Z | [ recovery-image] May 21 22:11:36.409 INFO O| May 21 22:11:36.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7197 | 2026-05-21T22:11:37.396Z | [ recovery-image] May 21 22:11:36.409 INFO O| May 21 22:11:36.409 INFO STEP 785 (remove_files) COMPLETE |
| 7198 | 2026-05-21T22:11:37.396Z | [ recovery-image] May 21 22:11:36.409 INFO O| May 21 22:11:36.409 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7199 | 2026-05-21T22:11:37.405Z | [ recovery-image] May 21 22:11:36.419 INFO O| May 21 22:11:36.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7200 | 2026-05-21T22:11:37.405Z | [ recovery-image] May 21 22:11:36.419 INFO O| May 21 22:11:36.419 INFO STEP 786 (remove_files) COMPLETE |
| 7201 | 2026-05-21T22:11:37.405Z | [ recovery-image] May 21 22:11:36.419 INFO O| May 21 22:11:36.419 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7202 | 2026-05-21T22:11:37.414Z | [ recovery-image] May 21 22:11:36.427 INFO O| May 21 22:11:36.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7203 | 2026-05-21T22:11:37.414Z | [ recovery-image] May 21 22:11:36.427 INFO O| May 21 22:11:36.427 INFO STEP 787 (remove_files) COMPLETE |
| 7204 | 2026-05-21T22:11:37.414Z | [ recovery-image] May 21 22:11:36.427 INFO O| May 21 22:11:36.427 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7205 | 2026-05-21T22:11:37.421Z | [ recovery-image] May 21 22:11:36.434 INFO O| May 21 22:11:36.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7206 | 2026-05-21T22:11:37.421Z | [ recovery-image] May 21 22:11:36.434 INFO O| May 21 22:11:36.434 INFO STEP 788 (remove_files) COMPLETE |
| 7207 | 2026-05-21T22:11:37.424Z | [ recovery-image] May 21 22:11:36.434 INFO O| May 21 22:11:36.434 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7208 | 2026-05-21T22:11:37.428Z | [ recovery-image] May 21 22:11:36.441 INFO O| May 21 22:11:36.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7209 | 2026-05-21T22:11:37.428Z | [ recovery-image] May 21 22:11:36.441 INFO O| May 21 22:11:36.441 INFO STEP 789 (remove_files) COMPLETE |
| 7210 | 2026-05-21T22:11:37.428Z | [ recovery-image] May 21 22:11:36.441 INFO O| May 21 22:11:36.441 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7211 | 2026-05-21T22:11:37.437Z | [ recovery-image] May 21 22:11:36.451 INFO O| May 21 22:11:36.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7212 | 2026-05-21T22:11:37.437Z | [ recovery-image] May 21 22:11:36.451 INFO O| May 21 22:11:36.451 INFO STEP 790 (remove_files) COMPLETE |
| 7213 | 2026-05-21T22:11:37.437Z | [ recovery-image] May 21 22:11:36.451 INFO O| May 21 22:11:36.451 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7214 | 2026-05-21T22:11:37.447Z | [ recovery-image] May 21 22:11:36.460 INFO O| May 21 22:11:36.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7215 | 2026-05-21T22:11:37.447Z | [ recovery-image] May 21 22:11:36.460 INFO O| May 21 22:11:36.460 INFO STEP 791 (remove_files) COMPLETE |
| 7216 | 2026-05-21T22:11:37.452Z | [ recovery-image] May 21 22:11:36.460 INFO O| May 21 22:11:36.460 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7217 | 2026-05-21T22:11:37.459Z | [ recovery-image] May 21 22:11:36.469 INFO O| May 21 22:11:36.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7218 | 2026-05-21T22:11:37.459Z | [ recovery-image] May 21 22:11:36.470 INFO O| May 21 22:11:36.470 INFO STEP 792 (remove_files) COMPLETE |
| 7219 | 2026-05-21T22:11:37.459Z | [ recovery-image] May 21 22:11:36.470 INFO O| May 21 22:11:36.470 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7220 | 2026-05-21T22:11:37.465Z | [ recovery-image] May 21 22:11:36.478 INFO O| May 21 22:11:36.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7221 | 2026-05-21T22:11:37.465Z | [ recovery-image] May 21 22:11:36.478 INFO O| May 21 22:11:36.478 INFO STEP 793 (remove_files) COMPLETE |
| 7222 | 2026-05-21T22:11:37.465Z | [ recovery-image] May 21 22:11:36.478 INFO O| May 21 22:11:36.478 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7223 | 2026-05-21T22:11:37.476Z | [ recovery-image] May 21 22:11:36.488 INFO O| May 21 22:11:36.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7224 | 2026-05-21T22:11:37.476Z | [ recovery-image] May 21 22:11:36.488 INFO O| May 21 22:11:36.488 INFO STEP 794 (remove_files) COMPLETE |
| 7225 | 2026-05-21T22:11:37.483Z | [ recovery-image] May 21 22:11:36.488 INFO O| May 21 22:11:36.488 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7226 | 2026-05-21T22:11:37.489Z | [ recovery-image] May 21 22:11:36.498 INFO O| May 21 22:11:36.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7227 | 2026-05-21T22:11:37.489Z | [ recovery-image] May 21 22:11:36.498 INFO O| May 21 22:11:36.498 INFO STEP 795 (remove_files) COMPLETE |
| 7228 | 2026-05-21T22:11:37.489Z | [ recovery-image] May 21 22:11:36.498 INFO O| May 21 22:11:36.498 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7229 | 2026-05-21T22:11:37.494Z | [ recovery-image] May 21 22:11:36.507 INFO O| May 21 22:11:36.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7230 | 2026-05-21T22:11:37.494Z | [ recovery-image] May 21 22:11:36.507 INFO O| May 21 22:11:36.507 INFO STEP 796 (remove_files) COMPLETE |
| 7231 | 2026-05-21T22:11:37.499Z | [ recovery-image] May 21 22:11:36.507 INFO O| May 21 22:11:36.507 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7232 | 2026-05-21T22:11:37.508Z | [ recovery-image] May 21 22:11:36.517 INFO O| May 21 22:11:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7233 | 2026-05-21T22:11:37.509Z | [ recovery-image] May 21 22:11:36.517 INFO O| May 21 22:11:36.517 INFO STEP 797 (remove_files) COMPLETE |
| 7234 | 2026-05-21T22:11:37.509Z | [ recovery-image] May 21 22:11:36.517 INFO O| May 21 22:11:36.517 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7235 | 2026-05-21T22:11:37.524Z | [ recovery-image] May 21 22:11:36.528 INFO O| May 21 22:11:36.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7236 | 2026-05-21T22:11:37.524Z | [ recovery-image] May 21 22:11:36.528 INFO O| May 21 22:11:36.528 INFO STEP 798 (remove_files) COMPLETE |
| 7237 | 2026-05-21T22:11:37.524Z | [ recovery-image] May 21 22:11:36.528 INFO O| May 21 22:11:36.528 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7238 | 2026-05-21T22:11:37.530Z | [ recovery-image] May 21 22:11:36.538 INFO O| May 21 22:11:36.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7239 | 2026-05-21T22:11:37.530Z | [ recovery-image] May 21 22:11:36.538 INFO O| May 21 22:11:36.538 INFO STEP 799 (remove_files) COMPLETE |
| 7240 | 2026-05-21T22:11:37.530Z | [ recovery-image] May 21 22:11:36.538 INFO O| May 21 22:11:36.538 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7241 | 2026-05-21T22:11:37.535Z | [ recovery-image] May 21 22:11:36.546 INFO O| May 21 22:11:36.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7242 | 2026-05-21T22:11:37.535Z | [ recovery-image] May 21 22:11:36.546 INFO O| May 21 22:11:36.546 INFO STEP 800 (remove_files) COMPLETE |
| 7243 | 2026-05-21T22:11:37.535Z | [ recovery-image] May 21 22:11:36.546 INFO O| May 21 22:11:36.546 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7244 | 2026-05-21T22:11:37.543Z | [ recovery-image] May 21 22:11:36.555 INFO O| May 21 22:11:36.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7245 | 2026-05-21T22:11:37.543Z | [ recovery-image] May 21 22:11:36.555 INFO O| May 21 22:11:36.555 INFO STEP 801 (remove_files) COMPLETE |
| 7246 | 2026-05-21T22:11:37.543Z | [ recovery-image] May 21 22:11:36.555 INFO O| May 21 22:11:36.555 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7247 | 2026-05-21T22:11:37.551Z | [ recovery-image] May 21 22:11:36.565 INFO O| May 21 22:11:36.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7248 | 2026-05-21T22:11:37.552Z | [ recovery-image] May 21 22:11:36.565 INFO O| May 21 22:11:36.565 INFO STEP 802 (remove_files) COMPLETE |
| 7249 | 2026-05-21T22:11:37.552Z | [ recovery-image] May 21 22:11:36.565 INFO O| May 21 22:11:36.565 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7250 | 2026-05-21T22:11:37.683Z | [ recovery-image] May 21 22:11:36.575 INFO O| May 21 22:11:36.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7251 | 2026-05-21T22:11:37.683Z | [ recovery-image] May 21 22:11:36.575 INFO O| May 21 22:11:36.575 INFO STEP 803 (remove_files) COMPLETE |
| 7252 | 2026-05-21T22:11:37.683Z | [ recovery-image] May 21 22:11:36.575 INFO O| May 21 22:11:36.575 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7253 | 2026-05-21T22:11:37.683Z | [ recovery-image] May 21 22:11:36.582 INFO O| May 21 22:11:36.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7254 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.582 INFO O| May 21 22:11:36.582 INFO STEP 804 (remove_files) COMPLETE |
| 7255 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.582 INFO O| May 21 22:11:36.582 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7256 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.592 INFO O| May 21 22:11:36.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7257 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.592 INFO O| May 21 22:11:36.592 INFO STEP 805 (remove_files) COMPLETE |
| 7258 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.592 INFO O| May 21 22:11:36.592 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7259 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.601 INFO O| May 21 22:11:36.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7260 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.601 INFO O| May 21 22:11:36.601 INFO STEP 806 (remove_files) COMPLETE |
| 7261 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.601 INFO O| May 21 22:11:36.601 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7262 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.608 INFO O| May 21 22:11:36.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7263 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.608 INFO O| May 21 22:11:36.608 INFO STEP 807 (remove_files) COMPLETE |
| 7264 | 2026-05-21T22:11:37.684Z | [ recovery-image] May 21 22:11:36.608 INFO O| May 21 22:11:36.608 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7265 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.615 INFO O| May 21 22:11:36.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7266 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.615 INFO O| May 21 22:11:36.615 INFO STEP 808 (remove_files) COMPLETE |
| 7267 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.615 INFO O| May 21 22:11:36.615 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7268 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.622 INFO O| May 21 22:11:36.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7269 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.622 INFO O| May 21 22:11:36.622 INFO STEP 809 (remove_files) COMPLETE |
| 7270 | 2026-05-21T22:11:37.685Z | [ recovery-image] May 21 22:11:36.622 INFO O| May 21 22:11:36.622 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7271 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.630 INFO O| May 21 22:11:36.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7272 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.630 INFO O| May 21 22:11:36.630 INFO STEP 810 (remove_files) COMPLETE |
| 7273 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.630 INFO O| May 21 22:11:36.630 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7274 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.637 INFO O| May 21 22:11:36.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7275 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.637 INFO O| May 21 22:11:36.637 INFO STEP 811 (remove_files) COMPLETE |
| 7276 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.637 INFO O| May 21 22:11:36.637 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7277 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.644 INFO O| May 21 22:11:36.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7278 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.644 INFO O| May 21 22:11:36.644 INFO STEP 812 (remove_files) COMPLETE |
| 7279 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.644 INFO O| May 21 22:11:36.644 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7280 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.651 INFO O| May 21 22:11:36.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7281 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.652 INFO O| May 21 22:11:36.652 INFO STEP 813 (remove_files) COMPLETE |
| 7282 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.652 INFO O| May 21 22:11:36.652 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7283 | 2026-05-21T22:11:37.686Z | [ recovery-image] May 21 22:11:36.659 INFO O| May 21 22:11:36.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7284 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.659 INFO O| May 21 22:11:36.659 INFO STEP 814 (remove_files) COMPLETE |
| 7285 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.659 INFO O| May 21 22:11:36.659 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7286 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.666 INFO O| May 21 22:11:36.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7287 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.666 INFO O| May 21 22:11:36.666 INFO STEP 815 (remove_files) COMPLETE |
| 7288 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.666 INFO O| May 21 22:11:36.666 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7289 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.673 INFO O| May 21 22:11:36.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7290 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.673 INFO O| May 21 22:11:36.673 INFO STEP 816 (remove_files) COMPLETE |
| 7291 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.673 INFO O| May 21 22:11:36.673 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7292 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.680 INFO O| May 21 22:11:36.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7293 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.680 INFO O| May 21 22:11:36.680 INFO STEP 817 (remove_files) COMPLETE |
| 7294 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.680 INFO O| May 21 22:11:36.680 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7295 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.688 INFO O| May 21 22:11:36.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7296 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.688 INFO O| May 21 22:11:36.688 INFO STEP 818 (remove_files) COMPLETE |
| 7297 | 2026-05-21T22:11:37.687Z | [ recovery-image] May 21 22:11:36.688 INFO O| May 21 22:11:36.688 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7298 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.696 INFO O| May 21 22:11:36.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7299 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.696 INFO O| May 21 22:11:36.696 INFO STEP 819 (remove_files) COMPLETE |
| 7300 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.696 INFO O| May 21 22:11:36.696 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7301 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.703 INFO O| May 21 22:11:36.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7302 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.703 INFO O| May 21 22:11:36.703 INFO STEP 820 (remove_files) COMPLETE |
| 7303 | 2026-05-21T22:11:37.692Z | [ recovery-image] May 21 22:11:36.703 INFO O| May 21 22:11:36.703 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7304 | 2026-05-21T22:11:37.697Z | [ recovery-image] May 21 22:11:36.710 INFO O| May 21 22:11:36.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7305 | 2026-05-21T22:11:37.697Z | [ recovery-image] May 21 22:11:36.710 INFO O| May 21 22:11:36.710 INFO STEP 821 (remove_files) COMPLETE |
| 7306 | 2026-05-21T22:11:37.697Z | [ recovery-image] May 21 22:11:36.710 INFO O| May 21 22:11:36.710 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7307 | 2026-05-21T22:11:37.757Z | [ recovery-image] May 21 22:11:36.720 INFO O| May 21 22:11:36.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7308 | 2026-05-21T22:11:37.757Z | [ recovery-image] May 21 22:11:36.721 INFO O| May 21 22:11:36.720 INFO STEP 822 (remove_files) COMPLETE |
| 7309 | 2026-05-21T22:11:37.757Z | [ recovery-image] May 21 22:11:36.721 INFO O| May 21 22:11:36.720 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7310 | 2026-05-21T22:11:37.762Z | [ recovery-image] May 21 22:11:36.728 INFO O| May 21 22:11:36.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7311 | 2026-05-21T22:11:37.762Z | [ recovery-image] May 21 22:11:36.729 INFO O| May 21 22:11:36.729 INFO STEP 823 (remove_files) COMPLETE |
| 7312 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.729 INFO O| May 21 22:11:36.729 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7313 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.736 INFO O| May 21 22:11:36.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7314 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.736 INFO O| May 21 22:11:36.736 INFO STEP 824 (remove_files) COMPLETE |
| 7315 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.736 INFO O| May 21 22:11:36.736 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7316 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.744 INFO O| May 21 22:11:36.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7317 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.744 INFO O| May 21 22:11:36.744 INFO STEP 825 (remove_files) COMPLETE |
| 7318 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.744 INFO O| May 21 22:11:36.744 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7319 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.751 INFO O| May 21 22:11:36.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7320 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.751 INFO O| May 21 22:11:36.751 INFO STEP 826 (remove_files) COMPLETE |
| 7321 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.751 INFO O| May 21 22:11:36.751 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7322 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.759 INFO O| May 21 22:11:36.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7323 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.759 INFO O| May 21 22:11:36.759 INFO STEP 827 (remove_files) COMPLETE |
| 7324 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.759 INFO O| May 21 22:11:36.759 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7325 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.767 INFO O| May 21 22:11:36.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7326 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.767 INFO O| May 21 22:11:36.767 INFO STEP 828 (remove_files) COMPLETE |
| 7327 | 2026-05-21T22:11:37.763Z | [ recovery-image] May 21 22:11:36.767 INFO O| May 21 22:11:36.767 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7328 | 2026-05-21T22:11:37.771Z | [ recovery-image] May 21 22:11:36.776 INFO O| May 21 22:11:36.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7329 | 2026-05-21T22:11:37.771Z | [ recovery-image] May 21 22:11:36.776 INFO O| May 21 22:11:36.776 INFO STEP 829 (remove_files) COMPLETE |
| 7330 | 2026-05-21T22:11:37.771Z | [ recovery-image] May 21 22:11:36.776 INFO O| May 21 22:11:36.776 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7331 | 2026-05-21T22:11:37.777Z | [ recovery-image] May 21 22:11:36.783 INFO O| May 21 22:11:36.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7332 | 2026-05-21T22:11:37.777Z | [ recovery-image] May 21 22:11:36.783 INFO O| May 21 22:11:36.783 INFO STEP 830 (remove_files) COMPLETE |
| 7333 | 2026-05-21T22:11:37.777Z | [ recovery-image] May 21 22:11:36.783 INFO O| May 21 22:11:36.783 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7334 | 2026-05-21T22:11:37.782Z | [ recovery-image] May 21 22:11:36.791 INFO O| May 21 22:11:36.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7335 | 2026-05-21T22:11:37.782Z | [ recovery-image] May 21 22:11:36.791 INFO O| May 21 22:11:36.791 INFO STEP 831 (remove_files) COMPLETE |
| 7336 | 2026-05-21T22:11:37.782Z | [ recovery-image] May 21 22:11:36.792 INFO O| May 21 22:11:36.791 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7337 | 2026-05-21T22:11:37.801Z | [ recovery-image] May 21 22:11:36.814 INFO O| May 21 22:11:36.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7338 | 2026-05-21T22:11:37.801Z | [ recovery-image] May 21 22:11:36.815 INFO O| May 21 22:11:36.814 INFO STEP 832 (remove_files) COMPLETE |
| 7339 | 2026-05-21T22:11:37.805Z | [ recovery-image] May 21 22:11:36.815 INFO O| May 21 22:11:36.815 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7340 | 2026-05-21T22:11:37.818Z | [ recovery-image] May 21 22:11:36.830 INFO O| May 21 22:11:36.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7341 | 2026-05-21T22:11:37.818Z | [ recovery-image] May 21 22:11:36.830 INFO O| May 21 22:11:36.830 INFO STEP 833 (remove_files) COMPLETE |
| 7342 | 2026-05-21T22:11:37.818Z | [ recovery-image] May 21 22:11:36.830 INFO O| May 21 22:11:36.830 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7343 | 2026-05-21T22:11:37.831Z | [ recovery-image] May 21 22:11:36.844 INFO O| May 21 22:11:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7344 | 2026-05-21T22:11:37.831Z | [ recovery-image] May 21 22:11:36.844 INFO O| May 21 22:11:36.844 INFO STEP 834 (remove_files) COMPLETE |
| 7345 | 2026-05-21T22:11:37.831Z | [ recovery-image] May 21 22:11:36.844 INFO O| May 21 22:11:36.844 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7346 | 2026-05-21T22:11:37.842Z | [ recovery-image] May 21 22:11:36.855 INFO O| May 21 22:11:36.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7347 | 2026-05-21T22:11:37.843Z | [ recovery-image] May 21 22:11:36.856 INFO O| May 21 22:11:36.856 INFO STEP 835 (remove_files) COMPLETE |
| 7348 | 2026-05-21T22:11:37.843Z | [ recovery-image] May 21 22:11:36.856 INFO O| May 21 22:11:36.856 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7349 | 2026-05-21T22:11:37.861Z | [ recovery-image] May 21 22:11:36.874 INFO O| May 21 22:11:36.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7350 | 2026-05-21T22:11:37.861Z | [ recovery-image] May 21 22:11:36.874 INFO O| May 21 22:11:36.874 INFO STEP 836 (remove_files) COMPLETE |
| 7351 | 2026-05-21T22:11:37.861Z | [ recovery-image] May 21 22:11:36.874 INFO O| May 21 22:11:36.874 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7352 | 2026-05-21T22:11:37.869Z | [ recovery-image] May 21 22:11:36.883 INFO O| May 21 22:11:36.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7353 | 2026-05-21T22:11:37.870Z | [ recovery-image] May 21 22:11:36.883 INFO O| May 21 22:11:36.883 INFO STEP 837 (remove_files) COMPLETE |
| 7354 | 2026-05-21T22:11:37.870Z | [ recovery-image] May 21 22:11:36.883 INFO O| May 21 22:11:36.883 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7355 | 2026-05-21T22:11:37.889Z | [ recovery-image] May 21 22:11:36.893 INFO O| May 21 22:11:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7356 | 2026-05-21T22:11:37.889Z | [ recovery-image] May 21 22:11:36.893 INFO O| May 21 22:11:36.893 INFO STEP 838 (remove_files) COMPLETE |
| 7357 | 2026-05-21T22:11:37.889Z | [ recovery-image] May 21 22:11:36.893 INFO O| May 21 22:11:36.893 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7358 | 2026-05-21T22:11:37.909Z | [ recovery-image] May 21 22:11:36.907 INFO O| May 21 22:11:36.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7359 | 2026-05-21T22:11:37.909Z | [ recovery-image] May 21 22:11:36.907 INFO O| May 21 22:11:36.907 INFO STEP 839 (remove_files) COMPLETE |
| 7360 | 2026-05-21T22:11:37.909Z | [ recovery-image] May 21 22:11:36.907 INFO O| May 21 22:11:36.907 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7361 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.915 INFO O| May 21 22:11:36.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7362 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.915 INFO O| May 21 22:11:36.915 INFO STEP 840 (remove_files) COMPLETE |
| 7363 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.915 INFO O| May 21 22:11:36.915 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7364 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.923 INFO O| May 21 22:11:36.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7365 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.923 INFO O| May 21 22:11:36.923 INFO STEP 841 (remove_files) COMPLETE |
| 7366 | 2026-05-21T22:11:37.912Z | [ recovery-image] May 21 22:11:36.923 INFO O| May 21 22:11:36.923 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7367 | 2026-05-21T22:11:37.924Z | [ recovery-image] May 21 22:11:36.936 INFO O| May 21 22:11:36.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7368 | 2026-05-21T22:11:37.924Z | [ recovery-image] May 21 22:11:36.936 INFO O| May 21 22:11:36.936 INFO STEP 842 (remove_files) COMPLETE |
| 7369 | 2026-05-21T22:11:37.931Z | [ recovery-image] May 21 22:11:36.936 INFO O| May 21 22:11:36.936 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7370 | 2026-05-21T22:11:37.946Z | [ recovery-image] May 21 22:11:36.947 INFO O| May 21 22:11:36.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7371 | 2026-05-21T22:11:37.947Z | [ recovery-image] May 21 22:11:36.947 INFO O| May 21 22:11:36.947 INFO STEP 843 (remove_files) COMPLETE |
| 7372 | 2026-05-21T22:11:37.952Z | [ recovery-image] May 21 22:11:36.947 INFO O| May 21 22:11:36.947 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7373 | 2026-05-21T22:11:37.984Z | [ recovery-image] May 21 22:11:36.997 INFO O| May 21 22:11:36.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7374 | 2026-05-21T22:11:37.984Z | [ recovery-image] May 21 22:11:36.997 INFO O| May 21 22:11:36.997 INFO STEP 844 (remove_files) COMPLETE |
| 7375 | 2026-05-21T22:11:37.985Z | [ recovery-image] May 21 22:11:36.997 INFO O| May 21 22:11:36.997 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7376 | 2026-05-21T22:11:37.996Z | [ recovery-image] May 21 22:11:37.009 INFO O| May 21 22:11:37.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7377 | 2026-05-21T22:11:37.996Z | [ recovery-image] May 21 22:11:37.009 INFO O| May 21 22:11:37.009 INFO STEP 845 (remove_files) COMPLETE |
| 7378 | 2026-05-21T22:11:37.996Z | [ recovery-image] May 21 22:11:37.009 INFO O| May 21 22:11:37.009 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7379 | 2026-05-21T22:11:38.005Z | [ recovery-image] May 21 22:11:37.017 INFO O| May 21 22:11:37.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7380 | 2026-05-21T22:11:38.005Z | [ recovery-image] May 21 22:11:37.018 INFO O| May 21 22:11:37.017 INFO STEP 846 (remove_files) COMPLETE |
| 7381 | 2026-05-21T22:11:38.005Z | [ recovery-image] May 21 22:11:37.018 INFO O| May 21 22:11:37.017 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7382 | 2026-05-21T22:11:38.013Z | [ recovery-image] May 21 22:11:37.025 INFO O| May 21 22:11:37.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7383 | 2026-05-21T22:11:38.013Z | [ recovery-image] May 21 22:11:37.025 INFO O| May 21 22:11:37.025 INFO STEP 847 (remove_files) COMPLETE |
| 7384 | 2026-05-21T22:11:38.013Z | [ recovery-image] May 21 22:11:37.025 INFO O| May 21 22:11:37.025 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7385 | 2026-05-21T22:11:38.020Z | [ recovery-image] May 21 22:11:37.032 INFO O| May 21 22:11:37.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7386 | 2026-05-21T22:11:38.020Z | [ recovery-image] May 21 22:11:37.032 INFO O| May 21 22:11:37.032 INFO STEP 848 (remove_files) COMPLETE |
| 7387 | 2026-05-21T22:11:38.020Z | [ recovery-image] May 21 22:11:37.032 INFO O| May 21 22:11:37.032 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7388 | 2026-05-21T22:11:38.025Z | [ recovery-image] May 21 22:11:37.039 INFO O| May 21 22:11:37.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7389 | 2026-05-21T22:11:38.026Z | [ recovery-image] May 21 22:11:37.039 INFO O| May 21 22:11:37.039 INFO STEP 849 (remove_files) COMPLETE |
| 7390 | 2026-05-21T22:11:38.026Z | [ recovery-image] May 21 22:11:37.039 INFO O| May 21 22:11:37.039 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7391 | 2026-05-21T22:11:38.038Z | [ recovery-image] May 21 22:11:37.046 INFO O| May 21 22:11:37.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7392 | 2026-05-21T22:11:38.038Z | [ recovery-image] May 21 22:11:37.046 INFO O| May 21 22:11:37.046 INFO STEP 850 (remove_files) COMPLETE |
| 7393 | 2026-05-21T22:11:38.038Z | [ recovery-image] May 21 22:11:37.046 INFO O| May 21 22:11:37.046 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7394 | 2026-05-21T22:11:38.044Z | [ recovery-image] May 21 22:11:37.054 INFO O| May 21 22:11:37.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7395 | 2026-05-21T22:11:38.044Z | [ recovery-image] May 21 22:11:37.054 INFO O| May 21 22:11:37.054 INFO STEP 851 (remove_files) COMPLETE |
| 7396 | 2026-05-21T22:11:38.044Z | [ recovery-image] May 21 22:11:37.054 INFO O| May 21 22:11:37.054 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7397 | 2026-05-21T22:11:38.096Z | [ recovery-image] May 21 22:11:37.070 INFO O| May 21 22:11:37.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7398 | 2026-05-21T22:11:38.096Z | [ recovery-image] May 21 22:11:37.070 INFO O| May 21 22:11:37.070 INFO STEP 852 (remove_files) COMPLETE |
| 7399 | 2026-05-21T22:11:38.096Z | [ recovery-image] May 21 22:11:37.070 INFO O| May 21 22:11:37.070 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7400 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.078 INFO O| May 21 22:11:37.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7401 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.078 INFO O| May 21 22:11:37.078 INFO STEP 853 (remove_files) COMPLETE |
| 7402 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.078 INFO O| May 21 22:11:37.078 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7403 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.088 INFO O| May 21 22:11:37.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7404 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.088 INFO O| May 21 22:11:37.088 INFO STEP 854 (remove_files) COMPLETE |
| 7405 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.088 INFO O| May 21 22:11:37.088 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7406 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.097 INFO O| May 21 22:11:37.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7407 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.097 INFO O| May 21 22:11:37.097 INFO STEP 855 (remove_files) COMPLETE |
| 7408 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.097 INFO O| May 21 22:11:37.097 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7409 | 2026-05-21T22:11:38.109Z | [ recovery-image] May 21 22:11:37.105 INFO O| May 21 22:11:37.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7410 | 2026-05-21T22:11:38.110Z | [ recovery-image] May 21 22:11:37.105 INFO O| May 21 22:11:37.105 INFO STEP 856 (remove_files) COMPLETE |
| 7411 | 2026-05-21T22:11:38.110Z | [ recovery-image] May 21 22:11:37.105 INFO O| May 21 22:11:37.105 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7412 | 2026-05-21T22:11:38.110Z | [ recovery-image] May 21 22:11:37.113 INFO O| May 21 22:11:37.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7413 | 2026-05-21T22:11:38.110Z | [ recovery-image] May 21 22:11:37.113 INFO O| May 21 22:11:37.113 INFO STEP 857 (remove_files) COMPLETE |
| 7414 | 2026-05-21T22:11:38.110Z | [ recovery-image] May 21 22:11:37.113 INFO O| May 21 22:11:37.113 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7415 | 2026-05-21T22:11:38.114Z | [ recovery-image] May 21 22:11:37.121 INFO O| May 21 22:11:37.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7416 | 2026-05-21T22:11:38.114Z | [ recovery-image] May 21 22:11:37.121 INFO O| May 21 22:11:37.121 INFO STEP 858 (remove_files) COMPLETE |
| 7417 | 2026-05-21T22:11:38.114Z | [ recovery-image] May 21 22:11:37.121 INFO O| May 21 22:11:37.121 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7418 | 2026-05-21T22:11:38.117Z | [ recovery-image] May 21 22:11:37.130 INFO O| May 21 22:11:37.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7419 | 2026-05-21T22:11:38.117Z | [ recovery-image] May 21 22:11:37.130 INFO O| May 21 22:11:37.130 INFO STEP 859 (remove_files) COMPLETE |
| 7420 | 2026-05-21T22:11:38.117Z | [ recovery-image] May 21 22:11:37.130 INFO O| May 21 22:11:37.130 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7421 | 2026-05-21T22:11:38.124Z | [ recovery-image] May 21 22:11:37.137 INFO O| May 21 22:11:37.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7422 | 2026-05-21T22:11:38.124Z | [ recovery-image] May 21 22:11:37.137 INFO O| May 21 22:11:37.137 INFO STEP 860 (remove_files) COMPLETE |
| 7423 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.137 INFO O| May 21 22:11:37.137 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7424 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.145 INFO O| May 21 22:11:37.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7425 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.145 INFO O| May 21 22:11:37.145 INFO STEP 861 (remove_files) COMPLETE |
| 7426 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.145 INFO O| May 21 22:11:37.145 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7427 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.153 INFO O| May 21 22:11:37.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7428 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.153 INFO O| May 21 22:11:37.153 INFO STEP 862 (remove_files) COMPLETE |
| 7429 | 2026-05-21T22:11:38.149Z | [ recovery-image] May 21 22:11:37.153 INFO O| May 21 22:11:37.153 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7430 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.161 INFO O| May 21 22:11:37.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7431 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.161 INFO O| May 21 22:11:37.161 INFO STEP 863 (remove_files) COMPLETE |
| 7432 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.161 INFO O| May 21 22:11:37.161 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7433 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.171 INFO O| May 21 22:11:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7434 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.171 INFO O| May 21 22:11:37.171 INFO STEP 864 (remove_files) COMPLETE |
| 7435 | 2026-05-21T22:11:38.162Z | [ recovery-image] May 21 22:11:37.171 INFO O| May 21 22:11:37.171 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7436 | 2026-05-21T22:11:38.169Z | [ recovery-image] May 21 22:11:37.181 INFO O| May 21 22:11:37.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7437 | 2026-05-21T22:11:38.169Z | [ recovery-image] May 21 22:11:37.181 INFO O| May 21 22:11:37.181 INFO STEP 865 (remove_files) COMPLETE |
| 7438 | 2026-05-21T22:11:38.169Z | [ recovery-image] May 21 22:11:37.181 INFO O| May 21 22:11:37.181 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7439 | 2026-05-21T22:11:38.177Z | [ recovery-image] May 21 22:11:37.191 INFO O| May 21 22:11:37.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7440 | 2026-05-21T22:11:38.177Z | [ recovery-image] May 21 22:11:37.191 INFO O| May 21 22:11:37.191 INFO STEP 866 (remove_files) COMPLETE |
| 7441 | 2026-05-21T22:11:38.177Z | [ recovery-image] May 21 22:11:37.191 INFO O| May 21 22:11:37.191 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7442 | 2026-05-21T22:11:38.187Z | [ recovery-image] May 21 22:11:37.200 INFO O| May 21 22:11:37.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7443 | 2026-05-21T22:11:38.187Z | [ recovery-image] May 21 22:11:37.200 INFO O| May 21 22:11:37.200 INFO STEP 867 (remove_files) COMPLETE |
| 7444 | 2026-05-21T22:11:38.187Z | [ recovery-image] May 21 22:11:37.200 INFO O| May 21 22:11:37.200 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7445 | 2026-05-21T22:11:38.197Z | [ recovery-image] May 21 22:11:37.210 INFO O| May 21 22:11:37.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7446 | 2026-05-21T22:11:38.197Z | [ recovery-image] May 21 22:11:37.210 INFO O| May 21 22:11:37.210 INFO STEP 868 (remove_files) COMPLETE |
| 7447 | 2026-05-21T22:11:38.197Z | [ recovery-image] May 21 22:11:37.210 INFO O| May 21 22:11:37.210 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7448 | 2026-05-21T22:11:38.211Z | [ recovery-image] May 21 22:11:37.221 INFO O| May 21 22:11:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7449 | 2026-05-21T22:11:38.212Z | [ recovery-image] May 21 22:11:37.221 INFO O| May 21 22:11:37.221 INFO STEP 869 (remove_files) COMPLETE |
| 7450 | 2026-05-21T22:11:38.212Z | [ recovery-image] May 21 22:11:37.221 INFO O| May 21 22:11:37.221 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7451 | 2026-05-21T22:11:38.217Z | [ recovery-image] May 21 22:11:37.231 INFO O| May 21 22:11:37.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7452 | 2026-05-21T22:11:38.218Z | [ recovery-image] May 21 22:11:37.231 INFO O| May 21 22:11:37.231 INFO STEP 870 (remove_files) COMPLETE |
| 7453 | 2026-05-21T22:11:38.218Z | [ recovery-image] May 21 22:11:37.231 INFO O| May 21 22:11:37.231 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7454 | 2026-05-21T22:11:38.234Z | [ recovery-image] May 21 22:11:37.241 INFO O| May 21 22:11:37.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7455 | 2026-05-21T22:11:38.234Z | [ recovery-image] May 21 22:11:37.241 INFO O| May 21 22:11:37.241 INFO STEP 871 (remove_files) COMPLETE |
| 7456 | 2026-05-21T22:11:38.234Z | [ recovery-image] May 21 22:11:37.241 INFO O| May 21 22:11:37.241 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7457 | 2026-05-21T22:11:38.257Z | [ recovery-image] May 21 22:11:37.249 INFO O| May 21 22:11:37.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7458 | 2026-05-21T22:11:38.257Z | [ recovery-image] May 21 22:11:37.250 INFO O| May 21 22:11:37.250 INFO STEP 872 (remove_files) COMPLETE |
| 7459 | 2026-05-21T22:11:38.257Z | [ recovery-image] May 21 22:11:37.250 INFO O| May 21 22:11:37.250 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7460 | 2026-05-21T22:11:38.257Z | [ recovery-image] May 21 22:11:37.259 INFO O| May 21 22:11:37.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7461 | 2026-05-21T22:11:38.257Z | [ recovery-image] May 21 22:11:37.259 INFO O| May 21 22:11:37.259 INFO STEP 873 (remove_files) COMPLETE |
| 7462 | 2026-05-21T22:11:38.258Z | [ recovery-image] May 21 22:11:37.259 INFO O| May 21 22:11:37.259 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7463 | 2026-05-21T22:11:38.258Z | [ recovery-image] May 21 22:11:37.266 INFO O| May 21 22:11:37.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7464 | 2026-05-21T22:11:38.258Z | [ recovery-image] May 21 22:11:37.266 INFO O| May 21 22:11:37.266 INFO STEP 874 (remove_files) COMPLETE |
| 7465 | 2026-05-21T22:11:38.258Z | [ recovery-image] May 21 22:11:37.266 INFO O| May 21 22:11:37.266 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7466 | 2026-05-21T22:11:38.265Z | [ recovery-image] May 21 22:11:37.273 INFO O| May 21 22:11:37.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7467 | 2026-05-21T22:11:38.265Z | [ recovery-image] May 21 22:11:37.273 INFO O| May 21 22:11:37.273 INFO STEP 875 (remove_files) COMPLETE |
| 7468 | 2026-05-21T22:11:38.265Z | [ recovery-image] May 21 22:11:37.273 INFO O| May 21 22:11:37.273 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7469 | 2026-05-21T22:11:38.274Z | [ recovery-image] May 21 22:11:37.282 INFO O| May 21 22:11:37.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7470 | 2026-05-21T22:11:38.274Z | [ recovery-image] May 21 22:11:37.282 INFO O| May 21 22:11:37.282 INFO STEP 876 (remove_files) COMPLETE |
| 7471 | 2026-05-21T22:11:38.274Z | [ recovery-image] May 21 22:11:37.282 INFO O| May 21 22:11:37.282 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7472 | 2026-05-21T22:11:38.285Z | [ recovery-image] May 21 22:11:37.291 INFO O| May 21 22:11:37.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7473 | 2026-05-21T22:11:38.285Z | [ recovery-image] May 21 22:11:37.291 INFO O| May 21 22:11:37.291 INFO STEP 877 (remove_files) COMPLETE |
| 7474 | 2026-05-21T22:11:38.285Z | [ recovery-image] May 21 22:11:37.291 INFO O| May 21 22:11:37.291 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7475 | 2026-05-21T22:11:38.290Z | [ recovery-image] May 21 22:11:37.299 INFO O| May 21 22:11:37.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7476 | 2026-05-21T22:11:38.290Z | [ recovery-image] May 21 22:11:37.299 INFO O| May 21 22:11:37.299 INFO STEP 878 (remove_files) COMPLETE |
| 7477 | 2026-05-21T22:11:38.290Z | [ recovery-image] May 21 22:11:37.299 INFO O| May 21 22:11:37.299 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7478 | 2026-05-21T22:11:38.298Z | [ recovery-image] May 21 22:11:37.308 INFO O| May 21 22:11:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7479 | 2026-05-21T22:11:38.298Z | [ recovery-image] May 21 22:11:37.308 INFO O| May 21 22:11:37.308 INFO STEP 879 (remove_files) COMPLETE |
| 7480 | 2026-05-21T22:11:38.298Z | [ recovery-image] May 21 22:11:37.308 INFO O| May 21 22:11:37.308 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7481 | 2026-05-21T22:11:38.305Z | [ recovery-image] May 21 22:11:37.316 INFO O| May 21 22:11:37.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7482 | 2026-05-21T22:11:38.305Z | [ recovery-image] May 21 22:11:37.316 INFO O| May 21 22:11:37.316 INFO STEP 880 (remove_files) COMPLETE |
| 7483 | 2026-05-21T22:11:38.305Z | [ recovery-image] May 21 22:11:37.316 INFO O| May 21 22:11:37.316 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7484 | 2026-05-21T22:11:38.311Z | [ recovery-image] May 21 22:11:37.323 INFO O| May 21 22:11:37.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7485 | 2026-05-21T22:11:38.311Z | [ recovery-image] May 21 22:11:37.323 INFO O| May 21 22:11:37.323 INFO STEP 881 (remove_files) COMPLETE |
| 7486 | 2026-05-21T22:11:38.311Z | [ recovery-image] May 21 22:11:37.323 INFO O| May 21 22:11:37.323 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7487 | 2026-05-21T22:11:38.317Z | [ recovery-image] May 21 22:11:37.330 INFO O| May 21 22:11:37.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7488 | 2026-05-21T22:11:38.317Z | [ recovery-image] May 21 22:11:37.331 INFO O| May 21 22:11:37.331 INFO STEP 882 (remove_files) COMPLETE |
| 7489 | 2026-05-21T22:11:38.317Z | [ recovery-image] May 21 22:11:37.331 INFO O| May 21 22:11:37.331 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7490 | 2026-05-21T22:11:38.327Z | [ recovery-image] May 21 22:11:37.341 INFO O| May 21 22:11:37.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7491 | 2026-05-21T22:11:38.327Z | [ recovery-image] May 21 22:11:37.341 INFO O| May 21 22:11:37.341 INFO STEP 883 (remove_files) COMPLETE |
| 7492 | 2026-05-21T22:11:38.327Z | [ recovery-image] May 21 22:11:37.341 INFO O| May 21 22:11:37.341 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7493 | 2026-05-21T22:11:38.339Z | [ recovery-image] May 21 22:11:37.349 INFO O| May 21 22:11:37.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7494 | 2026-05-21T22:11:38.347Z | [ recovery-image] May 21 22:11:37.349 INFO O| May 21 22:11:37.349 INFO STEP 884 (remove_files) COMPLETE |
| 7495 | 2026-05-21T22:11:38.347Z | [ recovery-image] May 21 22:11:37.349 INFO O| May 21 22:11:37.349 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7496 | 2026-05-21T22:11:38.348Z | [ recovery-image] May 21 22:11:37.357 INFO O| May 21 22:11:37.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7497 | 2026-05-21T22:11:38.348Z | [ recovery-image] May 21 22:11:37.357 INFO O| May 21 22:11:37.357 INFO STEP 885 (remove_files) COMPLETE |
| 7498 | 2026-05-21T22:11:38.348Z | [ recovery-image] May 21 22:11:37.357 INFO O| May 21 22:11:37.357 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7499 | 2026-05-21T22:11:38.356Z | [ recovery-image] May 21 22:11:37.365 INFO O| May 21 22:11:37.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7500 | 2026-05-21T22:11:38.356Z | [ recovery-image] May 21 22:11:37.365 INFO O| May 21 22:11:37.365 INFO STEP 886 (remove_files) COMPLETE |
| 7501 | 2026-05-21T22:11:38.356Z | [ recovery-image] May 21 22:11:37.365 INFO O| May 21 22:11:37.365 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7502 | 2026-05-21T22:11:38.364Z | [ recovery-image] May 21 22:11:37.373 INFO O| May 21 22:11:37.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7503 | 2026-05-21T22:11:38.364Z | [ recovery-image] May 21 22:11:37.374 INFO O| May 21 22:11:37.374 INFO STEP 887 (remove_files) COMPLETE |
| 7504 | 2026-05-21T22:11:38.364Z | [ recovery-image] May 21 22:11:37.374 INFO O| May 21 22:11:37.374 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7505 | 2026-05-21T22:11:38.373Z | [ recovery-image] May 21 22:11:37.382 INFO O| May 21 22:11:37.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7506 | 2026-05-21T22:11:38.373Z | [ recovery-image] May 21 22:11:37.382 INFO O| May 21 22:11:37.382 INFO STEP 888 (remove_files) COMPLETE |
| 7507 | 2026-05-21T22:11:38.373Z | [ recovery-image] May 21 22:11:37.382 INFO O| May 21 22:11:37.382 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7508 | 2026-05-21T22:11:38.379Z | [ recovery-image] May 21 22:11:37.390 INFO O| May 21 22:11:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7509 | 2026-05-21T22:11:38.379Z | [ recovery-image] May 21 22:11:37.390 INFO O| May 21 22:11:37.390 INFO STEP 889 (remove_files) COMPLETE |
| 7510 | 2026-05-21T22:11:38.379Z | [ recovery-image] May 21 22:11:37.390 INFO O| May 21 22:11:37.390 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7511 | 2026-05-21T22:11:38.384Z | [ recovery-image] May 21 22:11:37.398 INFO O| May 21 22:11:37.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7512 | 2026-05-21T22:11:38.384Z | [ recovery-image] May 21 22:11:37.398 INFO O| May 21 22:11:37.398 INFO STEP 890 (remove_files) COMPLETE |
| 7513 | 2026-05-21T22:11:38.384Z | [ recovery-image] May 21 22:11:37.398 INFO O| May 21 22:11:37.398 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7514 | 2026-05-21T22:11:38.392Z | [ recovery-image] May 21 22:11:37.405 INFO O| May 21 22:11:37.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7515 | 2026-05-21T22:11:38.392Z | [ recovery-image] May 21 22:11:37.406 INFO O| May 21 22:11:37.406 INFO STEP 891 (remove_files) COMPLETE |
| 7516 | 2026-05-21T22:11:38.392Z | [ recovery-image] May 21 22:11:37.406 INFO O| May 21 22:11:37.406 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7517 | 2026-05-21T22:11:38.401Z | [ recovery-image] May 21 22:11:37.414 INFO O| May 21 22:11:37.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7518 | 2026-05-21T22:11:38.401Z | [ recovery-image] May 21 22:11:37.414 INFO O| May 21 22:11:37.414 INFO STEP 892 (remove_files) COMPLETE |
| 7519 | 2026-05-21T22:11:38.409Z | [ recovery-image] May 21 22:11:37.414 INFO O| May 21 22:11:37.414 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7520 | 2026-05-21T22:11:38.417Z | [ recovery-image] May 21 22:11:37.423 INFO O| May 21 22:11:37.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7521 | 2026-05-21T22:11:38.417Z | [ recovery-image] May 21 22:11:37.423 INFO O| May 21 22:11:37.423 INFO STEP 893 (remove_files) COMPLETE |
| 7522 | 2026-05-21T22:11:38.417Z | [ recovery-image] May 21 22:11:37.423 INFO O| May 21 22:11:37.423 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7523 | 2026-05-21T22:11:38.424Z | [ recovery-image] May 21 22:11:37.433 INFO O| May 21 22:11:37.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7524 | 2026-05-21T22:11:38.424Z | [ recovery-image] May 21 22:11:37.433 INFO O| May 21 22:11:37.433 INFO STEP 894 (remove_files) COMPLETE |
| 7525 | 2026-05-21T22:11:38.424Z | [ recovery-image] May 21 22:11:37.433 INFO O| May 21 22:11:37.433 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7526 | 2026-05-21T22:11:38.430Z | [ recovery-image] May 21 22:11:37.442 INFO O| May 21 22:11:37.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7527 | 2026-05-21T22:11:38.430Z | [ recovery-image] May 21 22:11:37.442 INFO O| May 21 22:11:37.442 INFO STEP 895 (remove_files) COMPLETE |
| 7528 | 2026-05-21T22:11:38.430Z | [ recovery-image] May 21 22:11:37.442 INFO O| May 21 22:11:37.442 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7529 | 2026-05-21T22:11:38.438Z | [ recovery-image] May 21 22:11:37.451 INFO O| May 21 22:11:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7530 | 2026-05-21T22:11:38.438Z | [ recovery-image] May 21 22:11:37.451 INFO O| May 21 22:11:37.451 INFO STEP 896 (remove_files) COMPLETE |
| 7531 | 2026-05-21T22:11:38.445Z | [ recovery-image] May 21 22:11:37.451 INFO O| May 21 22:11:37.451 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7532 | 2026-05-21T22:11:38.466Z | [ recovery-image] May 21 22:11:37.458 INFO O| May 21 22:11:37.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7533 | 2026-05-21T22:11:38.466Z | [ recovery-image] May 21 22:11:37.459 INFO O| May 21 22:11:37.458 INFO STEP 897 (remove_files) COMPLETE |
| 7534 | 2026-05-21T22:11:38.466Z | [ recovery-image] May 21 22:11:37.459 INFO O| May 21 22:11:37.459 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7535 | 2026-05-21T22:11:38.466Z | [ recovery-image] May 21 22:11:37.466 INFO O| May 21 22:11:37.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7536 | 2026-05-21T22:11:38.467Z | [ recovery-image] May 21 22:11:37.466 INFO O| May 21 22:11:37.466 INFO STEP 898 (remove_files) COMPLETE |
| 7537 | 2026-05-21T22:11:38.467Z | [ recovery-image] May 21 22:11:37.466 INFO O| May 21 22:11:37.466 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7538 | 2026-05-21T22:11:38.467Z | [ recovery-image] May 21 22:11:37.474 INFO O| May 21 22:11:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7539 | 2026-05-21T22:11:38.467Z | [ recovery-image] May 21 22:11:37.474 INFO O| May 21 22:11:37.474 INFO STEP 899 (remove_files) COMPLETE |
| 7540 | 2026-05-21T22:11:38.467Z | [ recovery-image] May 21 22:11:37.474 INFO O| May 21 22:11:37.474 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7541 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.480 INFO O| May 21 22:11:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7542 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.481 INFO O| May 21 22:11:37.481 INFO STEP 900 (remove_files) COMPLETE |
| 7543 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.481 INFO O| May 21 22:11:37.481 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7544 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.488 INFO O| May 21 22:11:37.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7545 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.488 INFO O| May 21 22:11:37.488 INFO STEP 901 (remove_files) COMPLETE |
| 7546 | 2026-05-21T22:11:38.487Z | [ recovery-image] May 21 22:11:37.488 INFO O| May 21 22:11:37.488 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7547 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.496 INFO O| May 21 22:11:37.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7548 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.496 INFO O| May 21 22:11:37.496 INFO STEP 902 (remove_files) COMPLETE |
| 7549 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.496 INFO O| May 21 22:11:37.496 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7550 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.506 INFO O| May 21 22:11:37.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7551 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.506 INFO O| May 21 22:11:37.506 INFO STEP 903 (remove_files) COMPLETE |
| 7552 | 2026-05-21T22:11:38.495Z | [ recovery-image] May 21 22:11:37.506 INFO O| May 21 22:11:37.506 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7553 | 2026-05-21T22:11:38.503Z | [ recovery-image] May 21 22:11:37.514 INFO O| May 21 22:11:37.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7554 | 2026-05-21T22:11:38.503Z | [ recovery-image] May 21 22:11:37.514 INFO O| May 21 22:11:37.514 INFO STEP 904 (remove_files) COMPLETE |
| 7555 | 2026-05-21T22:11:38.504Z | [ recovery-image] May 21 22:11:37.514 INFO O| May 21 22:11:37.514 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7556 | 2026-05-21T22:11:38.511Z | [ recovery-image] May 21 22:11:37.523 INFO O| May 21 22:11:37.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7557 | 2026-05-21T22:11:38.511Z | [ recovery-image] May 21 22:11:37.523 INFO O| May 21 22:11:37.523 INFO STEP 905 (remove_files) COMPLETE |
| 7558 | 2026-05-21T22:11:38.511Z | [ recovery-image] May 21 22:11:37.523 INFO O| May 21 22:11:37.523 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7559 | 2026-05-21T22:11:38.519Z | [ recovery-image] May 21 22:11:37.532 INFO O| May 21 22:11:37.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7560 | 2026-05-21T22:11:38.520Z | [ recovery-image] May 21 22:11:37.532 INFO O| May 21 22:11:37.532 INFO STEP 906 (remove_files) COMPLETE |
| 7561 | 2026-05-21T22:11:38.527Z | [ recovery-image] May 21 22:11:37.532 INFO O| May 21 22:11:37.532 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7562 | 2026-05-21T22:11:38.527Z | [ recovery-image] May 21 22:11:37.540 INFO O| May 21 22:11:37.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7563 | 2026-05-21T22:11:38.527Z | [ recovery-image] May 21 22:11:37.540 INFO O| May 21 22:11:37.540 INFO STEP 907 (remove_files) COMPLETE |
| 7564 | 2026-05-21T22:11:38.527Z | [ recovery-image] May 21 22:11:37.540 INFO O| May 21 22:11:37.540 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7565 | 2026-05-21T22:11:38.534Z | [ recovery-image] May 21 22:11:37.547 INFO O| May 21 22:11:37.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7566 | 2026-05-21T22:11:38.534Z | [ recovery-image] May 21 22:11:37.547 INFO O| May 21 22:11:37.547 INFO STEP 908 (remove_files) COMPLETE |
| 7567 | 2026-05-21T22:11:38.534Z | [ recovery-image] May 21 22:11:37.547 INFO O| May 21 22:11:37.547 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7568 | 2026-05-21T22:11:38.542Z | [ recovery-image] May 21 22:11:37.554 INFO O| May 21 22:11:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7569 | 2026-05-21T22:11:38.542Z | [ recovery-image] May 21 22:11:37.554 INFO O| May 21 22:11:37.554 INFO STEP 909 (remove_files) COMPLETE |
| 7570 | 2026-05-21T22:11:38.542Z | [ recovery-image] May 21 22:11:37.554 INFO O| May 21 22:11:37.554 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7571 | 2026-05-21T22:11:38.553Z | [ recovery-image] May 21 22:11:37.563 INFO O| May 21 22:11:37.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7572 | 2026-05-21T22:11:38.553Z | [ recovery-image] May 21 22:11:37.564 INFO O| May 21 22:11:37.564 INFO STEP 910 (remove_files) COMPLETE |
| 7573 | 2026-05-21T22:11:38.561Z | [ recovery-image] May 21 22:11:37.564 INFO O| May 21 22:11:37.564 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7574 | 2026-05-21T22:11:38.562Z | [ recovery-image] May 21 22:11:37.571 INFO O| May 21 22:11:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7575 | 2026-05-21T22:11:38.562Z | [ recovery-image] May 21 22:11:37.571 INFO O| May 21 22:11:37.571 INFO STEP 911 (remove_files) COMPLETE |
| 7576 | 2026-05-21T22:11:38.562Z | [ recovery-image] May 21 22:11:37.572 INFO O| May 21 22:11:37.571 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7577 | 2026-05-21T22:11:38.570Z | [ recovery-image] May 21 22:11:37.581 INFO O| May 21 22:11:37.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7578 | 2026-05-21T22:11:38.571Z | [ recovery-image] May 21 22:11:37.581 INFO O| May 21 22:11:37.581 INFO STEP 912 (remove_files) COMPLETE |
| 7579 | 2026-05-21T22:11:38.571Z | [ recovery-image] May 21 22:11:37.581 INFO O| May 21 22:11:37.581 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7580 | 2026-05-21T22:11:38.578Z | [ recovery-image] May 21 22:11:37.591 INFO O| May 21 22:11:37.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7581 | 2026-05-21T22:11:38.578Z | [ recovery-image] May 21 22:11:37.591 INFO O| May 21 22:11:37.591 INFO STEP 913 (remove_files) COMPLETE |
| 7582 | 2026-05-21T22:11:38.579Z | [ recovery-image] May 21 22:11:37.591 INFO O| May 21 22:11:37.591 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7583 | 2026-05-21T22:11:38.592Z | [ recovery-image] May 21 22:11:37.600 INFO O| May 21 22:11:37.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7584 | 2026-05-21T22:11:38.599Z | [ recovery-image] May 21 22:11:37.600 INFO O| May 21 22:11:37.600 INFO STEP 914 (remove_files) COMPLETE |
| 7585 | 2026-05-21T22:11:38.599Z | [ recovery-image] May 21 22:11:37.600 INFO O| May 21 22:11:37.600 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7586 | 2026-05-21T22:11:38.599Z | [ recovery-image] May 21 22:11:37.608 INFO O| May 21 22:11:37.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7587 | 2026-05-21T22:11:38.599Z | [ recovery-image] May 21 22:11:37.608 INFO O| May 21 22:11:37.608 INFO STEP 915 (remove_files) COMPLETE |
| 7588 | 2026-05-21T22:11:38.599Z | [ recovery-image] May 21 22:11:37.608 INFO O| May 21 22:11:37.608 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7589 | 2026-05-21T22:11:38.611Z | [ recovery-image] May 21 22:11:37.617 INFO O| May 21 22:11:37.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7590 | 2026-05-21T22:11:38.611Z | [ recovery-image] May 21 22:11:37.617 INFO O| May 21 22:11:37.617 INFO STEP 916 (remove_files) COMPLETE |
| 7591 | 2026-05-21T22:11:38.612Z | [ recovery-image] May 21 22:11:37.617 INFO O| May 21 22:11:37.617 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7592 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.624 INFO O| May 21 22:11:37.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7593 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.624 INFO O| May 21 22:11:37.624 INFO STEP 917 (remove_files) COMPLETE |
| 7594 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.624 INFO O| May 21 22:11:37.624 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7595 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.633 INFO O| May 21 22:11:37.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7596 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.634 INFO O| May 21 22:11:37.633 INFO STEP 918 (remove_files) COMPLETE |
| 7597 | 2026-05-21T22:11:38.621Z | [ recovery-image] May 21 22:11:37.634 INFO O| May 21 22:11:37.633 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7598 | 2026-05-21T22:11:38.629Z | [ recovery-image] May 21 22:11:37.642 INFO O| May 21 22:11:37.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7599 | 2026-05-21T22:11:38.629Z | [ recovery-image] May 21 22:11:37.642 INFO O| May 21 22:11:37.642 INFO STEP 919 (remove_files) COMPLETE |
| 7600 | 2026-05-21T22:11:38.629Z | [ recovery-image] May 21 22:11:37.642 INFO O| May 21 22:11:37.642 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7601 | 2026-05-21T22:11:38.646Z | [ recovery-image] May 21 22:11:37.649 INFO O| May 21 22:11:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7602 | 2026-05-21T22:11:38.646Z | [ recovery-image] May 21 22:11:37.649 INFO O| May 21 22:11:37.649 INFO STEP 920 (remove_files) COMPLETE |
| 7603 | 2026-05-21T22:11:38.646Z | [ recovery-image] May 21 22:11:37.649 INFO O| May 21 22:11:37.649 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7604 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.658 INFO O| May 21 22:11:37.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7605 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.658 INFO O| May 21 22:11:37.658 INFO STEP 921 (remove_files) COMPLETE |
| 7606 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.658 INFO O| May 21 22:11:37.658 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7607 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.668 INFO O| May 21 22:11:37.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7608 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.668 INFO O| May 21 22:11:37.668 INFO STEP 922 (remove_files) COMPLETE |
| 7609 | 2026-05-21T22:11:38.656Z | [ recovery-image] May 21 22:11:37.668 INFO O| May 21 22:11:37.668 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7610 | 2026-05-21T22:11:38.665Z | [ recovery-image] May 21 22:11:37.677 INFO O| May 21 22:11:37.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7611 | 2026-05-21T22:11:38.665Z | [ recovery-image] May 21 22:11:37.677 INFO O| May 21 22:11:37.677 INFO STEP 923 (remove_files) COMPLETE |
| 7612 | 2026-05-21T22:11:38.665Z | [ recovery-image] May 21 22:11:37.677 INFO O| May 21 22:11:37.677 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7613 | 2026-05-21T22:11:38.672Z | [ recovery-image] May 21 22:11:37.686 INFO O| May 21 22:11:37.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7614 | 2026-05-21T22:11:38.672Z | [ recovery-image] May 21 22:11:37.686 INFO O| May 21 22:11:37.686 INFO STEP 924 (remove_files) COMPLETE |
| 7615 | 2026-05-21T22:11:38.681Z | [ recovery-image] May 21 22:11:37.686 INFO O| May 21 22:11:37.686 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7616 | 2026-05-21T22:11:38.689Z | [ recovery-image] May 21 22:11:37.695 INFO O| May 21 22:11:37.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7617 | 2026-05-21T22:11:38.689Z | [ recovery-image] May 21 22:11:37.696 INFO O| May 21 22:11:37.696 INFO STEP 925 (remove_files) COMPLETE |
| 7618 | 2026-05-21T22:11:38.689Z | [ recovery-image] May 21 22:11:37.696 INFO O| May 21 22:11:37.696 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7619 | 2026-05-21T22:11:38.699Z | [ recovery-image] May 21 22:11:37.704 INFO O| May 21 22:11:37.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7620 | 2026-05-21T22:11:38.699Z | [ recovery-image] May 21 22:11:37.704 INFO O| May 21 22:11:37.704 INFO STEP 926 (remove_files) COMPLETE |
| 7621 | 2026-05-21T22:11:38.699Z | [ recovery-image] May 21 22:11:37.704 INFO O| May 21 22:11:37.704 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7622 | 2026-05-21T22:11:38.707Z | [ recovery-image] May 21 22:11:37.712 INFO O| May 21 22:11:37.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7623 | 2026-05-21T22:11:38.707Z | [ recovery-image] May 21 22:11:37.712 INFO O| May 21 22:11:37.712 INFO STEP 927 (remove_files) COMPLETE |
| 7624 | 2026-05-21T22:11:38.707Z | [ recovery-image] May 21 22:11:37.712 INFO O| May 21 22:11:37.712 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7625 | 2026-05-21T22:11:38.714Z | [ recovery-image] May 21 22:11:37.724 INFO O| May 21 22:11:37.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7626 | 2026-05-21T22:11:38.714Z | [ recovery-image] May 21 22:11:37.724 INFO O| May 21 22:11:37.724 INFO STEP 928 (remove_files) COMPLETE |
| 7627 | 2026-05-21T22:11:38.714Z | [ recovery-image] May 21 22:11:37.724 INFO O| May 21 22:11:37.724 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7628 | 2026-05-21T22:11:38.721Z | [ recovery-image] May 21 22:11:37.733 INFO O| May 21 22:11:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7629 | 2026-05-21T22:11:38.721Z | [ recovery-image] May 21 22:11:37.733 INFO O| May 21 22:11:37.733 INFO STEP 929 (remove_files) COMPLETE |
| 7630 | 2026-05-21T22:11:38.721Z | [ recovery-image] May 21 22:11:37.733 INFO O| May 21 22:11:37.733 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7631 | 2026-05-21T22:11:38.729Z | [ recovery-image] May 21 22:11:37.742 INFO O| May 21 22:11:37.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7632 | 2026-05-21T22:11:38.729Z | [ recovery-image] May 21 22:11:37.742 INFO O| May 21 22:11:37.742 INFO STEP 930 (remove_files) COMPLETE |
| 7633 | 2026-05-21T22:11:38.730Z | [ recovery-image] May 21 22:11:37.742 INFO O| May 21 22:11:37.742 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7634 | 2026-05-21T22:11:38.739Z | [ recovery-image] May 21 22:11:37.751 INFO O| May 21 22:11:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7635 | 2026-05-21T22:11:38.739Z | [ recovery-image] May 21 22:11:37.751 INFO O| May 21 22:11:37.751 INFO STEP 931 (remove_files) COMPLETE |
| 7636 | 2026-05-21T22:11:38.739Z | [ recovery-image] May 21 22:11:37.751 INFO O| May 21 22:11:37.751 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7637 | 2026-05-21T22:11:38.746Z | [ recovery-image] May 21 22:11:37.759 INFO O| May 21 22:11:37.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7638 | 2026-05-21T22:11:38.746Z | [ recovery-image] May 21 22:11:37.759 INFO O| May 21 22:11:37.759 INFO STEP 932 (remove_files) COMPLETE |
| 7639 | 2026-05-21T22:11:38.747Z | [ recovery-image] May 21 22:11:37.759 INFO O| May 21 22:11:37.759 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7640 | 2026-05-21T22:11:38.756Z | [ recovery-image] May 21 22:11:37.766 INFO O| May 21 22:11:37.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7641 | 2026-05-21T22:11:38.756Z | [ recovery-image] May 21 22:11:37.767 INFO O| May 21 22:11:37.766 INFO STEP 933 (remove_files) COMPLETE |
| 7642 | 2026-05-21T22:11:38.756Z | [ recovery-image] May 21 22:11:37.767 INFO O| May 21 22:11:37.767 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7643 | 2026-05-21T22:11:38.764Z | [ recovery-image] May 21 22:11:37.776 INFO O| May 21 22:11:37.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7644 | 2026-05-21T22:11:38.764Z | [ recovery-image] May 21 22:11:37.776 INFO O| May 21 22:11:37.776 INFO STEP 934 (remove_files) COMPLETE |
| 7645 | 2026-05-21T22:11:38.764Z | [ recovery-image] May 21 22:11:37.776 INFO O| May 21 22:11:37.776 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7646 | 2026-05-21T22:11:38.775Z | [ recovery-image] May 21 22:11:37.785 INFO O| May 21 22:11:37.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7647 | 2026-05-21T22:11:38.775Z | [ recovery-image] May 21 22:11:37.785 INFO O| May 21 22:11:37.785 INFO STEP 935 (remove_files) COMPLETE |
| 7648 | 2026-05-21T22:11:38.775Z | [ recovery-image] May 21 22:11:37.786 INFO O| May 21 22:11:37.785 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7649 | 2026-05-21T22:11:38.784Z | [ recovery-image] May 21 22:11:37.794 INFO O| May 21 22:11:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7650 | 2026-05-21T22:11:38.785Z | [ recovery-image] May 21 22:11:37.794 INFO O| May 21 22:11:37.794 INFO STEP 936 (remove_files) COMPLETE |
| 7651 | 2026-05-21T22:11:38.785Z | [ recovery-image] May 21 22:11:37.794 INFO O| May 21 22:11:37.794 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7652 | 2026-05-21T22:11:38.799Z | [ recovery-image] May 21 22:11:37.803 INFO O| May 21 22:11:37.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7653 | 2026-05-21T22:11:38.799Z | [ recovery-image] May 21 22:11:37.803 INFO O| May 21 22:11:37.803 INFO STEP 937 (remove_files) COMPLETE |
| 7654 | 2026-05-21T22:11:38.799Z | [ recovery-image] May 21 22:11:37.803 INFO O| May 21 22:11:37.803 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7655 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.813 INFO O| May 21 22:11:37.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7656 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.813 INFO O| May 21 22:11:37.813 INFO STEP 938 (remove_files) COMPLETE |
| 7657 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.813 INFO O| May 21 22:11:37.813 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7658 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.821 INFO O| May 21 22:11:37.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7659 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.821 INFO O| May 21 22:11:37.821 INFO STEP 939 (remove_files) COMPLETE |
| 7660 | 2026-05-21T22:11:38.812Z | [ recovery-image] May 21 22:11:37.821 INFO O| May 21 22:11:37.821 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7661 | 2026-05-21T22:11:38.822Z | [ recovery-image] May 21 22:11:37.830 INFO O| May 21 22:11:37.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7662 | 2026-05-21T22:11:38.822Z | [ recovery-image] May 21 22:11:37.830 INFO O| May 21 22:11:37.830 INFO STEP 940 (remove_files) COMPLETE |
| 7663 | 2026-05-21T22:11:38.822Z | [ recovery-image] May 21 22:11:37.830 INFO O| May 21 22:11:37.830 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7664 | 2026-05-21T22:11:38.832Z | [ recovery-image] May 21 22:11:37.838 INFO O| May 21 22:11:37.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7665 | 2026-05-21T22:11:38.832Z | [ recovery-image] May 21 22:11:37.838 INFO O| May 21 22:11:37.838 INFO STEP 941 (remove_files) COMPLETE |
| 7666 | 2026-05-21T22:11:38.832Z | [ recovery-image] May 21 22:11:37.838 INFO O| May 21 22:11:37.838 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7667 | 2026-05-21T22:11:38.847Z | [ recovery-image] May 21 22:11:37.852 INFO O| May 21 22:11:37.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7668 | 2026-05-21T22:11:38.847Z | [ recovery-image] May 21 22:11:37.853 INFO O| May 21 22:11:37.853 INFO STEP 942 (remove_files) COMPLETE |
| 7669 | 2026-05-21T22:11:38.847Z | [ recovery-image] May 21 22:11:37.853 INFO O| May 21 22:11:37.853 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7670 | 2026-05-21T22:11:38.857Z | [ recovery-image] May 21 22:11:37.862 INFO O| May 21 22:11:37.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7671 | 2026-05-21T22:11:38.857Z | [ recovery-image] May 21 22:11:37.862 INFO O| May 21 22:11:37.862 INFO STEP 943 (remove_files) COMPLETE |
| 7672 | 2026-05-21T22:11:38.857Z | [ recovery-image] May 21 22:11:37.862 INFO O| May 21 22:11:37.862 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7673 | 2026-05-21T22:11:38.866Z | [ recovery-image] May 21 22:11:37.869 INFO O| May 21 22:11:37.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7674 | 2026-05-21T22:11:38.866Z | [ recovery-image] May 21 22:11:37.869 INFO O| May 21 22:11:37.869 INFO STEP 944 (remove_files) COMPLETE |
| 7675 | 2026-05-21T22:11:38.866Z | [ recovery-image] May 21 22:11:37.869 INFO O| May 21 22:11:37.869 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7676 | 2026-05-21T22:11:38.892Z | [ recovery-image] May 21 22:11:37.905 INFO O| May 21 22:11:37.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7677 | 2026-05-21T22:11:38.892Z | [ recovery-image] May 21 22:11:37.906 INFO O| May 21 22:11:37.905 INFO STEP 945 (remove_files) COMPLETE |
| 7678 | 2026-05-21T22:11:38.899Z | [ recovery-image] May 21 22:11:37.906 INFO O| May 21 22:11:37.906 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7679 | 2026-05-21T22:11:38.907Z | [ recovery-image] May 21 22:11:37.914 INFO O| May 21 22:11:37.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7680 | 2026-05-21T22:11:38.907Z | [ recovery-image] May 21 22:11:37.914 INFO O| May 21 22:11:37.914 INFO STEP 946 (remove_files) COMPLETE |
| 7681 | 2026-05-21T22:11:38.907Z | [ recovery-image] May 21 22:11:37.914 INFO O| May 21 22:11:37.914 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7682 | 2026-05-21T22:11:38.919Z | [ recovery-image] May 21 22:11:37.924 INFO O| May 21 22:11:37.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7683 | 2026-05-21T22:11:38.919Z | [ recovery-image] May 21 22:11:37.925 INFO O| May 21 22:11:37.925 INFO STEP 947 (remove_files) COMPLETE |
| 7684 | 2026-05-21T22:11:38.919Z | [ recovery-image] May 21 22:11:37.925 INFO O| May 21 22:11:37.925 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7685 | 2026-05-21T22:11:38.956Z | [ recovery-image] May 21 22:11:37.968 INFO O| May 21 22:11:37.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7686 | 2026-05-21T22:11:38.956Z | [ recovery-image] May 21 22:11:37.968 INFO O| May 21 22:11:37.968 INFO STEP 948 (remove_files) COMPLETE |
| 7687 | 2026-05-21T22:11:38.956Z | [ recovery-image] May 21 22:11:37.969 INFO O| May 21 22:11:37.968 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7688 | 2026-05-21T22:11:38.965Z | [ recovery-image] May 21 22:11:37.978 INFO O| May 21 22:11:37.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7689 | 2026-05-21T22:11:38.965Z | [ recovery-image] May 21 22:11:37.978 INFO O| May 21 22:11:37.978 INFO STEP 949 (remove_files) COMPLETE |
| 7690 | 2026-05-21T22:11:38.965Z | [ recovery-image] May 21 22:11:37.978 INFO O| May 21 22:11:37.978 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7691 | 2026-05-21T22:11:38.980Z | [ recovery-image] May 21 22:11:37.987 INFO O| May 21 22:11:37.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7692 | 2026-05-21T22:11:38.980Z | [ recovery-image] May 21 22:11:37.987 INFO O| May 21 22:11:37.987 INFO STEP 950 (remove_files) COMPLETE |
| 7693 | 2026-05-21T22:11:38.991Z | [ recovery-image] May 21 22:11:37.987 INFO O| May 21 22:11:37.987 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7694 | 2026-05-21T22:11:38.991Z | [ recovery-image] May 21 22:11:37.995 INFO O| May 21 22:11:37.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7695 | 2026-05-21T22:11:38.991Z | [ recovery-image] May 21 22:11:37.995 INFO O| May 21 22:11:37.995 INFO STEP 951 (remove_files) COMPLETE |
| 7696 | 2026-05-21T22:11:38.991Z | [ recovery-image] May 21 22:11:37.995 INFO O| May 21 22:11:37.995 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7697 | 2026-05-21T22:11:39.001Z | [ recovery-image] May 21 22:11:38.011 INFO O| May 21 22:11:38.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7698 | 2026-05-21T22:11:39.001Z | [ recovery-image] May 21 22:11:38.011 INFO O| May 21 22:11:38.011 INFO STEP 952 (remove_files) COMPLETE |
| 7699 | 2026-05-21T22:11:39.001Z | [ recovery-image] May 21 22:11:38.011 INFO O| May 21 22:11:38.011 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7700 | 2026-05-21T22:11:39.010Z | [ recovery-image] May 21 22:11:38.021 INFO O| May 21 22:11:38.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7701 | 2026-05-21T22:11:39.010Z | [ recovery-image] May 21 22:11:38.021 INFO O| May 21 22:11:38.021 INFO STEP 953 (remove_files) COMPLETE |
| 7702 | 2026-05-21T22:11:39.010Z | [ recovery-image] May 21 22:11:38.021 INFO O| May 21 22:11:38.021 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7703 | 2026-05-21T22:11:39.020Z | [ recovery-image] May 21 22:11:38.033 INFO O| May 21 22:11:38.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7704 | 2026-05-21T22:11:39.020Z | [ recovery-image] May 21 22:11:38.033 INFO O| May 21 22:11:38.033 INFO STEP 954 (remove_files) COMPLETE |
| 7705 | 2026-05-21T22:11:39.029Z | [ recovery-image] May 21 22:11:38.033 INFO O| May 21 22:11:38.033 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7706 | 2026-05-21T22:11:39.029Z | [ recovery-image] May 21 22:11:38.040 INFO O| May 21 22:11:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7707 | 2026-05-21T22:11:39.029Z | [ recovery-image] May 21 22:11:38.040 INFO O| May 21 22:11:38.040 INFO STEP 955 (remove_files) COMPLETE |
| 7708 | 2026-05-21T22:11:39.029Z | [ recovery-image] May 21 22:11:38.040 INFO O| May 21 22:11:38.040 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7709 | 2026-05-21T22:11:39.041Z | [ recovery-image] May 21 22:11:38.053 INFO O| May 21 22:11:38.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7710 | 2026-05-21T22:11:39.049Z | [ recovery-image] May 21 22:11:38.053 INFO O| May 21 22:11:38.053 INFO STEP 956 (remove_files) COMPLETE |
| 7711 | 2026-05-21T22:11:39.049Z | [ recovery-image] May 21 22:11:38.053 INFO O| May 21 22:11:38.053 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7712 | 2026-05-21T22:11:39.057Z | [ recovery-image] May 21 22:11:38.062 INFO O| May 21 22:11:38.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7713 | 2026-05-21T22:11:39.057Z | [ recovery-image] May 21 22:11:38.062 INFO O| May 21 22:11:38.062 INFO STEP 957 (remove_files) COMPLETE |
| 7714 | 2026-05-21T22:11:39.057Z | [ recovery-image] May 21 22:11:38.062 INFO O| May 21 22:11:38.062 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7715 | 2026-05-21T22:11:39.065Z | [ recovery-image] May 21 22:11:38.071 INFO O| May 21 22:11:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7716 | 2026-05-21T22:11:39.065Z | [ recovery-image] May 21 22:11:38.071 INFO O| May 21 22:11:38.071 INFO STEP 958 (remove_files) COMPLETE |
| 7717 | 2026-05-21T22:11:39.065Z | [ recovery-image] May 21 22:11:38.071 INFO O| May 21 22:11:38.071 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7718 | 2026-05-21T22:11:39.074Z | [ recovery-image] May 21 22:11:38.080 INFO O| May 21 22:11:38.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7719 | 2026-05-21T22:11:39.074Z | [ recovery-image] May 21 22:11:38.080 INFO O| May 21 22:11:38.080 INFO STEP 959 (remove_files) COMPLETE |
| 7720 | 2026-05-21T22:11:39.074Z | [ recovery-image] May 21 22:11:38.080 INFO O| May 21 22:11:38.080 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7721 | 2026-05-21T22:11:39.081Z | [ recovery-image] May 21 22:11:38.090 INFO O| May 21 22:11:38.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7722 | 2026-05-21T22:11:39.081Z | [ recovery-image] May 21 22:11:38.091 INFO O| May 21 22:11:38.091 INFO STEP 960 (remove_files) COMPLETE |
| 7723 | 2026-05-21T22:11:39.081Z | [ recovery-image] May 21 22:11:38.091 INFO O| May 21 22:11:38.091 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7724 | 2026-05-21T22:11:39.090Z | [ recovery-image] May 21 22:11:38.099 INFO O| May 21 22:11:38.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7725 | 2026-05-21T22:11:39.090Z | [ recovery-image] May 21 22:11:38.099 INFO O| May 21 22:11:38.099 INFO STEP 961 (remove_files) COMPLETE |
| 7726 | 2026-05-21T22:11:39.090Z | [ recovery-image] May 21 22:11:38.099 INFO O| May 21 22:11:38.099 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7727 | 2026-05-21T22:11:39.100Z | [ recovery-image] May 21 22:11:38.110 INFO O| May 21 22:11:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7728 | 2026-05-21T22:11:39.100Z | [ recovery-image] May 21 22:11:38.110 INFO O| May 21 22:11:38.110 INFO STEP 962 (remove_files) COMPLETE |
| 7729 | 2026-05-21T22:11:39.100Z | [ recovery-image] May 21 22:11:38.110 INFO O| May 21 22:11:38.110 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7730 | 2026-05-21T22:11:39.111Z | [ recovery-image] May 21 22:11:38.120 INFO O| May 21 22:11:38.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7731 | 2026-05-21T22:11:39.111Z | [ recovery-image] May 21 22:11:38.120 INFO O| May 21 22:11:38.120 INFO STEP 963 (remove_files) COMPLETE |
| 7732 | 2026-05-21T22:11:39.111Z | [ recovery-image] May 21 22:11:38.120 INFO O| May 21 22:11:38.120 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7733 | 2026-05-21T22:11:39.120Z | [ recovery-image] May 21 22:11:38.129 INFO O| May 21 22:11:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7734 | 2026-05-21T22:11:39.120Z | [ recovery-image] May 21 22:11:38.129 INFO O| May 21 22:11:38.129 INFO STEP 964 (remove_files) COMPLETE |
| 7735 | 2026-05-21T22:11:39.120Z | [ recovery-image] May 21 22:11:38.129 INFO O| May 21 22:11:38.129 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7736 | 2026-05-21T22:11:39.128Z | [ recovery-image] May 21 22:11:38.139 INFO O| May 21 22:11:38.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7737 | 2026-05-21T22:11:39.128Z | [ recovery-image] May 21 22:11:38.139 INFO O| May 21 22:11:38.139 INFO STEP 965 (remove_files) COMPLETE |
| 7738 | 2026-05-21T22:11:39.128Z | [ recovery-image] May 21 22:11:38.139 INFO O| May 21 22:11:38.139 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7739 | 2026-05-21T22:11:39.137Z | [ recovery-image] May 21 22:11:38.147 INFO O| May 21 22:11:38.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7740 | 2026-05-21T22:11:39.137Z | [ recovery-image] May 21 22:11:38.147 INFO O| May 21 22:11:38.147 INFO STEP 966 (remove_files) COMPLETE |
| 7741 | 2026-05-21T22:11:39.137Z | [ recovery-image] May 21 22:11:38.147 INFO O| May 21 22:11:38.147 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7742 | 2026-05-21T22:11:39.145Z | [ recovery-image] May 21 22:11:38.155 INFO O| May 21 22:11:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7743 | 2026-05-21T22:11:39.145Z | [ recovery-image] May 21 22:11:38.155 INFO O| May 21 22:11:38.155 INFO STEP 967 (remove_files) COMPLETE |
| 7744 | 2026-05-21T22:11:39.145Z | [ recovery-image] May 21 22:11:38.155 INFO O| May 21 22:11:38.155 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7745 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.162 INFO O| May 21 22:11:38.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7746 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.162 INFO O| May 21 22:11:38.162 INFO STEP 968 (remove_files) COMPLETE |
| 7747 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.162 INFO O| May 21 22:11:38.162 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7748 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.168 INFO O| May 21 22:11:38.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7749 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.168 INFO O| May 21 22:11:38.168 INFO STEP 969 (remove_files) COMPLETE |
| 7750 | 2026-05-21T22:11:39.155Z | [ recovery-image] May 21 22:11:38.168 INFO O| May 21 22:11:38.168 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7751 | 2026-05-21T22:11:39.165Z | [ recovery-image] May 21 22:11:38.175 INFO O| May 21 22:11:38.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7752 | 2026-05-21T22:11:39.165Z | [ recovery-image] May 21 22:11:38.175 INFO O| May 21 22:11:38.175 INFO STEP 970 (remove_files) COMPLETE |
| 7753 | 2026-05-21T22:11:39.165Z | [ recovery-image] May 21 22:11:38.175 INFO O| May 21 22:11:38.175 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7754 | 2026-05-21T22:11:39.181Z | [ recovery-image] May 21 22:11:38.182 INFO O| May 21 22:11:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7755 | 2026-05-21T22:11:39.181Z | [ recovery-image] May 21 22:11:38.182 INFO O| May 21 22:11:38.182 INFO STEP 971 (remove_files) COMPLETE |
| 7756 | 2026-05-21T22:11:39.181Z | [ recovery-image] May 21 22:11:38.182 INFO O| May 21 22:11:38.182 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7757 | 2026-05-21T22:11:39.190Z | [ recovery-image] May 21 22:11:38.188 INFO O| May 21 22:11:38.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7758 | 2026-05-21T22:11:39.190Z | [ recovery-image] May 21 22:11:38.188 INFO O| May 21 22:11:38.188 INFO STEP 972 (remove_files) COMPLETE |
| 7759 | 2026-05-21T22:11:39.190Z | [ recovery-image] May 21 22:11:38.188 INFO O| May 21 22:11:38.188 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7760 | 2026-05-21T22:11:39.190Z | [ recovery-image] May 21 22:11:38.195 INFO O| May 21 22:11:38.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7761 | 2026-05-21T22:11:39.190Z | [ recovery-image] May 21 22:11:38.195 INFO O| May 21 22:11:38.195 INFO STEP 973 (remove_files) COMPLETE |
| 7762 | 2026-05-21T22:11:39.191Z | [ recovery-image] May 21 22:11:38.195 INFO O| May 21 22:11:38.195 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7763 | 2026-05-21T22:11:39.191Z | [ recovery-image] May 21 22:11:38.201 INFO O| May 21 22:11:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7764 | 2026-05-21T22:11:39.191Z | [ recovery-image] May 21 22:11:38.201 INFO O| May 21 22:11:38.201 INFO STEP 974 (remove_files) COMPLETE |
| 7765 | 2026-05-21T22:11:39.191Z | [ recovery-image] May 21 22:11:38.201 INFO O| May 21 22:11:38.201 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7766 | 2026-05-21T22:11:39.200Z | [ recovery-image] May 21 22:11:38.207 INFO O| May 21 22:11:38.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7767 | 2026-05-21T22:11:39.200Z | [ recovery-image] May 21 22:11:38.207 INFO O| May 21 22:11:38.207 INFO STEP 975 (remove_files) COMPLETE |
| 7768 | 2026-05-21T22:11:39.200Z | [ recovery-image] May 21 22:11:38.207 INFO O| May 21 22:11:38.207 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7769 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.214 INFO O| May 21 22:11:38.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7770 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.214 INFO O| May 21 22:11:38.214 INFO STEP 976 (remove_files) COMPLETE |
| 7771 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.214 INFO O| May 21 22:11:38.214 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7772 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.222 INFO O| May 21 22:11:38.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7773 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.222 INFO O| May 21 22:11:38.222 INFO STEP 977 (remove_files) COMPLETE |
| 7774 | 2026-05-21T22:11:39.216Z | [ recovery-image] May 21 22:11:38.222 INFO O| May 21 22:11:38.222 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7775 | 2026-05-21T22:11:39.225Z | [ recovery-image] May 21 22:11:38.229 INFO O| May 21 22:11:38.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7776 | 2026-05-21T22:11:39.225Z | [ recovery-image] May 21 22:11:38.229 INFO O| May 21 22:11:38.229 INFO STEP 978 (remove_files) COMPLETE |
| 7777 | 2026-05-21T22:11:39.225Z | [ recovery-image] May 21 22:11:38.229 INFO O| May 21 22:11:38.229 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7778 | 2026-05-21T22:11:39.226Z | [ recovery-image] May 21 22:11:38.236 INFO O| May 21 22:11:38.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7779 | 2026-05-21T22:11:39.226Z | [ recovery-image] May 21 22:11:38.236 INFO O| May 21 22:11:38.236 INFO STEP 979 (remove_files) COMPLETE |
| 7780 | 2026-05-21T22:11:39.226Z | [ recovery-image] May 21 22:11:38.236 INFO O| May 21 22:11:38.236 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7781 | 2026-05-21T22:11:39.234Z | [ recovery-image] May 21 22:11:38.243 INFO O| May 21 22:11:38.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7782 | 2026-05-21T22:11:39.234Z | [ recovery-image] May 21 22:11:38.243 INFO O| May 21 22:11:38.243 INFO STEP 980 (remove_files) COMPLETE |
| 7783 | 2026-05-21T22:11:39.234Z | [ recovery-image] May 21 22:11:38.243 INFO O| May 21 22:11:38.243 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7784 | 2026-05-21T22:11:39.245Z | [ recovery-image] May 21 22:11:38.254 INFO O| May 21 22:11:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7785 | 2026-05-21T22:11:39.245Z | [ recovery-image] May 21 22:11:38.254 INFO O| May 21 22:11:38.254 INFO STEP 981 (remove_files) COMPLETE |
| 7786 | 2026-05-21T22:11:39.246Z | [ recovery-image] May 21 22:11:38.254 INFO O| May 21 22:11:38.254 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7787 | 2026-05-21T22:11:39.253Z | [ recovery-image] May 21 22:11:38.263 INFO O| May 21 22:11:38.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7788 | 2026-05-21T22:11:39.253Z | [ recovery-image] May 21 22:11:38.263 INFO O| May 21 22:11:38.263 INFO STEP 982 (remove_files) COMPLETE |
| 7789 | 2026-05-21T22:11:39.253Z | [ recovery-image] May 21 22:11:38.263 INFO O| May 21 22:11:38.263 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7790 | 2026-05-21T22:11:39.261Z | [ recovery-image] May 21 22:11:38.271 INFO O| May 21 22:11:38.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7791 | 2026-05-21T22:11:39.261Z | [ recovery-image] May 21 22:11:38.271 INFO O| May 21 22:11:38.271 INFO STEP 983 (remove_files) COMPLETE |
| 7792 | 2026-05-21T22:11:39.261Z | [ recovery-image] May 21 22:11:38.271 INFO O| May 21 22:11:38.271 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7793 | 2026-05-21T22:11:39.272Z | [ recovery-image] May 21 22:11:38.279 INFO O| May 21 22:11:38.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7794 | 2026-05-21T22:11:39.272Z | [ recovery-image] May 21 22:11:38.279 INFO O| May 21 22:11:38.279 INFO STEP 984 (remove_files) COMPLETE |
| 7795 | 2026-05-21T22:11:39.272Z | [ recovery-image] May 21 22:11:38.279 INFO O| May 21 22:11:38.279 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7796 | 2026-05-21T22:11:39.286Z | [ recovery-image] May 21 22:11:38.290 INFO O| May 21 22:11:38.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7797 | 2026-05-21T22:11:39.286Z | [ recovery-image] May 21 22:11:38.290 INFO O| May 21 22:11:38.290 INFO STEP 985 (remove_files) COMPLETE |
| 7798 | 2026-05-21T22:11:39.286Z | [ recovery-image] May 21 22:11:38.290 INFO O| May 21 22:11:38.290 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7799 | 2026-05-21T22:11:39.294Z | [ recovery-image] May 21 22:11:38.300 INFO O| May 21 22:11:38.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7800 | 2026-05-21T22:11:39.294Z | [ recovery-image] May 21 22:11:38.300 INFO O| May 21 22:11:38.300 INFO STEP 986 (remove_files) COMPLETE |
| 7801 | 2026-05-21T22:11:39.294Z | [ recovery-image] May 21 22:11:38.300 INFO O| May 21 22:11:38.300 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7802 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.309 INFO O| May 21 22:11:38.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7803 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.309 INFO O| May 21 22:11:38.309 INFO STEP 987 (remove_files) COMPLETE |
| 7804 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.309 INFO O| May 21 22:11:38.309 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7805 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.317 INFO O| May 21 22:11:38.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7806 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.317 INFO O| May 21 22:11:38.317 INFO STEP 988 (remove_files) COMPLETE |
| 7807 | 2026-05-21T22:11:39.305Z | [ recovery-image] May 21 22:11:38.317 INFO O| May 21 22:11:38.317 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7808 | 2026-05-21T22:11:39.315Z | [ recovery-image] May 21 22:11:38.326 INFO O| May 21 22:11:38.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7809 | 2026-05-21T22:11:39.315Z | [ recovery-image] May 21 22:11:38.326 INFO O| May 21 22:11:38.326 INFO STEP 989 (remove_files) COMPLETE |
| 7810 | 2026-05-21T22:11:39.315Z | [ recovery-image] May 21 22:11:38.326 INFO O| May 21 22:11:38.326 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7811 | 2026-05-21T22:11:39.325Z | [ recovery-image] May 21 22:11:38.334 INFO O| May 21 22:11:38.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7812 | 2026-05-21T22:11:39.326Z | [ recovery-image] May 21 22:11:38.334 INFO O| May 21 22:11:38.334 INFO STEP 990 (remove_files) COMPLETE |
| 7813 | 2026-05-21T22:11:39.326Z | [ recovery-image] May 21 22:11:38.334 INFO O| May 21 22:11:38.334 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7814 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.341 INFO O| May 21 22:11:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7815 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.341 INFO O| May 21 22:11:38.341 INFO STEP 991 (remove_files) COMPLETE |
| 7816 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.341 INFO O| May 21 22:11:38.341 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7817 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.348 INFO O| May 21 22:11:38.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7818 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.348 INFO O| May 21 22:11:38.348 INFO STEP 992 (remove_files) COMPLETE |
| 7819 | 2026-05-21T22:11:39.341Z | [ recovery-image] May 21 22:11:38.348 INFO O| May 21 22:11:38.348 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7820 | 2026-05-21T22:11:39.346Z | [ recovery-image] May 21 22:11:38.355 INFO O| May 21 22:11:38.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7821 | 2026-05-21T22:11:39.346Z | [ recovery-image] May 21 22:11:38.355 INFO O| May 21 22:11:38.355 INFO STEP 993 (remove_files) COMPLETE |
| 7822 | 2026-05-21T22:11:39.346Z | [ recovery-image] May 21 22:11:38.355 INFO O| May 21 22:11:38.355 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7823 | 2026-05-21T22:11:39.350Z | [ recovery-image] May 21 22:11:38.361 INFO O| May 21 22:11:38.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7824 | 2026-05-21T22:11:39.350Z | [ recovery-image] May 21 22:11:38.361 INFO O| May 21 22:11:38.361 INFO STEP 994 (remove_files) COMPLETE |
| 7825 | 2026-05-21T22:11:39.350Z | [ recovery-image] May 21 22:11:38.361 INFO O| May 21 22:11:38.361 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7826 | 2026-05-21T22:11:39.355Z | [ recovery-image] May 21 22:11:38.368 INFO O| May 21 22:11:38.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7827 | 2026-05-21T22:11:39.355Z | [ recovery-image] May 21 22:11:38.368 INFO O| May 21 22:11:38.368 INFO STEP 995 (remove_files) COMPLETE |
| 7828 | 2026-05-21T22:11:39.355Z | [ recovery-image] May 21 22:11:38.368 INFO O| May 21 22:11:38.368 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7829 | 2026-05-21T22:11:39.362Z | [ recovery-image] May 21 22:11:38.376 INFO O| May 21 22:11:38.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7830 | 2026-05-21T22:11:39.362Z | [ recovery-image] May 21 22:11:38.376 INFO O| May 21 22:11:38.376 INFO STEP 996 (remove_files) COMPLETE |
| 7831 | 2026-05-21T22:11:39.366Z | [ recovery-image] May 21 22:11:38.376 INFO O| May 21 22:11:38.376 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7832 | 2026-05-21T22:11:39.370Z | [ recovery-image] May 21 22:11:38.384 INFO O| May 21 22:11:38.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7833 | 2026-05-21T22:11:39.370Z | [ recovery-image] May 21 22:11:38.384 INFO O| May 21 22:11:38.384 INFO STEP 997 (remove_files) COMPLETE |
| 7834 | 2026-05-21T22:11:39.384Z | [ recovery-image] May 21 22:11:38.384 INFO O| May 21 22:11:38.384 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7835 | 2026-05-21T22:11:39.384Z | [ recovery-image] May 21 22:11:38.391 INFO O| May 21 22:11:38.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7836 | 2026-05-21T22:11:39.384Z | [ recovery-image] May 21 22:11:38.391 INFO O| May 21 22:11:38.391 INFO STEP 998 (remove_files) COMPLETE |
| 7837 | 2026-05-21T22:11:39.384Z | [ recovery-image] May 21 22:11:38.391 INFO O| May 21 22:11:38.391 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7838 | 2026-05-21T22:11:39.389Z | [ recovery-image] May 21 22:11:38.398 INFO O| May 21 22:11:38.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7839 | 2026-05-21T22:11:39.389Z | [ recovery-image] May 21 22:11:38.398 INFO O| May 21 22:11:38.398 INFO STEP 999 (remove_files) COMPLETE |
| 7840 | 2026-05-21T22:11:39.389Z | [ recovery-image] May 21 22:11:38.398 INFO O| May 21 22:11:38.398 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7841 | 2026-05-21T22:11:39.408Z | [ recovery-image] May 21 22:11:38.406 INFO O| May 21 22:11:38.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7842 | 2026-05-21T22:11:39.408Z | [ recovery-image] May 21 22:11:38.406 INFO O| May 21 22:11:38.406 INFO STEP 1000 (remove_files) COMPLETE |
| 7843 | 2026-05-21T22:11:39.408Z | [ recovery-image] May 21 22:11:38.406 INFO O| May 21 22:11:38.406 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7844 | 2026-05-21T22:11:39.428Z | [ recovery-image] May 21 22:11:38.413 INFO O| May 21 22:11:38.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7845 | 2026-05-21T22:11:39.428Z | [ recovery-image] May 21 22:11:38.413 INFO O| May 21 22:11:38.413 INFO STEP 1001 (remove_files) COMPLETE |
| 7846 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.413 INFO O| May 21 22:11:38.413 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7847 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.420 INFO O| May 21 22:11:38.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7848 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.420 INFO O| May 21 22:11:38.420 INFO STEP 1002 (remove_files) COMPLETE |
| 7849 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.420 INFO O| May 21 22:11:38.420 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7850 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.427 INFO O| May 21 22:11:38.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 7851 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.427 INFO O| May 21 22:11:38.427 INFO STEP 1003 (remove_files) COMPLETE |
| 7852 | 2026-05-21T22:11:39.429Z | [ recovery-image] May 21 22:11:38.427 INFO O| May 21 22:11:38.427 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7853 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.435 INFO O| May 21 22:11:38.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 7854 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.435 INFO O| May 21 22:11:38.435 INFO STEP 1004 (remove_files) COMPLETE |
| 7855 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.435 INFO O| May 21 22:11:38.435 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7856 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.444 INFO O| May 21 22:11:38.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 7857 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.444 INFO O| May 21 22:11:38.444 INFO STEP 1005 (remove_files) COMPLETE |
| 7858 | 2026-05-21T22:11:39.455Z | [ recovery-image] May 21 22:11:38.444 INFO O| May 21 22:11:38.444 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7859 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.454 INFO O| May 21 22:11:38.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 7860 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.454 INFO O| May 21 22:11:38.454 INFO STEP 1006 (remove_files) COMPLETE |
| 7861 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.454 INFO O| May 21 22:11:38.454 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7862 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.462 INFO O| May 21 22:11:38.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 7863 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.462 INFO O| May 21 22:11:38.462 INFO STEP 1007 (remove_files) COMPLETE |
| 7864 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.462 INFO O| May 21 22:11:38.462 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7865 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.472 INFO O| May 21 22:11:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 7866 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.472 INFO O| May 21 22:11:38.472 INFO STEP 1008 (remove_files) COMPLETE |
| 7867 | 2026-05-21T22:11:39.496Z | [ recovery-image] May 21 22:11:38.472 INFO O| May 21 22:11:38.472 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7868 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.480 INFO O| May 21 22:11:38.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 7869 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.480 INFO O| May 21 22:11:38.480 INFO STEP 1009 (remove_files) COMPLETE |
| 7870 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.480 INFO O| May 21 22:11:38.480 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7871 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.489 INFO O| May 21 22:11:38.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 7872 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.489 INFO O| May 21 22:11:38.489 INFO STEP 1010 (remove_files) COMPLETE |
| 7873 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.489 INFO O| May 21 22:11:38.489 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7874 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.497 INFO O| May 21 22:11:38.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 7875 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.497 INFO O| May 21 22:11:38.497 INFO STEP 1011 (remove_files) COMPLETE |
| 7876 | 2026-05-21T22:11:39.497Z | [ recovery-image] May 21 22:11:38.497 INFO O| May 21 22:11:38.497 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7877 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.504 INFO O| May 21 22:11:38.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 7878 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.504 INFO O| May 21 22:11:38.504 INFO STEP 1012 (remove_files) COMPLETE |
| 7879 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.504 INFO O| May 21 22:11:38.504 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7880 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.511 INFO O| May 21 22:11:38.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 7881 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.512 INFO O| May 21 22:11:38.512 INFO STEP 1013 (remove_files) COMPLETE |
| 7882 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.512 INFO O| May 21 22:11:38.512 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7883 | 2026-05-21T22:11:39.519Z | [ recovery-image] May 21 22:11:38.518 INFO O| May 21 22:11:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 7884 | 2026-05-21T22:11:39.520Z | [ recovery-image] May 21 22:11:38.518 INFO O| May 21 22:11:38.518 INFO STEP 1014 (remove_files) COMPLETE |
| 7885 | 2026-05-21T22:11:39.520Z | [ recovery-image] May 21 22:11:38.519 INFO O| May 21 22:11:38.518 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7886 | 2026-05-21T22:11:39.532Z | [ recovery-image] May 21 22:11:38.526 INFO O| May 21 22:11:38.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 7887 | 2026-05-21T22:11:39.532Z | [ recovery-image] May 21 22:11:38.526 INFO O| May 21 22:11:38.526 INFO STEP 1015 (remove_files) COMPLETE |
| 7888 | 2026-05-21T22:11:39.532Z | [ recovery-image] May 21 22:11:38.526 INFO O| May 21 22:11:38.526 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7889 | 2026-05-21T22:11:39.533Z | [ recovery-image] May 21 22:11:38.536 INFO O| May 21 22:11:38.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 7890 | 2026-05-21T22:11:39.533Z | [ recovery-image] May 21 22:11:38.536 INFO O| May 21 22:11:38.536 INFO STEP 1016 (remove_files) COMPLETE |
| 7891 | 2026-05-21T22:11:39.533Z | [ recovery-image] May 21 22:11:38.536 INFO O| May 21 22:11:38.536 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7892 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.545 INFO O| May 21 22:11:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 7893 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.546 INFO O| May 21 22:11:38.546 INFO STEP 1017 (remove_files) COMPLETE |
| 7894 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.546 INFO O| May 21 22:11:38.546 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7895 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.556 INFO O| May 21 22:11:38.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 7896 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.556 INFO O| May 21 22:11:38.556 INFO STEP 1018 (remove_files) COMPLETE |
| 7897 | 2026-05-21T22:11:39.544Z | [ recovery-image] May 21 22:11:38.556 INFO O| May 21 22:11:38.556 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7898 | 2026-05-21T22:11:39.565Z | [ recovery-image] May 21 22:11:38.565 INFO O| May 21 22:11:38.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 7899 | 2026-05-21T22:11:39.565Z | [ recovery-image] May 21 22:11:38.565 INFO O| May 21 22:11:38.565 INFO STEP 1019 (remove_files) COMPLETE |
| 7900 | 2026-05-21T22:11:39.565Z | [ recovery-image] May 21 22:11:38.565 INFO O| May 21 22:11:38.565 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7901 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.573 INFO O| May 21 22:11:38.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 7902 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.573 INFO O| May 21 22:11:38.573 INFO STEP 1020 (remove_files) COMPLETE |
| 7903 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.573 INFO O| May 21 22:11:38.573 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7904 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.583 INFO O| May 21 22:11:38.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 7905 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.583 INFO O| May 21 22:11:38.583 INFO STEP 1021 (remove_files) COMPLETE |
| 7906 | 2026-05-21T22:11:39.572Z | [ recovery-image] May 21 22:11:38.583 INFO O| May 21 22:11:38.583 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7907 | 2026-05-21T22:11:39.581Z | [ recovery-image] May 21 22:11:38.594 INFO O| May 21 22:11:38.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 7908 | 2026-05-21T22:11:39.581Z | [ recovery-image] May 21 22:11:38.594 INFO O| May 21 22:11:38.594 INFO STEP 1022 (remove_files) COMPLETE |
| 7909 | 2026-05-21T22:11:39.592Z | [ recovery-image] May 21 22:11:38.594 INFO O| May 21 22:11:38.594 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7910 | 2026-05-21T22:11:39.592Z | [ recovery-image] May 21 22:11:38.603 INFO O| May 21 22:11:38.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 7911 | 2026-05-21T22:11:39.592Z | [ recovery-image] May 21 22:11:38.603 INFO O| May 21 22:11:38.603 INFO STEP 1023 (remove_files) COMPLETE |
| 7912 | 2026-05-21T22:11:39.592Z | [ recovery-image] May 21 22:11:38.603 INFO O| May 21 22:11:38.603 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7913 | 2026-05-21T22:11:39.604Z | [ recovery-image] May 21 22:11:38.614 INFO O| May 21 22:11:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 7914 | 2026-05-21T22:11:39.604Z | [ recovery-image] May 21 22:11:38.614 INFO O| May 21 22:11:38.614 INFO STEP 1024 (remove_files) COMPLETE |
| 7915 | 2026-05-21T22:11:39.604Z | [ recovery-image] May 21 22:11:38.614 INFO O| May 21 22:11:38.614 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7916 | 2026-05-21T22:11:39.611Z | [ recovery-image] May 21 22:11:38.624 INFO O| May 21 22:11:38.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 7917 | 2026-05-21T22:11:39.611Z | [ recovery-image] May 21 22:11:38.624 INFO O| May 21 22:11:38.624 INFO STEP 1025 (remove_files) COMPLETE |
| 7918 | 2026-05-21T22:11:39.611Z | [ recovery-image] May 21 22:11:38.624 INFO O| May 21 22:11:38.624 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7919 | 2026-05-21T22:11:39.622Z | [ recovery-image] May 21 22:11:38.632 INFO O| May 21 22:11:38.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 7920 | 2026-05-21T22:11:39.622Z | [ recovery-image] May 21 22:11:38.632 INFO O| May 21 22:11:38.632 INFO STEP 1026 (remove_files) COMPLETE |
| 7921 | 2026-05-21T22:11:39.622Z | [ recovery-image] May 21 22:11:38.632 INFO O| May 21 22:11:38.632 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7922 | 2026-05-21T22:11:39.630Z | [ recovery-image] May 21 22:11:38.640 INFO O| May 21 22:11:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 7923 | 2026-05-21T22:11:39.630Z | [ recovery-image] May 21 22:11:38.640 INFO O| May 21 22:11:38.640 INFO STEP 1027 (remove_files) COMPLETE |
| 7924 | 2026-05-21T22:11:39.630Z | [ recovery-image] May 21 22:11:38.640 INFO O| May 21 22:11:38.640 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7925 | 2026-05-21T22:11:39.643Z | [ recovery-image] May 21 22:11:38.650 INFO O| May 21 22:11:38.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 7926 | 2026-05-21T22:11:39.643Z | [ recovery-image] May 21 22:11:38.650 INFO O| May 21 22:11:38.650 INFO STEP 1028 (remove_files) COMPLETE |
| 7927 | 2026-05-21T22:11:39.643Z | [ recovery-image] May 21 22:11:38.650 INFO O| May 21 22:11:38.650 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7928 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.657 INFO O| May 21 22:11:38.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 7929 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.658 INFO O| May 21 22:11:38.658 INFO STEP 1029 (remove_files) COMPLETE |
| 7930 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.658 INFO O| May 21 22:11:38.658 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7931 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.664 INFO O| May 21 22:11:38.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 7932 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.665 INFO O| May 21 22:11:38.665 INFO STEP 1030 (remove_files) COMPLETE |
| 7933 | 2026-05-21T22:11:39.653Z | [ recovery-image] May 21 22:11:38.665 INFO O| May 21 22:11:38.665 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7934 | 2026-05-21T22:11:39.665Z | [ recovery-image] May 21 22:11:38.672 INFO O| May 21 22:11:38.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 7935 | 2026-05-21T22:11:39.665Z | [ recovery-image] May 21 22:11:38.672 INFO O| May 21 22:11:38.672 INFO STEP 1031 (remove_files) COMPLETE |
| 7936 | 2026-05-21T22:11:39.665Z | [ recovery-image] May 21 22:11:38.672 INFO O| May 21 22:11:38.672 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7937 | 2026-05-21T22:11:39.673Z | [ recovery-image] May 21 22:11:38.679 INFO O| May 21 22:11:38.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 7938 | 2026-05-21T22:11:39.673Z | [ recovery-image] May 21 22:11:38.680 INFO O| May 21 22:11:38.680 INFO STEP 1032 (remove_files) COMPLETE |
| 7939 | 2026-05-21T22:11:39.673Z | [ recovery-image] May 21 22:11:38.680 INFO O| May 21 22:11:38.680 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7940 | 2026-05-21T22:11:39.682Z | [ recovery-image] May 21 22:11:38.688 INFO O| May 21 22:11:38.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 7941 | 2026-05-21T22:11:39.682Z | [ recovery-image] May 21 22:11:38.688 INFO O| May 21 22:11:38.688 INFO STEP 1033 (remove_files) COMPLETE |
| 7942 | 2026-05-21T22:11:39.682Z | [ recovery-image] May 21 22:11:38.688 INFO O| May 21 22:11:38.688 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7943 | 2026-05-21T22:11:39.690Z | [ recovery-image] May 21 22:11:38.698 INFO O| May 21 22:11:38.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 7944 | 2026-05-21T22:11:39.690Z | [ recovery-image] May 21 22:11:38.699 INFO O| May 21 22:11:38.699 INFO STEP 1034 (remove_files) COMPLETE |
| 7945 | 2026-05-21T22:11:39.690Z | [ recovery-image] May 21 22:11:38.699 INFO O| May 21 22:11:38.699 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7946 | 2026-05-21T22:11:39.705Z | [ recovery-image] May 21 22:11:38.707 INFO O| May 21 22:11:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 7947 | 2026-05-21T22:11:39.705Z | [ recovery-image] May 21 22:11:38.707 INFO O| May 21 22:11:38.707 INFO STEP 1035 (remove_files) COMPLETE |
| 7948 | 2026-05-21T22:11:39.705Z | [ recovery-image] May 21 22:11:38.707 INFO O| May 21 22:11:38.707 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7949 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.717 INFO O| May 21 22:11:38.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 7950 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.717 INFO O| May 21 22:11:38.717 INFO STEP 1036 (remove_files) COMPLETE |
| 7951 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.717 INFO O| May 21 22:11:38.717 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7952 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.726 INFO O| May 21 22:11:38.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 7953 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.726 INFO O| May 21 22:11:38.726 INFO STEP 1037 (remove_files) COMPLETE |
| 7954 | 2026-05-21T22:11:39.715Z | [ recovery-image] May 21 22:11:38.726 INFO O| May 21 22:11:38.726 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7955 | 2026-05-21T22:11:39.729Z | [ recovery-image] May 21 22:11:38.735 INFO O| May 21 22:11:38.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 7956 | 2026-05-21T22:11:39.729Z | [ recovery-image] May 21 22:11:38.735 INFO O| May 21 22:11:38.735 INFO STEP 1038 (remove_files) COMPLETE |
| 7957 | 2026-05-21T22:11:39.729Z | [ recovery-image] May 21 22:11:38.735 INFO O| May 21 22:11:38.735 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7958 | 2026-05-21T22:11:39.743Z | [ recovery-image] May 21 22:11:38.746 INFO O| May 21 22:11:38.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 7959 | 2026-05-21T22:11:39.743Z | [ recovery-image] May 21 22:11:38.746 INFO O| May 21 22:11:38.746 INFO STEP 1039 (remove_files) COMPLETE |
| 7960 | 2026-05-21T22:11:39.743Z | [ recovery-image] May 21 22:11:38.746 INFO O| May 21 22:11:38.746 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7961 | 2026-05-21T22:11:39.761Z | [ recovery-image] May 21 22:11:38.755 INFO O| May 21 22:11:38.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 7962 | 2026-05-21T22:11:39.761Z | [ recovery-image] May 21 22:11:38.755 INFO O| May 21 22:11:38.755 INFO STEP 1040 (remove_files) COMPLETE |
| 7963 | 2026-05-21T22:11:39.761Z | [ recovery-image] May 21 22:11:38.755 INFO O| May 21 22:11:38.755 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7964 | 2026-05-21T22:11:39.762Z | [ recovery-image] May 21 22:11:38.764 INFO O| May 21 22:11:38.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 7965 | 2026-05-21T22:11:39.762Z | [ recovery-image] May 21 22:11:38.764 INFO O| May 21 22:11:38.764 INFO STEP 1041 (remove_files) COMPLETE |
| 7966 | 2026-05-21T22:11:39.762Z | [ recovery-image] May 21 22:11:38.764 INFO O| May 21 22:11:38.764 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7967 | 2026-05-21T22:11:39.770Z | [ recovery-image] May 21 22:11:38.777 INFO O| May 21 22:11:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 7968 | 2026-05-21T22:11:39.770Z | [ recovery-image] May 21 22:11:38.777 INFO O| May 21 22:11:38.777 INFO STEP 1042 (remove_files) COMPLETE |
| 7969 | 2026-05-21T22:11:39.770Z | [ recovery-image] May 21 22:11:38.777 INFO O| May 21 22:11:38.777 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7970 | 2026-05-21T22:11:39.786Z | [ recovery-image] May 21 22:11:38.785 INFO O| May 21 22:11:38.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 7971 | 2026-05-21T22:11:39.786Z | [ recovery-image] May 21 22:11:38.785 INFO O| May 21 22:11:38.785 INFO STEP 1043 (remove_files) COMPLETE |
| 7972 | 2026-05-21T22:11:39.786Z | [ recovery-image] May 21 22:11:38.785 INFO O| May 21 22:11:38.785 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7973 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.795 INFO O| May 21 22:11:38.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 7974 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.795 INFO O| May 21 22:11:38.795 INFO STEP 1044 (remove_files) COMPLETE |
| 7975 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.795 INFO O| May 21 22:11:38.795 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7976 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.804 INFO O| May 21 22:11:38.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 7977 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.804 INFO O| May 21 22:11:38.804 INFO STEP 1045 (remove_files) COMPLETE |
| 7978 | 2026-05-21T22:11:39.795Z | [ recovery-image] May 21 22:11:38.805 INFO O| May 21 22:11:38.804 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7979 | 2026-05-21T22:11:39.804Z | [ recovery-image] May 21 22:11:38.813 INFO O| May 21 22:11:38.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 7980 | 2026-05-21T22:11:39.804Z | [ recovery-image] May 21 22:11:38.813 INFO O| May 21 22:11:38.813 INFO STEP 1046 (remove_files) COMPLETE |
| 7981 | 2026-05-21T22:11:39.804Z | [ recovery-image] May 21 22:11:38.813 INFO O| May 21 22:11:38.813 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7982 | 2026-05-21T22:11:39.814Z | [ recovery-image] May 21 22:11:38.823 INFO O| May 21 22:11:38.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 7983 | 2026-05-21T22:11:39.814Z | [ recovery-image] May 21 22:11:38.823 INFO O| May 21 22:11:38.823 INFO STEP 1047 (remove_files) COMPLETE |
| 7984 | 2026-05-21T22:11:39.814Z | [ recovery-image] May 21 22:11:38.823 INFO O| May 21 22:11:38.823 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7985 | 2026-05-21T22:11:39.822Z | [ recovery-image] May 21 22:11:38.834 INFO O| May 21 22:11:38.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 7986 | 2026-05-21T22:11:39.822Z | [ recovery-image] May 21 22:11:38.834 INFO O| May 21 22:11:38.834 INFO STEP 1048 (remove_files) COMPLETE |
| 7987 | 2026-05-21T22:11:39.822Z | [ recovery-image] May 21 22:11:38.834 INFO O| May 21 22:11:38.834 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7988 | 2026-05-21T22:11:39.832Z | [ recovery-image] May 21 22:11:38.842 INFO O| May 21 22:11:38.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 7989 | 2026-05-21T22:11:39.833Z | [ recovery-image] May 21 22:11:38.842 INFO O| May 21 22:11:38.842 INFO STEP 1049 (remove_files) COMPLETE |
| 7990 | 2026-05-21T22:11:39.833Z | [ recovery-image] May 21 22:11:38.842 INFO O| May 21 22:11:38.842 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7991 | 2026-05-21T22:11:39.841Z | [ recovery-image] May 21 22:11:38.850 INFO O| May 21 22:11:38.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 7992 | 2026-05-21T22:11:39.841Z | [ recovery-image] May 21 22:11:38.850 INFO O| May 21 22:11:38.850 INFO STEP 1050 (remove_files) COMPLETE |
| 7993 | 2026-05-21T22:11:39.841Z | [ recovery-image] May 21 22:11:38.850 INFO O| May 21 22:11:38.850 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7994 | 2026-05-21T22:11:39.850Z | [ recovery-image] May 21 22:11:38.859 INFO O| May 21 22:11:38.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 7995 | 2026-05-21T22:11:39.850Z | [ recovery-image] May 21 22:11:38.859 INFO O| May 21 22:11:38.859 INFO STEP 1051 (remove_files) COMPLETE |
| 7996 | 2026-05-21T22:11:39.850Z | [ recovery-image] May 21 22:11:38.859 INFO O| May 21 22:11:38.859 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7997 | 2026-05-21T22:11:39.861Z | [ recovery-image] May 21 22:11:38.874 INFO O| May 21 22:11:38.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 7998 | 2026-05-21T22:11:39.861Z | [ recovery-image] May 21 22:11:38.874 INFO O| May 21 22:11:38.874 INFO STEP 1052 (remove_files) COMPLETE |
| 7999 | 2026-05-21T22:11:39.868Z | [ recovery-image] May 21 22:11:38.874 INFO O| May 21 22:11:38.874 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8000 | 2026-05-21T22:11:39.874Z | [ recovery-image] May 21 22:11:38.882 INFO O| May 21 22:11:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8001 | 2026-05-21T22:11:39.874Z | [ recovery-image] May 21 22:11:38.882 INFO O| May 21 22:11:38.882 INFO STEP 1053 (remove_files) COMPLETE |
| 8002 | 2026-05-21T22:11:39.874Z | [ recovery-image] May 21 22:11:38.882 INFO O| May 21 22:11:38.882 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8003 | 2026-05-21T22:11:39.881Z | [ recovery-image] May 21 22:11:38.889 INFO O| May 21 22:11:38.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8004 | 2026-05-21T22:11:39.881Z | [ recovery-image] May 21 22:11:38.889 INFO O| May 21 22:11:38.889 INFO STEP 1054 (remove_files) COMPLETE |
| 8005 | 2026-05-21T22:11:39.881Z | [ recovery-image] May 21 22:11:38.889 INFO O| May 21 22:11:38.889 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8006 | 2026-05-21T22:11:39.890Z | [ recovery-image] May 21 22:11:38.898 INFO O| May 21 22:11:38.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8007 | 2026-05-21T22:11:39.890Z | [ recovery-image] May 21 22:11:38.898 INFO O| May 21 22:11:38.898 INFO STEP 1055 (remove_files) COMPLETE |
| 8008 | 2026-05-21T22:11:39.890Z | [ recovery-image] May 21 22:11:38.898 INFO O| May 21 22:11:38.898 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8009 | 2026-05-21T22:11:39.898Z | [ recovery-image] May 21 22:11:38.907 INFO O| May 21 22:11:38.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8010 | 2026-05-21T22:11:39.898Z | [ recovery-image] May 21 22:11:38.907 INFO O| May 21 22:11:38.907 INFO STEP 1056 (remove_files) COMPLETE |
| 8011 | 2026-05-21T22:11:39.898Z | [ recovery-image] May 21 22:11:38.907 INFO O| May 21 22:11:38.907 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8012 | 2026-05-21T22:11:39.909Z | [ recovery-image] May 21 22:11:38.919 INFO O| May 21 22:11:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8013 | 2026-05-21T22:11:39.909Z | [ recovery-image] May 21 22:11:38.919 INFO O| May 21 22:11:38.919 INFO STEP 1057 (remove_files) COMPLETE |
| 8014 | 2026-05-21T22:11:39.909Z | [ recovery-image] May 21 22:11:38.919 INFO O| May 21 22:11:38.919 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8015 | 2026-05-21T22:11:39.925Z | [ recovery-image] May 21 22:11:38.926 INFO O| May 21 22:11:38.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8016 | 2026-05-21T22:11:39.925Z | [ recovery-image] May 21 22:11:38.926 INFO O| May 21 22:11:38.926 INFO STEP 1058 (remove_files) COMPLETE |
| 8017 | 2026-05-21T22:11:39.925Z | [ recovery-image] May 21 22:11:38.927 INFO O| May 21 22:11:38.926 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8018 | 2026-05-21T22:11:39.932Z | [ recovery-image] May 21 22:11:38.937 INFO O| May 21 22:11:38.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8019 | 2026-05-21T22:11:39.932Z | [ recovery-image] May 21 22:11:38.937 INFO O| May 21 22:11:38.937 INFO STEP 1059 (remove_files) COMPLETE |
| 8020 | 2026-05-21T22:11:39.932Z | [ recovery-image] May 21 22:11:38.937 INFO O| May 21 22:11:38.937 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8021 | 2026-05-21T22:11:39.940Z | [ recovery-image] May 21 22:11:38.946 INFO O| May 21 22:11:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8022 | 2026-05-21T22:11:39.940Z | [ recovery-image] May 21 22:11:38.946 INFO O| May 21 22:11:38.946 INFO STEP 1060 (remove_files) COMPLETE |
| 8023 | 2026-05-21T22:11:39.940Z | [ recovery-image] May 21 22:11:38.946 INFO O| May 21 22:11:38.946 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8024 | 2026-05-21T22:11:39.950Z | [ recovery-image] May 21 22:11:38.957 INFO O| May 21 22:11:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8025 | 2026-05-21T22:11:39.950Z | [ recovery-image] May 21 22:11:38.957 INFO O| May 21 22:11:38.957 INFO STEP 1061 (remove_files) COMPLETE |
| 8026 | 2026-05-21T22:11:39.950Z | [ recovery-image] May 21 22:11:38.957 INFO O| May 21 22:11:38.957 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8027 | 2026-05-21T22:11:39.960Z | [ recovery-image] May 21 22:11:38.967 INFO O| May 21 22:11:38.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8028 | 2026-05-21T22:11:39.960Z | [ recovery-image] May 21 22:11:38.967 INFO O| May 21 22:11:38.967 INFO STEP 1062 (remove_files) COMPLETE |
| 8029 | 2026-05-21T22:11:39.960Z | [ recovery-image] May 21 22:11:38.967 INFO O| May 21 22:11:38.967 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8030 | 2026-05-21T22:11:39.970Z | [ recovery-image] May 21 22:11:38.976 INFO O| May 21 22:11:38.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8031 | 2026-05-21T22:11:39.971Z | [ recovery-image] May 21 22:11:38.977 INFO O| May 21 22:11:38.976 INFO STEP 1063 (remove_files) COMPLETE |
| 8032 | 2026-05-21T22:11:39.971Z | [ recovery-image] May 21 22:11:38.977 INFO O| May 21 22:11:38.976 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8033 | 2026-05-21T22:11:39.979Z | [ recovery-image] May 21 22:11:38.986 INFO O| May 21 22:11:38.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8034 | 2026-05-21T22:11:39.979Z | [ recovery-image] May 21 22:11:38.986 INFO O| May 21 22:11:38.986 INFO STEP 1064 (remove_files) COMPLETE |
| 8035 | 2026-05-21T22:11:39.979Z | [ recovery-image] May 21 22:11:38.986 INFO O| May 21 22:11:38.986 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8036 | 2026-05-21T22:11:39.989Z | [ recovery-image] May 21 22:11:38.994 INFO O| May 21 22:11:38.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8037 | 2026-05-21T22:11:39.989Z | [ recovery-image] May 21 22:11:38.995 INFO O| May 21 22:11:38.995 INFO STEP 1065 (remove_files) COMPLETE |
| 8038 | 2026-05-21T22:11:39.989Z | [ recovery-image] May 21 22:11:38.995 INFO O| May 21 22:11:38.995 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8039 | 2026-05-21T22:11:39.996Z | [ recovery-image] May 21 22:11:39.004 INFO O| May 21 22:11:39.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8040 | 2026-05-21T22:11:39.996Z | [ recovery-image] May 21 22:11:39.004 INFO O| May 21 22:11:39.004 INFO STEP 1066 (remove_files) COMPLETE |
| 8041 | 2026-05-21T22:11:39.996Z | [ recovery-image] May 21 22:11:39.004 INFO O| May 21 22:11:39.004 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8042 | 2026-05-21T22:11:40.005Z | [ recovery-image] May 21 22:11:39.013 INFO O| May 21 22:11:39.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8043 | 2026-05-21T22:11:40.005Z | [ recovery-image] May 21 22:11:39.013 INFO O| May 21 22:11:39.013 INFO STEP 1067 (remove_files) COMPLETE |
| 8044 | 2026-05-21T22:11:40.005Z | [ recovery-image] May 21 22:11:39.013 INFO O| May 21 22:11:39.013 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8045 | 2026-05-21T22:11:40.013Z | [ recovery-image] May 21 22:11:39.022 INFO O| May 21 22:11:39.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8046 | 2026-05-21T22:11:40.013Z | [ recovery-image] May 21 22:11:39.022 INFO O| May 21 22:11:39.022 INFO STEP 1068 (remove_files) COMPLETE |
| 8047 | 2026-05-21T22:11:40.013Z | [ recovery-image] May 21 22:11:39.022 INFO O| May 21 22:11:39.022 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8048 | 2026-05-21T22:11:40.022Z | [ recovery-image] May 21 22:11:39.033 INFO O| May 21 22:11:39.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8049 | 2026-05-21T22:11:40.022Z | [ recovery-image] May 21 22:11:39.033 INFO O| May 21 22:11:39.033 INFO STEP 1069 (remove_files) COMPLETE |
| 8050 | 2026-05-21T22:11:40.022Z | [ recovery-image] May 21 22:11:39.033 INFO O| May 21 22:11:39.033 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8051 | 2026-05-21T22:11:40.031Z | [ recovery-image] May 21 22:11:39.042 INFO O| May 21 22:11:39.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8052 | 2026-05-21T22:11:40.031Z | [ recovery-image] May 21 22:11:39.042 INFO O| May 21 22:11:39.042 INFO STEP 1070 (remove_files) COMPLETE |
| 8053 | 2026-05-21T22:11:40.032Z | [ recovery-image] May 21 22:11:39.042 INFO O| May 21 22:11:39.042 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8054 | 2026-05-21T22:11:40.041Z | [ recovery-image] May 21 22:11:39.052 INFO O| May 21 22:11:39.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8055 | 2026-05-21T22:11:40.042Z | [ recovery-image] May 21 22:11:39.052 INFO O| May 21 22:11:39.052 INFO STEP 1071 (remove_files) COMPLETE |
| 8056 | 2026-05-21T22:11:40.042Z | [ recovery-image] May 21 22:11:39.052 INFO O| May 21 22:11:39.052 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8057 | 2026-05-21T22:11:40.052Z | [ recovery-image] May 21 22:11:39.061 INFO O| May 21 22:11:39.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8058 | 2026-05-21T22:11:40.052Z | [ recovery-image] May 21 22:11:39.061 INFO O| May 21 22:11:39.061 INFO STEP 1072 (remove_files) COMPLETE |
| 8059 | 2026-05-21T22:11:40.052Z | [ recovery-image] May 21 22:11:39.061 INFO O| May 21 22:11:39.061 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8060 | 2026-05-21T22:11:40.060Z | [ recovery-image] May 21 22:11:39.070 INFO O| May 21 22:11:39.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8061 | 2026-05-21T22:11:40.060Z | [ recovery-image] May 21 22:11:39.070 INFO O| May 21 22:11:39.070 INFO STEP 1073 (remove_files) COMPLETE |
| 8062 | 2026-05-21T22:11:40.060Z | [ recovery-image] May 21 22:11:39.070 INFO O| May 21 22:11:39.070 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8063 | 2026-05-21T22:11:40.077Z | [ recovery-image] May 21 22:11:39.079 INFO O| May 21 22:11:39.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8064 | 2026-05-21T22:11:40.077Z | [ recovery-image] May 21 22:11:39.079 INFO O| May 21 22:11:39.079 INFO STEP 1074 (remove_files) COMPLETE |
| 8065 | 2026-05-21T22:11:40.077Z | [ recovery-image] May 21 22:11:39.079 INFO O| May 21 22:11:39.079 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8066 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.089 INFO O| May 21 22:11:39.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8067 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.089 INFO O| May 21 22:11:39.089 INFO STEP 1075 (remove_files) COMPLETE |
| 8068 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.089 INFO O| May 21 22:11:39.089 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8069 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.098 INFO O| May 21 22:11:39.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8070 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.098 INFO O| May 21 22:11:39.098 INFO STEP 1076 (remove_files) COMPLETE |
| 8071 | 2026-05-21T22:11:40.085Z | [ recovery-image] May 21 22:11:39.098 INFO O| May 21 22:11:39.098 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8072 | 2026-05-21T22:11:40.094Z | [ recovery-image] May 21 22:11:39.106 INFO O| May 21 22:11:39.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8073 | 2026-05-21T22:11:40.094Z | [ recovery-image] May 21 22:11:39.106 INFO O| May 21 22:11:39.106 INFO STEP 1077 (remove_files) COMPLETE |
| 8074 | 2026-05-21T22:11:40.094Z | [ recovery-image] May 21 22:11:39.106 INFO O| May 21 22:11:39.106 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8075 | 2026-05-21T22:11:40.103Z | [ recovery-image] May 21 22:11:39.116 INFO O| May 21 22:11:39.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8076 | 2026-05-21T22:11:40.103Z | [ recovery-image] May 21 22:11:39.116 INFO O| May 21 22:11:39.116 INFO STEP 1078 (remove_files) COMPLETE |
| 8077 | 2026-05-21T22:11:40.111Z | [ recovery-image] May 21 22:11:39.116 INFO O| May 21 22:11:39.116 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8078 | 2026-05-21T22:11:40.127Z | [ recovery-image] May 21 22:11:39.125 INFO O| May 21 22:11:39.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8079 | 2026-05-21T22:11:40.127Z | [ recovery-image] May 21 22:11:39.125 INFO O| May 21 22:11:39.125 INFO STEP 1079 (remove_files) COMPLETE |
| 8080 | 2026-05-21T22:11:40.127Z | [ recovery-image] May 21 22:11:39.125 INFO O| May 21 22:11:39.125 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8081 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.135 INFO O| May 21 22:11:39.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8082 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.135 INFO O| May 21 22:11:39.135 INFO STEP 1080 (remove_files) COMPLETE |
| 8083 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.135 INFO O| May 21 22:11:39.135 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8084 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.142 INFO O| May 21 22:11:39.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8085 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.142 INFO O| May 21 22:11:39.142 INFO STEP 1081 (remove_files) COMPLETE |
| 8086 | 2026-05-21T22:11:40.135Z | [ recovery-image] May 21 22:11:39.142 INFO O| May 21 22:11:39.142 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8087 | 2026-05-21T22:11:40.149Z | [ recovery-image] May 21 22:11:39.149 INFO O| May 21 22:11:39.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8088 | 2026-05-21T22:11:40.149Z | [ recovery-image] May 21 22:11:39.149 INFO O| May 21 22:11:39.149 INFO STEP 1082 (remove_files) COMPLETE |
| 8089 | 2026-05-21T22:11:40.149Z | [ recovery-image] May 21 22:11:39.149 INFO O| May 21 22:11:39.149 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8090 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.159 INFO O| May 21 22:11:39.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8091 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.160 INFO O| May 21 22:11:39.160 INFO STEP 1083 (remove_files) COMPLETE |
| 8092 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.160 INFO O| May 21 22:11:39.160 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8093 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.168 INFO O| May 21 22:11:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8094 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.168 INFO O| May 21 22:11:39.168 INFO STEP 1084 (remove_files) COMPLETE |
| 8095 | 2026-05-21T22:11:40.157Z | [ recovery-image] May 21 22:11:39.168 INFO O| May 21 22:11:39.168 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8096 | 2026-05-21T22:11:40.166Z | [ recovery-image] May 21 22:11:39.178 INFO O| May 21 22:11:39.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8097 | 2026-05-21T22:11:40.166Z | [ recovery-image] May 21 22:11:39.178 INFO O| May 21 22:11:39.178 INFO STEP 1085 (remove_files) COMPLETE |
| 8098 | 2026-05-21T22:11:40.166Z | [ recovery-image] May 21 22:11:39.178 INFO O| May 21 22:11:39.178 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8099 | 2026-05-21T22:11:40.176Z | [ recovery-image] May 21 22:11:39.186 INFO O| May 21 22:11:39.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8100 | 2026-05-21T22:11:40.176Z | [ recovery-image] May 21 22:11:39.186 INFO O| May 21 22:11:39.186 INFO STEP 1086 (remove_files) COMPLETE |
| 8101 | 2026-05-21T22:11:40.176Z | [ recovery-image] May 21 22:11:39.186 INFO O| May 21 22:11:39.186 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8102 | 2026-05-21T22:11:40.186Z | [ recovery-image] May 21 22:11:39.194 INFO O| May 21 22:11:39.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8103 | 2026-05-21T22:11:40.186Z | [ recovery-image] May 21 22:11:39.194 INFO O| May 21 22:11:39.194 INFO STEP 1087 (remove_files) COMPLETE |
| 8104 | 2026-05-21T22:11:40.186Z | [ recovery-image] May 21 22:11:39.194 INFO O| May 21 22:11:39.194 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8105 | 2026-05-21T22:11:40.193Z | [ recovery-image] May 21 22:11:39.201 INFO O| May 21 22:11:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8106 | 2026-05-21T22:11:40.193Z | [ recovery-image] May 21 22:11:39.201 INFO O| May 21 22:11:39.201 INFO STEP 1088 (remove_files) COMPLETE |
| 8107 | 2026-05-21T22:11:40.194Z | [ recovery-image] May 21 22:11:39.201 INFO O| May 21 22:11:39.201 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8108 | 2026-05-21T22:11:40.200Z | [ recovery-image] May 21 22:11:39.208 INFO O| May 21 22:11:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8109 | 2026-05-21T22:11:40.200Z | [ recovery-image] May 21 22:11:39.208 INFO O| May 21 22:11:39.208 INFO STEP 1089 (remove_files) COMPLETE |
| 8110 | 2026-05-21T22:11:40.200Z | [ recovery-image] May 21 22:11:39.208 INFO O| May 21 22:11:39.208 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8111 | 2026-05-21T22:11:40.209Z | [ recovery-image] May 21 22:11:39.216 INFO O| May 21 22:11:39.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8112 | 2026-05-21T22:11:40.209Z | [ recovery-image] May 21 22:11:39.216 INFO O| May 21 22:11:39.216 INFO STEP 1090 (remove_files) COMPLETE |
| 8113 | 2026-05-21T22:11:40.209Z | [ recovery-image] May 21 22:11:39.216 INFO O| May 21 22:11:39.216 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8114 | 2026-05-21T22:11:40.217Z | [ recovery-image] May 21 22:11:39.225 INFO O| May 21 22:11:39.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8115 | 2026-05-21T22:11:40.217Z | [ recovery-image] May 21 22:11:39.225 INFO O| May 21 22:11:39.225 INFO STEP 1091 (remove_files) COMPLETE |
| 8116 | 2026-05-21T22:11:40.217Z | [ recovery-image] May 21 22:11:39.225 INFO O| May 21 22:11:39.225 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8117 | 2026-05-21T22:11:40.225Z | [ recovery-image] May 21 22:11:39.233 INFO O| May 21 22:11:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8118 | 2026-05-21T22:11:40.225Z | [ recovery-image] May 21 22:11:39.233 INFO O| May 21 22:11:39.233 INFO STEP 1092 (remove_files) COMPLETE |
| 8119 | 2026-05-21T22:11:40.225Z | [ recovery-image] May 21 22:11:39.233 INFO O| May 21 22:11:39.233 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8120 | 2026-05-21T22:11:40.233Z | [ recovery-image] May 21 22:11:39.243 INFO O| May 21 22:11:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8121 | 2026-05-21T22:11:40.233Z | [ recovery-image] May 21 22:11:39.243 INFO O| May 21 22:11:39.243 INFO STEP 1093 (remove_files) COMPLETE |
| 8122 | 2026-05-21T22:11:40.233Z | [ recovery-image] May 21 22:11:39.243 INFO O| May 21 22:11:39.243 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8123 | 2026-05-21T22:11:40.242Z | [ recovery-image] May 21 22:11:39.251 INFO O| May 21 22:11:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8124 | 2026-05-21T22:11:40.242Z | [ recovery-image] May 21 22:11:39.251 INFO O| May 21 22:11:39.251 INFO STEP 1094 (remove_files) COMPLETE |
| 8125 | 2026-05-21T22:11:40.242Z | [ recovery-image] May 21 22:11:39.251 INFO O| May 21 22:11:39.251 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8126 | 2026-05-21T22:11:40.251Z | [ recovery-image] May 21 22:11:39.261 INFO O| May 21 22:11:39.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8127 | 2026-05-21T22:11:40.251Z | [ recovery-image] May 21 22:11:39.261 INFO O| May 21 22:11:39.261 INFO STEP 1095 (remove_files) COMPLETE |
| 8128 | 2026-05-21T22:11:40.251Z | [ recovery-image] May 21 22:11:39.261 INFO O| May 21 22:11:39.261 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8129 | 2026-05-21T22:11:40.259Z | [ recovery-image] May 21 22:11:39.269 INFO O| May 21 22:11:39.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8130 | 2026-05-21T22:11:40.259Z | [ recovery-image] May 21 22:11:39.270 INFO O| May 21 22:11:39.270 INFO STEP 1096 (remove_files) COMPLETE |
| 8131 | 2026-05-21T22:11:40.259Z | [ recovery-image] May 21 22:11:39.270 INFO O| May 21 22:11:39.270 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8132 | 2026-05-21T22:11:40.266Z | [ recovery-image] May 21 22:11:39.280 INFO O| May 21 22:11:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8133 | 2026-05-21T22:11:40.266Z | [ recovery-image] May 21 22:11:39.280 INFO O| May 21 22:11:39.280 INFO STEP 1097 (remove_files) COMPLETE |
| 8134 | 2026-05-21T22:11:40.267Z | [ recovery-image] May 21 22:11:39.280 INFO O| May 21 22:11:39.280 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8135 | 2026-05-21T22:11:40.277Z | [ recovery-image] May 21 22:11:39.289 INFO O| May 21 22:11:39.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8136 | 2026-05-21T22:11:40.277Z | [ recovery-image] May 21 22:11:39.289 INFO O| May 21 22:11:39.289 INFO STEP 1098 (remove_files) COMPLETE |
| 8137 | 2026-05-21T22:11:40.277Z | [ recovery-image] May 21 22:11:39.289 INFO O| May 21 22:11:39.289 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8138 | 2026-05-21T22:11:40.286Z | [ recovery-image] May 21 22:11:39.298 INFO O| May 21 22:11:39.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8139 | 2026-05-21T22:11:40.287Z | [ recovery-image] May 21 22:11:39.298 INFO O| May 21 22:11:39.298 INFO STEP 1099 (remove_files) COMPLETE |
| 8140 | 2026-05-21T22:11:40.287Z | [ recovery-image] May 21 22:11:39.298 INFO O| May 21 22:11:39.298 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8141 | 2026-05-21T22:11:40.296Z | [ recovery-image] May 21 22:11:39.306 INFO O| May 21 22:11:39.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8142 | 2026-05-21T22:11:40.296Z | [ recovery-image] May 21 22:11:39.306 INFO O| May 21 22:11:39.306 INFO STEP 1100 (remove_files) COMPLETE |
| 8143 | 2026-05-21T22:11:40.296Z | [ recovery-image] May 21 22:11:39.306 INFO O| May 21 22:11:39.306 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8144 | 2026-05-21T22:11:40.306Z | [ recovery-image] May 21 22:11:39.314 INFO O| May 21 22:11:39.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8145 | 2026-05-21T22:11:40.306Z | [ recovery-image] May 21 22:11:39.314 INFO O| May 21 22:11:39.314 INFO STEP 1101 (remove_files) COMPLETE |
| 8146 | 2026-05-21T22:11:40.306Z | [ recovery-image] May 21 22:11:39.314 INFO O| May 21 22:11:39.314 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8147 | 2026-05-21T22:11:40.323Z | [ recovery-image] May 21 22:11:39.322 INFO O| May 21 22:11:39.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8148 | 2026-05-21T22:11:40.323Z | [ recovery-image] May 21 22:11:39.322 INFO O| May 21 22:11:39.322 INFO STEP 1102 (remove_files) COMPLETE |
| 8149 | 2026-05-21T22:11:40.323Z | [ recovery-image] May 21 22:11:39.322 INFO O| May 21 22:11:39.322 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8150 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.329 INFO O| May 21 22:11:39.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8151 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.329 INFO O| May 21 22:11:39.329 INFO STEP 1103 (remove_files) COMPLETE |
| 8152 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.329 INFO O| May 21 22:11:39.329 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8153 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.336 INFO O| May 21 22:11:39.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8154 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.336 INFO O| May 21 22:11:39.336 INFO STEP 1104 (remove_files) COMPLETE |
| 8155 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.336 INFO O| May 21 22:11:39.336 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8156 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.343 INFO O| May 21 22:11:39.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8157 | 2026-05-21T22:11:40.333Z | [ recovery-image] May 21 22:11:39.343 INFO O| May 21 22:11:39.343 INFO STEP 1105 (remove_files) COMPLETE |
| 8158 | 2026-05-21T22:11:40.334Z | [ recovery-image] May 21 22:11:39.343 INFO O| May 21 22:11:39.343 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8159 | 2026-05-21T22:11:40.341Z | [ recovery-image] May 21 22:11:39.350 INFO O| May 21 22:11:39.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8160 | 2026-05-21T22:11:40.341Z | [ recovery-image] May 21 22:11:39.351 INFO O| May 21 22:11:39.350 INFO STEP 1106 (remove_files) COMPLETE |
| 8161 | 2026-05-21T22:11:40.341Z | [ recovery-image] May 21 22:11:39.351 INFO O| May 21 22:11:39.351 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8162 | 2026-05-21T22:11:40.351Z | [ recovery-image] May 21 22:11:39.357 INFO O| May 21 22:11:39.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8163 | 2026-05-21T22:11:40.352Z | [ recovery-image] May 21 22:11:39.357 INFO O| May 21 22:11:39.357 INFO STEP 1107 (remove_files) COMPLETE |
| 8164 | 2026-05-21T22:11:40.352Z | [ recovery-image] May 21 22:11:39.357 INFO O| May 21 22:11:39.357 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8165 | 2026-05-21T22:11:40.352Z | [ recovery-image] May 21 22:11:39.364 INFO O| May 21 22:11:39.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8166 | 2026-05-21T22:11:40.352Z | [ recovery-image] May 21 22:11:39.364 INFO O| May 21 22:11:39.364 INFO STEP 1108 (remove_files) COMPLETE |
| 8167 | 2026-05-21T22:11:40.352Z | [ recovery-image] May 21 22:11:39.364 INFO O| May 21 22:11:39.364 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8168 | 2026-05-21T22:11:40.359Z | [ recovery-image] May 21 22:11:39.371 INFO O| May 21 22:11:39.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8169 | 2026-05-21T22:11:40.359Z | [ recovery-image] May 21 22:11:39.371 INFO O| May 21 22:11:39.371 INFO STEP 1109 (remove_files) COMPLETE |
| 8170 | 2026-05-21T22:11:40.359Z | [ recovery-image] May 21 22:11:39.371 INFO O| May 21 22:11:39.371 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8171 | 2026-05-21T22:11:40.368Z | [ recovery-image] May 21 22:11:39.378 INFO O| May 21 22:11:39.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8172 | 2026-05-21T22:11:40.368Z | [ recovery-image] May 21 22:11:39.378 INFO O| May 21 22:11:39.378 INFO STEP 1110 (remove_files) COMPLETE |
| 8173 | 2026-05-21T22:11:40.368Z | [ recovery-image] May 21 22:11:39.378 INFO O| May 21 22:11:39.378 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8174 | 2026-05-21T22:11:40.378Z | [ recovery-image] May 21 22:11:39.385 INFO O| May 21 22:11:39.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8175 | 2026-05-21T22:11:40.378Z | [ recovery-image] May 21 22:11:39.385 INFO O| May 21 22:11:39.385 INFO STEP 1111 (remove_files) COMPLETE |
| 8176 | 2026-05-21T22:11:40.378Z | [ recovery-image] May 21 22:11:39.385 INFO O| May 21 22:11:39.385 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8177 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.392 INFO O| May 21 22:11:39.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8178 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.392 INFO O| May 21 22:11:39.392 INFO STEP 1112 (remove_files) COMPLETE |
| 8179 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.392 INFO O| May 21 22:11:39.392 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8180 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.399 INFO O| May 21 22:11:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8181 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.399 INFO O| May 21 22:11:39.399 INFO STEP 1113 (remove_files) COMPLETE |
| 8182 | 2026-05-21T22:11:40.387Z | [ recovery-image] May 21 22:11:39.399 INFO O| May 21 22:11:39.399 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8183 | 2026-05-21T22:11:40.394Z | [ recovery-image] May 21 22:11:39.406 INFO O| May 21 22:11:39.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8184 | 2026-05-21T22:11:40.394Z | [ recovery-image] May 21 22:11:39.406 INFO O| May 21 22:11:39.406 INFO STEP 1114 (remove_files) COMPLETE |
| 8185 | 2026-05-21T22:11:40.394Z | [ recovery-image] May 21 22:11:39.406 INFO O| May 21 22:11:39.406 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8186 | 2026-05-21T22:11:40.404Z | [ recovery-image] May 21 22:11:39.415 INFO O| May 21 22:11:39.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8187 | 2026-05-21T22:11:40.404Z | [ recovery-image] May 21 22:11:39.415 INFO O| May 21 22:11:39.415 INFO STEP 1115 (remove_files) COMPLETE |
| 8188 | 2026-05-21T22:11:40.404Z | [ recovery-image] May 21 22:11:39.415 INFO O| May 21 22:11:39.415 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8189 | 2026-05-21T22:11:40.412Z | [ recovery-image] May 21 22:11:39.425 INFO O| May 21 22:11:39.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8190 | 2026-05-21T22:11:40.412Z | [ recovery-image] May 21 22:11:39.425 INFO O| May 21 22:11:39.425 INFO STEP 1116 (remove_files) COMPLETE |
| 8191 | 2026-05-21T22:11:40.412Z | [ recovery-image] May 21 22:11:39.425 INFO O| May 21 22:11:39.425 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8192 | 2026-05-21T22:11:40.420Z | [ recovery-image] May 21 22:11:39.433 INFO O| May 21 22:11:39.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8193 | 2026-05-21T22:11:40.420Z | [ recovery-image] May 21 22:11:39.433 INFO O| May 21 22:11:39.433 INFO STEP 1117 (remove_files) COMPLETE |
| 8194 | 2026-05-21T22:11:40.427Z | [ recovery-image] May 21 22:11:39.433 INFO O| May 21 22:11:39.433 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8195 | 2026-05-21T22:11:40.436Z | [ recovery-image] May 21 22:11:39.442 INFO O| May 21 22:11:39.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8196 | 2026-05-21T22:11:40.436Z | [ recovery-image] May 21 22:11:39.442 INFO O| May 21 22:11:39.442 INFO STEP 1118 (remove_files) COMPLETE |
| 8197 | 2026-05-21T22:11:40.436Z | [ recovery-image] May 21 22:11:39.442 INFO O| May 21 22:11:39.442 INFO STEP 1119: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8198 | 2026-05-21T22:11:40.446Z | [ recovery-image] May 21 22:11:39.453 INFO O| May 21 22:11:39.453 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8199 | 2026-05-21T22:11:40.446Z | [ recovery-image] May 21 22:11:39.453 INFO O| May 21 22:11:39.453 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8200 | 2026-05-21T22:11:41.126Z | [ recovery-image] May 21 22:11:40.139 INFO O| May 21 22:11:40.139 INFO STEP 1119 (pack_tar) COMPLETE |
| 8201 | 2026-05-21T22:11:41.126Z | [ recovery-image] May 21 22:11:40.139 INFO O| May 21 22:11:40.139 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8202 | 2026-05-21T22:11:41.126Z | [ recovery-image] May 21 22:11:40.139 INFO O| May 21 22:11:40.139 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8203 | 2026-05-21T22:11:41.407Z | [ recovery-image] May 21 22:11:40.418 INFO O| May 21 22:11:40.418 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8204 | 2026-05-21T22:11:41.486Z | [ recovery-image] May 21 22:11:40.499 INFO O| May 21 22:11:40.499 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8205 | 2026-05-21T22:11:41.494Z | [ recovery-image] May 21 22:11:40.503 INFO image builder template: zfs-recovery... |
| 8206 | 2026-05-21T22:11:41.494Z | [ recovery-image] May 21 22:11:40.503 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/.tmpjbDixS/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", "heliosv3", "-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.40.479", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8207 | 2026-05-21T22:11:41.516Z | [ recovery-image] May 21 22:11:40.529 INFO O| May 21 22:11:40.529 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8208 | 2026-05-21T22:11:41.525Z | [ recovery-image] May 21 22:11:40.533 INFO O| May 21 22:11:40.533 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8209 | 2026-05-21T22:11:41.618Z | [ recovery-image] May 21 22:11:40.624 INFO O| May 21 22:11:40.624 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8210 | 2026-05-21T22:11:41.676Z | [ recovery-image] May 21 22:11:40.689 INFO O| May 21 22:11:40.689 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8211 | 2026-05-21T22:11:41.676Z | [ recovery-image] May 21 22:11:40.689 INFO O| May 21 22:11:40.689 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8212 | 2026-05-21T22:11:41.683Z | [ recovery-image] May 21 22:11:40.693 INFO O| May 21 22:11:40.693 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8213 | 2026-05-21T22:11:41.783Z | [ recovery-image] May 21 22:11:40.795 INFO O| May 21 22:11:40.795 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8214 | 2026-05-21T22:11:41.852Z | [ recovery-image] May 21 22:11:40.865 INFO O| May 21 22:11:40.865 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8215 | 2026-05-21T22:11:41.859Z | [ recovery-image] May 21 22:11:40.872 INFO O| May 21 22:11:40.872 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8216 | 2026-05-21T22:11:41.869Z | [ recovery-image] May 21 22:11:40.877 INFO O| May 21 22:11:40.877 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8217 | 2026-05-21T22:11:41.869Z | [ recovery-image] May 21 22:11:40.879 INFO O| May 21 22:11:40.879 INFO no lofi found |
| 8218 | 2026-05-21T22:11:41.869Z | [ recovery-image] May 21 22:11:40.879 INFO O| May 21 22:11:40.879 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8219 | 2026-05-21T22:11:41.869Z | [ recovery-image] May 21 22:11:40.879 INFO O| May 21 22:11:40.879 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8220 | 2026-05-21T22:11:42.248Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8221 | 2026-05-21T22:11:47.438Z | [ recovery-image] May 21 22:11:43.001 INFO O| May 21 22:11:43.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8222 | 2026-05-21T22:11:47.438Z | [ recovery-image] May 21 22:11:43.001 INFO O| May 21 22:11:43.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8223 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.001 INFO O| May 21 22:11:43.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 8224 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.143 INFO O| May 21 22:11:43.142 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8225 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.143 INFO O| May 21 22:11:43.143 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8226 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.168 INFO O| May 21 22:11:43.168 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8227 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.249 INFO O| May 21 22:11:43.249 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8228 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.282 INFO O| May 21 22:11:43.282 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8229 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.302 INFO O| May 21 22:11:43.302 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8230 | 2026-05-21T22:11:47.458Z | [ recovery-image] May 21 22:11:43.319 INFO O| May 21 22:11:43.319 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8231 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.363 INFO O| May 21 22:11:43.363 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8232 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.363 INFO O| May 21 22:11:43.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8233 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.363 INFO O| May 21 22:11:43.363 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8234 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.373 INFO O| May 21 22:11:43.373 INFO boot environment UUID: fca352f9-e854-4381-ba0c-d20fca817295 |
| 8235 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.373 INFO O| May 21 22:11:43.373 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = fca352f9-e854-4381-ba0c-d20fca817295 |
| 8236 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.389 INFO O| May 21 22:11:43.389 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8237 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.419 INFO O| May 21 22:11:43.419 INFO STEP 0 (create_be) COMPLETE |
| 8238 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.419 INFO O| May 21 22:11:43.419 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8239 | 2026-05-21T22:11:47.459Z | [ recovery-image] May 21 22:11:43.433 INFO O| May 21 22:11:43.433 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8240 | 2026-05-21T22:11:53.139Z | [ recovery-image] May 21 22:11:52.152 INFO O| May 21 22:11:52.152 INFO STEP 1 (unpack_tar) COMPLETE |
| 8241 | 2026-05-21T22:11:53.140Z | [ recovery-image] May 21 22:11:52.152 INFO O| May 21 22:11:52.152 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8242 | 2026-05-21T22:11:53.150Z | [ recovery-image] May 21 22:11:52.163 INFO O| May 21 22:11:52.162 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8243 | 2026-05-21T22:11:54.291Z | [ recovery-image] May 21 22:11:53.302 INFO O| May 21 22:11:53.302 INFO STEP 2 (devfsadm) COMPLETE |
| 8244 | 2026-05-21T22:11:54.291Z | [ recovery-image] May 21 22:11:53.302 INFO O| May 21 22:11:53.302 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8245 | 2026-05-21T22:11:54.299Z | [ recovery-image] May 21 22:11:53.312 INFO O| May 21 22:11:53.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8246 | 2026-05-21T22:11:54.300Z | [ recovery-image] May 21 22:11:53.312 INFO O| May 21 22:11:53.312 INFO STEP 3 (ensure_dir) COMPLETE |
| 8247 | 2026-05-21T22:11:54.303Z | [ recovery-image] May 21 22:11:53.312 INFO O| May 21 22:11:53.312 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8248 | 2026-05-21T22:11:54.309Z | [ recovery-image] May 21 22:11:53.321 INFO O| May 21 22:11:53.321 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8249 | 2026-05-21T22:11:54.309Z | [ recovery-image] May 21 22:11:53.321 INFO O| May 21 22:11:53.321 INFO STEP 4 (ensure_dir) COMPLETE |
| 8250 | 2026-05-21T22:11:54.314Z | [ recovery-image] May 21 22:11:53.321 INFO O| May 21 22:11:53.321 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8251 | 2026-05-21T22:11:54.317Z | [ recovery-image] May 21 22:11:53.330 INFO O| May 21 22:11:53.330 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8252 | 2026-05-21T22:11:54.317Z | [ recovery-image] May 21 22:11:53.330 INFO O| May 21 22:11:53.330 INFO STEP 5 (ensure_dir) COMPLETE |
| 8253 | 2026-05-21T22:11:54.317Z | [ recovery-image] May 21 22:11:53.330 INFO O| May 21 22:11:53.330 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8254 | 2026-05-21T22:11:54.326Z | [ recovery-image] May 21 22:11:53.338 INFO O| May 21 22:11:53.338 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8255 | 2026-05-21T22:11:54.326Z | [ recovery-image] May 21 22:11:53.338 INFO O| May 21 22:11:53.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8256 | 2026-05-21T22:11:54.326Z | [ recovery-image] May 21 22:11:53.338 INFO O| May 21 22:11:53.338 INFO STEP 6 (ensure_dir) COMPLETE |
| 8257 | 2026-05-21T22:11:54.330Z | [ recovery-image] May 21 22:11:53.339 INFO O| May 21 22:11:53.338 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8258 | 2026-05-21T22:11:54.333Z | [ recovery-image] May 21 22:11:53.347 INFO O| May 21 22:11:53.347 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8259 | 2026-05-21T22:11:54.333Z | [ recovery-image] May 21 22:11:53.347 INFO O| May 21 22:11:53.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8260 | 2026-05-21T22:11:54.334Z | [ recovery-image] May 21 22:11:53.347 INFO O| May 21 22:11:53.347 INFO STEP 7 (ensure_dir) COMPLETE |
| 8261 | 2026-05-21T22:11:54.337Z | [ recovery-image] May 21 22:11:53.347 INFO O| May 21 22:11:53.347 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8262 | 2026-05-21T22:11:54.341Z | [ recovery-image] May 21 22:11:53.355 INFO O| May 21 22:11:53.354 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8263 | 2026-05-21T22:11:54.345Z | [ recovery-image] May 21 22:11:53.355 INFO O| May 21 22:11:53.355 INFO STEP 8 (remove_files) COMPLETE |
| 8264 | 2026-05-21T22:11:54.345Z | [ recovery-image] May 21 22:11:53.355 INFO O| May 21 22:11:53.355 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8265 | 2026-05-21T22:11:54.349Z | [ recovery-image] May 21 22:11:53.363 INFO O| May 21 22:11:53.363 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8266 | 2026-05-21T22:11:54.353Z | [ recovery-image] May 21 22:11:53.363 INFO O| May 21 22:11:53.363 INFO STEP 9 (remove_files) COMPLETE |
| 8267 | 2026-05-21T22:11:54.353Z | [ recovery-image] May 21 22:11:53.363 INFO O| May 21 22:11:53.363 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8268 | 2026-05-21T22:11:54.358Z | [ recovery-image] May 21 22:11:53.371 INFO O| May 21 22:11:53.371 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8269 | 2026-05-21T22:11:54.361Z | [ recovery-image] May 21 22:11:53.371 INFO O| May 21 22:11:53.371 INFO STEP 10 (remove_files) COMPLETE |
| 8270 | 2026-05-21T22:11:54.361Z | [ recovery-image] May 21 22:11:53.372 INFO O| May 21 22:11:53.371 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8271 | 2026-05-21T22:11:54.366Z | [ recovery-image] May 21 22:11:53.379 INFO O| May 21 22:11:53.379 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8272 | 2026-05-21T22:11:54.366Z | [ recovery-image] May 21 22:11:53.379 INFO O| May 21 22:11:53.379 INFO STEP 11 (remove_files) COMPLETE |
| 8273 | 2026-05-21T22:11:54.369Z | [ recovery-image] May 21 22:11:53.379 INFO O| May 21 22:11:53.379 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8274 | 2026-05-21T22:11:54.374Z | [ recovery-image] May 21 22:11:53.387 INFO O| May 21 22:11:53.387 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8275 | 2026-05-21T22:11:54.375Z | [ recovery-image] May 21 22:11:53.387 INFO O| May 21 22:11:53.387 INFO STEP 12 (remove_files) COMPLETE |
| 8276 | 2026-05-21T22:11:54.375Z | [ recovery-image] May 21 22:11:53.387 INFO O| May 21 22:11:53.387 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8277 | 2026-05-21T22:11:54.386Z | [ recovery-image] May 21 22:11:53.395 INFO O| May 21 22:11:53.395 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8278 | 2026-05-21T22:11:54.386Z | [ recovery-image] May 21 22:11:53.395 INFO O| May 21 22:11:53.395 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8279 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.395 INFO O| May 21 22:11:53.395 INFO STEP 13 (ensure_dir) COMPLETE |
| 8280 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.395 INFO O| May 21 22:11:53.395 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8281 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.402 INFO O| May 21 22:11:53.402 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8282 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.402 INFO O| May 21 22:11:53.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8283 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.402 INFO O| May 21 22:11:53.402 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8284 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.402 INFO O| May 21 22:11:53.402 INFO STEP 14 (ensure_dir) COMPLETE |
| 8285 | 2026-05-21T22:11:54.390Z | [ recovery-image] May 21 22:11:53.402 INFO O| May 21 22:11:53.402 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8286 | 2026-05-21T22:11:54.397Z | [ recovery-image] May 21 22:11:53.410 INFO O| May 21 22:11:53.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8287 | 2026-05-21T22:11:54.397Z | [ recovery-image] May 21 22:11:53.410 INFO O| May 21 22:11:53.410 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8288 | 2026-05-21T22:11:54.397Z | [ recovery-image] May 21 22:11:53.410 INFO O| May 21 22:11:53.410 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8289 | 2026-05-21T22:11:54.401Z | [ recovery-image] May 21 22:11:53.410 INFO O| May 21 22:11:53.410 INFO STEP 15 (ensure_dir) COMPLETE |
| 8290 | 2026-05-21T22:11:54.401Z | [ recovery-image] May 21 22:11:53.410 INFO O| May 21 22:11:53.410 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8291 | 2026-05-21T22:11:54.404Z | [ recovery-image] May 21 22:11:53.417 INFO O| May 21 22:11:53.417 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8292 | 2026-05-21T22:11:54.404Z | [ recovery-image] May 21 22:11:53.417 INFO O| May 21 22:11:53.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8293 | 2026-05-21T22:11:54.408Z | [ recovery-image] May 21 22:11:53.417 INFO O| May 21 22:11:53.417 INFO STEP 16 (ensure_dir) COMPLETE |
| 8294 | 2026-05-21T22:11:54.408Z | [ recovery-image] May 21 22:11:53.417 INFO O| May 21 22:11:53.417 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8295 | 2026-05-21T22:11:54.412Z | [ recovery-image] May 21 22:11:53.425 INFO O| May 21 22:11:53.425 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8296 | 2026-05-21T22:11:54.412Z | [ recovery-image] May 21 22:11:53.425 INFO O| May 21 22:11:53.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8297 | 2026-05-21T22:11:54.412Z | [ recovery-image] May 21 22:11:53.425 INFO O| May 21 22:11:53.425 INFO STEP 17 (ensure_dir) COMPLETE |
| 8298 | 2026-05-21T22:11:54.412Z | [ recovery-image] May 21 22:11:53.425 INFO O| May 21 22:11:53.425 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8299 | 2026-05-21T22:11:54.419Z | [ recovery-image] May 21 22:11:53.432 INFO O| May 21 22:11:53.432 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8300 | 2026-05-21T22:11:54.419Z | [ recovery-image] May 21 22:11:53.432 INFO O| May 21 22:11:53.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8301 | 2026-05-21T22:11:54.423Z | [ recovery-image] May 21 22:11:53.432 INFO O| May 21 22:11:53.432 INFO ok! |
| 8302 | 2026-05-21T22:11:54.423Z | [ recovery-image] May 21 22:11:53.432 INFO O| May 21 22:11:53.432 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8303 | 2026-05-21T22:11:54.423Z | [ recovery-image] May 21 22:11:53.432 INFO O| May 21 22:11:53.432 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8304 | 2026-05-21T22:11:54.426Z | [ recovery-image] May 21 22:11:53.439 INFO O| May 21 22:11:53.439 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8305 | 2026-05-21T22:11:54.426Z | [ recovery-image] May 21 22:11:53.439 INFO O| May 21 22:11:53.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8306 | 2026-05-21T22:11:54.427Z | [ recovery-image] May 21 22:11:53.439 INFO O| May 21 22:11:53.439 INFO ok! |
| 8307 | 2026-05-21T22:11:54.427Z | [ recovery-image] May 21 22:11:53.439 INFO O| May 21 22:11:53.439 INFO STEP 19 (ensure_file) COMPLETE |
| 8308 | 2026-05-21T22:11:54.427Z | [ recovery-image] May 21 22:11:53.439 INFO O| May 21 22:11:53.439 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8309 | 2026-05-21T22:11:54.433Z | [ recovery-image] May 21 22:11:53.446 INFO O| May 21 22:11:53.446 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8310 | 2026-05-21T22:11:54.433Z | [ recovery-image] May 21 22:11:53.446 INFO O| May 21 22:11:53.446 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8311 | 2026-05-21T22:11:54.437Z | [ recovery-image] May 21 22:11:53.447 INFO O| May 21 22:11:53.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8312 | 2026-05-21T22:11:54.437Z | [ recovery-image] May 21 22:11:53.447 INFO O| May 21 22:11:53.447 INFO ok! |
| 8313 | 2026-05-21T22:11:54.437Z | [ recovery-image] May 21 22:11:53.447 INFO O| May 21 22:11:53.447 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8314 | 2026-05-21T22:11:54.438Z | [ recovery-image] May 21 22:11:53.447 INFO O| May 21 22:11:53.447 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8315 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8316 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8317 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8318 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO ok! |
| 8319 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8320 | 2026-05-21T22:11:54.442Z | [ recovery-image] May 21 22:11:53.454 INFO O| May 21 22:11:53.454 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8321 | 2026-05-21T22:11:54.448Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8322 | 2026-05-21T22:11:54.448Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8323 | 2026-05-21T22:11:54.452Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8324 | 2026-05-21T22:11:54.452Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO ok! |
| 8325 | 2026-05-21T22:11:54.452Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8326 | 2026-05-21T22:11:54.452Z | [ recovery-image] May 21 22:11:53.461 INFO O| May 21 22:11:53.461 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8327 | 2026-05-21T22:11:54.456Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8328 | 2026-05-21T22:11:54.456Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8329 | 2026-05-21T22:11:54.460Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8330 | 2026-05-21T22:11:54.460Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO ok! |
| 8331 | 2026-05-21T22:11:54.460Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8332 | 2026-05-21T22:11:54.460Z | [ recovery-image] May 21 22:11:53.469 INFO O| May 21 22:11:53.469 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8333 | 2026-05-21T22:11:54.463Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8334 | 2026-05-21T22:11:54.463Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ... |
| 8335 | 2026-05-21T22:11:54.463Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8336 | 2026-05-21T22:11:54.463Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 INFO ok! |
| 8337 | 2026-05-21T22:11:54.464Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 INFO STEP 24 (ensure_file) COMPLETE |
| 8338 | 2026-05-21T22:11:54.464Z | [ recovery-image] May 21 22:11:53.476 INFO O| May 21 22:11:53.476 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8339 | 2026-05-21T22:11:54.470Z | [ recovery-image] May 21 22:11:53.483 INFO O| May 21 22:11:53.483 INFO updating shadow file |
| 8340 | 2026-05-21T22:11:54.470Z | [ recovery-image] May 21 22:11:53.483 INFO O| May 21 22:11:53.483 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8341 | 2026-05-21T22:11:54.470Z | [ recovery-image] May 21 22:11:53.483 INFO O| May 21 22:11:53.483 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8342 | 2026-05-21T22:11:54.470Z | [ recovery-image] May 21 22:11:53.484 INFO O| May 21 22:11:53.484 INFO STEP 25 (shadow) COMPLETE |
| 8343 | 2026-05-21T22:11:54.474Z | [ recovery-image] May 21 22:11:53.484 INFO O| May 21 22:11:53.484 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8344 | 2026-05-21T22:11:54.478Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8345 | 2026-05-21T22:11:54.478Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8346 | 2026-05-21T22:11:54.482Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8347 | 2026-05-21T22:11:54.482Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 INFO ok! |
| 8348 | 2026-05-21T22:11:54.482Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 INFO STEP 26 (ensure_file) COMPLETE |
| 8349 | 2026-05-21T22:11:54.482Z | [ recovery-image] May 21 22:11:53.491 INFO O| May 21 22:11:53.491 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8350 | 2026-05-21T22:11:54.486Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8351 | 2026-05-21T22:11:54.486Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8352 | 2026-05-21T22:11:54.486Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8353 | 2026-05-21T22:11:54.490Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO ok! |
| 8354 | 2026-05-21T22:11:54.490Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO STEP 27 (ensure_file) COMPLETE |
| 8355 | 2026-05-21T22:11:54.490Z | [ recovery-image] May 21 22:11:53.499 INFO O| May 21 22:11:53.499 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8356 | 2026-05-21T22:11:54.493Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8357 | 2026-05-21T22:11:54.493Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8358 | 2026-05-21T22:11:54.493Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8359 | 2026-05-21T22:11:54.494Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8360 | 2026-05-21T22:11:54.494Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO ok! |
| 8361 | 2026-05-21T22:11:54.494Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO STEP 28 (ensure_file) COMPLETE |
| 8362 | 2026-05-21T22:11:54.494Z | [ recovery-image] May 21 22:11:53.506 INFO O| May 21 22:11:53.506 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8363 | 2026-05-21T22:11:54.499Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8364 | 2026-05-21T22:11:54.499Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8365 | 2026-05-21T22:11:54.503Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8366 | 2026-05-21T22:11:54.503Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO ok! |
| 8367 | 2026-05-21T22:11:54.503Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO STEP 29 (ensure_file) COMPLETE |
| 8368 | 2026-05-21T22:11:54.503Z | [ recovery-image] May 21 22:11:53.513 INFO O| May 21 22:11:53.513 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8369 | 2026-05-21T22:11:54.508Z | [ recovery-image] May 21 22:11:53.521 INFO O| May 21 22:11:53.520 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8370 | 2026-05-21T22:11:54.508Z | [ recovery-image] May 21 22:11:53.521 INFO O| May 21 22:11:53.521 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8371 | 2026-05-21T22:11:54.512Z | [ recovery-image] May 21 22:11:53.521 INFO O| May 21 22:11:53.521 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8372 | 2026-05-21T22:11:54.512Z | [ recovery-image] May 21 22:11:53.521 INFO O| May 21 22:11:53.521 INFO STEP 30 (ensure_dir) COMPLETE |
| 8373 | 2026-05-21T22:11:54.512Z | [ recovery-image] May 21 22:11:53.521 INFO O| May 21 22:11:53.521 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8374 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8375 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ... |
| 8376 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8377 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8378 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO ok! |
| 8379 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO STEP 31 (ensure_file) COMPLETE |
| 8380 | 2026-05-21T22:11:54.516Z | [ recovery-image] May 21 22:11:53.528 INFO O| May 21 22:11:53.528 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8381 | 2026-05-21T22:11:54.524Z | [ recovery-image] May 21 22:11:53.536 INFO O| May 21 22:11:53.536 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8382 | 2026-05-21T22:11:54.524Z | [ recovery-image] May 21 22:11:53.536 INFO O| May 21 22:11:53.536 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8383 | 2026-05-21T22:11:54.527Z | [ recovery-image] May 21 22:11:53.536 INFO O| May 21 22:11:53.536 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8384 | 2026-05-21T22:11:54.528Z | [ recovery-image] May 21 22:11:53.536 INFO O| May 21 22:11:53.536 INFO STEP 32 (ensure_dir) COMPLETE |
| 8385 | 2026-05-21T22:11:54.528Z | [ recovery-image] May 21 22:11:53.536 INFO O| May 21 22:11:53.536 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8386 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8387 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ... |
| 8388 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8389 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8390 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO ok! |
| 8391 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO STEP 33 (ensure_file) COMPLETE |
| 8392 | 2026-05-21T22:11:54.532Z | [ recovery-image] May 21 22:11:53.544 INFO O| May 21 22:11:53.544 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8393 | 2026-05-21T22:11:54.538Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8394 | 2026-05-21T22:11:54.538Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8395 | 2026-05-21T22:11:54.538Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8396 | 2026-05-21T22:11:54.541Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO ok! |
| 8397 | 2026-05-21T22:11:54.541Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO STEP 34 (ensure_file) COMPLETE |
| 8398 | 2026-05-21T22:11:54.541Z | [ recovery-image] May 21 22:11:53.551 INFO O| May 21 22:11:53.551 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8399 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8400 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8401 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8402 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8403 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO ok! |
| 8404 | 2026-05-21T22:11:54.545Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO STEP 35 (ensure_file) COMPLETE |
| 8405 | 2026-05-21T22:11:54.548Z | [ recovery-image] May 21 22:11:53.558 INFO O| May 21 22:11:53.558 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8406 | 2026-05-21T22:11:54.552Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8407 | 2026-05-21T22:11:54.552Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8408 | 2026-05-21T22:11:54.552Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8409 | 2026-05-21T22:11:54.556Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 INFO ok! |
| 8410 | 2026-05-21T22:11:54.556Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 INFO STEP 36 (ensure_file) COMPLETE |
| 8411 | 2026-05-21T22:11:54.556Z | [ recovery-image] May 21 22:11:53.565 INFO O| May 21 22:11:53.565 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8412 | 2026-05-21T22:11:54.559Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8413 | 2026-05-21T22:11:54.559Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8414 | 2026-05-21T22:11:54.559Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8415 | 2026-05-21T22:11:54.560Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 INFO ok! |
| 8416 | 2026-05-21T22:11:54.560Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 INFO STEP 37 (ensure_file) COMPLETE |
| 8417 | 2026-05-21T22:11:54.560Z | [ recovery-image] May 21 22:11:53.572 INFO O| May 21 22:11:53.572 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8418 | 2026-05-21T22:11:54.566Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8419 | 2026-05-21T22:11:54.566Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8420 | 2026-05-21T22:11:54.569Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8421 | 2026-05-21T22:11:54.569Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8422 | 2026-05-21T22:11:54.569Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8423 | 2026-05-21T22:11:54.569Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8424 | 2026-05-21T22:11:54.569Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO ok! |
| 8425 | 2026-05-21T22:11:54.570Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO STEP 38 (ensure_file) COMPLETE |
| 8426 | 2026-05-21T22:11:54.570Z | [ recovery-image] May 21 22:11:53.579 INFO O| May 21 22:11:53.579 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8427 | 2026-05-21T22:11:54.574Z | [ recovery-image] May 21 22:11:53.587 INFO O| May 21 22:11:53.587 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8428 | 2026-05-21T22:11:54.574Z | [ recovery-image] May 21 22:11:53.587 INFO O| May 21 22:11:53.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8429 | 2026-05-21T22:11:54.578Z | [ recovery-image] May 21 22:11:53.587 INFO O| May 21 22:11:53.587 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8430 | 2026-05-21T22:11:54.578Z | [ recovery-image] May 21 22:11:53.587 INFO O| May 21 22:11:53.587 INFO STEP 39 (ensure_dir) COMPLETE |
| 8431 | 2026-05-21T22:11:54.578Z | [ recovery-image] May 21 22:11:53.587 INFO O| May 21 22:11:53.587 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8432 | 2026-05-21T22:11:54.583Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
| 8433 | 2026-05-21T22:11:54.583Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 8434 | 2026-05-21T22:11:54.583Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8435 | 2026-05-21T22:11:54.583Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8436 | 2026-05-21T22:11:54.588Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8437 | 2026-05-21T22:11:54.588Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 8438 | 2026-05-21T22:11:54.588Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO ok! |
| 8439 | 2026-05-21T22:11:54.588Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO STEP 40 (ensure_file) COMPLETE |
| 8440 | 2026-05-21T22:11:54.588Z | [ recovery-image] May 21 22:11:53.595 INFO O| May 21 22:11:53.595 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8441 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.602 INFO O| May 21 22:11:53.602 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8442 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.602 INFO O| May 21 22:11:53.602 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 8443 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.603 INFO O| May 21 22:11:53.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8444 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.603 INFO O| May 21 22:11:53.602 INFO ok! |
| 8445 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.603 INFO O| May 21 22:11:53.603 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8446 | 2026-05-21T22:11:54.591Z | [ recovery-image] May 21 22:11:53.603 INFO O| May 21 22:11:53.603 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8447 | 2026-05-21T22:11:54.596Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.609 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8448 | 2026-05-21T22:11:54.596Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.610 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8449 | 2026-05-21T22:11:54.596Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8450 | 2026-05-21T22:11:54.600Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.610 INFO ok! |
| 8451 | 2026-05-21T22:11:54.600Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.610 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8452 | 2026-05-21T22:11:54.600Z | [ recovery-image] May 21 22:11:53.610 INFO O| May 21 22:11:53.610 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8453 | 2026-05-21T22:11:54.603Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8454 | 2026-05-21T22:11:54.603Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8455 | 2026-05-21T22:11:54.603Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8456 | 2026-05-21T22:11:54.603Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8457 | 2026-05-21T22:11:54.607Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8458 | 2026-05-21T22:11:54.607Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8459 | 2026-05-21T22:11:54.607Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO ok! |
| 8460 | 2026-05-21T22:11:54.607Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO STEP 43 (ensure_file) COMPLETE |
| 8461 | 2026-05-21T22:11:54.607Z | [ recovery-image] May 21 22:11:53.617 INFO O| May 21 22:11:53.617 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8462 | 2026-05-21T22:11:54.611Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8463 | 2026-05-21T22:11:54.611Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ... |
| 8464 | 2026-05-21T22:11:54.611Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8465 | 2026-05-21T22:11:54.611Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8466 | 2026-05-21T22:11:54.616Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO ok! |
| 8467 | 2026-05-21T22:11:54.616Z | [ recovery-image] May 21 22:11:53.624 INFO O| May 21 22:11:53.624 INFO STEP 44 (ensure_file) COMPLETE |
| 8468 | 2026-05-21T22:11:54.616Z | [ recovery-image] May 21 22:11:53.625 INFO O| May 21 22:11:53.624 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8469 | 2026-05-21T22:11:54.619Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8470 | 2026-05-21T22:11:54.620Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8471 | 2026-05-21T22:11:54.620Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8472 | 2026-05-21T22:11:54.620Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO ok! |
| 8473 | 2026-05-21T22:11:54.623Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO STEP 45 (ensure_file) COMPLETE |
| 8474 | 2026-05-21T22:11:54.623Z | [ recovery-image] May 21 22:11:53.633 INFO O| May 21 22:11:53.633 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8475 | 2026-05-21T22:11:54.628Z | [ recovery-image] May 21 22:11:53.641 INFO O| May 21 22:11:53.641 INFO updating shadow file |
| 8476 | 2026-05-21T22:11:54.628Z | [ recovery-image] May 21 22:11:53.641 INFO O| May 21 22:11:53.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8477 | 2026-05-21T22:11:54.628Z | [ recovery-image] May 21 22:11:53.641 INFO O| May 21 22:11:53.641 INFO STEP 46 (shadow) COMPLETE |
| 8478 | 2026-05-21T22:11:54.631Z | [ recovery-image] May 21 22:11:53.641 INFO O| May 21 22:11:53.641 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8479 | 2026-05-21T22:11:54.636Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8480 | 2026-05-21T22:11:54.637Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8481 | 2026-05-21T22:11:54.640Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8482 | 2026-05-21T22:11:54.640Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8483 | 2026-05-21T22:11:54.640Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO ok! |
| 8484 | 2026-05-21T22:11:54.640Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO STEP 47 (ensure_file) COMPLETE |
| 8485 | 2026-05-21T22:11:54.640Z | [ recovery-image] May 21 22:11:53.649 INFO O| May 21 22:11:53.649 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8486 | 2026-05-21T22:11:54.644Z | [ recovery-image] May 21 22:11:53.657 INFO O| May 21 22:11:53.657 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8487 | 2026-05-21T22:11:54.644Z | [ recovery-image] May 21 22:11:53.657 INFO O| May 21 22:11:53.657 INFO STEP 48 (ensure_dir) COMPLETE |
| 8488 | 2026-05-21T22:11:54.647Z | [ recovery-image] May 21 22:11:53.657 INFO O| May 21 22:11:53.657 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8489 | 2026-05-21T22:11:54.652Z | [ recovery-image] May 21 22:11:53.665 INFO O| May 21 22:11:53.665 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8490 | 2026-05-21T22:11:54.652Z | [ recovery-image] May 21 22:11:53.665 INFO O| May 21 22:11:53.665 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8491 | 2026-05-21T22:11:54.656Z | [ recovery-image] May 21 22:11:53.665 INFO O| May 21 22:11:53.665 INFO STEP 49 (ensure_dir) COMPLETE |
| 8492 | 2026-05-21T22:11:54.656Z | [ recovery-image] May 21 22:11:53.665 INFO O| May 21 22:11:53.665 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8493 | 2026-05-21T22:11:54.659Z | [ recovery-image] May 21 22:11:53.673 INFO O| May 21 22:11:53.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8494 | 2026-05-21T22:11:54.659Z | [ recovery-image] May 21 22:11:53.673 INFO O| May 21 22:11:53.673 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8495 | 2026-05-21T22:11:54.660Z | [ recovery-image] May 21 22:11:53.673 INFO O| May 21 22:11:53.673 INFO STEP 50 (ensure_dir) COMPLETE |
| 8496 | 2026-05-21T22:11:54.663Z | [ recovery-image] May 21 22:11:53.673 INFO O| May 21 22:11:53.673 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8497 | 2026-05-21T22:11:54.667Z | [ recovery-image] May 21 22:11:53.680 INFO O| May 21 22:11:53.680 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8498 | 2026-05-21T22:11:54.667Z | [ recovery-image] May 21 22:11:53.680 INFO O| May 21 22:11:53.680 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8499 | 2026-05-21T22:11:54.699Z | [ recovery-image] May 21 22:11:53.712 INFO O| May 21 22:11:53.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8500 | 2026-05-21T22:11:54.699Z | [ recovery-image] May 21 22:11:53.712 INFO O| May 21 22:11:53.712 INFO ok! |
| 8501 | 2026-05-21T22:11:54.703Z | [ recovery-image] May 21 22:11:53.712 INFO O| May 21 22:11:53.712 INFO STEP 51 (ensure_file) COMPLETE |
| 8502 | 2026-05-21T22:11:54.703Z | [ recovery-image] May 21 22:11:53.712 INFO O| May 21 22:11:53.712 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8503 | 2026-05-21T22:11:54.709Z | [ recovery-image] May 21 22:11:53.722 INFO O| May 21 22:11:53.722 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8504 | 2026-05-21T22:11:54.709Z | [ recovery-image] May 21 22:11:53.722 INFO O| May 21 22:11:53.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8505 | 2026-05-21T22:11:54.709Z | [ recovery-image] May 21 22:11:53.722 INFO O| May 21 22:11:53.722 INFO STEP 52 (ensure_dir) COMPLETE |
| 8506 | 2026-05-21T22:11:54.712Z | [ recovery-image] May 21 22:11:53.722 INFO O| May 21 22:11:53.722 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8507 | 2026-05-21T22:11:54.717Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8508 | 2026-05-21T22:11:54.717Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8509 | 2026-05-21T22:11:54.717Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8510 | 2026-05-21T22:11:54.720Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO ok! |
| 8511 | 2026-05-21T22:11:54.720Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO STEP 53 (ensure_file) COMPLETE |
| 8512 | 2026-05-21T22:11:54.721Z | [ recovery-image] May 21 22:11:53.730 INFO O| May 21 22:11:53.730 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8513 | 2026-05-21T22:11:54.724Z | [ recovery-image] May 21 22:11:53.737 INFO O| May 21 22:11:53.737 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8514 | 2026-05-21T22:11:54.725Z | [ recovery-image] May 21 22:11:53.738 INFO O| May 21 22:11:53.738 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8515 | 2026-05-21T22:11:54.725Z | [ recovery-image] May 21 22:11:53.738 INFO O| May 21 22:11:53.738 INFO STEP 54 (ensure_dir) COMPLETE |
| 8516 | 2026-05-21T22:11:54.729Z | [ recovery-image] May 21 22:11:53.738 INFO O| May 21 22:11:53.738 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8517 | 2026-05-21T22:11:54.732Z | [ recovery-image] May 21 22:11:53.745 INFO O| May 21 22:11:53.745 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8518 | 2026-05-21T22:11:54.732Z | [ recovery-image] May 21 22:11:53.745 INFO O| May 21 22:11:53.745 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8519 | 2026-05-21T22:11:56.573Z | [ recovery-image] May 21 22:11:55.583 INFO O| May 21 22:11:55.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8520 | 2026-05-21T22:11:56.573Z | [ recovery-image] May 21 22:11:55.583 INFO O| May 21 22:11:55.583 INFO ok! |
| 8521 | 2026-05-21T22:11:56.573Z | [ recovery-image] May 21 22:11:55.583 INFO O| May 21 22:11:55.583 INFO STEP 55 (ensure_file) COMPLETE |
| 8522 | 2026-05-21T22:11:56.577Z | [ recovery-image] May 21 22:11:55.583 INFO O| May 21 22:11:55.583 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8523 | 2026-05-21T22:11:56.582Z | [ recovery-image] May 21 22:11:55.592 INFO O| May 21 22:11:55.592 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8524 | 2026-05-21T22:11:56.582Z | [ recovery-image] May 21 22:11:55.592 INFO O| May 21 22:11:55.592 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8525 | 2026-05-21T22:11:57.633Z | [ recovery-image] May 21 22:11:56.646 INFO O| May 21 22:11:56.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8526 | 2026-05-21T22:11:57.633Z | [ recovery-image] May 21 22:11:56.646 INFO O| May 21 22:11:56.646 INFO ok! |
| 8527 | 2026-05-21T22:11:57.637Z | [ recovery-image] May 21 22:11:56.646 INFO O| May 21 22:11:56.646 INFO STEP 56 (ensure_file) COMPLETE |
| 8528 | 2026-05-21T22:11:57.637Z | [ recovery-image] May 21 22:11:56.646 INFO O| May 21 22:11:56.646 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8529 | 2026-05-21T22:11:57.642Z | [ recovery-image] May 21 22:11:56.655 INFO O| May 21 22:11:56.655 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8530 | 2026-05-21T22:11:57.642Z | [ recovery-image] May 21 22:11:56.656 INFO O| May 21 22:11:56.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8531 | 2026-05-21T22:11:57.646Z | [ recovery-image] May 21 22:11:56.656 INFO O| May 21 22:11:56.656 INFO STEP 57 (ensure_dir) COMPLETE |
| 8532 | 2026-05-21T22:11:57.646Z | [ recovery-image] May 21 22:11:56.656 INFO O| May 21 22:11:56.656 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8533 | 2026-05-21T22:11:57.652Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8534 | 2026-05-21T22:11:57.652Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
| 8535 | 2026-05-21T22:11:57.657Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 8536 | 2026-05-21T22:11:57.657Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO ok! |
| 8537 | 2026-05-21T22:11:57.657Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO STEP 58 (ensure_file) COMPLETE |
| 8538 | 2026-05-21T22:11:57.657Z | [ recovery-image] May 21 22:11:56.664 INFO O| May 21 22:11:56.664 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8539 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.673 INFO O| May 21 22:11:56.673 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8540 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.673 INFO O| May 21 22:11:56.673 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
| 8541 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.674 INFO O| May 21 22:11:56.674 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 8542 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.674 INFO O| May 21 22:11:56.674 INFO ok! |
| 8543 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.674 INFO O| May 21 22:11:56.674 INFO STEP 59 (ensure_file) COMPLETE |
| 8544 | 2026-05-21T22:11:57.661Z | [ recovery-image] May 21 22:11:56.674 INFO O| May 21 22:11:56.674 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8545 | 2026-05-21T22:11:57.668Z | [ recovery-image] May 21 22:11:56.681 INFO O| May 21 22:11:56.681 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8546 | 2026-05-21T22:11:57.668Z | [ recovery-image] May 21 22:11:56.681 INFO O| May 21 22:11:56.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8547 | 2026-05-21T22:11:57.668Z | [ recovery-image] May 21 22:11:56.681 INFO O| May 21 22:11:56.681 INFO STEP 60 (ensure_dir) COMPLETE |
| 8548 | 2026-05-21T22:11:57.668Z | [ recovery-image] May 21 22:11:56.681 INFO O| May 21 22:11:56.681 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8549 | 2026-05-21T22:11:57.675Z | [ recovery-image] May 21 22:11:56.688 INFO O| May 21 22:11:56.688 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8550 | 2026-05-21T22:11:57.679Z | [ recovery-image] May 21 22:11:56.689 INFO O| May 21 22:11:56.688 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
| 8551 | 2026-05-21T22:11:57.679Z | [ recovery-image] May 21 22:11:56.689 INFO O| May 21 22:11:56.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8552 | 2026-05-21T22:11:57.679Z | [ recovery-image] May 21 22:11:56.689 INFO O| May 21 22:11:56.689 INFO ok! |
| 8553 | 2026-05-21T22:11:57.679Z | [ recovery-image] May 21 22:11:56.689 INFO O| May 21 22:11:56.689 INFO STEP 61 (ensure_file) COMPLETE |
| 8554 | 2026-05-21T22:11:57.679Z | [ recovery-image] May 21 22:11:56.689 INFO O| May 21 22:11:56.689 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8555 | 2026-05-21T22:11:57.684Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8556 | 2026-05-21T22:11:57.685Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
| 8557 | 2026-05-21T22:11:57.685Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 8558 | 2026-05-21T22:11:57.685Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO ok! |
| 8559 | 2026-05-21T22:11:57.688Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO STEP 62 (ensure_file) COMPLETE |
| 8560 | 2026-05-21T22:11:57.688Z | [ recovery-image] May 21 22:11:56.698 INFO O| May 21 22:11:56.698 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8561 | 2026-05-21T22:11:57.691Z | [ recovery-image] May 21 22:11:56.704 INFO O| May 21 22:11:56.704 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8562 | 2026-05-21T22:11:57.691Z | [ recovery-image] May 21 22:11:56.704 INFO O| May 21 22:11:56.704 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8563 | 2026-05-21T22:11:57.692Z | [ recovery-image] May 21 22:11:56.704 INFO O| May 21 22:11:56.704 INFO STEP 63 (ensure_dir) COMPLETE |
| 8564 | 2026-05-21T22:11:57.692Z | [ recovery-image] May 21 22:11:56.704 INFO O| May 21 22:11:56.704 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8565 | 2026-05-21T22:11:57.701Z | [ recovery-image] May 21 22:11:56.714 INFO O| May 21 22:11:56.714 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8566 | 2026-05-21T22:11:57.705Z | [ recovery-image] May 21 22:11:56.715 INFO O| May 21 22:11:56.714 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
| 8567 | 2026-05-21T22:11:57.705Z | [ recovery-image] May 21 22:11:56.715 INFO O| May 21 22:11:56.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8568 | 2026-05-21T22:11:57.705Z | [ recovery-image] May 21 22:11:56.715 INFO O| May 21 22:11:56.715 INFO ok! |
| 8569 | 2026-05-21T22:11:57.705Z | [ recovery-image] May 21 22:11:56.715 INFO O| May 21 22:11:56.715 INFO STEP 64 (ensure_file) COMPLETE |
| 8570 | 2026-05-21T22:11:57.705Z | [ recovery-image] May 21 22:11:56.715 INFO O| May 21 22:11:56.715 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8571 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8572 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8573 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8574 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO ok! |
| 8575 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO STEP 65 (ensure_file) COMPLETE |
| 8576 | 2026-05-21T22:11:57.709Z | [ recovery-image] May 21 22:11:56.722 INFO O| May 21 22:11:56.722 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8577 | 2026-05-21T22:11:57.715Z | [ recovery-image] May 21 22:11:56.729 INFO O| May 21 22:11:56.729 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8578 | 2026-05-21T22:11:57.715Z | [ recovery-image] May 21 22:11:56.729 INFO O| May 21 22:11:56.729 INFO STEP 66 (ensure_dir) COMPLETE |
| 8579 | 2026-05-21T22:11:57.719Z | [ recovery-image] May 21 22:11:56.729 INFO O| May 21 22:11:56.729 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8580 | 2026-05-21T22:11:57.722Z | [ recovery-image] May 21 22:11:56.735 INFO O| May 21 22:11:56.735 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8581 | 2026-05-21T22:11:57.722Z | [ recovery-image] May 21 22:11:56.735 INFO O| May 21 22:11:56.735 INFO STEP 67 (ensure_dir) COMPLETE |
| 8582 | 2026-05-21T22:11:57.722Z | [ recovery-image] May 21 22:11:56.735 INFO O| May 21 22:11:56.735 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8583 | 2026-05-21T22:11:57.730Z | [ recovery-image] May 21 22:11:56.744 INFO O| May 21 22:11:56.744 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8584 | 2026-05-21T22:11:57.730Z | [ recovery-image] May 21 22:11:56.744 INFO O| May 21 22:11:56.744 INFO STEP 68 (ensure_dir) COMPLETE |
| 8585 | 2026-05-21T22:11:57.734Z | [ recovery-image] May 21 22:11:56.744 INFO O| May 21 22:11:56.744 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8586 | 2026-05-21T22:11:57.738Z | [ recovery-image] May 21 22:11:56.751 INFO O| May 21 22:11:56.751 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8587 | 2026-05-21T22:11:57.738Z | [ recovery-image] May 21 22:11:56.751 INFO O| May 21 22:11:56.751 INFO STEP 69 (ensure_dir) COMPLETE |
| 8588 | 2026-05-21T22:11:57.741Z | [ recovery-image] May 21 22:11:56.751 INFO O| May 21 22:11:56.751 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8589 | 2026-05-21T22:11:57.746Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8590 | 2026-05-21T22:11:57.746Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO copying /tmp/.tmpjbDixS/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8591 | 2026-05-21T22:11:57.749Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8592 | 2026-05-21T22:11:57.749Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO ok! |
| 8593 | 2026-05-21T22:11:57.750Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO STEP 70 (ensure_file) COMPLETE |
| 8594 | 2026-05-21T22:11:57.750Z | [ recovery-image] May 21 22:11:56.759 INFO O| May 21 22:11:56.759 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8595 | 2026-05-21T22:11:57.754Z | [ recovery-image] May 21 22:11:56.767 INFO O| May 21 22:11:56.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8596 | 2026-05-21T22:11:57.760Z | [ recovery-image] May 21 22:11:56.768 INFO O| May 21 22:11:56.767 INFO STEP 71 (remove_files) COMPLETE |
| 8597 | 2026-05-21T22:11:57.760Z | [ recovery-image] May 21 22:11:56.768 INFO O| May 21 22:11:56.768 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8598 | 2026-05-21T22:11:57.763Z | [ recovery-image] May 21 22:11:56.775 INFO O| May 21 22:11:56.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8599 | 2026-05-21T22:11:57.763Z | [ recovery-image] May 21 22:11:56.775 INFO O| May 21 22:11:56.775 INFO STEP 72 (remove_files) COMPLETE |
| 8600 | 2026-05-21T22:11:57.763Z | [ recovery-image] May 21 22:11:56.775 INFO O| May 21 22:11:56.775 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8601 | 2026-05-21T22:11:57.771Z | [ recovery-image] May 21 22:11:56.782 INFO O| May 21 22:11:56.782 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8602 | 2026-05-21T22:11:57.771Z | [ recovery-image] May 21 22:11:56.783 INFO O| May 21 22:11:56.783 INFO STEP 73 (remove_files) COMPLETE |
| 8603 | 2026-05-21T22:11:57.771Z | [ recovery-image] May 21 22:11:56.783 INFO O| May 21 22:11:56.783 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8604 | 2026-05-21T22:11:57.776Z | [ recovery-image] May 21 22:11:56.789 INFO O| May 21 22:11:56.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8605 | 2026-05-21T22:11:57.780Z | [ recovery-image] May 21 22:11:56.789 INFO O| May 21 22:11:56.789 INFO STEP 74 (remove_files) COMPLETE |
| 8606 | 2026-05-21T22:11:57.780Z | [ recovery-image] May 21 22:11:56.789 INFO O| May 21 22:11:56.789 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8607 | 2026-05-21T22:11:57.785Z | [ recovery-image] May 21 22:11:56.796 INFO O| May 21 22:11:56.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8608 | 2026-05-21T22:11:57.785Z | [ recovery-image] May 21 22:11:56.797 INFO O| May 21 22:11:56.796 INFO STEP 75 (remove_files) COMPLETE |
| 8609 | 2026-05-21T22:11:57.785Z | [ recovery-image] May 21 22:11:56.797 INFO O| May 21 22:11:56.796 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8610 | 2026-05-21T22:11:57.794Z | [ recovery-image] May 21 22:11:56.805 INFO O| May 21 22:11:56.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8611 | 2026-05-21T22:11:57.797Z | [ recovery-image] May 21 22:11:56.805 INFO O| May 21 22:11:56.805 INFO STEP 76 (remove_files) COMPLETE |
| 8612 | 2026-05-21T22:11:57.797Z | [ recovery-image] May 21 22:11:56.805 INFO O| May 21 22:11:56.805 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8613 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.812 INFO O| May 21 22:11:56.812 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8614 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.812 INFO O| May 21 22:11:56.812 INFO STEP 77 (remove_files) COMPLETE |
| 8615 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.812 INFO O| May 21 22:11:56.812 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8616 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.819 INFO O| May 21 22:11:56.819 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8617 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.819 INFO O| May 21 22:11:56.819 INFO STEP 78 (remove_files) COMPLETE |
| 8618 | 2026-05-21T22:11:57.809Z | [ recovery-image] May 21 22:11:56.819 INFO O| May 21 22:11:56.819 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8619 | 2026-05-21T22:11:57.817Z | [ recovery-image] May 21 22:11:56.828 INFO O| May 21 22:11:56.828 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8620 | 2026-05-21T22:11:57.817Z | [ recovery-image] May 21 22:11:56.828 INFO O| May 21 22:11:56.828 INFO STEP 79 (remove_files) COMPLETE |
| 8621 | 2026-05-21T22:11:57.817Z | [ recovery-image] May 21 22:11:56.828 INFO O| May 21 22:11:56.828 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8622 | 2026-05-21T22:11:57.822Z | [ recovery-image] May 21 22:11:56.835 INFO O| May 21 22:11:56.835 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8623 | 2026-05-21T22:11:57.822Z | [ recovery-image] May 21 22:11:56.835 INFO O| May 21 22:11:56.835 INFO STEP 80 (remove_files) COMPLETE |
| 8624 | 2026-05-21T22:11:57.828Z | [ recovery-image] May 21 22:11:56.835 INFO O| May 21 22:11:56.835 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8625 | 2026-05-21T22:11:57.832Z | [ recovery-image] May 21 22:11:56.842 INFO O| May 21 22:11:56.842 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8626 | 2026-05-21T22:11:57.832Z | [ recovery-image] May 21 22:11:56.842 INFO O| May 21 22:11:56.842 INFO STEP 81 (remove_files) COMPLETE |
| 8627 | 2026-05-21T22:11:57.832Z | [ recovery-image] May 21 22:11:56.842 INFO O| May 21 22:11:56.842 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8628 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.848 INFO O| May 21 22:11:56.848 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8629 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.849 INFO O| May 21 22:11:56.849 INFO STEP 82 (remove_files) COMPLETE |
| 8630 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.849 INFO O| May 21 22:11:56.849 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8631 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.855 INFO O| May 21 22:11:56.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8632 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.855 INFO O| May 21 22:11:56.855 INFO STEP 83 (remove_files) COMPLETE |
| 8633 | 2026-05-21T22:11:57.842Z | [ recovery-image] May 21 22:11:56.855 INFO O| May 21 22:11:56.855 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8634 | 2026-05-21T22:11:57.848Z | [ recovery-image] May 21 22:11:56.861 INFO O| May 21 22:11:56.861 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8635 | 2026-05-21T22:11:57.848Z | [ recovery-image] May 21 22:11:56.861 INFO O| May 21 22:11:56.861 INFO STEP 84 (remove_files) COMPLETE |
| 8636 | 2026-05-21T22:11:57.852Z | [ recovery-image] May 21 22:11:56.861 INFO O| May 21 22:11:56.861 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8637 | 2026-05-21T22:11:57.855Z | [ recovery-image] May 21 22:11:56.868 INFO O| May 21 22:11:56.868 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8638 | 2026-05-21T22:11:57.855Z | [ recovery-image] May 21 22:11:56.868 INFO O| May 21 22:11:56.868 INFO STEP 85 (remove_files) COMPLETE |
| 8639 | 2026-05-21T22:11:57.855Z | [ recovery-image] May 21 22:11:56.868 INFO O| May 21 22:11:56.868 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8640 | 2026-05-21T22:11:57.862Z | [ recovery-image] May 21 22:11:56.874 INFO O| May 21 22:11:56.874 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8641 | 2026-05-21T22:11:57.863Z | [ recovery-image] May 21 22:11:56.874 INFO O| May 21 22:11:56.874 INFO STEP 86 (remove_files) COMPLETE |
| 8642 | 2026-05-21T22:11:57.866Z | [ recovery-image] May 21 22:11:56.874 INFO O| May 21 22:11:56.874 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8643 | 2026-05-21T22:11:57.877Z | [ recovery-image] May 21 22:11:56.880 INFO O| May 21 22:11:56.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8644 | 2026-05-21T22:11:57.877Z | [ recovery-image] May 21 22:11:56.880 INFO O| May 21 22:11:56.880 INFO STEP 87 (remove_files) COMPLETE |
| 8645 | 2026-05-21T22:11:57.877Z | [ recovery-image] May 21 22:11:56.880 INFO O| May 21 22:11:56.880 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8646 | 2026-05-21T22:11:57.878Z | [ recovery-image] May 21 22:11:56.889 INFO O| May 21 22:11:56.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8647 | 2026-05-21T22:11:57.878Z | [ recovery-image] May 21 22:11:56.889 INFO O| May 21 22:11:56.889 INFO STEP 88 (remove_files) COMPLETE |
| 8648 | 2026-05-21T22:11:57.878Z | [ recovery-image] May 21 22:11:56.889 INFO O| May 21 22:11:56.889 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8649 | 2026-05-21T22:11:57.884Z | [ recovery-image] May 21 22:11:56.897 INFO O| May 21 22:11:56.897 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8650 | 2026-05-21T22:11:57.884Z | [ recovery-image] May 21 22:11:56.897 INFO O| May 21 22:11:56.897 INFO STEP 89 (remove_files) COMPLETE |
| 8651 | 2026-05-21T22:11:57.884Z | [ recovery-image] May 21 22:11:56.897 INFO O| May 21 22:11:56.897 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8652 | 2026-05-21T22:11:57.891Z | [ recovery-image] May 21 22:11:56.904 INFO O| May 21 22:11:56.904 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8653 | 2026-05-21T22:11:57.895Z | [ recovery-image] May 21 22:11:56.904 INFO O| May 21 22:11:56.904 INFO STEP 90 (remove_files) COMPLETE |
| 8654 | 2026-05-21T22:11:57.895Z | [ recovery-image] May 21 22:11:56.905 INFO O| May 21 22:11:56.904 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8655 | 2026-05-21T22:11:57.901Z | [ recovery-image] May 21 22:11:56.912 INFO O| May 21 22:11:56.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8656 | 2026-05-21T22:11:57.901Z | [ recovery-image] May 21 22:11:56.912 INFO O| May 21 22:11:56.912 INFO STEP 91 (remove_files) COMPLETE |
| 8657 | 2026-05-21T22:11:57.901Z | [ recovery-image] May 21 22:11:56.912 INFO O| May 21 22:11:56.912 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8658 | 2026-05-21T22:11:57.908Z | [ recovery-image] May 21 22:11:56.920 INFO O| May 21 22:11:56.920 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8659 | 2026-05-21T22:11:57.914Z | [ recovery-image] May 21 22:11:56.921 INFO O| May 21 22:11:56.921 INFO STEP 92 (remove_files) COMPLETE |
| 8660 | 2026-05-21T22:11:57.915Z | [ recovery-image] May 21 22:11:56.921 INFO O| May 21 22:11:56.921 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8661 | 2026-05-21T22:11:57.915Z | [ recovery-image] May 21 22:11:56.927 INFO O| May 21 22:11:56.927 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8662 | 2026-05-21T22:11:57.915Z | [ recovery-image] May 21 22:11:56.927 INFO O| May 21 22:11:56.927 INFO STEP 93 (remove_files) COMPLETE |
| 8663 | 2026-05-21T22:11:57.915Z | [ recovery-image] May 21 22:11:56.927 INFO O| May 21 22:11:56.927 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8664 | 2026-05-21T22:11:57.922Z | [ recovery-image] May 21 22:11:56.935 INFO O| May 21 22:11:56.935 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8665 | 2026-05-21T22:11:57.922Z | [ recovery-image] May 21 22:11:56.935 INFO O| May 21 22:11:56.935 INFO STEP 94 (remove_files) COMPLETE |
| 8666 | 2026-05-21T22:11:57.922Z | [ recovery-image] May 21 22:11:56.935 INFO O| May 21 22:11:56.935 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8667 | 2026-05-21T22:11:57.933Z | [ recovery-image] May 21 22:11:56.944 INFO O| May 21 22:11:56.944 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8668 | 2026-05-21T22:11:57.949Z | [ recovery-image] May 21 22:11:56.944 INFO O| May 21 22:11:56.944 INFO STEP 95 (remove_files) COMPLETE |
| 8669 | 2026-05-21T22:11:57.949Z | [ recovery-image] May 21 22:11:56.944 INFO O| May 21 22:11:56.944 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8670 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.952 INFO O| May 21 22:11:56.952 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8671 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.952 INFO O| May 21 22:11:56.952 INFO STEP 96 (remove_files) COMPLETE |
| 8672 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.952 INFO O| May 21 22:11:56.952 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8673 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.960 INFO O| May 21 22:11:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8674 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.960 INFO O| May 21 22:11:56.960 INFO STEP 97 (remove_files) COMPLETE |
| 8675 | 2026-05-21T22:11:57.950Z | [ recovery-image] May 21 22:11:56.960 INFO O| May 21 22:11:56.960 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8676 | 2026-05-21T22:11:57.954Z | [ recovery-image] May 21 22:11:56.966 INFO O| May 21 22:11:56.966 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8677 | 2026-05-21T22:11:57.954Z | [ recovery-image] May 21 22:11:56.966 INFO O| May 21 22:11:56.966 INFO STEP 98 (remove_files) COMPLETE |
| 8678 | 2026-05-21T22:11:57.954Z | [ recovery-image] May 21 22:11:56.966 INFO O| May 21 22:11:56.966 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8679 | 2026-05-21T22:11:57.961Z | [ recovery-image] May 21 22:11:56.975 INFO O| May 21 22:11:56.974 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8680 | 2026-05-21T22:11:57.961Z | [ recovery-image] May 21 22:11:56.975 INFO O| May 21 22:11:56.975 INFO STEP 99 (remove_files) COMPLETE |
| 8681 | 2026-05-21T22:11:57.965Z | [ recovery-image] May 21 22:11:56.975 INFO O| May 21 22:11:56.975 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8682 | 2026-05-21T22:11:57.971Z | [ recovery-image] May 21 22:11:56.984 INFO O| May 21 22:11:56.984 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8683 | 2026-05-21T22:11:57.971Z | [ recovery-image] May 21 22:11:56.984 INFO O| May 21 22:11:56.984 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8684 | 2026-05-21T22:12:01.314Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.23996:20260521T181456Z |
| 8685 | 2026-05-21T22:12:01.314Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.23996:20260521T181456Z |
| 8686 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 8687 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 8688 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 8689 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 8690 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 8691 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.326 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 8692 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.327 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@20.0.0.0-3.0:20260521T215747Z |
| 8693 | 2026-05-21T22:12:01.319Z | [ host-image] May 21 22:12:00.327 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 8694 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.327 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 8695 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.327 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.23996:20260521T181457Z |
| 8696 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.327 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.23996:20260521T181457Z |
| 8697 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.23996:20260521T181457Z |
| 8698 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.23996:20260521T181457Z |
| 8699 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 8700 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.23996:20260521T181457Z |
| 8701 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.23996:20260521T181457Z |
| 8702 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.23996:20260521T181458Z |
| 8703 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.23996:20260521T181458Z |
| 8704 | 2026-05-21T22:12:01.320Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.23996:20260521T181458Z |
| 8705 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.23996:20260521T181458Z |
| 8706 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.23996:20260521T181458Z |
| 8707 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.23996:20260521T181459Z |
| 8708 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.23996:20260521T181459Z |
| 8709 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.328 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.23996:20260521T181459Z |
| 8710 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.23996:20260521T181500Z |
| 8711 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.23996:20260521T181500Z |
| 8712 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.23996:20260521T181501Z |
| 8713 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.23996:20260521T181502Z |
| 8714 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/opte@0.40.479-3.0:20260511T233512Z |
| 8715 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.23996:20260521T181503Z |
| 8716 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.23996:20260521T181504Z |
| 8717 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.23996:20260521T181505Z |
| 8718 | 2026-05-21T22:12:01.321Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.23996:20260521T181505Z |
| 8719 | 2026-05-21T22:12:01.322Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.23996:20260521T181506Z |
| 8720 | 2026-05-21T22:12:01.322Z | [ host-image] May 21 22:12:00.329 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.23996:20260521T181506Z |
| 8721 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 8722 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.23996:20260521T181506Z |
| 8723 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 8724 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 8725 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 8726 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.332 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 8727 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.333 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.23996:20260521T181506Z |
| 8728 | 2026-05-21T22:12:01.326Z | [ host-image] May 21 22:12:00.333 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 8729 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.333 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 8730 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.333 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 8731 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.333 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 8732 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.336 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 8733 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.336 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 8734 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.336 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 8735 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.337 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 8736 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.337 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 8737 | 2026-05-21T22:12:01.327Z | [ host-image] May 21 22:12:00.337 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 8738 | 2026-05-21T22:12:01.335Z | [ host-image] May 21 22:12:00.348 INFO O| install = pkg://helios/library/security/openssl-3@3.5.6-3.0:20260411T024444Z |
| 8739 | 2026-05-21T22:12:01.335Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 8740 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 8741 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.23996:20260521T181508Z |
| 8742 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.23996:20260521T181512Z |
| 8743 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 8744 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.23996:20260521T181512Z |
| 8745 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 8746 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 8747 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 8748 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/rsync@3.4.3-3.0:20260520T161127Z |
| 8749 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.23996:20260521T181512Z |
| 8750 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.349 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 8751 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.350 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 8752 | 2026-05-21T22:12:01.339Z | [ host-image] May 21 22:12:00.350 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 8753 | 2026-05-21T22:12:01.340Z | [ host-image] May 21 22:12:00.350 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 8754 | 2026-05-21T22:12:01.340Z | [ host-image] May 21 22:12:00.350 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.23996:20260521T181512Z |
| 8755 | 2026-05-21T22:12:01.340Z | [ host-image] May 21 22:12:00.350 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 8756 | 2026-05-21T22:12:01.343Z | [ host-image] May 21 22:12:00.354 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 8757 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.354 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.23996:20260521T181513Z |
| 8758 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.23996:20260521T181513Z |
| 8759 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.23996:20260521T181513Z |
| 8760 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 8761 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.23996:20260521T181514Z |
| 8762 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.23996:20260521T181514Z |
| 8763 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.23996:20260521T181514Z |
| 8764 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.355 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.23996:20260521T181514Z |
| 8765 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.356 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z |
| 8766 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.356 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.23996:20260521T181515Z |
| 8767 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.23996:20260521T181515Z |
| 8768 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 8769 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.23996:20260521T181516Z |
| 8770 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.23996:20260521T181516Z |
| 8771 | 2026-05-21T22:12:01.344Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.23996:20260521T181516Z |
| 8772 | 2026-05-21T22:12:01.348Z | [ host-image] May 21 22:12:00.357 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.23996:20260521T181516Z |
| 8773 | 2026-05-21T22:12:01.348Z | [ host-image] May 21 22:12:00.359 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.23996:20260521T181516Z |
| 8774 | 2026-05-21T22:12:01.348Z | [ host-image] May 21 22:12:00.359 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 8775 | 2026-05-21T22:12:01.348Z | [ host-image] May 21 22:12:00.359 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.23996:20260521T181516Z |
| 8776 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.23996:20260521T181516Z |
| 8777 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.23996:20260521T181516Z |
| 8778 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.23996:20260521T181516Z |
| 8779 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.23996:20260521T181517Z |
| 8780 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.23996:20260521T181517Z |
| 8781 | 2026-05-21T22:12:01.349Z | [ host-image] May 21 22:12:00.360 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.23996:20260521T181517Z |
| 8782 | 2026-05-21T22:12:01.353Z | [ host-image] May 21 22:12:00.363 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.23996:20260521T181518Z |
| 8783 | 2026-05-21T22:12:01.353Z | [ host-image] May 21 22:12:00.363 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.23996:20260521T181517Z |
| 8784 | 2026-05-21T22:12:01.353Z | [ host-image] May 21 22:12:00.363 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.23996:20260521T181517Z |
| 8785 | 2026-05-21T22:12:01.353Z | [ host-image] May 21 22:12:00.364 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.23996:20260521T181517Z |
| 8786 | 2026-05-21T22:12:01.353Z | [ host-image] May 21 22:12:00.364 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.23996:20260521T181518Z |
| 8787 | 2026-05-21T22:12:01.358Z | [ host-image] May 21 22:12:00.369 INFO O| install = pkg://helios/system/library@0.5.11-3.0.23996:20260521T181520Z |
| 8788 | 2026-05-21T22:12:01.358Z | [ host-image] May 21 22:12:00.369 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.23996:20260521T181518Z |
| 8789 | 2026-05-21T22:12:01.358Z | [ host-image] May 21 22:12:00.369 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.23996:20260521T181518Z |
| 8790 | 2026-05-21T22:12:01.358Z | [ host-image] May 21 22:12:00.369 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 8791 | 2026-05-21T22:12:01.358Z | [ host-image] May 21 22:12:00.370 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 8792 | 2026-05-21T22:12:01.365Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.23996:20260521T181518Z |
| 8793 | 2026-05-21T22:12:01.365Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 8794 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.23996:20260521T181518Z |
| 8795 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.23996:20260521T181518Z |
| 8796 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.23996:20260521T181519Z |
| 8797 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 8798 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.378 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 8799 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.23996:20260521T181519Z |
| 8800 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.23996:20260521T181519Z |
| 8801 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.23996:20260521T181519Z |
| 8802 | 2026-05-21T22:12:01.369Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.23996:20260521T181519Z |
| 8803 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.23996:20260521T181520Z |
| 8804 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.379 INFO O| install = pkg://helios/system/man@0.5.11-3.0.23996:20260521T181520Z |
| 8805 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 8806 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.23996:20260521T181520Z |
| 8807 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.23996:20260521T181520Z |
| 8808 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.23996:20260521T181520Z |
| 8809 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/network@0.5.11-3.0.23996:20260521T181521Z |
| 8810 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.23996:20260521T181521Z |
| 8811 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.23996:20260521T181521Z |
| 8812 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 8813 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 8814 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.380 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.23996:20260521T181523Z |
| 8815 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.23996:20260521T181523Z |
| 8816 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 8817 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 8818 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 8819 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 8820 | 2026-05-21T22:12:01.370Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 8821 | 2026-05-21T22:12:01.371Z | [ host-image] May 21 22:12:00.381 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 8822 | 2026-05-21T22:12:01.371Z | [ host-image] May 21 22:12:00.382 INFO O| install = pkg://helios/web/curl@8.20.0-3.0:20260512T090538Z |
| 8823 | 2026-05-21T22:12:01.371Z | [ host-image] May 21 22:12:00.382 INFO O| tempdir @ "/tmp/.tmpPPBETZ/tmp" |
| 8824 | 2026-05-21T22:12:01.371Z | [ host-image] May 21 22:12:00.382 INFO O| image root @ "/tmp/.tmpPPBETZ/tmp/root" |
| 8825 | 2026-05-21T22:12:01.371Z | [ host-image] May 21 22:12:00.382 INFO O| creating image... |
| 8826 | 2026-05-21T22:12:02.903Z | [ recovery-image] May 21 22:12:01.916 INFO O| May 21 22:12:01.916 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68 |
| 8827 | 2026-05-21T22:12:02.903Z | [ recovery-image] May 21 22:12:01.916 INFO O| May 21 22:12:01.916 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8828 | 2026-05-21T22:12:02.916Z | [ recovery-image] May 21 22:12:01.928 INFO O| May 21 22:12:01.928 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8829 | 2026-05-21T22:12:03.010Z | [ recovery-image] May 21 22:12:02.021 INFO O| May 21 22:12:02.021 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8830 | 2026-05-21T22:12:03.061Z | [ recovery-image] May 21 22:12:02.073 INFO O| May 21 22:12:02.073 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 8831 | 2026-05-21T22:12:03.122Z | [ recovery-image] May 21 22:12:02.135 INFO O| May 21 22:12:02.135 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8832 | 2026-05-21T22:12:03.123Z | [ recovery-image] May 21 22:12:02.135 INFO O| May 21 22:12:02.135 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ... |
| 8833 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8834 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO ok! |
| 8835 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8836 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO STEP 100 (seed_smf) COMPLETE |
| 8837 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO steps complete; finalising image! |
| 8838 | 2026-05-21T22:12:03.137Z | [ recovery-image] May 21 22:12:02.136 INFO O| May 21 22:12:02.136 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8839 | 2026-05-21T22:12:03.190Z | [ recovery-image] May 21 22:12:02.202 INFO O| May 21 22:12:02.202 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu May 21 22:12:02 2026) |
| 8840 | 2026-05-21T22:12:03.395Z | [ recovery-image] May 21 22:12:02.409 INFO O| May 21 22:12:02.408 INFO trim TEMPORARY-sled-zfs-recovery: (55% trimmed, started at Thu May 21 22:12:02 2026) |
| 8841 | 2026-05-21T22:12:03.602Z | [ recovery-image] May 21 22:12:02.614 INFO O| May 21 22:12:02.614 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Thu May 21 22:12:02 2026) |
| 8842 | 2026-05-21T22:12:03.807Z | [ recovery-image] May 21 22:12:02.820 INFO O| May 21 22:12:02.820 INFO trim TEMPORARY-sled-zfs-recovery: (73% trimmed, started at Thu May 21 22:12:02 2026) |
| 8843 | 2026-05-21T22:12:04.061Z | [ recovery-image] May 21 22:12:03.074 INFO O| May 21 22:12:03.074 INFO trim TEMPORARY-sled-zfs-recovery: (82% trimmed, started at Thu May 21 22:12:02 2026) |
| 8844 | 2026-05-21T22:12:04.269Z | [ recovery-image] May 21 22:12:03.281 INFO O| May 21 22:12:03.281 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu May 21 22:12:02 2026) |
| 8845 | 2026-05-21T22:12:04.278Z | [ host-image] May 21 22:12:03.291 INFO O| copying publishers... |
| 8846 | 2026-05-21T22:12:04.486Z | [ recovery-image] May 21 22:12:03.499 INFO O| May 21 22:12:03.499 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio |
| 8847 | 2026-05-21T22:12:04.486Z | [ recovery-image] May 21 22:12:03.499 INFO O| May 21 22:12:03.499 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8848 | 2026-05-21T22:12:05.079Z | [ recovery-image] May 21 22:12:04.092 INFO O| May 21 22:12:04.092 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8849 | 2026-05-21T22:12:05.079Z | [ recovery-image] May 21 22:12:04.092 INFO O| May 21 22:12:04.092 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8850 | 2026-05-21T22:12:06.236Z | [ host-image] May 21 22:12:05.248 INFO O| adding properties... |
| 8851 | 2026-05-21T22:12:07.212Z | [ recovery-image] May 21 22:12:06.224 INFO O| May 21 22:12:06.224 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8852 | 2026-05-21T22:12:07.212Z | [ recovery-image] May 21 22:12:06.224 INFO O| May 21 22:12:06.224 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8853 | 2026-05-21T22:12:07.216Z | [ recovery-image] May 21 22:12:06.224 INFO O| May 21 22:12:06.224 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8854 | 2026-05-21T22:12:07.216Z | [ recovery-image] May 21 22:12:06.224 INFO O| May 21 22:12:06.224 INFO completed processing sled/zfs-recovery |
| 8855 | 2026-05-21T22:12:07.216Z | [ recovery-image] May 21 22:12:06.224 INFO O| May 21 22:12:06.224 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8856 | 2026-05-21T22:12:07.425Z | [ recovery-image] May 21 22:12:06.438 INFO O| May 21 22:12:06.438 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8857 | 2026-05-21T22:12:07.488Z | [ host-image] May 21 22:12:06.501 INFO O| installing packages... |
| 8858 | 2026-05-21T22:12:07.488Z | [ recovery-image] May 21 22:12:06.501 INFO BUILD STRING "heads/stlouis-0-g4021d2ee5d\n" |
| 8859 | 2026-05-21T22:12:07.488Z | [ recovery-image] May 21 22:12:06.501 INFO expanded image name: "recovery 1e81977/${os_short_commit} 2026-05-21 21:57" -> "recovery 1e81977/4021d2e 2026-05-21 21:57" |
| 8860 | 2026-05-21T22:12:07.492Z | [ recovery-image] May 21 22:12:06.501 INFO output artefacts stored in: "/work/os-recovery" |
| 8861 | 2026-05-21T22:12:07.492Z | [ recovery-image] May 21 22:12:06.501 INFO collecting git info from project "pilot"... |
| 8862 | 2026-05-21T22:12:07.498Z | [ recovery-image] May 21 22:12:06.511 INFO collecting git info from project "amd-host-image-builder"... |
| 8863 | 2026-05-21T22:12:07.540Z | [ recovery-image] May 21 22:12:06.552 INFO collecting git info from project "image-builder"... |
| 8864 | 2026-05-21T22:12:07.546Z | [ recovery-image] May 21 22:12:06.559 INFO collecting git info from project "chelsio-t6-roms"... |
| 8865 | 2026-05-21T22:12:07.564Z | [ recovery-image] May 21 22:12:06.577 INFO collecting git info from project "phbl"... |
| 8866 | 2026-05-21T22:12:07.577Z | [ recovery-image] May 21 22:12:06.590 INFO collecting git info from project "pinprick"... |
| 8867 | 2026-05-21T22:12:07.587Z | [ recovery-image] May 21 22:12:06.600 INFO collecting git info from project "bootserver"... |
| 8868 | 2026-05-21T22:12:07.594Z | [ recovery-image] May 21 22:12:06.607 INFO collecting git info from project "amd-firmware"... |
| 8869 | 2026-05-21T22:12:07.909Z | [ recovery-image] May 21 22:12:06.921 INFO collecting git info from project "dmar-report"... |
| 8870 | 2026-05-21T22:12:07.933Z | [ recovery-image] May 21 22:12:06.946 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8871 | 2026-05-21T22:12:08.546Z | [ recovery-image] May 21 22:12:07.558 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8872 | 2026-05-21T22:12:08.900Z | [ recovery-image] May 21 22:12:07.913 INFO creating Oxide boot image... |
| 8873 | 2026-05-21T22:12:08.900Z | [ recovery-image] May 21 22:12:07.913 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1e81977/4021d2e 2026-05-21 21:57", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8874 | 2026-05-21T22:12:25.024Z | [ host-image] May 21 22:12:24.037 INFO O| seeding SMF database... |
| 8875 | 2026-05-21T22:12:29.510Z | [ host-image] May 21 22:12:28.523 INFO O| configuring SMF profile... |
| 8876 | 2026-05-21T22:12:29.510Z | [ host-image] May 21 22:12:28.523 INFO O| modifying shadow(5)... |
| 8877 | 2026-05-21T22:12:29.513Z | [ host-image] May 21 22:12:28.523 INFO O| loading user and group database... |
| 8878 | 2026-05-21T22:12:29.513Z | [ host-image] May 21 22:12:28.523 INFO O| loading facet selections... |
| 8879 | 2026-05-21T22:12:29.813Z | [ host-image] May 21 22:12:28.825 INFO O| devel -> true |
| 8880 | 2026-05-21T22:12:29.813Z | [ host-image] May 21 22:12:28.826 INFO O| doc.man -> true |
| 8881 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.shell/ksh93 -> true |
| 8882 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.system/data/hardware-registry -> true |
| 8883 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.system/data/zoneinfo -> true |
| 8884 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.system/microcode/amd -> true |
| 8885 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.system/microcode/intel -> true |
| 8886 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| version-lock.system/microcode/oxide -> true |
| 8887 | 2026-05-21T22:12:29.816Z | [ host-image] May 21 22:12:28.826 INFO O| assessing packaged files... |
| 8888 | 2026-05-21T22:12:31.381Z | [ host-image] May 21 22:12:30.394 INFO O| creating archive... |
| 8889 | 2026-05-21T22:12:31.401Z | [ host-image] May 21 22:12:30.414 INFO O| missing from packaging: |
| 8890 | 2026-05-21T22:12:31.401Z | [ host-image] May 21 22:12:30.415 INFO O| "etc/.pwd.lock" |
| 8891 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.415 INFO O| "etc/bash" |
| 8892 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/profile/generic.xml" |
| 8893 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/profile/inetd_services.xml" |
| 8894 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/profile/name_service.xml" |
| 8895 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/profile/platform.xml" |
| 8896 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 8897 | 2026-05-21T22:12:31.405Z | [ host-image] May 21 22:12:30.418 INFO O| "etc/svc/repository.db" |
| 8898 | 2026-05-21T22:12:31.411Z | [ host-image] May 21 22:12:30.424 INFO O| "opt/ooce/share" |
| 8899 | 2026-05-21T22:12:31.411Z | [ host-image] May 21 22:12:30.424 INFO O| "opt/ooce/share/man" |
| 8900 | 2026-05-21T22:12:31.414Z | [ host-image] May 21 22:12:30.424 INFO O| "opt/ooce/share/man/man1" |
| 8901 | 2026-05-21T22:12:31.419Z | [ host-image] May 21 22:12:30.432 INFO O| finishing archive... |
| 8902 | 2026-05-21T22:12:33.744Z | [ host-image] May 21 22:12:32.757 INFO O| creating gzonly manifest... |
| 8903 | 2026-05-21T22:12:33.750Z | [ host-image] May 21 22:12:32.763 INFO O| ok |
| 8904 | 2026-05-21T22:12:33.835Z | [ host-image] May 21 22:12:32.848 INFO image builder template: ramdisk-02-trim... |
| 8905 | 2026-05-21T22:12:33.835Z | [ host-image] May 21 22:12:32.848 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/.tmpjbDixS/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "ramdisk-02-trim"], pwd: None |
| 8906 | 2026-05-21T22:12:33.851Z | [ host-image] May 21 22:12:32.864 INFO O| May 21 22:12:32.864 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8907 | 2026-05-21T22:12:33.855Z | [ host-image] May 21 22:12:32.868 INFO O| May 21 22:12:32.868 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8908 | 2026-05-21T22:12:34.053Z | [ host-image] May 21 22:12:33.066 INFO O| May 21 22:12:33.066 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 8909 | 2026-05-21T22:12:34.125Z | [ host-image] May 21 22:12:33.138 INFO O| May 21 22:12:33.138 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 8910 | 2026-05-21T22:12:34.125Z | [ host-image] May 21 22:12:33.138 INFO O| May 21 22:12:33.138 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 8911 | 2026-05-21T22:12:34.128Z | [ host-image] May 21 22:12:33.141 INFO O| May 21 22:12:33.141 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 8912 | 2026-05-21T22:12:34.132Z | [ host-image] May 21 22:12:33.143 INFO O| May 21 22:12:33.143 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 8913 | 2026-05-21T22:12:34.135Z | [ host-image] May 21 22:12:33.146 INFO O| May 21 22:12:33.146 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 8914 | 2026-05-21T22:12:34.585Z | [ host-image] May 21 22:12:33.598 INFO O| May 21 22:12:33.598 INFO rolled back to input snapshot; work may begin |
| 8915 | 2026-05-21T22:12:34.585Z | [ host-image] May 21 22:12:33.598 INFO O| May 21 22:12:33.598 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 8916 | 2026-05-21T22:12:34.589Z | [ host-image] May 21 22:12:33.603 INFO O| May 21 22:12:33.603 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8917 | 2026-05-21T22:12:34.597Z | [ host-image] May 21 22:12:33.611 INFO O| May 21 22:12:33.610 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 8918 | 2026-05-21T22:12:34.636Z | [ host-image] May 21 22:12:33.649 INFO O| May 21 22:12:33.649 INFO STEP 0 (remove_files) COMPLETE |
| 8919 | 2026-05-21T22:12:34.636Z | [ host-image] May 21 22:12:33.649 INFO O| May 21 22:12:33.649 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8920 | 2026-05-21T22:12:34.642Z | [ host-image] May 21 22:12:33.656 INFO O| May 21 22:12:33.656 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 8921 | 2026-05-21T22:12:34.645Z | [ host-image] May 21 22:12:33.657 INFO O| May 21 22:12:33.657 INFO STEP 1 (remove_files) COMPLETE |
| 8922 | 2026-05-21T22:12:34.645Z | [ host-image] May 21 22:12:33.657 INFO O| May 21 22:12:33.657 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8923 | 2026-05-21T22:12:34.651Z | [ host-image] May 21 22:12:33.664 INFO O| May 21 22:12:33.664 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 8924 | 2026-05-21T22:12:34.663Z | [ host-image] May 21 22:12:33.676 INFO O| May 21 22:12:33.676 INFO STEP 2 (remove_files) COMPLETE |
| 8925 | 2026-05-21T22:12:34.663Z | [ host-image] May 21 22:12:33.676 INFO O| May 21 22:12:33.676 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8926 | 2026-05-21T22:12:34.671Z | [ host-image] May 21 22:12:33.684 INFO O| May 21 22:12:33.684 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 8927 | 2026-05-21T22:12:34.674Z | [ host-image] May 21 22:12:33.685 INFO O| May 21 22:12:33.685 INFO STEP 3 (remove_files) COMPLETE |
| 8928 | 2026-05-21T22:12:34.674Z | [ host-image] May 21 22:12:33.685 INFO O| May 21 22:12:33.685 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8929 | 2026-05-21T22:12:34.679Z | [ host-image] May 21 22:12:33.693 INFO O| May 21 22:12:33.693 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 8930 | 2026-05-21T22:12:34.682Z | [ host-image] May 21 22:12:33.695 INFO O| May 21 22:12:33.695 INFO STEP 4 (remove_files) COMPLETE |
| 8931 | 2026-05-21T22:12:34.682Z | [ host-image] May 21 22:12:33.695 INFO O| May 21 22:12:33.695 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8932 | 2026-05-21T22:12:34.689Z | [ host-image] May 21 22:12:33.702 INFO O| May 21 22:12:33.702 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 8933 | 2026-05-21T22:12:34.692Z | [ host-image] May 21 22:12:33.704 INFO O| May 21 22:12:33.704 INFO STEP 5 (remove_files) COMPLETE |
| 8934 | 2026-05-21T22:12:34.692Z | [ host-image] May 21 22:12:33.704 INFO O| May 21 22:12:33.704 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8935 | 2026-05-21T22:12:34.697Z | [ host-image] May 21 22:12:33.710 INFO O| May 21 22:12:33.710 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 8936 | 2026-05-21T22:12:34.706Z | [ host-image] May 21 22:12:33.719 INFO O| May 21 22:12:33.719 INFO STEP 6 (remove_files) COMPLETE |
| 8937 | 2026-05-21T22:12:34.706Z | [ host-image] May 21 22:12:33.719 INFO O| May 21 22:12:33.719 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8938 | 2026-05-21T22:12:34.706Z | [ host-image] May 21 22:12:33.719 INFO O| May 21 22:12:33.719 INFO skip step because feature "heliosv2" is not enabled |
| 8939 | 2026-05-21T22:12:34.709Z | [ host-image] May 21 22:12:33.719 INFO O| May 21 22:12:33.719 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8940 | 2026-05-21T22:12:34.712Z | [ host-image] May 21 22:12:33.726 INFO O| May 21 22:12:33.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 8941 | 2026-05-21T22:12:34.723Z | [ host-image] May 21 22:12:33.736 INFO O| May 21 22:12:33.736 INFO STEP 8 (remove_files) COMPLETE |
| 8942 | 2026-05-21T22:12:34.723Z | [ host-image] May 21 22:12:33.736 INFO O| May 21 22:12:33.736 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8943 | 2026-05-21T22:12:34.731Z | [ host-image] May 21 22:12:33.744 INFO O| May 21 22:12:33.744 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 8944 | 2026-05-21T22:12:34.794Z | [ host-image] May 21 22:12:33.807 INFO O| May 21 22:12:33.807 INFO STEP 9 (remove_files) COMPLETE |
| 8945 | 2026-05-21T22:12:34.794Z | [ host-image] May 21 22:12:33.807 INFO O| May 21 22:12:33.807 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8946 | 2026-05-21T22:12:34.801Z | [ host-image] May 21 22:12:33.815 INFO O| May 21 22:12:33.815 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 8947 | 2026-05-21T22:12:34.876Z | [ host-image] May 21 22:12:33.889 INFO O| May 21 22:12:33.889 INFO STEP 10 (remove_files) COMPLETE |
| 8948 | 2026-05-21T22:12:34.876Z | [ host-image] May 21 22:12:33.889 INFO O| May 21 22:12:33.889 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8949 | 2026-05-21T22:12:34.887Z | [ host-image] May 21 22:12:33.900 INFO O| May 21 22:12:33.900 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 8950 | 2026-05-21T22:12:34.890Z | [ host-image] May 21 22:12:33.902 INFO O| May 21 22:12:33.902 INFO STEP 11 (remove_files) COMPLETE |
| 8951 | 2026-05-21T22:12:34.890Z | [ host-image] May 21 22:12:33.902 INFO O| May 21 22:12:33.902 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8952 | 2026-05-21T22:12:34.898Z | [ host-image] May 21 22:12:33.912 INFO O| May 21 22:12:33.912 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 8953 | 2026-05-21T22:12:34.901Z | [ host-image] May 21 22:12:33.913 INFO O| May 21 22:12:33.913 INFO STEP 12 (remove_files) COMPLETE |
| 8954 | 2026-05-21T22:12:34.901Z | [ host-image] May 21 22:12:33.913 INFO O| May 21 22:12:33.913 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8955 | 2026-05-21T22:12:34.908Z | [ host-image] May 21 22:12:33.921 INFO O| May 21 22:12:33.921 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 8956 | 2026-05-21T22:12:34.911Z | [ host-image] May 21 22:12:33.922 INFO O| May 21 22:12:33.922 INFO STEP 13 (remove_files) COMPLETE |
| 8957 | 2026-05-21T22:12:34.911Z | [ host-image] May 21 22:12:33.922 INFO O| May 21 22:12:33.922 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8958 | 2026-05-21T22:12:34.918Z | [ host-image] May 21 22:12:33.931 INFO O| May 21 22:12:33.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 8959 | 2026-05-21T22:12:34.921Z | [ host-image] May 21 22:12:33.931 INFO O| May 21 22:12:33.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 8960 | 2026-05-21T22:12:34.924Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 8961 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 8962 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 8963 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 8964 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 8965 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 8966 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 8967 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 8968 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 8969 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 8970 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 8971 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 8972 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.938 INFO O| May 21 22:12:33.938 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 8973 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.939 INFO O| May 21 22:12:33.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 8974 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.939 INFO O| May 21 22:12:33.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 8975 | 2026-05-21T22:12:34.928Z | [ host-image] May 21 22:12:33.939 INFO O| May 21 22:12:33.939 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 8976 | 2026-05-21T22:12:35.048Z | [ host-image] May 21 22:12:34.061 INFO O| May 21 22:12:34.061 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 8977 | 2026-05-21T22:12:35.059Z | [ host-image] May 21 22:12:34.073 INFO O| May 21 22:12:34.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 8978 | 2026-05-21T22:12:35.127Z | [ host-image] May 21 22:12:34.140 INFO O| May 21 22:12:34.140 INFO STEP 14 (remove_files) COMPLETE |
| 8979 | 2026-05-21T22:12:35.127Z | [ host-image] May 21 22:12:34.140 INFO O| May 21 22:12:34.140 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8980 | 2026-05-21T22:12:35.134Z | [ host-image] May 21 22:12:34.147 INFO O| May 21 22:12:34.147 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 8981 | 2026-05-21T22:12:35.137Z | [ host-image] May 21 22:12:34.148 INFO O| May 21 22:12:34.148 INFO STEP 15 (remove_files) COMPLETE |
| 8982 | 2026-05-21T22:12:35.137Z | [ host-image] May 21 22:12:34.148 INFO O| May 21 22:12:34.148 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8983 | 2026-05-21T22:12:35.142Z | [ host-image] May 21 22:12:34.156 INFO O| May 21 22:12:34.156 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 8984 | 2026-05-21T22:12:35.147Z | [ host-image] May 21 22:12:34.161 INFO O| May 21 22:12:34.161 INFO STEP 16 (remove_files) COMPLETE |
| 8985 | 2026-05-21T22:12:35.147Z | [ host-image] May 21 22:12:34.161 INFO O| May 21 22:12:34.161 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8986 | 2026-05-21T22:12:35.152Z | [ host-image] May 21 22:12:34.166 INFO O| May 21 22:12:34.166 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 8987 | 2026-05-21T22:12:35.156Z | [ host-image] May 21 22:12:34.166 INFO O| May 21 22:12:34.166 INFO STEP 17 (remove_files) COMPLETE |
| 8988 | 2026-05-21T22:12:35.156Z | [ host-image] May 21 22:12:34.166 INFO O| May 21 22:12:34.166 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8989 | 2026-05-21T22:12:35.160Z | [ host-image] May 21 22:12:34.173 INFO O| May 21 22:12:34.173 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 8990 | 2026-05-21T22:12:35.163Z | [ host-image] May 21 22:12:34.174 INFO O| May 21 22:12:34.174 INFO STEP 18 (remove_files) COMPLETE |
| 8991 | 2026-05-21T22:12:35.163Z | [ host-image] May 21 22:12:34.174 INFO O| May 21 22:12:34.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8992 | 2026-05-21T22:12:35.166Z | [ host-image] May 21 22:12:34.179 INFO O| May 21 22:12:34.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 8993 | 2026-05-21T22:12:35.166Z | [ host-image] May 21 22:12:34.179 INFO O| May 21 22:12:34.179 INFO STEP 19 (remove_files) COMPLETE |
| 8994 | 2026-05-21T22:12:35.166Z | [ host-image] May 21 22:12:34.179 INFO O| May 21 22:12:34.179 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8995 | 2026-05-21T22:12:35.171Z | [ host-image] May 21 22:12:34.185 INFO O| May 21 22:12:34.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 8996 | 2026-05-21T22:12:35.171Z | [ host-image] May 21 22:12:34.185 INFO O| May 21 22:12:34.185 INFO STEP 20 (remove_files) COMPLETE |
| 8997 | 2026-05-21T22:12:35.174Z | [ host-image] May 21 22:12:34.185 INFO O| May 21 22:12:34.185 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 8998 | 2026-05-21T22:12:35.177Z | [ host-image] May 21 22:12:34.190 INFO O| May 21 22:12:34.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 8999 | 2026-05-21T22:12:35.177Z | [ host-image] May 21 22:12:34.190 INFO O| May 21 22:12:34.190 INFO STEP 21 (remove_files) COMPLETE |
| 9000 | 2026-05-21T22:12:35.177Z | [ host-image] May 21 22:12:34.190 INFO O| May 21 22:12:34.190 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9001 | 2026-05-21T22:12:35.183Z | [ host-image] May 21 22:12:34.196 INFO O| May 21 22:12:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9002 | 2026-05-21T22:12:35.183Z | [ host-image] May 21 22:12:34.196 INFO O| May 21 22:12:34.196 INFO STEP 22 (remove_files) COMPLETE |
| 9003 | 2026-05-21T22:12:35.186Z | [ host-image] May 21 22:12:34.196 INFO O| May 21 22:12:34.196 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9004 | 2026-05-21T22:12:35.189Z | [ host-image] May 21 22:12:34.202 INFO O| May 21 22:12:34.202 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9005 | 2026-05-21T22:12:35.189Z | [ host-image] May 21 22:12:34.202 INFO O| May 21 22:12:34.202 INFO STEP 23 (remove_files) COMPLETE |
| 9006 | 2026-05-21T22:12:35.189Z | [ host-image] May 21 22:12:34.202 INFO O| May 21 22:12:34.202 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9007 | 2026-05-21T22:12:35.195Z | [ host-image] May 21 22:12:34.208 INFO O| May 21 22:12:34.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9008 | 2026-05-21T22:12:35.195Z | [ host-image] May 21 22:12:34.208 INFO O| May 21 22:12:34.208 INFO STEP 24 (remove_files) COMPLETE |
| 9009 | 2026-05-21T22:12:35.198Z | [ host-image] May 21 22:12:34.208 INFO O| May 21 22:12:34.208 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9010 | 2026-05-21T22:12:35.205Z | [ host-image] May 21 22:12:34.214 INFO O| May 21 22:12:34.214 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9011 | 2026-05-21T22:12:35.205Z | [ host-image] May 21 22:12:34.214 INFO O| May 21 22:12:34.214 INFO STEP 25 (remove_files) COMPLETE |
| 9012 | 2026-05-21T22:12:35.205Z | [ host-image] May 21 22:12:34.214 INFO O| May 21 22:12:34.214 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9013 | 2026-05-21T22:12:35.210Z | [ host-image] May 21 22:12:34.219 INFO O| May 21 22:12:34.219 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9014 | 2026-05-21T22:12:35.210Z | [ host-image] May 21 22:12:34.219 INFO O| May 21 22:12:34.219 INFO STEP 26 (remove_files) COMPLETE |
| 9015 | 2026-05-21T22:12:35.210Z | [ host-image] May 21 22:12:34.219 INFO O| May 21 22:12:34.219 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9016 | 2026-05-21T22:12:35.214Z | [ host-image] May 21 22:12:34.224 INFO O| May 21 22:12:34.224 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9017 | 2026-05-21T22:12:35.214Z | [ host-image] May 21 22:12:34.224 INFO O| May 21 22:12:34.224 INFO STEP 27 (remove_files) COMPLETE |
| 9018 | 2026-05-21T22:12:35.214Z | [ host-image] May 21 22:12:34.224 INFO O| May 21 22:12:34.224 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9019 | 2026-05-21T22:12:35.218Z | [ host-image] May 21 22:12:34.229 INFO O| May 21 22:12:34.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9020 | 2026-05-21T22:12:35.218Z | [ host-image] May 21 22:12:34.229 INFO O| May 21 22:12:34.229 INFO STEP 28 (remove_files) COMPLETE |
| 9021 | 2026-05-21T22:12:35.218Z | [ host-image] May 21 22:12:34.229 INFO O| May 21 22:12:34.229 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9022 | 2026-05-21T22:12:35.222Z | [ host-image] May 21 22:12:34.236 INFO O| May 21 22:12:34.236 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9023 | 2026-05-21T22:12:35.222Z | [ host-image] May 21 22:12:34.236 INFO O| May 21 22:12:34.236 INFO STEP 29 (remove_files) COMPLETE |
| 9024 | 2026-05-21T22:12:35.222Z | [ host-image] May 21 22:12:34.236 INFO O| May 21 22:12:34.236 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9025 | 2026-05-21T22:12:35.228Z | [ host-image] May 21 22:12:34.241 INFO O| May 21 22:12:34.241 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9026 | 2026-05-21T22:12:35.228Z | [ host-image] May 21 22:12:34.241 INFO O| May 21 22:12:34.241 INFO STEP 30 (remove_files) COMPLETE |
| 9027 | 2026-05-21T22:12:35.231Z | [ host-image] May 21 22:12:34.241 INFO O| May 21 22:12:34.241 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9028 | 2026-05-21T22:12:35.234Z | [ host-image] May 21 22:12:34.246 INFO O| May 21 22:12:34.246 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9029 | 2026-05-21T22:12:35.234Z | [ host-image] May 21 22:12:34.246 INFO O| May 21 22:12:34.246 INFO STEP 31 (remove_files) COMPLETE |
| 9030 | 2026-05-21T22:12:35.234Z | [ host-image] May 21 22:12:34.246 INFO O| May 21 22:12:34.246 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9031 | 2026-05-21T22:12:35.238Z | [ host-image] May 21 22:12:34.251 INFO O| May 21 22:12:34.251 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9032 | 2026-05-21T22:12:35.238Z | [ host-image] May 21 22:12:34.251 INFO O| May 21 22:12:34.251 INFO STEP 32 (remove_files) COMPLETE |
| 9033 | 2026-05-21T22:12:35.241Z | [ host-image] May 21 22:12:34.251 INFO O| May 21 22:12:34.251 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9034 | 2026-05-21T22:12:35.244Z | [ host-image] May 21 22:12:34.257 INFO O| May 21 22:12:34.257 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9035 | 2026-05-21T22:12:35.244Z | [ host-image] May 21 22:12:34.257 INFO O| May 21 22:12:34.257 INFO STEP 33 (remove_files) COMPLETE |
| 9036 | 2026-05-21T22:12:35.244Z | [ host-image] May 21 22:12:34.257 INFO O| May 21 22:12:34.257 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9037 | 2026-05-21T22:12:35.249Z | [ host-image] May 21 22:12:34.262 INFO O| May 21 22:12:34.262 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9038 | 2026-05-21T22:12:35.252Z | [ host-image] May 21 22:12:34.262 INFO O| May 21 22:12:34.262 INFO STEP 34 (remove_files) COMPLETE |
| 9039 | 2026-05-21T22:12:35.252Z | [ host-image] May 21 22:12:34.262 INFO O| May 21 22:12:34.262 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9040 | 2026-05-21T22:12:35.255Z | [ host-image] May 21 22:12:34.268 INFO O| May 21 22:12:34.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9041 | 2026-05-21T22:12:35.255Z | [ host-image] May 21 22:12:34.268 INFO O| May 21 22:12:34.268 INFO STEP 35 (remove_files) COMPLETE |
| 9042 | 2026-05-21T22:12:35.255Z | [ host-image] May 21 22:12:34.268 INFO O| May 21 22:12:34.268 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9043 | 2026-05-21T22:12:35.261Z | [ host-image] May 21 22:12:34.274 INFO O| May 21 22:12:34.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9044 | 2026-05-21T22:12:35.264Z | [ host-image] May 21 22:12:34.274 INFO O| May 21 22:12:34.274 INFO STEP 36 (remove_files) COMPLETE |
| 9045 | 2026-05-21T22:12:35.264Z | [ host-image] May 21 22:12:34.274 INFO O| May 21 22:12:34.274 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9046 | 2026-05-21T22:12:35.267Z | [ host-image] May 21 22:12:34.280 INFO O| May 21 22:12:34.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9047 | 2026-05-21T22:12:35.267Z | [ host-image] May 21 22:12:34.280 INFO O| May 21 22:12:34.280 INFO STEP 37 (remove_files) COMPLETE |
| 9048 | 2026-05-21T22:12:35.267Z | [ host-image] May 21 22:12:34.280 INFO O| May 21 22:12:34.280 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9049 | 2026-05-21T22:12:35.271Z | [ host-image] May 21 22:12:34.285 INFO O| May 21 22:12:34.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9050 | 2026-05-21T22:12:35.272Z | [ host-image] May 21 22:12:34.285 INFO O| May 21 22:12:34.285 INFO STEP 38 (remove_files) COMPLETE |
| 9051 | 2026-05-21T22:12:35.272Z | [ host-image] May 21 22:12:34.285 INFO O| May 21 22:12:34.285 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9052 | 2026-05-21T22:12:35.277Z | [ host-image] May 21 22:12:34.290 INFO O| May 21 22:12:34.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9053 | 2026-05-21T22:12:35.277Z | [ host-image] May 21 22:12:34.290 INFO O| May 21 22:12:34.290 INFO STEP 39 (remove_files) COMPLETE |
| 9054 | 2026-05-21T22:12:35.280Z | [ host-image] May 21 22:12:34.290 INFO O| May 21 22:12:34.290 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9055 | 2026-05-21T22:12:35.283Z | [ host-image] May 21 22:12:34.295 INFO O| May 21 22:12:34.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9056 | 2026-05-21T22:12:35.283Z | [ host-image] May 21 22:12:34.295 INFO O| May 21 22:12:34.295 INFO STEP 40 (remove_files) COMPLETE |
| 9057 | 2026-05-21T22:12:35.283Z | [ host-image] May 21 22:12:34.295 INFO O| May 21 22:12:34.295 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9058 | 2026-05-21T22:12:35.288Z | [ host-image] May 21 22:12:34.302 INFO O| May 21 22:12:34.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9059 | 2026-05-21T22:12:35.288Z | [ host-image] May 21 22:12:34.302 INFO O| May 21 22:12:34.302 INFO STEP 41 (remove_files) COMPLETE |
| 9060 | 2026-05-21T22:12:35.292Z | [ host-image] May 21 22:12:34.302 INFO O| May 21 22:12:34.302 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9061 | 2026-05-21T22:12:35.294Z | [ host-image] May 21 22:12:34.308 INFO O| May 21 22:12:34.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9062 | 2026-05-21T22:12:35.297Z | [ host-image] May 21 22:12:34.308 INFO O| May 21 22:12:34.308 INFO STEP 42 (remove_files) COMPLETE |
| 9063 | 2026-05-21T22:12:35.297Z | [ host-image] May 21 22:12:34.308 INFO O| May 21 22:12:34.308 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9064 | 2026-05-21T22:12:35.300Z | [ host-image] May 21 22:12:34.313 INFO O| May 21 22:12:34.313 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9065 | 2026-05-21T22:12:35.300Z | [ host-image] May 21 22:12:34.313 INFO O| May 21 22:12:34.313 INFO STEP 43 (remove_files) COMPLETE |
| 9066 | 2026-05-21T22:12:35.300Z | [ host-image] May 21 22:12:34.313 INFO O| May 21 22:12:34.313 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9067 | 2026-05-21T22:12:35.305Z | [ host-image] May 21 22:12:34.318 INFO O| May 21 22:12:34.318 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9068 | 2026-05-21T22:12:35.305Z | [ host-image] May 21 22:12:34.318 INFO O| May 21 22:12:34.318 INFO STEP 44 (remove_files) COMPLETE |
| 9069 | 2026-05-21T22:12:35.309Z | [ host-image] May 21 22:12:34.318 INFO O| May 21 22:12:34.318 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9070 | 2026-05-21T22:12:35.312Z | [ host-image] May 21 22:12:34.325 INFO O| May 21 22:12:34.325 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9071 | 2026-05-21T22:12:35.312Z | [ host-image] May 21 22:12:34.325 INFO O| May 21 22:12:34.325 INFO STEP 45 (remove_files) COMPLETE |
| 9072 | 2026-05-21T22:12:35.313Z | [ host-image] May 21 22:12:34.325 INFO O| May 21 22:12:34.325 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9073 | 2026-05-21T22:12:35.317Z | [ host-image] May 21 22:12:34.331 INFO O| May 21 22:12:34.331 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9074 | 2026-05-21T22:12:35.318Z | [ host-image] May 21 22:12:34.331 INFO O| May 21 22:12:34.331 INFO STEP 46 (remove_files) COMPLETE |
| 9075 | 2026-05-21T22:12:35.318Z | [ host-image] May 21 22:12:34.331 INFO O| May 21 22:12:34.331 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9076 | 2026-05-21T22:12:35.323Z | [ host-image] May 21 22:12:34.337 INFO O| May 21 22:12:34.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9077 | 2026-05-21T22:12:35.324Z | [ host-image] May 21 22:12:34.337 INFO O| May 21 22:12:34.337 INFO STEP 47 (remove_files) COMPLETE |
| 9078 | 2026-05-21T22:12:35.326Z | [ host-image] May 21 22:12:34.337 INFO O| May 21 22:12:34.337 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9079 | 2026-05-21T22:12:35.330Z | [ host-image] May 21 22:12:34.343 INFO O| May 21 22:12:34.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9080 | 2026-05-21T22:12:35.330Z | [ host-image] May 21 22:12:34.343 INFO O| May 21 22:12:34.343 INFO STEP 48 (remove_files) COMPLETE |
| 9081 | 2026-05-21T22:12:35.330Z | [ host-image] May 21 22:12:34.343 INFO O| May 21 22:12:34.343 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9082 | 2026-05-21T22:12:35.336Z | [ host-image] May 21 22:12:34.349 INFO O| May 21 22:12:34.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9083 | 2026-05-21T22:12:35.336Z | [ host-image] May 21 22:12:34.349 INFO O| May 21 22:12:34.349 INFO STEP 49 (remove_files) COMPLETE |
| 9084 | 2026-05-21T22:12:35.336Z | [ host-image] May 21 22:12:34.349 INFO O| May 21 22:12:34.349 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9085 | 2026-05-21T22:12:35.341Z | [ host-image] May 21 22:12:34.355 INFO O| May 21 22:12:34.355 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9086 | 2026-05-21T22:12:35.344Z | [ host-image] May 21 22:12:34.355 INFO O| May 21 22:12:34.355 INFO STEP 50 (remove_files) COMPLETE |
| 9087 | 2026-05-21T22:12:35.344Z | [ host-image] May 21 22:12:34.355 INFO O| May 21 22:12:34.355 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9088 | 2026-05-21T22:12:35.348Z | [ host-image] May 21 22:12:34.361 INFO O| May 21 22:12:34.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9089 | 2026-05-21T22:12:35.348Z | [ host-image] May 21 22:12:34.361 INFO O| May 21 22:12:34.361 INFO STEP 51 (remove_files) COMPLETE |
| 9090 | 2026-05-21T22:12:35.348Z | [ host-image] May 21 22:12:34.361 INFO O| May 21 22:12:34.361 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9091 | 2026-05-21T22:12:35.366Z | [ host-image] May 21 22:12:34.366 INFO O| May 21 22:12:34.366 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9092 | 2026-05-21T22:12:35.366Z | [ host-image] May 21 22:12:34.366 INFO O| May 21 22:12:34.366 INFO STEP 52 (remove_files) COMPLETE |
| 9093 | 2026-05-21T22:12:35.369Z | [ host-image] May 21 22:12:34.366 INFO O| May 21 22:12:34.366 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9094 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.372 INFO O| May 21 22:12:34.372 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9095 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.372 INFO O| May 21 22:12:34.372 INFO STEP 53 (remove_files) COMPLETE |
| 9096 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.372 INFO O| May 21 22:12:34.372 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9097 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.377 INFO O| May 21 22:12:34.377 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9098 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.377 INFO O| May 21 22:12:34.377 INFO STEP 54 (remove_files) COMPLETE |
| 9099 | 2026-05-21T22:12:35.370Z | [ host-image] May 21 22:12:34.377 INFO O| May 21 22:12:34.377 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9100 | 2026-05-21T22:12:35.373Z | [ host-image] May 21 22:12:34.384 INFO O| May 21 22:12:34.384 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9101 | 2026-05-21T22:12:35.373Z | [ host-image] May 21 22:12:34.384 INFO O| May 21 22:12:34.384 INFO STEP 55 (remove_files) COMPLETE |
| 9102 | 2026-05-21T22:12:35.373Z | [ host-image] May 21 22:12:34.384 INFO O| May 21 22:12:34.384 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9103 | 2026-05-21T22:12:35.378Z | [ host-image] May 21 22:12:34.389 INFO O| May 21 22:12:34.389 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9104 | 2026-05-21T22:12:35.378Z | [ host-image] May 21 22:12:34.389 INFO O| May 21 22:12:34.389 INFO STEP 56 (remove_files) COMPLETE |
| 9105 | 2026-05-21T22:12:35.378Z | [ host-image] May 21 22:12:34.389 INFO O| May 21 22:12:34.389 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9106 | 2026-05-21T22:12:35.382Z | [ host-image] May 21 22:12:34.395 INFO O| May 21 22:12:34.395 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9107 | 2026-05-21T22:12:35.382Z | [ host-image] May 21 22:12:34.395 INFO O| May 21 22:12:34.395 INFO STEP 57 (remove_files) COMPLETE |
| 9108 | 2026-05-21T22:12:35.385Z | [ host-image] May 21 22:12:34.395 INFO O| May 21 22:12:34.395 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9109 | 2026-05-21T22:12:35.388Z | [ host-image] May 21 22:12:34.400 INFO O| May 21 22:12:34.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9110 | 2026-05-21T22:12:35.388Z | [ host-image] May 21 22:12:34.400 INFO O| May 21 22:12:34.400 INFO STEP 58 (remove_files) COMPLETE |
| 9111 | 2026-05-21T22:12:35.388Z | [ host-image] May 21 22:12:34.400 INFO O| May 21 22:12:34.400 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9112 | 2026-05-21T22:12:35.392Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9113 | 2026-05-21T22:12:35.392Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9114 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9115 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9116 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9117 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9118 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO ok! |
| 9119 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO STEP 59 (ensure_file) COMPLETE |
| 9120 | 2026-05-21T22:12:35.395Z | [ host-image] May 21 22:12:34.406 INFO O| May 21 22:12:34.406 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9121 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9122 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9123 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9124 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9125 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9126 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9127 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO ok! |
| 9128 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO STEP 60 (ensure_file) COMPLETE |
| 9129 | 2026-05-21T22:12:35.398Z | [ host-image] May 21 22:12:34.411 INFO O| May 21 22:12:34.411 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9130 | 2026-05-21T22:12:35.404Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9131 | 2026-05-21T22:12:35.404Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9132 | 2026-05-21T22:12:35.407Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9133 | 2026-05-21T22:12:35.407Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO ok! |
| 9134 | 2026-05-21T22:12:35.407Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO STEP 61 (ensure_file) COMPLETE |
| 9135 | 2026-05-21T22:12:35.407Z | [ host-image] May 21 22:12:34.418 INFO O| May 21 22:12:34.418 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9136 | 2026-05-21T22:12:35.410Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9137 | 2026-05-21T22:12:35.411Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9138 | 2026-05-21T22:12:35.411Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9139 | 2026-05-21T22:12:35.411Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 INFO ok! |
| 9140 | 2026-05-21T22:12:35.414Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 INFO STEP 62 (ensure_file) COMPLETE |
| 9141 | 2026-05-21T22:12:35.414Z | [ host-image] May 21 22:12:34.424 INFO O| May 21 22:12:34.424 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9142 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9143 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9144 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9145 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9146 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO ok! |
| 9147 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO STEP 63 (ensure_file) COMPLETE |
| 9148 | 2026-05-21T22:12:35.417Z | [ host-image] May 21 22:12:34.430 INFO O| May 21 22:12:34.430 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9149 | 2026-05-21T22:12:35.423Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9150 | 2026-05-21T22:12:35.423Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9151 | 2026-05-21T22:12:35.423Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9152 | 2026-05-21T22:12:35.426Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9153 | 2026-05-21T22:12:35.426Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO ok! |
| 9154 | 2026-05-21T22:12:35.426Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO STEP 64 (ensure_file) COMPLETE |
| 9155 | 2026-05-21T22:12:35.426Z | [ host-image] May 21 22:12:34.436 INFO O| May 21 22:12:34.436 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9156 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9157 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9158 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9159 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO ok! |
| 9160 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO STEP 65 (assemble_files) COMPLETE |
| 9161 | 2026-05-21T22:12:35.429Z | [ host-image] May 21 22:12:34.442 INFO O| May 21 22:12:34.442 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9162 | 2026-05-21T22:12:35.434Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9163 | 2026-05-21T22:12:35.434Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9164 | 2026-05-21T22:12:35.434Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9165 | 2026-05-21T22:12:35.437Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9166 | 2026-05-21T22:12:35.437Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO ok! |
| 9167 | 2026-05-21T22:12:35.437Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO STEP 66 (ensure_file) COMPLETE |
| 9168 | 2026-05-21T22:12:35.437Z | [ host-image] May 21 22:12:34.448 INFO O| May 21 22:12:34.448 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9169 | 2026-05-21T22:12:35.440Z | [ host-image] May 21 22:12:34.454 INFO O| May 21 22:12:34.454 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9170 | 2026-05-21T22:12:35.440Z | [ host-image] May 21 22:12:34.454 INFO O| May 21 22:12:34.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9171 | 2026-05-21T22:12:35.440Z | [ host-image] May 21 22:12:34.454 INFO O| May 21 22:12:34.454 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9172 | 2026-05-21T22:12:35.443Z | [ host-image] May 21 22:12:34.454 INFO O| May 21 22:12:34.454 INFO STEP 67 (ensure_dir) COMPLETE |
| 9173 | 2026-05-21T22:12:35.443Z | [ host-image] May 21 22:12:34.454 INFO O| May 21 22:12:34.454 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9174 | 2026-05-21T22:12:35.447Z | [ host-image] May 21 22:12:34.459 INFO O| May 21 22:12:34.459 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9175 | 2026-05-21T22:12:35.447Z | [ host-image] May 21 22:12:34.459 INFO O| May 21 22:12:34.459 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/files.tar.gz -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz ... |
| 9176 | 2026-05-21T22:12:35.451Z | [ host-image] May 21 22:12:34.465 INFO O| May 21 22:12:34.465 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9177 | 2026-05-21T22:12:35.451Z | [ host-image] May 21 22:12:34.465 INFO O| May 21 22:12:34.465 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9178 | 2026-05-21T22:12:35.454Z | [ host-image] May 21 22:12:34.465 INFO O| May 21 22:12:34.465 INFO ok! |
| 9179 | 2026-05-21T22:12:35.454Z | [ host-image] May 21 22:12:34.465 INFO O| May 21 22:12:34.465 INFO STEP 68 (ensure_file) COMPLETE |
| 9180 | 2026-05-21T22:12:35.454Z | [ host-image] May 21 22:12:34.465 INFO O| May 21 22:12:34.465 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9181 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9182 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO copying /work/oxidecomputer/helios/tmp/image.host/omicron1/gzonly.txt -> /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt ... |
| 9183 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9184 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9185 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO ok! |
| 9186 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO STEP 69 (ensure_file) COMPLETE |
| 9187 | 2026-05-21T22:12:35.457Z | [ host-image] May 21 22:12:34.470 INFO O| May 21 22:12:34.470 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9188 | 2026-05-21T22:12:35.465Z | [ host-image] May 21 22:12:34.479 INFO O| May 21 22:12:34.479 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9189 | 2026-05-21T22:12:35.465Z | [ host-image] May 21 22:12:34.479 INFO O| May 21 22:12:34.479 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9190 | 2026-05-21T22:12:36.778Z | [ host-image] May 21 22:12:35.791 INFO O| May 21 22:12:35.791 INFO STEP 70 (pack_tar) COMPLETE |
| 9191 | 2026-05-21T22:12:36.778Z | [ host-image] May 21 22:12:35.791 INFO O| May 21 22:12:35.791 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9192 | 2026-05-21T22:12:36.778Z | [ host-image] May 21 22:12:35.791 INFO O| May 21 22:12:35.791 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9193 | 2026-05-21T22:12:37.433Z | [ host-image] May 21 22:12:36.446 INFO O| May 21 22:12:36.446 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9194 | 2026-05-21T22:12:37.502Z | [ host-image] May 21 22:12:36.515 INFO O| May 21 22:12:36.515 INFO completed processing sled/ramdisk-02-trim |
| 9195 | 2026-05-21T22:12:37.505Z | [ host-image] May 21 22:12:36.517 INFO image builder template: zfs... |
| 9196 | 2026-05-21T22:12:37.505Z | [ host-image] May 21 22:12:36.517 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/.tmpjbDixS/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", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@20.0.0.0", "-F", "optever=0.40.479", "-n", "zfs"], pwd: None |
| 9197 | 2026-05-21T22:12:37.515Z | [ host-image] May 21 22:12:36.528 INFO O| May 21 22:12:36.528 INFO skip include "stress" because feature "stress" is not enabled |
| 9198 | 2026-05-21T22:12:37.515Z | [ host-image] May 21 22:12:36.528 INFO O| May 21 22:12:36.528 INFO skip include "stress" because feature "compliance" is not enabled |
| 9199 | 2026-05-21T22:12:37.541Z | [ host-image] May 21 22:12:36.554 INFO O| May 21 22:12:36.554 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9200 | 2026-05-21T22:12:37.544Z | [ host-image] May 21 22:12:36.556 INFO O| May 21 22:12:36.556 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9201 | 2026-05-21T22:12:37.589Z | [ host-image] May 21 22:12:36.602 INFO O| May 21 22:12:36.602 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9202 | 2026-05-21T22:12:37.637Z | [ host-image] May 21 22:12:36.651 INFO O| May 21 22:12:36.651 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9203 | 2026-05-21T22:12:37.637Z | [ host-image] May 21 22:12:36.651 INFO O| May 21 22:12:36.651 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9204 | 2026-05-21T22:12:37.641Z | [ host-image] May 21 22:12:36.653 INFO O| May 21 22:12:36.653 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9205 | 2026-05-21T22:12:37.708Z | [ host-image] May 21 22:12:36.720 INFO O| May 21 22:12:36.720 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9206 | 2026-05-21T22:12:37.784Z | [ host-image] May 21 22:12:36.797 INFO O| May 21 22:12:36.797 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9207 | 2026-05-21T22:12:37.790Z | [ host-image] May 21 22:12:36.802 INFO O| May 21 22:12:36.802 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9208 | 2026-05-21T22:12:37.794Z | [ host-image] May 21 22:12:36.805 INFO O| May 21 22:12:36.805 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9209 | 2026-05-21T22:12:37.794Z | [ host-image] May 21 22:12:36.805 INFO O| May 21 22:12:36.805 INFO no lofi found |
| 9210 | 2026-05-21T22:12:37.794Z | [ host-image] May 21 22:12:36.805 INFO O| May 21 22:12:36.805 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9211 | 2026-05-21T22:12:37.794Z | [ host-image] May 21 22:12:36.805 INFO O| May 21 22:12:36.805 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9212 | 2026-05-21T22:12:38.988Z | [ host-image] May 21 22:12:38.001 INFO O| May 21 22:12:38.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9213 | 2026-05-21T22:12:38.988Z | [ host-image] May 21 22:12:38.001 INFO O| May 21 22:12:38.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9214 | 2026-05-21T22:12:38.991Z | [ host-image] May 21 22:12:38.001 INFO O| May 21 22:12:38.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 9215 | 2026-05-21T22:12:39.044Z | [ host-image] May 21 22:12:38.057 INFO O| May 21 22:12:38.057 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9216 | 2026-05-21T22:12:39.044Z | [ host-image] May 21 22:12:38.057 INFO O| May 21 22:12:38.057 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9217 | 2026-05-21T22:12:39.058Z | [ host-image] May 21 22:12:38.071 INFO O| May 21 22:12:38.071 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9218 | 2026-05-21T22:12:39.093Z | [ host-image] May 21 22:12:38.107 INFO O| May 21 22:12:38.107 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9219 | 2026-05-21T22:12:39.118Z | [ host-image] May 21 22:12:38.131 INFO O| May 21 22:12:38.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9220 | 2026-05-21T22:12:39.127Z | [ host-image] May 21 22:12:38.141 INFO O| May 21 22:12:38.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9221 | 2026-05-21T22:12:39.135Z | [ host-image] May 21 22:12:38.148 INFO O| May 21 22:12:38.148 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9222 | 2026-05-21T22:12:39.164Z | [ host-image] May 21 22:12:38.177 INFO O| May 21 22:12:38.177 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9223 | 2026-05-21T22:12:39.164Z | [ host-image] May 21 22:12:38.177 INFO O| May 21 22:12:38.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9224 | 2026-05-21T22:12:39.167Z | [ host-image] May 21 22:12:38.177 INFO O| May 21 22:12:38.177 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9225 | 2026-05-21T22:12:39.171Z | [ host-image] May 21 22:12:38.182 INFO O| May 21 22:12:38.182 INFO boot environment UUID: 3d18e8f4-40ef-49a3-9301-cbf950830362 |
| 9226 | 2026-05-21T22:12:39.171Z | [ host-image] May 21 22:12:38.182 INFO O| May 21 22:12:38.182 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3d18e8f4-40ef-49a3-9301-cbf950830362 |
| 9227 | 2026-05-21T22:12:39.175Z | [ host-image] May 21 22:12:38.189 INFO O| May 21 22:12:38.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9228 | 2026-05-21T22:12:39.182Z | [ host-image] May 21 22:12:38.196 INFO O| May 21 22:12:38.196 INFO STEP 0 (create_be) COMPLETE |
| 9229 | 2026-05-21T22:12:39.182Z | [ host-image] May 21 22:12:38.196 INFO O| May 21 22:12:38.196 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9230 | 2026-05-21T22:12:39.192Z | [ host-image] May 21 22:12:38.206 INFO O| May 21 22:12:38.206 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9231 | 2026-05-21T22:12:46.829Z | [ host-image] May 21 22:12:45.842 INFO O| May 21 22:12:45.842 INFO STEP 1 (unpack_tar) COMPLETE |
| 9232 | 2026-05-21T22:12:46.829Z | [ host-image] May 21 22:12:45.842 INFO O| May 21 22:12:45.842 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9233 | 2026-05-21T22:12:46.838Z | [ host-image] May 21 22:12:45.851 INFO O| May 21 22:12:45.851 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9234 | 2026-05-21T22:12:47.142Z | [ host-image] May 21 22:12:46.155 INFO O| May 21 22:12:46.155 INFO STEP 2 (devfsadm) COMPLETE |
| 9235 | 2026-05-21T22:12:47.142Z | [ host-image] May 21 22:12:46.155 INFO O| May 21 22:12:46.155 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9236 | 2026-05-21T22:12:47.150Z | [ host-image] May 21 22:12:46.163 INFO O| May 21 22:12:46.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9237 | 2026-05-21T22:12:47.150Z | [ host-image] May 21 22:12:46.163 INFO O| May 21 22:12:46.163 INFO STEP 3 (ensure_dir) COMPLETE |
| 9238 | 2026-05-21T22:12:47.153Z | [ host-image] May 21 22:12:46.163 INFO O| May 21 22:12:46.163 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9239 | 2026-05-21T22:12:47.157Z | [ host-image] May 21 22:12:46.171 INFO O| May 21 22:12:46.171 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9240 | 2026-05-21T22:12:47.157Z | [ host-image] May 21 22:12:46.171 INFO O| May 21 22:12:46.171 INFO STEP 4 (ensure_dir) COMPLETE |
| 9241 | 2026-05-21T22:12:47.157Z | [ host-image] May 21 22:12:46.171 INFO O| May 21 22:12:46.171 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9242 | 2026-05-21T22:12:47.163Z | [ host-image] May 21 22:12:46.177 INFO O| May 21 22:12:46.177 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9243 | 2026-05-21T22:12:47.163Z | [ host-image] May 21 22:12:46.177 INFO O| May 21 22:12:46.177 INFO STEP 5 (ensure_dir) COMPLETE |
| 9244 | 2026-05-21T22:12:47.163Z | [ host-image] May 21 22:12:46.177 INFO O| May 21 22:12:46.177 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9245 | 2026-05-21T22:12:47.170Z | [ host-image] May 21 22:12:46.184 INFO O| May 21 22:12:46.184 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9246 | 2026-05-21T22:12:47.176Z | [ host-image] May 21 22:12:46.184 INFO O| May 21 22:12:46.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9247 | 2026-05-21T22:12:47.176Z | [ host-image] May 21 22:12:46.184 INFO O| May 21 22:12:46.184 INFO STEP 6 (ensure_dir) COMPLETE |
| 9248 | 2026-05-21T22:12:47.176Z | [ host-image] May 21 22:12:46.184 INFO O| May 21 22:12:46.184 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9249 | 2026-05-21T22:12:47.179Z | [ host-image] May 21 22:12:46.191 INFO O| May 21 22:12:46.191 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9250 | 2026-05-21T22:12:47.179Z | [ host-image] May 21 22:12:46.191 INFO O| May 21 22:12:46.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9251 | 2026-05-21T22:12:47.179Z | [ host-image] May 21 22:12:46.191 INFO O| May 21 22:12:46.191 INFO STEP 7 (ensure_dir) COMPLETE |
| 9252 | 2026-05-21T22:12:47.179Z | [ host-image] May 21 22:12:46.191 INFO O| May 21 22:12:46.191 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9253 | 2026-05-21T22:12:47.185Z | [ host-image] May 21 22:12:46.198 INFO O| May 21 22:12:46.198 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9254 | 2026-05-21T22:12:47.188Z | [ host-image] May 21 22:12:46.199 INFO O| May 21 22:12:46.199 INFO STEP 8 (remove_files) COMPLETE |
| 9255 | 2026-05-21T22:12:47.188Z | [ host-image] May 21 22:12:46.199 INFO O| May 21 22:12:46.199 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9256 | 2026-05-21T22:12:47.192Z | [ host-image] May 21 22:12:46.205 INFO O| May 21 22:12:46.205 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9257 | 2026-05-21T22:12:47.195Z | [ host-image] May 21 22:12:46.206 INFO O| May 21 22:12:46.206 INFO STEP 9 (remove_files) COMPLETE |
| 9258 | 2026-05-21T22:12:47.195Z | [ host-image] May 21 22:12:46.206 INFO O| May 21 22:12:46.206 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9259 | 2026-05-21T22:12:47.198Z | [ host-image] May 21 22:12:46.211 INFO O| May 21 22:12:46.211 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9260 | 2026-05-21T22:12:47.201Z | [ host-image] May 21 22:12:46.212 INFO O| May 21 22:12:46.212 INFO STEP 10 (remove_files) COMPLETE |
| 9261 | 2026-05-21T22:12:47.201Z | [ host-image] May 21 22:12:46.212 INFO O| May 21 22:12:46.212 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9262 | 2026-05-21T22:12:47.204Z | [ host-image] May 21 22:12:46.218 INFO O| May 21 22:12:46.218 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9263 | 2026-05-21T22:12:47.204Z | [ host-image] May 21 22:12:46.218 INFO O| May 21 22:12:46.218 INFO STEP 11 (remove_files) COMPLETE |
| 9264 | 2026-05-21T22:12:47.207Z | [ host-image] May 21 22:12:46.218 INFO O| May 21 22:12:46.218 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9265 | 2026-05-21T22:12:47.210Z | [ host-image] May 21 22:12:46.223 INFO O| May 21 22:12:46.223 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9266 | 2026-05-21T22:12:47.214Z | [ host-image] May 21 22:12:46.224 INFO O| May 21 22:12:46.224 INFO STEP 12 (remove_files) COMPLETE |
| 9267 | 2026-05-21T22:12:47.214Z | [ host-image] May 21 22:12:46.224 INFO O| May 21 22:12:46.224 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9268 | 2026-05-21T22:12:47.217Z | [ host-image] May 21 22:12:46.231 INFO O| May 21 22:12:46.231 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9269 | 2026-05-21T22:12:47.220Z | [ host-image] May 21 22:12:46.231 INFO O| May 21 22:12:46.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9270 | 2026-05-21T22:12:47.220Z | [ host-image] May 21 22:12:46.231 INFO O| May 21 22:12:46.231 INFO STEP 13 (ensure_dir) COMPLETE |
| 9271 | 2026-05-21T22:12:47.220Z | [ host-image] May 21 22:12:46.231 INFO O| May 21 22:12:46.231 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9272 | 2026-05-21T22:12:47.224Z | [ host-image] May 21 22:12:46.238 INFO O| May 21 22:12:46.238 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9273 | 2026-05-21T22:12:47.224Z | [ host-image] May 21 22:12:46.238 INFO O| May 21 22:12:46.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9274 | 2026-05-21T22:12:47.227Z | [ host-image] May 21 22:12:46.238 INFO O| May 21 22:12:46.238 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9275 | 2026-05-21T22:12:47.227Z | [ host-image] May 21 22:12:46.238 INFO O| May 21 22:12:46.238 INFO STEP 14 (ensure_dir) COMPLETE |
| 9276 | 2026-05-21T22:12:47.227Z | [ host-image] May 21 22:12:46.238 INFO O| May 21 22:12:46.238 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9277 | 2026-05-21T22:12:47.232Z | [ host-image] May 21 22:12:46.245 INFO O| May 21 22:12:46.245 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9278 | 2026-05-21T22:12:47.235Z | [ host-image] May 21 22:12:46.245 INFO O| May 21 22:12:46.245 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9279 | 2026-05-21T22:12:47.235Z | [ host-image] May 21 22:12:46.245 INFO O| May 21 22:12:46.245 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9280 | 2026-05-21T22:12:47.235Z | [ host-image] May 21 22:12:46.245 INFO O| May 21 22:12:46.245 INFO STEP 15 (ensure_dir) COMPLETE |
| 9281 | 2026-05-21T22:12:47.235Z | [ host-image] May 21 22:12:46.245 INFO O| May 21 22:12:46.245 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9282 | 2026-05-21T22:12:47.240Z | [ host-image] May 21 22:12:46.252 INFO O| May 21 22:12:46.252 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9283 | 2026-05-21T22:12:47.240Z | [ host-image] May 21 22:12:46.252 INFO O| May 21 22:12:46.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9284 | 2026-05-21T22:12:47.243Z | [ host-image] May 21 22:12:46.252 INFO O| May 21 22:12:46.252 INFO STEP 16 (ensure_dir) COMPLETE |
| 9285 | 2026-05-21T22:12:47.243Z | [ host-image] May 21 22:12:46.252 INFO O| May 21 22:12:46.252 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9286 | 2026-05-21T22:12:47.246Z | [ host-image] May 21 22:12:46.258 INFO O| May 21 22:12:46.258 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9287 | 2026-05-21T22:12:47.246Z | [ host-image] May 21 22:12:46.258 INFO O| May 21 22:12:46.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9288 | 2026-05-21T22:12:47.246Z | [ host-image] May 21 22:12:46.258 INFO O| May 21 22:12:46.258 INFO STEP 17 (ensure_dir) COMPLETE |
| 9289 | 2026-05-21T22:12:47.246Z | [ host-image] May 21 22:12:46.258 INFO O| May 21 22:12:46.258 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9290 | 2026-05-21T22:12:47.252Z | [ host-image] May 21 22:12:46.265 INFO O| May 21 22:12:46.265 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9291 | 2026-05-21T22:12:47.252Z | [ host-image] May 21 22:12:46.265 INFO O| May 21 22:12:46.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9292 | 2026-05-21T22:12:47.254Z | [ host-image] May 21 22:12:46.265 INFO O| May 21 22:12:46.265 INFO ok! |
| 9293 | 2026-05-21T22:12:47.254Z | [ host-image] May 21 22:12:46.265 INFO O| May 21 22:12:46.265 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9294 | 2026-05-21T22:12:47.255Z | [ host-image] May 21 22:12:46.265 INFO O| May 21 22:12:46.265 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9295 | 2026-05-21T22:12:47.258Z | [ host-image] May 21 22:12:46.271 INFO O| May 21 22:12:46.271 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9296 | 2026-05-21T22:12:47.258Z | [ host-image] May 21 22:12:46.271 INFO O| May 21 22:12:46.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9297 | 2026-05-21T22:12:47.261Z | [ host-image] May 21 22:12:46.271 INFO O| May 21 22:12:46.271 INFO ok! |
| 9298 | 2026-05-21T22:12:47.261Z | [ host-image] May 21 22:12:46.271 INFO O| May 21 22:12:46.271 INFO STEP 19 (ensure_file) COMPLETE |
| 9299 | 2026-05-21T22:12:47.261Z | [ host-image] May 21 22:12:46.271 INFO O| May 21 22:12:46.271 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9300 | 2026-05-21T22:12:47.264Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9301 | 2026-05-21T22:12:47.264Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9302 | 2026-05-21T22:12:47.264Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9303 | 2026-05-21T22:12:47.264Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO ok! |
| 9304 | 2026-05-21T22:12:47.264Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9305 | 2026-05-21T22:12:47.265Z | [ host-image] May 21 22:12:46.278 INFO O| May 21 22:12:46.278 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9306 | 2026-05-21T22:12:47.270Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9307 | 2026-05-21T22:12:47.270Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9308 | 2026-05-21T22:12:47.273Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9309 | 2026-05-21T22:12:47.274Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO ok! |
| 9310 | 2026-05-21T22:12:47.274Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9311 | 2026-05-21T22:12:47.274Z | [ host-image] May 21 22:12:46.284 INFO O| May 21 22:12:46.284 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9312 | 2026-05-21T22:12:47.277Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9313 | 2026-05-21T22:12:47.277Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9314 | 2026-05-21T22:12:47.279Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9315 | 2026-05-21T22:12:47.279Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO ok! |
| 9316 | 2026-05-21T22:12:47.279Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9317 | 2026-05-21T22:12:47.280Z | [ host-image] May 21 22:12:46.290 INFO O| May 21 22:12:46.290 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9318 | 2026-05-21T22:12:47.283Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9319 | 2026-05-21T22:12:47.283Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9320 | 2026-05-21T22:12:47.283Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9321 | 2026-05-21T22:12:47.286Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO ok! |
| 9322 | 2026-05-21T22:12:47.286Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9323 | 2026-05-21T22:12:47.286Z | [ host-image] May 21 22:12:46.296 INFO O| May 21 22:12:46.296 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9324 | 2026-05-21T22:12:47.289Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9325 | 2026-05-21T22:12:47.292Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9326 | 2026-05-21T22:12:47.292Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9327 | 2026-05-21T22:12:47.292Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 INFO ok! |
| 9328 | 2026-05-21T22:12:47.292Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 INFO STEP 24 (ensure_file) COMPLETE |
| 9329 | 2026-05-21T22:12:47.292Z | [ host-image] May 21 22:12:46.303 INFO O| May 21 22:12:46.303 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9330 | 2026-05-21T22:12:47.296Z | [ host-image] May 21 22:12:46.309 INFO O| May 21 22:12:46.309 INFO updating shadow file |
| 9331 | 2026-05-21T22:12:47.299Z | [ host-image] May 21 22:12:46.309 INFO O| May 21 22:12:46.309 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9332 | 2026-05-21T22:12:47.299Z | [ host-image] May 21 22:12:46.309 INFO O| May 21 22:12:46.309 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9333 | 2026-05-21T22:12:47.299Z | [ host-image] May 21 22:12:46.309 INFO O| May 21 22:12:46.309 INFO STEP 25 (shadow) COMPLETE |
| 9334 | 2026-05-21T22:12:47.299Z | [ host-image] May 21 22:12:46.309 INFO O| May 21 22:12:46.309 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9335 | 2026-05-21T22:12:47.302Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9336 | 2026-05-21T22:12:47.302Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9337 | 2026-05-21T22:12:47.307Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9338 | 2026-05-21T22:12:47.307Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 INFO ok! |
| 9339 | 2026-05-21T22:12:47.307Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 INFO STEP 26 (ensure_file) COMPLETE |
| 9340 | 2026-05-21T22:12:47.307Z | [ host-image] May 21 22:12:46.316 INFO O| May 21 22:12:46.316 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9341 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.321 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9342 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.321 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9343 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9344 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.322 INFO ok! |
| 9345 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.322 INFO STEP 27 (ensure_file) COMPLETE |
| 9346 | 2026-05-21T22:12:47.310Z | [ host-image] May 21 22:12:46.322 INFO O| May 21 22:12:46.322 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9347 | 2026-05-21T22:12:47.315Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9348 | 2026-05-21T22:12:47.315Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9349 | 2026-05-21T22:12:47.318Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9350 | 2026-05-21T22:12:47.318Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9351 | 2026-05-21T22:12:47.318Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO ok! |
| 9352 | 2026-05-21T22:12:47.318Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO STEP 28 (ensure_file) COMPLETE |
| 9353 | 2026-05-21T22:12:47.318Z | [ host-image] May 21 22:12:46.329 INFO O| May 21 22:12:46.329 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9354 | 2026-05-21T22:12:47.321Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9355 | 2026-05-21T22:12:47.322Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9356 | 2026-05-21T22:12:47.322Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9357 | 2026-05-21T22:12:47.325Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO ok! |
| 9358 | 2026-05-21T22:12:47.325Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO STEP 29 (ensure_file) COMPLETE |
| 9359 | 2026-05-21T22:12:47.325Z | [ host-image] May 21 22:12:46.335 INFO O| May 21 22:12:46.335 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9360 | 2026-05-21T22:12:47.328Z | [ host-image] May 21 22:12:46.341 INFO O| May 21 22:12:46.341 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9361 | 2026-05-21T22:12:47.328Z | [ host-image] May 21 22:12:46.341 INFO O| May 21 22:12:46.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9362 | 2026-05-21T22:12:47.328Z | [ host-image] May 21 22:12:46.341 INFO O| May 21 22:12:46.341 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9363 | 2026-05-21T22:12:47.328Z | [ host-image] May 21 22:12:46.341 INFO O| May 21 22:12:46.341 INFO STEP 30 (ensure_dir) COMPLETE |
| 9364 | 2026-05-21T22:12:47.328Z | [ host-image] May 21 22:12:46.341 INFO O| May 21 22:12:46.341 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9365 | 2026-05-21T22:12:47.336Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9366 | 2026-05-21T22:12:47.336Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9367 | 2026-05-21T22:12:47.340Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9368 | 2026-05-21T22:12:47.340Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9369 | 2026-05-21T22:12:47.340Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO ok! |
| 9370 | 2026-05-21T22:12:47.340Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO STEP 31 (ensure_file) COMPLETE |
| 9371 | 2026-05-21T22:12:47.340Z | [ host-image] May 21 22:12:46.347 INFO O| May 21 22:12:46.347 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9372 | 2026-05-21T22:12:47.343Z | [ host-image] May 21 22:12:46.354 INFO O| May 21 22:12:46.354 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9373 | 2026-05-21T22:12:47.343Z | [ host-image] May 21 22:12:46.354 INFO O| May 21 22:12:46.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9374 | 2026-05-21T22:12:47.343Z | [ host-image] May 21 22:12:46.354 INFO O| May 21 22:12:46.354 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9375 | 2026-05-21T22:12:47.343Z | [ host-image] May 21 22:12:46.354 INFO O| May 21 22:12:46.354 INFO STEP 32 (ensure_dir) COMPLETE |
| 9376 | 2026-05-21T22:12:47.343Z | [ host-image] May 21 22:12:46.354 INFO O| May 21 22:12:46.354 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9377 | 2026-05-21T22:12:47.347Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9378 | 2026-05-21T22:12:47.347Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml ... |
| 9379 | 2026-05-21T22:12:47.350Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9380 | 2026-05-21T22:12:47.350Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9381 | 2026-05-21T22:12:47.351Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO ok! |
| 9382 | 2026-05-21T22:12:47.351Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO STEP 33 (ensure_file) COMPLETE |
| 9383 | 2026-05-21T22:12:47.351Z | [ host-image] May 21 22:12:46.361 INFO O| May 21 22:12:46.361 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9384 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9385 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9386 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9387 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO ok! |
| 9388 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO STEP 34 (ensure_file) COMPLETE |
| 9389 | 2026-05-21T22:12:47.355Z | [ host-image] May 21 22:12:46.367 INFO O| May 21 22:12:46.367 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9390 | 2026-05-21T22:12:47.364Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9391 | 2026-05-21T22:12:47.364Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9392 | 2026-05-21T22:12:47.368Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9393 | 2026-05-21T22:12:47.368Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9394 | 2026-05-21T22:12:47.368Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO ok! |
| 9395 | 2026-05-21T22:12:47.368Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO STEP 35 (ensure_file) COMPLETE |
| 9396 | 2026-05-21T22:12:47.368Z | [ host-image] May 21 22:12:46.373 INFO O| May 21 22:12:46.373 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9397 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9398 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9399 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9400 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 INFO ok! |
| 9401 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 INFO STEP 36 (ensure_file) COMPLETE |
| 9402 | 2026-05-21T22:12:47.369Z | [ host-image] May 21 22:12:46.379 INFO O| May 21 22:12:46.379 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9403 | 2026-05-21T22:12:47.373Z | [ host-image] May 21 22:12:46.385 INFO O| May 21 22:12:46.385 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9404 | 2026-05-21T22:12:47.373Z | [ host-image] May 21 22:12:46.385 INFO O| May 21 22:12:46.385 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9405 | 2026-05-21T22:12:47.373Z | [ host-image] May 21 22:12:46.386 INFO O| May 21 22:12:46.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9406 | 2026-05-21T22:12:47.376Z | [ host-image] May 21 22:12:46.386 INFO O| May 21 22:12:46.386 INFO ok! |
| 9407 | 2026-05-21T22:12:47.376Z | [ host-image] May 21 22:12:46.386 INFO O| May 21 22:12:46.386 INFO STEP 37 (ensure_file) COMPLETE |
| 9408 | 2026-05-21T22:12:47.376Z | [ host-image] May 21 22:12:46.386 INFO O| May 21 22:12:46.386 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9409 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9410 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9411 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9412 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9413 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9414 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9415 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO ok! |
| 9416 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO STEP 38 (ensure_file) COMPLETE |
| 9417 | 2026-05-21T22:12:47.380Z | [ host-image] May 21 22:12:46.391 INFO O| May 21 22:12:46.391 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9418 | 2026-05-21T22:12:47.384Z | [ host-image] May 21 22:12:46.398 INFO O| May 21 22:12:46.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9419 | 2026-05-21T22:12:47.387Z | [ host-image] May 21 22:12:46.398 INFO O| May 21 22:12:46.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9420 | 2026-05-21T22:12:47.387Z | [ host-image] May 21 22:12:46.398 INFO O| May 21 22:12:46.398 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9421 | 2026-05-21T22:12:47.387Z | [ host-image] May 21 22:12:46.398 INFO O| May 21 22:12:46.398 INFO STEP 39 (ensure_dir) COMPLETE |
| 9422 | 2026-05-21T22:12:47.387Z | [ host-image] May 21 22:12:46.398 INFO O| May 21 22:12:46.398 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9423 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO file /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist |
| 9424 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 9425 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO perms are 644, should be 555, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9426 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9427 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9428 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin |
| 9429 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO ok! |
| 9430 | 2026-05-21T22:12:47.390Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO STEP 40 (ensure_file) COMPLETE |
| 9431 | 2026-05-21T22:12:47.393Z | [ host-image] May 21 22:12:46.403 INFO O| May 21 22:12:46.403 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9432 | 2026-05-21T22:12:47.396Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9433 | 2026-05-21T22:12:47.396Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 9434 | 2026-05-21T22:12:47.399Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9435 | 2026-05-21T22:12:47.399Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO ok! |
| 9436 | 2026-05-21T22:12:47.399Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9437 | 2026-05-21T22:12:47.399Z | [ host-image] May 21 22:12:46.410 INFO O| May 21 22:12:46.410 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9438 | 2026-05-21T22:12:47.403Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9439 | 2026-05-21T22:12:47.403Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9440 | 2026-05-21T22:12:47.406Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9441 | 2026-05-21T22:12:47.406Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO ok! |
| 9442 | 2026-05-21T22:12:47.406Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9443 | 2026-05-21T22:12:47.406Z | [ host-image] May 21 22:12:46.416 INFO O| May 21 22:12:46.416 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9444 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9445 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9446 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9447 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9448 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9449 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9450 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO ok! |
| 9451 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO STEP 43 (ensure_file) COMPLETE |
| 9452 | 2026-05-21T22:12:47.409Z | [ host-image] May 21 22:12:46.422 INFO O| May 21 22:12:46.422 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9453 | 2026-05-21T22:12:47.415Z | [ host-image] May 21 22:12:46.428 INFO O| May 21 22:12:46.428 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9454 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.428 INFO O| May 21 22:12:46.428 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml ... |
| 9455 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.428 INFO O| May 21 22:12:46.428 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9456 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.428 INFO O| May 21 22:12:46.428 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9457 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.429 INFO O| May 21 22:12:46.429 INFO ok! |
| 9458 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.429 INFO O| May 21 22:12:46.429 INFO STEP 44 (ensure_file) COMPLETE |
| 9459 | 2026-05-21T22:12:47.423Z | [ host-image] May 21 22:12:46.429 INFO O| May 21 22:12:46.429 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9460 | 2026-05-21T22:12:47.427Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9461 | 2026-05-21T22:12:47.427Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9462 | 2026-05-21T22:12:47.427Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9463 | 2026-05-21T22:12:47.427Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO ok! |
| 9464 | 2026-05-21T22:12:47.428Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO STEP 45 (ensure_file) COMPLETE |
| 9465 | 2026-05-21T22:12:47.428Z | [ host-image] May 21 22:12:46.434 INFO O| May 21 22:12:46.434 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9466 | 2026-05-21T22:12:47.431Z | [ host-image] May 21 22:12:46.440 INFO O| May 21 22:12:46.440 INFO updating shadow file |
| 9467 | 2026-05-21T22:12:47.431Z | [ host-image] May 21 22:12:46.440 INFO O| May 21 22:12:46.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9468 | 2026-05-21T22:12:47.431Z | [ host-image] May 21 22:12:46.440 INFO O| May 21 22:12:46.440 INFO STEP 46 (shadow) COMPLETE |
| 9469 | 2026-05-21T22:12:47.431Z | [ host-image] May 21 22:12:46.440 INFO O| May 21 22:12:46.440 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9470 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9471 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9472 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9473 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9474 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO ok! |
| 9475 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO STEP 47 (ensure_file) COMPLETE |
| 9476 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9477 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO skip step because feature "mfg" is not enabled |
| 9478 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9479 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO skip step because feature "mfg" is not enabled |
| 9480 | 2026-05-21T22:12:47.434Z | [ host-image] May 21 22:12:46.447 INFO O| May 21 22:12:46.447 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9481 | 2026-05-21T22:12:47.440Z | [ host-image] May 21 22:12:46.452 INFO O| May 21 22:12:46.452 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9482 | 2026-05-21T22:12:47.440Z | [ host-image] May 21 22:12:46.452 INFO O| May 21 22:12:46.452 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9483 | 2026-05-21T22:12:47.461Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9484 | 2026-05-21T22:12:47.461Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9485 | 2026-05-21T22:12:47.461Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO ok! |
| 9486 | 2026-05-21T22:12:47.461Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO STEP 50 (ensure_file) COMPLETE |
| 9487 | 2026-05-21T22:12:47.464Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9488 | 2026-05-21T22:12:47.464Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO skip step because feature "compliance" is not enabled |
| 9489 | 2026-05-21T22:12:47.464Z | [ host-image] May 21 22:12:46.474 INFO O| May 21 22:12:46.474 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9490 | 2026-05-21T22:12:47.468Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9491 | 2026-05-21T22:12:47.468Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9492 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9493 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9494 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9495 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9496 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO ok! |
| 9497 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO STEP 52 (ensure_file) COMPLETE |
| 9498 | 2026-05-21T22:12:47.471Z | [ host-image] May 21 22:12:46.482 INFO O| May 21 22:12:46.482 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9499 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9500 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml ... |
| 9501 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9502 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9503 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO ok! |
| 9504 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO STEP 53 (ensure_file) COMPLETE |
| 9505 | 2026-05-21T22:12:47.475Z | [ host-image] May 21 22:12:46.488 INFO O| May 21 22:12:46.488 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9506 | 2026-05-21T22:12:47.481Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9507 | 2026-05-21T22:12:47.482Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen ... |
| 9508 | 2026-05-21T22:12:47.485Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9509 | 2026-05-21T22:12:47.485Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9510 | 2026-05-21T22:12:47.485Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO ok! |
| 9511 | 2026-05-21T22:12:47.485Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO STEP 54 (ensure_file) COMPLETE |
| 9512 | 2026-05-21T22:12:47.485Z | [ host-image] May 21 22:12:46.494 INFO O| May 21 22:12:46.494 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9513 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9514 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-cpu-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml ... |
| 9515 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9516 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9517 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO ok! |
| 9518 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO STEP 55 (ensure_file) COMPLETE |
| 9519 | 2026-05-21T22:12:47.491Z | [ host-image] May 21 22:12:46.500 INFO O| May 21 22:12:46.500 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9520 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9521 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen ... |
| 9522 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9523 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9524 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO ok! |
| 9525 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO STEP 56 (ensure_file) COMPLETE |
| 9526 | 2026-05-21T22:12:47.495Z | [ host-image] May 21 22:12:46.506 INFO O| May 21 22:12:46.506 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9527 | 2026-05-21T22:12:47.499Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9528 | 2026-05-21T22:12:47.499Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-mem-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml ... |
| 9529 | 2026-05-21T22:12:47.503Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9530 | 2026-05-21T22:12:47.503Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9531 | 2026-05-21T22:12:47.503Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO ok! |
| 9532 | 2026-05-21T22:12:47.503Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO STEP 57 (ensure_file) COMPLETE |
| 9533 | 2026-05-21T22:12:47.503Z | [ host-image] May 21 22:12:46.512 INFO O| May 21 22:12:46.512 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9534 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9535 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen ... |
| 9536 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9537 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9538 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9539 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9540 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO ok! |
| 9541 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO STEP 58 (ensure_file) COMPLETE |
| 9542 | 2026-05-21T22:12:47.507Z | [ host-image] May 21 22:12:46.519 INFO O| May 21 22:12:46.519 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9543 | 2026-05-21T22:12:47.512Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9544 | 2026-05-21T22:12:47.512Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-nvme-loadgen.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml ... |
| 9545 | 2026-05-21T22:12:47.515Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9546 | 2026-05-21T22:12:47.515Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9547 | 2026-05-21T22:12:47.515Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO ok! |
| 9548 | 2026-05-21T22:12:47.515Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO STEP 59 (ensure_file) COMPLETE |
| 9549 | 2026-05-21T22:12:47.515Z | [ host-image] May 21 22:12:46.525 INFO O| May 21 22:12:46.525 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9550 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9551 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9552 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9553 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9554 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO ok! |
| 9555 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO STEP 60 (ensure_file) COMPLETE |
| 9556 | 2026-05-21T22:12:47.519Z | [ host-image] May 21 22:12:46.532 INFO O| May 21 22:12:46.532 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9557 | 2026-05-21T22:12:47.525Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9558 | 2026-05-21T22:12:47.525Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml ... |
| 9559 | 2026-05-21T22:12:47.528Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9560 | 2026-05-21T22:12:47.528Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9561 | 2026-05-21T22:12:47.528Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO ok! |
| 9562 | 2026-05-21T22:12:47.528Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO STEP 61 (ensure_file) COMPLETE |
| 9563 | 2026-05-21T22:12:47.528Z | [ host-image] May 21 22:12:46.538 INFO O| May 21 22:12:46.538 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9564 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9565 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9566 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9567 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9568 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9569 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9570 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO ok! |
| 9571 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO STEP 62 (ensure_file) COMPLETE |
| 9572 | 2026-05-21T22:12:47.532Z | [ host-image] May 21 22:12:46.544 INFO O| May 21 22:12:46.544 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9573 | 2026-05-21T22:12:47.538Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9574 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml ... |
| 9575 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9576 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9577 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO ok! |
| 9578 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO STEP 63 (ensure_file) COMPLETE |
| 9579 | 2026-05-21T22:12:47.541Z | [ host-image] May 21 22:12:46.551 INFO O| May 21 22:12:46.551 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9580 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9581 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-time.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml ... |
| 9582 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9583 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9584 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO ok! |
| 9585 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO STEP 64 (ensure_file) COMPLETE |
| 9586 | 2026-05-21T22:12:47.547Z | [ host-image] May 21 22:12:46.558 INFO O| May 21 22:12:46.558 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9587 | 2026-05-21T22:12:47.552Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9588 | 2026-05-21T22:12:47.552Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-dump.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml ... |
| 9589 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9590 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9591 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO ok! |
| 9592 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO STEP 65 (ensure_file) COMPLETE |
| 9593 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9594 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO skip step because feature "mbist" is not enabled |
| 9595 | 2026-05-21T22:12:47.555Z | [ host-image] May 21 22:12:46.564 INFO O| May 21 22:12:46.564 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9596 | 2026-05-21T22:12:47.558Z | [ host-image] May 21 22:12:46.570 INFO O| May 21 22:12:46.570 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9597 | 2026-05-21T22:12:47.559Z | [ host-image] May 21 22:12:46.570 INFO O| May 21 22:12:46.570 INFO STEP 67 (ensure_dir) COMPLETE |
| 9598 | 2026-05-21T22:12:47.559Z | [ host-image] May 21 22:12:46.570 INFO O| May 21 22:12:46.570 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9599 | 2026-05-21T22:12:47.563Z | [ host-image] May 21 22:12:46.577 INFO O| May 21 22:12:46.577 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9600 | 2026-05-21T22:12:47.567Z | [ host-image] May 21 22:12:46.577 INFO O| May 21 22:12:46.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9601 | 2026-05-21T22:12:47.567Z | [ host-image] May 21 22:12:46.577 INFO O| May 21 22:12:46.577 INFO STEP 68 (ensure_dir) COMPLETE |
| 9602 | 2026-05-21T22:12:47.567Z | [ host-image] May 21 22:12:46.577 INFO O| May 21 22:12:46.577 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9603 | 2026-05-21T22:12:47.570Z | [ host-image] May 21 22:12:46.583 INFO O| May 21 22:12:46.583 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9604 | 2026-05-21T22:12:47.570Z | [ host-image] May 21 22:12:46.583 INFO O| May 21 22:12:46.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9605 | 2026-05-21T22:12:47.570Z | [ host-image] May 21 22:12:46.583 INFO O| May 21 22:12:46.583 INFO STEP 69 (ensure_dir) COMPLETE |
| 9606 | 2026-05-21T22:12:47.570Z | [ host-image] May 21 22:12:46.583 INFO O| May 21 22:12:46.583 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9607 | 2026-05-21T22:12:47.577Z | [ host-image] May 21 22:12:46.589 INFO O| May 21 22:12:46.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9608 | 2026-05-21T22:12:47.577Z | [ host-image] May 21 22:12:46.589 INFO O| May 21 22:12:46.589 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9609 | 2026-05-21T22:12:48.103Z | [ host-image] May 21 22:12:47.116 INFO O| May 21 22:12:47.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9610 | 2026-05-21T22:12:48.103Z | [ host-image] May 21 22:12:47.116 INFO O| May 21 22:12:47.116 INFO ok! |
| 9611 | 2026-05-21T22:12:48.106Z | [ host-image] May 21 22:12:47.116 INFO O| May 21 22:12:47.116 INFO STEP 70 (ensure_file) COMPLETE |
| 9612 | 2026-05-21T22:12:48.107Z | [ host-image] May 21 22:12:47.116 INFO O| May 21 22:12:47.116 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9613 | 2026-05-21T22:12:48.111Z | [ host-image] May 21 22:12:47.124 INFO O| May 21 22:12:47.124 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9614 | 2026-05-21T22:12:48.111Z | [ host-image] May 21 22:12:47.124 INFO O| May 21 22:12:47.124 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9615 | 2026-05-21T22:12:48.576Z | [ host-image] May 21 22:12:47.589 INFO O| May 21 22:12:47.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9616 | 2026-05-21T22:12:48.576Z | [ host-image] May 21 22:12:47.590 INFO O| May 21 22:12:47.589 INFO ok! |
| 9617 | 2026-05-21T22:12:48.580Z | [ host-image] May 21 22:12:47.590 INFO O| May 21 22:12:47.589 INFO STEP 71 (ensure_file) COMPLETE |
| 9618 | 2026-05-21T22:12:48.580Z | [ host-image] May 21 22:12:47.590 INFO O| May 21 22:12:47.589 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9619 | 2026-05-21T22:12:48.586Z | [ host-image] May 21 22:12:47.599 INFO O| May 21 22:12:47.599 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9620 | 2026-05-21T22:12:48.586Z | [ host-image] May 21 22:12:47.599 INFO O| May 21 22:12:47.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9621 | 2026-05-21T22:12:48.590Z | [ host-image] May 21 22:12:47.599 INFO O| May 21 22:12:47.599 INFO STEP 72 (ensure_dir) COMPLETE |
| 9622 | 2026-05-21T22:12:48.590Z | [ host-image] May 21 22:12:47.599 INFO O| May 21 22:12:47.599 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9623 | 2026-05-21T22:12:48.593Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9624 | 2026-05-21T22:12:48.593Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ... |
| 9625 | 2026-05-21T22:12:48.598Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9626 | 2026-05-21T22:12:48.598Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO ok! |
| 9627 | 2026-05-21T22:12:48.598Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO STEP 73 (ensure_file) COMPLETE |
| 9628 | 2026-05-21T22:12:48.598Z | [ host-image] May 21 22:12:47.607 INFO O| May 21 22:12:47.607 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9629 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9630 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ... |
| 9631 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9632 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO ok! |
| 9633 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO STEP 74 (ensure_file) COMPLETE |
| 9634 | 2026-05-21T22:12:48.601Z | [ host-image] May 21 22:12:47.613 INFO O| May 21 22:12:47.613 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9635 | 2026-05-21T22:12:48.606Z | [ host-image] May 21 22:12:47.619 INFO O| May 21 22:12:47.619 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9636 | 2026-05-21T22:12:48.609Z | [ host-image] May 21 22:12:47.619 INFO O| May 21 22:12:47.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9637 | 2026-05-21T22:12:48.609Z | [ host-image] May 21 22:12:47.619 INFO O| May 21 22:12:47.619 INFO STEP 75 (ensure_dir) COMPLETE |
| 9638 | 2026-05-21T22:12:48.609Z | [ host-image] May 21 22:12:47.619 INFO O| May 21 22:12:47.619 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9639 | 2026-05-21T22:12:48.613Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9640 | 2026-05-21T22:12:48.613Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ... |
| 9641 | 2026-05-21T22:12:48.616Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9642 | 2026-05-21T22:12:48.616Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO ok! |
| 9643 | 2026-05-21T22:12:48.616Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO STEP 76 (ensure_file) COMPLETE |
| 9644 | 2026-05-21T22:12:48.616Z | [ host-image] May 21 22:12:47.626 INFO O| May 21 22:12:47.626 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9645 | 2026-05-21T22:12:48.621Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9646 | 2026-05-21T22:12:48.621Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ... |
| 9647 | 2026-05-21T22:12:48.624Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9648 | 2026-05-21T22:12:48.624Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO ok! |
| 9649 | 2026-05-21T22:12:48.624Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO STEP 77 (ensure_file) COMPLETE |
| 9650 | 2026-05-21T22:12:48.624Z | [ host-image] May 21 22:12:47.634 INFO O| May 21 22:12:47.634 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9651 | 2026-05-21T22:12:48.629Z | [ host-image] May 21 22:12:47.640 INFO O| May 21 22:12:47.640 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9652 | 2026-05-21T22:12:48.629Z | [ host-image] May 21 22:12:47.641 INFO O| May 21 22:12:47.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9653 | 2026-05-21T22:12:48.629Z | [ host-image] May 21 22:12:47.641 INFO O| May 21 22:12:47.640 INFO STEP 78 (ensure_dir) COMPLETE |
| 9654 | 2026-05-21T22:12:48.629Z | [ host-image] May 21 22:12:47.641 INFO O| May 21 22:12:47.641 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9655 | 2026-05-21T22:12:48.633Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9656 | 2026-05-21T22:12:48.633Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ... |
| 9657 | 2026-05-21T22:12:48.633Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9658 | 2026-05-21T22:12:48.633Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO ok! |
| 9659 | 2026-05-21T22:12:48.636Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO STEP 79 (ensure_file) COMPLETE |
| 9660 | 2026-05-21T22:12:48.637Z | [ host-image] May 21 22:12:47.647 INFO O| May 21 22:12:47.647 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9661 | 2026-05-21T22:12:48.641Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9662 | 2026-05-21T22:12:48.641Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9663 | 2026-05-21T22:12:48.641Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9664 | 2026-05-21T22:12:48.645Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO ok! |
| 9665 | 2026-05-21T22:12:48.645Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO STEP 80 (ensure_file) COMPLETE |
| 9666 | 2026-05-21T22:12:48.645Z | [ host-image] May 21 22:12:47.654 INFO O| May 21 22:12:47.654 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9667 | 2026-05-21T22:12:48.649Z | [ host-image] May 21 22:12:47.661 INFO O| May 21 22:12:47.661 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9668 | 2026-05-21T22:12:48.649Z | [ host-image] May 21 22:12:47.661 INFO O| May 21 22:12:47.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9669 | 2026-05-21T22:12:48.649Z | [ host-image] May 21 22:12:47.661 INFO O| May 21 22:12:47.661 INFO STEP 81 (ensure_dir) COMPLETE |
| 9670 | 2026-05-21T22:12:48.649Z | [ host-image] May 21 22:12:47.661 INFO O| May 21 22:12:47.661 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9671 | 2026-05-21T22:12:48.654Z | [ host-image] May 21 22:12:47.668 INFO O| May 21 22:12:47.668 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9672 | 2026-05-21T22:12:48.654Z | [ host-image] May 21 22:12:47.668 INFO O| May 21 22:12:47.668 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9673 | 2026-05-21T22:12:48.884Z | [ host-image] May 21 22:12:47.896 INFO O| May 21 22:12:47.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9674 | 2026-05-21T22:12:48.884Z | [ host-image] May 21 22:12:47.896 INFO O| May 21 22:12:47.896 INFO ok! |
| 9675 | 2026-05-21T22:12:48.884Z | [ host-image] May 21 22:12:47.896 INFO O| May 21 22:12:47.896 INFO STEP 82 (ensure_file) COMPLETE |
| 9676 | 2026-05-21T22:12:48.884Z | [ host-image] May 21 22:12:47.896 INFO O| May 21 22:12:47.896 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9677 | 2026-05-21T22:12:48.892Z | [ host-image] May 21 22:12:47.905 INFO O| May 21 22:12:47.905 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 9678 | 2026-05-21T22:12:48.892Z | [ host-image] May 21 22:12:47.905 INFO O| May 21 22:12:47.905 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 9679 | 2026-05-21T22:12:49.350Z | [ host-image] May 21 22:12:48.363 INFO O| May 21 22:12:48.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 9680 | 2026-05-21T22:12:49.350Z | [ host-image] May 21 22:12:48.363 INFO O| May 21 22:12:48.363 INFO ok! |
| 9681 | 2026-05-21T22:12:49.350Z | [ host-image] May 21 22:12:48.363 INFO O| May 21 22:12:48.363 INFO STEP 83 (ensure_file) COMPLETE |
| 9682 | 2026-05-21T22:12:49.353Z | [ host-image] May 21 22:12:48.363 INFO O| May 21 22:12:48.363 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9683 | 2026-05-21T22:12:49.359Z | [ host-image] May 21 22:12:48.372 INFO O| May 21 22:12:48.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9684 | 2026-05-21T22:12:49.360Z | [ host-image] May 21 22:12:48.372 INFO O| May 21 22:12:48.372 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9685 | 2026-05-21T22:12:50.427Z | [ host-image] May 21 22:12:49.441 INFO O| May 21 22:12:49.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9686 | 2026-05-21T22:12:50.428Z | [ host-image] May 21 22:12:49.441 INFO O| May 21 22:12:49.441 INFO ok! |
| 9687 | 2026-05-21T22:12:50.428Z | [ host-image] May 21 22:12:49.441 INFO O| May 21 22:12:49.441 INFO STEP 84 (ensure_file) COMPLETE |
| 9688 | 2026-05-21T22:12:50.432Z | [ host-image] May 21 22:12:49.441 INFO O| May 21 22:12:49.441 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9689 | 2026-05-21T22:12:50.434Z | [ host-image] May 21 22:12:49.448 INFO O| May 21 22:12:49.448 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9690 | 2026-05-21T22:12:50.437Z | [ host-image] May 21 22:12:49.448 INFO O| May 21 22:12:49.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9691 | 2026-05-21T22:12:50.437Z | [ host-image] May 21 22:12:49.448 INFO O| May 21 22:12:49.448 INFO STEP 85 (ensure_dir) COMPLETE |
| 9692 | 2026-05-21T22:12:50.438Z | [ host-image] May 21 22:12:49.448 INFO O| May 21 22:12:49.448 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9693 | 2026-05-21T22:12:50.446Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9694 | 2026-05-21T22:12:50.446Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/pkg/config.toml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml ... |
| 9695 | 2026-05-21T22:12:50.450Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9696 | 2026-05-21T22:12:50.450Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO ok! |
| 9697 | 2026-05-21T22:12:50.450Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO STEP 86 (ensure_file) COMPLETE |
| 9698 | 2026-05-21T22:12:50.450Z | [ host-image] May 21 22:12:49.457 INFO O| May 21 22:12:49.457 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9699 | 2026-05-21T22:12:50.453Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9700 | 2026-05-21T22:12:50.453Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/pkg/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md ... |
| 9701 | 2026-05-21T22:12:50.453Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9702 | 2026-05-21T22:12:50.453Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO ok! |
| 9703 | 2026-05-21T22:12:50.453Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO STEP 87 (ensure_file) COMPLETE |
| 9704 | 2026-05-21T22:12:50.454Z | [ host-image] May 21 22:12:49.464 INFO O| May 21 22:12:49.464 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9705 | 2026-05-21T22:12:50.459Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9706 | 2026-05-21T22:12:50.459Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9707 | 2026-05-21T22:12:50.463Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 9708 | 2026-05-21T22:12:50.463Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO ok! |
| 9709 | 2026-05-21T22:12:50.463Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO STEP 88 (ensure_file) COMPLETE |
| 9710 | 2026-05-21T22:12:50.463Z | [ host-image] May 21 22:12:49.472 INFO O| May 21 22:12:49.472 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9711 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9712 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9713 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 9714 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO ok! |
| 9715 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO STEP 89 (ensure_file) COMPLETE |
| 9716 | 2026-05-21T22:12:50.466Z | [ host-image] May 21 22:12:49.479 INFO O| May 21 22:12:49.479 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9717 | 2026-05-21T22:12:50.472Z | [ host-image] May 21 22:12:49.485 INFO O| May 21 22:12:49.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9718 | 2026-05-21T22:12:50.475Z | [ host-image] May 21 22:12:49.485 INFO O| May 21 22:12:49.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 9719 | 2026-05-21T22:12:50.475Z | [ host-image] May 21 22:12:49.485 INFO O| May 21 22:12:49.485 INFO STEP 90 (ensure_dir) COMPLETE |
| 9720 | 2026-05-21T22:12:50.475Z | [ host-image] May 21 22:12:49.485 INFO O| May 21 22:12:49.485 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9721 | 2026-05-21T22:12:50.478Z | [ host-image] May 21 22:12:49.491 INFO O| May 21 22:12:49.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9722 | 2026-05-21T22:12:50.478Z | [ host-image] May 21 22:12:49.491 INFO O| May 21 22:12:49.491 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9723 | 2026-05-21T22:12:50.481Z | [ host-image] May 21 22:12:49.494 INFO O| May 21 22:12:49.494 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 9724 | 2026-05-21T22:12:50.481Z | [ host-image] May 21 22:12:49.494 INFO O| May 21 22:12:49.494 INFO ok! |
| 9725 | 2026-05-21T22:12:50.481Z | [ host-image] May 21 22:12:49.494 INFO O| May 21 22:12:49.494 INFO STEP 91 (ensure_file) COMPLETE |
| 9726 | 2026-05-21T22:12:50.481Z | [ host-image] May 21 22:12:49.494 INFO O| May 21 22:12:49.494 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9727 | 2026-05-21T22:12:50.489Z | [ host-image] May 21 22:12:49.501 INFO O| May 21 22:12:49.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9728 | 2026-05-21T22:12:50.493Z | [ host-image] May 21 22:12:49.501 INFO O| May 21 22:12:49.501 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9729 | 2026-05-21T22:12:50.493Z | [ host-image] May 21 22:12:49.502 INFO O| May 21 22:12:49.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 9730 | 2026-05-21T22:12:50.493Z | [ host-image] May 21 22:12:49.502 INFO O| May 21 22:12:49.502 INFO ok! |
| 9731 | 2026-05-21T22:12:50.493Z | [ host-image] May 21 22:12:49.502 INFO O| May 21 22:12:49.502 INFO STEP 92 (ensure_file) COMPLETE |
| 9732 | 2026-05-21T22:12:50.493Z | [ host-image] May 21 22:12:49.502 INFO O| May 21 22:12:49.502 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9733 | 2026-05-21T22:12:50.497Z | [ host-image] May 21 22:12:49.509 INFO O| May 21 22:12:49.509 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9734 | 2026-05-21T22:12:50.497Z | [ host-image] May 21 22:12:49.509 INFO O| May 21 22:12:49.509 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9735 | 2026-05-21T22:12:50.959Z | [ host-image] May 21 22:12:49.972 INFO O| May 21 22:12:49.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9736 | 2026-05-21T22:12:50.959Z | [ host-image] May 21 22:12:49.972 INFO O| May 21 22:12:49.972 INFO ok! |
| 9737 | 2026-05-21T22:12:50.962Z | [ host-image] May 21 22:12:49.972 INFO O| May 21 22:12:49.972 INFO STEP 93 (ensure_file) COMPLETE |
| 9738 | 2026-05-21T22:12:50.962Z | [ host-image] May 21 22:12:49.972 INFO O| May 21 22:12:49.972 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9739 | 2026-05-21T22:12:50.968Z | [ host-image] May 21 22:12:49.981 INFO O| May 21 22:12:49.981 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9740 | 2026-05-21T22:12:50.968Z | [ host-image] May 21 22:12:49.981 INFO O| May 21 22:12:49.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 9741 | 2026-05-21T22:12:50.971Z | [ host-image] May 21 22:12:49.981 INFO O| May 21 22:12:49.981 INFO STEP 94 (ensure_dir) COMPLETE |
| 9742 | 2026-05-21T22:12:50.971Z | [ host-image] May 21 22:12:49.981 INFO O| May 21 22:12:49.981 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9743 | 2026-05-21T22:12:50.975Z | [ host-image] May 21 22:12:49.988 INFO O| May 21 22:12:49.988 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9744 | 2026-05-21T22:12:50.978Z | [ host-image] May 21 22:12:49.988 INFO O| May 21 22:12:49.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 9745 | 2026-05-21T22:12:50.978Z | [ host-image] May 21 22:12:49.988 INFO O| May 21 22:12:49.988 INFO STEP 95 (ensure_dir) COMPLETE |
| 9746 | 2026-05-21T22:12:50.978Z | [ host-image] May 21 22:12:49.988 INFO O| May 21 22:12:49.988 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9747 | 2026-05-21T22:12:50.981Z | [ host-image] May 21 22:12:49.994 INFO O| May 21 22:12:49.994 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9748 | 2026-05-21T22:12:50.982Z | [ host-image] May 21 22:12:49.994 INFO O| May 21 22:12:49.994 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9749 | 2026-05-21T22:12:50.982Z | [ host-image] May 21 22:12:49.994 INFO O| May 21 22:12:49.994 INFO STEP 96 (ensure_dir) COMPLETE |
| 9750 | 2026-05-21T22:12:50.982Z | [ host-image] May 21 22:12:49.994 INFO O| May 21 22:12:49.994 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9751 | 2026-05-21T22:12:50.990Z | [ host-image] May 21 22:12:50.004 INFO O| May 21 22:12:50.004 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9752 | 2026-05-21T22:12:50.990Z | [ host-image] May 21 22:12:50.004 INFO O| May 21 22:12:50.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9753 | 2026-05-21T22:12:50.990Z | [ host-image] May 21 22:12:50.004 INFO O| May 21 22:12:50.004 INFO STEP 97 (ensure_dir) COMPLETE |
| 9754 | 2026-05-21T22:12:50.994Z | [ host-image] May 21 22:12:50.004 INFO O| May 21 22:12:50.004 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9755 | 2026-05-21T22:12:50.999Z | [ host-image] May 21 22:12:50.011 INFO O| May 21 22:12:50.011 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9756 | 2026-05-21T22:12:50.999Z | [ host-image] May 21 22:12:50.011 INFO O| May 21 22:12:50.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9757 | 2026-05-21T22:12:51.002Z | [ host-image] May 21 22:12:50.011 INFO O| May 21 22:12:50.011 INFO STEP 98 (ensure_dir) COMPLETE |
| 9758 | 2026-05-21T22:12:51.002Z | [ host-image] May 21 22:12:50.011 INFO O| May 21 22:12:50.011 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9759 | 2026-05-21T22:12:51.007Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9760 | 2026-05-21T22:12:51.007Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml ... |
| 9761 | 2026-05-21T22:12:51.010Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9762 | 2026-05-21T22:12:51.010Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO ok! |
| 9763 | 2026-05-21T22:12:51.010Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO STEP 99 (ensure_file) COMPLETE |
| 9764 | 2026-05-21T22:12:51.010Z | [ host-image] May 21 22:12:50.020 INFO O| May 21 22:12:50.020 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9765 | 2026-05-21T22:12:51.013Z | [ host-image] May 21 22:12:50.026 INFO O| May 21 22:12:50.026 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9766 | 2026-05-21T22:12:51.014Z | [ host-image] May 21 22:12:50.026 INFO O| May 21 22:12:50.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 9767 | 2026-05-21T22:12:51.014Z | [ host-image] May 21 22:12:50.026 INFO O| May 21 22:12:50.026 INFO STEP 100 (ensure_dir) COMPLETE |
| 9768 | 2026-05-21T22:12:51.014Z | [ host-image] May 21 22:12:50.026 INFO O| May 21 22:12:50.026 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9769 | 2026-05-21T22:12:51.021Z | [ host-image] May 21 22:12:50.034 INFO O| May 21 22:12:50.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9770 | 2026-05-21T22:12:51.024Z | [ host-image] May 21 22:12:50.034 INFO O| May 21 22:12:50.034 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9771 | 2026-05-21T22:12:51.256Z | [ host-image] May 21 22:12:50.269 INFO O| May 21 22:12:50.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9772 | 2026-05-21T22:12:51.256Z | [ host-image] May 21 22:12:50.269 INFO O| May 21 22:12:50.269 INFO ok! |
| 9773 | 2026-05-21T22:12:51.259Z | [ host-image] May 21 22:12:50.269 INFO O| May 21 22:12:50.269 INFO STEP 101 (ensure_file) COMPLETE |
| 9774 | 2026-05-21T22:12:51.259Z | [ host-image] May 21 22:12:50.269 INFO O| May 21 22:12:50.269 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9775 | 2026-05-21T22:12:51.264Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9776 | 2026-05-21T22:12:51.264Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9777 | 2026-05-21T22:12:51.267Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9778 | 2026-05-21T22:12:51.267Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO ok! |
| 9779 | 2026-05-21T22:12:51.267Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO STEP 102 (ensure_file) COMPLETE |
| 9780 | 2026-05-21T22:12:51.267Z | [ host-image] May 21 22:12:50.277 INFO O| May 21 22:12:50.277 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9781 | 2026-05-21T22:12:51.273Z | [ host-image] May 21 22:12:50.286 INFO O| May 21 22:12:50.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9782 | 2026-05-21T22:12:51.273Z | [ host-image] May 21 22:12:50.286 INFO O| May 21 22:12:50.286 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9783 | 2026-05-21T22:12:51.280Z | [ host-image] May 21 22:12:50.294 INFO O| May 21 22:12:50.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9784 | 2026-05-21T22:12:51.283Z | [ host-image] May 21 22:12:50.294 INFO O| May 21 22:12:50.294 INFO ok! |
| 9785 | 2026-05-21T22:12:51.283Z | [ host-image] May 21 22:12:50.294 INFO O| May 21 22:12:50.294 INFO STEP 103 (ensure_file) COMPLETE |
| 9786 | 2026-05-21T22:12:51.283Z | [ host-image] May 21 22:12:50.294 INFO O| May 21 22:12:50.294 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9787 | 2026-05-21T22:12:51.288Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9788 | 2026-05-21T22:12:51.288Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9789 | 2026-05-21T22:12:51.291Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 9790 | 2026-05-21T22:12:51.291Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO ok! |
| 9791 | 2026-05-21T22:12:51.291Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO STEP 104 (ensure_file) COMPLETE |
| 9792 | 2026-05-21T22:12:51.291Z | [ host-image] May 21 22:12:50.301 INFO O| May 21 22:12:50.301 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9793 | 2026-05-21T22:12:51.295Z | [ host-image] May 21 22:12:50.308 INFO O| May 21 22:12:50.308 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 9794 | 2026-05-21T22:12:51.295Z | [ host-image] May 21 22:12:50.308 INFO O| May 21 22:12:50.308 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 9795 | 2026-05-21T22:12:51.299Z | [ host-image] May 21 22:12:50.308 INFO O| May 21 22:12:50.308 INFO STEP 105 (ensure_dir) COMPLETE |
| 9796 | 2026-05-21T22:12:51.299Z | [ host-image] May 21 22:12:50.308 INFO O| May 21 22:12:50.308 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9797 | 2026-05-21T22:12:51.302Z | [ host-image] May 21 22:12:50.315 INFO O| May 21 22:12:50.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 9798 | 2026-05-21T22:12:51.302Z | [ host-image] May 21 22:12:50.315 INFO O| May 21 22:12:50.315 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/crucible-verify-raw -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw ... |
| 9799 | 2026-05-21T22:12:51.559Z | [ host-image] May 21 22:12:50.572 INFO O| May 21 22:12:50.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 9800 | 2026-05-21T22:12:51.559Z | [ host-image] May 21 22:12:50.572 INFO O| May 21 22:12:50.572 INFO ok! |
| 9801 | 2026-05-21T22:12:51.559Z | [ host-image] May 21 22:12:50.572 INFO O| May 21 22:12:50.572 INFO STEP 106 (ensure_file) COMPLETE |
| 9802 | 2026-05-21T22:12:51.562Z | [ host-image] May 21 22:12:50.572 INFO O| May 21 22:12:50.572 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9803 | 2026-05-21T22:12:51.568Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 9804 | 2026-05-21T22:12:51.568Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/upstairs_repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d ... |
| 9805 | 2026-05-21T22:12:51.568Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 9806 | 2026-05-21T22:12:51.571Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO ok! |
| 9807 | 2026-05-21T22:12:51.571Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO STEP 107 (ensure_file) COMPLETE |
| 9808 | 2026-05-21T22:12:51.571Z | [ host-image] May 21 22:12:50.581 INFO O| May 21 22:12:50.581 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9809 | 2026-05-21T22:12:51.575Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 9810 | 2026-05-21T22:12:51.575Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/upstairs_raw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d ... |
| 9811 | 2026-05-21T22:12:51.581Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 9812 | 2026-05-21T22:12:51.581Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO ok! |
| 9813 | 2026-05-21T22:12:51.581Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO STEP 108 (ensure_file) COMPLETE |
| 9814 | 2026-05-21T22:12:51.581Z | [ host-image] May 21 22:12:50.588 INFO O| May 21 22:12:50.588 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9815 | 2026-05-21T22:12:51.584Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 9816 | 2026-05-21T22:12:51.584Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d ... |
| 9817 | 2026-05-21T22:12:51.585Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 9818 | 2026-05-21T22:12:51.585Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO ok! |
| 9819 | 2026-05-21T22:12:51.585Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO STEP 109 (ensure_file) COMPLETE |
| 9820 | 2026-05-21T22:12:51.585Z | [ host-image] May 21 22:12:50.594 INFO O| May 21 22:12:50.594 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9821 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 9822 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/upstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d ... |
| 9823 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 9824 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO ok! |
| 9825 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO STEP 110 (ensure_file) COMPLETE |
| 9826 | 2026-05-21T22:12:51.590Z | [ host-image] May 21 22:12:50.600 INFO O| May 21 22:12:50.600 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9827 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 9828 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/upstairs_action.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d ... |
| 9829 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 9830 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO ok! |
| 9831 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO STEP 111 (ensure_file) COMPLETE |
| 9832 | 2026-05-21T22:12:51.593Z | [ host-image] May 21 22:12:50.606 INFO O| May 21 22:12:50.606 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9833 | 2026-05-21T22:12:51.600Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 9834 | 2026-05-21T22:12:51.600Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/up-info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d ... |
| 9835 | 2026-05-21T22:12:51.604Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 9836 | 2026-05-21T22:12:51.604Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO ok! |
| 9837 | 2026-05-21T22:12:51.604Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO STEP 112 (ensure_file) COMPLETE |
| 9838 | 2026-05-21T22:12:51.604Z | [ host-image] May 21 22:12:50.614 INFO O| May 21 22:12:50.614 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9839 | 2026-05-21T22:12:51.608Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 9840 | 2026-05-21T22:12:51.608Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 9841 | 2026-05-21T22:12:51.608Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 9842 | 2026-05-21T22:12:51.611Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO ok! |
| 9843 | 2026-05-21T22:12:51.611Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO STEP 113 (ensure_file) COMPLETE |
| 9844 | 2026-05-21T22:12:51.611Z | [ host-image] May 21 22:12:50.621 INFO O| May 21 22:12:50.621 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9845 | 2026-05-21T22:12:51.615Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 9846 | 2026-05-21T22:12:51.615Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/trace-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d ... |
| 9847 | 2026-05-21T22:12:51.619Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 9848 | 2026-05-21T22:12:51.619Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO ok! |
| 9849 | 2026-05-21T22:12:51.619Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO STEP 114 (ensure_file) COMPLETE |
| 9850 | 2026-05-21T22:12:51.619Z | [ host-image] May 21 22:12:50.628 INFO O| May 21 22:12:50.628 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9851 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 9852 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/sled_upstairs_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d ... |
| 9853 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 9854 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO ok! |
| 9855 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO STEP 115 (ensure_file) COMPLETE |
| 9856 | 2026-05-21T22:12:51.622Z | [ host-image] May 21 22:12:50.635 INFO O| May 21 22:12:50.635 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9857 | 2026-05-21T22:12:51.629Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 9858 | 2026-05-21T22:12:51.629Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/single_up_info.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d ... |
| 9859 | 2026-05-21T22:12:51.632Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 9860 | 2026-05-21T22:12:51.632Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO ok! |
| 9861 | 2026-05-21T22:12:51.633Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO STEP 116 (ensure_file) COMPLETE |
| 9862 | 2026-05-21T22:12:51.633Z | [ host-image] May 21 22:12:50.641 INFO O| May 21 22:12:50.641 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9863 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 9864 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 9865 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 9866 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO ok! |
| 9867 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO STEP 117 (ensure_file) COMPLETE |
| 9868 | 2026-05-21T22:12:51.636Z | [ host-image] May 21 22:12:50.648 INFO O| May 21 22:12:50.648 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9869 | 2026-05-21T22:12:51.642Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 9870 | 2026-05-21T22:12:51.642Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-vol.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d ... |
| 9871 | 2026-05-21T22:12:51.647Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 9872 | 2026-05-21T22:12:51.647Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO ok! |
| 9873 | 2026-05-21T22:12:51.647Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO STEP 118 (ensure_file) COMPLETE |
| 9874 | 2026-05-21T22:12:51.647Z | [ host-image] May 21 22:12:50.655 INFO O| May 21 22:12:50.655 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9875 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 9876 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-upstairs-wf.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d ... |
| 9877 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 9878 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO ok! |
| 9879 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO STEP 119 (ensure_file) COMPLETE |
| 9880 | 2026-05-21T22:12:51.650Z | [ host-image] May 21 22:12:50.662 INFO O| May 21 22:12:50.662 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9881 | 2026-05-21T22:12:51.655Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 9882 | 2026-05-21T22:12:51.655Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-reqwest.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d ... |
| 9883 | 2026-05-21T22:12:51.660Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 9884 | 2026-05-21T22:12:51.660Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO ok! |
| 9885 | 2026-05-21T22:12:51.660Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO STEP 120 (ensure_file) COMPLETE |
| 9886 | 2026-05-21T22:12:51.660Z | [ host-image] May 21 22:12:50.669 INFO O| May 21 22:12:50.669 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9887 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 9888 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-online-repair.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d ... |
| 9889 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 9890 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO ok! |
| 9891 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO STEP 121 (ensure_file) COMPLETE |
| 9892 | 2026-05-21T22:12:51.663Z | [ host-image] May 21 22:12:50.676 INFO O| May 21 22:12:50.676 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9893 | 2026-05-21T22:12:51.669Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 9894 | 2026-05-21T22:12:51.669Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-ds-net.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d ... |
| 9895 | 2026-05-21T22:12:51.672Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 9896 | 2026-05-21T22:12:51.672Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO ok! |
| 9897 | 2026-05-21T22:12:51.672Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO STEP 122 (ensure_file) COMPLETE |
| 9898 | 2026-05-21T22:12:51.672Z | [ host-image] May 21 22:12:50.682 INFO O| May 21 22:12:50.682 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9899 | 2026-05-21T22:12:51.676Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 9900 | 2026-05-21T22:12:51.679Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-ds-client.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d ... |
| 9901 | 2026-05-21T22:12:51.679Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 9902 | 2026-05-21T22:12:51.679Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO ok! |
| 9903 | 2026-05-21T22:12:51.679Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO STEP 123 (ensure_file) COMPLETE |
| 9904 | 2026-05-21T22:12:51.679Z | [ host-image] May 21 22:12:50.689 INFO O| May 21 22:12:50.689 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9905 | 2026-05-21T22:12:51.683Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 9906 | 2026-05-21T22:12:51.683Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d ... |
| 9907 | 2026-05-21T22:12:51.686Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 9908 | 2026-05-21T22:12:51.686Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO ok! |
| 9909 | 2026-05-21T22:12:51.686Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO STEP 124 (ensure_file) COMPLETE |
| 9910 | 2026-05-21T22:12:51.686Z | [ host-image] May 21 22:12:50.696 INFO O| May 21 22:12:50.696 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9911 | 2026-05-21T22:12:51.690Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 9912 | 2026-05-21T22:12:51.690Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-tick.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d ... |
| 9913 | 2026-05-21T22:12:51.693Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 9914 | 2026-05-21T22:12:51.693Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO ok! |
| 9915 | 2026-05-21T22:12:51.693Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO STEP 125 (ensure_file) COMPLETE |
| 9916 | 2026-05-21T22:12:51.693Z | [ host-image] May 21 22:12:50.703 INFO O| May 21 22:12:50.703 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9917 | 2026-05-21T22:12:51.697Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 9918 | 2026-05-21T22:12:51.697Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-three.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d ... |
| 9919 | 2026-05-21T22:12:51.700Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 9920 | 2026-05-21T22:12:51.700Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO ok! |
| 9921 | 2026-05-21T22:12:51.700Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO STEP 126 (ensure_file) COMPLETE |
| 9922 | 2026-05-21T22:12:51.700Z | [ host-image] May 21 22:12:50.710 INFO O| May 21 22:12:50.710 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9923 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 9924 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/perf-downstairs-os.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d ... |
| 9925 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 9926 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO ok! |
| 9927 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO STEP 127 (ensure_file) COMPLETE |
| 9928 | 2026-05-21T22:12:51.703Z | [ host-image] May 21 22:12:50.716 INFO O| May 21 22:12:50.716 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9929 | 2026-05-21T22:12:51.709Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 9930 | 2026-05-21T22:12:51.709Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-up-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh ... |
| 9931 | 2026-05-21T22:12:51.709Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 9932 | 2026-05-21T22:12:51.709Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO ok! |
| 9933 | 2026-05-21T22:12:51.712Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO STEP 128 (ensure_file) COMPLETE |
| 9934 | 2026-05-21T22:12:51.712Z | [ host-image] May 21 22:12:50.722 INFO O| May 21 22:12:50.722 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9935 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 9936 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-up-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d ... |
| 9937 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 9938 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO ok! |
| 9939 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO STEP 129 (ensure_file) COMPLETE |
| 9940 | 2026-05-21T22:12:51.716Z | [ host-image] May 21 22:12:50.728 INFO O| May 21 22:12:50.728 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9941 | 2026-05-21T22:12:51.721Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 9942 | 2026-05-21T22:12:51.721Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-lr-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh ... |
| 9943 | 2026-05-21T22:12:51.721Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 9944 | 2026-05-21T22:12:51.724Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO ok! |
| 9945 | 2026-05-21T22:12:51.724Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO STEP 130 (ensure_file) COMPLETE |
| 9946 | 2026-05-21T22:12:51.724Z | [ host-image] May 21 22:12:50.734 INFO O| May 21 22:12:50.734 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9947 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 9948 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-lr-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d ... |
| 9949 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 9950 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO ok! |
| 9951 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO STEP 131 (ensure_file) COMPLETE |
| 9952 | 2026-05-21T22:12:51.730Z | [ host-image] May 21 22:12:50.739 INFO O| May 21 22:12:50.739 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9953 | 2026-05-21T22:12:51.733Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 9954 | 2026-05-21T22:12:51.737Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-ds-state.sh -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh ... |
| 9955 | 2026-05-21T22:12:51.737Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 9956 | 2026-05-21T22:12:51.737Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO ok! |
| 9957 | 2026-05-21T22:12:51.737Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO STEP 132 (ensure_file) COMPLETE |
| 9958 | 2026-05-21T22:12:51.737Z | [ host-image] May 21 22:12:50.747 INFO O| May 21 22:12:50.747 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9959 | 2026-05-21T22:12:51.740Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 9960 | 2026-05-21T22:12:51.740Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/get-ds-state.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d ... |
| 9961 | 2026-05-21T22:12:51.740Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 9962 | 2026-05-21T22:12:51.740Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO ok! |
| 9963 | 2026-05-21T22:12:51.744Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO STEP 133 (ensure_file) COMPLETE |
| 9964 | 2026-05-21T22:12:51.744Z | [ host-image] May 21 22:12:50.753 INFO O| May 21 22:12:50.753 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9965 | 2026-05-21T22:12:51.747Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 9966 | 2026-05-21T22:12:51.751Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/downstairs_count.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d ... |
| 9967 | 2026-05-21T22:12:51.751Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 9968 | 2026-05-21T22:12:51.751Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO ok! |
| 9969 | 2026-05-21T22:12:51.751Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO STEP 134 (ensure_file) COMPLETE |
| 9970 | 2026-05-21T22:12:51.751Z | [ host-image] May 21 22:12:50.760 INFO O| May 21 22:12:50.760 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9971 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 9972 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/all_downstairs.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d ... |
| 9973 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 9974 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO ok! |
| 9975 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO STEP 135 (ensure_file) COMPLETE |
| 9976 | 2026-05-21T22:12:51.755Z | [ host-image] May 21 22:12:50.767 INFO O| May 21 22:12:50.767 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9977 | 2026-05-21T22:12:51.759Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 9978 | 2026-05-21T22:12:51.762Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 9979 | 2026-05-21T22:12:51.762Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 9980 | 2026-05-21T22:12:51.762Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO ok! |
| 9981 | 2026-05-21T22:12:51.762Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO STEP 136 (ensure_file) COMPLETE |
| 9982 | 2026-05-21T22:12:51.762Z | [ host-image] May 21 22:12:50.773 INFO O| May 21 22:12:50.773 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9983 | 2026-05-21T22:12:51.766Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 9984 | 2026-05-21T22:12:51.766Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/utils-info.txt -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt ... |
| 9985 | 2026-05-21T22:12:51.766Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 9986 | 2026-05-21T22:12:51.769Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO ok! |
| 9987 | 2026-05-21T22:12:51.769Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO STEP 137 (ensure_file) COMPLETE |
| 9988 | 2026-05-21T22:12:51.769Z | [ host-image] May 21 22:12:50.779 INFO O| May 21 22:12:50.779 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9989 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 9990 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 9991 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 9992 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO ok! |
| 9993 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO STEP 138 (ensure_file) COMPLETE |
| 9994 | 2026-05-21T22:12:51.773Z | [ host-image] May 21 22:12:50.785 INFO O| May 21 22:12:50.785 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9995 | 2026-05-21T22:12:51.778Z | [ host-image] May 21 22:12:50.791 INFO O| May 21 22:12:50.791 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 9996 | 2026-05-21T22:12:51.778Z | [ host-image] May 21 22:12:50.791 INFO O| May 21 22:12:50.791 INFO copying /tmp/.tmpjbDixS/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 9997 | 2026-05-21T22:12:57.330Z | [ host-image] May 21 22:12:56.344 INFO O| May 21 22:12:56.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 9998 | 2026-05-21T22:12:57.330Z | [ host-image] May 21 22:12:56.344 INFO O| May 21 22:12:56.343 INFO ok! |
| 9999 | 2026-05-21T22:12:57.334Z | [ host-image] May 21 22:12:56.344 INFO O| May 21 22:12:56.343 INFO STEP 139 (ensure_file) COMPLETE |
| 10000 | 2026-05-21T22:12:57.334Z | [ host-image] May 21 22:12:56.344 INFO O| May 21 22:12:56.343 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10001 | 2026-05-21T22:12:57.339Z | [ host-image] May 21 22:12:56.352 INFO O| May 21 22:12:56.352 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10002 | 2026-05-21T22:12:57.339Z | [ host-image] May 21 22:12:56.352 INFO O| May 21 22:12:56.352 INFO STEP 140 (ensure_dir) COMPLETE |
| 10003 | 2026-05-21T22:12:57.342Z | [ host-image] May 21 22:12:56.352 INFO O| May 21 22:12:56.352 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10004 | 2026-05-21T22:12:57.348Z | [ host-image] May 21 22:12:56.361 INFO O| May 21 22:12:56.361 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10005 | 2026-05-21T22:12:57.348Z | [ host-image] May 21 22:12:56.361 INFO O| May 21 22:12:56.361 INFO STEP 141 (ensure_dir) COMPLETE |
| 10006 | 2026-05-21T22:12:57.348Z | [ host-image] May 21 22:12:56.361 INFO O| May 21 22:12:56.361 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10007 | 2026-05-21T22:12:57.356Z | [ host-image] May 21 22:12:56.369 INFO O| May 21 22:12:56.369 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10008 | 2026-05-21T22:12:57.356Z | [ host-image] May 21 22:12:56.369 INFO O| May 21 22:12:56.369 INFO STEP 142 (ensure_dir) COMPLETE |
| 10009 | 2026-05-21T22:12:57.359Z | [ host-image] May 21 22:12:56.369 INFO O| May 21 22:12:56.369 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10010 | 2026-05-21T22:12:57.363Z | [ host-image] May 21 22:12:56.376 INFO O| May 21 22:12:56.376 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10011 | 2026-05-21T22:12:57.363Z | [ host-image] May 21 22:12:56.376 INFO O| May 21 22:12:56.376 INFO STEP 143 (ensure_dir) COMPLETE |
| 10012 | 2026-05-21T22:12:57.366Z | [ host-image] May 21 22:12:56.376 INFO O| May 21 22:12:56.376 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10013 | 2026-05-21T22:12:57.370Z | [ host-image] May 21 22:12:56.383 INFO O| May 21 22:12:56.383 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10014 | 2026-05-21T22:12:57.373Z | [ host-image] May 21 22:12:56.383 INFO O| May 21 22:12:56.383 INFO copying /tmp/.tmpjbDixS/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ... |
| 10015 | 2026-05-21T22:12:57.373Z | [ host-image] May 21 22:12:56.383 INFO O| May 21 22:12:56.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10016 | 2026-05-21T22:12:57.373Z | [ host-image] May 21 22:12:56.383 INFO O| May 21 22:12:56.383 INFO ok! |
| 10017 | 2026-05-21T22:12:57.373Z | [ host-image] May 21 22:12:56.383 INFO O| May 21 22:12:56.383 INFO STEP 144 (ensure_file) COMPLETE |
| 10018 | 2026-05-21T22:12:57.374Z | [ host-image] May 21 22:12:56.384 INFO O| May 21 22:12:56.383 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10019 | 2026-05-21T22:12:57.377Z | [ host-image] May 21 22:12:56.390 INFO O| May 21 22:12:56.390 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10020 | 2026-05-21T22:12:57.377Z | [ host-image] May 21 22:12:56.390 INFO O| May 21 22:12:56.390 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10021 | 2026-05-21T22:12:57.380Z | [ host-image] May 21 22:12:56.390 INFO O| May 21 22:12:56.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10022 | 2026-05-21T22:12:57.380Z | [ host-image] May 21 22:12:56.390 INFO O| May 21 22:12:56.390 INFO STEP 145 (ensure_dir) COMPLETE |
| 10023 | 2026-05-21T22:12:57.381Z | [ host-image] May 21 22:12:56.390 INFO O| May 21 22:12:56.390 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10024 | 2026-05-21T22:12:57.384Z | [ host-image] May 21 22:12:56.397 INFO O| May 21 22:12:56.397 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10025 | 2026-05-21T22:12:57.384Z | [ host-image] May 21 22:12:56.397 INFO O| May 21 22:12:56.397 INFO copying /tmp/.tmpjbDixS/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10026 | 2026-05-21T22:12:57.387Z | [ host-image] May 21 22:12:56.397 INFO O| May 21 22:12:56.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10027 | 2026-05-21T22:12:57.387Z | [ host-image] May 21 22:12:56.398 INFO O| May 21 22:12:56.397 INFO ok! |
| 10028 | 2026-05-21T22:12:57.388Z | [ host-image] May 21 22:12:56.398 INFO O| May 21 22:12:56.397 INFO STEP 146 (ensure_file) COMPLETE |
| 10029 | 2026-05-21T22:12:57.388Z | [ host-image] May 21 22:12:56.398 INFO O| May 21 22:12:56.397 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10030 | 2026-05-21T22:12:57.391Z | [ host-image] May 21 22:12:56.404 INFO O| May 21 22:12:56.404 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10031 | 2026-05-21T22:12:57.391Z | [ host-image] May 21 22:12:56.404 INFO O| May 21 22:12:56.404 INFO STEP 147 (remove_files) COMPLETE |
| 10032 | 2026-05-21T22:12:57.391Z | [ host-image] May 21 22:12:56.404 INFO O| May 21 22:12:56.404 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10033 | 2026-05-21T22:12:57.397Z | [ host-image] May 21 22:12:56.410 INFO O| May 21 22:12:56.410 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10034 | 2026-05-21T22:12:57.400Z | [ host-image] May 21 22:12:56.410 INFO O| May 21 22:12:56.410 INFO STEP 148 (remove_files) COMPLETE |
| 10035 | 2026-05-21T22:12:57.400Z | [ host-image] May 21 22:12:56.410 INFO O| May 21 22:12:56.410 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10036 | 2026-05-21T22:12:57.404Z | [ host-image] May 21 22:12:56.417 INFO O| May 21 22:12:56.417 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10037 | 2026-05-21T22:12:57.406Z | [ host-image] May 21 22:12:56.417 INFO O| May 21 22:12:56.417 INFO STEP 149 (remove_files) COMPLETE |
| 10038 | 2026-05-21T22:12:57.407Z | [ host-image] May 21 22:12:56.417 INFO O| May 21 22:12:56.417 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10039 | 2026-05-21T22:12:57.410Z | [ host-image] May 21 22:12:56.424 INFO O| May 21 22:12:56.424 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10040 | 2026-05-21T22:12:57.413Z | [ host-image] May 21 22:12:56.424 INFO O| May 21 22:12:56.424 INFO STEP 150 (remove_files) COMPLETE |
| 10041 | 2026-05-21T22:12:57.413Z | [ host-image] May 21 22:12:56.424 INFO O| May 21 22:12:56.424 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10042 | 2026-05-21T22:12:57.416Z | [ host-image] May 21 22:12:56.430 INFO O| May 21 22:12:56.430 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10043 | 2026-05-21T22:12:57.419Z | [ host-image] May 21 22:12:56.430 INFO O| May 21 22:12:56.430 INFO STEP 151 (remove_files) COMPLETE |
| 10044 | 2026-05-21T22:12:57.419Z | [ host-image] May 21 22:12:56.430 INFO O| May 21 22:12:56.430 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10045 | 2026-05-21T22:12:57.422Z | [ host-image] May 21 22:12:56.435 INFO O| May 21 22:12:56.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10046 | 2026-05-21T22:12:57.422Z | [ host-image] May 21 22:12:56.435 INFO O| May 21 22:12:56.435 INFO STEP 152 (remove_files) COMPLETE |
| 10047 | 2026-05-21T22:12:57.422Z | [ host-image] May 21 22:12:56.435 INFO O| May 21 22:12:56.435 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10048 | 2026-05-21T22:12:57.429Z | [ host-image] May 21 22:12:56.443 INFO O| May 21 22:12:56.443 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10049 | 2026-05-21T22:12:57.432Z | [ host-image] May 21 22:12:56.443 INFO O| May 21 22:12:56.443 INFO STEP 153 (remove_files) COMPLETE |
| 10050 | 2026-05-21T22:12:57.432Z | [ host-image] May 21 22:12:56.443 INFO O| May 21 22:12:56.443 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10051 | 2026-05-21T22:12:57.436Z | [ host-image] May 21 22:12:56.450 INFO O| May 21 22:12:56.450 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10052 | 2026-05-21T22:12:57.436Z | [ host-image] May 21 22:12:56.450 INFO O| May 21 22:12:56.450 INFO STEP 154 (remove_files) COMPLETE |
| 10053 | 2026-05-21T22:12:57.441Z | [ host-image] May 21 22:12:56.450 INFO O| May 21 22:12:56.450 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10054 | 2026-05-21T22:12:57.445Z | [ host-image] May 21 22:12:56.456 INFO O| May 21 22:12:56.456 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10055 | 2026-05-21T22:12:57.445Z | [ host-image] May 21 22:12:56.456 INFO O| May 21 22:12:56.456 INFO STEP 155 (remove_files) COMPLETE |
| 10056 | 2026-05-21T22:12:57.445Z | [ host-image] May 21 22:12:56.456 INFO O| May 21 22:12:56.456 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10057 | 2026-05-21T22:12:57.449Z | [ host-image] May 21 22:12:56.463 INFO O| May 21 22:12:56.463 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10058 | 2026-05-21T22:12:57.449Z | [ host-image] May 21 22:12:56.463 INFO O| May 21 22:12:56.463 INFO STEP 156 (remove_files) COMPLETE |
| 10059 | 2026-05-21T22:12:57.453Z | [ host-image] May 21 22:12:56.463 INFO O| May 21 22:12:56.463 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10060 | 2026-05-21T22:12:57.456Z | [ host-image] May 21 22:12:56.469 INFO O| May 21 22:12:56.469 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10061 | 2026-05-21T22:12:57.456Z | [ host-image] May 21 22:12:56.469 INFO O| May 21 22:12:56.469 INFO STEP 157 (remove_files) COMPLETE |
| 10062 | 2026-05-21T22:12:57.456Z | [ host-image] May 21 22:12:56.469 INFO O| May 21 22:12:56.469 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10063 | 2026-05-21T22:12:57.462Z | [ host-image] May 21 22:12:56.476 INFO O| May 21 22:12:56.476 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10064 | 2026-05-21T22:12:57.465Z | [ host-image] May 21 22:12:56.476 INFO O| May 21 22:12:56.476 INFO STEP 158 (remove_files) COMPLETE |
| 10065 | 2026-05-21T22:12:57.465Z | [ host-image] May 21 22:12:56.476 INFO O| May 21 22:12:56.476 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10066 | 2026-05-21T22:12:57.468Z | [ host-image] May 21 22:12:56.482 INFO O| May 21 22:12:56.482 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10067 | 2026-05-21T22:12:57.468Z | [ host-image] May 21 22:12:56.482 INFO O| May 21 22:12:56.482 INFO STEP 159 (remove_files) COMPLETE |
| 10068 | 2026-05-21T22:12:57.471Z | [ host-image] May 21 22:12:56.482 INFO O| May 21 22:12:56.482 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10069 | 2026-05-21T22:12:57.475Z | [ host-image] May 21 22:12:56.489 INFO O| May 21 22:12:56.489 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10070 | 2026-05-21T22:12:57.475Z | [ host-image] May 21 22:12:56.489 INFO O| May 21 22:12:56.489 INFO STEP 160 (remove_files) COMPLETE |
| 10071 | 2026-05-21T22:12:57.479Z | [ host-image] May 21 22:12:56.489 INFO O| May 21 22:12:56.489 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10072 | 2026-05-21T22:12:57.482Z | [ host-image] May 21 22:12:56.495 INFO O| May 21 22:12:56.495 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10073 | 2026-05-21T22:12:57.485Z | [ host-image] May 21 22:12:56.495 INFO O| May 21 22:12:56.495 INFO STEP 161 (remove_files) COMPLETE |
| 10074 | 2026-05-21T22:12:57.485Z | [ host-image] May 21 22:12:56.495 INFO O| May 21 22:12:56.495 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10075 | 2026-05-21T22:12:57.488Z | [ host-image] May 21 22:12:56.501 INFO O| May 21 22:12:56.501 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10076 | 2026-05-21T22:12:57.491Z | [ host-image] May 21 22:12:56.501 INFO O| May 21 22:12:56.501 INFO STEP 162 (remove_files) COMPLETE |
| 10077 | 2026-05-21T22:12:57.491Z | [ host-image] May 21 22:12:56.501 INFO O| May 21 22:12:56.501 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10078 | 2026-05-21T22:12:57.494Z | [ host-image] May 21 22:12:56.508 INFO O| May 21 22:12:56.508 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10079 | 2026-05-21T22:12:57.497Z | [ host-image] May 21 22:12:56.508 INFO O| May 21 22:12:56.508 INFO STEP 163 (remove_files) COMPLETE |
| 10080 | 2026-05-21T22:12:57.497Z | [ host-image] May 21 22:12:56.508 INFO O| May 21 22:12:56.508 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10081 | 2026-05-21T22:12:57.501Z | [ host-image] May 21 22:12:56.514 INFO O| May 21 22:12:56.514 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10082 | 2026-05-21T22:12:57.501Z | [ host-image] May 21 22:12:56.514 INFO O| May 21 22:12:56.514 INFO STEP 164 (remove_files) COMPLETE |
| 10083 | 2026-05-21T22:12:57.504Z | [ host-image] May 21 22:12:56.514 INFO O| May 21 22:12:56.514 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10084 | 2026-05-21T22:12:57.507Z | [ host-image] May 21 22:12:56.521 INFO O| May 21 22:12:56.521 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10085 | 2026-05-21T22:12:57.507Z | [ host-image] May 21 22:12:56.521 INFO O| May 21 22:12:56.521 INFO STEP 165 (remove_files) COMPLETE |
| 10086 | 2026-05-21T22:12:57.510Z | [ host-image] May 21 22:12:56.521 INFO O| May 21 22:12:56.521 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10087 | 2026-05-21T22:12:57.514Z | [ host-image] May 21 22:12:56.527 INFO O| May 21 22:12:56.527 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10088 | 2026-05-21T22:12:57.514Z | [ host-image] May 21 22:12:56.527 INFO O| May 21 22:12:56.527 INFO STEP 166 (remove_files) COMPLETE |
| 10089 | 2026-05-21T22:12:57.514Z | [ host-image] May 21 22:12:56.527 INFO O| May 21 22:12:56.527 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10090 | 2026-05-21T22:12:57.520Z | [ host-image] May 21 22:12:56.534 INFO O| May 21 22:12:56.534 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10091 | 2026-05-21T22:12:57.523Z | [ host-image] May 21 22:12:56.534 INFO O| May 21 22:12:56.534 INFO STEP 167 (remove_files) COMPLETE |
| 10092 | 2026-05-21T22:12:57.523Z | [ host-image] May 21 22:12:56.534 INFO O| May 21 22:12:56.534 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10093 | 2026-05-21T22:12:57.527Z | [ host-image] May 21 22:12:56.541 INFO O| May 21 22:12:56.541 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10094 | 2026-05-21T22:12:57.530Z | [ host-image] May 21 22:12:56.541 INFO O| May 21 22:12:56.541 INFO STEP 168 (remove_files) COMPLETE |
| 10095 | 2026-05-21T22:12:57.530Z | [ host-image] May 21 22:12:56.541 INFO O| May 21 22:12:56.541 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10096 | 2026-05-21T22:12:57.534Z | [ host-image] May 21 22:12:56.547 INFO O| May 21 22:12:56.547 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10097 | 2026-05-21T22:12:57.536Z | [ host-image] May 21 22:12:56.547 INFO O| May 21 22:12:56.547 INFO STEP 169 (remove_files) COMPLETE |
| 10098 | 2026-05-21T22:12:57.537Z | [ host-image] May 21 22:12:56.547 INFO O| May 21 22:12:56.547 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10099 | 2026-05-21T22:12:57.541Z | [ host-image] May 21 22:12:56.554 INFO O| May 21 22:12:56.554 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10100 | 2026-05-21T22:12:57.543Z | [ host-image] May 21 22:12:56.554 INFO O| May 21 22:12:56.554 INFO STEP 170 (remove_files) COMPLETE |
| 10101 | 2026-05-21T22:12:57.543Z | [ host-image] May 21 22:12:56.554 INFO O| May 21 22:12:56.554 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10102 | 2026-05-21T22:12:57.548Z | [ host-image] May 21 22:12:56.561 INFO O| May 21 22:12:56.561 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10103 | 2026-05-21T22:12:57.551Z | [ host-image] May 21 22:12:56.561 INFO O| May 21 22:12:56.561 INFO STEP 171 (remove_files) COMPLETE |
| 10104 | 2026-05-21T22:12:57.551Z | [ host-image] May 21 22:12:56.561 INFO O| May 21 22:12:56.561 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10105 | 2026-05-21T22:12:57.554Z | [ host-image] May 21 22:12:56.567 INFO O| May 21 22:12:56.567 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10106 | 2026-05-21T22:12:57.554Z | [ host-image] May 21 22:12:56.567 INFO O| May 21 22:12:56.567 INFO STEP 172 (remove_files) COMPLETE |
| 10107 | 2026-05-21T22:12:57.554Z | [ host-image] May 21 22:12:56.567 INFO O| May 21 22:12:56.567 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10108 | 2026-05-21T22:12:57.560Z | [ host-image] May 21 22:12:56.574 INFO O| May 21 22:12:56.574 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10109 | 2026-05-21T22:12:57.563Z | [ host-image] May 21 22:12:56.574 INFO O| May 21 22:12:56.574 INFO STEP 173 (remove_files) COMPLETE |
| 10110 | 2026-05-21T22:12:57.563Z | [ host-image] May 21 22:12:56.574 INFO O| May 21 22:12:56.574 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10111 | 2026-05-21T22:12:57.567Z | [ host-image] May 21 22:12:56.580 INFO O| May 21 22:12:56.580 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10112 | 2026-05-21T22:12:57.570Z | [ host-image] May 21 22:12:56.580 INFO O| May 21 22:12:56.580 INFO STEP 174 (remove_files) COMPLETE |
| 10113 | 2026-05-21T22:12:57.570Z | [ host-image] May 21 22:12:56.580 INFO O| May 21 22:12:56.580 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10114 | 2026-05-21T22:12:57.573Z | [ host-image] May 21 22:12:56.587 INFO O| May 21 22:12:56.587 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10115 | 2026-05-21T22:12:57.573Z | [ host-image] May 21 22:12:56.587 INFO O| May 21 22:12:56.587 INFO STEP 175 (remove_files) COMPLETE |
| 10116 | 2026-05-21T22:12:57.576Z | [ host-image] May 21 22:12:56.587 INFO O| May 21 22:12:56.587 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10117 | 2026-05-21T22:12:57.582Z | [ host-image] May 21 22:12:56.596 INFO O| May 21 22:12:56.596 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10118 | 2026-05-21T22:12:57.582Z | [ host-image] May 21 22:12:56.596 INFO O| May 21 22:12:56.596 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10119 | 2026-05-21T22:12:58.538Z | [ recovery-image] May 21 22:12:57.552 INFO O| ok, image written! |
| 10120 | 2026-05-21T22:12:58.538Z | [ recovery-image] May 21 22:12:57.552 INFO O| ok, boot_image_csum file written! |
| 10121 | 2026-05-21T22:12:58.541Z | [ recovery-image] May 21 22:12:57.554 INFO creating boot archive (CPIO)... |
| 10122 | 2026-05-21T22:12:58.541Z | [ recovery-image] May 21 22:12:57.554 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/recovery/work/sled/ramdisk", "/work/os-recovery/cpio", "/work/oxidecomputer/helios/tmp/image.recovery"], pwd: None |
| 10123 | 2026-05-21T22:12:58.545Z | [ recovery-image] May 21 22:12:57.558 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10124 | 2026-05-21T22:12:58.545Z | [ recovery-image] May 21 22:12:57.558 INFO E| + outfile=/work/os-recovery/cpio |
| 10125 | 2026-05-21T22:12:58.548Z | [ recovery-image] May 21 22:12:57.558 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10126 | 2026-05-21T22:12:58.548Z | [ recovery-image] May 21 22:12:57.560 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10127 | 2026-05-21T22:12:58.548Z | [ recovery-image] May 21 22:12:57.560 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10128 | 2026-05-21T22:12:58.572Z | [ recovery-image] May 21 22:12:57.585 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10129 | 2026-05-21T22:12:58.575Z | [ recovery-image] May 21 22:12:57.585 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10130 | 2026-05-21T22:12:58.578Z | [ recovery-image] May 21 22:12:57.591 INFO creating compressed cpio/unix for dev loaders... |
| 10131 | 2026-05-21T22:12:58.578Z | [ recovery-image] May 21 22:12:57.591 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-recovery/unix.z'"], pwd: None |
| 10132 | 2026-05-21T22:12:58.795Z | [ recovery-image] May 21 22:12:57.808 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10133 | 2026-05-21T22:13:02.004Z | [ recovery-image] May 21 22:13:01.017 INFO creating reset image... |
| 10134 | 2026-05-21T22:13:02.004Z | [ recovery-image] May 21 22:13:01.017 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10135 | 2026-05-21T22:13:02.911Z | [ host-image] May 21 22:13:01.924 INFO O| May 21 22:13:01.924 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79 |
| 10136 | 2026-05-21T22:13:02.911Z | [ host-image] May 21 22:13:01.924 INFO O| May 21 22:13:01.924 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10137 | 2026-05-21T22:13:02.922Z | [ host-image] May 21 22:13:01.935 INFO O| May 21 22:13:01.935 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10138 | 2026-05-21T22:13:03.021Z | [ host-image] May 21 22:13:02.034 INFO O| May 21 22:13:02.034 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10139 | 2026-05-21T22:13:03.079Z | [ host-image] May 21 22:13:02.091 INFO O| May 21 22:13:02.091 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10140 | 2026-05-21T22:13:03.143Z | [ host-image] May 21 22:13:02.156 INFO O| May 21 22:13:02.156 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10141 | 2026-05-21T22:13:03.143Z | [ host-image] May 21 22:13:02.156 INFO O| May 21 22:13:02.156 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10142 | 2026-05-21T22:13:03.146Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10143 | 2026-05-21T22:13:03.146Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO ok! |
| 10144 | 2026-05-21T22:13:03.146Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10145 | 2026-05-21T22:13:03.146Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO STEP 176 (seed_smf) COMPLETE |
| 10146 | 2026-05-21T22:13:03.146Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO steps complete; finalising image! |
| 10147 | 2026-05-21T22:13:03.147Z | [ host-image] May 21 22:13:02.157 INFO O| May 21 22:13:02.157 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10148 | 2026-05-21T22:13:03.229Z | [ host-image] May 21 22:13:02.242 INFO O| May 21 22:13:02.242 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu May 21 22:13:02 2026) |
| 10149 | 2026-05-21T22:13:03.446Z | [ host-image] May 21 22:13:02.459 INFO O| May 21 22:13:02.459 INFO temporary pool has 804M used, 92.1M avail, 1.86x compressratio |
| 10150 | 2026-05-21T22:13:03.446Z | [ host-image] May 21 22:13:02.459 INFO O| May 21 22:13:02.459 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10151 | 2026-05-21T22:13:03.765Z | [ host-image] May 21 22:13:02.778 INFO O| May 21 22:13:02.778 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10152 | 2026-05-21T22:13:03.765Z | [ host-image] May 21 22:13:02.778 INFO O| May 21 22:13:02.778 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10153 | 2026-05-21T22:13:04.542Z | [ host-image] May 21 22:13:03.553 INFO O| May 21 22:13:03.553 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10154 | 2026-05-21T22:13:04.542Z | [ host-image] May 21 22:13:03.554 INFO O| May 21 22:13:03.553 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10155 | 2026-05-21T22:13:04.546Z | [ host-image] May 21 22:13:03.554 INFO O| May 21 22:13:03.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10156 | 2026-05-21T22:13:04.546Z | [ host-image] May 21 22:13:03.554 INFO O| May 21 22:13:03.553 INFO completed processing sled/zfs |
| 10157 | 2026-05-21T22:13:04.546Z | [ host-image] May 21 22:13:03.554 INFO O| May 21 22:13:03.553 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10158 | 2026-05-21T22:13:23.783Z | [ recovery-image] May 21 22:13:22.795 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10159 | 2026-05-21T22:13:23.783Z | [ recovery-image] May 21 22:13:22.795 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z", "--target-dir", "/work/os-recovery/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 10160 | 2026-05-21T22:13:23.923Z | [ recovery-image] May 21 22:13:22.936 INFO E| Updating crates.io index |
| 10161 | 2026-05-21T22:13:24.211Z | [ recovery-image] May 21 22:13:23.224 INFO E| Downloading crates ... |
| 10162 | 2026-05-21T22:13:24.264Z | [ recovery-image] May 21 22:13:23.276 INFO E| Downloaded shared_child v1.1.1 |
| 10163 | 2026-05-21T22:13:24.274Z | [ recovery-image] May 21 22:13:23.286 INFO E| Downloaded colorchoice v1.0.5 |
| 10164 | 2026-05-21T22:13:24.280Z | [ recovery-image] May 21 22:13:23.293 INFO E| Downloaded shared_thread v0.2.0 |
| 10165 | 2026-05-21T22:13:24.288Z | [ recovery-image] May 21 22:13:23.302 INFO E| Downloaded sigchld v0.2.4 |
| 10166 | 2026-05-21T22:13:24.293Z | [ recovery-image] May 21 22:13:23.302 INFO E| Downloaded os_pipe v1.2.3 |
| 10167 | 2026-05-21T22:13:24.293Z | [ recovery-image] May 21 22:13:23.303 INFO E| Downloaded clap_builder v4.6.0 |
| 10168 | 2026-05-21T22:13:24.296Z | [ recovery-image] May 21 22:13:23.308 INFO E| Downloaded anstream v1.0.0 |
| 10169 | 2026-05-21T22:13:24.296Z | [ recovery-image] May 21 22:13:23.309 INFO E| Downloaded clap_lex v1.1.0 |
| 10170 | 2026-05-21T22:13:24.299Z | [ recovery-image] May 21 22:13:23.310 INFO E| Downloaded duct v1.1.1 |
| 10171 | 2026-05-21T22:13:24.299Z | [ recovery-image] May 21 22:13:23.311 INFO E| Downloaded clap_derive v4.6.1 |
| 10172 | 2026-05-21T22:13:24.299Z | [ recovery-image] May 21 22:13:23.312 INFO E| Downloaded anstyle-parse v1.0.0 |
| 10173 | 2026-05-21T22:13:24.303Z | [ recovery-image] May 21 22:13:23.314 INFO E| Downloaded clap v4.6.1 |
| 10174 | 2026-05-21T22:13:24.308Z | [ recovery-image] May 21 22:13:23.319 INFO E| Downloaded anstyle v1.0.14 |
| 10175 | 2026-05-21T22:13:24.341Z | [ recovery-image] May 21 22:13:23.353 INFO E| Compiling libc v0.2.185 |
| 10176 | 2026-05-21T22:13:24.341Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling proc-macro2 v1.0.106 |
| 10177 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling signal-hook v0.3.18 |
| 10178 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling unicode-ident v1.0.24 |
| 10179 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling quote v1.0.45 |
| 10180 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling utf8parse v0.2.2 |
| 10181 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling anstyle-query v1.1.5 |
| 10182 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling anstyle v1.0.14 |
| 10183 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling colorchoice v1.0.5 |
| 10184 | 2026-05-21T22:13:24.345Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10185 | 2026-05-21T22:13:24.346Z | [ recovery-image] May 21 22:13:23.354 INFO E| Compiling strsim v0.11.1 |
| 10186 | 2026-05-21T22:13:24.352Z | [ recovery-image] May 21 22:13:23.365 INFO E| Compiling heck v0.5.0 |
| 10187 | 2026-05-21T22:13:24.355Z | [ recovery-image] May 21 22:13:23.365 INFO E| Compiling clap_lex v1.1.0 |
| 10188 | 2026-05-21T22:13:24.355Z | [ recovery-image] May 21 22:13:23.365 INFO E| Compiling shared_thread v0.2.0 |
| 10189 | 2026-05-21T22:13:24.469Z | [ recovery-image] May 21 22:13:23.481 INFO E| Compiling anstyle-parse v1.0.0 |
| 10190 | 2026-05-21T22:13:24.610Z | [ recovery-image] May 21 22:13:23.622 INFO E| Compiling anstream v1.0.0 |
| 10191 | 2026-05-21T22:13:24.834Z | [ recovery-image] May 21 22:13:23.847 INFO E| Compiling clap_builder v4.6.0 |
| 10192 | 2026-05-21T22:13:25.074Z | [ recovery-image] May 21 22:13:24.087 INFO E| Compiling errno v0.3.14 |
| 10193 | 2026-05-21T22:13:25.074Z | [ recovery-image] May 21 22:13:24.087 INFO E| Compiling os_pipe v1.2.3 |
| 10194 | 2026-05-21T22:13:25.171Z | [ recovery-image] May 21 22:13:24.183 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10195 | 2026-05-21T22:13:25.252Z | [ host-image] May 21 22:13:24.265 INFO O| May 21 22:13:24.265 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10196 | 2026-05-21T22:13:25.371Z | [ recovery-image] May 21 22:13:24.382 INFO E| Compiling syn v2.0.117 |
| 10197 | 2026-05-21T22:13:25.399Z | [ host-image] May 21 22:13:24.412 INFO BUILD STRING "heads/stlouis-0-g4021d2ee5d\n" |
| 10198 | 2026-05-21T22:13:25.400Z | [ host-image] May 21 22:13:24.412 INFO expanded image name: "ci 1e81977/${os_short_commit} 2026-05-21 21:57" -> "ci 1e81977/4021d2e 2026-05-21 21:57" |
| 10199 | 2026-05-21T22:13:25.400Z | [ host-image] May 21 22:13:24.413 INFO output artefacts stored in: "/work/os-host" |
| 10200 | 2026-05-21T22:13:25.403Z | [ host-image] May 21 22:13:24.413 INFO collecting git info from project "pilot"... |
| 10201 | 2026-05-21T22:13:25.406Z | [ host-image] May 21 22:13:24.419 INFO collecting git info from project "amd-host-image-builder"... |
| 10202 | 2026-05-21T22:13:25.411Z | [ host-image] May 21 22:13:24.424 INFO collecting git info from project "image-builder"... |
| 10203 | 2026-05-21T22:13:25.415Z | [ host-image] May 21 22:13:24.429 INFO collecting git info from project "chelsio-t6-roms"... |
| 10204 | 2026-05-21T22:13:25.421Z | [ host-image] May 21 22:13:24.434 INFO collecting git info from project "phbl"... |
| 10205 | 2026-05-21T22:13:25.427Z | [ host-image] May 21 22:13:24.440 INFO collecting git info from project "pinprick"... |
| 10206 | 2026-05-21T22:13:25.432Z | [ recovery-image] May 21 22:13:24.445 INFO E| Compiling sigchld v0.2.4 |
| 10207 | 2026-05-21T22:13:25.436Z | [ host-image] May 21 22:13:24.445 INFO collecting git info from project "bootserver"... |
| 10208 | 2026-05-21T22:13:25.441Z | [ host-image] May 21 22:13:24.450 INFO collecting git info from project "amd-firmware"... |
| 10209 | 2026-05-21T22:13:25.447Z | [ host-image] May 21 22:13:24.461 INFO collecting git info from project "dmar-report"... |
| 10210 | 2026-05-21T22:13:25.452Z | [ host-image] May 21 22:13:24.466 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10211 | 2026-05-21T22:13:25.523Z | [ recovery-image] May 21 22:13:24.536 INFO E| Compiling shared_child v1.1.1 |
| 10212 | 2026-05-21T22:13:25.635Z | [ recovery-image] May 21 22:13:24.648 INFO E| Compiling duct v1.1.1 |
| 10213 | 2026-05-21T22:13:25.778Z | [ host-image] May 21 22:13:24.791 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10214 | 2026-05-21T22:13:26.132Z | [ host-image] May 21 22:13:25.145 INFO creating Oxide boot image... |
| 10215 | 2026-05-21T22:13:26.132Z | [ host-image] May 21 22:13:25.145 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1e81977/4021d2e 2026-05-21 21:57", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10216 | 2026-05-21T22:13:26.820Z | [ host-image] May 21 22:13:25.833 INFO O| ok, image written! |
| 10217 | 2026-05-21T22:13:26.820Z | [ host-image] May 21 22:13:25.833 INFO O| ok, boot_image_csum file written! |
| 10218 | 2026-05-21T22:13:26.823Z | [ host-image] May 21 22:13:25.835 INFO creating boot archive (CPIO)... |
| 10219 | 2026-05-21T22:13:26.823Z | [ host-image] May 21 22:13:25.835 INFO exec: ["bash", "/work/oxidecomputer/helios/image/mkcpio.sh", "/rpool/images/build/host/work/sled/ramdisk", "/work/os-host/cpio", "/work/oxidecomputer/helios/tmp/image.host"], pwd: None |
| 10220 | 2026-05-21T22:13:26.826Z | [ host-image] May 21 22:13:25.839 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10221 | 2026-05-21T22:13:26.826Z | [ host-image] May 21 22:13:25.839 INFO E| + outfile=/work/os-host/cpio |
| 10222 | 2026-05-21T22:13:26.826Z | [ host-image] May 21 22:13:25.839 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10223 | 2026-05-21T22:13:26.829Z | [ host-image] May 21 22:13:25.841 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10224 | 2026-05-21T22:13:26.829Z | [ host-image] May 21 22:13:25.841 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10225 | 2026-05-21T22:13:26.855Z | [ host-image] May 21 22:13:25.868 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10226 | 2026-05-21T22:13:26.855Z | [ host-image] May 21 22:13:25.868 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10227 | 2026-05-21T22:13:26.861Z | [ host-image] May 21 22:13:25.874 INFO creating compressed cpio/unix for dev loaders... |
| 10228 | 2026-05-21T22:13:26.861Z | [ host-image] May 21 22:13:25.874 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/rpool/images/build/host/work/sled/ramdisk/platform/oxide/kernel/amd64/unix' >'/work/os-host/unix.z'"], pwd: None |
| 10229 | 2026-05-21T22:13:27.078Z | [ host-image] May 21 22:13:26.091 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10230 | 2026-05-21T22:13:27.372Z | [ recovery-image] May 21 22:13:26.385 INFO E| Compiling clap_derive v4.6.1 |
| 10231 | 2026-05-21T22:13:28.514Z | [ recovery-image] May 21 22:13:27.526 INFO E| Compiling clap v4.6.1 |
| 10232 | 2026-05-21T22:13:28.564Z | [ recovery-image] May 21 22:13:27.577 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10233 | 2026-05-21T22:13:29.291Z | [ recovery-image] May 21 22:13:28.304 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
| 10234 | 2026-05-21T22:13:29.299Z | [ recovery-image] May 21 22:13:28.312 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10235 | 2026-05-21T22:13:29.510Z | [ recovery-image] May 21 22:13:28.521 INFO E| Downloading crates ... |
| 10236 | 2026-05-21T22:13:29.559Z | [ recovery-image] May 21 22:13:28.573 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10237 | 2026-05-21T22:13:29.570Z | [ recovery-image] May 21 22:13:28.583 INFO E| Downloaded cpio_reader v0.1.2 |
| 10238 | 2026-05-21T22:13:29.573Z | [ recovery-image] May 21 22:13:28.586 INFO E| Downloaded bit_field v0.10.3 |
| 10239 | 2026-05-21T22:13:29.576Z | [ recovery-image] May 21 22:13:28.589 INFO E| Downloaded bitstruct v0.1.1 |
| 10240 | 2026-05-21T22:13:29.576Z | [ recovery-image] May 21 22:13:28.589 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10241 | 2026-05-21T22:13:29.579Z | [ recovery-image] May 21 22:13:28.591 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10242 | 2026-05-21T22:13:29.582Z | [ recovery-image] May 21 22:13:28.593 INFO E| Downloaded bitflags v2.11.1 |
| 10243 | 2026-05-21T22:13:29.705Z | [ recovery-image] May 21 22:13:28.717 INFO E| Downloaded x86 v0.52.0 |
| 10244 | 2026-05-21T22:13:29.735Z | [ recovery-image] May 21 22:13:28.748 INFO E| Updating crates.io index |
| 10245 | 2026-05-21T22:13:29.801Z | [ recovery-image] May 21 22:13:28.814 INFO E| Downloading crates ... |
| 10246 | 2026-05-21T22:13:29.838Z | [ recovery-image] May 21 22:13:28.851 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10247 | 2026-05-21T22:13:29.873Z | [ recovery-image] May 21 22:13:28.885 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10248 | 2026-05-21T22:13:29.873Z | [ recovery-image] May 21 22:13:28.885 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10249 | 2026-05-21T22:13:29.873Z | [ recovery-image] May 21 22:13:28.885 INFO E| Compiling proc-macro2 v1.0.106 |
| 10250 | 2026-05-21T22:13:29.873Z | [ recovery-image] May 21 22:13:28.885 INFO E| Compiling unicode-ident v1.0.24 |
| 10251 | 2026-05-21T22:13:29.876Z | [ recovery-image] May 21 22:13:28.886 INFO E| Compiling quote v1.0.45 |
| 10252 | 2026-05-21T22:13:29.876Z | [ recovery-image] May 21 22:13:28.886 INFO E| Compiling syn v1.0.109 |
| 10253 | 2026-05-21T22:13:29.876Z | [ recovery-image] May 21 22:13:28.886 INFO E| Compiling x86 v0.52.0 |
| 10254 | 2026-05-21T22:13:29.876Z | [ recovery-image] May 21 22:13:28.886 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10255 | 2026-05-21T22:13:29.876Z | [ recovery-image] May 21 22:13:28.886 INFO E| Compiling seq-macro v0.3.6 |
| 10256 | 2026-05-21T22:13:30.272Z | [ host-image] May 21 22:13:29.285 INFO creating reset image... |
| 10257 | 2026-05-21T22:13:30.272Z | [ host-image] May 21 22:13:29.285 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10258 | 2026-05-21T22:13:30.312Z | [ host-image] May 21 22:13:29.324 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-04-17-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10259 | 2026-05-21T22:13:30.312Z | [ host-image] May 21 22:13:29.324 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z", "--target-dir", "/work/os-host/phbl"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 10260 | 2026-05-21T22:13:30.384Z | [ host-image] May 21 22:13:29.397 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 10261 | 2026-05-21T22:13:30.387Z | [ host-image] May 21 22:13:29.398 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10262 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10263 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10264 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling proc-macro2 v1.0.106 |
| 10265 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling quote v1.0.45 |
| 10266 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling unicode-ident v1.0.24 |
| 10267 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.701 INFO E| Compiling syn v1.0.109 |
| 10268 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.702 INFO E| Compiling x86 v0.52.0 |
| 10269 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.702 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10270 | 2026-05-21T22:13:30.694Z | [ host-image] May 21 22:13:29.702 INFO E| Compiling seq-macro v0.3.6 |
| 10271 | 2026-05-21T22:13:30.855Z | [ recovery-image] May 21 22:13:29.868 INFO E| Compiling syn v2.0.117 |
| 10272 | 2026-05-21T22:13:31.618Z | [ host-image] May 21 22:13:30.631 INFO E| Compiling syn v2.0.117 |
| 10273 | 2026-05-21T22:13:32.210Z | [ recovery-image] May 21 22:13:31.222 INFO E| Compiling scroll_derive v0.13.1 |
| 10274 | 2026-05-21T22:13:32.984Z | [ host-image] May 21 22:13:31.997 INFO E| Compiling scroll_derive v0.13.1 |
| 10275 | 2026-05-21T22:13:33.243Z | [ recovery-image] May 21 22:13:32.255 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10276 | 2026-05-21T22:13:34.011Z | [ host-image] May 21 22:13:33.023 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10277 | 2026-05-21T22:13:41.738Z | [ recovery-image] May 21 22:13:40.751 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10278 | 2026-05-21T22:13:42.517Z | [ host-image] May 21 22:13:41.530 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-17-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10279 | 2026-05-21T22:13:43.849Z | [ recovery-image] May 21 22:13:42.861 INFO E| Compiling bitflags v1.3.2 |
| 10280 | 2026-05-21T22:13:43.849Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling bitflags v2.11.1 |
| 10281 | 2026-05-21T22:13:43.849Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling plain v0.2.3 |
| 10282 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling bit_field v0.10.3 |
| 10283 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling log v0.4.29 |
| 10284 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling adler2 v2.0.1 |
| 10285 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling scroll v0.13.0 |
| 10286 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling bitstruct v0.1.1 |
| 10287 | 2026-05-21T22:13:43.852Z | [ recovery-image] May 21 22:13:42.862 INFO E| Compiling static_assertions v1.1.0 |
| 10288 | 2026-05-21T22:13:43.903Z | [ recovery-image] May 21 22:13:42.915 INFO E| Compiling raw-cpuid v10.7.0 |
| 10289 | 2026-05-21T22:13:43.946Z | [ recovery-image] May 21 22:13:42.959 INFO E| Compiling miniz_oxide v0.9.1 |
| 10290 | 2026-05-21T22:13:44.014Z | [ recovery-image] May 21 22:13:43.026 INFO E| Compiling cpio_reader v0.1.2 |
| 10291 | 2026-05-21T22:13:44.076Z | [ recovery-image] May 21 22:13:43.088 INFO E| Compiling goblin v0.10.5 |
| 10292 | 2026-05-21T22:13:44.678Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling bitflags v1.3.2 |
| 10293 | 2026-05-21T22:13:44.678Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling bitflags v2.11.1 |
| 10294 | 2026-05-21T22:13:44.678Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling plain v0.2.3 |
| 10295 | 2026-05-21T22:13:44.678Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling bit_field v0.10.3 |
| 10296 | 2026-05-21T22:13:44.678Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling adler2 v2.0.1 |
| 10297 | 2026-05-21T22:13:44.682Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling log v0.4.29 |
| 10298 | 2026-05-21T22:13:44.682Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling scroll v0.13.0 |
| 10299 | 2026-05-21T22:13:44.682Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling static_assertions v1.1.0 |
| 10300 | 2026-05-21T22:13:44.682Z | [ host-image] May 21 22:13:43.691 INFO E| Compiling bitstruct v0.1.1 |
| 10301 | 2026-05-21T22:13:44.734Z | [ host-image] May 21 22:13:43.746 INFO E| Compiling raw-cpuid v10.7.0 |
| 10302 | 2026-05-21T22:13:44.780Z | [ host-image] May 21 22:13:43.793 INFO E| Compiling miniz_oxide v0.9.1 |
| 10303 | 2026-05-21T22:13:44.841Z | [ host-image] May 21 22:13:43.853 INFO E| Compiling cpio_reader v0.1.2 |
| 10304 | 2026-05-21T22:13:44.909Z | [ host-image] May 21 22:13:43.922 INFO E| Compiling goblin v0.10.5 |
| 10305 | 2026-05-21T22:13:46.990Z | [ recovery-image] May 21 22:13:46.002 INFO E| Finished `release` profile [optimized] target(s) in 17.67s |
| 10306 | 2026-05-21T22:13:47.010Z | [ recovery-image] May 21 22:13:46.023 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10307 | 2026-05-21T22:13:47.045Z | [ recovery-image] May 21 22:13:46.058 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')" |
| 10308 | 2026-05-21T22:13:47.045Z | [ recovery-image] May 21 22:13:46.058 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10309 | 2026-05-21T22:13:47.049Z | [ recovery-image] May 21 22:13:46.058 INFO building ROM for gimlet |
| 10310 | 2026-05-21T22:13:47.049Z | [ recovery-image] May 21 22:13:46.058 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10311 | 2026-05-21T22:13:47.131Z | [ recovery-image] May 21 22:13:46.143 INFO E| Downloading crates ... |
| 10312 | 2026-05-21T22:13:47.177Z | [ recovery-image] May 21 22:13:46.189 INFO E| Downloaded anstyle-query v1.1.2 |
| 10313 | 2026-05-21T22:13:47.181Z | [ recovery-image] May 21 22:13:46.191 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10314 | 2026-05-21T22:13:47.184Z | [ recovery-image] May 21 22:13:46.195 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10315 | 2026-05-21T22:13:47.184Z | [ recovery-image] May 21 22:13:46.196 INFO E| Downloaded os_pipe v1.2.1 |
| 10316 | 2026-05-21T22:13:47.187Z | [ recovery-image] May 21 22:13:46.198 INFO E| Downloaded duct v0.13.7 |
| 10317 | 2026-05-21T22:13:47.187Z | [ recovery-image] May 21 22:13:46.199 INFO E| Downloaded colorchoice v1.0.3 |
| 10318 | 2026-05-21T22:13:47.189Z | [ recovery-image] May 21 22:13:46.200 INFO E| Downloaded anstyle v1.0.10 |
| 10319 | 2026-05-21T22:13:47.193Z | [ recovery-image] May 21 22:13:46.205 INFO E| Downloaded toml_write v0.1.1 |
| 10320 | 2026-05-21T22:13:47.202Z | [ recovery-image] May 21 22:13:46.215 INFO E| Downloaded clap_builder v4.5.37 |
| 10321 | 2026-05-21T22:13:47.210Z | [ recovery-image] May 21 22:13:46.223 INFO E| Downloaded toml_edit v0.22.26 |
| 10322 | 2026-05-21T22:13:47.231Z | [ recovery-image] May 21 22:13:46.244 INFO E| Downloaded toml_datetime v0.6.9 |
| 10323 | 2026-05-21T22:13:47.234Z | [ recovery-image] May 21 22:13:46.245 INFO E| Downloaded clap_derive v4.5.32 |
| 10324 | 2026-05-21T22:13:47.234Z | [ recovery-image] May 21 22:13:46.246 INFO E| Downloaded serde_spanned v0.6.8 |
| 10325 | 2026-05-21T22:13:47.234Z | [ recovery-image] May 21 22:13:46.247 INFO E| Downloaded clap v4.5.37 |
| 10326 | 2026-05-21T22:13:47.239Z | [ recovery-image] May 21 22:13:46.252 INFO E| Downloaded shared_child v1.0.1 |
| 10327 | 2026-05-21T22:13:47.242Z | [ recovery-image] May 21 22:13:46.253 INFO E| Downloaded toml v0.8.22 |
| 10328 | 2026-05-21T22:13:47.258Z | [ recovery-image] May 21 22:13:46.271 INFO E| Downloaded anstream v0.6.18 |
| 10329 | 2026-05-21T22:13:47.261Z | [ recovery-image] May 21 22:13:46.273 INFO E| Downloaded cc v1.2.20 |
| 10330 | 2026-05-21T22:13:47.264Z | [ recovery-image] May 21 22:13:46.275 INFO E| Downloaded winnow v0.7.7 |
| 10331 | 2026-05-21T22:13:47.278Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling libc v0.2.172 |
| 10332 | 2026-05-21T22:13:47.278Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling utf8parse v0.2.2 |
| 10333 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling shlex v1.3.0 |
| 10334 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling equivalent v1.0.2 |
| 10335 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling anstyle-query v1.1.2 |
| 10336 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling hashbrown v0.15.2 |
| 10337 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10338 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling colorchoice v1.0.3 |
| 10339 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling anstyle v1.0.10 |
| 10340 | 2026-05-21T22:13:47.281Z | [ recovery-image] May 21 22:13:46.291 INFO E| Compiling once_cell v1.21.3 |
| 10341 | 2026-05-21T22:13:47.297Z | [ recovery-image] May 21 22:13:46.308 INFO E| Compiling clap_lex v0.7.4 |
| 10342 | 2026-05-21T22:13:47.310Z | [ recovery-image] May 21 22:13:46.323 INFO E| Compiling toml_write v0.1.1 |
| 10343 | 2026-05-21T22:13:47.322Z | [ recovery-image] May 21 22:13:46.335 INFO E| Compiling anyhow v1.0.98 |
| 10344 | 2026-05-21T22:13:47.327Z | [ recovery-image] May 21 22:13:46.336 INFO E| Compiling strsim v0.11.1 |
| 10345 | 2026-05-21T22:13:47.332Z | [ recovery-image] May 21 22:13:46.345 INFO E| Compiling winnow v0.7.7 |
| 10346 | 2026-05-21T22:13:47.335Z | [ recovery-image] May 21 22:13:46.346 INFO E| Compiling syn v2.0.101 |
| 10347 | 2026-05-21T22:13:47.454Z | [ recovery-image] May 21 22:13:46.467 INFO E| Compiling anstyle-parse v0.2.6 |
| 10348 | 2026-05-21T22:13:47.478Z | [ recovery-image] May 21 22:13:46.489 INFO E| Compiling cc v1.2.20 |
| 10349 | 2026-05-21T22:13:47.597Z | [ recovery-image] May 21 22:13:46.610 INFO E| Compiling anstream v0.6.18 |
| 10350 | 2026-05-21T22:13:47.762Z | [ host-image] May 21 22:13:46.774 INFO E| Finished `release` profile [optimized] target(s) in 17.36s |
| 10351 | 2026-05-21T22:13:47.776Z | [ recovery-image] May 21 22:13:46.789 INFO E| Compiling indexmap v2.9.0 |
| 10352 | 2026-05-21T22:13:47.779Z | [ host-image] May 21 22:13:46.792 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10353 | 2026-05-21T22:13:47.805Z | [ recovery-image] May 21 22:13:46.818 INFO E| Compiling clap_builder v4.5.37 |
| 10354 | 2026-05-21T22:13:47.817Z | [ host-image] May 21 22:13:46.830 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')" |
| 10355 | 2026-05-21T22:13:47.817Z | [ host-image] May 21 22:13:46.830 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10356 | 2026-05-21T22:13:47.817Z | [ host-image] May 21 22:13:46.830 INFO building ROM for gimlet |
| 10357 | 2026-05-21T22:13:47.817Z | [ host-image] May 21 22:13:46.830 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10358 | 2026-05-21T22:13:47.917Z | [ host-image] May 21 22:13:46.929 INFO E| Blocking waiting for file lock on artifact directory |
| 10359 | 2026-05-21T22:13:47.963Z | [ recovery-image] May 21 22:13:46.975 INFO E| Compiling os_pipe v1.2.1 |
| 10360 | 2026-05-21T22:13:47.963Z | [ recovery-image] May 21 22:13:46.975 INFO E| Compiling shared_child v1.0.1 |
| 10361 | 2026-05-21T22:13:48.082Z | [ recovery-image] May 21 22:13:47.095 INFO E| Compiling duct v0.13.7 |
| 10362 | 2026-05-21T22:13:48.520Z | [ recovery-image] May 21 22:13:47.532 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10363 | 2026-05-21T22:13:49.345Z | [ recovery-image] May 21 22:13:48.357 INFO E| Compiling serde_derive v1.0.219 |
| 10364 | 2026-05-21T22:13:49.345Z | [ recovery-image] May 21 22:13:48.358 INFO E| Compiling clap_derive v4.5.32 |
| 10365 | 2026-05-21T22:13:50.553Z | [ recovery-image] May 21 22:13:49.565 INFO E| Compiling clap v4.5.37 |
| 10366 | 2026-05-21T22:13:51.149Z | [ recovery-image] May 21 22:13:50.161 INFO E| Compiling serde v1.0.219 |
| 10367 | 2026-05-21T22:13:52.796Z | [ recovery-image] May 21 22:13:51.809 INFO E| Compiling serde_spanned v0.6.8 |
| 10368 | 2026-05-21T22:13:52.796Z | [ recovery-image] May 21 22:13:51.809 INFO E| Compiling toml_datetime v0.6.9 |
| 10369 | 2026-05-21T22:13:52.935Z | [ recovery-image] May 21 22:13:51.948 INFO E| Compiling toml_edit v0.22.26 |
| 10370 | 2026-05-21T22:13:54.096Z | [ recovery-image] May 21 22:13:53.109 INFO E| Compiling toml v0.8.22 |
| 10371 | 2026-05-21T22:13:56.093Z | [ recovery-image] May 21 22:13:55.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s |
| 10372 | 2026-05-21T22:13:56.101Z | [ host-image] May 21 22:13:55.114 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s |
| 10373 | 2026-05-21T22:13:56.104Z | [ host-image] May 21 22:13:55.117 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 10374 | 2026-05-21T22:13:56.107Z | [ recovery-image] May 21 22:13:55.118 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 10375 | 2026-05-21T22:13:56.122Z | [ host-image] May 21 22:13:55.135 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10376 | 2026-05-21T22:13:56.125Z | [ recovery-image] May 21 22:13:55.137 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10377 | 2026-05-21T22:13:56.144Z | [ recovery-image] May 21 22:13:55.157 INFO E| Blocking waiting for file lock on package cache |
| 10378 | 2026-05-21T22:13:56.168Z | [ host-image] May 21 22:13:55.181 INFO E| Blocking waiting for file lock on package cache |
| 10379 | 2026-05-21T22:13:56.191Z | [ recovery-image] May 21 22:13:55.204 INFO E| Blocking waiting for file lock on package cache |
| 10380 | 2026-05-21T22:13:56.194Z | [ host-image] May 21 22:13:55.204 INFO E| Blocking waiting for file lock on package cache |
| 10381 | 2026-05-21T22:13:56.194Z | [ recovery-image] May 21 22:13:55.206 INFO E| Blocking waiting for file lock on package cache |
| 10382 | 2026-05-21T22:13:56.209Z | [ host-image] May 21 22:13:55.222 INFO E| Blocking waiting for file lock on package cache |
| 10383 | 2026-05-21T22:13:56.222Z | [ host-image] May 21 22:13:55.235 INFO E| Blocking waiting for file lock on artifact directory |
| 10384 | 2026-05-21T22:13:56.233Z | [ recovery-image] May 21 22:13:55.246 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10385 | 2026-05-21T22:13:56.236Z | [ recovery-image] May 21 22:13:55.249 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-recovery/gimlet.rom` |
| 10386 | 2026-05-21T22:13:56.244Z | [ host-image] May 21 22:13:55.257 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s |
| 10387 | 2026-05-21T22:13:56.249Z | [ host-image] May 21 22:13:55.262 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-host/gimlet.rom` |
| 10388 | 2026-05-21T22:13:56.374Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10389 | 2026-05-21T22:13:56.374Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10390 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10391 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10392 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10393 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10394 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10395 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10396 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10397 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10398 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10399 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10400 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10401 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10402 | 2026-05-21T22:13:56.380Z | [ recovery-image] May 21 22:13:55.387 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10403 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.387 INFO O| Info: ABL version: 0x100f5010 |
| 10404 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10405 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10406 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10407 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10408 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10409 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10410 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10411 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10412 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10413 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10414 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10415 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10416 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10417 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10418 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10419 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10420 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10421 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10422 | 2026-05-21T22:13:56.381Z | [ recovery-image] May 21 22:13:55.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10423 | 2026-05-21T22:13:56.389Z | [ host-image] May 21 22:13:55.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10424 | 2026-05-21T22:13:56.389Z | [ host-image] May 21 22:13:55.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10425 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10426 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10427 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.402 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10428 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10429 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10430 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10431 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10432 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10433 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10434 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10435 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10436 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10437 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10438 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO O| Info: ABL version: 0x100f5010 |
| 10439 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10440 | 2026-05-21T22:13:56.394Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10441 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10442 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10443 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10444 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10445 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10446 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10447 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10448 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10449 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10450 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10451 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10452 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10453 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10454 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10455 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10456 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10457 | 2026-05-21T22:13:56.395Z | [ host-image] May 21 22:13:55.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10458 | 2026-05-21T22:13:56.415Z | [ recovery-image] May 21 22:13:55.428 INFO building ROM for cosmo |
| 10459 | 2026-05-21T22:13:56.419Z | [ recovery-image] May 21 22:13:55.428 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-recovery/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10460 | 2026-05-21T22:13:56.435Z | [ host-image] May 21 22:13:55.447 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10461 | 2026-05-21T22:13:56.435Z | [ host-image] May 21 22:13:55.447 INFO building ROM for cosmo |
| 10462 | 2026-05-21T22:13:56.438Z | [ host-image] May 21 22:13:55.447 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml", "--image", "/work/os-host/cosmo.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10463 | 2026-05-21T22:13:56.489Z | [ host-image] May 21 22:13:55.502 INFO E| Blocking waiting for file lock on package cache |
| 10464 | 2026-05-21T22:13:56.496Z | [ recovery-image] May 21 22:13:55.508 INFO E| Blocking waiting for file lock on package cache |
| 10465 | 2026-05-21T22:13:56.518Z | [ host-image] May 21 22:13:55.531 INFO E| Blocking waiting for file lock on package cache |
| 10466 | 2026-05-21T22:13:56.521Z | [ recovery-image] May 21 22:13:55.531 INFO E| Blocking waiting for file lock on package cache |
| 10467 | 2026-05-21T22:13:56.521Z | [ host-image] May 21 22:13:55.532 INFO E| Blocking waiting for file lock on package cache |
| 10468 | 2026-05-21T22:13:56.528Z | [ recovery-image] May 21 22:13:55.541 INFO E| Blocking waiting for file lock on package cache |
| 10469 | 2026-05-21T22:13:56.537Z | [ recovery-image] May 21 22:13:55.550 INFO E| Blocking waiting for file lock on artifact directory |
| 10470 | 2026-05-21T22:13:56.542Z | [ host-image] May 21 22:13:55.555 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10471 | 2026-05-21T22:13:56.545Z | [ host-image] May 21 22:13:55.558 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 10472 | 2026-05-21T22:13:56.549Z | [ recovery-image] May 21 22:13:55.560 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
| 10473 | 2026-05-21T22:13:56.552Z | [ recovery-image] May 21 22:13:55.563 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 10474 | 2026-05-21T22:13:56.558Z | [ host-image] May 21 22:13:55.571 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10475 | 2026-05-21T22:13:56.562Z | [ recovery-image] May 21 22:13:55.575 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10476 | 2026-05-21T22:13:56.580Z | [ recovery-image] May 21 22:13:55.593 INFO E| Blocking waiting for file lock on package cache |
| 10477 | 2026-05-21T22:13:56.601Z | [ host-image] May 21 22:13:55.614 INFO E| Blocking waiting for file lock on package cache |
| 10478 | 2026-05-21T22:13:56.625Z | [ recovery-image] May 21 22:13:55.637 INFO E| Blocking waiting for file lock on package cache |
| 10479 | 2026-05-21T22:13:56.628Z | [ host-image] May 21 22:13:55.638 INFO E| Blocking waiting for file lock on package cache |
| 10480 | 2026-05-21T22:13:56.628Z | [ recovery-image] May 21 22:13:55.640 INFO E| Blocking waiting for file lock on package cache |
| 10481 | 2026-05-21T22:13:56.639Z | [ host-image] May 21 22:13:55.652 INFO E| Blocking waiting for file lock on package cache |
| 10482 | 2026-05-21T22:13:56.653Z | [ recovery-image] May 21 22:13:55.666 INFO E| Blocking waiting for file lock on artifact directory |
| 10483 | 2026-05-21T22:13:56.662Z | [ host-image] May 21 22:13:55.675 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10484 | 2026-05-21T22:13:56.666Z | [ host-image] May 21 22:13:55.680 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-host/cosmo.rom` |
| 10485 | 2026-05-21T22:13:56.672Z | [ recovery-image] May 21 22:13:55.685 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10486 | 2026-05-21T22:13:56.677Z | [ recovery-image] May 21 22:13:55.690 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a -o /work/os-recovery/cosmo.rom` |
| 10487 | 2026-05-21T22:13:56.905Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10488 | 2026-05-21T22:13:56.905Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10489 | 2026-05-21T22:13:56.905Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10490 | 2026-05-21T22:13:56.908Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10491 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10492 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10493 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.917 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10494 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10495 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10496 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10497 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10498 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10499 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10500 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10501 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10502 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10503 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10504 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10505 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10506 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10507 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10508 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10509 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10510 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10511 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10512 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10513 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10514 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10515 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10516 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10517 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10518 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10519 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10520 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10521 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10522 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10523 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10524 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10525 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10526 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10527 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.918 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10528 | 2026-05-21T22:13:56.909Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10529 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10530 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10531 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10532 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10533 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10534 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10535 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10536 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10537 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10538 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10539 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10540 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO O| Info: ABL version: 0x100af010 |
| 10541 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10542 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10543 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10544 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10545 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10546 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10547 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10548 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.919 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10549 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10550 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10551 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10552 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10553 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10554 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10555 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10556 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10557 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10558 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10559 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10560 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10561 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10562 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10563 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10564 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10565 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10566 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10567 | 2026-05-21T22:13:56.910Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10568 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10569 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10570 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10571 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10572 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10573 | 2026-05-21T22:13:56.911Z | [ host-image] May 21 22:13:55.920 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10574 | 2026-05-21T22:13:56.915Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10575 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10576 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10577 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10578 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10579 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10580 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10581 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10582 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10583 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10584 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10585 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10586 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10587 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10588 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10589 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10590 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10591 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.928 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10592 | 2026-05-21T22:13:56.918Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10593 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10594 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10595 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10596 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10597 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10598 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10599 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10600 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10601 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10602 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10603 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10604 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10605 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10606 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10607 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10608 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10609 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10610 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10611 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10612 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10613 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10614 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10615 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10616 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10617 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10618 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10619 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10620 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10621 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10622 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10623 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10624 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10625 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10626 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10627 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO O| Info: ABL version: 0x100af010 |
| 10628 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10629 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.929 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10630 | 2026-05-21T22:13:56.919Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10631 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10632 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10633 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10634 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10635 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10636 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10637 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10638 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10639 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10640 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10641 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10642 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10643 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10644 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10645 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10646 | 2026-05-21T22:13:56.920Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10647 | 2026-05-21T22:13:56.923Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10648 | 2026-05-21T22:13:56.923Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10649 | 2026-05-21T22:13:56.923Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10650 | 2026-05-21T22:13:56.923Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10651 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10652 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10653 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10654 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10655 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10656 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10657 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10658 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10659 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10660 | 2026-05-21T22:13:56.924Z | [ recovery-image] May 21 22:13:55.930 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10661 | 2026-05-21T22:13:56.943Z | [ host-image] May 21 22:13:55.956 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10662 | 2026-05-21T22:13:56.954Z | [ recovery-image] May 21 22:13:55.967 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10663 | 2026-05-21T22:13:56.957Z | [ recovery-image] May 21 22:13:55.967 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10664 | 2026-05-21T22:13:58.045Z | [ recovery-image] May 21 22:13:57.057 INFO image complete! materials are in "/work/os-recovery" |
| 10665 | 2026-05-21T22:13:58.048Z | [ recovery-image] |
| 10666 | 2026-05-21T22:13:58.048Z | [ recovery-image] real 5:12.048904161 |
| 10667 | 2026-05-21T22:13:58.048Z | [ recovery-image] user 2:48.685638682 |
| 10668 | 2026-05-21T22:13:58.048Z | [ recovery-image] sys 39.853444235 |
| 10669 | 2026-05-21T22:13:58.049Z | [ recovery-image] trap 0.110084838 |
| 10670 | 2026-05-21T22:13:58.049Z | [ recovery-image] tflt 0.531075677 |
| 10671 | 2026-05-21T22:13:58.049Z | [ recovery-image] dflt 0.904251979 |
| 10672 | 2026-05-21T22:13:58.049Z | [ recovery-image] kflt 0.000992401 |
| 10673 | 2026-05-21T22:13:58.049Z | [ recovery-image] lock 21:07.175308556 |
| 10674 | 2026-05-21T22:13:58.049Z | [ recovery-image] slp 28:50.372733771 |
| 10675 | 2026-05-21T22:13:58.049Z | [ recovery-image] lat 55.349035919 |
| 10676 | 2026-05-21T22:13:58.049Z | [ recovery-image] stop 6.176258930 |
| 10677 | 2026-05-21T22:13:58.049Z | May 21 22:13:57.061 INFO [recovery-image] process exited with exit status: 0 (312.053475408s) |
| 10678 | 2026-05-21T22:13:58.063Z | [ host-image] May 21 22:13:57.076 INFO image complete! materials are in "/work/os-host" |
| 10679 | 2026-05-21T22:13:58.066Z | [ host-image] |
| 10680 | 2026-05-21T22:13:58.070Z | [ host-image] real 5:40.519208533 |
| 10681 | 2026-05-21T22:13:58.070Z | [ host-image] user 2:30.660932791 |
| 10682 | 2026-05-21T22:13:58.070Z | [ host-image] sys 33.405580942 |
| 10683 | 2026-05-21T22:13:58.070Z | [ host-image] trap 0.069695912 |
| 10684 | 2026-05-21T22:13:58.070Z | [ host-image] tflt 0.157780806 |
| 10685 | 2026-05-21T22:13:58.070Z | [ host-image] dflt 0.289282431 |
| 10686 | 2026-05-21T22:13:58.070Z | [ host-image] kflt 0.000046720 |
| 10687 | 2026-05-21T22:13:58.070Z | [ host-image] lock 6:10.808118747 |
| 10688 | 2026-05-21T22:13:58.070Z | [ host-image] slp 32:51.926372569 |
| 10689 | 2026-05-21T22:13:58.070Z | [ host-image] lat 43.882848426 |
| 10690 | 2026-05-21T22:13:58.070Z | [ host-image] stop 1.788313246 |
| 10691 | 2026-05-21T22:13:58.070Z | May 21 22:13:57.080 INFO [host-image] process exited with exit status: 0 (340.524547361s) |
| 10692 | 2026-05-21T22:13:58.070Z | May 21 22:13:57.080 INFO [tuf-repo] running task |
| 10693 | 2026-05-21T22:14:16.791Z | May 21 22:14:15.804 INFO assembling repository in `/tmp/tufaceousQjECMA`, component: OmicronRepoAssembler |
| 10694 | 2026-05-21T22:14:21.578Z | May 21 22:14:20.590 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10695 | 2026-05-21T22:14:21.708Z | May 21 22:14:20.720 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10696 | 2026-05-21T22:14:28.797Z | May 21 22:14:27.810 INFO extracting uploaded archive to /tmp/.tmpKZWfJm |
| 10697 | 2026-05-21T22:14:30.570Z | May 21 22:14:29.583 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.IURzvl |
| 10698 | 2026-05-21T22:14:30.611Z | May 21 22:14:29.624 INFO added artifact, length: 6703474, hash: 9751521e7a4d271f95070ad1f90075acdf49d1074e57b636e70fde790ce99d1b, version: 1.0.70, kind: gimlet_sp, name: cosmo-a |
| 10699 | 2026-05-21T22:14:30.916Z | May 21 22:14:29.928 INFO added artifact, length: 6703912, hash: 72b894ccb5f985180e7944fec00994aa236089e6a238e240298df3dd0418d374, version: 1.0.70, kind: gimlet_sp, name: cosmo-b |
| 10700 | 2026-05-21T22:14:30.985Z | May 21 22:14:29.997 INFO added artifact, length: 5531598, hash: 0a87b874e95f370f2abe56490e48a588435ae6073f4f8c9b4533d6f35b1e2558, version: 1.0.70, kind: gimlet_sp, name: gimlet-b |
| 10701 | 2026-05-21T22:14:31.050Z | May 21 22:14:30.063 INFO added artifact, length: 5534069, hash: 559f9f9119a7077ccd252bf947db39c3ea8dea8501f237afd59887bbb78e0a3a, version: 1.0.70, kind: gimlet_sp, name: gimlet-c |
| 10702 | 2026-05-21T22:14:31.114Z | May 21 22:14:30.127 INFO added artifact, length: 5538425, hash: 7eb6022a1f9095d4ecfbc446041d70e6ec7e62044c0b562383a7424ad826be9c, version: 1.0.70, kind: gimlet_sp, name: gimlet-d |
| 10703 | 2026-05-21T22:14:31.273Z | May 21 22:14:30.285 INFO added artifact, length: 5538409, hash: 60443adaf2c122501e63cef0bca7396835e74f578f8115058daeeca1e6fd589f, version: 1.0.70, kind: gimlet_sp, name: gimlet-e |
| 10704 | 2026-05-21T22:14:31.337Z | May 21 22:14:30.349 INFO added artifact, length: 5538364, hash: 049a9726cee919f212505c6d81dcae49805d38dbd62a129c1b99e4bd4d6fcd1e, version: 1.0.70, kind: gimlet_sp, name: gimlet-f |
| 10705 | 2026-05-21T22:14:31.401Z | May 21 22:14:30.413 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10706 | 2026-05-21T22:14:31.401Z | May 21 22:14:30.413 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10707 | 2026-05-21T22:14:31.726Z | May 21 22:14:30.738 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10708 | 2026-05-21T22:14:31.726Z | May 21 22:14:30.738 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10709 | 2026-05-21T22:14:31.778Z | May 21 22:14:30.790 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10710 | 2026-05-21T22:14:31.778Z | May 21 22:14:30.791 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10711 | 2026-05-21T22:14:31.822Z | May 21 22:14:30.835 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10712 | 2026-05-21T22:14:31.822Z | May 21 22:14:30.835 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10713 | 2026-05-21T22:14:31.882Z | May 21 22:14:30.895 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10714 | 2026-05-21T22:14:31.883Z | May 21 22:14:30.895 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10715 | 2026-05-21T22:14:31.947Z | May 21 22:14:30.960 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10716 | 2026-05-21T22:14:31.948Z | May 21 22:14:30.960 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10717 | 2026-05-21T22:14:32.055Z | May 21 22:14:31.067 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10718 | 2026-05-21T22:14:32.055Z | May 21 22:14:31.067 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10719 | 2026-05-21T22:14:32.062Z | May 21 22:14:31.068 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10720 | 2026-05-21T22:14:32.062Z | May 21 22:14:31.069 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10721 | 2026-05-21T22:14:32.062Z | May 21 22:14:31.070 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10722 | 2026-05-21T22:14:32.062Z | May 21 22:14:31.071 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10723 | 2026-05-21T22:14:32.062Z | May 21 22:14:31.071 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10724 | 2026-05-21T22:14:36.650Z | May 21 22:14:35.663 INFO added artifact, length: 33554432, hash: 4d276d3b58e645646ed1a28f6137e835b59a60cf2c910791d53ebdde77a27fad, version: 20.0.0-0.ci+git1e81977390c, kind: gimlet_host_phase_1, name: host |
| 10725 | 2026-05-21T22:14:36.651Z | May 21 22:14:35.663 INFO added artifact, length: 33554432, hash: 8d455769c036df5179f032a19333b7090056edae2c4d16786b8d6cb3ab87041f, version: 20.0.0-0.ci+git1e81977390c, kind: cosmo_host_phase_1, name: host |
| 10726 | 2026-05-21T22:14:36.654Z | May 21 22:14:35.663 INFO added artifact, length: 1101008896, hash: d6205860b21fe950c1bc4dbbbebaf4c44c704fcc12acbf5b847bebed4887932e, version: 20.0.0-0.ci+git1e81977390c, kind: host_phase_2, name: host |
| 10727 | 2026-05-21T22:14:37.571Z | May 21 22:14:36.584 INFO added artifact, length: 33554432, hash: 1466948773fd1124abbf046d2e692ceb0e63a56146402be4fd0d6b06dd06443f, version: 20.0.0-0.ci+git1e81977390c, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10728 | 2026-05-21T22:14:37.571Z | May 21 22:14:36.584 INFO added artifact, length: 33554432, hash: 86b0c25efdd085ed3502b7f787943d03454daceb8ead96254ade149f3e35db28, version: 20.0.0-0.ci+git1e81977390c, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10729 | 2026-05-21T22:14:37.571Z | May 21 22:14:36.584 INFO added artifact, length: 165779176, hash: a311bead85d5922335cb79bdef8b964f26c68bb93c9d7d55c66ffc2f4592c41d, version: 20.0.0-0.ci+git1e81977390c, kind: trampoline_phase_2, name: trampoline |
| 10730 | 2026-05-21T22:14:39.334Z | May 21 22:14:38.346 INFO added artifact, length: 312330289, hash: afe13dc1d9d001cd04d5f39abe8dcaf3cf242e07540be2aada6eb1f47ec414ab, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: clickhouse_keeper |
| 10731 | 2026-05-21T22:14:41.107Z | May 21 22:14:40.120 INFO added artifact, length: 327326365, hash: 92e1a10ce4ba50cb20d6a1f767347a250c22f85256dcdf0c20f91eaa4adece80, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: clickhouse_server |
| 10732 | 2026-05-21T22:14:42.777Z | May 21 22:14:41.790 INFO added artifact, length: 327328582, hash: 84cc09b03c5cde4bed41ccf7e0c437f6b8deeafd61ff478a78b926baca5b4f2e, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: clickhouse |
| 10733 | 2026-05-21T22:14:43.714Z | May 21 22:14:42.727 INFO added artifact, length: 169142061, hash: bcadad7e010ea2e1ec96af09093738ed909147143f4beafd9eb2c0d28371ac4a, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: cockroachdb |
| 10734 | 2026-05-21T22:14:43.956Z | May 21 22:14:42.969 INFO added artifact, length: 45267112, hash: 700e9ce5b596c60d6da0c6943e3df17bcdbcb1147b4db4c18f41d90767d0bbf9, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: crucible-pantry-zone |
| 10735 | 2026-05-21T22:14:44.274Z | May 21 22:14:43.286 INFO added artifact, length: 59744592, hash: f703c708302dc7e583a6ba1182e6b4b8c71b540f14b9626489bee7164cb12519, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: crucible-zone |
| 10736 | 2026-05-21T22:14:44.521Z | May 21 22:14:43.534 INFO added artifact, length: 51551957, hash: 280ec5c7ae72487e3ba7ea94acd81d22517c6df9b4331f126812c293a25e5675, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: external-dns |
| 10737 | 2026-05-21T22:14:44.766Z | May 21 22:14:43.779 INFO added artifact, length: 51551554, hash: a438a3ce0fb2f4507642b0a03cc33a53f4bc2955d3e3757ac29fca68419863ef, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: internal-dns |
| 10738 | 2026-05-21T22:14:45.866Z | May 21 22:14:44.878 INFO added artifact, length: 226979079, hash: bd04e6cea0a06b220b577142661e726e59cdfebeb17b71743863595cc5d62668, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: nexus |
| 10739 | 2026-05-21T22:14:46.023Z | May 21 22:14:45.035 INFO added artifact, length: 32938250, hash: cfe34b52f0af25e375830a6b9f3fdfe9cc75fe255dd7f5359f03c40125a66c4f, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: ntp |
| 10740 | 2026-05-21T22:14:46.354Z | May 21 22:14:45.367 INFO added artifact, length: 69055814, hash: 41af0949bc9552b683ce307018c78c3b6ffaae67c121ca4121ca051bbe269ed7, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: oximeter |
| 10741 | 2026-05-21T22:14:46.369Z | May 21 22:14:45.382 INFO added artifact, length: 3109592, hash: 3c9c0f1d6804d4390b6f224ab4c7d5082bdfe126808e02afc9510a2621e4cdf1, version: 20.0.0-0.ci+git1e81977390c, kind: zone, name: probe |
| 10742 | 2026-05-21T22:14:46.372Z | May 21 22:14:45.382 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10743 | 2026-05-21T22:14:46.373Z | May 21 22:14:45.382 INFO added artifact, length: 829, hash: c3a4b44323dfd714ca6a0d306f0667824e37cadceaf517fc53bfd9b7c687b4d0, version: 1.0.70, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.70 |
| 10744 | 2026-05-21T22:14:46.373Z | May 21 22:14:45.382 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10745 | 2026-05-21T22:14:46.394Z | May 21 22:14:45.407 INFO added artifact, length: 4140450, hash: 32f9cb63b07d078f0ac733723cbd8700f11df252a7bc687d91cada6d936d084a, version: 1.0.70, kind: psc_sp, name: psc-b |
| 10746 | 2026-05-21T22:14:46.419Z | May 21 22:14:45.432 INFO added artifact, length: 4144550, hash: 85d0b84bebe02507f4b78115ae69eab564e726c07be71e177f3bd951762854db, version: 1.0.70, kind: psc_sp, name: psc-c |
| 10747 | 2026-05-21T22:14:46.457Z | May 21 22:14:45.469 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10748 | 2026-05-21T22:14:46.457Z | May 21 22:14:45.469 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10749 | 2026-05-21T22:14:46.496Z | May 21 22:14:45.508 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10750 | 2026-05-21T22:14:46.496Z | May 21 22:14:45.509 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10751 | 2026-05-21T22:14:46.534Z | May 21 22:14:45.546 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10752 | 2026-05-21T22:14:46.534Z | May 21 22:14:45.546 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10753 | 2026-05-21T22:14:46.569Z | May 21 22:14:45.582 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10754 | 2026-05-21T22:14:46.570Z | May 21 22:14:45.582 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10755 | 2026-05-21T22:14:46.573Z | May 21 22:14:45.583 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10756 | 2026-05-21T22:14:46.573Z | May 21 22:14:45.584 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10757 | 2026-05-21T22:14:46.573Z | May 21 22:14:45.584 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10758 | 2026-05-21T22:14:46.611Z | May 21 22:14:45.624 INFO added artifact, length: 7044392, hash: 47d2a0fd48748b123fc9d4c4e61e80bb3369aaa715e147dc20f72dfc49218ea0, version: 1.0.70, kind: switch_sp, name: sidecar-b |
| 10759 | 2026-05-21T22:14:46.687Z | May 21 22:14:45.699 INFO added artifact, length: 7061119, hash: 28d3d764e923974ea2a32e60f6fad5d89f0557cee16dbe859b991bac2ebf9e03, version: 1.0.70, kind: switch_sp, name: sidecar-c |
| 10760 | 2026-05-21T22:14:46.763Z | May 21 22:14:45.775 INFO added artifact, length: 7061166, hash: afc95624d86544b1d802bd7b1dca0afcdff77a16c409b5d94433b0723df1512d, version: 1.0.70, kind: switch_sp, name: sidecar-d |
| 10761 | 2026-05-21T22:14:46.835Z | May 21 22:14:45.848 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10762 | 2026-05-21T22:14:46.835Z | May 21 22:14:45.848 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10763 | 2026-05-21T22:14:46.873Z | May 21 22:14:45.885 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10764 | 2026-05-21T22:14:46.873Z | May 21 22:14:45.885 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10765 | 2026-05-21T22:14:46.910Z | May 21 22:14:45.922 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10766 | 2026-05-21T22:14:46.910Z | May 21 22:14:45.923 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10767 | 2026-05-21T22:14:46.946Z | May 21 22:14:45.958 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10768 | 2026-05-21T22:14:46.946Z | May 21 22:14:45.958 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10769 | 2026-05-21T22:14:46.949Z | May 21 22:14:45.959 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10770 | 2026-05-21T22:14:46.949Z | May 21 22:14:45.959 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10771 | 2026-05-21T22:14:46.949Z | May 21 22:14:45.960 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10772 | 2026-05-21T22:14:46.949Z | May 21 22:14:45.960 INFO added artifact, length: 924, hash: f8c085fa96a2ccb12278b83351463e2044f865a9a3bcd235185b0fdd1022f98b, version: 20.0.0-0.ci+git1e81977390c, kind: installinator_document, name: installinator_document |
| 10773 | 2026-05-21T22:14:47.318Z | May 21 22:14:46.331 INFO extracting uploaded archive to /tmp/.tmpVAKRgK |
| 10774 | 2026-05-21T22:14:49.150Z | May 21 22:14:48.162 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.zkz97B |
| 10775 | 2026-05-21T22:14:49.195Z | May 21 22:14:48.208 INFO added artifact, length: 6703474, hash: 9751521e7a4d271f95070ad1f90075acdf49d1074e57b636e70fde790ce99d1b, version: 1.0.70, kind: gimlet_sp, name: cosmo-a |
| 10776 | 2026-05-21T22:14:49.280Z | May 21 22:14:48.291 INFO added artifact, length: 6703912, hash: 72b894ccb5f985180e7944fec00994aa236089e6a238e240298df3dd0418d374, version: 1.0.70, kind: gimlet_sp, name: cosmo-b |
| 10777 | 2026-05-21T22:14:49.349Z | May 21 22:14:48.361 INFO added artifact, length: 5531598, hash: 0a87b874e95f370f2abe56490e48a588435ae6073f4f8c9b4533d6f35b1e2558, version: 1.0.70, kind: gimlet_sp, name: gimlet-b |
| 10778 | 2026-05-21T22:14:49.417Z | May 21 22:14:48.429 INFO added artifact, length: 5534069, hash: 559f9f9119a7077ccd252bf947db39c3ea8dea8501f237afd59887bbb78e0a3a, version: 1.0.70, kind: gimlet_sp, name: gimlet-c |
| 10779 | 2026-05-21T22:14:49.483Z | May 21 22:14:48.496 INFO added artifact, length: 5538425, hash: 7eb6022a1f9095d4ecfbc446041d70e6ec7e62044c0b562383a7424ad826be9c, version: 1.0.70, kind: gimlet_sp, name: gimlet-d |
| 10780 | 2026-05-21T22:14:49.566Z | May 21 22:14:48.579 INFO added artifact, length: 5538409, hash: 60443adaf2c122501e63cef0bca7396835e74f578f8115058daeeca1e6fd589f, version: 1.0.70, kind: gimlet_sp, name: gimlet-e |
| 10781 | 2026-05-21T22:14:49.647Z | May 21 22:14:48.659 INFO added artifact, length: 5538364, hash: 049a9726cee919f212505c6d81dcae49805d38dbd62a129c1b99e4bd4d6fcd1e, version: 1.0.70, kind: gimlet_sp, name: gimlet-f |
| 10782 | 2026-05-21T22:14:49.728Z | May 21 22:14:48.741 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10783 | 2026-05-21T22:14:49.728Z | May 21 22:14:48.741 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10784 | 2026-05-21T22:14:49.774Z | May 21 22:14:48.786 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10785 | 2026-05-21T22:14:49.777Z | May 21 22:14:48.787 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10786 | 2026-05-21T22:14:49.827Z | May 21 22:14:48.840 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10787 | 2026-05-21T22:14:49.830Z | May 21 22:14:48.840 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10788 | 2026-05-21T22:14:49.876Z | May 21 22:14:48.888 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10789 | 2026-05-21T22:14:49.876Z | May 21 22:14:48.888 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10790 | 2026-05-21T22:14:49.915Z | May 21 22:14:48.926 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10791 | 2026-05-21T22:14:49.918Z | May 21 22:14:48.926 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10792 | 2026-05-21T22:14:49.950Z | May 21 22:14:48.963 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10793 | 2026-05-21T22:14:49.953Z | May 21 22:14:48.963 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10794 | 2026-05-21T22:14:49.986Z | May 21 22:14:48.998 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10795 | 2026-05-21T22:14:49.989Z | May 21 22:14:48.999 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10796 | 2026-05-21T22:14:49.989Z | May 21 22:14:48.999 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10797 | 2026-05-21T22:14:49.989Z | May 21 22:14:48.999 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10798 | 2026-05-21T22:14:49.989Z | May 21 22:14:49.000 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10799 | 2026-05-21T22:14:49.989Z | May 21 22:14:49.000 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10800 | 2026-05-21T22:14:49.989Z | May 21 22:14:49.001 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10801 | 2026-05-21T22:14:54.983Z | May 21 22:14:53.995 INFO added artifact, length: 33554432, hash: 4d276d3b58e645646ed1a28f6137e835b59a60cf2c910791d53ebdde77a27fad, version: 20.0.0-0.ci+git1e81977390c, kind: gimlet_host_phase_1, name: host |
| 10802 | 2026-05-21T22:14:54.983Z | May 21 22:14:53.995 INFO added artifact, length: 33554432, hash: 8d455769c036df5179f032a19333b7090056edae2c4d16786b8d6cb3ab87041f, version: 20.0.0-0.ci+git1e81977390c, kind: cosmo_host_phase_1, name: host |
| 10803 | 2026-05-21T22:14:54.986Z | May 21 22:14:53.995 INFO added artifact, length: 1101008896, hash: d6205860b21fe950c1bc4dbbbebaf4c44c704fcc12acbf5b847bebed4887932e, version: 20.0.0-0.ci+git1e81977390c, kind: host_phase_2, name: host |
| 10804 | 2026-05-21T22:14:56.048Z | May 21 22:14:55.060 INFO added artifact, length: 33554432, hash: 1466948773fd1124abbf046d2e692ceb0e63a56146402be4fd0d6b06dd06443f, version: 20.0.0-0.ci+git1e81977390c, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10805 | 2026-05-21T22:14:56.048Z | May 21 22:14:55.061 INFO added artifact, length: 33554432, hash: 86b0c25efdd085ed3502b7f787943d03454daceb8ead96254ade149f3e35db28, version: 20.0.0-0.ci+git1e81977390c, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10806 | 2026-05-21T22:14:56.048Z | May 21 22:14:55.061 INFO added artifact, length: 165779176, hash: a311bead85d5922335cb79bdef8b964f26c68bb93c9d7d55c66ffc2f4592c41d, version: 20.0.0-0.ci+git1e81977390c, kind: trampoline_phase_2, name: trampoline |
| 10807 | 2026-05-21T22:15:00.697Z | May 21 22:14:59.710 INFO added artifact, length: 1734747071, hash: 6123fca67f1bddc7534a2e9ba5f2360627a8e3d5aa89b0773f86051e978bd079, version: 20.0.0-0.ci+git1e81977390c, kind: control_plane, name: control-plane |
| 10808 | 2026-05-21T22:15:00.701Z | May 21 22:14:59.710 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10809 | 2026-05-21T22:15:00.701Z | May 21 22:14:59.711 INFO added artifact, length: 829, hash: c3a4b44323dfd714ca6a0d306f0667824e37cadceaf517fc53bfd9b7c687b4d0, version: 1.0.70, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.70 |
| 10810 | 2026-05-21T22:15:00.701Z | May 21 22:14:59.711 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10811 | 2026-05-21T22:15:00.729Z | May 21 22:14:59.742 INFO added artifact, length: 4140450, hash: 32f9cb63b07d078f0ac733723cbd8700f11df252a7bc687d91cada6d936d084a, version: 1.0.70, kind: psc_sp, name: psc-b |
| 10812 | 2026-05-21T22:15:00.758Z | May 21 22:14:59.771 INFO added artifact, length: 4144550, hash: 85d0b84bebe02507f4b78115ae69eab564e726c07be71e177f3bd951762854db, version: 1.0.70, kind: psc_sp, name: psc-c |
| 10813 | 2026-05-21T22:15:00.802Z | May 21 22:14:59.814 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10814 | 2026-05-21T22:15:00.802Z | May 21 22:14:59.814 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10815 | 2026-05-21T22:15:00.854Z | May 21 22:14:59.866 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10816 | 2026-05-21T22:15:00.854Z | May 21 22:14:59.866 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10817 | 2026-05-21T22:15:00.907Z | May 21 22:14:59.920 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10818 | 2026-05-21T22:15:00.911Z | May 21 22:14:59.920 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10819 | 2026-05-21T22:15:00.953Z | May 21 22:14:59.966 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10820 | 2026-05-21T22:15:00.956Z | May 21 22:14:59.966 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10821 | 2026-05-21T22:15:00.956Z | May 21 22:14:59.967 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10822 | 2026-05-21T22:15:00.956Z | May 21 22:14:59.967 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10823 | 2026-05-21T22:15:00.956Z | May 21 22:14:59.968 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10824 | 2026-05-21T22:15:00.996Z | May 21 22:15:00.009 INFO added artifact, length: 7044392, hash: 47d2a0fd48748b123fc9d4c4e61e80bb3369aaa715e147dc20f72dfc49218ea0, version: 1.0.70, kind: switch_sp, name: sidecar-b |
| 10825 | 2026-05-21T22:15:01.084Z | May 21 22:15:00.096 INFO added artifact, length: 7061119, hash: 28d3d764e923974ea2a32e60f6fad5d89f0557cee16dbe859b991bac2ebf9e03, version: 1.0.70, kind: switch_sp, name: sidecar-c |
| 10826 | 2026-05-21T22:15:01.169Z | May 21 22:15:00.181 INFO added artifact, length: 7061166, hash: afc95624d86544b1d802bd7b1dca0afcdff77a16c409b5d94433b0723df1512d, version: 1.0.70, kind: switch_sp, name: sidecar-d |
| 10827 | 2026-05-21T22:15:01.260Z | May 21 22:15:00.273 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10828 | 2026-05-21T22:15:01.261Z | May 21 22:15:00.273 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10829 | 2026-05-21T22:15:01.312Z | May 21 22:15:00.325 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10830 | 2026-05-21T22:15:01.312Z | May 21 22:15:00.325 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10831 | 2026-05-21T22:15:01.365Z | May 21 22:15:00.378 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10832 | 2026-05-21T22:15:01.365Z | May 21 22:15:00.378 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10833 | 2026-05-21T22:15:01.414Z | May 21 22:15:00.426 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10834 | 2026-05-21T22:15:01.418Z | May 21 22:15:00.426 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10835 | 2026-05-21T22:15:01.418Z | May 21 22:15:00.427 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10836 | 2026-05-21T22:15:01.418Z | May 21 22:15:00.428 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10837 | 2026-05-21T22:15:01.418Z | May 21 22:15:00.428 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10838 | 2026-05-21T22:15:01.418Z | May 21 22:15:00.428 INFO added artifact, length: 924, hash: f8c085fa96a2ccb12278b83351463e2044f865a9a3bcd235185b0fdd1022f98b, version: 20.0.0-0.ci+git1e81977390c, kind: installinator_document, name: installinator_document |
| 10839 | 2026-05-21T22:15:01.855Z | May 21 22:15:00.866 INFO [tuf-repo] task succeeded (63.785077154s) |
| 10840 | 2026-05-21T22:17:06.669Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 8m 17s |
| 10841 | 2026-05-21T22:17:07.021Z | May 21 22:17:06.032 INFO [verify-libraries] process exited with exit status: 0 (501.299001774s) |
| 10842 | 2026-05-21T22:17:07.021Z | May 21 22:17:06.032 INFO all jobs completed in 1160.242504889s |
| 10843 | 2026-05-21T22:17:07.783Z | process exited: duration 1386184 ms, exit code 0 |
| |
| 10844 | 2026-05-21T22:17:07.794Z | found 41 output files |
| 10845 | 2026-05-21T22:17:07.794Z | uploading: /work/manifest.toml (17174 bytes) |
| 10846 | 2026-05-21T22:17:08.806Z | uploaded: /work/manifest.toml |
| 10847 | 2026-05-21T22:17:08.806Z | uploading: /work/repo.zip (2993588194 bytes) |
| 10848 | 2026-05-21T22:17:44.135Z | uploaded: /work/repo.zip |
| 10849 | 2026-05-21T22:17:44.136Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10850 | 2026-05-21T22:17:45.183Z | uploaded: /work/repo.zip.sha256.txt |
| 10851 | 2026-05-21T22:17:45.183Z | uploading: /work/helios.json (647 bytes) |
| 10852 | 2026-05-21T22:17:46.196Z | uploaded: /work/helios.json |
| 10853 | 2026-05-21T22:17:46.197Z | uploading: /work/incorporation.p5m (113249 bytes) |
| 10854 | 2026-05-21T22:17:47.213Z | uploaded: /work/incorporation.p5m |
| 10855 | 2026-05-21T22:17:47.214Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 10856 | 2026-05-21T22:17:48.237Z | uploaded: /work/incorporation.p5p |
| 10857 | 2026-05-21T22:17:48.237Z | uploading: /work/helios-incorp.log (522 bytes) |
| 10858 | 2026-05-21T22:17:49.247Z | uploaded: /work/helios-incorp.log |
| 10859 | 2026-05-21T22:17:49.247Z | uploading: /work/helios-setup.log (56221 bytes) |
| 10860 | 2026-05-21T22:17:50.266Z | uploaded: /work/helios-setup.log |
| 10861 | 2026-05-21T22:17:50.266Z | uploading: /work/host-image.log (237482 bytes) |
| 10862 | 2026-05-21T22:17:51.286Z | uploaded: /work/host-image.log |
| 10863 | 2026-05-21T22:17:51.286Z | uploading: /work/host-package.log (34032 bytes) |
| 10864 | 2026-05-21T22:17:52.297Z | uploaded: /work/host-package.log |
| 10865 | 2026-05-21T22:17:52.297Z | uploading: /work/host-target.log (53 bytes) |
| 10866 | 2026-05-21T22:17:53.323Z | uploaded: /work/host-target.log |
| 10867 | 2026-05-21T22:17:53.323Z | uploading: /work/incorp-create.log (0 bytes) |
| 10868 | 2026-05-21T22:17:54.332Z | uploaded: /work/incorp-create.log |
| 10869 | 2026-05-21T22:17:54.332Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10870 | 2026-05-21T22:17:55.339Z | uploaded: /work/incorp-fmt.log |
| 10871 | 2026-05-21T22:17:55.339Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10872 | 2026-05-21T22:17:56.350Z | uploaded: /work/incorp-pkgsend.log |
| 10873 | 2026-05-21T22:17:56.350Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10874 | 2026-05-21T22:17:57.361Z | uploaded: /work/incorp-publisher.log |
| 10875 | 2026-05-21T22:17:57.361Z | uploading: /work/omicron-package.log (9209 bytes) |
| 10876 | 2026-05-21T22:17:58.371Z | uploaded: /work/omicron-package.log |
| 10877 | 2026-05-21T22:17:58.371Z | uploading: /work/recovery-image.log (594258 bytes) |
| 10878 | 2026-05-21T22:17:59.391Z | uploaded: /work/recovery-image.log |
| 10879 | 2026-05-21T22:17:59.391Z | uploading: /work/recovery-package.log (2545 bytes) |
| 10880 | 2026-05-21T22:18:00.403Z | uploaded: /work/recovery-package.log |
| 10881 | 2026-05-21T22:18:00.403Z | uploading: /work/recovery-target.log (98 bytes) |
| 10882 | 2026-05-21T22:18:01.413Z | uploaded: /work/recovery-target.log |
| 10883 | 2026-05-21T22:18:01.413Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10884 | 2026-05-21T22:18:02.423Z | uploaded: /work/stamp-clickhouse.log |
| 10885 | 2026-05-21T22:18:02.423Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10886 | 2026-05-21T22:18:03.432Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10887 | 2026-05-21T22:18:03.432Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10888 | 2026-05-21T22:18:04.445Z | uploaded: /work/stamp-clickhouse_server.log |
| 10889 | 2026-05-21T22:18:04.445Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10890 | 2026-05-21T22:18:05.454Z | uploaded: /work/stamp-cockroachdb.log |
| 10891 | 2026-05-21T22:18:05.454Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10892 | 2026-05-21T22:18:06.466Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10893 | 2026-05-21T22:18:06.466Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 10894 | 2026-05-21T22:18:07.476Z | uploaded: /work/stamp-crucible-utils.log |
| 10895 | 2026-05-21T22:18:07.476Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10896 | 2026-05-21T22:18:08.517Z | uploaded: /work/stamp-crucible-zone.log |
| 10897 | 2026-05-21T22:18:08.517Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10898 | 2026-05-21T22:18:09.569Z | uploaded: /work/stamp-external-dns.log |
| 10899 | 2026-05-21T22:18:09.569Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10900 | 2026-05-21T22:18:10.580Z | uploaded: /work/stamp-installinator.log |
| 10901 | 2026-05-21T22:18:10.580Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10902 | 2026-05-21T22:18:11.592Z | uploaded: /work/stamp-internal-dns.log |
| 10903 | 2026-05-21T22:18:11.592Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10904 | 2026-05-21T22:18:12.602Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10905 | 2026-05-21T22:18:12.602Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10906 | 2026-05-21T22:18:13.611Z | uploaded: /work/stamp-nexus.log |
| 10907 | 2026-05-21T22:18:13.611Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10908 | 2026-05-21T22:18:14.623Z | uploaded: /work/stamp-ntp.log |
| 10909 | 2026-05-21T22:18:14.623Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10910 | 2026-05-21T22:18:15.634Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10911 | 2026-05-21T22:18:15.634Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10912 | 2026-05-21T22:18:16.645Z | uploaded: /work/stamp-overlay.log |
| 10913 | 2026-05-21T22:18:16.645Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10914 | 2026-05-21T22:18:17.654Z | uploaded: /work/stamp-oximeter.log |
| 10915 | 2026-05-21T22:18:17.654Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10916 | 2026-05-21T22:18:18.663Z | uploaded: /work/stamp-oxlog.log |
| 10917 | 2026-05-21T22:18:18.663Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10918 | 2026-05-21T22:18:19.672Z | uploaded: /work/stamp-probe.log |
| 10919 | 2026-05-21T22:18:19.672Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10920 | 2026-05-21T22:18:20.683Z | uploaded: /work/stamp-propolis-server.log |
| 10921 | 2026-05-21T22:18:20.683Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 10922 | 2026-05-21T22:18:21.693Z | uploaded: /work/stamp-pumpkind-gz.log |
| 10923 | 2026-05-21T22:18:21.693Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 10924 | 2026-05-21T22:18:22.713Z | uploaded: /work/stamp-switch-asic.log |
| 10925 | 2026-05-21T22:18:22.713Z | uploading: /work/verify-libraries.log (13903 bytes) |
| 10926 | 2026-05-21T22:18:23.736Z | uploaded: /work/verify-libraries.log |